@charset "UTF-8";
/*-- layoutフォルダの中の_index.scss --*/
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/*-- mixinフォルダの中の_index.scss --*/
.header {
  /**********************************　
  以下、ハンバーガーメニューの設定　
  ************************************/
}
.header--wrapper {
  width: 100%;
  background-color: none;
  position: fixed;
  top: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header--wrapper.active {
  background-color: #fff;
}
.header--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header--top {
    margin: 25px auto;
    width: 90%;
  }
}
.header--logo {
  font-size: 25px;
  width: 100%;
  max-width: 398px;
  height: auto;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .header--logo {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header--logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header--logo a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header--logo a img {
    width: 200px;
  }
}
.header--contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header--contact.active {
  background-color: #EAEEF2;
  border-left: solid 1px #D9DADB;
}
@media screen and (max-width: 1024px) {
  .header--contact {
    display: none;
  }
}
.header--contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 22px 36px;
}
.header--contact__tel_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 0 36px;
  position: relative;
}
.header--contact__tel_box::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 2px;
  height: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D9DADB;
}
.header--contact__tel_box .icon {
  margin-top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header--contact__tel_box .icon.active {
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(1395%) hue-rotate(196deg) brightness(89%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(1395%) hue-rotate(196deg) brightness(89%) contrast(94%);
}
.header--contact__tel_box .container {
  color: #fff;
  line-height: 1.1;
  text-shadow: rgba(0, 0, 0, 0.47) 3px 1px 22px;
}
.header--contact__tel_box .container.active {
  color: #1F4FA0;
  text-shadow: none;
}
.header--contact__tel_box .container .num {
  font-size: 3.8rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
.header--contact__tel_box .container .time {
  font-size: 1.5rem;
}
.header--contact__icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header--contact__icon.active {
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(1395%) hue-rotate(196deg) brightness(89%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(25%) sepia(72%) saturate(1395%) hue-rotate(196deg) brightness(89%) contrast(94%);
}
.header--hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header--hamburger {
    display: block;
  }
}
.header--sp {
  display: none;
}
.header--pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 32px;
}
.header--pc.active {
  border-top: solid 1px #D9DADB;
  border-bottom: solid 1px #D9DADB;
}
.header--pc__item {
  position: relative;
  border-right: 1px #fff solid;
  padding: 0 1.8%;
  z-index: 0;
}
.header--pc__item:last-child {
  border-right: none;
}
.header--pc__item.active {
  border-right: 1px solid #D9DADB;
}
.header--pc__item a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.8) 3px 1px 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header--pc__item a.active {
  color: #000;
  text-shadow: none;
}
.header--pc__item .box {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 830px;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: -10;
  padding: 0 30px;
  background-color: #fff;
}
.header--pc__item .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  position: relative;
  border-bottom: solid 1px #D9DADB;
  padding: 30px;
  color: #000;
  text-shadow: none;
}
.header--pc__item .box a .sub_img {
  width: 50%;
}
.header--pc__item .box a .sub_txt {
  width: 40%;
}
.header--pc__item .box a span {
  width: 28px;
  height: 26px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  position: relative;
}
.header--pc__item .box a span::after {
  content: "";
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/contain;
}
.header--pc__item .box a img {
  width: 100%;
}
.header--pc__item:hover .box {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header .header--pc {
    display: none;
  }
  .header .header--hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 24px;
    width: 40px;
    z-index: 9999;
  }
  .header .header--hamburger__icon span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
  }
  .header .header--hamburger__icon span:nth-of-type(1) {
    top: 10%;
  }
  .header .header--hamburger__icon span:nth-of-type(2) {
    top: 70%;
  }
  .header .header--hamburger__icon.js-close span {
    background: #000;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 11px;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 11px;
  }
  .header .header--sp {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    padding: 65px 0 0;
  }
  .header .header--sp__inner {
    width: 100%;
    height: 100%;
    padding: 0 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
  }
  .header .header--sp__inner .header--sp--list {
    width: 90%;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 10px;
    border-top: solid 2px #1F4FA0;
  }
  .header .header--sp__inner .header--sp--list a {
    text-indent: 10px;
  }
  .header .header--sp--logo {
    width: 90%;
    margin: 0 auto 35px;
    text-align: center;
  }
  .header .header--sp--logo img {
    max-width: 310px;
    width: 100%;
  }
  .header .header--sp--info__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    margin: 0 0 20px;
  }
  .header .header--sp--info__tel .num {
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 0 10px;
    font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  }
  .header .header--sp--info__tel .time {
    font-size: 1.6rem;
    line-height: 1;
  }
  .header .header--sp--info__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 40px;
  }
  .header .header--sp__item {
    padding: 20px 0;
    border-bottom: solid 1px #D9DADB;
  }
  .header .header--sp__item .title,
  .header .header--sp__item .sub-title {
    text-align: left;
    display: block;
    font-size: 1.6rem;
  }
  .header .header--sp__item .title {
    position: relative;
  }
  .header .header--sp__item .title::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #000;
    right: 16px;
    top: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .header--sp__item .title::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #000;
    right: 24px;
    top: calc(50% - 9px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .header--sp__item .title.open {
    font-weight: bold;
  }
  .header .header--sp__item .title.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .header--sp__item .box {
    display: none;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header--sp__item .box.open {
    display: block;
  }
  .header .header--sp__item .box .sub-title {
    text-indent: 1em;
    line-height: 2;
  }
  .header .header--wrapper.active .header--hamburger__icon span {
    background: #000;
  }
}

/* ---------------------------------
▼▼準備中ページ用（後々削除する事）
--------------------------------- */
.soon-bg {
  background: #F5F7F9;
}

.coming-soon {
  width: 100%;
  background: #F5F7F9;
  padding: 100px 0;
}
.coming-soon-inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  text-align: center;
}
.coming-soon-inner img {
  margin: 0 0 40px;
}
.coming-soon_ttl {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 40px;
}

/* ---------------------------------
▲▲準備中ページ用（後々削除する事）
--------------------------------- */
/* ===============================================
# 基本設定
=============================================== */
html {
  width: 100%;
  font-size: 10px;
  overflow-x: hidden;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* ===============================================
# 共通コンポーネント
=============================================== */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.c-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

.u-tb-none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-sp-none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

.c-btn01 {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1F4FA0;
  border-bottom: 1px #1F4FA0 solid;
  padding-bottom: 4px;
  padding-right: 27px;
}
.c-btn01:hover::after {
  content: "";
  right: -6px;
}
.c-btn01::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 18px;
  height: 13px;
  background: url(../img/common/blue_right_arrow.svg) no-repeat center center/cover;
}

.c-btn02 {
  cursor: pointer;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 336px;
  padding: 40px 0;
  font-size: 2rem;
  font-weight: bold;
  border-top: 3px #000 solid;
  border-bottom: 1px #000 solid;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    padding: 24px 0;
    font-size: 1.6rem;
  }
}
.c-btn02:hover::after {
  content: "";
  right: 0;
}
.c-btn02::after {
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 16px;
  display: block;
  width: 38px;
  height: 22px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-btn02::after {
    width: 32px;
    height: 18px;
  }
}

.c-heading01 {
  line-height: 1.4;
}
.c-heading01 .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-heading01 .en {
    font-size: 1.5rem;
  }
}
.c-heading01 .ja {
  font-size: 5.4rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading01 .ja {
    font-size: 3.8rem;
  }
}
.c-heading01 .ja .blue {
  color: #1F4FA0;
}

/* ===============================================
# 下層ページ　コンポーネント
=============================================== */
.under-en_font {
  font-family: "Cormorant Garamond", serif;
  color: #A2A2A2;
}

.under-ja_font {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .under-ja_font {
    font-size: 25px;
  }
}

.c-under_mv {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-under_mv {
    height: 375px;
  }
}
.c-under_mv--title_box {
  position: absolute;
  bottom: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-shadow: rgba(0, 0, 0, 0.47) 3px 1px 22px;
}
@media screen and (max-width: 767px) {
  .c-under_mv--title_box {
    gap: 16px;
    bottom: 40px;
  }
}
.c-under_mv--title_box .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-under_mv--title_box .en {
    font-size: 1.2rem;
  }
}
.c-under_mv--title_box .ja {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
  .c-under_mv--title_box .ja {
    font-size: 2rem;
  }
}
.c-under_mv-contact {
  position: absolute;
  top: 86px;
  right: 5%;
  text-align: right;
}
.c-under_mv-contact_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  margin: 0 0 16px;
}
.c-under_mv-contact_sns img {
  width: 18px;
}
.c-under_mv-contact_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 5px;
}
.c-under_mv-contact_tel img {
  width: 16px;
}
.c-under_mv-contact_tel p {
  font-size: 2rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  line-height: 1;
  color: #fff;
}
.c-under_mv-contact_time {
  font-size: 12px;
  color: #fff;
}

