@charset "UTF-8";
/*====================================================================
base / font
====================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300&family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap");
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

/*-----------------------------------------------
will-change
------------------------------------------------*/
.aos-willChange-TO {
  will-change: transform, opacity;
}

.aos-willChange-O {
  will-change: opacity;
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(50px, 50px, 0);
          transform: translate3d(50px, 50px, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-50px, 50px, 0);
          transform: translate3d(-50px, 50px, 0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.8);
          transform: translate3d(0, 100px, 0) scale(0.8);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.1);
          transform: translate3d(100px, 0, 0) scale(0.1);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.1);
          transform: translate3d(-100px, 0, 0) scale(0.1);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos^=logo][data-aos^=logo] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=logo][data-aos^=logo].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

[data-aos=logo-up] {
  -webkit-transform: translate3d(-50%, 50%, 0);
          transform: translate3d(-50%, 50%, 0);
}

.aos-animate img {
  opacity: 1;
  -webkit-transition-delay: opacity 1s;
          transition-delay: opacity 1s;
}
.aos-animate::after {
  border-radius: 0;
  width: 0;
}

.aos-animate .personSection__personComment span::after {
  width: 0;
}

@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}
@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}
.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa__up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sa__down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.sa__scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@-webkit-keyframes anim_dian {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -35px);
            transform: translate(0, -35px);
  }
}