.c-breadcrumb {
  background-color: #fff;
  padding: 55px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 35px 0 0;
  }
}
.c-breadcrumb--txt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 26px;
  color: #1F4FA0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb--txt_box {
    font-size: 1.2rem;
  }
}
.c-breadcrumb--txt_box a.c-breadcrumb--txt_box__txt:hover {
  color: #c9c9c9;
}
.c-breadcrumb--txt_box__txt {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-breadcrumb--txt_box__txt:last-child {
  color: #000;
}
.c-breadcrumb--txt_box__txt:last-child::after {
  display: none;
}
.c-breadcrumb--txt_box__txt::after {
  content: "/";
  pointer-events: none;
  position: absolute;
  top: calc(50% - 7px);
  right: -16px;
}

.section-right {
  max-width: 1100px;
  width: 100%;
  margin: 0 0 124px auto;
}

.section-ttl {
  margin: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    margin: 0 0 30px;
  }
}
.section-ttl_en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  margin: 0 0 30px;
  color: #1F4FA0;
}
@media screen and (max-width: 767px) {
  .section-ttl_en {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
.section-ttl_ja {
  font-size: 4.4rem;
  line-height: 1;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-ttl_ja {
    font-size: 2.5rem;
  }
}
.section-ttl_blue {
  color: #2C4E9B;
}
.section-ttl_sub {
  font-size: 2.5rem;
  margin: 0 0 32px;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-ttl_sub {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}

/* ===============================================
# ページトップ
=============================================== */
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #002A55;
}
.page-top a {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .page-top a {
    display: none;
  }
}
.page-top a::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 17px;
  background: url(../img/common/footer/toppage.svg) no-repeat center center/cover;
  bottom: 16px;
  left: calc(50% - 14px);
}

/* ===============================================
# サイドのボタン
=============================================== */
.side-btn {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 5;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.35);
          box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .side-btn {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.side-btn a {
  display: block;
  padding: 25px 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .side-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 14px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.side-btn a:hover {
  opacity: 0.7;
}
.side-btn a img {
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .side-btn a img {
    margin: 0 14px 0 0;
    max-width: 22px;
  }
}
.side-btn a div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  line-height: 1;
  text-align: start;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .side-btn a div {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 1.6rem;
  }
}
.side-btn a div span {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .side-btn a div span {
    font-size: 1rem;
  }
}
.side-btn_contact {
  background: #EAEEF2;
}
.side-btn_pdf {
  background: #1F4FA0;
  color: #fff;
}

/* ===============================================
# フッター
=============================================== */
.footer {
  margin: 360px 0 0;
}
@media (max-width: 1330px) {
  .footer {
    margin: 500px 0 0;
  }
}
@media screen and (max-width: 1240px) {
  .footer {
    margin: 680px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 468px 0 0;
  }
}
.footer--area {
  display: block;
  min-height: 714px;
  background-color: #002A55;
  padding-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer--area {
    min-height: 1000px;
  }
}
.footer--area__contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer--wrapper {
  position: absolute;
  bottom: 132px;
  border-top: #2C4E9B 4px solid;
  display: inline-block;
  width: 90%;
  max-width: 1200px;
  min-height: 730px;
  background-color: #F5F7F9;
  padding: 80px 54px;
  margin: -246px 0 0 0;
}
@media screen and (max-width: 767px) {
  .footer--wrapper {
    padding: 48px 28px 84px;
    bottom: 200px;
  }
}
@media (max-width: 330px) {
  .footer--wrapper {
    padding: 48px 16px 84px;
  }
}
.footer--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 68px;
  border-bottom: 1px solid #ACACAC;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .footer--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer--head .c-heading01 {
  width: 260px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer--head .c-heading01 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer--head .c-heading01 {
    width: 100%;
  }
}
.footer--head .c-heading01 .en {
  font-size: 2.2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer--head .c-heading01 .en {
    font-size: 1.6rem;
  }
}
.footer--head .c-heading01 .ja {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .footer--head .c-heading01 .ja {
    font-size: 3rem;
  }
}
.footer--head__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 64px;
}
@media screen and (max-width: 1024px) {
  .footer--head__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer--head__container .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer--head__container .btn .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 82px;
  background-color: #1F4FA0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .footer--head__container .btn .icon {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .footer--head__container .btn .icon img {
    width: 60%;
  }
}
.footer--head__container .btn .mail_txt {
  font-size: 2rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .footer--head__container .btn .mail_txt {
    font-size: 1.6rem;
  }
}
.footer--head__container .btn .tel_num {
  font-size: 4rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer--head__container .btn .tel_num {
    font-size: 2.6rem;
  }
}
.footer--nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 43px;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .footer--nav_container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .footer--nav_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer--nav_container__list {
  width: calc(25% - 32px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .footer--nav_container__list {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .footer--nav_container__list {
    width: 100%;
    gap: unset;
  }
}
.footer--nav_container__list .main a {
  display: block;
  width: 100%;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #D6D6D6;
  font-weight: bold;
  position: relative;
}
.footer--nav_container__list .main a::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 7px;
  height: 12px;
  background: url(/_common/img/common/footer/footer_arrow.svg) no-repeat center center/cover;
}
.footer--nav_container__list .accordion-header {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #D6D6D6;
  font-weight: bold;
  position: relative;
}
.footer--nav_container__list .accordion-header::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 7px;
  height: 12px;
  background: url(/_common/img/common/footer/footer_arrow.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer--nav_container__list .accordion-header.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .footer--nav_container__list .accordion-content {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.footer--nav_container__list .accordion-content.open {
  visibility: visible;
  height: auto;
}
.footer--nav_container__list .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .footer--nav_container__list .nav {
    padding: 18px 0 20px 20px;
  }
}
.footer--nav_container__list.last {
  gap: 0;
}
.footer--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer--bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.footer--bottom__logo {
  width: 100%;
  max-width: 460px;
}
.footer--bottom__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .footer--bottom__sns_container {
    margin: 0 0 56px;
  }
}
.footer--bottom__sns_container .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.footer--bottom__sns_container .icon_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer .pagetop-sp {
  display: none;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .footer .pagetop-sp {
    display: block;
  }
}
.footer .pagetop-sp_img {
  margin: 0 0 8px;
}
.footer .pagetop-sp_img img {
  width: 20px;
}
.footer .pagetop-sp a {
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.footer--copyright {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -84px;
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer--copyright {
    font-size: 1rem;
    bottom: -110px;
  }
}

/* ===============================================
# メインビジュアル
=============================================== */
.top_mv {
  margin-bottom: 160px;
  /* プログレスバーの位置を下に移動 */
}
@media screen and (max-width: 1024px) {
  .top_mv {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_mv {
    margin-bottom: 62px;
  }
}
.top_mv .swiper {
  position: relative;
}
.top_mv .swiper::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(17%, rgb(236, 237, 239)), to(rgb(87, 97, 114)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(236, 237, 239) 17%, rgb(87, 97, 114) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(236, 237, 239) 17%, rgb(87, 97, 114) 100%);
}
.top_mv .swiper .txt {
  position: absolute;
  left: 5%;
  bottom: 106px;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper .txt {
    bottom: 64px;
  }
}
.top_mv .swiper .txt .news_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 40px;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper .txt .news_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_mv .swiper .txt .news_container--date {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper .txt .news_container--date {
    font-size: 1.2rem;
  }
}
.top_mv .swiper .txt .news_container--title {
  font-size: 2rem;
  font-size: 1.6rem;
}
.top_mv .swiper .swiper-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.top_mv .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}
.top_mv .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top_mv .swiper .swiper-wrapper .swiper-slide .ja {
  position: absolute;
  left: 5%;
  bottom: 150px;
  color: #fff;
  z-index: 10;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
  text-shadow: rgba(0, 0, 0, 0.67) 3px 7px 16px;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper .swiper-wrapper .swiper-slide .ja {
    bottom: 100px;
  }
}
.top_mv .swiper .swiper-wrapper .swiper-slide .ja--top {
  font-size: 3rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .top_mv .swiper .swiper-wrapper .swiper-slide .ja--top {
    font-size: 1.9rem;
  }
}
.top_mv .swiper .swiper-wrapper .swiper-slide .ja--copy {
  font-size: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .top_mv .swiper .swiper-wrapper .swiper-slide .ja--copy {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_mv .swiper .swiper-wrapper .swiper-slide .ja--copy {
    font-size: 2.6rem;
  }
}
.top_mv .swiper .swiper-wrapper .swiper-slide .ja--copy span {
  font-size: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .top_mv .swiper .swiper-wrapper .swiper-slide .ja--copy span {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_mv .swiper .swiper-wrapper .swiper-slide .ja--copy span {
    font-size: 4rem;
  }
}
.top_mv .swiper-horizontal > .swiper-pagination-progressbar,
.top_mv .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: absolute;
  left: 5%;
  bottom: 58px;
  top: auto;
  width: 90%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper-horizontal > .swiper-pagination-progressbar,
  .top_mv .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 42px;
  }
}
.top_mv .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

/* ===============================================
# 管理事業について
=============================================== */
.top_management_business {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .top_management_business {
    margin: 0 0 40px;
  }
}
.top_management_business .c-inner {
  max-width: 960px;
}
.top_management_business--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAEEF2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 14px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 14px;
  gap: 0 48px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top_management_business--container {
    gap: 0 24px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_management_business--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top_management_business--img_box {
  width: calc(63% - 48px);
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top_management_business--img_box {
    width: calc(63% - 24px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_management_business--img_box {
    width: 100%;
  }
}
.top_management_business--img_box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_management_business--txt_box {
  width: 37%;
  padding: 0 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_management_business--txt_box {
    width: 100%;
    padding: 40px 24px;
  }
}
.top_management_business--txt_box__title {
  font-weight: 600;
  position: relative;
  margin-bottom: 84px;
}
@media screen and (max-width: 1024px) {
  .top_management_business--txt_box__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_management_business--txt_box__title {
    margin-bottom: 42px;
  }
}
.top_management_business--txt_box__title::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_management_business--txt_box__title .en {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .top_management_business--txt_box__title .en {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}
.top_management_business--txt_box__title .ja {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .top_management_business--txt_box__title .ja {
    font-size: 1.6rem;
  }
}
.top_management_business--txt_box__title .ja span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .top_management_business--txt_box__title .ja span {
    font-size: 2.7rem;
  }
}
.top_management_business--txt_box__btn {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top_management_business--txt_box__btn {
    margin: 0;
  }
}
.top_management_business--txt_box__btn .txt {
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .top_management_business--txt_box__btn .txt {
    font-size: 1.5rem;
  }
}
.top_management_business--txt_box__btn .arrow {
  margin-top: -6px;
}
.top_management_business--txt_box__btn .arrow img {
  width: 100%;
  height: auto;
}
.top_management_business--container:hover .top_management_business--img_box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top_management_business--container:hover .top_management_business--txt_box__title::after {
  width: 100%;
}

/* ===============================================
# AI賃料査定
=============================================== */
.m-hero {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .m-hero {
    margin: 0 0 80px;
  }
}
.m-hero__inner {
  max-width: 1080px;
  height: 240px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .m-hero__inner {
    height: 200px;
  }
}
.m-hero__link {
  max-width: 620px;
  width: 90%;
}
.m-hero__link__hdg {
  height: 140px;
  font-weight: bold;
  font-size: 4.2rem;
  color: #188a7b;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .m-hero__link__hdg {
    height: 110px;
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .m-hero__link__hdg {
    font-size: 2rem;
  }
}
.m-hero__link__hdg::before {
  content: "";
  position: absolute;
  width: 147px;
  height: 108px;
  right: -100px;
  bottom: -25px;
  background-image: url(../img/top/fig_hero.svg);
  background-size: 147px 108px;
}
@media screen and (max-width: 767px) {
  .m-hero__link__hdg::before {
    width: 102px;
    height: 75px;
    right: -45px;
    bottom: -30px;
    background-size: 102px 75px;
  }
}
.m-hero__link__hdg__lines {
  height: 45px;
  padding: 0 25px;
  font-size: 1.8rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -22px;
  border-radius: 20px;
  background: #fee335;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .m-hero__link__hdg__lines {
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
.m-hero__link__hdg__lines::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 0 0 -7px;
  left: 50%;
  bottom: -8px;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #fee335 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.m-hero__link__hdg__txt {
  padding: 10px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fee335), to(#fee335));
  background-image: -webkit-linear-gradient(#fee335, #fee335);
  background-image: linear-gradient(#fee335, #fee335);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 3px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.m-hero__link:hover .m-hero__link__hdg__lines {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
}
.m-hero__link:hover .m-hero__link__hdg__txt {
  background-position: bottom left;
  background-size: 100% 3px;
}

/* ===============================================
# 港不動産が選ばれる理由
=============================================== */
.top_reason {
  margin: 0 0 148px;
}
@media screen and (max-width: 767px) {
  .top_reason {
    margin: 0 0 110px;
  }
}
.top_reason--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_reason--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }
}
.top_reason--head .c-heading01 .ja {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .top_reason--head .c-heading01 .ja {
    font-size: 3.8rem;
  }
}
.top_reason--head__intro_txt {
  width: 100%;
  max-width: 620px;
  margin-bottom: 16px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .top_reason--head__intro_txt {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_reason--head__intro_txt {
    font-size: 1.4rem;
  }
}
.top_reason--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .top_reason--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.top_reason--img_box {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1024px) {
  .top_reason--img_box {
    width: 100%;
  }
}
.top_reason--img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top_reason--img_box img {
    height: 380px;
  }
}
.top_reason--txt_box {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .top_reason--txt_box {
    width: 100%;
  }
}
.top_reason--txt_box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .top_reason--txt_box__list {
    gap: 40px;
  }
}
.top_reason--txt_box__list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top_reason--txt_box__list .item {
    position: relative;
  }
}
.top_reason--txt_box__list .item--icon {
  width: calc(38% - 40px);
}
@media screen and (max-width: 1024px) {
  .top_reason--txt_box__list .item--icon {
    width: calc(32% - 40px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_reason--txt_box__list .item--icon {
    width: 92px;
    position: absolute;
    top: -18px;
    left: 0;
  }
}
.top_reason--txt_box__list .item--icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_reason--txt_box__list .item--txt_box {
  width: 62%;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .top_reason--txt_box__list .item--txt_box {
    width: 68%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_reason--txt_box__list .item--txt_box {
    width: 100%;
  }
}
.top_reason--txt_box__list .item--txt_box__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top_reason--txt_box__list .item--txt_box__title {
    font-size: 1.6rem;
    margin-left: 108px;
    color: #1F4FA0;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
.top_reason--txt_box .c-btn02 {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .top_reason--txt_box .c-btn02 {
    margin: 0 auto;
  }
}

/* ===============================================
# 事業内容
=============================================== */
.top_services {
  padding: 140px 0 160px 0;
  background-color: #EAEEF2;
}
@media screen and (max-width: 767px) {
  .top_services {
    padding: 98px 0 86px 0;
  }
}
.top_services--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .top_services--head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_services--head {
    margin-bottom: 50px;
  }
}
.top_services--head__body_txt {
  width: 60%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .top_services--head__body_txt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_services--head__body_txt {
    font-size: 1.6rem;
  }
}
.top_services--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .top_services--list {
    gap: 32px;
  }
}
.top_services--list__item {
  width: calc(50% - 25px);
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 22px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 22px;
}
@media screen and (max-width: 1024px) {
  .top_services--list__item {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_services--list__item a:hover .txt_box--btn {
    background-color: #1F4FA0;
  }
  .top_services--list__item a:hover .txt_box--btn::after {
    content: "";
    background: url(../img/common/white_right_arrow.svg) no-repeat center center/contain;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top_services--list__item a:hover .txt_box--btn {
    background-color: #1F4FA0;
  }
  .top_services--list__item a:hover .txt_box--btn::after {
    content: "";
    background: url(../img/common/white_right_arrow.svg) no-repeat center center/contain;
  }
}
.top_services--list__item a .img_box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top_services--list__item a .img_box img {
    height: 240px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_services--list__item a .img_box img {
    height: 186px;
  }
}
.top_services--list__item a .txt_box {
  min-height: 174px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top_services--list__item a .txt_box {
    min-height: 140px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_services--list__item a .txt_box {
    padding: 0 20px;
    min-height: 110px;
  }
}
.top_services--list__item a .txt_box--sub_txt {
  width: calc(100% - 120px);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .top_services--list__item a .txt_box--sub_txt {
    width: calc(100% - 40px);
    font-size: 1.4rem;
  }
}
.top_services--list__item a .txt_box--main_txt {
  width: calc(100% - 120px);
  font-size: 2.8rem;
  font-weight: bold;
  color: #1F4FA0;
}
@media screen and (max-width: 767px) {
  .top_services--list__item a .txt_box--main_txt {
    width: calc(100% - 40px);
    font-size: 1.8rem;
  }
}
.top_services--list__item a .txt_box--btn {
  width: 86px;
  height: 86px;
  border: 2px solid #1F4FA0;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 48px);
  right: 32px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media screen and (max-width: 1024px) {
  .top_services--list__item a .txt_box--btn {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_services--list__item a .txt_box--btn {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    border: 1px solid #1F4FA0;
    right: 16px;
  }
}
.top_services--list__item a .txt_box--btn::after {
  content: "";
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  position: absolute;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
  width: 42px;
  height: 42px;
  background: url(../img/common/blue_right_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .top_services--list__item a .txt_box--btn::after {
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}

/* ===============================================
# Minato Real Estate
=============================================== */
.top_minato_real_estate {
  width: 100%;
  height: 640px;
  background: url(../img/top/minato_real_estate_img01.jpg) no-repeat center center/cover;
  margin-bottom: 156px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top_minato_real_estate {
    height: 420px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_minato_real_estate {
    height: 220px;
    margin-bottom: 86px;
  }
}
.top_minato_real_estate--txt {
  position: absolute;
  top: -124px;
  font-size: 19.2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .top_minato_real_estate--txt {
    top: -100px;
    font-size: 16rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_minato_real_estate--txt {
    top: -44px;
    font-size: 7.2rem;
  }
}

/* ===============================================
# お客様の声
=============================================== */
.top_voice {
  position: relative;
  margin-bottom: 128px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .top_voice {
    margin-bottom: 90px;
  }
}
.top_voice .c-heading01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .top_voice .c-heading01 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_voice .c-heading01 {
    margin-bottom: 32px;
  }
}
.top_voice--wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top_voice--wrapper {
    margin-left: auto;
  }
}
.top_voice .swiper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 154px;
  border-right: #D6D6D6 1px solid;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper {
    margin-bottom: 124px;
  }
}
.top_voice .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .top_voice .swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_voice .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.top_voice .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
  border: #D6D6D6 1px solid;
  border-right: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a:hover {
  background-color: #EAEEF2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 20px 20px 30px;
          box-shadow: rgba(0, 0, 0, 0.06) 20px 20px 30px;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a:hover .img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_voice .swiper .swiper-wrapper .swiper-slide a:hover .txt_box .cat--name {
  background-color: #1F4FA0;
  color: #fff;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a:hover .txt_box .c-btn01::after {
  content: "";
  right: -6px;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .img_box {
  overflow: hidden;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .img_box img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box {
  width: 100%;
  padding: 32px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: #D6D6D6 1px solid;
  position: relative;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: 26px;
  width: 26px;
  height: 16px;
  background: url(../img/voice/voice_txt_point.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box::before {
    top: 20px;
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box {
    padding: 24px;
  }
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .title {
  width: 100%;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .title {
    font-size: 1.6rem;
  }
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -10px;
  width: 26px;
  height: 16px;
  background: url(../img/voice/voice_txt_point.svg) no-repeat center center/cover;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .cat {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .cat--name {
  border: #D6D6D6 1px solid;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 2px 8px 0 8px;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .cat--name {
    font-size: 1.2rem;
  }
}
.top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .body_txt {
  width: 100%;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper .swiper-wrapper .swiper-slide a .txt_box .body_txt {
    font-size: 1.4rem;
  }
}
.top_voice .swiper-scrollbar {
  position: absolute;
  width: calc(100% - 300px);
  max-width: 1200px;
  left: 0;
  bottom: -82px;
  height: 3px;
  background: #EAEAEA;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper-scrollbar {
    width: calc(100% - 160px);
    bottom: -60px;
  }
}
.top_voice .swiper-scrollbar-drag {
  background: #B2B2B2;
}
.top_voice .swiper-button-prev,
.top_voice .swiper-button-next {
  position: absolute;
  height: 106px;
  width: 106px;
  top: auto;
  bottom: -135px;
  background-color: #fff;
  border-radius: 50%;
  border: #000 1px solid;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper-button-prev,
  .top_voice .swiper-button-next {
    width: 56px;
    height: 56px;
    bottom: -88px;
  }
}
.top_voice .swiper-button-prev {
  left: auto;
  right: 140px;
}
@media screen and (max-width: 767px) {
  .top_voice .swiper-button-prev {
    right: 70px;
  }
}
.top_voice .swiper-button-next {
  left: auto;
  right: 0;
}
.top_voice .swiper-button-prev::after,
.top_voice .swiper-button-next::after {
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
  content: "";
}
.top_voice .swiper-button-prev::after {
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top_voice .swiper-button-next::after {
  background-image: url(../img/common/black_right_arrow.svg);
  width: 40px;
  height: 20px;
}

/* ===============================================
# 新着情報
=============================================== */
.top_news {
  background-color: #EAEEF2;
  padding: 150px 0 124px 0;
  margin: 0 0 216px;
}
@media screen and (max-width: 1024px) {
  .top_news {
    padding: 120px 0 100px 0;
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_news {
    padding: 90px 0 100px;
    margin: 0 0 80px;
  }
}
.top_news--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 60px;
  margin-bottom: 97px;
}
@media screen and (max-width: 1024px) {
  .top_news--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_news--container {
    margin-bottom: 80px;
  }
}
.top_news--head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .top_news--head {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_news--head {
    gap: 24px;
  }
}
.top_news--head__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 150px;
}
@media screen and (max-width: 1024px) {
  .top_news--head__cat {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.top_news--head__cat .menu a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  padding: 8px 20px 6px 20px;
  position: relative;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .top_news--head__cat .menu a {
    width: 140px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_news--head__cat .menu a {
    width: auto;
    padding: 4px 8px;
    font-size: 1.4rem;
    border-bottom: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_news--head__cat .menu a:hover .arrow {
    right: 14px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top_news--head__cat .menu a:hover .arrow {
    right: 14px;
  }
}
.top_news--head__cat .menu a.active {
  background-color: #1F4FA0;
  color: #fff;
  border-bottom: none;
}
.top_news--head__cat .menu a.active .arrow {
  background: url(../img/common/white_right_arrow.svg) no-repeat center center/cover;
}
.top_news--head__cat .menu a .arrow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 18px;
  height: 13px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .top_news--head__cat .menu a .arrow {
    display: none;
  }
}
.top_news--post_container {
  width: 100%;
  max-width: calc(100% - 300px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top_news--post_container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_news--post_container {
    margin-top: 24px;
  }
}
.top_news--post_container__item {
  position: relative;
  border-bottom: 1px solid #9F9F9F;
}
.top_news--post_container__item:first-child {
  border-top: 1px solid #9F9F9F;
}
.top_news--post_container__item a {
  display: block;
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .top_news--post_container__item a {
    padding: 24px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_news--post_container__item a:hover .head--cat {
    background: #1F4FA0;
    color: #fff;
  }
  .top_news--post_container__item a:hover .arrow {
    background-color: #1F4FA0;
    border: 1px solid #1F4FA0;
  }
  .top_news--post_container__item a:hover .arrow::after {
    content: "";
    background: url(../img/common/white_right_arrow.svg) no-repeat center center/cover;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top_news--post_container__item a:hover .head--cat {
    background: #1F4FA0;
    color: #fff;
  }
  .top_news--post_container__item a:hover .arrow {
    background-color: #1F4FA0;
    border: 1px solid #1F4FA0;
  }
  .top_news--post_container__item a:hover .arrow::after {
    content: "";
    background: url(../img/common/white_right_arrow.svg) no-repeat center center/cover;
  }
}
.top_news--post_container__item .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-bottom: 12px;
}
.top_news--post_container__item .head--date {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_news--post_container__item .head--date {
    font-size: 1.2rem;
  }
}
.top_news--post_container__item .head--cat {
  background-color: #fff;
  border: #B9B9B9 1px solid;
  color: #1F4FA0;
  padding: 2px 16px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_news--post_container__item .body_txt {
  width: calc(100% - 88px);
}
@media screen and (max-width: 767px) {
  .top_news--post_container__item .body_txt {
    width: calc(100% - 60px);
  }
}
.top_news--post_container__item .arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: calc(50% - 20px);
  right: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top_news--post_container__item .arrow {
    right: 10px;
  }
}
.top_news--post_container__item .arrow::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 9px);
  width: 18px;
  height: 13px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
}

/* ===============================================
# 物件情報
=============================================== */
.top_line_up {
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .top_line_up {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_line_up {
    margin-bottom: 80px;
  }
}
.top_line_up .c-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .top_line_up .c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.top_line_up--head {
  width: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 67px;
}
@media screen and (max-width: 1024px) {
  .top_line_up--head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.top_line_up--head .c-heading01 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .top_line_up--head .c-heading01 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 1.4;
  }
}
.top_line_up--head .c-heading01 .ja {
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1024px) {
  .top_line_up--head .c-heading01 .ja {
    letter-spacing: 0;
  }
}
.top_line_up--head__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2rem;
  font-weight: bold;
  margin-right: -42px;
}
@media screen and (max-width: 1024px) {
  .top_line_up--head__btn {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1240px) {
  .top_line_up--head__btn {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .top_line_up--head__btn .txt {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_line_up--head__btn:hover .arrow {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top_line_up--head__btn:hover .arrow {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.top_line_up--head__btn .arrow {
  display: block;
  width: 86px;
  height: 86px;
  background-color: #1F4FA0;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .top_line_up--head__btn .arrow {
    width: 48px;
    height: 48px;
  }
}
.top_line_up--head__btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
  width: 42px;
  height: 42px;
  background: url(../img/common/white_right_arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .top_line_up--head__btn .arrow::after {
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}
.top_line_up--list {
  width: calc(100% - 260px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .top_line_up--list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_line_up--list {
    gap: 28px;
  }
}
.top_line_up--list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.top_line_up--list__item:nth-child(1) {
  background-color: #EAEEF2;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item:nth-child(1) {
    background-color: transparent;
  }
}
.top_line_up--list__item:nth-child(1) .txt_box {
  background-color: #EAEEF2;
}
.top_line_up--list__item:nth-child(2) {
  background-color: #F2F2EA;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item:nth-child(2) {
    background-color: transparent;
  }
}
.top_line_up--list__item:nth-child(2) .txt_box {
  background-color: #F2F2EA;
}
.top_line_up--list__item:nth-child(3) {
  background-color: #F2EBEA;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item:nth-child(3) {
    background-color: transparent;
  }
}
.top_line_up--list__item:nth-child(3) .txt_box {
  background-color: #F2EBEA;
  margin: 0 0 60px;
}
.top_line_up--list__item .txt_box {
  width: 44%;
  padding: 44px 42px;
}
@media screen and (max-width: 1024px) {
  .top_line_up--list__item .txt_box {
    padding: 0 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_line_up--list__item .txt_box {
    padding: 48px 24px;
    width: 100%;
    margin: 0;
  }
}
.top_line_up--list__item .txt_box--title_box {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: #707070 1px solid;
}
@media screen and (max-width: 1024px) {
  .top_line_up--list__item .txt_box--title_box {
    margin-bottom: 24px;
  }
}
.top_line_up--list__item .txt_box--title_box .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item .txt_box--title_box .en {
    font-size: 1.5rem;
  }
}
.top_line_up--list__item .txt_box--title_box .ja {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item .txt_box--title_box .ja {
    font-size: 2.3rem;
  }
}
.top_line_up--list__item .txt_box--body_txt {
  line-height: 2;
}
.top_line_up--list__item a {
  width: 100%;
  max-width: 336px;
  margin: 0 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item a {
    margin: 0;
  }
}
.top_line_up--list__item .img_box {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item .img_box {
    width: 100%;
  }
}
.top_line_up--list__item .img_box iframe {
  overflow-x: scroll;
}
.top_line_up--list__item .member-icon {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  top: -23%;
  left: -15%;
}
@media (max-width: 1073px) {
  .top_line_up--list__item .member-icon {
    width: 120px;
    height: 120px;
    top: -14%;
    left: -12%;
  }
}
@media screen and (max-width: 1024px) {
  .top_line_up--list__item .member-icon {
    top: -14%;
    left: 32%;
  }
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item .member-icon {
    width: 88px;
    height: 88px;
    padding: 10px 0;
    top: 5%;
    left: auto;
    right: 3%;
  }
}
.top_line_up--list__item .member-icon img {
  max-width: 70px;
}
@media (max-width: 1073px) {
  .top_line_up--list__item .member-icon img {
    max-width: 44px;
  }
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item .member-icon img {
    max-width: 38px;
  }
}
.top_line_up--list__item .member-icon_txt {
  width: 100%;
  background: #F5E3E1;
  line-height: 1;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1073px) {
  .top_line_up--list__item .member-icon_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_line_up--list__item .member-icon_txt {
    font-size: 1rem;
  }
}

/* ===============================================
# 情報エリア
=============================================== */
.top_info_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_info_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.top_info_area--container {
  width: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_info_area--container {
    width: 100%;
  }
}
.top_info_area--container:nth-child(1) .top_info_area--container__btn::before {
  background: url(../img/top/info_area_bg01.jpg) no-repeat center center/cover;
}
.top_info_area--container:nth-child(2) .top_info_area--container__btn::before {
  background: url(../img/top/info_area_bg02.jpg) no-repeat center center/cover;
}
.top_info_area--container__btn {
  padding: 120px 16%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_info_area--container__btn {
    padding: 48px 8%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_info_area--container__btn:hover::before {
    content: "";
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .top_info_area--container__btn:hover .c-btn02::after {
    content: "";
    right: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top_info_area--container__btn:hover::before {
    content: "";
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .top_info_area--container__btn:hover .c-btn02::after {
    content: "";
    right: 0;
  }
}
.top_info_area--container__btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_info_area--container__btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background-color: #6C6E72;
}
.top_info_area--container__btn .icon {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .top_info_area--container__btn .icon {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.top_info_area--container__btn .title {
  font-size: 4rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_info_area--container__btn .title {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}
.top_info_area--container__btn .body_txt {
  text-align: center;
  margin-bottom: 32px;
}
.top_info_area--container__btn .c-btn02 {
  width: 100%;
  max-width: 214px;
  padding: 20px 0;
  font-size: 1.8rem;
  border-top: 3px #fff solid;
  border-bottom: 1px #fff solid;
}
@media screen and (max-width: 767px) {
  .top_info_area--container__btn .c-btn02 {
    max-width: 148px;
    padding: 8px 0;
    font-size: 1.4rem;
  }
}
.top_info_area--container__btn .c-btn02::after {
  content: "";
  right: 16px;
  width: 22px;
  height: 13px;
  background: url(../img/common/white_right_arrow.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top_info_area--container__btn .c-btn02::after {
    right: 8px;
  }
}

/* ===============================================
# 採用情報
=============================================== */
.top_recruit {
  margin-bottom: 128px;
  padding: 106px 0;
  background: url(../img/top/pc_recruit_bg01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .top_recruit {
    background: url(../img/top/sp_recruit_bg01.jpg) no-repeat center center/cover;
    padding: 40px 0;
    margin-bottom: 100px;
  }
}
.top_recruit .c-inner {
  max-width: 900px;
}
.top_recruit--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .top_recruit--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_recruit--txt_box {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_recruit--txt_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit--txt_box__title_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_recruit--txt_box__title_box .icon {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_recruit--txt_box__title_box .icon {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-bottom: 4px;
  }
}
.top_recruit--txt_box__title_box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .top_recruit--txt_box__title_box .title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_recruit--txt_box__title_box .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_recruit--txt_box__title_box .title .ja {
  font-size: 4rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_recruit--txt_box__title_box .title .ja {
    font-size: 2.2rem;
  }
}
.top_recruit--txt_box__title_box .title .en {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .top_recruit--txt_box__title_box .title .en {
    font-size: 1.4rem;
  }
}
.top_recruit--txt_box__body_txt {
  font-size: 1.9rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_recruit--txt_box__body_txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
.top_recruit--btn {
  width: 306px;
  height: 306px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .top_recruit--btn {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_recruit--btn {
    width: 154px;
    height: 154px;
    gap: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_recruit--btn:hover .top_recruit--btn__icon {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top_recruit--btn:hover .top_recruit--btn__icon {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.top_recruit--btn__icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top_recruit--btn__icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit--btn__icon img {
    width: 100%;
    height: auto;
  }
}
.top_recruit--btn__txt {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .top_recruit--btn__txt {
    font-size: 1.8rem;
  }
}

/* ===============================================
# FOLLOW US !
=============================================== */
.top_follow_us {
  margin-bottom: 80px;
}
.top_follow_us .c-inner {
  max-width: 1000px;
}
.top_follow_us--title {
  font-size: 5.7rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_follow_us--title {
    font-size: 3.5rem;
    margin-bottom: 46px;
  }
}
.top_follow_us--sns_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 500px) {
  .top_follow_us--sns_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_follow_us--sns_container__block {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 500px) {
  .top_follow_us--sns_container__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.top_follow_us--sns_container__block .box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.top_follow_us--sns_container__block .box--container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .top_follow_us--sns_container__block .box--container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top_follow_us--sns_container__block .box--container .gallery-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_follow_us--sns_container__block .box--container .gallery-item {
    width: calc(50% - 6px);
  }
}
.top_follow_us--sns_container__block .box--container .gallery-item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_follow_us--sns_container__block .box--container iframe {
  width: 100% !important;
}
.top_follow_us--sns_container__block .box--container iframe.youtube {
  height: 350px;
}
@media screen and (max-width: 767px) {
  .top_follow_us--sns_container__block .box--container iframe.youtube {
    height: 180px;
  }
}
.top_follow_us--sns_container__block .box--container #facebook-page {
  width: 100% !important;
}
.top_follow_us--sns_container__block .box--container #facebook-page .fb-page {
  width: 100% !important;
}
.top_follow_us--sns_container__block .box--container #facebook-page .fb-page span {
  width: 100% !important;
}
.top_follow_us--sns_container__block .box--container #facebook-page .fb-page span iframe {
  width: 100% !important;
}

/* ===============================================
# ひとまちMAP
=============================================== */
.top_hitomachi_map {
  margin-bottom: 86px;
}
.top_hitomachi_map .c-inner {
  max-width: 1000px;
  height: 100%;
}
.top_hitomachi_map--btn {
  background-color: #FAFAEF;
  border: #B9B9B9 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_hitomachi_map--btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top_hitomachi_map--btn:hover .top_hitomachi_map--btn__txt_box .btn {
    gap: 12px;
  }
  .top_hitomachi_map--btn:hover .top_hitomachi_map--btn__txt_box .btn .arrow {
    margin-right: -4px;
  }
  .top_hitomachi_map--btn:hover .top_hitomachi_map--btn__img_box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top_hitomachi_map--btn:hover .top_hitomachi_map--btn__txt_box .btn {
    gap: 12px;
  }
  .top_hitomachi_map--btn:hover .top_hitomachi_map--btn__txt_box .btn .arrow {
    margin-right: -4px;
  }
  .top_hitomachi_map--btn:hover .top_hitomachi_map--btn__img_box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.top_hitomachi_map--btn__txt_box {
  width: calc(40% - 40px);
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top_hitomachi_map--btn__txt_box {
    padding-left: 32px;
    width: calc(44% - 32px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top_hitomachi_map--btn__txt_box {
    width: 100%;
    padding: 40px 24px;
  }
}
.top_hitomachi_map--btn__txt_box .title_box {
  padding-bottom: 8px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 32px;
}
.top_hitomachi_map--btn__txt_box .title_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  background-color: #000;
}
.top_hitomachi_map--btn__txt_box .title_box .sub_txt {
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .top_hitomachi_map--btn__txt_box .title_box .sub_txt {
    font-size: 1.4rem;
  }
}
.top_hitomachi_map--btn__txt_box .title_box .main_txt {
  font-size: 4rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_hitomachi_map--btn__txt_box .title_box .main_txt {
    font-size: 2.6rem;
  }
}
.top_hitomachi_map--btn__txt_box .btn {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top_hitomachi_map--btn__txt_box .btn {
    margin: 0;
  }
}
.top_hitomachi_map--btn__txt_box .btn .txt {
  font-size: 1.4rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .top_hitomachi_map--btn__txt_box .btn .txt {
    font-size: 1.2rem;
  }
}
.top_hitomachi_map--btn__txt_box .btn .arrow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -6px;
}
.top_hitomachi_map--btn__txt_box .btn .arrow img {
  width: 100%;
  height: auto;
}
.top_hitomachi_map--btn__img_box {
  width: 56%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_hitomachi_map--btn__img_box {
    width: 100%;
  }
}
.top_hitomachi_map--btn__img_box img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_hitomachi_map--btn__img_box img {
    height: 180px;
  }
}

/* ===============================================
# アクセス
=============================================== */
.top_access {
  margin-bottom: 390px;
}
.top_access .c-inner {
  max-width: 1000px;
}
.top_access--container {
  border: 1px solid #B9B9B9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top_access--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_access--container__txt_box {
  width: calc(44% - 40px);
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .top_access--container__txt_box {
    padding: 32px 24px;
    width: 100%;
  }
}
.top_access--container__txt_box .title_box {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_access--container__txt_box .title_box {
    margin-bottom: 16px;
  }
}
.top_access--container__txt_box .title_box .ja {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 4rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
  margin-bottom: 4px;
}
.top_access--container__txt_box .title_box .ja .icon {
  margin-bottom: 8px;
}
.top_access--container__txt_box .title_box .en {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}
.top_access--container__txt_box .address {
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top_access--container__txt_box .address {
    margin-bottom: 24px;
  }
}
.top_access--container__txt_box .txt_container {
  background-color: #F5F7F9;
  padding: 32px 24px;
  border-radius: 4px;
  font-size: 1.4rem;
}
.top_access--container__map_box {
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .top_access--container__map_box {
    width: 100%;
  }
}
.top_access--container__map_box iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .top_access--container__map_box iframe {
    height: 270px;
  }
}

.about-mv {
  background: url(../img/about/mv.jpg) no-repeat center center/cover;
}

.message {
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 0 0 110px;
  }
}
.message-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .message-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.message-ceo {
  position: relative;
  padding: 0 0 0 165px;
}
@media screen and (max-width: 1024px) {
  .message-ceo {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .message-ceo {
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 350px) {
  .message-ceo {
    padding: 0 0 0 60px;
  }
}
.message-ceo_catch {
  position: absolute;
  top: -65px;
  left: 29px;
  padding: 32px 27px;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .message-ceo_catch {
    font-size: 3rem;
    left: 0;
    line-height: 1.2;
  }
}
.message-ceo-img img {
  max-width: 420px;
  width: 100%;
  margin: 0 0 18px;
}
.message-ceo-img-info {
  font-size: 1.6rem;
}
.message-ceo-img-info_name span {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 0 0 10px;
}
.message-box {
  width: 45%;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .message-box {
    width: 100%;
    margin: 0;
  }
}
.message-box-ttl {
  margin: 0 0 26px;
}
.message-box-ttl-en {
  margin: 0 0 2px;
}
.message-box-ttl-ja {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-size: 2.6rem;
}
.message-box_txt {
  line-height: 1.9;
  font-weight: 500;
}

.history {
  background: #F5F4EF;
  padding: 155px 0 0;
}
@media screen and (max-width: 938px) {
  .history {
    padding: 40px 0 0;
  }
}
.history-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 132px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 938px) {
  .history-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 86px;
  }
}
.history-box-ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0 55px;
}
@media screen and (max-width: 938px) {
  .history-box-ttl {
    padding: 0;
    margin: 0 0 28px;
  }
}
.history-box-txt {
  padding: 0 0 0 55px;
  border-left: solid 2px #9D9D9D;
  max-width: 740px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .history-box-txt {
    padding: 0 0 0 16px;
  }
}
.history-img {
  width: 100%;
  height: auto;
}

.development-box {
  padding: 100px 0 118px;
}
@media screen and (max-width: 500px) {
  .development-box {
    padding: 50px 0 118px;
  }
}
.development-box-ttl {
  position: relative;
}
.development-box-ttl::before {
  content: "";
  position: absolute;
  width: 394px;
  height: 270px;
  font-family: "Cormorant Garamond", serif;
  background: url(../img/about/ourhistory.png) no-repeat center center/cover;
  bottom: 0;
  right: 55px;
}
@media screen and (max-width: 938px) {
  .development-box-ttl::before {
    right: -76vw;
    width: 254px;
    height: 174px;
  }
}
.development-lists-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  border-bottom: dotted 1px #727272;
}
.development-lists-item_year {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  width: 27%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .development-lists-item_year {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .development-lists-item_year {
    width: 40%;
  }
}
@media screen and (max-width: 360px) {
  .development-lists-item_year {
    width: 65%;
  }
}
.development-lists-item_year::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A78A0F;
  top: calc(50% - 4px);
  right: 20%;
}
.development-lists-item_txt {
  width: 73%;
  display: block;
}

.organization {
  background: #F5F7F9;
  padding: 88px 0 94px;
}
.organization-inner {
  padding: 0 65px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .organization-inner {
    padding: 0;
  }
}
.organization-img {
  max-width: 914px;
  width: 100%;
}

.members {
  padding: 90px 0 145px 68px;
  background: #F5F4EF;
}
@media screen and (max-width: 767px) {
  .members {
    padding: 90px 0 145px;
  }
}
.members-inner {
  width: 90%;
  margin: auto;
}
.members--wrapper {
  position: relative;
}
.members-ttl {
  margin: 0 0 40px;
}
.members .swiper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.members .swiper-slide {
  padding: 0 40px;
  position: relative;
}
.members .swiper-slide::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1000px;
  background: #9D9D9D;
  top: 0;
  right: 0;
}
.members .swiper-slide .members-img_box {
  width: 100%;
  position: relative;
  margin: 0 0 25px;
}
.members .swiper-slide .members-img_box img {
  width: 100%;
  border-radius: 20px;
}
.members .swiper-slide .members-img_box_name {
  position: absolute;
  bottom: 0;
  left: -1px;
  background: #F5F4EF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0 22px 14px;
  max-width: 214px;
  width: 100%;
}
.members .swiper-slide .members-img_box_name dt {
  margin: 0 10px 0 0;
}
.members .swiper-slide .members-img_box_name dd {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.members .swiper-scrollbar {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -45px;
  height: 3px;
  background: #fff;
  z-index: 0;
}
.members .swiper-scrollbar-drag {
  background: #897005;
}
.members .swiper-button-prev {
  position: absolute;
  height: 46px;
  width: 46px;
  background: #fff;
  border-radius: 50%;
  border: #000 1px solid;
  left: -23px;
  top: 25%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .members .swiper-button-prev {
    left: 0;
  }
}
.members .swiper-button-prev::after {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
  top: calc(50% - 7px);
  left: calc(50% - 10px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.members .swiper-button-prev:hover {
  background: #1F4FA0;
  border: #1F4FA0 1px solid;
}
.members .swiper-button-prev:hover::after {
  background: url(../img/common/white_right_arrow.svg) no-repeat center center/cover;
}
.members .swiper-button-next {
  position: absolute;
  height: 46px;
  width: 46px;
  background: #fff;
  border-radius: 50%;
  border: #000 1px solid;
  top: 25%;
  right: 17.5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .members .swiper-button-next {
    right: 0;
  }
}
.members .swiper-button-next::after {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
  top: calc(50% - 7px);
  left: calc(50% - 10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.members .swiper-button-next:hover {
  background: #1F4FA0;
  border: #1F4FA0 1px solid;
}
.members .swiper-button-next:hover::after {
  background: url(../img/common/white_right_arrow.svg) no-repeat center center/cover;
}
.members-txt-con {
  margin: 0 0 20px;
}
.members-txt-con_ttl {
  font-weight: bold;
  font-size: 17px;
  padding: 0 0 0 28px;
  margin: 0 0 15px;
}
.members-txt-con_detail {
  font-size: 15px;
}
.members-txt-con_works {
  position: relative;
}
.members-txt-con_works::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 17px;
  background: url(../img/about/members-works.svg) no-repeat center center/cover;
  top: calc(50% - 11px);
  left: 0;
}
.members-txt-con_message {
  position: relative;
}
.members-txt-con_message::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/about/members-message.svg) no-repeat center center/cover;
  top: calc(50% - 9px);
  left: 0;
}

.consulting {
  background: #F5F7F9;
  padding: 88px 68px 80px;
}
@media screen and (max-width: 767px) {
  .consulting {
    padding: 88px 0 80px;
  }
}
.consulting-inner {
  width: 90%;
  margin: auto;
}
.consulting-ttl {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .consulting-ttl {
    margin: 0 0 30px;
  }
}
.consulting-txt {
  margin: 0 0 42px;
}
.consulting-slider img {
  max-width: 756px;
  width: 100%;
}
.consulting-pdf {
  display: block;
  position: relative;
  max-width: 756px;
  width: 100%;
}
.consulting-pdf::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #1F4FA0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.consulting-pdf::after {
  content: "OPEN PDF";
  display: block;
  color: #fff;
  line-height: 48px;
  width: 180px;
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.consulting-pdf:hover::before {
  opacity: 0.5;
}
.consulting-pdf:hover::after {
  opacity: 1;
  margin-top: -0.5em;
}

.company {
  background: #F5F4EF;
}
.company-mv {
  position: relative;
}
.company-mv img {
  width: 100%;
}
.company-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 40px 68px;
  text-shadow: rgba(0, 0, 0, 0.47) 3px 1px 22px;
}
@media screen and (max-width: 767px) {
  .company-ttl {
    padding: 0 0 20px;
    left: 5%;
  }
}
.company-ttl .under-en_font {
  color: #fff;
}
.company-ttl .under-ja_font {
  color: #fff;
}
.company-inner {
  padding: 55px 70px 66px;
}
@media screen and (max-width: 767px) {
  .company-inner {
    padding: 55px 0 66px;
  }
}
.company-info {
  max-width: 735px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-info {
    width: 90%;
    margin: auto;
  }
}
.company-info-item {
  border-bottom: dotted 1px #727272;
}
.company-info-item_ttl {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  padding: 18px 0;
  vertical-align: middle;
  width: 25%;
}
.company-info-item_detail {
  border-left: solid 1px #9D9D9D;
  padding: 18px 0 18px 6%;
}

.works {
  background: #F5F7F9;
  margin: 0 0 390px auto;
}
@media screen and (max-width: 767px) {
  .works {
    margin: 0 0 250px auto;
  }
}
.works-mv {
  position: relative;
}
.works-mv img {
  width: 100%;
}
.works-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 40px 68px;
  text-shadow: rgba(0, 0, 0, 0.47) 3px 1px 22px;
}
@media screen and (max-width: 767px) {
  .works-ttl {
    padding: 0 0 20px;
    left: 5%;
  }
}
.works-ttl .under-en_font {
  color: #fff;
}
.works-ttl .under-ja_font {
  color: #fff;
}
.works-inner {
  padding: 67px 70px 74px;
}
@media screen and (max-width: 767px) {
  .works-inner {
    padding: 67px 0 74px;
    width: 90%;
    margin: auto;
  }
}
.works-list {
  max-width: 880px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-list-box_item {
  line-height: 2;
}
.works-list-box_item span {
  font-size: 14px;
}

.access-mv {
  background: url(../img/access/mv.jpg) no-repeat center center/cover;
}

.page-access {
  margin-bottom: 140px;
}
.page-access--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 60px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .page-access--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
  }
}
.page-access--list {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1024px) {
  .page-access--list {
    width: 100%;
  }
}
.page-access--list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 24px;
  padding: 16px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 767px) {
  .page-access--list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5rem;
  }
}
.page-access--list__item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-access--list__item .item_name {
  width: 76px;
}
@media screen and (max-width: 767px) {
  .page-access--list__item .item_name {
    width: 40px;
  }
}
.page-access--list__item .body_txt {
  width: calc(100% - 76px);
}
@media screen and (max-width: 1024px) {
  .page-access--list__item .body_txt {
    width: 100%;
  }
}
.page-access--list__item .how {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-access--list__item .how .item_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 1.8rem;
  color: #1F4FA0;
}
@media screen and (max-width: 767px) {
  .page-access--list__item .how .item_title {
    gap: 12px;
  }
}
@media screen and (max-width: 1240px) {
  .page-access--list__item .how .item_title span img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.page-access--list__item .how .body_txt {
  width: 100%;
}
.page-access--map_box {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .page-access--map_box {
    width: 100%;
  }
}
.page-access--map_box iframe {
  width: 100%;
  height: 430px;
  margin-bottom: 50px;
}

.news-mv {
  background: url(../img/news/mv.jpg) no-repeat center center/cover;
}

.page-news {
  margin-bottom: 128px;
  /* ===============================================
    # ページネーション
  =============================================== */
}
.page-news--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-news--category_box {
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .page-news--category_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-news--category_box__has-child {
    background-color: #1F4FA0;
    position: relative;
    cursor: pointer;
  }
  .page-news--category_box__has-child.active {
    display: block;
  }
  .page-news--category_box__has-child.active::after {
    content: "▼";
    top: 28px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .page-news--category_box__has-child::after {
    content: "▼";
    position: absolute;
    color: #fff;
    top: 12px;
    right: 18px;
    width: 10px;
    height: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.page-news--category_box__has-child .cat_btn {
  padding: 12px 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-news--category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  .page-news--category {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-news--category__item:not(:last-child) a {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .page-news--category__item:not(:last-child) a:hover {
    border-bottom: none;
  }
}
.page-news--category__item a {
  padding: 6px 24px 4px 24px;
  background-color: #C9C9C9;
  color: #1F4FA0;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-news--category__item a {
    color: #1F4FA0;
    background-color: #fff;
    border: #BEBEBE 1px solid;
    background-color: #fff;
    border-radius: 0;
    display: block;
    width: 100%;
  }
}
.page-news--category__item a:hover {
  background-color: #1F4FA0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-news--category__item a:hover {
    color: #1F4FA0;
    color: #fff;
    border: #BEBEBE 1px solid;
  }
}
.page-news--list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-news--list {
    margin-bottom: 42px;
  }
}
.page-news--list__item:last-child a {
  border-bottom: #BEBEBE 1px solid;
}
.page-news--list__item a {
  position: relative;
  display: block;
  border-top: #BEBEBE 1px solid;
  padding: 40px 0;
}
.page-news--list__item a:hover .arrow {
  background-color: #1F4FA0;
  border: #1F4FA0 1px solid;
}
.page-news--list__item a:hover .arrow::after {
  content: "";
  background: url(../img/common/white_right_arrow.svg) no-repeat center center/cover;
}
.page-news--list__item a .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.page-news--list__item a .head .date {
  letter-spacing: 0.1em;
}
.page-news--list__item a .head .cat {
  font-size: 1.3rem;
  color: #1F4FA0;
  padding: 3px 16px 0 16px;
  border: #DBDBDB 1px solid;
  margin-top: -2px;
}
.page-news--list__item a .title {
  width: calc(100% - 142px);
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-news--list__item a .title {
    width: calc(100% - 72px);
    font-size: 1.6rem;
  }
}
.page-news--list__item a .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: calc(50% - 21px);
  right: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .page-news--list__item a .arrow {
    right: 0;
  }
}
.page-news--list__item a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 8px);
  width: 18px;
  height: 13px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-news--list__item a .arrow::after {
    right: 0;
  }
}
.page-news .pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.page-news .pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .page-news .pagination .nav-links .page-numbers {
    gap: 12px;
  }
}
.page-news .pagination .nav-links .page-numbers .page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C9C9C9;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 0 0 1px;
  color: #fff;
}
.page-news .pagination .nav-links .page-numbers .page-numbers.current {
  background-color: #1F4FA0;
}
.page-news .pagination .nav-links .page-numbers .page-numbers.prev, .page-news .pagination .nav-links .page-numbers .page-numbers.next, .page-news .pagination .nav-links .page-numbers .page-numbers.dots {
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  color: #C9C9C9;
  font-size: 1.8rem;
  font-weight: 500;
}

/* ===============================================
# single
=============================================== */
.single-news {
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .single-news {
    margin-bottom: 80px;
  }
}
.single-news--title_box__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .single-news--title_box__title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.single-news--title_box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #9F9F9F 1px solid;
}
@media screen and (max-width: 767px) {
  .single-news--title_box__head {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.single-news--title_box__head .cat {
  font-size: 1.4rem;
  color: #1F4FA0;
  padding: 1px 16px 0 16px;
  border: #B9B9B9 1px solid;
}
@media screen and (max-width: 767px) {
  .single-news--title_box__head .cat {
    font-size: 1.2rem;
  }
}
.single-news--body_txt {
  margin-bottom: 160px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .single-news--body_txt {
    margin-bottom: 120px;
  }
}
.single-news .c-btn02:hover::after {
  content: "";
  right: auto;
  left: 0;
}
.single-news .c-btn02::after {
  right: auto;
  left: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
}

.property-mv {
  background: url(../img/property/mv.jpg) no-repeat center center/cover;
}

.recruit-mv {
  background: url(../img/recruit/mv.jpg) no-repeat center center/cover;
}

.sdgs {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .sdgs {
    padding: 0 0 50px;
  }
}
.sdgs-mv {
  background: url(../img/sdgs/mv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sdgs .c-breadcrumb {
    margin-bottom: 50px;
  }
}
.sdgs-under_ttl-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  color: #A2A2A2;
  margin: 0 0 8px;
}
@media (max-width: 500px) {
  .sdgs-under_ttl-en {
    font-size: 12px;
  }
}
.sdgs-under_ttl-ja {
  font-size: 4rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  margin: 0 0 34px;
}
@media (max-width: 500px) {
  .sdgs-under_ttl-ja {
    font-size: 25px;
    margin: 0 0 28px;
  }
}
.sdgs-about {
  padding: 0 0 150px;
  margin: 0 0 140px;
  background: url(../img/sdgs/aboutsdgs_bg.jpg) no-repeat bottom center/cover;
}
@media screen and (max-width: 767px) {
  .sdgs-about {
    padding: 0 0 100px;
    margin: 0 0 78px;
  }
}
.sdgs-about-inner {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.sdgs-about-messege {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 0 0 95px;
}
@media screen and (max-width: 767px) {
  .sdgs-about-messege {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 25px;
    margin: 0 0 55px;
  }
}
.sdgs-about-messege_txt {
  font-size: 3rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 500px) {
  .sdgs-about-messege_txt {
    font-size: 2rem;
  }
}
.sdgs-about-messege_txt span {
  color: #2C4E9B;
}
.sdgs-about-messege_img img {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sdgs-about-messege_img img {
    max-width: 100%;
  }
}
.sdgs-about-contents {
  max-width: 830px;
  width: 100%;
  margin: auto;
}
.sdgs-about-contents_ttl {
  font-size: 3rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  margin: 0 0 30px;
}
@media (max-width: 500px) {
  .sdgs-about-contents_ttl {
    font-size: 2rem;
    margin: 0 0 25px;
  }
}
.sdgs-about-contents_txt {
  font-size: 1.6rem;
  margin: 0 0 50px;
}
@media (max-width: 500px) {
  .sdgs-about-contents_txt {
    margin: 0 0 30px;
  }
}
.sdgs-about-contents_img {
  background: #fff;
  padding: 48px 11%;
}
.sdgs-about-contents_img img {
  width: 100%;
}
.sdgs-reason {
  max-width: 1364px;
  width: 100%;
  margin: 0 0 110px auto;
  background: #F5F7F9;
  padding: 92px 0 110px 6%;
}
@media screen and (max-width: 767px) {
  .sdgs-reason {
    margin: 0 0 100px auto;
    padding: 52px 0 58px;
  }
}
.sdgs-reason-inner {
  max-width: 910px;
  width: 90%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .sdgs-reason-inner {
    margin: auto;
  }
}
.sdgs-reason_ttl {
  font-size: 3rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  color: #1F4FA0;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_ttl {
    font-size: 2rem;
  }
}
.sdgs-reason_txt {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_txt {
    margin: 0 0 30px;
  }
}
.sdgs-reason_lists-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
  gap: 60px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_lists-items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
.sdgs-reason_lists-items-num {
  position: absolute;
  top: -52px;
  right: 20px;
  color: #E5E5E5;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_lists-items-num {
    top: 20px;
    right: auto;
    left: 20px;
    font-size: 16px;
  }
}
.sdgs-reason_lists-items-num span {
  font-size: 10rem;
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_lists-items-num span {
    line-height: 0.3;
    font-size: 8.8rem;
  }
}
.sdgs-reason_lists-items-ttl {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #F5F7F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_lists-items-ttl {
    margin: auto;
    width: 140px;
    height: 140px;
  }
}
.sdgs-reason_lists-items-ttl_img {
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_lists-items-ttl_img {
    margin: 0 0 10px;
  }
}
.sdgs-reason_lists-items-ttl_txt {
  color: #1F4FA0;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sdgs-reason_lists-items-ttl_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-reason_lists-items-worries {
    padding: 0 0 0 30px;
  }
}
.sdgs-reason_lists-items-worries_lists-item {
  position: relative;
}
.sdgs-reason_lists-items-worries_lists-item::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  top: 11px;
  left: -30px;
}
.sdgs-reason-activity {
  padding: 30px 0 0;
  margin: 0 0 24px;
}
.sdgs-reason-activity_img {
  padding: 45px 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sdgs-reason-activity_img {
    padding: 24px 14px;
  }
}
.sdgs-reason-activity_img img {
  max-width: 670px;
  width: 100%;
}
.sdgs-reason-activity_img_ttl {
  position: absolute;
  top: -36px;
  right: 30px;
  font-size: 56px;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sdgs-reason-activity_img_ttl {
    font-size: 34px;
    top: -20px;
    right: 16px;
  }
}
@media (max-width: 970px) {
  .sdgs-reason-activity_img_ttl .change {
    display: none;
  }
}
.sdgs-detail {
  max-width: 1364px;
  width: 100%;
  margin: 0 0 110px auto;
  background: #F5F4EF;
  padding: 92px 0 110px 6%;
}
@media screen and (max-width: 767px) {
  .sdgs-detail {
    margin: 0 0 0 auto;
    padding: 52px 0 40px;
  }
}
.sdgs-detail-inner {
  max-width: 910px;
  width: 90%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .sdgs-detail-inner {
    margin: auto;
  }
}
.sdgs-detail_ttl {
  font-size: 2rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  padding: 20px 38px;
  background: #ebe9dc;
  border-left: solid 8px #a78a0f;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_ttl {
    font-size: 16px;
    padding: 14px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 360px) {
  .sdgs-detail_ttl {
    padding: 12px;
  }
}
@media (max-width: 330px) {
  .sdgs-detail_ttl {
    padding: 6px;
  }
}
.sdgs-detail_chatch {
  font-size: 25px;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_chatch {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.sdgs-detail_txt {
  margin: 0 0 38px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_txt {
    margin: 0 0 38px;
  }
}
.sdgs-detail_box {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_box {
    padding: 30px 20px;
  }
}
.sdgs-detail_box.mb01 {
  margin: 0 0 60px;
}
.sdgs-detail_box.mb02 {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_box.mb02 {
    margin: 0 0 50px;
  }
}
.sdgs-detail_box.mb03 {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_box.mb03 {
    margin: 0 0 50px;
  }
}
.sdgs-detail_box.mb03 .sdgs-detail_box_contents_txt {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_box.mb03 .sdgs-detail_box_contents_txt {
    margin: 0 0 30px;
  }
}
.sdgs-detail_box.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sdgs-detail_box.flex .sdgs-detail_box_contents {
  width: 54%;
}
@media (max-width: 600px) {
  .sdgs-detail_box.flex .sdgs-detail_box_contents {
    width: 100%;
  }
}
.sdgs-detail_box.flex .sdgs-detail_box_img {
  width: 42%;
}
@media (max-width: 600px) {
  .sdgs-detail_box.flex .sdgs-detail_box_img {
    width: 100%;
  }
}
.sdgs-detail_box_contents_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .sdgs-detail_box_contents_ttl {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
@media (max-width: 600px) {
  .sdgs-detail_box_contents_txt {
    margin: 0 0 26px;
  }
}
.sdgs-detail_box_img img {
  width: 100%;
}

.service-mv {
  background: url(../img/service/mv.jpg) no-repeat center center/cover;
}

#consulting .consulting-mv {
  background: url(../img/service/consulting/mv.jpg) no-repeat center center/cover;
}
#consulting .footer {
  margin: 500px 0 0;
}
@media screen and (max-width: 1024px) {
  #consulting .footer {
    margin: 700px 0 0;
  }
}
@media (max-width: 767px) {
  #consulting .footer {
    margin: 460px 0 0;
  }
}
#consulting .consulting-ttl {
  background: #F5F7F9;
  padding: 34px 42px;
  border-top: solid 2px #1F4FA0;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl {
    padding: 24px 20px;
  }
}
#consulting .consulting-ttl h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
#consulting .consulting-ttl_num {
  font-size: 6rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 0.5;
  color: #1F4FA0;
  display: block;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_num {
    font-size: 2.5rem;
    padding: 0 20px 0 0;
  }
}
#consulting .consulting-ttl_txt {
  font-size: 4rem;
  line-height: 1.4;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_txt {
    font-size: 2rem;
  }
}
#consulting .consulting-ttl_sub {
  font-size: 3rem;
  padding: 0 0 0 44px;
  position: relative;
  line-height: 1;
  margin: 0 0 22px;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_sub {
    font-size: 2rem;
    padding: 0 0 0 20px;
    margin: 0 0 12px;
  }
}
#consulting .consulting-ttl_sub::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #000;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_sub::before {
    width: 12px;
    top: 40%;
  }
}
#consulting .consulting-ttl_sub.lh52::before {
  top: 30px;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_sub.lh52::before {
    top: 20px;
  }
}
#consulting .consulting-ttl_sub.lh40::before {
  top: 22px;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_sub.lh40::before {
    top: 17px;
  }
}
#consulting .consulting-ttl_sub.lh {
  line-height: 1.7;
}
#consulting .consulting-ttl_sub.lh::before {
  top: 22px;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_sub.lh::before {
    top: 16px;
  }
}
#consulting .consulting-ttl_sub span {
  color: #1F4FA0;
}
#consulting .consulting-ttl_sub span.fs52 {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_sub span.fs52 {
    font-size: 34px;
  }
}
#consulting .consulting-ttl_sub span.fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-ttl_sub span.fs40 {
    font-size: 3rem;
  }
}
#consulting .consulting-txt {
  padding: 0 68px 0 0;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-txt {
    padding: 0;
  }
  #consulting .consulting-txt.ser04 {
    margin: 0;
  }
}
#consulting .consulting-txt dt {
  font-size: 2.5rem;
  margin: 0 0 28px;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-txt dt {
    font-size: 2rem;
    margin: 0 0 24px;
  }
}
#consulting .consulting-txt dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-txt dd {
    font-size: 1.6rem;
  }
}
#consulting .date-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
#consulting .date-box {
  border-radius: 8px;
  border: solid 1px #2C4E9B;
  overflow: hidden;
}
#consulting .date-box.box01 {
  max-width: 30%;
  width: 100%;
}
@media (max-width: 1203px) {
  #consulting .date-box.box01 {
    max-width: 28%;
  }
}
@media (max-width: 1167px) {
  #consulting .date-box.box01 {
    max-width: unset;
    width: auto;
  }
}
@media (max-width: 500px) {
  #consulting .date-box.box01 {
    max-width: 100%;
    width: 100%;
  }
}
#consulting .date-box.box02 {
  max-width: 70%;
  width: 100%;
}
@media (max-width: 1203px) {
  #consulting .date-box.box02 {
    max-width: 72%;
  }
}
@media (max-width: 1167px) {
  #consulting .date-box.box02 {
    max-width: unset;
    width: auto;
  }
}
#consulting .date-box.box03 {
  min-width: 343px;
}
@media (max-width: 500px) {
  #consulting .date-box.box03 {
    min-width: unset;
  }
}
#consulting .date-box.box04 {
  min-width: 343px;
  width: 33%;
}
@media (max-width: 500px) {
  #consulting .date-box.box04 {
    min-width: unset;
    max-width: 100%;
    width: 100%;
  }
}
#consulting .date-box.box05 {
  min-width: 522px;
  width: 50%;
}
@media (max-width: 1135px) {
  #consulting .date-box.box05 {
    min-width: 400px;
  }
}
@media (max-width: 500px) {
  #consulting .date-box.box05 {
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #consulting .date-box {
    max-width: 100%;
    width: 100%;
  }
}
#consulting .date-box_ttl {
  font-weight: bold;
  color: #fff;
  background: #2C4E9B;
  text-align: center;
  padding: 10px 0;
}
#consulting .date-box-info {
  padding: 36px 24px;
}
@media (max-width: 500px) {
  #consulting .date-box-info {
    padding: 24px 16px;
  }
}
@media (max-width: 370px) {
  #consulting .date-box-info {
    padding: 24px 10px;
  }
}
@media (max-width: 330px) {
  #consulting .date-box-info {
    padding: 16px 4px;
  }
}
#consulting .date-box-info.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (max-width: 500px) {
  #consulting .date-box-info.flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