@keyframes anim_dian {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -35px);
            transform: translate(0, -35px);
  }
}
@-webkit-keyframes dian-move {
  0% {
    top: 10%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dian-move {
  0% {
    top: 10%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fluffy {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fluffyUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fluffyUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes scrollBar-down {
  0% {
    transform: translateY(-100.5%);
    -webkit-transform: translateY(-100.5%);
  }
  100% {
    transform: translateY(100.5%);
    -webkit-transform: translateY(100.5%);
  }
}
@keyframes scrollBar-down {
  0% {
    transform: translateY(-100.5%);
    -webkit-transform: translateY(-100.5%);
  }
  100% {
    transform: translateY(100.5%);
    -webkit-transform: translateY(100.5%);
  }
}
@-webkit-keyframes scrollBar-up {
  0% {
    transform: translateY(100.5%);
    -webkit-transform: translateY(100.5%);
  }
  100% {
    transform: translateY(-100.5%);
    -webkit-transform: translateY(-100.5%);
  }
}
@keyframes scrollBar-up {
  0% {
    transform: translateY(100.5%);
    -webkit-transform: translateY(100.5%);
  }
  100% {
    transform: translateY(-100.5%);
    -webkit-transform: translateY(-100.5%);
  }
}
@-webkit-keyframes sdl {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30.1%, 70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30.1%, 70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*====================================================================
lowerPageTilteSec
====================================================================*/
.is_lowerPage {
  padding-top: 74px;
}
@media screen and (max-width: 1279px) {
  .is_lowerPage {
    padding-top: 68px;
  }
}

.lowerPageTilteSec {
  background-color: #04233C;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .lowerPageTilteSec {
    padding: 14px 0;
  }
}
.lowerPageTilteSec__wrap {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .lowerPageTilteSec__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lowerPageTilteSec__wrapTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lowerPageTilteSec__wrapTitleAreaTitle {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 3.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lowerPageTilteSec__wrapTitleAreaTitle {
    font-size: 2.4rem;
  }
}
.lowerPageTilteSec__wrapTitleAreaText {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  color: #fff;
  margin-left: 20px;
}
@media all and (-ms-high-contrast: none) {
  .lowerPageTilteSec__wrapTitleAreaText {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageTilteSec__wrapTitleAreaText {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageTilteSec__wrapTitleAreaText {
    font-size: 1rem;
  }
}

.lowerPageKvSec__wrapBg {
  position: relative;
  padding-top: 420px;
  background: url("/fudousan/_assets/images/business/business-thumb01.jpg") center center/cover;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__wrapBg {
    padding-top: 290px;
    background: url("/fudousan/_assets/images/business/business-thumb01_sp.jpg") center center/cover;
  }
}
.lowerPageKvSec__wrapBgText {
  position: absolute;
  right: 30px;
  bottom: 18px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
@media all and (-ms-high-contrast: none) {
  .lowerPageKvSec__wrapBgText {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__wrapBgText {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__wrapBgText {
    top: 10px;
    right: 10px;
    font-size: 1.3rem;
  }
}
.lowerPageKvSec__pageThumbTitle {
  position: relative;
  z-index: 20;
  padding: 60px 0 50px;
  margin-top: -100px;
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitle {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lowerPageKvSec__pageThumbTitle::after {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: #fff;
  height: 200px;
  top: 0;
  right: 20vw;
  z-index: 10;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitle {
    margin-top: -50px;
    padding-top: 25px;
  }
  .lowerPageKvSec__pageThumbTitle::after {
    right: 8vw;
  }
}
.lowerPageKvSec__pageThumbTitle.u-lowerBusiness {
  margin-bottom: 46px;
}
.lowerPageKvSec__pageThumbTitle.u-lowerBusiness::after {
  right: 20vw;
  height: 100%;
  border-top-right-radius: 14px;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitle.u-lowerBusiness {
    display: inline-block;
    width: auto;
    margin-bottom: 12px;
    padding: 30px;
  }
  .lowerPageKvSec__pageThumbTitle.u-lowerBusiness::after {
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
  }
}
.lowerPageKvSec__pageThumbTitleWrap {
  position: relative;
  z-index: 30;
}
.lowerPageKvSec__pageThumbTitleEn {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #005BAC;
  border-bottom: 2px solid #005BAC;
}
@media all and (-ms-high-contrast: none) {
  .lowerPageKvSec__pageThumbTitleEn {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleEn {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleEn {
    margin-bottom: 16px;
  }
}
.lowerPageKvSec__pageThumbTitleWrapTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: 0;
  margin: 30px 0 32px;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleWrapTitle {
    font-size: 2.8rem;
    padding-right: 12vw;
    margin: 16px 0 20px;
  }
}
.lowerPageKvSec__pageThumbTitleWrapTitle.u-lowerBusinessMainTitle {
  margin: 0;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleWrapTitle.u-lowerBusinessMainTitle {
    font-size: 2.8rem;
  }
}
.lowerPageKvSec__pageThumbTitleWrapTitle.u-lowerBusiness {
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleWrapTitle.u-lowerBusiness {
    margin-bottom: 40px;
    padding: 0;
  }
}
.lowerPageKvSec__pageThumbTitleWrapText {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media all and (-ms-high-contrast: none) {
  .lowerPageKvSec__pageThumbTitleWrapText {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleWrapText {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleWrapText {
    font-size: 1.4rem;
    padding-right: 12vw;
  }
}
.lowerPageKvSec__pageThumbTitleWrapText.u-lowerBusiness {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageThumbTitleWrapText.u-lowerBusiness {
    max-width: none;
    padding: 0;
  }
}
.lowerPageKvSec__pageLead {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageLead {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lowerPageKvSec__pageLead {
    margin-bottom: 50px;
    padding: 0 30px;
  }
}

/*====================================================================
breadArea
====================================================================*/
.breadArea {
  padding: 15px 20px 13px;
}
@media screen and (max-width: 768px) {
  .breadArea {
    display: none;
  }
}
.breadArea__pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadArea__pageItem {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 24px;
}
@media all and (-ms-high-contrast: none) {
  .breadArea__pageItem {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .breadArea__pageItem {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
.breadArea__pageLink {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
}
.breadArea__pageLink::before {
  content: "/";
  font-size: 18px;
  display: block;
  position: absolute;
  color: #707070;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: -48%;
}
.breadArea__pageLink.u-current {
  font-weight: 600;
}

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif sans-serif;
    letter-spacing: 0;
    font-weight: 400;
  }
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600er;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*====================================================================
Header
====================================================================*/
.siteHeader {
  position: fixed;
  padding: 0 30px;
  border-top: 6px solid #005BAC;
  width: 100%;
  z-index: 111111;
  background-color: #fff;
}
.siteHeader img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .siteHeader {
    padding: 0 2rem;
  }
}
.siteHeader__contArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 14px 0;
  margin: 0 auto;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .siteHeader__contArea {
    padding: 0;
    margin: 0 auto;
  }
}
.siteHeader__contLogoLink {
  position: static;
  background-color: #fff;
  z-index: 100;
}
.siteHeader__contLogoLink {
  display: block;
  width: 100%;
  max-width: 152px;
  margin-right: 40px;
}
@media screen and (max-width: 1300px) {
  .siteHeader__contLogoLink {
    width: 132px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .siteHeader__contSearchInner {
    max-width: 7rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}
.siteHeader__contSearch {
  max-width: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .siteHeader__contSearch {
    max-width: 2.6rem;
  }
}
.siteHeader__contSearchLink {
  display: block;
}
.siteHeader__contSearchOpen {
  position: absolute;
  z-index: 100;
  top: 62px;
  left: 0px;
  width: calc(100% + 1px);
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .siteHeader__contSearchOpen {
    top: 53px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__contSearchOpen {
    top: 42px;
  }
}
.siteHeader__contSearchOpen input,
.siteHeader__contSearchOpen button,
.siteHeader__contSearchOpen select,
.siteHeader__contSearchOpen textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-weight: 700;
}
.siteHeader__contSearchOpen input[type=submit],
.siteHeader__contSearchOpen input[type=button],
.siteHeader__contSearchOpen label,
.siteHeader__contSearchOpen button,
.siteHeader__contSearchOpen select {
  cursor: pointer;
}
.siteHeader__contSearchOpen .DropArea.-active {
  z-index: -1;
}
.siteHeader__contSearchOpen .Header__searchInput {
  width: calc(100% - 77px);
}

/*====================================================================
siteHeaderPC
====================================================================*/
.siteHeaderPC__contAreaNav {
  display: none;
  position: static;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .siteHeaderPC__contAreaNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 980px;
    width: 970px;
    margin-left: auto;
    position: relative;
  }
}
.siteHeaderPC__contAreaNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 42%;
  position: relative;
  padding-right: 8px;
}
.siteHeaderPC__contAreaNavList.u-border {
  width: 58%;
}
.siteHeaderPC__contAreaNavList.u-border::after {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #333333;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 1280px) {
  .siteHeaderPC__contAreaNavList {
    width: 45%;
  }
}
.siteHeaderPC__contAreaNavLink {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 22px 0;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media all and (-ms-high-contrast: none) {
  .siteHeaderPC__contAreaNavLink {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .siteHeaderPC__contAreaNavLink {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  .siteHeaderPC__contAreaNavLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1080px) {
  .siteHeaderPC__contAreaNavLink {
    font-size: 1.2rem;
  }
}
.siteHeaderPC__contAreaNavLink.u-arrBlack {
  margin-right: 5px;
}
.siteHeaderPC__contAreaNavLink.u-arrBlack::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  position: absolute;
  top: 45%;
  right: -18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1080px) {
  .siteHeaderPC__contAreaNavLink.u-arrBlack::after {
    width: 8px;
    height: 8px;
    top: 48%;
    right: -12px;
  }
}
@media screen and (min-width: 769px) {
  .siteHeaderPC__contAreaNavLink.u-arrBlack:hover::after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
.siteHeaderPC__contAreaNavLink.u-arrBlue {
  color: #005BAC;
}
.siteHeaderPC__contAreaNavLink.u-arrBlue::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #005BAC;
  border-bottom: 2px solid #005BAC;
  position: absolute;
  top: 45%;
  right: -18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1080px) {
  .siteHeaderPC__contAreaNavLink.u-arrBlue::after {
    width: 8px;
    height: 8px;
    top: 48%;
    right: -12px;
  }
}
@media screen and (min-width: 769px) {
  .siteHeaderPC__contAreaNavLink.u-arrBlue:hover::after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
.siteHeaderPC__contAreaNavLink.u-blue {
  color: #005BAC;
}
.siteHeaderPC__contAreaNavLink__icon {
  width: 0;
  display: none;
}
.siteHeaderPC .siteHeader__contAreaNavLink:hover .siteHeader__navLinkArea7clm {
  max-height: 100vh;
  opacity: 1;
  overflow: scroll;
  display: block;
}
@media screen and (min-width: 769px) {
  .siteHeaderPC__contAreaNavItem:hover > div {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
    -webkit-transition: opacity 0.3s ease-in-out, max-height 1s ease-in-out;
    transition: opacity 0.3s ease-in-out, max-height 1s ease-in-out;
  }
}
.siteHeaderPC__contAreaNavItemSearch {
  max-width: 2rem;
  width: 100%;
  display: inline-block;
}
.siteHeaderPC__navLinkArea7clm {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 111;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeaderPC__navLinkArea4clm {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  max-height: 0;
  z-index: 111;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeaderPC__navLinkArea3clm {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  max-height: 0;
  z-index: 111;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeaderPC__navLinkAreaMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 128rem;
  margin: 0 auto;
}
.siteHeaderPC__navLinkArea2clm {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  max-width: 810px;
  max-height: 0;
  z-index: 111;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeaderPC__navLinkAreaInner {
  background-color: #fff;
  padding: 20px 30px;
}
.siteHeaderPC__navLinkArea1clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 128rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.siteHeaderPC__navLinkArea1clmList {
  width: 395px;
}
@media screen and (max-width: 1180px) {
  .siteHeaderPC__navLinkArea1clmList {
    width: 30%;
  }
}
.siteHeaderPC__navLinkArea1clmText3clmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 0 0 7rem;
  width: 68%;
}
.siteHeaderPC__navLinkArea1clmTextItme {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.siteHeaderPC__navLinkArea1clmTextItme:last-of-type .siteHeaderPC__navLinkArea1clmTextItmeLink {
  margin-right: 0;
}
.siteHeaderPC__navLinkArea1clmTextItmeLink {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 15px 90px 15px 0;
  font-size: 1.6rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteHeaderPC__navLinkArea1clmTextItmeLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1090px) {
  .siteHeaderPC__navLinkArea1clmTextItmeLink {
    margin-right: 8rem;
    font-size: 1.4rem;
  }
}
.siteHeaderPC__navLinkAreaInner2clm {
  background-color: #fff;
  padding: 20px 30px;
}
.siteHeaderPC__navLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}
.siteHeaderPC__navLinkList2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 810px;
  margin: 0 auto;
}
.siteHeaderPC__navLinkArea7clmItem {
  margin-left: 16px;
  position: relative;
  width: calc((100% - 72px) / 7);
}
.siteHeaderPC__navLinkArea7clmItem:nth-child(1) {
  margin-left: 0;
}
.siteHeaderPC__navLinkArea3clmItem {
  margin-left: 16px;
  position: relative;
  width: calc((100% - 24px) / 3);
}
.siteHeaderPC__navLinkArea3clmItem:nth-child(1) {
  margin-left: 0;
}
.siteHeaderPC__navLinkArea4clmItem {
  margin-left: 16px;
  position: relative;
  width: calc((100% - 36px) / 4);
}
.siteHeaderPC__navLinkArea4clmItem:nth-child(1) {
  margin-left: 0;
}
.siteHeaderPC__navLinkArea2clmItem {
  margin-left: 16px;
  position: relative;
  width: calc((100% - 12px) / 2);
}
.siteHeaderPC__navLinkArea2clmItem:nth-child(1) {
  margin-left: 0;
}
.siteHeaderPC__navLinkImageWrapper {
  max-width: 160px;
}
.siteHeaderPC__navLink3clmImageWrapper {
  max-width: 394px;
}
.siteHeaderPC__navLink2clmImageWrapper {
  max-width: 394px;
}
.siteHeaderPC__navLink4clmImageWrapper {
  max-width: 292px;
}
.siteHeaderPC__navLink {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.siteHeaderPC__navLink::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteHeaderPC__navLink:hover {
    z-index: 1111;
  }
  .siteHeaderPC__navLink:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 91, 172, 0.2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.siteHeaderPC__navLinkImage {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.siteHeaderPC__navLinkText {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none) {
  .siteHeaderPC__navLinkText {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .siteHeaderPC__navLinkText {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
.siteHeaderPC__navLinkiconImg {
  width: 8px;
  height: 12px;
  margin-left: 6px;
}
.siteHeaderPC__navLinkArea2clmTextList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.siteHeaderPC__navLinkArea2clmText {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: calc(100% - 375px);
  padding: 0 0 0 7rem;
}
@media screen and (max-width: 1180px) {
  .siteHeaderPC__navLinkArea2clmText {
    width: 70%;
  }
}
.siteHeaderPC__navLinkAreaLinkArea {
  width: 20%;
  padding-left: 30px;
}
.siteHeaderPC__navLinkAreaLinkAreaBnr {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  display: block;
  text-align: right;
  padding-right: 36px;
  color: #04233C;
  position: relative;
  width: 130px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.siteHeaderPC__navLinkAreaLinkAreaBnr::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 19px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/fudousan/_assets/images/common/viewmorebnr.png");
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.siteHeaderPC__navLinkAreaLinkAreaBnr::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #005BAC;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .siteHeaderPC__navLinkAreaLinkAreaBnr:hover {
    color: #005BAC;
  }
  .siteHeaderPC__navLinkAreaLinkAreaBnr:hover::after {
    width: 100%;
  }
  .siteHeaderPC__navLinkAreaLinkAreaBnr:hover::before {
    background-image: url("/fudousan/_assets/images/common/viewmorebnrhover.png");
  }
}

/*====================================================================
siteHeaderSP
====================================================================*/
.siteHeader__contSP {
  display: none;
}
@media screen and (max-width: 1000px) {
  .siteHeader__contSP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
}
.siteHeader__contSP__hamburgerArea {
  padding: 1.2rem 0 1.2rem 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__contSP__hamburgerArea {
    padding: 0.7rem 0 0.7rem 2rem;
  }
}
.siteHeader__contSP__hamburgerButton {
  width: 22px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.siteHeader__contSP__hamburgerLine {
  display: block;
  width: 100%;
  margin: auto;
  height: 2px;
  background-color: #005BAC;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px) / 2);
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.siteHeader__contSP .topLine {
  transform: translateY(-8px) translateX(0);
  -webkit-transform: translateY(-8px) translateX(0);
  -moz-transform: translateY(-8px) translateX(0);
  -ms-transform: translateY(-8px) translateX(0);
  -o-transform: translateY(-8px) translateX(0);
}
@media screen and (max-width: 768px) {
  .siteHeader__contSP .topLine {
    transform: translateY(-8px) translateX(0);
    -webkit-transform: translateY(-8px) translateX(0);
    -moz-transform: translateY(-8px) translateX(0);
    -ms-transform: translateY(-8px) translateX(0);
    -o-transform: translateY(-8px) translateX(0);
  }
}
.siteHeader__contSP .bottomLine {
  -webkit-transform: translateY(8px) translateX(0);
          transform: translateY(8px) translateX(0);
}
.siteHeader__contSP .is-open .topLine {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.siteHeader__contSP .is-open .middleLine {
  opacity: 0;
}
.siteHeader__contSP .is-open .bottomLine {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.siteHeaderSP {
  display: none;
}
@media screen and (max-width: 1280px) {
  .siteHeaderSP {
    display: block;
  }
}
.siteHeaderSP .u-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 1px;
  background: #333333;
  border-radius: 0.1em;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.siteHeaderSP .u-plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-active .siteHeaderSP .u-plus {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.siteHeaderSP__contAreaNav {
  display: none;
  margin-top: 6rem;
  z-index: 330;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 100px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .siteHeaderSP__contAreaNav {
    margin-top: 50px;
  }
}
.siteHeaderSP__contAreaNavCont__text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteHeaderSP__contAreaNavCont__textJP {
  font-size: 1.3rem;
  font-weight: 600;
}
.siteHeaderSP__contAreaNavCont__textJP.u-white {
  color: #fff;
}
.siteHeaderSP__contAreaNavCont__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 60px;
}
.siteHeaderSP__contAreaNavCont__link .u-plus {
  position: absolute;
  right: 1.5rem;
  top: 2.2rem;
  z-index: 1;
}
.siteHeaderSP__contAreaNavCont__link.u-full {
  width: 100%;
}
.siteHeaderSP__contAreaNavCont__link.js-active .u-plus:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.siteHeaderSP__contAreaNavCont__menuLinkArea {
  width: calc(100% - 60px);
}
.siteHeaderSP__contAreaNavCont__menuLink {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.9rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #005BAC;
  color: #fff;
}
.siteHeaderSP__contAreaNavCont__menuLink:hover {
  color: #fff;
}
.siteHeaderSP__contAreaNavCont__menu {
  border-bottom: 1px solid #fff;
  background: #f1f1f1;
}
.siteHeaderSP__contAreaNavCont__menu:last-of-type {
  border-bottom: none;
}
.siteHeaderSP__contAreaNavCont__menu.u-blue {
  background: #005BAC;
}
.siteHeaderSP__contAreaNavCont__menu .u-plus {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.siteHeaderSP__contAreaNavCont__menu.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: none;
}
.siteHeaderSP__contAreaNavCont__menu.menuLink {
  position: relative;
}
.siteHeaderSP__contAreaNavCont__menu.menuLink:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  top: 50%;
  right: 21px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.siteHeaderSP__contAreaNavCont__menu.menuLink.u-blue::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.siteHeaderSP__detailNavCont__inner {
  display: none;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteHeaderSP__detailNavCont__inner.js-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.siteHeaderSP__detailNavCont {
  width: 100%;
}
.siteHeaderSP__detailNavCont.-target {
  display: none;
  margin-bottom: 18px;
}
.siteHeaderSP__detailNavCont__text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 1.5rem 2rem;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
  display: block;
  width: 100%;
}
.siteHeaderSP__detailNavCont__menu:last-child .siteHeaderSP__detailNavCont__text {
  border: none;
}
.menuBlue .siteHeaderSP__detailNavCont__text {
  border-bottom: solid 1px #005BAC;
}
.siteHeaderSP__detailNavCont__link {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.siteHeaderSP__detailNavCont__link.u-blank {
  background: url("/aj/_assets/images/common/icon-outerLink.png") no-repeat center right 0/12px auto;
}

@media screen and (max-width: 768px) {
  .siteHeader__contLogoImg {
    width: 98px;
  }
}
/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  padding: 30px 0 20px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding: 0;
  }
}
.siteFooter__wrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .siteFooter__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__wrap {
    padding: 20px 0 34px;
  }
}
.siteFooter__contList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .siteFooter__contList {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.siteFooter__contItem {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 1280px) {
  .siteFooter__contItem {
    max-width: 33.3333333333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contItem {
    max-width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.siteFooter__contItemArea {
  padding: 18px 0 12px;
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemArea {
    border: none;
    padding: 0;
  }
}
.siteFooter__contItemArea.u-nobottomborder {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemArea.u-nobottomborder {
    padding: 0;
  }
}
.siteFooter__contItemArea.u-one {
  padding: 30px 0 10px;
}
.siteFooter__contItemArea.u-cont {
  padding: 26px 0 18px;
}
.siteFooter__contItemAreaItem {
  margin-bottom: 1.6rem;
}
.siteFooter__contItemAreaItem:nth-child(2) {
  padding-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItem {
    border-bottom: 1px solid #333333;
    padding: 0.7rem 0;
    margin: 0.7rem 0;
  }
  .siteFooter__contItemAreaItem:first-child {
    border-top: 1px solid #333333;
    padding-top: 1.4rem;
  }
}
.siteFooter__wrapSlickItemLink {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .siteFooter__wrapSlickItemLink:hover {
    opacity: 0.6;
  }
}
.siteFooter__contItemAreaItemLinkTitle {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  letter-spacing: normal;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media all and (-ms-high-contrast: none) {
  .siteFooter__contItemAreaItemLinkTitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItemLinkTitle {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter__contItemAreaItemLinkTitle:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItemLinkTitle {
    font-size: 1.8rem;
    text-align: center;
  }
}
.siteFooter__contItemAreaItemLinktitles {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.4;
  font-weight: 400;
}
@media all and (-ms-high-contrast: none) {
  .siteFooter__contItemAreaItemLinktitles {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItemLinktitles {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItemLinktitles {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItemLinktitles__small {
    font-size: 1rem;
  }
}
.siteFooter__contItemAreaItemLinktitles__contact {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItemLinktitles__contact {
    padding: 0.9rem 0;
  }
}
.siteFooter__contItemAreaItemLink {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media all and (-ms-high-contrast: none) {
  .siteFooter__contItemAreaItemLink {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__contItemAreaItemLink {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter__contItemAreaItemLink:hover {
    opacity: 0.6;
  }
}
.siteFooter__wrapSlick {
  margin: 38px auto 46px;
  max-width: 880px;
  width: 100%;
  padding: 0 2.5rem;
}
.siteFooter__wrapSlick .prev-arrow {
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.siteFooter__wrapSlick .prev-arrow::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.siteFooter__wrapSlick .next-arrow {
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.siteFooter__wrapSlick .next-arrow::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.siteFooter__wrapSlickList {
  display: block;
  max-width: 880px;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}
.siteFooter__wrapSlickList img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .siteFooter__wrapSlickList {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.siteFooter__wrapSlickItem {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__wrapSlickItem {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.siteFooter__contItemAreaItemLinkiconImg {
  width: 8px;
  height: 12px;
  margin-left: 6px;
  margin-bottom: 0.3rem;
}

/*-----------------------------------------------
siteFooterSP
------------------------------------------------*/
.siteFooterSP__contAreaNavCont__text {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1.4rem 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1f1f1;
}
.siteFooterSP__contAreaNavCont__text.u-border {
  border-bottom: 1px solid #fff;
}
.siteFooterSP__contAreaNavCont__textJP {
  font-size: 1.3rem;
  font-weight: 600;
}
.siteFooterSP__contAreaNavCont__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 60px;
  border-bottom: 1px solid #fff;
}
.siteFooterSP__contAreaNavCont__link.u-full {
  width: calc(100% - 4.4rem);
  margin: 0 2.2rem;
  border-bottom: 1px solid #fff;
}
.siteFooterSP__contAreaNavCont__link.u-noblue {
  background-color: #f1f1f1;
}
.siteFooterSP__contAreaNavCont__link.js-active .u-plus:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.siteFooterSP__contAreaNavCont__link .u-plus {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  line-height: 1;
  width: 12px;
  height: 1px;
  vertical-align: middle;
  border-radius: 0.1em;
  background: #333333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.siteFooterSP__contAreaNavCont__link .u-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-active .siteFooterSP__contAreaNavCont__link .u-plus {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.siteFooterSP__contAreaNavCont__menuLinkArea {
  width: calc(100% - 60px);
}
.siteFooterSP__contAreaNavCont__menuLink {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.9rem 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #005BAC;
  color: #fff;
}
.siteFooterSP__contAreaNavCont__menuLink:hover {
  color: #fff;
}
.siteFooterSP__contAreaNavCont__menu.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 22px;
}
.siteFooterSP__detailNavCont__inner {
  display: none;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteFooterSP__detailNavCont__inner.js-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.siteFooterSP__detailNavCont__inner .u-plus {
  position: absolute;
  right: 1.5rem;
  top: 2.2rem;
  z-index: 1;
}
.siteFooterSP__detailNavCont {
  width: 100%;
}
.siteFooterSP__detailNavCont.-target {
  display: none;
  margin-bottom: 18px;
}
.siteFooterSP__detailNavCont__text {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 1.4rem 3.2rem;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
  display: block;
  width: 100%;
}
.siteFooterSP__detailNavCont__menu:last-child .siteFooterSP__detailNavCont__text {
  border: none;
}
.menuBlue .siteFooterSP__detailNavCont__text {
  border-bottom: solid 1px #005BAC;
}
.siteFooterSP__detailNavCont__link {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.siteFooterSP__detailNavCont__link.u-blank {
  background: url("/aj/_assets/images/common/icon-outerLink.png") no-repeat center right 0/12px auto;
}

/*-----------------------------------------------
Footer Style Reset
------------------------------------------------*/
.Footer__inner {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .Footer__inner {
    font-family: "Noto Sans JP", sans-serif;
  }
}

/*====================================================================
infoPageSiteFooter
====================================================================*/
.infoPageSiteFooter {
  padding: 30px 0 15px;
  background: #f1f1f1;
}
.infoPageSiteFooter .Footer__copyright {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5f5f5f;
}
@media screen and (max-width: 768px) {
  .infoPageSiteFooter {
    padding: 20px 0;
  }
}

/*====================================================================
topPageKvSec
====================================================================*/
.topPageKvSec {
  padding: 80px 0 88px;
}
@media screen and (max-width: 768px) {
  .topPageKvSec {
    padding: 10px 0 55px;
  }
}
.topPageKvSec__wrap {
  width: 92%;
  height: auto;
  margin: 0 auto;
}
.topPageKvSec__pic {
  position: relative;
  margin: 0;
}
.topPageKvSec__img {
  width: 100%;
  border-radius: 25.5px;
}
.topPageKvSec__picTxt {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  font-size: 1.1rem;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.topPageKvSec__swiperContainer {
  width: 92%;
  height: 80vh;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  .topPageKvSec__swiperContainer {
    border-radius: 25.5px;
  }
}
.topPageKvSec__swiperSlide {
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.topPageKvSec__swiperSlidePic {
  width: 100%;
  height: 80vh;
}
.topPageKvSec__swiperSlidePic.u-01 {
  background: url("/fudousan/_assets/images/toppage/topPageKv_img_pc-01.jpg") center center/cover;
}
.topPageKvSec__swiperSlidePic.u-02 {
  background: url("/fudousan/_assets/images/toppage/topPageKv_img_pc-02.jpg") center center/cover;
}
.topPageKvSec__swiperSlidePic.u-03 {
  background: url("/fudousan/_assets/images/toppage/topPageKv_img_pc-03.jpg") center center/cover;
}
.topPageKvSec__swiperSlidePic.u-04 {
  background: url("/fudousan/_assets/images/toppage/topPageKv_img_pc-04.jpg") center center/cover;
}
.topPageKvSec__swiperSlidePic.u-05 {
  background: url("/fudousan/_assets/images/toppage/topPageKv_img_pc-05.jpg") center center/cover;
}
.topPageKvSec__swiperSlidePic.u-06 {
  background: url("/fudousan/_assets/images/toppage/topPageKv_img_pc-06.jpg") center center/cover;
}
.topPageKvSec__swiperSlidePic.u-07 {
  background: url("/fudousan/_assets/images/toppage/topPageKv_img_pc-07.jpg") center center/cover;
}
.topPageKvSec .swiper-slide-active .topPageKvSec__swiperSlidePic,
.topPageKvSec .swiper-slide-duplicate-active .topPageKvSec__swiperSlidePic,
.topPageKvSec .swiper-slide-prev .topPageKvSec__swiperSlidePic {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.topPageKvSec__swiperSlidePicTxt {
  position: absolute;
  left: 45px;
  bottom: 30px;
  z-index: 5;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPageKvSec__swiperSlidePicTxt {
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}
.topPageKvSec__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  padding: 0 56px;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.66;
  text-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topPageKvSec__txt {
    top: 20%;
    padding: 0 9%;
    font-size: 3rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.topPageKvSec .saigaiArea {
  width: 92%;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .topPageKvSec .saigaiArea {
    padding-top: 18px;
    font-size: 1.2rem;
  }
}
.topPageKvSec .saigaiArea ul {
  width: 66%;
  max-width: 780px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .topPageKvSec .saigaiArea ul {
    width: 100%;
  }
}
.topPageKvSec .saigaiArea li {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .topPageKvSec .saigaiArea li {
    padding: 0;
  }
}

/*====================================================================
topPageContListSec
====================================================================*/
.topPageContListSec {
  overflow: hidden;
  margin-bottom: 208px;
}
@media screen and (max-width: 768px) {
  .topPageContListSec {
    margin-bottom: 83px;
  }
}
.topPageContListSec__listItem {
  margin-bottom: 180px;
}
.topPageContListSec__listItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItem {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItem {
    margin-bottom: 60px;
  }
}
.topPageContListSec__listItem:nth-child(even) .topPageContListSec__listItemWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.topPageContListSec__listItem:nth-child(even) .topPageContListSec__listItemPic {
  border-radius: 21px 0 0 21px;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItem:nth-child(even) .topPageContListSec__listItemPic {
    margin: 0 0 0 auto;
  }
}
.topPageContListSec__listItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemWrap {
    display: block;
  }
}
.topPageContListSec__listItemPic {
  position: relative;
  z-index: 2;
  width: 57%;
  height: 420px;
  border-radius: 0 21px 21px 0;
  background: url("/fudousan/_assets/images/toppage/topPageContListSec_img_pc-01.jpg") center center/cover;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemPic {
    width: 70%;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemPic {
    width: calc(100% - 30px);
    height: 320px;
    margin-right: 30px;
  }
}
.topPageContListSec__listItemPic.u-02 {
  background: url("/fudousan/_assets/images/toppage/topPageContListSec_img_pc-02.jpg") center center/cover;
}
.topPageContListSec__listItemPic.u-03 {
  background: url("/fudousan/_assets/images/toppage/topPageContListSec_img_pc-03.jpg") center center/cover;
}
.topPageContListSec__listItemSideArea {
  width: 43%;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideArea {
    width: 100%;
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideArea {
    padding: 30px 0 0;
  }
}
.topPageContListSec__listItemSideAreaTtl {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideAreaTtl {
    margin-bottom: 22px;
  }
}
.topPageContListSec__listItemSideAreaTtlEn {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 22%;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideAreaTtlEn {
    display: block;
    width: 100%;
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideAreaTtlEn {
    padding-left: 30px;
    font-size: 3.5rem;
  }
}
.topPageContListSec__listItemSideAreaTtlEn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  width: 110%;
  height: 1px;
  background: #707070;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideAreaTtlEn::after {
    width: calc(100% - 310px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideAreaTtlEn::after {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideAreaTtlEn.u-sustainability::after {
    width: calc(100% - 430px);
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideAreaTtlEn.u-sustainability::after {
    width: calc(100% - 340px);
  }
}
.topPageContListSec__listItemSideAreaTtlJp {
  display: block;
  padding-left: 22%;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideAreaTtlJp {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideAreaTtlJp {
    padding-left: 30px;
  }
}
.topPageContListSec__listItemSideAreaTxtBox {
  margin-bottom: 12px;
  padding: 0 22% 0 22%;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideAreaTxtBox {
    margin-bottom: 40px;
    padding: 0 100px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideAreaTxtBox {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.topPageContListSec__listItemSideAreaTxt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
}
.topPageContListSec__listItemSideAreaBtn {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideAreaBtn {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .topPageContListSec__listItemSideAreaBtn {
    padding: 0 30px;
  }
}
.topPageContListSec__listItemSideAreaBtnLink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 22% 0 22%;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 960px) {
  .topPageContListSec__listItemSideAreaBtnLink {
    padding: 0;
  }
}
.topPageContListSec__listItemSideAreaBtnLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #005BAC;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.topPageContListSec__listItemSideAreaBtnLink .fa-arrow-right-long {
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .topPageContListSec__listItemSideAreaBtnLink:hover {
    color: #005BAC;
  }
  .topPageContListSec__listItemSideAreaBtnLink:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*====================================================================
topPageNewsSec
====================================================================*/
@media screen and (max-width: 768px) {
  .topPageNewsSec {
    margin-bottom: 32px;
  }
}
.topPageNewsSec__picWrap {
  position: relative;
  width: 100%;
}
.topPageNewsSec__picWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.topPageNewsSec__picWrap.js-picAnime::before {
  -webkit-animation: picAnime 0.9s 0.4s forwards;
          animation: picAnime 0.9s 0.4s forwards;
}
@-webkit-keyframes picAnime {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes picAnime {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
.topPageNewsSec__img {
  width: 100%;
}
.topPageNewsSec__contWrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1110px;
  position: relative;
  top: -110px;
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__contWrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__contWrap {
    top: -65px;
    padding: 0 30px;
  }
}
.topPageNewsSec__cont {
  padding: 70px 55px;
  border-radius: 14px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__cont {
    padding: 30px 0 0;
  }
}
.topPageNewsSec__ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__ttl {
    padding: 0 18px 0 25px;
  }
}
.topPageNewsSec__ttlEn {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__ttlEn {
    font-size: 3.5rem;
  }
}
.topPageNewsSec__ttlJp {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
.topPageNewsSec__info {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__info {
    margin-bottom: 34px;
    padding: 0 18px 0 25px;
  }
}
.topPageNewsSec__infoTtl {
  display: inline-block;
  margin-bottom: 25px;
  padding: 7px 18px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #707070;
}
.topPageNewsSec__infoListItemLink {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.3rem;
}
.topPageNewsSec__infoListItemLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .topPageNewsSec__infoListItemLink:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__infoListItemLink {
    line-height: 2.3;
  }
}
.topPageNewsSec__newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 72px;
}
@media screen and (max-width: 960px) {
  .topPageNewsSec__newsList {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__newsList {
    margin-bottom: 35px;
  }
}
.topPageNewsSec__newsListItem {
  width: 16.8%;
}
@media screen and (max-width: 960px) {
  .topPageNewsSec__newsListItem {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__newsListItem {
    margin-bottom: 53px;
  }
  .topPageNewsSec__newsListItem:last-of-type {
    margin-bottom: 0;
  }
}
.topPageNewsSec__newsListItemLink {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .topPageNewsSec__newsListItemLink:hover {
    opacity: 0.6;
  }
}
.topPageNewsSec__newsListItemBox {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #909090;
}
@media screen and (max-width: 960px) {
  .topPageNewsSec__newsListItemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.topPageNewsSec__newsListItemTime {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #6e6e6e;
}
.topPageNewsSec__newsListItemTxt {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 1.85;
}
.topPageNewsSec__newsListItemCat {
  width: 108px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .topPageNewsSec__newsListItemCat {
    margin-bottom: 12px;
  }
}
.topPageNewsSec__newsListItemCat.u-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .topPageNewsSec__newsListItemCat.u-pc {
    display: none;
  }
}
.topPageNewsSec__newsListItemCat.u-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .topPageNewsSec__newsListItemCat.u-sp {
    display: block;
  }
}
.topPageNewsSec__newsListItemCatImg {
  width: 100%;
}
.topPageNewsSec__btn {
  text-align: right;
}
.topPageNewsSec__btnLink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.topPageNewsSec__btnLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #005BAC;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.topPageNewsSec__btnLink .fa-arrow-right-long {
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .topPageNewsSec__btnLink:hover {
    color: #005BAC;
  }
  .topPageNewsSec__btnLink:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*====================================================================
topPageRecruitSec
====================================================================*/
.topPageRecruitSec {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec {
    margin-bottom: 75px;
  }
}
.topPageRecruitSec__picWrap {
  position: relative;
  width: 100%;
}
.topPageRecruitSec__picWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.topPageRecruitSec__picWrap.js-picAnime::before {
  -webkit-animation: picAnime 0.9s 0.4s forwards;
          animation: picAnime 0.9s 0.4s forwards;
}
@keyframes picAnime {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
.topPageRecruitSec__img {
  width: 100%;
}
.topPageRecruitSec__cont {
  position: relative;
  width: 45%;
  margin: -165px 0 0 7%;
  padding: 90px 100px 0;
  border-radius: 0 14px 14px 0;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .topPageRecruitSec__cont {
    width: 75%;
    margin: -12% 0 50px 6%;
    padding: 85px 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec__cont {
    width: calc(100% - 60px);
    margin: -65px auto 0;
    padding: 30px 0 0;
    border-radius: 14px 14px 0 0;
  }
}
.topPageRecruitSec__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec__ttl {
    display: block;
    margin-bottom: 35px;
    padding: 0 18px 0 25px;
  }
}
.topPageRecruitSec__ttlEn {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec__ttlEn {
    font-size: 3.5rem;
  }
}
.topPageRecruitSec__ttlJp {
  display: inline-block;
  margin-left: 14px;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec__ttlJp {
    display: block;
    margin-left: 0;
  }
}
.topPageRecruitSec__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec__txt {
    margin-bottom: 32px;
  }
}
.topPageRecruitSec__btn {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: -30px;
  max-width: 1110px;
  padding-right: 55px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec__btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topPageRecruitSec__btn {
    margin: 0;
    padding-right: 30px;
  }
}
.topPageRecruitSec__btnLink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.topPageRecruitSec__btnLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #005BAC;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.topPageRecruitSec__btnLink .fa-arrow-right-long {
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .topPageRecruitSec__btnLink:hover {
    color: #005BAC;
  }
  .topPageRecruitSec__btnLink:hover::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*====================================================================
topPageLinkSec
====================================================================*/
.topPageLinkSec {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .topPageLinkSec {
    padding: 0 15px;
  }
}
.topPageLinkSec__wrapSlickItemLink {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .topPageLinkSec__wrapSlickItemLink:hover {
    opacity: 0.6;
  }
}
.topPageLinkSec__wrapSlick {
  margin: 38px auto 190px;
  max-width: 945px;
  width: 100%;
  padding: 0 2.5rem;
}
.topPageLinkSec__wrapSlick .prev-arrow {
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.topPageLinkSec__wrapSlick .prev-arrow::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.topPageLinkSec__wrapSlick .next-arrow {
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.topPageLinkSec__wrapSlick .next-arrow::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.topPageLinkSec__wrapSlickList {
  display: block;
  max-width: 880px;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}
.topPageLinkSec__wrapSlickList img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .topPageLinkSec__wrapSlickList {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.topPageLinkSec__wrapSlickItem {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageLinkSec__wrapSlickItem {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/*====================================================================
businessPage
====================================================================*/
.businessPageSec {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .businessPageSec {
    margin-top: 10px;
  }
}
.businessPageSec__wrapItemArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 170px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.businessPageSec__wrapItemArea.u-two {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemArea {
    display: block;
    margin-bottom: 120px;
    padding: 0 15px;
  }
}
.businessPageSec__wrapList {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapList {
    padding-bottom: 0;
  }
}
.businessPageSec__wrapItemAreaPix {
  width: 48.59vw;
  position: relative;
  height: 420px;
}
.businessPageSec__wrapItemAreaPix::before {
  content: "";
  width: 100%;
  height: 420px;
  background: url("/fudousan/_assets/images/business/business-thumb02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.businessPageSec__wrapItemAreaPix.u-two::before {
  content: "";
  width: 100%;
  height: 420px;
  background: url("/fudousan/_assets/images/business/business-thumb03.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.businessPageSec__wrapItemAreaPix.u-three::before {
  content: "";
  width: 100%;
  height: 420px;
  background: url("/fudousan/_assets/images/business/business-thumb04.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemAreaPix {
    width: 100%;
    height: 270px;
  }
  .businessPageSec__wrapItemAreaPix::before {
    background: url("/fudousan/_assets/images/business/business-thumb02_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 270px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .businessPageSec__wrapItemAreaPix.u-two {
    height: 270px;
  }
  .businessPageSec__wrapItemAreaPix.u-two::before {
    background: url("/fudousan/_assets/images/business/business-thumb03_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 270px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .businessPageSec__wrapItemAreaPix.u-three::before {
    content: "";
    width: 100%;
    height: 270px;
    background: url("/fudousan/_assets/images/business/business-thumb04_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    top: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.businessPageSec__wrapItemAreaPixText {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  bottom: 20px;
  right: 26px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
@media all and (-ms-high-contrast: none) {
  .businessPageSec__wrapItemAreaPixText {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemAreaPixText {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemAreaPixText {
    bottom: 10px;
    right: 10px;
  }
}
.businessPageSec__wrapItemTextArea {
  margin-left: 8.59vw;
  margin-right: 8.59vw;
  width: 440px;
  padding-right: 20px;
}
.businessPageSec__wrapItemTextArea.u-two {
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemTextArea {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-top: 36px;
  }
}
.businessPageSec__wrapItemTextAreaTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemTextAreaTitle {
    font-size: 2.8rem;
  }
}
.businessPageSec__wrapItemTextAreaEn {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: #909090;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemTextAreaEn {
    font-size: 1.3rem;
  }
}
.businessPageSec__wrapItemTextAreaText {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  line-height: 1.62;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
@media all and (-ms-high-contrast: none) {
  .businessPageSec__wrapItemTextAreaText {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemTextAreaText {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemTextAreaText {
    font-size: 1.5rem;
  }
}
.businessPageSec__wrapItemTextAreaMsg {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 25px;
  font-size: 1.2rem;
}
@media all and (-ms-high-contrast: none) {
  .businessPageSec__wrapItemTextAreaMsg {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemTextAreaMsg {
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .businessPageSec__wrapItemTextAreaMsg {
    font-size: 1.1rem;
    padding-top: 20px;
  }
}
.businessPageSec__wrapItemTextArea {
  position: relative;
}
.businessPageSec__wrapItemBnrArea {
  text-align: right;
}
.businessPageSec__wrapItemTextAreaBnr {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  color: #04233C;
  display: inline-block;
  text-align: right;
  padding-right: 26px;
  position: relative;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.businessPageSec__wrapItemTextAreaBnr::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #005BAC;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.businessPageSec__wrapItemTextAreaBnr::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 19px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/fudousan/_assets/images/common/viewmorebnr.png");
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .businessPageSec__wrapItemTextAreaBnr:hover {
    color: #005BAC;
  }
  .businessPageSec__wrapItemTextAreaBnr:hover::after {
    width: 100%;
  }
  .businessPageSec__wrapItemTextAreaBnr:hover::before {
    background-image: url("/fudousan/_assets/images/common/viewmorebnrhover.png");
  }
}

.txtAnime {
  display: block;
  opacity: 0;
}

.txtAnime span {
  opacity: 0;
  transition: 0.6s ease-in-out; /* 時間 | イージング関数 */
  -webkit-transition: 0.6s ease-in-out;
}

.js-showitem span {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.js-showitem span.is-show {
  -webkit-animation: letter-glow 0.8s 0s ease both;
  animation: letter-glow 0.8s 0s ease both;
}

/* -- 2024.03 オリコン顧客満足度1位-- */
.kaihatsuPageOricon__Sec {
  width: 100%;
  max-width: 1028px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto 67px;
}

@media screen and (max-width: 1280px) {
  .kaihatsuPageOricon__Sec {
    max-width: 1120px;
    padding: 0 80px;
  }
}
@media screen and (max-width: 900px) {
  .kaihatsuPageOricon__Sec {
    max-width: 820px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageOricon__Sec {
    padding: 0 30px;
    margin: 0 auto 78px;
  }
}
.kaihatsuPageOricon__Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kaihatsuPageOricon__Box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kaihatsuPageOricon__ttlPic {
  width: 178px;
}

@media screen and (max-width: 768px) {
  .kaihatsuPageOricon__ttlPic {
    width: 48.57%;
    max-width: 153px;
    aspect-ratio: 9/10;
    margin-bottom: 30px;
  }
}
.kaihatsuPageOricon__ttlImg {
  /* display: block; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kaihatsuPageOricon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 72.85%; */
  /* width: 78.85%; */
  width: 77.85%;
}

@media screen and (max-width: 1200px) {
  .kaihatsuPageOricon__item {
    width: 65.85%;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageOricon__item {
    width: 100%;
  }
}
.kaihatsuPageOricon__itemTxt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.12;
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .kaihatsuPageOricon__itemTxt {
    margin-bottom: 20px;
  }
}
.kaihatsuPageSec__listItemTxtAreaBtnLink.kaihatsuPageOricon__itemLinkBox {
  margin: 0;
  width: 347px;
}

@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxtAreaBtn.kaihatsuPageOricon__itemLinkBox {
    width: 100%;
  }
  .kaihatsuPageSec__listItemTxtAreaBtnLink.kaihatsuPageOricon__itemLinkBox {
    width: 100%;
    margin: 0 auto;
  }
}
/* 2023.12.6~ new賃貸管理アプリ  */
.chintaiPageSec__cont.u-appArea {
  padding: 9% 20px 0;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-appArea {
    padding: 16% 30px 0;
  }
}
.chintaiPageSec__flex.u-appArea {
  margin-bottom: 80px;
}

.chintaiPageSec__appAreaWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 3%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 30px 3%;
  }
}
.chintaiPageSec__appAreaItem {
  width: 31.1866666667%;
  max-width: 320px;
  background: #fff;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:last-child {
    margin-bottom: 62px;
  }
}
.chintaiPageSec__appTtlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 25px 20px 6.8px;
}

.chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appTtlBox {
  gap: 10px;
  padding: 25px 15px 6.8px 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appTtlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__appNum {
  width: 35%;
  max-width: 98px;
  max-height: 98px;
  padding: 0.77rem 10px;
  margin-bottom: 7px;
  border: 2px solid #005BAC;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  font-family: "Source Serif Pro", serif;
  font-size: min(2.63vw, 34px);
  line-height: 1.11;
  letter-spacing: 0.05em;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum {
    margin-bottom: 0;
    width: 98px;
    height: 98px;
    padding: 10px;
    font-size: 3.4rem;
  }
}
/* .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
  width: 32.67%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
    width: 98px;
  }
} */
.chintaiPageSec__appNum span {
  font-size: min(1.78vw, 23px);
  /* font-size: 1.78vw; */
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum span {
    font-size: 2.3rem;
  }
}
.chintaiPageSec__appItemTtl {
  font-size: min(1.7vw, 20px);
  font-weight: bold;
  line-height: 1.54;
  color: #04233C;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemTtl {
    font-size: 2.2rem;
  }
}
.chintaiPageSec__appItemPic {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemPic {
    max-width: 275px;
    height: 320px;
  }
}
.chintaiPageSec__appItemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chintaiPageSec__appAreaLink {
  margin-bottom: 125px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink {
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
.chintaiPageSec__appAreaLink-info {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink-info {
    margin-bottom: 35px;
    font-size: min(4.8vw, 18px);
  }
}
.chintaiPageSec__btn.u-appArea {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btn.u-appArea {
    margin-bottom: 10px;
  }
}
.chintaiPageSec__btnLink.u-appArea {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-appArea {
    width: 100%;
    padding: 10px 0;
    font-size: min(4vw, 15px);
  }
}
.chintaiPageSec__flexPic.u-w100p {
  width: 100%;
}

.chintaiPageSec__linkArea {
  margin-bottom: 60px;
}

.chintaiPageSec__linkAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.chintaiPageSec__linkAreaTxt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.chintaiPageSec__imgLink {
  display: block;
  margin: 0 15px 15px;
  border-radius: 4px;
  width: 300px;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chintaiPageSec__btnLink {
  display: block;
  width: 300px;
  margin: 0 15px 20px;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.chintaiPageSec__btnLink.pd10 {
  padding: 10.5px 0;
}

.chintaiPageSec__btnLink.u-wide {
  width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-wide {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 8px 0;
  }
}
.chintaiPageSec__btnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .chintaiPageSec__btn:hover .chintaiPageSec__btnLink {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .chintaiPageSec__btn:hover .chintaiPageSec__btnLink::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.is_tyukaiPage .lowerPageKvSec__wrapBg {
  background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_pc.jpg") center center/cover;
}

@media screen and (max-width: 768px) {
  .is_tyukaiPage .lowerPageKvSec__wrapBg {
    background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_sp.jpg") center center/cover;
  }
}
/* 2023.12.6~ new賃貸管理アプリ  */
.chintaiPageSec__cont.u-appArea {
  padding: 9% 20px 0;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-appArea {
    padding: 16% 30px 0;
  }
}
.chintaiPageSec__flex.u-appArea {
  margin-bottom: 80px;
}

.chintaiPageSec__appAreaWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 3%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 30px 3%;
  }
}
.chintaiPageSec__appAreaItem {
  width: 31.1866666667%;
  max-width: 320px;
  background: #fff;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:last-child {
    margin-bottom: 62px;
  }
}
.chintaiPageSec__appTtlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 25px 20px 6.8px;
}

.chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appTtlBox {
  gap: 10px;
  padding: 25px 15px 6.8px 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appTtlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__appNum {
  width: 35%;
  max-width: 98px;
  max-height: 98px;
  padding: 0.77rem 10px;
  margin-bottom: 7px;
  border: 2px solid #005BAC;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  font-family: "Source Serif Pro", serif;
  font-size: min(2.63vw, 34px);
  line-height: 1.11;
  letter-spacing: 0.05em;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum {
    margin-bottom: 0;
    width: 98px;
    height: 98px;
    padding: 10px;
    font-size: 3.4rem;
  }
}
/* .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
  width: 32.67%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
    width: 98px;
  }
} */
.chintaiPageSec__appNum span {
  font-size: min(1.78vw, 23px);
  /* font-size: 1.78vw; */
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum span {
    font-size: 2.3rem;
  }
}
.chintaiPageSec__appItemTtl {
  font-size: min(1.7vw, 20px);
  font-weight: bold;
  line-height: 1.54;
  color: #04233C;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemTtl {
    font-size: 2.2rem;
  }
}
.chintaiPageSec__appItemPic {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemPic {
    max-width: 275px;
    height: 320px;
  }
}
.chintaiPageSec__appItemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chintaiPageSec__appAreaLink {
  margin-bottom: 125px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink {
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
.chintaiPageSec__appAreaLink-info {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink-info {
    margin-bottom: 35px;
    font-size: min(4.8vw, 18px);
  }
}
.chintaiPageSec__btn.u-appArea {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btn.u-appArea {
    margin-bottom: 10px;
  }
}
.chintaiPageSec__btnLink.u-appArea {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-appArea {
    width: 100%;
    padding: 10px 0;
    font-size: min(4vw, 15px);
  }
}
.chintaiPageSec__linkAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.chintaiPageSec__linkAreaTxt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.chintaiPageSec__imgLink {
  display: block;
  margin: 0 15px 15px;
  border-radius: 4px;
  width: 300px;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chintaiPageSec__btnLink {
  display: block;
  width: 300px;
  margin: 0 15px 20px;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.chintaiPageSec__btnLink.pd10 {
  padding: 10.5px 0;
}

.chintaiPageSec__btnLink.u-wide {
  width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-wide {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 8px 0;
  }
}
.chintaiPageSec__btnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .chintaiPageSec__btn:hover .chintaiPageSec__btnLink {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .chintaiPageSec__btn:hover .chintaiPageSec__btnLink::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.is_tyukaiPage .lowerPageKvSec__wrapBg {
  background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_pc.jpg") center center/cover;
}

@media screen and (max-width: 768px) {
  .is_tyukaiPage .lowerPageKvSec__wrapBg {
    background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_sp.jpg") center center/cover;
  }
}
/* 2023.12.6~ new賃貸管理アプリ  */
.chintaiPageSec__cont.u-appArea {
  padding: 9% 20px 0;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-appArea {
    padding: 16% 30px 0;
  }
}
.chintaiPageSec__flex.u-appArea {
  margin-bottom: 80px;
}

.chintaiPageSec__appAreaWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 3%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 30px 3%;
  }
}
.chintaiPageSec__appAreaItem {
  width: 31.1866666667%;
  max-width: 320px;
  background: #fff;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:last-child {
    margin-bottom: 62px;
  }
}
.chintaiPageSec__appTtlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 25px 20px 6.8px;
}

.chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appTtlBox {
  gap: 10px;
  padding: 25px 15px 6.8px 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appTtlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__appNum {
  width: 35%;
  max-width: 98px;
  max-height: 98px;
  padding: 0.77rem 10px;
  margin-bottom: 7px;
  border: 2px solid #005BAC;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  font-family: "Source Serif Pro", serif;
  font-size: min(2.63vw, 34px);
  line-height: 1.11;
  letter-spacing: 0.05em;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum {
    margin-bottom: 0;
    width: 98px;
    height: 98px;
    padding: 10px;
    font-size: 3.4rem;
  }
}
/* .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
  width: 32.67%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
    width: 98px;
  }
} */
.chintaiPageSec__appNum span {
  font-size: min(1.78vw, 23px);
  /* font-size: 1.78vw; */
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum span {
    font-size: 2.3rem;
  }
}
.chintaiPageSec__appItemTtl {
  font-size: min(1.7vw, 20px);
  font-weight: bold;
  line-height: 1.54;
  color: #04233C;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemTtl {
    font-size: 2.2rem;
  }
}
.chintaiPageSec__appItemPic {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemPic {
    max-width: 275px;
    height: 320px;
  }
}
.chintaiPageSec__appItemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chintaiPageSec__appAreaLink {
  margin-bottom: 125px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink {
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
.chintaiPageSec__appAreaLink-info {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink-info {
    margin-bottom: 35px;
    font-size: min(4.8vw, 18px);
  }
}
.chintaiPageSec__btn.u-appArea {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btn.u-appArea {
    margin-bottom: 10px;
  }
}
.chintaiPageSec__btnLink.u-appArea {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-appArea {
    width: 100%;
    padding: 10px 0;
    font-size: min(4vw, 15px);
  }
}
/*====================================================================
tyukaiPage
====================================================================*/
.tyukaiPageSec.bg{
  background-color: #EBF8FE;
}
.tyukaiPageSec.h953{
  height: 953px;
}

.tyukaiPageSec.h1340{
  height: 1340px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec.h953 {
    height: auto;
    padding: 1px
  }
  .tyukaiPageSec.h1340 {
    height: auto;
    margin-bottom: 70px;
  }
}

.tyukaiPageSec__list {
  max-width: 1040px;
  padding: 0 0 110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.tyukaiPageSec__list.pt90 {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 0 30px;
  }
  .tyukaiPageSec__list.p1 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    padding-top: 60px;
  }
}

.tyukaiPageSec__listItemWrap {
  max-width: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
    flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemWrap {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemWrap {
    display: block;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemWrap.mb {
    margin-bottom: 100px;
  }
}

.tyukaiPageSec__listItemPicWrap {
  position: relative;
  width: 50%;
  margin-bottom: 30px;
  padding: 50px 40px 0;
}

.tyukaiPageSec__listItemPicWrap.mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
 .tyukaiPageSec__listItemPicWrap.mt30 {
  margin-top: 0px;
  margin-bottom: 80px;
}
}

.tyukaiPageSec__listItemPicWrapHeader {
  margin-bottom: 30px;
}

.tyukaiPageSec__listItemPic {
  display: flex;
  justify-content: center; 
  mix-blend-mode: multiply;
}

.tyukaiPageSec__listItemPicGroup {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemPicWrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.tyukaiPageSec__listItemPicTxt {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  color: #fff;
}

.tyukaiPageSec__listItemImg {
  width: 100%;
  border-radius: 30px;
}

.tyukaiPageSec__listItemImg.hw {
  /* height: 190px;
  width: 290px; */
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemImg {
    border-radius: 13.5px;
  }
}
.tyukaiPageSec__listItemTxtArea {
  width: 100%;
  flex-grow: 1;
}

.tyukaiPageSec__listItemTxt.textIndent {
  text-indent: 10px;
}

.tyukaiPageSec__listItemTxtArea.mr60 {
  margin: 60px 60px 0 0;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxtArea.mr60 {
    margin: 40px 60px 0 0;
  }
}


@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxtArea {
    width: 100%;
    padding-left: 0;
  }
}
.tyukaiPageSec__listItemTxtAreaTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 33px;
}

.tyukaiPageSec__listItemTxtAreaTtl.center {
  text-align: center;
}

.tyukaiPageSec__listItemTxtAreaTtl.p160 {
  padding: 45px 0 0
}
.tyukaiPageSec__listItemTxtAreaTtl.p80 {
  padding: 80px 0 0;
  font-size: 35px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxtAreaTtl.p80 {
  padding: 50px 0 0
}
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxtAreaTtl {
    font-size: 2.7rem;
    margin-bottom: 15px;
    margin-top: -5px;
    line-height: 1.9;
  }
  .tyukaiPageSec__listItemTxtAreaTtl.p160 {
    padding: 0;
  }
}
.tyukaiPageSec__listItemTxt {
  margin-bottom: 9%;
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxt.mb3p.lh17 {
    line-height: 1.7;
  }
}
.tyukaiPageSec__listItemTxt.mb3p {
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxt.mb3p {
    margin-bottom: 0;
  }
}

.tyukaiPageSec__listItemTxt.center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxt.center {
  text-align: inherit;
  }
}

.tyukaiPageSec__listItemTxt.footer {
  width: 412px;
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxt.footer {
  width: auto;
}
}

.tyukaiPageSec__listItemTxtAreaBtnLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 300px;
  height: 68px;
  margin: 0 0 0 auto;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemTxtAreaBtnLink {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.tyukaiPageSec__listItemTxtAreaBtnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .tyukaiPageSec__listItemTxtAreaBtnLink:hover {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .tyukaiPageSec__listItemTxtAreaBtnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.tyukaiPageSec__cont {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__cont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__cont {
    padding: 0 30px;
  }
}

.tyukaiPageSec__cont.flex {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
 .tyukaiPageSec__cont.flex {
  display: flex;
  flex-direction: column;
}
}

.tyukaiPageSec__cont.mt80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.tyukaiPageSec__cont.mt100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tyukaiPageSec__cont.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
.tyukaiPageSec__cont.mt50 {
  margin-top: 50px;
}
}

@media screen and (max-width: 768px) {
 .tyukaiPageSec__cont.mt80 {
  margin-bottom: 0;
}
}



@media screen and (max-width: 768px) {
 .tyukaiPageSec__cont.m100 {
  margin-bottom: 20px;
}
 .tyukaiPageSec__cont.mt100 {
  margin-bottom: 20px;
}
.tyukaiPageSec__listItemPicWrapFooterText {
  margin-top: 50px;
}
}

.tyukaiPageSec__cont.pa110 {
  padding: 110px 27px 127px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__cont.pa110 {
    padding: 60px 30px;
  }
}
.tyukaiPageSec__cont.pa100 {
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__cont.pa100 {
    padding: 55px 30px;
  }
}
.tyukaiPageSec__LightBlueBg {
  width: 100%;
  padding: 102px 0;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__LightBlueBg {
    padding: 55px 0;
  }
}
.tyukaiPageSec__HeberContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: flex-start;
  -webkit-box-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContent {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContent.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.tyukaiPageSec__HeberContent.mb65 {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContent.mb65 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContent.mb65.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.tyukaiPageSec__TxtAreaPright {
  width: 50%;
}
.tyukaiPageSec__TxtAreaPright {
  padding-right: 40px;
}
.tyukaiPageSec__TxtAreaPright.p40 {
  padding: 40px 40px 0;
}

.tyukaiPageSec__TxtAreaPright.pr40 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtAreaPright.p40 {
  padding: 0;
}
.tyukaiPageSec__TxtAreaPright.pr40 {
  display: flex;
  flex-direction: column;
  height: auto;
  } 
}

.tyukaiPageSec__TxtAreaPright.pl40 {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtAreaPright {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtAreaPright.mb50 {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.tyukaiPageSec__TxtAreaPleft {
  width: 46%;
  padding-left: 7.4%;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtAreaPleft {
    width: 100%;
    padding-left: 0;
  }
}
.tyukaiPageSec__TxtAreaPleft.mt190 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtAreaPleft.mt190 {
    margin-top: 50px ;
  }
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtAreaPleft.mt135 {
    margin-top: 0px;
  }
}
.tyukaiPageSec__listItemPicWrap.textAlign-c {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemPicWrap.textAlign-c {
  text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemPicWrap.p0 {
    padding: 0;
  }
}

.tyukaiPageSec__listItemPicWrapFooter {
  width: 50%;
  position: relative;
}

.tyukaiPageSec__listItemPicWrapFooter.pl40 {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemPicWrapFooter.pl40 {
  padding-left: 0;
}
}

.tyukaiPageSec__listItemPicWrapFooter.pr40 {
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemPicWrapFooter.pr40 {
  padding-right: 0px;
}
}

.tyukaiPageSec__listItemPicWrapFooter.flexCenter {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemPicWrapFooter.flexCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
}
}


@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemPicWrapFooter {
    width: auto;
    padding: 0;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__cont.reverse100 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}

.tyukaiPageSec__listItemPic.pt40 {
  padding-top: 40px;
}

.tyukaiPageSec__listItemPic.h273 {
  height: 273px;
}

.tyukaiPageSec__TxtGothic {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  color: #04233C;
}

.tyukaiPageSec__btn {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__btn {
    width: auto;
  }
}


.tyukaiPageSec__btn.pcnone {
  display: none;
}

.tyukaiPageSec__btn.spnone {
  display: block;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__btn.pcnone {
    display: block;
  }
  .tyukaiPageSec__btn.spnone {
    display: none;
  }
}

.tyukaiPageSec__TxtGothicFooter {
   font-size: 1.5rem;
  font-weight: bold;
  color: #04233C;
}
.tyukaiPageSec__TxtGothicFooter.textAlign-c {
  text-align: center;
}

.tyukaiPageSec__TxtGothic:first-line {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtGothic {
    line-height: 1.35;
  }
}
.tyukaiPageSec__TxtGothic.mb7 {
  margin-bottom: 7px;
}
 
.tyukaiPageSec__TxtGothic.center {
  text-align: center;
}


@media screen and (max-width: 768px) {
  .tyukaiPageSec__TxtGothic.mb7 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .u-spnone {
    display: none;
  }
}
.tyukaiPageSec__TxtGothic.textAlign-c {
  text-align: center;
}

.tyukaiPageSec__HeberContentSubTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContentSubTtl {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContentSubTtl::first-line {
    line-height: 1;
  }
}
.tyukaiPageSec__listItemImg.radiusNone {
  border-radius: 0;
}

.tyukaiPageSec__listItemImg.radiusNoneMb7 {
  border-radius: 0;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemImg.radiusNoneMb10 {
    margin-bottom: 6px;
  }
}
.tyukaiPageSec__listItemImg.radiusNoneMb11 {
  border-radius: 0;
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemImg.radiusNoneMb11 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__listItemImg.w70 {
  width: 70%;
}
}

.tyukaiPageSec__listItemPicAfter::after {
  content: "アトラスタワー五反田";
  position: absolute;
  right: 30px;
  bottom: 18px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  color: #fff;
}

.tyukaiPageSec__HeberContentSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContentSub {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 28px;
  }
}
.tyukaiPageSec__HeberContentBox {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.7rem;
  color: #005BAC;
  width: 140px;
  padding: 50px 25px;
  border: 2px solid #005BAC;
  border-radius: 7px;
  text-align: center;
  margin-right: 36px;
  margin-left: 40px;
  display: flex;
  white-space: nowrap;
}

.tyukaiPageSec__HeberContentBoxP.p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContentBox {
    font-weight: 400;
    font-size: 1.6rem;
    padding: 25px;
    border: 2px solid #005BAC;
    border-radius: 7px;
    margin-right: 9px;
    margin-left: 0;
    aspect-ratio: 1;
    width: 80px;
    height: 80px;

    
  }
}
.tyukaiPageSec__HeberContent.mb59 {
  margin-bottom: 59px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__HeberContent.mb59 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 59px;
  }
}
.tyukaiPageSec__bunzyoItem {
  width: 100%;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #1B5BAC;
  padding: 49px 79px 40px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__bunzyoItem {
    padding: 41px 25px;
  }
}
.tyukaiPageSec__bunzyoItem:first-child {
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__bunzyoItem:first-child {
    margin-bottom: 47px;
  }
}
.tyukaiPageSec__bunzyoItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__bunzyoItemWrap {
    display: block;
  }
}
.tyukaiPageSec__bunzyoItemBox {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__bunzyoItemBox {
    width: 100%;
  }
}
.tyukaiPageSec__bunzyoItemTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__bunzyoItemTtl {
    margin-bottom: 35px;
  }
}
.tyukaiPageSec__bunzyoItemSubTtl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  color: #005BAC;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 14px;
  border-bottom: 1px solid #005BAC;
}

.tyukaiPageSec__bunzyoItemTxt {
  font-size: 1.6rem;
  line-height: 2.12;
}

@media screen and (max-width: 768px) {
  .tyukaiPageSec__bunzyoItemTxt.spmb50 {
    margin-bottom: 50px;
  }
}
/*====================================================================
chintaiPage
====================================================================*/
.chintaiPageSec {
  background: rgba(122, 208, 247, 0.15);
}

.chintaiPageSec__cont {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__cont {
    padding: 0 30px;
  }
}
.chintaiPageSec__cont.u-01 {
  padding: 6.3% 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-01 {
    padding: 60px 30px;
  }
}
.chintaiPageSec__cont.u-02 {
  max-width: none;
  padding: 10.4% 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-02 {
    padding: 60px 30px;
  }
}
.chintaiPageSec__cont.u-03 {
  padding: 9% 20px 3%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-03 {
    padding: 60px 30px 10px;
  }
}
.chintaiPageSec__cont.u-boriki {
  max-width: none;
  padding: 9% 0 4.5%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-boriki {
    padding: 60px 30px 10px;
  }
}
.chintaiPageSec__cont.u-links {
  padding: 4.5% 0 9%;
  background: #fff;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-links {
    padding: 60px 30px;
  }
}
.chintaiPageSec__contWrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__contWrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.chintaiPageSec__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.chintaiPageSec__flex.u-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.chintaiPageSec__flex.u-02 .chintaiPageSec__flexTxtArea {
  padding: 0 7.5% 0 0;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flex.u-03 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flex {
    display: block;
    margin-bottom: 55px;
  }
}
.chintaiPageSec__flexPicWrap {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flexPicWrap {
    width: 100%;
  }
}
.chintaiPageSec__flexPic {
  display: block;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flexPic {
    width: 100%;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__flexPic.u-03 {
  width: 100%;
}

.chintaiPageSec__flexPic.u-w100p {
  width: 100%;
}

.chintaiPageSec__flexImg {
  width: 100%;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flexImg {
    border-radius: 13.5px;
  }
}
.chintaiPageSec__flexPicTxt {
  position: absolute;
  bottom: 25px;
  right: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flexPicTxt {
    bottom: 15px;
    right: 15px;
  }
}
.chintaiPageSec__flexTxtArea {
  width: 50%;
  padding-left: 7.5%;
  padding-top: 3%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flexTxtArea {
    width: 100%;
    padding-left: 0;
  }
}
.chintaiPageSec__flexTxtAreaTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.5rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flexTxtAreaTtl {
    font-size: 2.8rem;
    line-height: 1.96;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__flexTxt {
  margin-bottom: 9%;
  font-size: 1.6rem;
  line-height: 2.12;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__flexTxt {
    margin-bottom: 10px;
  }
}
.chintaiPageSec__flexTxtAnnotation {
  font-size: 1.2rem;
}

.chintaiPageSec__listItem {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItem {
    margin-bottom: 55px;
  }
  .chintaiPageSec__listItem:last-of-type {
    margin-bottom: 25px;
  }
}
.chintaiPageSec__listItemTtlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.chintaiPageSec__listItemTtlPtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 140px;
  height: 140px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border: 2px solid #005BAC;
  border-radius: 7px;
  color: #005BAC;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlPtn {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
  }
}
.chintaiPageSec__listItemTtlPtnNum {
  display: block;
  padding-top: 10px;
  font-size: 4.5rem;
  line-height: 0.8;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlPtnNum {
    padding-top: 8px;
    font-size: 2.5rem;
  }
}
.chintaiPageSec__listItemTtlTxtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% - 140px - 36px);
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlTxtWrap {
    width: calc(100% - 80px - 9px);
  }
}
.chintaiPageSec__listItemTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  margin-bottom: 25px;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtl {
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 1.72;
  }
}
.chintaiPageSec__listItemTtlTxt {
  font-size: 1.6rem;
  line-height: 2.12;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlTxt {
    margin-bottom: 18px;
  }
}
.chintaiPageSec__listItemTtlTxtSmall {
  display: block;
  padding-top: 25px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlTxtSmall {
    padding-top: 6px;
  }
}
.chintaiPageSec__listItemPic {
  margin-bottom: 46px;
}

.chintaiPageSec__listItemPic.u-01 {
  max-width: 890px;
  margin: 0 auto 46px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemPic.u-01 {
    margin: 0 auto 40px;
  }
}
.chintaiPageSec__listItemPic.u-02 {
  width: 73%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemPic.u-02 {
    width: 100%;
  }
}
.chintaiPageSec__listItemImg {
  width: 100%;
}

.chintaiPageSec__listItemTxt {
  max-width: 960px;
  margin: 0 auto 56px;
  font-size: 1.2rem;
  line-height: 2.16;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTxt {
    margin-bottom: 30px;
  }
}
.chintaiPageSec__listItemOpt {
  padding: 5% 7.8%;
  border-radius: 22px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOpt {
    padding: 27px 15px;
  }
}
.chintaiPageSec__listItemOptTtl {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  color: #005BAC;
}

.chintaiPageSec__listItemOptTtl::after {
  content: "";
  display: block;
  width: 118px;
  height: 1px;
  margin: 0 auto;
  background: #005BAC;
}

.chintaiPageSec__listItemOptCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptCont {
    display: block;
  }
}
.chintaiPageSec__listItemOptInner {
  width: 46.5%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptInner {
    width: 100%;
    margin-bottom: 42px;
  }
  .chintaiPageSec__listItemOptInner.u-02 {
    margin-bottom: 0;
  }
}
.chintaiPageSec__listItemOptInnerTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.4rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptInnerTtl {
    text-align: center;
  }
}
.chintaiPageSec__listItemOptInnerTxt {
  font-size: 1.6rem;
  line-height: 2.15;
}

.chintaiPageSec__listItemOptInnerTxt.u-small {
  padding-top: 20px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptInnerTxt.u-small {
    padding-top: 6px;
  }
}
.chintaiPageSec__linkArea {
  margin-bottom: 60px;
}

.chintaiPageSec__linkAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.chintaiPageSec__linkAreaTxt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.chintaiPageSec__imgLink {
  display: block;
  margin: 0 15px 15px;
  border-radius: 4px;
  width: 300px;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chintaiPageSec__btnLink {
  display: block;
  width: 300px;
  margin: 0 15px 20px;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.chintaiPageSec__btnLink.pd10 {
  padding: 10.5px 0;
}

.chintaiPageSec__btnLink.u-wide {
  width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-wide {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 8px 0;
  }
}
.chintaiPageSec__btnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .chintaiPageSec__btn:hover .chintaiPageSec__btnLink {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .chintaiPageSec__btn:hover .chintaiPageSec__btnLink::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.is_tyukaiPage .lowerPageKvSec__wrapBg {
  background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_pc.jpg") center center/cover;
}

@media screen and (max-width: 768px) {
  .is_tyukaiPage .lowerPageKvSec__wrapBg {
    background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_sp.jpg") center center/cover;
  }
}
/* 2023.12.6~ new賃貸管理アプリ  */
.chintaiPageSec__cont.u-appArea {
  padding: 9% 20px 0;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-appArea {
    padding: 16% 30px 0;
  }
}
.chintaiPageSec__flex.u-appArea {
  margin-bottom: 80px;
}

.chintaiPageSec__appAreaWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 3%;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 30px 3%;
  }
}
.chintaiPageSec__appAreaItem {
  width: 31.1866666667%;
  max-width: 320px;
  background: #fff;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:last-child {
    margin-bottom: 62px;
  }
}
.chintaiPageSec__appTtlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  padding: 25px 20px 6.8px;
}

.chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appTtlBox {
  gap: 10px;
  padding: 25px 15px 6.8px 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appTtlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__appNum {
  width: 35%;
  max-width: 98px;
  max-height: 98px;
  padding: 0.77rem 10px;
  margin-bottom: 7px;
  border: 2px solid #005BAC;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
  font-family: "Source Serif Pro", serif;
  font-size: min(2.63vw, 34px);
  line-height: 1.11;
  letter-spacing: 0.05em;
  color: #005BAC;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum {
    margin-bottom: 0;
    width: 98px;
    height: 98px;
    padding: 10px;
    font-size: 3.4rem;
  }
}
/* .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
  width: 32.67%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaItem:nth-child(2) .chintaiPageSec__appNum {
    width: 98px;
  }
} */
.chintaiPageSec__appNum span {
  font-size: min(1.78vw, 23px);
  /* font-size: 1.78vw; */
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appNum span {
    font-size: 2.3rem;
  }
}
.chintaiPageSec__appItemTtl {
  font-size: min(1.7vw, 20px);
  font-weight: bold;
  line-height: 1.54;
  color: #04233C;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemTtl {
    font-size: 2.2rem;
  }
}
.chintaiPageSec__appItemPic {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appItemPic {
    max-width: 275px;
    height: 320px;
  }
}
.chintaiPageSec__appItemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chintaiPageSec__appAreaLink {
  margin-bottom: 125px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink {
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
.chintaiPageSec__appAreaLink-info {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__appAreaLink-info {
    margin-bottom: 35px;
    font-size: min(4.8vw, 18px);
  }
}
.chintaiPageSec__btn.u-appArea {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btn.u-appArea {
    margin-bottom: 10px;
  }
}
.chintaiPageSec__btnLink.u-appArea {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-appArea {
    width: 100%;
    padding: 10px 0;
    font-size: min(4vw, 15px);
  }
}
.is_kaihatsuPage .lowerPageKvSec__wrapBg {
  background: url("/fudousan/_assets/images/business/kaihatsu/kaihatsuPageKv_img_pc.jpg") center center/cover;
}
@media screen and (max-width: 768px) {
  .is_kaihatsuPage .lowerPageKvSec__wrapBg {
    background: url("/fudousan/_assets/images/business/kaihatsu/kaihatsuPageKv_img_sp.jpg") center center/cover;
  }
}
.is_kaihatsuPage .lowerPageKvSec__pageThumbTitleWrapTitle {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .is_kaihatsuPage .lowerPageKvSec__pageThumbTitleWrapTitle {
    font-size: 2.8rem;
  }
}
.is_kaihatsuPage .lowerPageKvSec__pageThumbTitle {
  max-width: 1634px;
  padding: 50px 120px;
}
.is_kaihatsuPage .lowerPageKvSec__pageThumbTitle::after {
  right: 50vw;
  z-index: 10;
  width: 50vw;
  height: 100%;
  border-top-right-radius: 14px;
}
@media screen and (max-width: 1280px) {
  .is_kaihatsuPage .lowerPageKvSec__pageThumbTitle {
    max-width: 1120px;
    padding: 50px 80px;
  }
}
@media screen and (max-width: 900px) {
  .is_kaihatsuPage .lowerPageKvSec__pageThumbTitle {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .is_kaihatsuPage .lowerPageKvSec__pageThumbTitle {
    display: inline-block;
    width: auto;
    padding: 30px;
  }
  .is_kaihatsuPage .lowerPageKvSec__pageThumbTitle::after {
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
  }
}

/*====================================================================
kaihatsuPage
====================================================================*/
.kaihatsuPageSec {
  margin-top: -5.4rem;
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItem:first-child .kaihatsuPageSec__listItemWrap {
    padding: 12px 30px 55px;
  }
}
.kaihatsuPageSec__listItem:nth-child(even) {
  background: #ebf8fe;
}
.kaihatsuPageSec__listItem:nth-child(even) .kaihatsuPageSec__listItemWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.kaihatsuPageSec__listItem:nth-child(even) .kaihatsuPageSec__listItemTxtArea {
  padding-left: 0;
  padding-right: 10%;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItem:nth-child(even) .kaihatsuPageSec__listItemTxtArea {
    padding: 0;
  }
}
.kaihatsuPageSec__listItemWrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1634px;
  padding: 100px 120px;
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemWrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemWrap {
    display: block;
    max-width: 1120px;
    padding: 100px 80px 116px;
  }
}
@media screen and (max-width: 900px) {
  .kaihatsuPageSec__listItemWrap {
    display: block;
    max-width: 820px;
    padding: 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemWrap {
    padding: 55px 30px;
  }
}
.kaihatsuPageSec__listItemPicWrap {
  width: 42%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemPicWrap {
    width: 70.8%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .kaihatsuPageSec__listItemPicWrap {
    width: 100%;
    margin: 0 auto;
  }
}
.kaihatsuPageSec__listItemPic {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemPic {
    border-radius: 13.5px;
  }
}
.kaihatsuPageSec__listItemImg {
  width: 100%;
}
.kaihatsuPageSec__listItemPicTxt {
  position: absolute;
  bottom: 18px;
  right: 22px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.64;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  color: #fff;
}
.kaihatsuPageSec__listItemTxtArea {
  width: 58%;
  padding-left: 10%;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemTxtArea {
    width: 100%;
    padding: 0;
  }
}
.kaihatsuPageSec__listItemTxtAreaTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.5rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemTxtAreaTtl {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxtAreaTtl {
    font-size: 2.8rem;
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
.kaihatsuPageSec__listItemTxt {
  margin-bottom: 6%;
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxt {
    margin-bottom: 25px;
  }
}
.u-apartment .kaihatsuPageSec__listItemTxt {
  margin-bottom: 20px;
}
.kaihatsuPageSec__listItemTxtWrap {
  margin-bottom: 6%;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemTxtWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxtWrap {
    display: block;
    margin-bottom: 25px;
  }
}
.kaihatsuPageSec__listItemTxtStrong {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  width: 270px;
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #005BAC;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxtStrong {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 8px;
  }
}
.kaihatsuPageSec__listItemTxtSmall {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemTxtSmall {
    width: calc(100% - 270px);
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxtSmall {
    width: 100%;
    padding-left: 0;
  }
}
.kaihatsuPageSec__listItemTxtAreaPic {
  margin-bottom: 9%;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemTxtAreaPic {
    width: 82%;
    margin: 0 auto 6%;
  }
}
@media screen and (max-width: 900px) {
  .kaihatsuPageSec__listItemTxtAreaPic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxtAreaPic {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
  }
}
.kaihatsuPageSec__listItemTxtAreaBtnLink {
  display: block;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.kaihatsuPageSec__listItemTxtAreaBtnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .kaihatsuPageSec__listItemTxtAreaBtnLink:hover {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .kaihatsuPageSec__listItemTxtAreaBtnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemTxtAreaBtnLink {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .kaihatsuPageSec__listItemTxtAreaBtnLink {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemTxtAreaBtnLink {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.kaihatsuPageSec__listItemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 9%;
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemFlex {
    margin: 0 auto 6%;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemFlex {
    display: block;
    margin-bottom: 45px;
  }
}
.kaihatsuPageSec__listItemFlexItem {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemFlexItem {
    width: calc((100% - 100px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemFlexItem {
    width: 100%;
  }
  .kaihatsuPageSec__listItemFlexItem:first-child {
    margin-bottom: 50px;
  }
}
.kaihatsuPageSec__listItemFlexItemTxt {
  margin-bottom: 16px;
  padding: 8px 14px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #005BAC;
  text-align: center;
  border-radius: 7px;
  background: #fff;
}
@media screen and (max-width: 1340px) {
  .kaihatsuPageSec__listItemFlexItemTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .kaihatsuPageSec__listItemFlexItemTxt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kaihatsuPageSec__listItemFlexItemTxt {
    margin-bottom: 10px;
    padding: 4px 0;
  }
}
.kaihatsuPageSec__listItemFlexPic {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.is_chintaiPage .lowerPageKvSec__wrapBg {
  background: url("/fudousan/_assets/images/business/chintai/chintaiPageKv_img_pc.jpg") right 10% bottom 20%/cover;
}
@media screen and (max-width: 768px) {
  .is_chintaiPage .lowerPageKvSec__wrapBg {
    background: url("/fudousan/_assets/images/business/chintai/chintaiPageKv_img_sp.jpg") right 10% bottom 15%/cover;
  }
}

/*====================================================================
chintaiPage
====================================================================*/
.chintaiPageSec {
  background: rgba(122, 208, 247, 0.15);
}
.chintaiPageSec__cont {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__cont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__cont {
    padding: 0 30px;
  }
}
.chintaiPageSec__cont.u-01 {
  padding: 6.3% 20px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-01 {
    padding: 60px 30px;
  }
}
.chintaiPageSec__cont.u-02 {
  max-width: none;
  padding: 9.4% 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-02 {
    padding: 60px 30px;
  }
}
.chintaiPageSec__cont.u-03 {
  padding: 9% 20px 3%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__cont.u-03 {
    padding: 60px 30px 10px;
  }
}
.chintaiPageSec__contWrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__contWrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.chintaiPageSec__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.chintaiPageSec__flex.u-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
}
.chintaiPageSec__flex.u-02 .chintaiPageSec__flexTxtArea {
  padding: 0 7.5% 0 0;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flex.u-03 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flex {
    display: block;
    margin-bottom: 55px;
  }
}
.chintaiPageSec__flexPicWrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flexPicWrap {
    width: 100%;
  }
}
.chintaiPageSec__flexPic {
  display: block;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flexPic {
    width: 100%;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__flexPic.u-03 {
  width: 100%;
}
.chintaiPageSec__flexImg {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flexImg {
    border-radius: 13.5px;
  }
}
.chintaiPageSec__flexPicTxt {
  position: absolute;
  bottom: 25px;
  right: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flexPicTxt {
    bottom: 15px;
    right: 15px;
  }
}
.chintaiPageSec__flexTxtArea {
  width: 50%;
  padding-left: 7.5%;
  padding-top: 3%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flexTxtArea {
    width: 100%;
    padding-left: 0;
  }
}
.chintaiPageSec__flexTxtAreaTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flexTxtAreaTtl {
    font-size: 2.8rem;
    line-height: 1.96;
    margin-bottom: 15px;
  }
}
.chintaiPageSec__flexTxt {
  margin-bottom: 9%;
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__flexTxt {
    margin-bottom: 10px;
  }
}
.chintaiPageSec__flexTxtAnnotation {
  font-size: 1.2rem;
}
.chintaiPageSec__listItem {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItem {
    margin-bottom: 55px;
  }
  .chintaiPageSec__listItem:last-of-type {
    margin-bottom: 25px;
  }
}
.chintaiPageSec__listItemTtlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlWrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.chintaiPageSec__listItemTtlPtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 140px;
  height: 140px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border: 2px solid #005BAC;
  border-radius: 7px;
  color: #005BAC;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlPtn {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
  }
}
.chintaiPageSec__listItemTtlPtnNum {
  display: block;
  padding-top: 10px;
  font-size: 4.5rem;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlPtnNum {
    padding-top: 8px;
    font-size: 2.5rem;
  }
}
.chintaiPageSec__listItemTtlTxtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% - 140px - 36px);
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlTxtWrap {
    width: calc(100% - 80px - 9px);
  }
}
.chintaiPageSec__listItemTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.2rem;
  margin-bottom: 25px;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtl {
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 1.72;
  }
}
.chintaiPageSec__listItemTtlTxt {
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlTxt {
    margin-bottom: 18px;
  }
}
.chintaiPageSec__listItemTtlTxtSmall {
  display: block;
  padding-top: 25px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTtlTxtSmall {
    padding-top: 6px;
  }
}
.chintaiPageSec__listItemPic {
  margin-bottom: 46px;
}
.chintaiPageSec__listItemPic.u-01 {
  max-width: 890px;
  margin: 0 auto 46px;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemPic.u-01 {
    margin: 0 auto 40px;
  }
}
.chintaiPageSec__listItemPic.u-02 {
  width: 73%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemPic.u-02 {
    width: 100%;
  }
}
.chintaiPageSec__listItemImg {
  width: 100%;
}
.chintaiPageSec__listItemTxt {
  max-width: 960px;
  margin: 0 auto 56px;
  font-size: 1.2rem;
  line-height: 2.16;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemTxt {
    margin-bottom: 30px;
  }
}
.chintaiPageSec__listItemOpt {
  padding: 5% 7.8%;
  border-radius: 22px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOpt {
    padding: 27px 15px;
  }
}
.chintaiPageSec__listItemOptTtl {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  color: #005BAC;
}
.chintaiPageSec__listItemOptTtl::after {
  content: "";
  display: block;
  width: 118px;
  height: 1px;
  margin: 0 auto;
  background: #005BAC;
}
.chintaiPageSec__listItemOptCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptCont {
    display: block;
  }
}
.chintaiPageSec__listItemOptInner {
  width: 46.5%;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptInner {
    width: 100%;
    margin-bottom: 42px;
  }
  .chintaiPageSec__listItemOptInner.u-02 {
    margin-bottom: 0;
  }
}
.chintaiPageSec__listItemOptInnerTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.4rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptInnerTtl {
    text-align: center;
  }
}
.chintaiPageSec__listItemOptInnerTxt {
  font-size: 1.6rem;
  line-height: 2.15;
}
.chintaiPageSec__listItemOptInnerTxt.u-small {
  padding-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__listItemOptInnerTxt.u-small {
    padding-top: 6px;
  }
}
.chintaiPageSec__linkArea {
  margin-bottom: 60px;
}
.chintaiPageSec__linkAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.chintaiPageSec__linkAreaTxt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.chintaiPageSec__btnLink {
  display: block;
  width: 300px;
  margin: 0 15px 20px;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.chintaiPageSec__btnLink.u-wide {
  width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .chintaiPageSec__btnLink.u-wide {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 8px 0;
  }
}
.chintaiPageSec__btnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .chintaiPageSec__btnLink:hover {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .chintaiPageSec__btnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}

.is_tyukaiPage .lowerPageKvSec__wrapBg {
  background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_pc.jpg") center center/cover;
}
@media screen and (max-width: 768px) {
  .is_tyukaiPage .lowerPageKvSec__wrapBg {
    background: url("/fudousan/_assets/images/business/tyukai/tyukaiPageKv_img_sp.jpg") center center/cover;
  }
}

/*====================================================================
corporatePage
====================================================================*/
.corporatePageLeadSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: 400;
  margin-bottom: 110px;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .corporatePageLeadSec {
    display: block;
    margin-bottom: 65px;
    padding-top: 30px;
  }
}
.corporatePageLeadSec__txtArea {
  width: 50%;
  padding: 6% 4% 0 7%;
}
@media screen and (max-width: 768px) {
  .corporatePageLeadSec__txtArea {
    width: 100%;
    padding: 0 30px;
  }
}
.corporatePageLeadSec__txtAreaPic {
  max-width: 420px;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .corporatePageLeadSec__txtAreaPic {
    width: 288px;
    margin: 0 auto;
    margin-bottom: 18px;
  }
}
.corporatePageLeadSec__txtAreaImg {
  width: 100%;
}
.corporatePageLeadSec__txtWrap {
  padding-left: 8.8%;
}
@media screen and (max-width: 768px) {
  .corporatePageLeadSec__txtWrap {
    max-width: 550px;
    margin: 0 auto;
    padding-left: 0;
  }
}
.corporatePageLeadSec__txt {
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 955px) {
  .corporatePageLeadSec__txt .u-w955 {
    display: none;
  }
}
.corporatePageLeadSec__pic {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .corporatePageLeadSec__pic {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 30px;
  }
}
.corporatePageLeadSec__img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .corporatePageLeadSec__img {
    border-radius: 25px 0 0 25px;
  }
}

.corporatePageLinkSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  max-width: 1070px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec {
    padding: 0 30px;
    margin-bottom: 100px;
  }
}
.corporatePageLinkSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec__list {
    display: block;
  }
}
.corporatePageLinkSec__listItem {
  width: calc((100% - 68px) / 3);
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec__listItem {
    width: 100%;
    margin-bottom: 35px;
  }
}
.corporatePageLinkSec__listItemLink {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .corporatePageLinkSec__listItemLink:hover .corporatePageLinkSec__listItemPic::after {
    opacity: 1;
  }
  .corporatePageLinkSec__listItemLink:hover .corporatePageLinkSec__listItemImg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .corporatePageLinkSec__listItemLink:hover .corporatePageLinkSec__listItemTxt {
    color: #005BAC;
  }
  .corporatePageLinkSec__listItemLink:hover .corporatePageLinkSec__listItemTxt::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec__listItemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.corporatePageLinkSec__listItemPic {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec__listItemPic {
    width: 45%;
    margin-bottom: 0;
  }
}
.corporatePageLinkSec__listItemPic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62%;
  border-radius: 10px;
  background: rgba(88, 132, 198, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.corporatePageLinkSec__listItemImg {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.corporatePageLinkSec__listItemTxt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec__listItemTxt {
    width: 55%;
  }
}
.corporatePageLinkSec__listItemTxt::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background: #005BAC;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .corporatePageLinkSec__listItemTxt::after {
    display: none;
  }
}

/*====================================================================
greetingPage
====================================================================*/
@media screen and (max-width: 768px) {
  .is_greetingPage .lowerPageTilteSec__wrapTitleArea {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .is_greetingPage .lowerPageTilteSec__wrapTitleAreaText {
    margin-left: 0;
  }
}

.greetingPageMessageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  max-width: 1070px;
  margin-bottom: 94px;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec {
    padding: 54px 30px 0;
    margin-bottom: 76px;
  }
}
.greetingPageMessageSec__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.85;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec__ttl {
    font-size: 2.6rem;
    line-height: 1.76;
    margin-bottom: 40px;
  }
}
.greetingPageMessageSec__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec__cont {
    display: block;
  }
}
.greetingPageMessageSec__picArea {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec__picArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-bottom: 40px;
  }
}
.greetingPageMessageSec__pic {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec__pic {
    width: 45%;
    margin-bottom: 0;
  }
}
.greetingPageMessageSec__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec__profile {
    width: 48%;
  }
}
.greetingPageMessageSec__profileTxt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.33;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec__profileTxt {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
.greetingPageMessageSec__profileTxt.u-name {
  font-size: 20px;
  line-height: 1.5;
}
.greetingPageMessageSec__txtArea {
  width: 56.5%;
}
@media screen and (max-width: 768px) {
  .greetingPageMessageSec__txtArea {
    width: 100%;
  }
}
.greetingPageMessageSec__txt {
  margin-bottom: 35px;
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.06em;
}

.greetingPageMessageSec__main__txt {
  margin-bottom: 52.5px;
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.06em;
}

.greetingPagePurposeSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec {
    padding: 0 30px;
  }
}
.greetingPagePurposeSec__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItem {
    display: block;
    margin-bottom: 80px;
  }
}
.greetingPagePurposeSec__listItemTtl {
  width: 146px;
}
.greetingPagePurposeSec__listItemTtl.u-purpose {
  position: relative;
  top: 3vw;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItemTtl {
    width: auto;
    margin-bottom: 35px;
    text-align: center;
  }
  .greetingPagePurposeSec__listItemTtl.u-purpose {
    top: 0;
  }
}
.greetingPagePurposeSec__listItemTtlTxt {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
}
.greetingPagePurposeSec__listItemCont {
  width: calc(100% - 146px);
}
.greetingPagePurposeSec__listItemCont.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItemCont {
    width: 100%;
  }
  .greetingPagePurposeSec__listItemCont.u-flex {
    display: block;
  }
}
.greetingPagePurposeSec__listItemPic {
  width: 40%;
  margin: 0 10% 0 0;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItemPic {
    width: 292px;
    margin: 0 auto 28px;
  }
}
.greetingPagePurposeSec__listItemImg {
  width: 100%;
}
.greetingPagePurposeSec__listItemTxt {
  width: 50%;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItemTxt {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .greetingPagePurposeSec__listItemTxt .u-w870 {
    display: none;
  }
}
.greetingPagePurposeSec__listItemSlogan {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.66;
}
.greetingPagePurposeSec__listItemSlogan.u-mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItemSlogan {
    font-size: 2.6rem;
  }
  .greetingPagePurposeSec__listItemSlogan.u-mb {
    margin-bottom: 40px;
  }
}
.greetingPagePurposeSec__listItemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItemInner {
    display: block;
    padding-left: 20px;
  }
}
.greetingPagePurposeSec__listItemInnerBox {
  padding-left: 20px;
  border-left: 1.5px solid #005BAC;
}
.greetingPagePurposeSec__listItemInnerBox:first-of-type {
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  .greetingPagePurposeSec__listItemInnerBox:first-of-type {
    margin: 0 0 40px 0;
  }
}
.greetingPagePurposeSec__listItemInnerBoxTtl {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #005BAC;
}
.greetingPagePurposeSec__listItemInnerBoxTxt {
  font-size: 1.3rem;
  line-height: 2.46;
}

/*====================================================================
overviewPage
====================================================================*/
.overviewPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  margin-bottom: 160px;
  padding-top: 84px;
}
@media screen and (max-width: 768px) {
  .overviewPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .overviewPageSec {
    margin-bottom: 35px;
    padding: 26px 30px 0;
  }
}
.overviewPageSec__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 0;
  border-top: 1px solid #C5C5C5;
}
@media screen and (max-width: 768px) {
  .overviewPageSec__listItem {
    display: block;
  }
}
.overviewPageSec__listItem:last-child {
  border-bottom: 1px solid #C5C5C5;
}
.overviewPageSec__listItemTtl {
  width: 210px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .overviewPageSec__listItemTtl {
    width: auto;
    margin-bottom: 8px;
  }
}
.overviewPageSec__listItemCont {
  width: calc(100% - 210px);
  margin-left: 20px;
}
.overviewPageSec__listItemCont.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .overviewPageSec__listItemCont {
    width: 100%;
    margin-left: 0;
  }
  .overviewPageSec__listItemCont.u-flex {
    display: block;
  }
}
.overviewPageSec__listItemContTxt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.12;
}
.overviewPageSec__listItemContTxtSmall {
  font-size: 1.4rem;
  line-height: 2.42;
}
.overviewPageSec__innerListItem {
  font-size: 1.6rem;
  line-height: 2.12;
}
.overviewPageSec__listItemContMapLink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 24px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.overviewPageSec__listItemContMapLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 18px;
  margin-left: 4px;
  background: url("/fudousan/_assets/images/common/map_icon_base.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .overviewPageSec__listItemContMapLink:hover {
    color: #005BAC;
  }
  .overviewPageSec__listItemContMapLink:hover::after {
    background: url("/fudousan/_assets/images/common/map_icon_hover.png") center center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .overviewPageSec__listItemContMapLink {
    margin-left: 10px;
  }
}
.overviewPageSec__listItemContBtnLink {
  display: inline-block;
  width: 200px;
  padding: 14px 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  border-radius: 4px;
  border: 1.2px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .overviewPageSec__listItemContBtnLink:hover {
    border: 1.2px solid #005BAC;
    color: #005BAC;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .overviewPageSec__listItemContBtnLink {
    width: 220px;
    margin-top: 20px;
    padding: 8px 0;
  }
}

/*====================================================================
performancePage
====================================================================*/
@media screen and (max-width: 768px) {
  .is_performancePage .lowerPageTilteSec__wrapTitleArea {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .is_performancePage .lowerPageTilteSec__wrapTitleAreaText {
    margin-left: 0;
  }
}

.performancePageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1060px;
  margin-bottom: 114px;
  padding-top: 46px;
}
@media screen and (max-width: 768px) {
  .performancePageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .performancePageSec {
    margin-bottom: 64px;
    padding: 32px 15px 0;
  }
}
.performancePageSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
}
.performancePageSec__listItem {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .performancePageSec__listItem {
    max-width: 550px;
    margin: 0 auto 54px;
  }
}
.performancePageSec__listItem:first-child {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .performancePageSec__listItem:first-child {
    width: 100%;
  }
}
.performancePageSec__listItem:nth-child(2) {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .performancePageSec__listItem:nth-child(2) {
    width: 100%;
  }
}
.performancePageSec__listItem:nth-child(3) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .performancePageSec__listItem:nth-child(3) {
    width: 100%;
  }
}
.performancePageSec__listItem:last-child {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .performancePageSec__listItem:last-child {
    width: 100%;
  }
}
.performancePageSec__listItemTtl {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.66;
  text-align: center;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
}
.performancePageSec__listItemTtl.u-01 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .performancePageSec__listItemTtl.u-01 {
    margin-bottom: 10px;
  }
}
.performancePageSec__listItemTextFooter {
  font-size: 1.4rem;
}
.performancePageSec__listItemPic {
  display: block;
  margin: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .performancePageSec__listItemPic.u-03 {
    display: block;
    margin: 0 auto;
  }
}
.performancePageSec__listItemImg {
  width: 100%;
}
.performancePageSec__btnLink {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .performancePageSec__btnLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 30px);
    max-width: 315px;
    margin: 0 auto;
    padding: 8px 0 8px 65px;
    text-align: left;
  }
}
.performancePageSec__btnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .performancePageSec__btnLink:hover {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .performancePageSec__btnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.performancePageSec__footerText {
 font-size: 14px;
}

/*====================================================================
groupPage
====================================================================*/
.groupPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1028px;
  margin-bottom: 146px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .groupPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .groupPageSec {
    margin-bottom: 46px;
    padding: 30px 30px 0;
  }
}
.groupPageSec__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 90px;
}
.groupPageSec__listItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .groupPageSec__listItem {
    display: block;
    margin-bottom: 0;
    padding: 35px 0;
    border-bottom: 1px solid #C5C5C5;
  }
  .groupPageSec__listItem:first-child {
    padding: 0 0 35px;
  }
}
.groupPageSec__listItemPic {
  width: 238px;
}
@media screen and (max-width: 768px) {
  .groupPageSec__listItemPic {
    margin: 0 auto 25px;
  }
}
.groupPageSec__listItemImg {
  width: 100%;
}
.groupPageSec__listItemCont {
  width: calc(100% - 30px - 238px);
}
@media screen and (max-width: 768px) {
  .groupPageSec__listItemCont {
    width: 100%;
  }
}
.groupPageSec__listItemContTtlTxt {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.groupPageSec__listItemContTtlLink {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.41;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.groupPageSec__listItemContTtlLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 20px;
  width: 16px;
  height: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_base.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .groupPageSec__listItemContTtlLink:hover {
    color: #005BAC;
  }
  .groupPageSec__listItemContTtlLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.groupPageSec__listItemContTxt {
  font-size: 1.4rem;
  line-height: 2.14;
}

/*====================================================================
historyPage
====================================================================*/
.historyPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  margin-bottom: 120px;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .historyPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .historyPageSec {
    margin-bottom: 150px;
    padding: 30px 30px 0;
  }
}
.historyPageSec__wrap {
  position: relative;
  height: 9000px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .historyPageSec__wrap {
    height: auto;
    padding-top: 0;
  }
}
.historyPageSec__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #04233C;
}
@media screen and (max-width: 768px) {
  .historyPageSec__wrap::before {
    top: 15px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.historyPageSec__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 70px;
  background: url(/fudousan/_assets/images/corporate/dot_line.jpg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .historyPageSec__wrap::after {
    left: 2px;
    bottom: -70px;
    height: 50px;
    background: url(/fudousan/_assets/images/corporate/dot_line_sp.jpg) center center/contain no-repeat;
  }
}
.historyPageSec__itemStrong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  width: 55.8%;
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemStrong {
    display: block;
    position: static;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 28px;
  }
}
.historyPageSec__itemStrong.u-1994 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historyPageSec__itemStrong.u-2011 {
  top: 3290px;
  left: calc(50% - 60px);
}
.historyPageSec__itemStrongYear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 37px;
  width: 100px;
  height: 100px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 2px solid #005BAC;
  border-radius: 50%;
  color: #005BAC;
  background: #fff;
}
.u-2011 .historyPageSec__itemStrongYear {
  width: 120px;
  height: 120px;
  margin-right: 22px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .u-2011 .historyPageSec__itemStrongYear {
    font-size: 3.8rem;
    width: auto;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemStrongYear {
    display: block;
    position: relative;
    font-size: 3.8rem;
    line-height: 1.4;
    margin: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
  }
  .historyPageSec__itemStrongYear::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -47px;
    width: 40px;
    height: 40px;
    border: 1px solid #005BAC;
    border-radius: 50%;
    background: #fff;
  }
}
.historyPageSec__itemStrongInner {
  width: calc(100% - 157px);
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemStrongInner {
    width: 100%;
  }
}
.historyPageSec__itemStrongInnerTxt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemStrongInnerTxt {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.u-2011 .historyPageSec__itemStrongInnerTxt {
  margin: 26px 0 33px;
  line-height: 1.54;
}
@media screen and (max-width: 768px) {
  .u-2011 .historyPageSec__itemStrongInnerTxt {
    margin: 0 0 20px 0;
  }
}
.historyPageSec__itemStrongImg {
  width: 100%;
}
.historyPageSec__itemStrongPic {
  margin-bottom: 28px;
}
.historyPageSec__item {
  position: absolute;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .historyPageSec__item {
    position: static;
    width: 100%;
    margin-bottom: 60px;
  }
}
.historyPageSec__item.u-1999 {
  top: 153px;
  left: 0;
}
.historyPageSec__item.u-2001 {
  top: 399px;
  right: 0;
}
.historyPageSec__item.u-2003 {
  top: 724px;
  left: 0;
}
.historyPageSec__item.u-2004 {
  top: 891px;
  right: 0;
}
.historyPageSec__item.u-2005 {
  top: 980px;
  left: 0;
}
.historyPageSec__item.u-2006 {
  top: 1586px;
  right: 0;
}
.historyPageSec__item.u-2007 {
  top: 1690px;
  left: 0;
}
.historyPageSec__item.u-2008 {
  top: 2177px;
  right: 0;
}
.historyPageSec__item.u-2009 {
  top: 2576px;
  left: 0;
}
.historyPageSec__item.u-2012 {
  top: 3630px;
  left: 0;
}
.historyPageSec__item.u-2013 {
  top: 3884px;
  right: 0;
}
.historyPageSec__item.u-2014 {
  top: 4376px;
  left: 0;
}
.historyPageSec__item.u-2015 {
  top: 4666px;
  right: 0;
}
.historyPageSec__item.u-2016 {
  top: 5116px;
  left: 0;
}
.historyPageSec__item.u-2017 {
  top: 5380px;
  right: 0;
}
.historyPageSec__item.u-2018 {
  top: 5556px;
  left: 0;
}
.historyPageSec__item.u-2019 {
  top: 6050px;
  right: 0;
}
.historyPageSec__item.u-2020 {
  top: 6230px;
  left: 0;
}
.historyPageSec__item.u-2021 {
  top: 6919px;
  right: 0;
}
.historyPageSec__item.u-2022 {
  top: 7630px;
  left: 0;
}
.historyPageSec__itemYear {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemYear {
    margin-bottom: 14px;
    text-align: right;
  }
}
.historyPageSec__itemYear::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #04233C;
}
.historyPageSec__itemYear::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #04233C;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemYear::after {
    left: -8px;
    right: auto;
  }
}
.u-right .historyPageSec__itemYear {
  text-align: right;
}
.u-right .historyPageSec__itemYear::after {
  left: -10px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .u-right .historyPageSec__itemYear::after {
    left: -8px;
  }
}
.u-2012 .historyPageSec__itemYear::after, .u-2013 .historyPageSec__itemYear::after, .u-2014 .historyPageSec__itemYear::after, .u-2015 .historyPageSec__itemYear::after, .u-2016 .historyPageSec__itemYear::after, .u-2017 .historyPageSec__itemYear::after, .u-2018 .historyPageSec__itemYear::after, .u-2019 .historyPageSec__itemYear::after, .u-2020 .historyPageSec__itemYear::after, .u-2021 .historyPageSec__itemYear::after, .u-2022 .historyPageSec__itemYear::after {
  width: 35px;
  height: 35px;
  right: -17.5px;
  background: #005BAC;
}
@media screen and (max-width: 768px) {
  .u-2012 .historyPageSec__itemYear::after, .u-2013 .historyPageSec__itemYear::after, .u-2014 .historyPageSec__itemYear::after, .u-2015 .historyPageSec__itemYear::after, .u-2016 .historyPageSec__itemYear::after, .u-2017 .historyPageSec__itemYear::after, .u-2018 .historyPageSec__itemYear::after, .u-2019 .historyPageSec__itemYear::after, .u-2020 .historyPageSec__itemYear::after, .u-2021 .historyPageSec__itemYear::after, .u-2022 .historyPageSec__itemYear::after {
    right: auto;
    left: -17.5px;
  }
}
.u-2013 .historyPageSec__itemYear::after, .u-2015 .historyPageSec__itemYear::after, .u-2017 .historyPageSec__itemYear::after, .u-2019 .historyPageSec__itemYear::after, .u-2021 .historyPageSec__itemYear::after, .u-2023 .historyPageSec__itemYear::after, .u-2025 .historyPageSec__itemYear::after {
  left: -17.5px;
  right: 0;
}
.historyPageSec__itemYearTxt {
  display: inline-block;
  padding-right: 7px;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemYearTxt {
    padding-left: 7px;
    padding-right: 0;
  }
}
.u-right .historyPageSec__itemYearTxt {
  padding-left: 7px;
  padding-right: 0;
}
.u-2012 .historyPageSec__itemYearTxt, .u-2013 .historyPageSec__itemYearTxt, .u-2014 .historyPageSec__itemYearTxt, .u-2015 .historyPageSec__itemYearTxt, .u-2016 .historyPageSec__itemYearTxt, .u-2017 .historyPageSec__itemYearTxt, .u-2018 .historyPageSec__itemYearTxt, .u-2019 .historyPageSec__itemYearTxt, .u-2020 .historyPageSec__itemYearTxt, .u-2021 .historyPageSec__itemYearTxt, .u-2022 .historyPageSec__itemYearTxt {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .u-2012 .historyPageSec__itemYearTxt, .u-2013 .historyPageSec__itemYearTxt, .u-2014 .historyPageSec__itemYearTxt, .u-2015 .historyPageSec__itemYearTxt, .u-2016 .historyPageSec__itemYearTxt, .u-2017 .historyPageSec__itemYearTxt, .u-2018 .historyPageSec__itemYearTxt, .u-2019 .historyPageSec__itemYearTxt, .u-2020 .historyPageSec__itemYearTxt, .u-2021 .historyPageSec__itemYearTxt, .u-2022 .historyPageSec__itemYearTxt {
    font-size: 3.4rem;
  }
}
.historyPageSec__itemInner {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemInner {
    margin: 0;
    padding-left: 28px;
  }
}
.u-right .historyPageSec__itemInner {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .u-right .historyPageSec__itemInner {
    margin: 0;
    padding-left: 28px;
  }
}
.historyPageSec__itemInner.u-bg {
  padding: 20px;
  border-radius: 10px;
  background: rgba(204, 125, 176, 0.22);
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemInner.u-bg {
    margin: 0 0 0 28px;
  }
}
.historyPageSec__itemInnerTtl {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}
.historyPageSec__itemList {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .historyPageSec__itemList {
    margin-bottom: 8px;
  }
}
.u-bg .historyPageSec__itemList {
  margin-bottom: 0;
}
.u-2011 .historyPageSec__itemList {
  max-width: 430px;
}
.historyPageSec__itemListItem {
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 2.12;
  text-indent: -1em;
}
.historyPageSec__itemListItem:last-child {
  margin-bottom: 0;
}
.historyPageSec__itemListItem::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #04233C;
}
.u-2011 .historyPageSec__itemListItem::before, .u-2012 .historyPageSec__itemListItem::before, .u-2013 .historyPageSec__itemListItem::before, .u-2014 .historyPageSec__itemListItem::before, .u-2015 .historyPageSec__itemListItem::before, .u-2016 .historyPageSec__itemListItem::before, .u-2017 .historyPageSec__itemListItem::before, .u-2018 .historyPageSec__itemListItem::before, .u-2019 .historyPageSec__itemListItem::before, .u-2020 .historyPageSec__itemListItem::before, .u-2021 .historyPageSec__itemListItem::before, .u-2022 .historyPageSec__itemListItem::before, .u-2025 .historyPageSec__itemListItem::before {
  background: #005BAC;
}
.u-bg .historyPageSec__itemListItem {
  margin-bottom: 5px;
}
.u-bg .historyPageSec__itemListItem:last-child {
  margin-bottom: 0;
}
.u-bg .historyPageSec__itemListItem::before {
  background: #CC7DB1;
}
.historyPageSec__itemPic {
  margin: 0 auto;
}
.u-2004 .historyPageSec__itemPic {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .u-2004 .historyPageSec__itemPic {
    width: 64%;
    max-width: none;
  }
}
.u-2007 .historyPageSec__itemPic:last-of-type {
  padding-top: 20px;
}
.u-2009 .historyPageSec__itemPic {
  max-width: 254px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .u-2009 .historyPageSec__itemPic {
    width: 64%;
    max-width: none;
  }
}
.u-2013 .historyPageSec__itemPic, .u-2015 .historyPageSec__itemPic, .u-2019 .historyPageSec__itemPic, .u-2020 .historyPageSec__itemPic, .u-2021 .historyPageSec__itemPic {
  margin: 0 auto 12px;
}
.u-2014 .historyPageSec__itemPic {
  padding-top: 12px;
}
.u-2017 .historyPageSec__itemPic {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .u-2017 .historyPageSec__itemPic {
    max-width: none;
  }
}
.u-2020 .historyPageSec__itemPic {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .u-2020 .historyPageSec__itemPic {
    width: 64%;
    max-width: none;
  }
}
.historyPageSec__itemImg {
  width: 100%;
  border-radius: 10px;
}
.historyPageSec__itemPicCaption {
  font-size: 1.2rem;
  line-height: 2.16;
  text-align: right;
}

.historyPageSec__item.u-2023 {
  top: 7893px;
  right: 0;
}

.historyPageSec__item.u-2024 {
  top: 8170px;
  left: 0;
}
.historyPageSec__item.u-2025 {
  top: 8870px;
  right: 0;
}

.u-2012 .historyPageSec__itemYear::after, .u-2013 .historyPageSec__itemYear::after, .u-2014 .historyPageSec__itemYear::after, .u-2015 .historyPageSec__itemYear::after, .u-2016 .historyPageSec__itemYear::after, .u-2017 .historyPageSec__itemYear::after, .u-2018 .historyPageSec__itemYear::after, .u-2019 .historyPageSec__itemYear::after, .u-2020 .historyPageSec__itemYear::after, .u-2021 .historyPageSec__itemYear::after, .u-2022 .historyPageSec__itemYear::after, .u-2023 .historyPageSec__itemYear::after, .u-2024 .historyPageSec__itemYear::after, .u-2025 .historyPageSec__itemYear::after {
  width: 35px;
  height: 35px;
  right: -17.5px;
  background: #005BAC;
}

@media screen and (max-width: 768px) {
  .u-2012 .historyPageSec__itemYear::after, .u-2013 .historyPageSec__itemYear::after, .u-2014 .historyPageSec__itemYear::after, .u-2015 .historyPageSec__itemYear::after, .u-2016 .historyPageSec__itemYear::after, .u-2017 .historyPageSec__itemYear::after, .u-2018 .historyPageSec__itemYear::after, .u-2019 .historyPageSec__itemYear::after, .u-2020 .historyPageSec__itemYear::after, .u-2021 .historyPageSec__itemYear::after, .u-2022 .historyPageSec__itemYear::after, .u-2023 .historyPageSec__itemYear::after, .u-2024 .historyPageSec__itemYear::after, .u-2025 .historyPageSec__itemYear::after {
    right: auto;
    left: -17.5px;
  }
}
.u-2012 .historyPageSec__itemYearTxt, .u-2013 .historyPageSec__itemYearTxt, .u-2014 .historyPageSec__itemYearTxt, .u-2015 .historyPageSec__itemYearTxt, .u-2016 .historyPageSec__itemYearTxt, .u-2017 .historyPageSec__itemYearTxt, .u-2018 .historyPageSec__itemYearTxt, .u-2019 .historyPageSec__itemYearTxt, .u-2020 .historyPageSec__itemYearTxt, .u-2021 .historyPageSec__itemYearTxt, .u-2022 .historyPageSec__itemYearTxt, .u-2023 .historyPageSec__itemYearTxt, .u-2024 .historyPageSec__itemYearTxt, .u-2025 .historyPageSec__itemYearTxt {
  font-size: 4.5rem;
}

@media screen and (max-width: 768px) {
  .u-2012 .historyPageSec__itemYearTxt, .u-2013 .historyPageSec__itemYearTxt, .u-2014 .historyPageSec__itemYearTxt, .u-2015 .historyPageSec__itemYearTxt, .u-2016 .historyPageSec__itemYearTxt, .u-2017 .historyPageSec__itemYearTxt, .u-2018 .historyPageSec__itemYearTxt, .u-2019 .historyPageSec__itemYearTxt, .u-2020 .historyPageSec__itemYearTxt, .u-2021 .historyPageSec__itemYearTxt, .u-2022 .historyPageSec__itemYearTxt, .u-2023 .historyPageSec__itemYearTxt, .u-2024 .historyPageSec__itemYearTxt, .u-2025 .historyPageSec__itemYearTxt {
    font-size: 3.4rem;
  }
}
.u-2024 .historyPageSec__itemPic {
  max-width: 280px;
}

@media screen and (max-width: 768px) {
  .u-2024 .historyPageSec__itemPic {
    width: 64%;
    max-width: none;
  }
}
/*====================================================================
officePage
====================================================================*/
.officePageAnchorSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1138px;
  margin: 0 auto;
  padding-top: 54px;
}
@media screen and (max-width: 768px) {
  .officePageAnchorSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .officePageAnchorSec {
    margin: 0 auto;
    padding: 30px 30px 0;
  }
}
.officePageAnchorSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .officePageAnchorSec__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.officePageAnchorSec__listItem {
  padding: 0 5px;
  border-right: 0.4px solid #707070;
  border-left: 0.4px solid #707070;
  margin: 0 -1px 30px 0;
}
@media screen and (max-width: 768px) {
  .officePageAnchorSec__listItem {
    margin-bottom: 20px;
    border: none;
  }
  .officePageAnchorSec__listItem:first-child {
    border: none;
  }
  .officePageAnchorSec__listItem:nth-child(6) {
    border: none;
  }
}
.officePageAnchorSec__listItemLink {
  display: block;
  padding: 0 20px;
  font-size: 1.7rem;
  line-height: 1.76;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.officePageAnchorSec__listItemLink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 8px;
  background: url("/fudousan/_assets/images/common/arrowDown_icon_base.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .officePageAnchorSec__listItemLink:hover {
    color: #005BAC;
  }
  .officePageAnchorSec__listItemLink:hover::after {
    background: url("/fudousan/_assets/images/common/arrowDown_icon_hover.png") center center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .officePageAnchorSec__listItemLink {
    margin-right: 10px;
    padding: 0 10px 0 0;
    font-size: 1.5rem;
  }
}

.officePageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 400;
  max-width: 1070px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .officePageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .officePageSec {
    margin-bottom: 90px;
    padding: 0 30px;
  }
}
.officePageSec__cont {
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  .officePageSec__cont {
    padding-top: 80px;
  }
}
.officePageSec__cont:first-of-type {
  padding-top: 62px;
}
@media screen and (max-width: 768px) {
  .officePageSec__cont:first-of-type {
    padding-top: 45px;
  }
}
.officePageSec__contTtl {
  margin-bottom: 25px;
  font-size: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .officePageSec__contTtl {
    font-size: 2.2rem;
  }
}
.officePageSec__contInner {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.officePageSec__contInner::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  background: #333333;
}
.officePageSec__innerCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .officePageSec__innerCont {
    display: block;
  }
}
.officePageSec__innerContTxt {
  font-size: 1.6rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .officePageSec__innerContTxt {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.officePageSec__innerMapLink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 70px;
  margin-left: 24px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.officePageSec__innerMapLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 18px;
  margin-left: 4px;
  background: url("/fudousan/_assets/images/common/map_icon_base.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .officePageSec__innerMapLink:hover {
    color: #005BAC;
  }
  .officePageSec__innerMapLink:hover::after {
    background: url("/fudousan/_assets/images/common/map_icon_hover.png") center center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .officePageSec__innerMapLink {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.officePageSec__contList {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .officePageSec__contList {
    padding-top: 50px;
  }
}
.officePageSec__contListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
.officePageSec__contListItem:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .officePageSec__contListItem {
    display: block;
    padding: 30px 0 23px;
  }
}
.officePageSec__contListItemTtl {
  width: 240px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .officePageSec__contListItemTtl {
    width: auto;
    margin-bottom: 10px;
  }
}
.officePageSec__contListItemTxtArea {
  width: calc(100% - 240px - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .officePageSec__contListItemTxtArea {
    width: 100%;
    margin-left: 0;
  }
}
.officePageSec__contListItemTxtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .officePageSec__contListItemTxtArea {
    display: block;
  }
}
.officePageSec__contListItemTxt {
  font-size: 1.6rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .officePageSec__contListItemTxt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.officePageSec__contListItemMapLink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  width: 70px;
  margin-left: 24px;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.officePageSec__contListItemMapLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 18px;
  margin-left: 4px;
  background: url("/fudousan/_assets/images/common/map_icon_base.png") center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .officePageSec__contListItemMapLink:hover {
    color: #005BAC;
  }
  .officePageSec__contListItemMapLink:hover::after {
    background: url("/fudousan/_assets/images/common/map_icon_hover.png") center center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .officePageSec__contListItemMapLink {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

/*====================================================================
officePage
====================================================================*/
.is_mapPage {
  padding-top: 0;
}

.mapPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  max-width: 1068px;
  margin-bottom: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .mapPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec {
    margin-bottom: 86px;
    padding: 38px 30px 0;
  }
}
.mapPageSec__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.mapPageSec__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  background: #333333;
}
.mapPageSec__ttlTxt {
  font-size: 2.7rem;
  font-weight: 600;
}
.mapPageSec__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.12;
}
@media screen and (max-width: 768px) {
  .mapPageSec__txtWrap {
    display: block;
    margin-bottom: 30px;
  }
}
.mapPageSec__btnPrint {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1.2px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .mapPageSec__btnPrint:hover {
    border: 1.2px solid #005BAC;
    color: #005BAC;
    background: #fff;
  }
}
.mapPageSec__mapWrap {
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mapPageSec__mapWrap {
    margin-bottom: 0;
  }
}
.mapPageSec__map {
  width: 100% !important;
}
.mapPageSec__btnClose {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border: 1.2px solid #04233C;
  border-radius: 4px;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .mapPageSec__btnClose:hover {
    border: 1.2px solid #005BAC;
    color: #005BAC;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec__btnClose {
    margin-top: 40px;
  }
}

/*====================================================================
newsPage
====================================================================*/
.newsPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  padding-top: 52px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .newsPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .newsPageSec {
    margin-bottom: 48px;
    padding: 32px 30px 0;
  }
}
.newsPageSec__tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .newsPageSec__tabList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 38px;
  }
}
.newsPageSec__tabListItem {
  border-right: 1px solid #707070;
}
.newsPageSec__tabListItem:first-child {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .newsPageSec__tabListItem {
    border: none;
  }
  .newsPageSec__tabListItem:first-child {
    border: none;
  }
}
.newsPageSec__tabListItemLink {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 20px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.newsPageSec__tabListItemLink.u-current {
  color: #005BAC;
}
.newsPageSec__tabListItemLink.u-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #005BAC;
}
@media screen and (min-width: 769px) {
  .newsPageSec__tabListItemLink:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .newsPageSec__tabListItemLink {
    font-size: 1.5rem;
    padding: 0;
  }
}
.newsPageSec__container {
  position: relative;
  border-top: 1px solid #ccc;
}
.newsPageSec__container::before {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #005BAC;
}
.newsPageSec__ttl {
  margin-bottom: 50px;
  padding-top: 36px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
}
.u-covid .newsPageSec__ttl {
  margin-bottom: 25px;
  line-height: 1.41;
}
@media screen and (max-width: 768px) {
  .newsPageSec__ttl {
    margin-bottom: 32px;
    font-size: 2.4rem;
  }
}
.newsPageSec__leadTxt {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.04em;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .newsPageSec__leadTxt:hover {
    opacity: 0.7;
  }
}
.newsPageSec__listItem {
  border-bottom: 1px solid #f1f1f1;
}
.newsPageSec__listItem:first-child {
  border-top: 1px solid #f1f1f1;
}
.newsPageSec__listItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px 23px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.u-covid .newsPageSec__listItemLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .u-covid .newsPageSec__listItemLink {
    padding: 25px 0;
  }
}
@media screen and (min-width: 769px) {
  .newsPageSec__listItemLink:hover {
    background: #fafafa;
  }
}
@media screen and (max-width: 768px) {
  .newsPageSec__listItemLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0 15px;
  }
}
.newsPageSec__listItemTime {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  color: #6e6e6e;
}
.u-covid .newsPageSec__listItemTime {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .newsPageSec__listItemTime {
    margin: 0 17px 12px 0;
  }
}
.newsPageSec__listItemCat {
  width: 108px;
  margin: 2px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .newsPageSec__listItemCat {
    margin-bottom: 12px;
  }
}
.newsPageSec__listItemCatImg {
  width: 100%;
}
.newsPageSec__listItemTxtArea {
  width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
  .newsPageSec__listItemTxtArea {
    width: 100%;
  }
}
.newsPageSec__listItemTxt {
  font-size: 16px;
  line-height: 1.87;
}

.is_sustainabilityPage .lowerPageKvSec__wrap {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .is_sustainabilityPage .lowerPageKvSec__wrap {
    margin-bottom: 110px;
  }
}
.is_sustainabilityPage .lowerPageKvSec__wrapBg {
  width: 92%;
  padding-top: 685px;
  margin: 0 0 0 auto;
  background: url("/fudousan/_assets/images/sustainability/sustainabilityPageKv_img_pc.jpg") center center/cover;
}
@media screen and (max-width: 768px) {
  .is_sustainabilityPage .lowerPageKvSec__wrapBg {
    padding-top: 290px;
    background: url("/fudousan/_assets/images/sustainability/sustainabilityPageKv_img_sp.jpg") center center/cover;
  }
}
.is_sustainabilityPage .lowerPageKvSec__pageThumbTitle {
  width: 92%;
  margin: -190px 0 0 auto;
  padding: 0;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .is_sustainabilityPage .lowerPageKvSec__pageThumbTitle {
    margin: -60px 0 0 auto;
  }
}
.is_sustainabilityPage .lowerPageKvSec__pageThumbTitle::after {
  display: none;
}
.is_sustainabilityPage .lowerPageKvSec__pageThumbTitleWrap {
  width: 510px;
  padding: 17px 80px 0 0;
  border-radius: 0 19px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .is_sustainabilityPage .lowerPageKvSec__pageThumbTitleWrap {
    width: 88%;
    padding: 17px 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .is_sustainabilityPage .lowerPageKvSec__pageThumbTitleWrapTitle {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .is_sustainabilityPage .lowerPageKvSec__pageThumbTitleWrapText {
    padding-right: 0;
  }
}

/*====================================================================
sustainabilityPageTopSec
====================================================================*/
.sustainabilityPageTopSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  max-width: 1000px;
  margin-bottom: 130px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec {
    display: block;
    margin-bottom: 60px;
    padding: 0 30px;
  }
}
.sustainabilityPageTopSec__txtBox {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__txtBox {
    width: 100%;
  }
}
.sustainabilityPageTopSec__txtBoxTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__txtBoxTtl {
    margin-bottom: 34px;
    font-size: 2.6rem;
    line-height: 1.76;
  }
}
.sustainabilityPageTopSec__txt {
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__txt {
    margin-bottom: 60px;
  }
}
.sustainabilityPageTopSec__picArea {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__picArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__pic {
    width: 40%;
    margin-bottom: 0;
  }
}
.sustainabilityPageTopSec__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__picAreaTxtBox {
    width: calc(60% - 16px);
    margin-left: 16px;
  }
}
.sustainabilityPageTopSec__picAreaTxt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.33;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__picAreaTxt {
    line-height: 1.86;
  }
}
.sustainabilityPageTopSec__picAreaTxt.u-name {
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__picAreaTxt.u-name {
    padding-top: 15px;
  }
}

/*====================================================================
sustainabilityPageApproachSec
====================================================================*/
.sustainabilityPageApproachSec {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec {
    margin-bottom: 65px;
  }
}
.sustainabilityPageApproachSec__bgPic {
  width: 100%;
  height: 320px;
  background: url(/fudousan/_assets/images/sustainability/sustainabilityPage_bgImg_pc.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__bgPic {
    height: 255px;
    background: url(/fudousan/_assets/images/sustainability/sustainabilityPage_bgImg_sp.jpg) center center/cover;
  }
}
.sustainabilityPageApproachSec__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 36px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.63;
  }
}
.sustainabilityPageApproachSec__ttl.u-bg {
  width: calc(100% - 40px);
  max-width: 525px;
  margin: -84px auto 24px;
  padding: 40px 0;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__ttl.u-bg {
    width: calc(100% - 60px);
    margin: -42px auto 12px;
    padding: 20px 20px;
    font-size: 2.8rem;
    line-height: 1.96;
  }
}
.sustainabilityPageApproachSec__figArea {
  margin-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__figArea {
    margin-bottom: 60px;
    padding: 0 30px;
  }
}
.sustainabilityPageApproachSec__fig {
  width: calc(100% - 40px);
  max-width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__fig {
    width: 96%;
  }
}
.sustainabilityPageApproachSec__figImg {
  width: 100%;
}
.sustainabilityPageApproachSec__figTxt {
  padding-top: 74px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__figTxt {
    padding-top: 10px;
    font-size: 2rem;
    line-height: 1.7;
  }
}
.sustainabilityPageApproachSec__listItem {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItem {
    padding: 70px 0;
  }
}
.sustainabilityPageApproachSec__listItem:nth-child(odd) {
  padding: 100px 0;
  background: rgba(82, 186, 165, 0.13);
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItem:nth-child(odd) {
    padding: 55px 0;
  }
}
.sustainabilityPageApproachSec__listItemWrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemWrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemWrap {
    padding: 0 30px;
  }
}
.sustainabilityPageApproachSec__listItemWrap.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemWrap.u-flex {
    display: block;
  }
}
.sustainabilityPageApproachSec__listItemTxtBox {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemTxtBox {
    width: 100%;
  }
}
.sustainabilityPageApproachSec__listItemTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 32px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.57;
}
.sustainabilityPageApproachSec__listItemTtl sup {
  top: -0.4em;
}
.sustainabilityPageApproachSec__listItemTtl sub {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemTtl {
    margin-bottom: 18px;
    font-size: 2.6rem;
    line-height: 1.79;
    letter-spacing: 0;
  }
}
.sustainabilityPageApproachSec__listItemTxt {
  margin-bottom: 42px;
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.04em;
}
.u-flex .sustainabilityPageApproachSec__listItemTxt {
  margin-bottom: 0;
}
.u-gokinjo .sustainabilityPageApproachSec__listItemTxt {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .u-gokinjo .sustainabilityPageApproachSec__listItemTxt {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemTxt {
    margin-bottom: 0;
  }
}
.sustainabilityPageApproachSec__listItemTxtSmall {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemTxtSmall {
    padding-top: 25px;
  }
}
.sustainabilityPageApproachSec__listItemTxtLink {
  display: block;
  margin-bottom: 76px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .sustainabilityPageApproachSec__listItemTxtLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemTxtLink {
    margin-bottom: 20px;
  }
}
.sustainabilityPageApproachSec__listItemAward {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemAward {
    padding-top: 24px;
  }
}
.sustainabilityPageApproachSec__listItemAwardTtl {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.78;
  border-bottom: 1px solid #707070;
}
.sustainabilityPageApproachSec__awardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__awardList {
    display: block;
  }
}
.sustainabilityPageApproachSec__awardListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc((100% - 64px) / 2);
}
@media all and (-ms-high-contrast: none) {
  .sustainabilityPageApproachSec__awardListItem {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__awardListItem {
    width: 100%;
    margin-bottom: 40px;
  }
  .sustainabilityPageApproachSec__awardListItem:last-child {
    margin-bottom: 0;
  }
}
.sustainabilityPageApproachSec__awardListItem:first-child, .sustainabilityPageApproachSec__awardListItem:nth-child(2) {
  padding-bottom: 42px;
  margin-bottom: 36px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__awardListItem:first-child, .sustainabilityPageApproachSec__awardListItem:nth-child(2) {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.sustainabilityPageApproachSec__awardListItemPic {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__awardListItemPic {
    padding-top: 18px;
  }
}
.sustainabilityPageApproachSec__awardListItemPic.u-04 {
  width: 50%;
  padding-top: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__awardListItemPic.u-04 {
    width: 55%;
  }
}
.sustainabilityPageApproachSec__awardListItemPicTxt {
  position: absolute;
  bottom: 14px;
  right: 22px;
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__awardListItemPicTxt {
    font-size: 0.9rem;
    bottom: 10px;
    right: 15px;
  }
}
.sustainabilityPageApproachSec__awardListItemTxt {
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.04em;
}
.sustainabilityPageApproachSec__awardListItemTxtBold {
  display: block;
  font-weight: 700;
}
.sustainabilityPageApproachSec__listItemPicArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPicArea {
    display: block;
    padding-top: 35px;
  }
  .sustainabilityPageApproachSec__listItemPicArea.u-award {
    padding-top: 0;
  }
}
.sustainabilityPageApproachSec__listItemPic {
  position: relative;
  margin: 0;
}
.sustainabilityPageApproachSec__listItemPic.u-01 {
  width: 51.4%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPic.u-01 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sustainabilityPageApproachSec__listItemPic.u-02 {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPic.u-02 {
    width: 100%;
  }
}
.sustainabilityPageApproachSec__listItemPic.u-03 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPic.u-03 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.sustainabilityPageApproachSec__listItemPic.u-04 {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPic.u-04 {
    width: 100%;
  }
}
.sustainabilityPageApproachSec__listItemPic.u-05 {
  width: 41%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPic.u-05 {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.sustainabilityPageApproachSec__listItemPic.u-06 {
  width: 53.5%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPic.u-06 {
    width: 100%;
    padding-top: 0;
  }
}
.sustainabilityPageApproachSec__listItemPic.u-flexArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPic.u-flexArea {
    width: 100%;
    padding-top: 35px;
  }
}
.sustainabilityPageApproachSec__listItemImg {
  width: 100%;
  border-radius: 10px;
}
.sustainabilityPageApproachSec__listItemPicTxt {
  position: absolute;
  right: 22px;
  bottom: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemPicTxt {
    font-size: 0.8rem;
    bottom: 11px;
  }
}

/*====================================================================
sustainabilityPageCSRSec
====================================================================*/
.sustainabilityPageCSRSec {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec {
    margin-bottom: 100px;
  }
}
.sustainabilityPageCSRSec__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 66px;
  padding-bottom: 8px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
  border-bottom: 1.5px solid #005BAC;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__ttl {
    margin: 0 30px 50px;
    font-size: 2.6rem;
    line-height: 1.76;
  }
}
.sustainabilityPageCSRSec__list {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 720px;
  margin: 0 auto 130px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__list {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__list {
    margin: 0 auto 42px;
    padding: 0 30px;
  }
}
.sustainabilityPageCSRSec__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__listItem {
    display: block;
  }
}
.sustainabilityPageCSRSec__listItemNum {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 55px;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #005BAC;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__listItemNum {
    width: 4.5rem;
    margin: 0 auto 30px;
    font-size: 4rem;
  }
}
.sustainabilityPageCSRSec__listItemNum::after {
  content: "";
  display: block;
  width: 84%;
  height: 2px;
  margin: 0 auto;
  background: #005BAC;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__listItemNum::after {
    width: 100%;
  }
}
.sustainabilityPageCSRSec__listItemTxtBox {
  width: calc(100% - 105px);
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__listItemTxtBox {
    width: 100%;
  }
}
.sustainabilityPageCSRSec__listItemTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__listItemTtl {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.sustainabilityPageCSRSec__listItemTxt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0.04em;
}
.sustainabilityPageCSRSec__btnLink {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  background: #04233C;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__btnLink {
    position: relative;
    width: calc(100% - 60px);
    max-width: 350px;
    padding: 10px 0;
    line-height: 1.66;
  }
}
.sustainabilityPageCSRSec__btnLink::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-left: 10px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__btnLink::after {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .sustainabilityPageCSRSec__btnLink:hover {
    border: 1px solid #005BAC;
    color: #005BAC;
    background: #fff;
  }
  .sustainabilityPageCSRSec__btnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}

/*====================================================================
sustainabilityPageZEHSec
====================================================================*/
.sustainabilityPageZEHSec {
  margin-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec {
    margin-bottom: 105px;
  }
}
.sustainabilityPageZEHSec__flex {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__flex {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__flex {
    display: block;
    margin-bottom: 70px;
    padding: 0 30px;
  }
}
.sustainabilityPageZEHSec__textArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__textArea {
    width: 100%;
    margin-bottom: 45px;
  }
}
.sustainabilityPageZEHSec__pic {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__pic {
    width: 100%;
  }
}
.sustainabilityPageZEHSec__img {
  width: 100%;
}
.sustainabilityPageZEHSec__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__ttl {
    margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.79;
    letter-spacing: 0;
  }
}
.sustainabilityPageZEHSec__text {
  max-width: 415px;
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__text {
    margin-bottom: 0;
  }
}
.sustainabilityPageZEHSec__subTtl {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__subTtl {
    margin-bottom: 25px;
  }
}
.sustainabilityPageZEHSec__subTtlTxt {
  display: inline-block;
  padding: 0 15px 5px 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.54;
  border-bottom: 1px solid #707070;
}
.sustainabilityPageZEHSec__fig {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__fig {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageZEHSec__fig {
    width: 60%;
    padding: 0 30px;
  }
}

/*====================================================================
sustainabilityPageApproachSec
====================================================================*/
.sustainabilityPageApproachSec__listItemWrap.u-flex.mb82 {
  margin-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageApproachSec__listItemWrap.u-flex.mb82 {
    -ms-overflow-style: 65px;
  }
}
.sustainabilityPageApproachSec__listItem.pb71 {
  padding-bottom: 71px;
}

.sustainabilityPageAbinc__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 35px;
  max-width: 953px;
  margin: 0 auto;
  border: 3px solid #52BAA5;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__wrapper {
    width: 100%;
    padding: 30px 17px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__wrapper {
    padding: 35px 17px 20px;
    width: 100%;
  }
}
.sustainabilityPageAbinc__spWrapper {
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__spWrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.sustainabilityPageAbinc__container01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__container01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.sustainabilityPageAbinc__pic {
  margin-right: 85px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__pic {
    margin-right: 0;
  }
}
.sustainabilityPageAbinc__img {
  display: block;
  width: 146px;
}

.sustainabilityPageAbinc__btnLink {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 22px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #04233C;
  color: #fff;
  background: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.sustainabilityPageAbinc__btnLink::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(/fudousan/_assets/images/common/externalLink_icon_white.png) center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .sustainabilityPageAbinc__btnLink:hover {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .sustainabilityPageAbinc__btnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__btnLink {
    width: 280px;
    padding: 8px 0;
    margin-bottom: 20px;
  }
  .sustainabilityPageAbinc__btnLink::after {
    right: -65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 0;
  }
}
.sustainabilityPageAbinc__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 31px;
  font-size: 2.2rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__ttl {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sustainabilityPageAbinc__txtSmall {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageAbinc__txtSmall {
    margin-bottom: 4px;
  }
}
.sustainabilityPageAbinc__txtBold {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .sustainabilityPageAbinc__txtBold:hover {
    opacity: 0.7;
  }
}
/*====================================================================
sustainabilityPageSuumoSec
====================================================================*/
.sustainabilityPageSuumoSec {
  margin-bottom: 130px;
  padding: 80px 0 98px;
  background: #E8F6F3;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec {
    margin-bottom: 70px;
    padding: 60px 0 86px;
  }
}
.sustainabilityPageSuumoSec__wrapper {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sustainabilityPageSuumoSec__link {
  display: block;
  position: relative;
}

.sustainabilityPageSuumoSec__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: hsla(216, 39%, 50%, 0.462);
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .sustainabilityPageSuumoSec__link:hover:after {
    opacity: 1;
  }
}
.sustainabilityPageSuumoSec__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.57;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec__ttl {
    margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.79;
    letter-spacing: 0;
  }
}
.sustainabilityPageSuumoSec__txt {
  margin-bottom: 45px;
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec__txt {
    margin-bottom: 40px;
    letter-spacing: 0.25rem;
  }
}
.sustainabilityPageSuumoSec__txtLink {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec__txtLink {
    margin-top: 24px;
  }
}
/*====================================================================
recruitPage
====================================================================*/
.is_recruitPage .lowerPageKvSec__wrap {
  position: relative;
}

.is_recruitPage .lowerPageKvSec__wrapBg {
  width: 100%;
  padding-top: 25vw;
  margin: 0 0 0 auto;
  background: url("/fudousan/_assets/images/recruit/recruitPageKv_img_pc.jpg") center center/cover;
}

@media screen and (max-width: 1280px) {
  .is_recruitPage .lowerPageKvSec__wrapBg {
    padding-top: 320px;
  }
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__wrapBg {
    width: 100%;
    padding-top: 240px;
    background: url("/fudousan/_assets/images/recruit/recruitPageKv_img_sp.jpg") center center/cover;
  }
}
.is_recruitPage .lowerPageKvSec__pageThumbTitle {
  position: absolute;
  top: 0;
  left: 50px;
  width: 92%;
  margin-top: 0;
  padding: 0;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitle {
    left: 0;
    width: 75%;
  }
}
.is_recruitPage .lowerPageKvSec__pageThumbTitle::after {
  display: none;
}

.is_recruitPage .lowerPageKvSec__pageThumbTitleWrap {
  width: 480px;
  padding: 17px 22px 10px 0;
  border-radius: 0 0 30px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitleWrap {
    width: 100%;
    padding: 30px;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitleWrapTitle {
    margin: 0;
    padding-right: 0;
    font-size: 2.6rem;
  }
}
/*====================================================================
sustainabilityPageSuumoSec
====================================================================*/
.sustainabilityPageSuumoSec {
  margin-bottom: 130px;
  padding: 80px 0 98px;
  background: #E8F6F3;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec {
    margin-bottom: 70px;
    padding: 60px 0 86px;
  }
}
.sustainabilityPageSuumoSec__wrapper {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sustainabilityPageSuumoSec__link {
  display: block;
  position: relative;
}

.sustainabilityPageSuumoSec__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: hsla(216, 39%, 50%, 0.462);
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .sustainabilityPageSuumoSec__link:hover:after {
    opacity: 1;
  }
}
.sustainabilityPageSuumoSec__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.57;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec__ttl {
    margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.79;
    letter-spacing: 0;
  }
}
.sustainabilityPageSuumoSec__txt {
  margin-bottom: 45px;
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec__txt {
    margin-bottom: 40px;
    letter-spacing: 0.25rem;
  }
}
.sustainabilityPageSuumoSec__txtLink {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageSuumoSec__txtLink {
    margin-top: 24px;
  }
}
/*====================================================================
recruitPage
====================================================================*/
.is_recruitPage .lowerPageKvSec__wrap {
  position: relative;
}

.is_recruitPage .lowerPageKvSec__wrapBg {
  width: 100%;
  padding-top: 25vw;
  margin: 0 0 0 auto;
  background: url("/fudousan/_assets/images/recruit/recruitPageKv_img_pc.jpg") center center/cover;
}

@media screen and (max-width: 1280px) {
  .is_recruitPage .lowerPageKvSec__wrapBg {
    padding-top: 320px;
  }
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__wrapBg {
    width: 100%;
    padding-top: 240px;
    background: url("/fudousan/_assets/images/recruit/recruitPageKv_img_sp.jpg") center center/cover;
  }
}
.is_recruitPage .lowerPageKvSec__pageThumbTitle {
  position: absolute;
  top: 0;
  left: 50px;
  width: 92%;
  margin-top: 0;
  padding: 0;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitle {
    left: 0;
    width: 75%;
  }
}
.is_recruitPage .lowerPageKvSec__pageThumbTitle::after {
  display: none;
}

.is_recruitPage .lowerPageKvSec__pageThumbTitleWrap {
  width: 480px;
  padding: 17px 22px 10px 0;
  border-radius: 0 0 30px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitleWrap {
    width: 100%;
    padding: 30px;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitleWrapTitle {
    margin: 0;
    padding-right: 0;
    font-size: 2.6rem;
  }
}
.sustainabilityPageCSRSec__leadTtl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1.66;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__leadTtl {
    font-size: 2.2rem;
    padding: 0 30px;
  }
}
.sustainabilityPageCSRSec__leadTxt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.12;
  /* margin-bottom: 77px; */
  padding-left: 20px;
  padding-right: 20px;
  max-width: 960px;
  margin: 0 auto 77px;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageCSRSec__leadTxt {
    margin-bottom: 50px;
    text-align: left;
    padding: 0 30px;
  }
}
/* -- 2024.03 対談記事バナー作成-- */
.sustainabilityPageTopSec__bannerBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 130px;
  padding: 0 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.sustainabilityPageTopSec__bannerLink {
  display: block;
  width: 100%;
  aspect-ratio: 48/7;
  background: url(/fudousan/_assets/images/sustainability/sustainabilityPage_img-bannerPc.png) center center/cover;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50%;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__bannerLink {
    aspect-ratio: 45/13;
    background: url(/fudousan/_assets/images/sustainability/sustainabilityPage_img-bannerSp.png) center center/cover;
    font-size: 1.5rem;
    /* padding-left: 60%; */
    max-width: 315px;
    margin: 0 auto;
    padding-left: 0;
    /* padding-left: 20vw; */
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__bannerLinkSpan {
    position: absolute;
    left: 50%;
  }
}
.sustainabilityPageTopSec__bannerLink:hover {
  color: #fff;
  opacity: 0.7;
}

.sustainabilityPageTopSec__bannerLinkSpan::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(/fudousan/_assets/images/common/externalLink_icon_white.png) center center/contain no-repeat;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .sustainabilityPageTopSec__bannerLinkSpan::after {
    top: -10px;
  }
}
/*====================================================================
recruitPage
====================================================================*/
.is_recruitPage .lowerPageKvSec__wrap {
  position: relative;
}
.is_recruitPage .lowerPageKvSec__wrapBg {
  width: 100%;
  padding-top: 25vw;
  margin: 0 0 0 auto;
  background: url("/fudousan/_assets/images/recruit/recruitPageKv_img_pc.jpg") center center/cover;
}
@media screen and (max-width: 1280px) {
  .is_recruitPage .lowerPageKvSec__wrapBg {
    padding-top: 320px;
  }
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__wrapBg {
    width: 100%;
    padding-top: 240px;
    background: url("/fudousan/_assets/images/recruit/recruitPageKv_img_sp.jpg") center center/cover;
  }
}
.is_recruitPage .lowerPageKvSec__pageThumbTitle {
  position: absolute;
  top: 0;
  left: 50px;
  width: 92%;
  margin-top: 0;
  padding: 0;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitle {
    left: 0;
    width: 75%;
  }
}
.is_recruitPage .lowerPageKvSec__pageThumbTitle::after {
  display: none;
}
.is_recruitPage .lowerPageKvSec__pageThumbTitleWrap {
  width: 480px;
  padding: 17px 22px 10px 0;
  border-radius: 0 0 30px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitleWrap {
    width: 100%;
    padding: 30px;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .is_recruitPage .lowerPageKvSec__pageThumbTitleWrapTitle {
    margin: 0;
    padding-right: 0;
    font-size: 2.6rem;
  }
}

/*====================================================================
recruitPagePurposeSec
====================================================================*/
.recruitPagePurposeSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  max-width: 1000px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec {
    padding: 0 30px;
  }
}
.recruitPagePurposeSec__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItem {
    display: block;
    margin-bottom: 80px;
  }
}
.recruitPagePurposeSec__listItemTtl {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 146px;
}
.recruitPagePurposeSec__listItemTtl.u-purpose {
  position: relative;
  top: 3vw;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItemTtl {
    width: auto;
    margin-bottom: 35px;
    text-align: center;
  }
  .recruitPagePurposeSec__listItemTtl.u-purpose {
    top: 0;
  }
}
.recruitPagePurposeSec__listItemTtlTxt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
}
.recruitPagePurposeSec__listItemCont {
  width: calc(100% - 146px);
}
.recruitPagePurposeSec__listItemCont.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItemCont {
    width: 100%;
  }
  .recruitPagePurposeSec__listItemCont.u-flex {
    display: block;
  }
}
.recruitPagePurposeSec__listItemPic {
  width: 40%;
  margin: 0 10% 0 0;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItemPic {
    width: 292px;
    margin: 0 auto 28px;
  }
}
.recruitPagePurposeSec__listItemImg {
  width: 100%;
}
.recruitPagePurposeSec__listItemTxt {
  width: 50%;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItemTxt {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .recruitPagePurposeSec__listItemTxt .u-w870 {
    display: none;
  }
}
.recruitPagePurposeSec__listItemSlogan {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.66;
}
.recruitPagePurposeSec__listItemSlogan.u-mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItemSlogan {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .recruitPagePurposeSec__listItemSlogan.u-mb {
    margin-bottom: 40px;
  }
}
.recruitPagePurposeSec__listItemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItemInner {
    display: block;
  }
}
.recruitPagePurposeSec__listItemInnerBox {
  padding-left: 20px;
  border-left: 1.5px solid #005BAC;
}
.recruitPagePurposeSec__listItemInnerBox:first-of-type {
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  .recruitPagePurposeSec__listItemInnerBox:first-of-type {
    margin: 0 0 40px 0;
  }
}
.recruitPagePurposeSec__listItemInnerBoxTtl {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #005BAC;
}
.recruitPagePurposeSec__listItemInnerBoxTxt {
  font-size: 1.3rem;
  line-height: 2.46;
}

/*====================================================================
recruitPageMessageSec
====================================================================*/
.recruitPageMessageSec {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 134px;
  padding: 94px 0;
  font-weight: 400;
  background: #EBF8FE;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec {
    margin-bottom: 54px;
    padding: 68px 0;
  }
}
.recruitPageMessageSec__wrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__wrap {
    padding: 0 30px;
  }
}
.recruitPageMessageSec__subTtl {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.88;
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__subTtl {
    margin-bottom: 25px;
  }
}
.recruitPageMessageSec__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-bottom: 65px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__ttl {
    margin-bottom: 25px;
    font-size: 2.6rem;
    line-height: 1.76;
    letter-spacing: 0;
  }
}
.recruitPageMessageSec__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__flex {
    display: block;
  }
}
.recruitPageMessageSec__pic {
  width: 26%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 45%;
    margin-right: 22px;
  }
}
.recruitPageMessageSec__img {
  width: 100%;
}
.recruitPageMessageSec__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 69%;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__txtBox {
    width: 100%;
  }
}
.recruitPageMessageSec__txt {
  margin-bottom: 35px;
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__txt {
    margin-bottom: 25px;
  }
}
.recruitPageMessageSec__nameTxt {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__nameTxt {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
  }
}
.recruitPageMessageSec__nameTxtSmall {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__nameTxtSmall {
    display: block;
    margin-right: 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.recruitPageMessageSec__picArea {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruitPageMessageSec__picArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*====================================================================
recruitPageLinkSec
====================================================================*/
.recruitPageLinkSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  margin-bottom: 138px;
}
@media screen and (max-width: 768px) {
  .recruitPageLinkSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPageLinkSec {
    margin-bottom: 78px;
    padding: 0 30px;
  }
}
.recruitPageLinkSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .recruitPageLinkSec__list {
    display: block;
  }
}
.recruitPageLinkSec__listItem {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .recruitPageLinkSec__listItem {
    width: 100%;
    margin-bottom: 90px;
  }
}
.recruitPageLinkSec__listItemLink {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruitPageLinkSec__listItemLink:hover .recruitPageLinkSec__listItemLinkPic::after {
    opacity: 1;
  }
  .recruitPageLinkSec__listItemLink:hover .recruitPageLinkSec__listItemLinkImg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recruitPageLinkSec__listItemLink:hover .recruitPageLinkSec__listItemLinkTxt {
    color: #005BAC;
  }
  .recruitPageLinkSec__listItemLink:hover .recruitPageLinkSec__listItemLinkTxt::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.recruitPageLinkSec__listItemLinkPic {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.recruitPageLinkSec__listItemLinkPic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(88, 132, 198, 0.6);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.recruitPageLinkSec__listItemLinkImg {
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .recruitPageLinkSec__listItemLinkImg {
    border-radius: 10px;
  }
}
.recruitPageLinkSec__listItemLinkTxt {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.recruitPageLinkSec__listItemLinkTxt::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_base.png") center center/contain no-repeat;
}
.recruitPageLinkSec__banerBox {
  width: 100%;
  max-width: 450px;
  margin: 70px auto 0;
}
.recruitPageLinkSec__banerImgBox {
  width: 100%;
  max-width: 450px;
}
.recruitPageLinkSec__banerImgBox img {
  width: 100%;
}
.recruitPageLinkSec__banerImgTxt {
  text-align: center;
  padding-top: 20px;
}

/*====================================================================
contactPageAnchorSec
====================================================================*/
.contactPageAnchorSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  max-width: 1070px;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .contactPageAnchorSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contactPageAnchorSec {
    padding: 36px 30px 0;
  }
}
.contactPageAnchorSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .contactPageAnchorSec__list {
    display: block;
  }
}
.contactPageAnchorSec__listItem {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 1000px) {
  .contactPageAnchorSec__listItem {
    width: calc((100% - 48px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .contactPageAnchorSec__listItem {
    width: 100%;
    margin-bottom: 25px;
  }
  .contactPageAnchorSec__listItem:last-child {
    margin-bottom: 0;
  }
}
.contactPageAnchorSec__listItemLink {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 7px;
}
@media screen and (min-width: 769px) {
  .contactPageAnchorSec__listItemLink:hover .contactPageAnchorSec__listItemPic::after {
    opacity: 1;
  }
  .contactPageAnchorSec__listItemLink:hover .contactPageAnchorSec__listItemImg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .contactPageAnchorSec__listItemLink:hover .contactPageAnchorSec__listItemTxt {
    color: #005BAC;
  }
  .contactPageAnchorSec__listItemLink:hover .contactPageAnchorSec__listItemTxt::after {
    background: url("/fudousan/_assets/images/contact/contactPageAnchorSec_arrowIcon_hover.png") center center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .contactPageAnchorSec__listItemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contactPageAnchorSec__listItemPic {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contactPageAnchorSec__listItemPic {
    width: 40%;
    margin-bottom: 0;
  }
}
.contactPageAnchorSec__listItemPic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: rgba(88, 132, 198, 0.4);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactPageAnchorSec__listItemImg {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactPageAnchorSec__listItemTxt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #04233C;
}
@media screen and (max-width: 1000px) {
  .contactPageAnchorSec__listItemTxt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .contactPageAnchorSec__listItemTxt {
    width: 55%;
    font-size: 1.5rem;
  }
  .contactPageAnchorSec__listItemTxt.u-narrow {
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 340px) {
  .contactPageAnchorSec__listItemTxt.u-narrow {
    white-space: normal;
  }
}
.contactPageAnchorSec__listItemTxt::after {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  margin: 8px auto 0;
  background: url("/fudousan/_assets/images/contact/contactPageAnchorSec_arrowIcon_base.png") center center/contain no-repeat;
}

/*====================================================================
contactPageSec
====================================================================*/
.contactPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .contactPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contactPageSec {
    margin-bottom: 70px;
    padding: 0 30px;
  }
}
.contactPageSec__listItem {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItem {
    padding-top: 75px;
  }
}
.contactPageSec__listItem:first-child {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItem:first-child {
    padding-top: 45px;
  }
}
.contactPageSec__listItemTtl {
  position: relative;
  padding: 30px 0 35px;
  font-size: 2.7rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemTtl {
    padding: 20px 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.contactPageSec__listItemTtl::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  background: #005BAC;
}
.contactPageSec__listItemTtl.u-noLine {
  padding: 0 20px 0 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemTtl.u-noLine {
    padding: 0;
    margin-bottom: 35px;
  }
}
.contactPageSec__listItemTtl.u-noLine::before {
  display: none;
}
.contactPageSec__listItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 35px;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLink {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .contactPageSec__listItemLink:hover .contactPageSec__listItemLinkTxtArea {
    border: 1px solid #005BAC;
    border-left: none;
    background: #fff;
    color: #005BAC;
  }
  .contactPageSec__listItemLink:hover .contactPageSec__listItemLinkTxt.u-icon::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
  .contactPageSec__listItemLink:hover .contactPageSec__listItemLinkTxt.u-icon02::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.contactPageSec__listItemLinkPic {
  display: inline-block;
  width: 36%;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLinkPic {
    width: 100%;
  }
}
.contactPageSec__listItemLinkImg {
  width: 100%;
}
.contactPageSec__listItemLinkTxtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 64%;
  border: 1px solid #04233C;
  border-left: none;
  border-radius: 0 7px 7px 0;
  background: #04233C;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLinkTxtArea {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-radius: 0;
    text-align: center;
  }
}
.contactPageSec__listItemLinkTxt {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLinkTxt {
    font-size: 1.6rem;
  }
}
.contactPageSec__listItemLinkTxt.u-icon {
  padding-top: 8px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLinkTxt.u-icon {
    position: relative;
    font-size: 2rem;
  }
}
.contactPageSec__listItemLinkTxt.u-icon::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 14px;
  height: 12px;
  margin-left: 10px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLinkTxt.u-icon::after {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: -15px;
  }
}
.contactPageSec__listItemLinkTxt.u-icon02 {
  padding-top: 8px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLinkTxt.u-icon02 {
    position: relative;
    font-size: 2rem;
  }
}
.contactPageSec__listItemLinkTxt.u-icon02::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 14px;
  height: 12px;
  margin-left: 10px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemLinkTxt.u-icon02::after {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: -20px;
  }
}
.contactPageSec__innerListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  .contactPageSec__innerListItem {
    display: block;
    padding: 20px 0;
  }
}
.listItem__footer {
  padding: 30px 0;
}
.contactPageSec__innerListItemTxt {
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contactPageSec__innerListItemTxt {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.contactPageSec__innerListItemTxt__footer {
  line-height: 2;
}
.contactPageSec__innerListItemBtnLink {
  display: block;
  width: 260px;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #04233C;
  border-radius: 4px;
  background: #04233C;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .contactPageSec__innerListItemBtnLink {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
}
.contactPageSec__innerListItemBtnLink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 10px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_white.png") center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .contactPageSec__innerListItemBtnLink:hover {
    border: 1px solid #005BAC;
    background: #fff;
    color: #005BAC;
  }
  .contactPageSec__innerListItemBtnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}
.contactPageSec__listItemTtlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listItemTtlWrap {
    display: block;
    padding-top: 20px;
  }
}
.contactPageSec__listItemTtlWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  background: #005BAC;
}
.contactPageSec__listPt {
  padding-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listPt {
    padding-top: 75px;
  }
}
.contactPageSec__listTxtBox {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listTxtBox {
    margin-top: 3rem;
  }
}
.contactPageSec__listTxt {
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contactPageSec__listTxt {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

/*====================================================================
sitePageSec
====================================================================*/
.sitePageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .sitePageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sitePageSec {
    padding: 30px 30px 0;
  }
}
.sitePageSec__leadArea {
  margin-bottom: 56px;
  font-size: 1.6rem;
  line-height: 2.15;
}
@media screen and (max-width: 768px) {
  .sitePageSec__leadArea {
    margin-bottom: 60px;
    font-size: 1.4rem;
  }
}
.sitePageSec__block {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .sitePageSec__block {
    margin-bottom: 55px;
  }
}
.sitePageSec__blockTtl {
  position: relative;
  margin-bottom: 60px;
  padding-top: 30px;
  font-size: 2.7rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .sitePageSec__blockTtl {
    margin-bottom: 35px;
    padding-top: 20px;
    font-size: 2.2rem;
  }
}
.sitePageSec__blockTtl::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 2px;
  background: #005BAC;
}
.sitePageSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .sitePageSec__list {
    display: block;
  }
}
.sitePageSec__listItem {
  width: 45%;
  max-width: 450px;
  margin-bottom: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  .sitePageSec__listItem {
    width: 100%;
    margin: 0 auto 30px;
    padding-bottom: 30px;
  }
  .sitePageSec__listItem:first-child {
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
  }
}
.sitePageSec__listItemPic {
  margin-bottom: 20px;
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}
.sitePageSec__listItemImg {
  width: 100%;
}
.sitePageSec__listItemSubTtl {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sitePageSec__listItemSubTtl {
    margin-bottom: 26px;
  }
}
.sitePageSec__listItemTtl {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.05em;
  color: #04233C;
}
@media screen and (max-width: 768px) {
  .sitePageSec__listItemTtl {
    letter-spacing: 0;
  }
}
.sitePageSec__listItemTxt {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .sitePageSec__listItemTxt {
    margin-bottom: 12px;
  }
}
.sitePageSec__listItemBtn {
  text-align: right;
}
.sitePageSec__listItemBtnLink {
  position: relative;
  padding-bottom: 3px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #04233C;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sitePageSec__listItemBtnLink::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #005BAC;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sitePageSec__listItemBtnLink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 10px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_base.png") center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .sitePageSec__listItemBtnLink:hover {
    color: #005BAC;
  }
  .sitePageSec__listItemBtnLink:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .sitePageSec__listItemBtnLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}

/*====================================================================
legalPage
====================================================================*/
.legalPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  margin-bottom: 130px;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .legalPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .legalPageSec {
    margin-bottom: 60px;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.legalPageSec__ttl {
  position: relative;
  margin-bottom: 84px;
  padding-top: 36px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .legalPageSec__ttl {
    margin-bottom: 54px;
    padding-top: 20px;
    font-size: 2.2rem;
    line-height: 1.54;
  }
}
.legalPageSec__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 54px;
  height: 2px;
  background: #333333;
}
@media screen and (max-width: 768px) {
  .legalPageSec__ttl::before {
    background: #005BAC;
  }
}
.legalPageSec__list {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .legalPageSec__list {
    margin-bottom: 70px;
  }
}
.legalPageSec__item {
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .legalPageSec__item {
    margin-bottom: 66px;
  }
}
.legalPageSec__subTtl {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #04233C;
}
@media screen and (max-width: 768px) {
  .legalPageSec__subTtl {
    margin-bottom: 25px;
  }
}
.legalPageSec__subTtl::before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
}
.legalPageSec__txt {
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.06em;
}
.legalPageSec__txtUrl {
  display: block;
  margin: 30px 0;
  font-weight: 500;
  color: #05243e;
}
.legalPageSec__txtLink {
  font-weight: 500;
  color: #05243e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.legalPageSec__txtLink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: 0 3px;
  background: url("/fudousan/_assets/images/common/externalLink_icon_base.png") center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .legalPageSec__txtLink:hover {
    color: #005BAC;
  }
  .legalPageSec__txtLink:hover::after {
    background: url("/fudousan/_assets/images/common/externalLink_icon_hover.png") center center/contain no-repeat;
  }
}

/*====================================================================
privacyPage
====================================================================*/
.privacyPageSec {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1070px;
  margin-bottom: 130px;
  padding-top: 52px;
}
@media screen and (max-width: 768px) {
  .privacyPageSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .privacyPageSec {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.lang-en .privacyPageSec {
  padding-top: 32px;
}
.privacyPageSec .u-normalTxt {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.12;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .privacyPageSec .u-normalTxt {
    letter-spacing: 0;
  }
}
.privacyPageSec .u-normalTxt__center {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.12;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .privacyPageSec .u-normalTxt__center {
    letter-spacing: 0;
  }
}
.lang-en .privacyPageSec .u-normalTxt {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0;
}
.privacyPageSec .u-mb10 {
  margin-bottom: 10px;
}
.privacyPageSec .u-mb20 {
  margin-bottom: 20px;
}
.privacyPageSec .u-mb30 {
  margin-bottom: 30px;
}
.privacyPageSec .u-mb40 {
  margin-bottom: 40px;
}
.privacyPageSec .u-mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .privacyPageSec .u-mb45 {
    margin-bottom: 22px;
  }
}
.privacyPageSec__message {
  margin-bottom: 58px;
  padding: 25px 34px;
  border: 2px solid #04233C;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__message {
    margin-bottom: 40px;
    padding: 25px 32px;
  }
}
.privacyPageSec__messageTxt {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0;
}
.privacyPageSec__messageTxtLink {
  font-weight: 500;
  color: #005BAC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .privacyPageSec__messageTxtLink:hover {
    opacity: 0.7;
    color: #005BAC;
  }
}
.privacyPageSec__leadBlock {
  margin-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__leadBlock {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .lang-en .privacyPageSec__leadBlock {
    margin-bottom: 100px;
  }
}
.privacyPageSec__txtBold {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.87;
  letter-spacing: 0.04em;
}
.lang-en .privacyPageSec__txtBold {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lang-en .privacyPageSec__txtBold {
    margin-bottom: 22px;
    line-height: 1.42;
  }
}
.privacyPageSec__txt {
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__txt {
    letter-spacing: 0;
  }
}
.u-withDisc .privacyPageSec__txt {
  padding-left: 17px;
}
.lang-en .privacyPageSec__txt {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0;
}
.privacyPageSec__itemDt {
  float: left;
  clear: left;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.12;
}
.privacyPageSec__itemDt::after {
  content: "）";
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lang-en .privacyPageSec__itemDt::after {
    margin-right: 16px;
  }
}
.privacyPageSec__itemDt.u-arabic {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 34px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.64;
}
.privacyPageSec__itemDt.u-arabic::after {
  display: none;
}
.privacyPageSec__itemDd {
  margin-bottom: 0;
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__itemDd {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lang-en .privacyPageSec__itemDd {
    padding-left: 32px;
  }
}
.u-withDisc .privacyPageSec__itemDd {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .lang-en .u-withDisc .privacyPageSec__itemDd {
    padding-left: 14px;
  }
}
.privacyPageSec__itemTtl {
  position: relative;
  margin-bottom: 30px;
  padding-top: 36px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__itemTtl {
    margin-bottom: 22px;
    padding-top: 28px;
    line-height: 1.29;
  }
}
.privacyPageSec__itemTtl::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 54px;
  height: 2px;
  background: #333333;
}
.lang-en .privacyPageSec__itemTtl {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 34px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
.lang-en .privacyPageSec__itemTxt {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.64;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .lang-en .privacyPageSec__itemTxt {
    padding-left: 25px;
  }
}
.privacyPageSec__mainItem {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__mainItem {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lang-en .privacyPageSec__mainItem {
    margin-bottom: 100px;
  }
}
.u-withDisc .privacyPageSec__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-withDisc .privacyPageSec__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lang-en .privacyPageSec__list.u-disc {
    margin-bottom: 50px;
  }
}
.privacyPageSec__item {
  font-size: 1.6rem;
  line-height: 2.12;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__item {
    letter-spacing: 0;
  }
}
.u-disc .privacyPageSec__item {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
@media screen and (max-width: 768px) {
  .u-disc .privacyPageSec__item {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
.u-disc .privacyPageSec__item::before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #005BAC;
}
@media screen and (max-width: 768px) {
  .u-disc .privacyPageSec__item::before {
    margin: 0 10px 0 0;
  }
}
.lang-en .u-disc .privacyPageSec__item {
  margin-bottom: 15px;
  text-indent: -2.1em;
}
.lang-en .u-disc .privacyPageSec__item::before {
  width: 7px;
  height: 7px;
  margin: 0 14px;
}
.lang-en .privacyPageSec__item {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0;
}
.privacyPageSec__table {
  width: 100%;
  margin: 35px 0 20px;
}
.privacyPageSec__tr {
  border-bottom: 11px solid #fff;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__tr {
    border-bottom: 9px solid #fff;
  }
}
.privacyPageSec__th {
  width: 264px;
  padding: 14px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.87;
  letter-spacing: 0.04em;
  text-align: center;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__th {
    width: 33%;
    font-size: 1.2rem;
    line-height: 2.16;
  }
}
.privacyPageSec__td {
  width: calc(100% - 264px - 11px);
  padding: 10px 14px;
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.04em;
  text-align: center;
  border-left: 11px solid #fff;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__td {
    width: calc(67% - 15px);
    font-size: 1.2rem;
    line-height: 2.16;
    border-left: 15px solid #fff;
  }
}
.privacyPageSec__itemLink {
  font-weight: 500;
  color: #05243e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .privacyPageSec__itemLink:hover {
    color: #005BAC;
  }
}
.privacyPageSec__txtLink {
  font-weight: 500;
  color: #05243e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .privacyPageSec__txtLink:hover {
    color: #005BAC;
  }
}
.lang-en .privacyPageSec__txtLink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  font-weight: 600;
  color: #005BAC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .lang-en .privacyPageSec__txtLink:hover {
    color: #005BAC;
    opacity: 0.7;
  }
}
.privacyPageSec__contact {
  padding: 22px 34px;
  background: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__contact {
    padding: 18px 34px;
  }
}
.privacyPageSec__contactAddress {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
body {
  background: #fff;
  color: #333333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
body.js-noScroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

div#Container {
  margin-top: 74px !important;
}

@media screen and (max-width: 1280px) {
  div#Container {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 740px) {
  div#Container {
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  div#Container {
    margin-top: 4px !important;
  }
}
/*-----------------------------------------------
PC/SP 出し分け
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/*====================================================================
COMMON LAYOUT
====================================================================*/
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

html .toppage {
  font-size: 62.5%;
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  color: #333333;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: #333333;
    text-decoration: none;
  }
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDfin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc,
.u-spDfin {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc,
  .u-pcDfin {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDfin {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  .siteContent {
    padding-top: 50px;
  }
}

.sitecCntainer {
  padding: 5rem 0;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .sitecCntainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainContent {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .mainContent {
    padding-top: 50px;
  }
  .mainContent.is_legalPage, .mainContent.is_privacyPage {
    padding-top: 0;
  }
}

/*-----------------------------------------------
Footer Style Reset
------------------------------------------------*/
.Footer__inner {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .Footer__inner {
    font-family: "Noto Sans JP", sans-serif;
  }
}

/*-----------------------------------------------
file.jsp?id=815558 Style Reset
------------------------------------------------*/
.Header__menuLink {
  display: inline;
}

div.siteHeader__contSearchOpen input[type=tel],
div.siteHeader__contSearchOpen input[type=text],
div.siteHeader__contSearchOpen input[type=email] {
  padding: 10.5px 10px 10.5px 44px !important;
  margin: 0 !important;
  border: 0 solid #ccc !important;
}
div.siteHeader__contSearchOpen .Header__searchInput {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  div.siteHeader__contSearchOpen .Header__searchInput {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 740px) {
  input[type=tel],
  input[type=text],
  input[type=email] {
    padding: 10.5px 10px 10.5px 44px !important;
  }
}
a.Footer__menuLink {
  text-align: center !important;
}

p.Footer__logo {
  width: 320px !important;
}

@media screen and (max-width: 740px) {
  a.Footer__menuLink {
    text-align: center !important;
  }
  p.Footer__logo {
    width: 320px !important;
  }
}
input[type=tel],
input[type=text],
input[type=email] {
  padding: 10.5px 10px 10.5px 44px !important;
  margin: 0 !important;
  border: 0 solid #ccc !important;
  font-size: 1.6rem !important;
}

input.Header__searchInput {
  font-size: 1.6rem !important;
}

#header input.Header__searchInput {
  font-size: 1.6rem !important;
}

button.Header__searchButton {
  font-size: 1.6rem !important;
}

div.DropArea {
  letter-spacing: 0 !important;
}

#SS_searchForm form.Header__searchForm {
  font-size: 1.6rem !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 740px) {
  input.Header__searchInput {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 740px) {
  input[type=tel],
  input[type=text],
  input[type=email] {
    padding: 10.5px 10px 10.5px 44px !important;
  }
}
@media screen and (max-width: 740px) {
  ul.Footer__bottomNav li.Footer__navItem a.Footer__menuLink {
    text-align: center !important;
    display: block !important;
    font-weight: normal !important;
  }
  a.Footer__menuLink {
    font-weight: normal !important;
  }
}
p.Footer__logo {
  width: 320px !important;
}

@media screen and (max-width: 740px) {
  p.Footer__logo {
    width: 320px !important;
  }
}
div.search-room-link-area div.areas dl.cf {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

a.siteFooter__contItemAreaItemLinkTitle:hover {
  text-decoration: none !important;
}

a.siteFooter__contItemAreaItemLink:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  div.orgArea div.child ul li {
    font-family: "Noto Sans Japanese", sans-serif !important;
  }
}
@media screen and (max-width: 740px) {
  div.orgArea div.child ul li {
    font-family: "Noto Sans Japanese", sans-serif !important;
  }
}
div.infiniteslide ul li img {
  -webkit-backface-visibility: initial !important;
  vertical-align: initial !important;
}

#Search div dl dt {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

a.siteHeaderPC__contAreaNavLink:hover {
  text-decoration: none !important;
}

#ContentsWrap a.arrowLink:hover {
  color: #005bac !important;
}

#ContentsWrap a.eternalLink:hover {
  color: #005bac !important;
}

#SearchResult div dl dt {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

div dl dt {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

#SearchResult div dl dd {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

div dl dd {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

.siteHeaderSP__contAreaNavCont__menuLink:hover {
  text-decoration: none !important;
}

.siteHeaderSP__detailNavCont__link:hover {
  text-decoration: none !important;
}

.siteHeaderSP__contAreaNavCont__text:hover {
  text-decoration: none !important;
}

.siteHeaderSP__contAreaNavCont__link:hover {
  text-decoration: none !important;
}