#consulting .date-box-info_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 360px) {
  #consulting .date-box-info_img {
    max-width: 62px;
    max-height: 54px;
  }
}
@media (max-width: 360px) {
  #consulting .date-box-info_img img {
    height: 100%;
  }
}
#consulting .date-box-info_num {
  font-size: 6rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #2C4E9B;
  line-height: 0.7;
}
@media (max-width: 330px) {
  #consulting .date-box-info_num {
    font-size: 6rem;
  }
}
#consulting .date-box-info_num-txt {
  font-size: 2rem;
  color: #000;
}
@media (max-width: 1270px) {
  #consulting .date-box-info_num-txt {
    font-size: 1.8rem;
  }
}
#consulting .date-box-info_num-ratio {
  font-size: 2.5rem;
  color: #000;
}
#consulting .date-box-info_price {
  font-family: "Barlow", sans-serif;
  padding: 10px 0 0;
}
#consulting .date-box-info_price-tax {
  font-size: 1.4rem;
  padding: 0 0 0 5px;
}
@media (max-width: 500px) {
  #consulting .date-box-info_price-tax {
    font-size: 1.2rem;
  }
}
#consulting .date-box-info_price-yen {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1270px) {
  #consulting .date-box-info_price-yen {
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  #consulting .date-box-info_price-yen {
    font-size: 2rem;
  }
}
#consulting .date-box-info_tilde {
  font-size: 2.3rem;
  font-family: "Barlow", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#consulting .date-box-info_or {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22px;
}
#consulting .supplement {
  font-size: 1.8rem;
  color: #646464;
  margin: 28px 0 0;
}
@media (max-width: 789px) {
  #consulting .supplement {
    font-size: 1.6rem;
  }
}
#consulting .practices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  margin: 0 auto 130px;
}
@media (max-width: 789px) {
  #consulting .practices {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto 100px;
  }
}
#consulting .practices-ttl {
  margin: 0 0 48px;
}
@media screen and (max-width: 767px) {
  #consulting .practices-ttl {
    margin: 0 0 30px;
  }
}
#consulting .practices-ttl-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  margin: 0 0 30px;
  color: #1F4FA0;
}
@media screen and (max-width: 767px) {
  #consulting .practices-ttl-en {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
#consulting .practices-ttl-ja {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  #consulting .practices-ttl-ja {
    font-size: 2.5rem;
  }
}
#consulting .practices-ttl_sub {
  font-size: 2.5rem;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  #consulting .practices-ttl_sub {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
@media (max-width: 789px) {
  #consulting .practices_box {
    width: 100%;
  }
}
#consulting .practices_box_txt {
  font-size: 2;
  line-height: 2;
}
@media (max-width: 789px) {
  #consulting .practices_box-img {
    width: 100%;
  }
}
#consulting .practices_box-img_ring {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #consulting .practices_box-img_ring {
    margin: 0 0 60px;
  }
}
#consulting .practices_box-img_ring img {
  width: 100%;
}
#consulting .practices_box-img .consulting_rink a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 38px;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(223, 229, 234)), to(rgb(255, 255, 255)));
  background-image: -webkit-linear-gradient(bottom, rgb(223, 229, 234), rgb(255, 255, 255));
  background-image: linear-gradient(0deg, rgb(223, 229, 234), rgb(255, 255, 255));
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 500px) {
  #consulting .practices_box-img .consulting_rink a {
    padding: 24px;
  }
}
#consulting .practices_box-img .consulting_rink a:hover {
  opacity: 0.7;
}
#consulting .practices_box-img .consulting_rink a::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 142px;
  background: url(../img/service/consulting/services-consul_btn.png) no-repeat center center/cover;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#consulting .practices_box-img .consulting_rink a img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
}
#consulting .practices_box-img .consulting_rink a p {
  line-height: 1;
  color: #47BFFD;
  z-index: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#consulting .consulting-body {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 300px;
}
#consulting .consulting-body .consulting-internal_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  margin: 0 0 160px;
}
@media screen and (max-width: 1024px) {
  #consulting .consulting-body .consulting-internal_link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #consulting .consulting-body .consulting-internal_link {
    margin: 0 0 230px;
  }
}
#consulting .consulting-body .section-ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#consulting .consulting-body .section-ttl_ja-normal {
  line-height: 1;
}
#consulting .consulting-body .section-ttl_blue {
  font-size: 6.5rem;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-body .section-ttl_blue {
    font-size: 3.8rem;
  }
}
#consulting .consulting-body .section-ttl_min {
  font-size: 2.8rem;
  display: inline-block;
  line-height: 1;
}
#consulting .consulting-body .consulting-internal_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3%;
}
#consulting .consulting-body .consulting-internal_links-list {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-body .consulting-internal_links-list {
    width: 100%;
  }
}
#consulting .consulting-body .consulting-internal_links-list_img {
  overflow: hidden;
  width: 100%;
}
#consulting .consulting-body .consulting-internal_links-list_img img {
  width: 100%;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#consulting .consulting-body .consulting-internal_links-list_body {
  width: 100%;
  padding: 40px;
  position: relative;
}
@media (max-width: 500px) {
  #consulting .consulting-body .consulting-internal_links-list_body {
    padding: 30px 20px;
  }
}
#consulting .consulting-body .consulting-internal_links-list_body::before {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 1;
  font-size: 11rem;
  top: -70px;
  left: 40px;
}
@media (max-width: 500px) {
  #consulting .consulting-body .consulting-internal_links-list_body::before {
    font-size: 8.8rem;
    top: -50px;
    left: 20px;
  }
}
#consulting .consulting-body .consulting-internal_links-list_body-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
}
@media (max-width: 1300px) {
  #consulting .consulting-body .consulting-internal_links-list_body-ttl {
    display: block;
  }
}
@media (max-width: 500px) {
  #consulting .consulting-body .consulting-internal_links-list_body-ttl {
    margin: 0 0 20px;
  }
}
#consulting .consulting-body .consulting-internal_links-list_body-ttl h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1F4FA0;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-body .consulting-internal_links-list_body-ttl h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1300px) {
  #consulting .consulting-body .consulting-internal_links-list_body-ttl h4 {
    margin: 0 0 10px 0;
  }
}
#consulting .consulting-body .consulting-internal_links-list_body-ttl-btn {
  font-size: 1.3rem;
  color: #1F4FA0;
  background-color: #fff;
  border: solid 1px #1F4FA0;
  border-radius: 20px;
  padding: 4px 16px;
}
#consulting .consulting-body .consulting-internal_links-list_link {
  display: block;
  height: 100%;
  border: solid 1px #9D9D9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#consulting .consulting-body .consulting-internal_links-list_link:hover {
  background: #EAEEF2;
}
#consulting .consulting-body .consulting-internal_links-list_link:hover .consulting-internal_links-list_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#consulting .consulting-body .consulting-internal_links-list_link:hover .consulting-internal_links-list_body-ttl-btn {
  color: #fff;
  background-color: #1F4FA0;
}
#consulting .consulting-body .consulting-internal_links-list:nth-child(1) .consulting-internal_links-list_body::before {
  content: "01";
}
#consulting .consulting-body .consulting-internal_links-list:nth-child(2) .consulting-internal_links-list_body::before {
  content: "02";
}
#consulting .consulting-body .consulting-internal_links-list:nth-child(3) .consulting-internal_links-list_body::before {
  content: "03";
  top: -90px;
}
@media (max-width: 500px) {
  #consulting .consulting-body .consulting-internal_links-list:nth-child(3) .consulting-internal_links-list_body::before {
    top: -70px;
  }
}
#consulting .consulting-body .consulting-internal_links-list:nth-child(4) .consulting-internal_links-list_body::before {
  content: "04";
  top: -80px;
}
@media (max-width: 500px) {
  #consulting .consulting-body .consulting-internal_links-list:nth-child(4) .consulting-internal_links-list_body::before {
    top: -60px;
  }
}
#consulting .consulting-body .consulting-content {
  margin: 0 0 100px;
}
#consulting .consulting-body .consulting-content_inner {
  max-width: 1158px;
  width: 100%;
  margin: 0 0 0 auto;
}
#consulting .consulting-body .consulting-content_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #consulting .consulting-body .consulting-content_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#consulting .consulting-body .consulting-content_box .consulting-img img {
  width: 100%;
}
@media (max-width: 500px) {
  #consulting .consulting-body .consulting-content_box .date-item {
    width: 100%;
  }
}
@media (max-width: 1167px) {
  #consulting .consulting-body #consulting01 .date-lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1154px) {
  #consulting .consulting-body #consulting01 .date-lists .date-box:first-child {
    margin: 0 0 22px;
  }
}
@media (max-width: 777px) {
  #consulting .consulting-body #consulting01 .date-lists .date-box:last-child {
    max-width: 374px;
  }
}
@media (max-width: 500px) {
  #consulting .consulting-body #consulting01 .date-lists .date-box:last-child {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 777px) {
  #consulting .consulting-body #consulting01 .date-lists .date-box-info.flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 823px) {
  #consulting .consulting-body #consulting01 .date-lists .date-box-info_or {
    padding: 0;
  }
}
@media (max-width: 777px) {
  #consulting .consulting-body #consulting01 .date-lists .date-box-info_or {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0;
  }
}
#consulting .consulting-body #consulting02 .date-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#consulting .consulting-body #consulting03 .date-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#consulting .consulting-body #consulting03 .date-item .date-lists.first {
  margin: 0 0 22px;
}
@media (max-width: 1135px) {
  #consulting .consulting-body #consulting04 .date-lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1135px) {
  #consulting .consulting-body #consulting04 .date-lists .date-box:first-child {
    margin: 0 0 22px;
  }
}
@media (max-width: 1135px) {
  #consulting .consulting-body #consulting04 .date-lists .date-box:nth-child(2) {
    margin: 0 0 22px;
  }
}
#consulting .consulting-body #other .consulting-ttl_txt {
  max-width: 100%;
}
#consulting .consulting-body #other .supplement {
  margin: 28px 0 42px;
}
@media (max-width: 500px) {
  #consulting .consulting-body #other .supplement {
    margin: 24px 0 40px;
  }
}
@media (max-width: 877px) {
  #consulting .consulting-body #other .date-lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 877px) {
  #consulting .consulting-body #other .date-lists .date-box:first-child {
    margin: 0 0 22px;
  }
}
#consulting .consulting-supports {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
#consulting .consulting-supports_item {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F7F9;
  border-radius: 10px;
  padding: 30px;
  gap: 20px;
  margin: 0 0 20px;
  position: relative;
}
#consulting .consulting-supports_item::before {
  content: "01";
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  color: #b4b4b4;
}
@media (max-width: 500px) {
  #consulting .consulting-supports_item::before {
    top: 10px;
    right: 14px;
  }
}
#consulting .consulting-supports_item:nth-child(2)::before {
  content: "02";
}
#consulting .consulting-supports_item:nth-child(3)::before {
  content: "03";
}
#consulting .consulting-supports_item:nth-child(4)::before {
  content: "04";
}
#consulting .consulting-supports_item:nth-child(5)::before {
  content: "05";
}
#consulting .consulting-supports_item:nth-child(6)::before {
  content: "06";
}
#consulting .consulting-supports_item:nth-child(7)::before {
  content: "07";
}
#consulting .consulting-supports_item:nth-child(8)::before {
  content: "08";
}
#consulting .consulting-supports_item:nth-child(9)::before {
  content: "09";
}
@media (max-width: 968px) {
  #consulting .consulting-supports_item {
    width: 48%;
  }
}
@media (max-width: 649px) {
  #consulting .consulting-supports_item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #consulting .consulting-supports_item {
    gap: 14px;
    padding: 20px 30px 20px 15px;
  }
}
#consulting .consulting-supports_item-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#consulting .consulting-supports_item-txt {
  font-size: 1.6rem;
}
#consulting .consulting-supports_item-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1F4FA0;
}
@media (max-width: 649px) {
  #consulting .consulting-supports_item-ttl {
    font-size: 1.6rem;
  }
}

#realestate .realestate-mv {
  background: url(../img/service/realestate/mv.jpg) no-repeat center center/cover;
}
#realestate .realestate-catch {
  margin: 0 0 110px;
}
#realestate .realestate-catch_arrow_box {
  position: relative;
  max-width: 665px;
  width: 90%;
  height: 110px;
  border: 1px solid #000000;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-catch_arrow_box {
    max-width: 335px;
    height: 65px;
  }
}
#realestate .realestate-catch_arrow_box::before, #realestate .realestate-catch_arrow_box::after {
  content: "";
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  top: 100%;
  left: 50%;
}
#realestate .realestate-catch_arrow_box::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
  border-top-color: #000000;
}
#realestate .realestate-catch_arrow_box::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
}
#realestate .realestate-catch_box {
  position: absolute;
  font-weight: 500;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  text-align: center;
  top: -20px;
  left: calc(50% - 284px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-catch_box {
    top: -10px;
    left: calc(50% - 157px);
  }
}
#realestate .realestate-catch_box-main {
  font-size: 4rem;
  color: #1F4FA0;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-catch_box-main {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
}
#realestate .realestate-catch_box-sub {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-catch_box-sub {
    font-size: 1.8rem;
  }
}
#realestate .realestate-strongpoint {
  border-left: solid 30px #1F4FA0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 148px;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-strongpoint {
    border-left: solid 10px #1F4FA0;
    margin: 0 0 74px;
  }
}
#realestate .realestate-strongpoint_first {
  background: #F5F7F9;
  width: 27%;
  padding: 94px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #realestate .realestate-strongpoint_first {
    width: 100%;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 50px 0 38px 6%;
  }
}
#realestate .realestate-strongpoint_first-bgtxt {
  position: absolute;
  font-size: clamp(100px, 49.1090047393px + 6.63507109vw, 142px);
  font-family: "Cormorant Garamond", serif;
  color: #1F4FA0;
  line-height: 1;
  opacity: 0.1;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  #realestate .realestate-strongpoint_first-bgtxt {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    left: 6%;
  }
}
#realestate .realestate-strongpoint_first_ttl-sub {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
#realestate .realestate-strongpoint_first_ttl-main {
  font-size: 3.6rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-strongpoint_first_ttl-main {
    font-size: 2.8rem;
  }
}
#realestate .realestate-strongpoint_first_ttl-main span {
  font-size: 4.6rem;
  line-height: 1;
  color: #1F4FA0;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-strongpoint_first_ttl-main span {
    font-size: 3.6rem;
  }
}
#realestate .realestate-strongpoint_second {
  width: 73%;
}
@media screen and (max-width: 1024px) {
  #realestate .realestate-strongpoint_second {
    width: 100%;
  }
}
#realestate .realestate-strongpoint_second-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #eaeaea;
  padding: 34px 16% 34px 6%;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-strongpoint_second-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 5%;
  }
}
#realestate .realestate-strongpoint_second-item_img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 6% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-strongpoint_second-item_img {
    -webkit-flex-shrink: unset;
        -ms-flex-negative: unset;
            flex-shrink: unset;
    margin: 0 0 18px;
  }
}
@media screen and (max-width: 767px) {
  #realestate .realestate-strongpoint_second-item_img img {
    width: 100%;
  }
}
#realestate .realestate-strongpoint_second-item-txt h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #1F4FA0;
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-strongpoint_second-item-txt h3 {
    font-size: 1.8rem;
  }
}
#realestate .realestate-section_ttl {
  font-size: 4rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  line-height: 1;
  background: #F5F7F9;
  border-top: solid 2px #1F4FA0;
  padding: 34px 44px;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-section_ttl {
    font-size: 2.5rem;
    padding: 20px 22px;
    margin: 0 0 36px;
  }
}
#realestate .realestate-sale {
  margin: 0 0 68px;
}
#realestate .realestate-sale-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#realestate .realestate-sale-lists_item {
  width: 30%;
  position: relative;
  margin: 0 0 75px;
}
@media screen and (max-width: 1024px) {
  #realestate .realestate-sale-lists_item {
    width: 45%;
  }
}
@media (max-width: 600px) {
  #realestate .realestate-sale-lists_item {
    width: 100%;
    margin: 0 0 44px;
  }
}
#realestate .realestate-sale-lists_item img {
  width: 100%;
}
#realestate .realestate-sale-lists_item-name {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: #fff;
  padding: 25px 55px 0 0;
}
#realestate .realestate-construction_box-ttl {
  font-size: 2.5rem;
  margin: 0 0 28px;
  position: relative;
  padding: 0 5%;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box-ttl {
    padding: 0 0 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box-ttl {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
#realestate .realestate-construction_box-ttl::before {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box-ttl::before {
    top: 14px;
  }
}
#realestate .realestate-construction_box_txt {
  font-size: 1.6rem;
  margin: 0 0 54px;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box_txt {
    padding: 0 0 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box_txt {
    margin: 0 0 32px;
  }
}
#realestate .realestate-construction_box-chenge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  padding: 0 5%;
  margin: 0 0 86px;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box-chenge {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 0 40px;
  }
}
#realestate .realestate-construction_box-chenge_img img, #realestate .realestate-construction_box-chenge_arrow img {
  width: 100%;
}
#realestate .realestate-construction_box-chenge_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box-chenge_img {
    width: 100%;
  }
}
#realestate .realestate-construction_box-chenge_img p {
  position: absolute;
  top: -1px;
  left: -1px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 66px 26px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #realestate .realestate-construction_box-chenge_img p {
    padding: 0 56px 22px 0;
  }
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box-chenge_img p {
    font-size: 2rem;
  }
}
#realestate .realestate-construction_box-chenge_img p.after {
  color: #1F4FA0;
}
@media screen and (max-width: 767px) {
  #realestate .realestate-construction_box-chenge_arrow {
    margin: -15px 0 -10px;
    z-index: 1;
  }
}
#realestate .intermediary {
  padding: 40px 0 0;
  margin: 0 0 280px;
}
@media (max-width: 989px) {
  #realestate .intermediary {
    margin: 0 0 100px;
  }
}
#realestate .intermediary-flow {
  background: #F5F7F9;
}
#realestate .intermediary-flow_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
#realestate .intermediary-flow_lists-item {
  padding: 38px 0 0;
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 10px;
  }
}
#realestate .intermediary-flow_lists-item_num {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
  color: #1F4FA0;
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_num {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #realestate .intermediary-flow_lists-item_num {
    width: 30px;
    height: 30px;
    font-size: 2.2rem;
  }
}
@media (max-width: 350px) {
  #realestate .intermediary-flow_lists-item_num {
    width: 25px;
    height: 25px;
    font-size: 2rem;
    margin: 0 6px 0 0;
  }
}
#realestate .intermediary-flow_lists-item_ttl {
  font-size: 2rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto 36px;
  letter-spacing: 0.5em;
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_ttl {
    margin: 0 10px 0 0;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  #realestate .intermediary-flow_lists-item_ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 350px) {
  #realestate .intermediary-flow_lists-item_ttl {
    font-size: 1.4rem;
    margin: 0 6px 0 0;
  }
}
#realestate .intermediary-flow_lists-item_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #realestate .intermediary-flow_lists-item_img {
    width: 20px;
  }
}
@media (max-width: 350px) {
  #realestate .intermediary-flow_lists-item_img {
    width: 16px;
  }
}
#realestate .intermediary-flow_lists-item_img.supplement::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 110px;
  background-image: -webkit-linear-gradient(top, #727272 2px, transparent 2px);
  background-image: linear-gradient(to bottom, #727272 2px, transparent 2px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: left bottom;
  top: calc(100% + 10px);
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_img.supplement::before {
    content: none;
  }
}
#realestate .intermediary-flow_lists-item_img .supplement-list {
  position: absolute;
  top: calc(100% + 110px);
  width: 245px;
  padding: 24px 0;
  border: solid 1px #c4c4c4;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 1120px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list {
    width: 180px;
    padding: 12px 0;
  }
}
@media (max-width: 370px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list {
    width: 160px;
  }
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list {
    top: 0;
    left: calc(100% + 12px);
  }
}
@media (max-width: 350px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list {
    left: calc(100% + 10px);
    width: 150px;
  }
}
#realestate .intermediary-flow_lists-item_img .supplement-list_item {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1120px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list_item {
    font-size: 12px;
    padding-left: 18px;
  }
}
@media (max-width: 370px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list_item {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list_item {
    font-size: 9px;
  }
}
#realestate .intermediary-flow_lists-item_img .supplement-list_item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  top: calc(50% - 3px);
  left: 15px;
  border-radius: 50%;
}
@media (max-width: 1120px) {
  #realestate .intermediary-flow_lists-item_img .supplement-list_item::before {
    left: 10px;
  }
}
#realestate .intermediary-flow_lists-item_arrow {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_arrow {
    height: unset;
    width: 46px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #realestate .intermediary-flow_lists-item_arrow {
    width: 30px;
  }
}
#realestate .intermediary-flow_lists-item_first, #realestate .intermediary-flow_lists-item_last {
  position: relative;
}
#realestate .intermediary-flow_lists-item_first img, #realestate .intermediary-flow_lists-item_last img {
  width: 100%;
}
#realestate .intermediary-flow_lists-item_first-ttl, #realestate .intermediary-flow_lists-item_last-ttl {
  position: absolute;
  top: 0;
  padding: 38px 0 0;
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_first-ttl, #realestate .intermediary-flow_lists-item_last-ttl {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#realestate .intermediary-flow_lists-item_first-ttl .intermediary-flow_lists-item_num, #realestate .intermediary-flow_lists-item_last-ttl .intermediary-flow_lists-item_num {
  margin: 0 auto 18px;
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_first-ttl .intermediary-flow_lists-item_num, #realestate .intermediary-flow_lists-item_last-ttl .intermediary-flow_lists-item_num {
    margin: 0 14px 0 0;
  }
}
#realestate .intermediary-flow_lists-item_first-ttl_txt, #realestate .intermediary-flow_lists-item_last-ttl_txt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #realestate .intermediary-flow_lists-item_first-ttl_txt, #realestate .intermediary-flow_lists-item_last-ttl_txt {
    font-size: 1.6rem;
  }
}
#realestate .intermediary-flow_lists-item_first-ttl {
  left: 30%;
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_first-ttl {
    top: 10%;
    left: 16px;
  }
}
#realestate .intermediary-flow_lists-item_last-ttl {
  right: 8%;
}
@media (max-width: 989px) {
  #realestate .intermediary-flow_lists-item_last-ttl {
    right: auto;
    left: 16px;
    top: 20%;
  }
}
#realestate .intermediary-flow_lists-item_last-ttl_txt {
  color: #fff;
}
#realestate .hl {
  padding: 0 0 108px;
}
#realestate .hl-link {
  display: block;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  #realestate .hl-link {
    padding: 85px 0 60px;
  }
}
#realestate .hl-link::before {
  content: "";
  position: absolute;
  background: url(../img/service/realestate/hl_bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#realestate .hl-link_box {
  max-width: 430px;
  width: 80%;
  padding: 6px;
  background: #fff;
  margin: auto;
}
#realestate .hl-link_box-inner {
  border: solid 1px #9D9D9D;
  text-align: center;
  padding: 34px 64px 46px;
}
@media (max-width: 500px) {
  #realestate .hl-link_box-inner {
    padding: 34px 20px 46px;
  }
}
#realestate .hl-link_box-img {
  margin: 0 0 7px;
}
#realestate .hl-link_box-ttl {
  margin: 0 0 12px;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
#realestate .hl-link_box-txt {
  font-size: 1.4rem;
  margin: 0 0 20px;
}
#realestate .hl-link_box-btn {
  width: 150px;
  border-top: solid 3px #1f1f1f;
  border-bottom: solid 1px #1f1f1f;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 14px 0 14px 20px;
  margin: auto;
  text-align: left;
  position: relative;
}
#realestate .hl-link_box-btn::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 17px;
  background: url(../img/service/realestate/hl-arrow.svg) no-repeat center center/cover;
  top: calc(50% - 8px);
  right: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#realestate .hl-link:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#realestate .hl-link:hover .hl-link_box-btn::before {
  right: 0;
}

.voice-mv {
  background: url(../img/voice/mv.jpg) no-repeat center center/cover;
}

.page-voice {
  margin-bottom: 120px;
  /* ===============================================
      # ページネーション
    =============================================== */
}
@media screen and (max-width: 767px) {
  .page-voice {
    margin-bottom: 80px;
  }
}
.page-voice--intro_txt {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-voice--intro_txt {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.page-voice--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-voice--category_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-voice--category_box {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-voice--category_box__has-child {
    border-radius: 5px;
    position: relative;
    cursor: pointer;
  }
  .page-voice--category_box__has-child.active {
    display: block;
  }
  .page-voice--category_box__has-child.active::after {
    content: "▼";
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .page-voice--category_box__has-child::after {
    content: "▼";
    position: absolute;
    top: 12px;
    right: 18px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
  }
}
.page-voice--category_box__has-child .cat_btn {
  padding: 12px 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #1F4FA0;
  color: #fff;
}
.page-voice--category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  .page-voice--category {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-voice--category__item:not(.page-voice--category__item:last-child) a {
    border-bottom: none;
  }
}
.page-voice--category__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 4px 16px 2px 16px;
  background-color: #C9C9C9;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-voice--category__item a {
    background-color: #fff;
    border: #C9C9C9 1px solid;
    color: #555;
    display: block;
    width: 100%;
  }
}
.page-voice--category__item a:hover {
  background-color: #1F4FA0;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .page-voice--category__item a:hover {
    background-color: #c9c9c9;
  }
}
.page-voice--list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-voice--list {
    margin-bottom: 40px;
  }
}
.page-voice--list__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .page-voice--list__item {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .page-voice--list__item {
    width: 100%;
  }
}
.page-voice--list__item:nth-child(1n) a {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .page-voice--list__item:nth-child(1n) a {
    border-right: #D6D6D6 1px solid;
  }
}
.page-voice--list__item:nth-child(2n) a {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .page-voice--list__item:nth-child(2n) a {
    border-right: #D6D6D6 1px solid;
  }
}
.page-voice--list__item:nth-child(3n) a {
  border-right: #D6D6D6 1px solid;
}
@media screen and (max-width: 1024px) {
  .page-voice--list__item:nth-child(3n) a {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .page-voice--list__item:nth-child(3n) a {
    border-right: #D6D6D6 1px solid;
  }
}
.page-voice--list__item:last-child a {
  border-right: #D6D6D6 1px solid;
}
.page-voice--list__item a {
  position: relative;
  width: 100%;
  display: block;
  border: #D6D6D6 1px solid;
  border-right: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-voice--list__item a:hover {
  background-color: #EAEEF2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 20px 20px 30px;
          box-shadow: rgba(0, 0, 0, 0.06) 20px 20px 30px;
}
.page-voice--list__item a:hover .img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-voice--list__item a:hover .txt_box .cat--name {
  background-color: #1F4FA0;
  color: #fff;
}
.page-voice--list__item a:hover .txt_box .c-btn01::after {
  content: "";
  right: -6px;
}
.page-voice--list__item a .img_box {
  overflow: hidden;
}
.page-voice--list__item a .img_box img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-voice--list__item a .txt_box {
  width: 100%;
  padding: 32px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: #D6D6D6 1px solid;
  position: relative;
}
.page-voice--list__item a .txt_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: 26px;
  width: 26px;
  height: 16px;
  background: url(../img/voice/voice_txt_point.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-voice--list__item a .txt_box::before {
    top: 20px;
    left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-voice--list__item a .txt_box {
    padding: 24px;
  }
}
.page-voice--list__item a .txt_box .title {
  width: 100%;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page-voice--list__item a .txt_box .cat {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-voice--list__item a .txt_box .cat--name {
  border: #D6D6D6 1px solid;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 2px 8px 0 8px;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .page-voice--list__item a .txt_box .cat--name {
    font-size: 1.2rem;
  }
}
.page-voice--list__item a .txt_box .body_txt {
  width: 100%;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-voice .pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.page-voice .pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-voice .pagination .nav-links .page-numbers {
    gap: 12px;
  }
}
.page-voice .pagination .nav-links .page-numbers .page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C9C9C9;
  font-size: 1.6rem;
  padding: 0 0 0 1px;
  color: #fff;
  font-weight: 500;
}
.page-voice .pagination .nav-links .page-numbers .page-numbers.current {
  background-color: #1F4FA0;
}
.page-voice .pagination .nav-links .page-numbers .page-numbers.prev, .page-voice .pagination .nav-links .page-numbers .page-numbers.next, .page-voice .pagination .nav-links .page-numbers .page-numbers.dots {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #C9C9C9;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
}

/* ===============================================
# singleページ
=============================================== */
.single-voice--title_box {
  margin-bottom: 32px;
}
.single-voice--title_box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.single-voice--title_box__head .cat_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.single-voice--title_box__head .cat_box--name {
  font-size: 1.2rem;
  color: #1F4FA0;
  font-weight: 500;
  border: 1px solid #1F4FA0;
  padding: 4px 8px 2px 8px;
}
.single-voice--title_box__head .date {
  font-size: 1.4rem;
}
.single-voice--title_box__title {
  font-size: 3.2rem;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-voice--title_box__title {
    font-size: 2.4rem;
  }
}
.single-voice--profile {
  margin: 0 calc(50% - 50vw) 20px calc(50% - 50vw);
  padding: 60px calc(50vw - 50% + 40px);
  background-color: #EAEEF2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 40px;
}
@media screen and (max-width: 1024px) {
  .single-voice--profile {
    padding: 60px calc(50vw - 50%);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .single-voice--profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-voice--profile__img_box {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .single-voice--profile__img_box {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .single-voice--profile__img_box {
    width: 100%;
  }
}
.single-voice--profile__img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-voice--profile__list {
  width: calc(70% - 40px);
}
@media screen and (max-width: 1024px) {
  .single-voice--profile__list {
    width: calc(60% - 40px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .single-voice--profile__list {
    width: 100%;
  }
}
.single-voice--profile__list .profile_item {
  border-top: #C9C9C9 1px solid;
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 32px;
}
@media screen and (max-width: 1024px) {
  .single-voice--profile__list .profile_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-voice--profile__list .profile_item:last-child {
  border-bottom: #C9C9C9 1px solid;
}
.single-voice--profile__list .profile_item--title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 160px;
  background-color: #1F4FA0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 4px 0;
}
@media screen and (max-width: 1024px) {
  .single-voice--profile__list .profile_item--title {
    width: 100%;
  }
}
.single-voice--profile__list .profile_item--body_txt {
  width: calc(100% - 192px);
  padding-top: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .single-voice--profile__list .profile_item--body_txt {
    width: 100%;
  }
}
.single-voice--question_list {
  margin-bottom: 60px;
}
.single-voice--question_list__item {
  padding: 60px 40px;
  border-bottom: #C9C9C9 1px solid;
}
.single-voice--question_list__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .single-voice--question_list__item {
    padding: 40px 0;
  }
}
.single-voice--question_list__item .title_box {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .single-voice--question_list__item .title_box {
    margin-bottom: 8px;
  }
}
.single-voice--question_list__item .title_box .num {
  font-family: "Cormorant Garamond", serif;
  color: #1F4FA0;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .single-voice--question_list__item .title_box .num {
    margin-bottom: 4px;
  }
}
.single-voice--question_list__item .title_box .title {
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .single-voice--question_list__item .title_box .title {
    font-size: 2.4rem;
  }
}
.single-voice--question_list__item .body_txt {
  line-height: 1.8;
}
.single-voice--nav {
  position: relative;
  margin-bottom: 120px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.single-voice--nav__wrapper {
  position: relative;
}
.single-voice--nav .swiper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 154px;
  border-right: #D6D6D6 1px solid;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .single-voice--nav .swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .single-voice--nav .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  width: 100%;
  display: block;
  border: #D6D6D6 1px solid;
  border-right: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a:hover {
  background-color: #EAEEF2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 20px 20px 30px;
          box-shadow: rgba(0, 0, 0, 0.06) 20px 20px 30px;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a:hover .img_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a:hover .txt_box .cat--name {
  background-color: #1F4FA0;
  color: #fff;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a:hover .txt_box .c-btn01::after {
  content: "";
  right: -6px;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .img_box {
  overflow: hidden;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .img_box img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box {
  width: 100%;
  padding: 32px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: #D6D6D6 1px solid;
}
@media screen and (max-width: 767px) {
  .single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box {
    padding: 24px;
  }
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box .title {
  width: 100%;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 14px;
  position: relative;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box .title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -10px;
  width: 26px;
  height: 16px;
  background: url(../img/voice/voice_txt_point.svg) no-repeat center center/cover;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box .cat {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box .cat--name {
  border: #D6D6D6 1px solid;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 2px 8px 0 8px;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box .cat--name {
    font-size: 1.2rem;
  }
}
.single-voice--nav .swiper .swiper-wrapper .swiper-slide a .txt_box .body_txt {
  width: 100%;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 16px;
}
.single-voice--nav .swiper-scrollbar {
  position: absolute;
  width: calc(100% - 300px);
  max-width: 1200px;
  left: 0;
  bottom: -82px;
  height: 3px;
  background: #EAEAEA;
}
@media screen and (max-width: 767px) {
  .single-voice--nav .swiper-scrollbar {
    width: calc(100% - 172px);
  }
}
.single-voice--nav .swiper-scrollbar-drag {
  background: #B2B2B2;
}
.single-voice--nav .swiper-button-prev,
.single-voice--nav .swiper-button-next {
  position: absolute;
  height: 106px;
  width: 106px;
  top: auto;
  bottom: -135px;
  background-color: #fff;
  border-radius: 50%;
  border: #000 1px solid;
}
@media screen and (max-width: 767px) {
  .single-voice--nav .swiper-button-prev,
  .single-voice--nav .swiper-button-next {
    width: 60px;
    height: 60px;
    bottom: -112px;
  }
}
.single-voice--nav .swiper-button-prev {
  left: auto;
  right: 140px;
}
@media screen and (max-width: 767px) {
  .single-voice--nav .swiper-button-prev {
    right: 84px;
  }
}
.single-voice--nav .swiper-button-next {
  left: auto;
  right: 0;
}
.single-voice--nav .swiper-button-prev::after,
.single-voice--nav .swiper-button-next::after {
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
  content: "";
}
.single-voice--nav .swiper-button-prev::after {
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-voice--nav .swiper-button-next::after {
  background-image: url(../img/common/black_right_arrow.svg);
  width: 40px;
  height: 20px;
}
.single-voice--nav .c-btn02:hover::after {
  content: "";
  right: auto;
  left: 0;
}
.single-voice--nav .c-btn02::after {
  right: auto;
  left: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
}

.contact-mv {
  background: url(../img/contact/mv.jpg) no-repeat center center/cover;
}

.page-contact--intro_txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-contact--intro_txt {
    font-size: 1.6rem;
  }
}
.page-contact--radio {
  /* ラジオ本体は隠してカスタムUIに置き換えたい場合（任意） */
  /* 外枠の丸はそのままでOK */
  /* ★ checked 時にドットを出すセレクタを修正
     （label の直下で、input の直後の span を狙う） */
}
.page-contact--radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.page-contact--radio label {
  position: relative;
  cursor: pointer;
  margin-left: 24px;
  /* ラベルテキストのspanを基準にドットを出す */
}
.page-contact--radio label span {
  position: relative;
  /* ★ 必須: content と position を追加 */
}
.page-contact--radio label span::after {
  content: "";
  /* ← これが無いと出ない */
  position: absolute;
  /* ← 位置指定を追加 */
  display: block;
  background-color: #1F4FA0;
  opacity: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -22px;
  border-radius: 50%;
}
.page-contact--radio label::before,
.page-contact--radio label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.page-contact--radio label::before {
  background-color: #fff;
  border: 1px solid #C9C9C9;
  width: 20px;
  height: 20px;
  left: -26px;
  border-radius: 50%;
}
.page-contact--radio label > input[type=radio]:checked + span::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-contact--radio label {
    margin-left: 28px;
  }
}
.page-contact--radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.page-contact--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 100px;
  padding: 40px 60px;
  border-bottom: #C9C9C9 1px solid;
}
.page-contact--container:has(textarea) {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .page-contact--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 0;
  }
}
.page-contact--tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 180px;
  font-weight: 500;
  padding-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .page-contact--tit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    gap: 24px;
  }
}
.page-contact--tit span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 4px 4px;
  background-color: #1F4FA0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-contact--tit span {
    font-size: 1.2rem;
  }
}
.page-contact--list {
  width: calc(100% - 280px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 24px;
}
@media screen and (max-width: 1024px) {
  .page-contact--list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .page-contact--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-contact--list__item {
  width: 100%;
}
.page-contact--list__item input[type=text],
.page-contact--list__item input[type=tel],
.page-contact--list__item input[type=email] {
  width: 100%;
  padding: 8px 20px;
  border: #C9C9C9 1px solid;
  border-radius: 4px;
}
.page-contact--list__item input[type=text]:focus,
.page-contact--list__item input[type=tel]:focus,
.page-contact--list__item input[type=email]:focus {
  outline: 0;
}
.page-contact--list__item input[type=text]::-webkit-input-placeholder, .page-contact--list__item input[type=tel]::-webkit-input-placeholder, .page-contact--list__item input[type=email]::-webkit-input-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item input[type=text]::-moz-placeholder, .page-contact--list__item input[type=tel]::-moz-placeholder, .page-contact--list__item input[type=email]::-moz-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item input[type=text]:-ms-input-placeholder, .page-contact--list__item input[type=tel]:-ms-input-placeholder, .page-contact--list__item input[type=email]:-ms-input-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item input[type=text]::-ms-input-placeholder, .page-contact--list__item input[type=tel]::-ms-input-placeholder, .page-contact--list__item input[type=email]::-ms-input-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item input[type=text]::placeholder,
.page-contact--list__item input[type=tel]::placeholder,
.page-contact--list__item input[type=email]::placeholder {
  color: #C9C9C9;
}
.page-contact--list__item textarea {
  resize: both;
  width: 100%;
  height: 342px;
  padding: 16px 20px;
  border: #C9C9C9 1px solid;
  border-radius: 4px;
}
.page-contact--list__item textarea:focus {
  outline: 0;
}
.page-contact--list__item textarea::-webkit-input-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item textarea::-moz-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item textarea:-ms-input-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item textarea::-ms-input-placeholder {
  color: #C9C9C9;
}
.page-contact--list__item textarea::placeholder {
  color: #C9C9C9;
}
.page-contact--btn_container {
  margin: 80px 0 120px 0;
}
.page-contact--btn_container .submit-button {
  position: relative;
}
.page-contact--btn_container .submit-button:hover::after {
  content: "";
  right: 0;
}
.page-contact--btn_container .submit-button::after {
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 16px;
  display: block;
  width: 38px;
  height: 22px;
  background: url(../img/common/black_right_arrow.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-contact--btn_container .submit-button::after {
    width: 32px;
    height: 18px;
  }
}

.management-mv {
  background: url(../img/management/mv.jpg) no-repeat center center/cover;
}

.real-estate-sales-mv {
  background: url(../img/real-estate-sales/mv.jpg) no-repeat center center/cover;
}

#real-estate-sales .top_line_up--list {
  width: 100%;
  margin: 0 0 5rem;
}
#real-estate-sales .top_line_up--list .buy .top_line_up--list__item {
  background-color: #F2F2EA;
}
#real-estate-sales .top_line_up--list .buy .top_line_up--list__item .txt_box {
  background-color: #F2F2EA;
}
#real-estate-sales .top_line_up--list .lent .top_line_up--list__item {
  background-color: #EAEEF2;
}
#real-estate-sales .top_line_up--list .lent .top_line_up--list__item .txt_box {
  background-color: #EAEEF2;
}
#real-estate-sales .real-estate-sales-ttl {
  background: #F5F7F9;
  padding: 34px 42px;
  border-top: solid 2px #1F4FA0;
  margin: 0 0 3rem;
}
#real-estate-sales .real-estate-sales-ttl_txt {
  font-size: 4rem;
  line-height: 1.4;
  font-family: "游明朝", "YuMincho", "Yu Mincho Light", "Yu Mincho", sans-serif;
}
@media screen and (max-width: 767px) {
  #real-estate-sales .real-estate-sales-ttl_txt {
    font-size: 2rem;
  }
}
#real-estate-sales .real-estate-sales-txt {
  margin: 0 0 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #real-estate-sales .real-estate-sales-txt {
    font-size: 1.6rem;
  }
}
#real-estate-sales .real-estate-sales .for-contact {
  text-align: center;
}
#real-estate-sales .real-estate-sales .for-contact_txt {
  font-size: 2rem;
  margin: 0 0 2rem;
}
#real-estate-sales .real-estate-sales .for-contact_btn {
  background: #1F4FA0;
  border: solid 1px #1F4FA0;
  color: #F2F2EA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 20px;
  border-radius: 40px;
}
#real-estate-sales .real-estate-sales .for-contact_btn:hover {
  background: #F2F2EA;
  color: #1F4FA0;
}

.harbor-light-mv {
  background: url(../img/harbor-light/mv.jpg) no-repeat center center/cover;
}

.to-investors-mv {
  background: url(../img/to-investors/mv.jpg) no-repeat center center/cover;
}/*# sourceMappingURL=styles.css.map */