@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━

 ■初期化

━━━━━━━━━━━━━━━━ */
body {
  font-family: "Noto Sans Japanese", sans-serif;
  min-width: auto !important;
}

/* ━━━━━━━━━━━━━━━━

 ■ユーティリティ

━━━━━━━━━━━━━━━━ */
/**
 * Display
 */
/*==================================
* media
==================================*/
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media print {
  .l-header-04__sp-menu {
    display: none;
  }
}
/**
 * margin
 */
.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

/**
 * Padding
 */
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pd-0 {
  padding: 0 !important;
}

/**
 * Text
 */
/*==================================
* color
==================================*/
.u-fc-light {
  color: #ced4da !important;
}

.u-fc-dark {
  color: #343a40 !important;
}

.u-fc-blue {
  color: #345887 !important;
}

.u-fc-red {
  color: #dc3545 !important;
}

.u-fc-red-dark {
  color: #ad002d !important;
}

.u-fc-green {
  color: #03967a !important;
}

.u-fc-orange {
  color: #FF8C00 !important;
}

.u-fc-white {
  color: #fff !important;
}

.u-fc-yellow {
  color: #ffc107 !important;
}

/*==================================
* font-size
==================================*/
.u-fs-h1 {
  font-size: 2rem !important;
}

.u-fs-h2 {
  font-size: 1.5rem !important;
}

.u-fs-h3 {
  font-size: 1.1rem !important;
}

@media screen and (min-width: 768px) {
  .u-fs-h1 {
    font-size: 2.5rem !important;
  }
  .u-fs-h2 {
    font-size: 1.7rem !important;
  }
  .u-fs-h3 {
    font-size: 1.2rem !important;
  }
}
/*==================================
* font-weight
==================================*/
.u-fw-bold {
  font-weight: bold !important;
}

/*==================================
* align
==================================*/
.u-text-top {
  vertical-align: top !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
  .u-text-pc-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-text-sp-center {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-text-sp-left {
    text-align: left !important;
  }
}

/*==================================
* マーカー
==================================*/
.u-text-marker {
  background: linear-gradient(transparent 70%, #FFF799 70%);
}

.u-text-marker--orange {
  background: linear-gradient(transparent 75%, #ffbf7f 75%);
}

/* ━━━━━━━━━━━━━━━━

 ■コンポーネント

━━━━━━━━━━━━━━━━ */
/**
 * Block
 */
/*==================================
* コンテナ
==================================*/
.c-block {
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .c-block {
    max-width: 1140px;
  }
}
/**
 * Button
 */
/*==================================
* 標準
==================================*/
.c-button {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px 5px;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  background-color: #6c7275;
}

.c-button,
.c-button:link,
.c-button:visited {
  text-decoration: none;
  color: #FFF;
}

.c-button:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .c-button {
    width: 40%;
    padding: 8px 10px 10px 10px;
    font-size: 17px;
  }
}
/*
　プライマリボタン
================================*/
.c-button--primary {
  width: 90%;
  display: block;
  padding: 20px 10px;
  margin: 0 auto;
  background-color: #252525;
  text-decoration: none;
  text-align: center;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:visited {
  text-decoration: none;
  color: #FFF;
}

.c-button--primary:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .c-button--primary {
    width: 30%;
    font-size: 17px;
  }
}
/*
　セカンダリボタン
================================*/
.c-button--secondary {
  width: 90%;
  display: block;
  padding: 20px 10px;
  margin: 0 auto;
  background-color: #b88f38;
  text-decoration: none;
  text-align: center;
}

.c-button--secondary,
.c-button--secondary:link,
.c-button--secondary:visited {
  text-decoration: none;
  color: #FFF;
}

.c-button--secondary:hover {
  background-color: #6c7275;
}

@media screen and (min-width: 768px) {
  .c-button--secondary {
    width: 30%;
    font-size: 17px;
  }
}
/*
　アウトラインボタン
================================*/
.c-button-outline {
  width: 90%;
  padding: 15px 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1.5px solid #111;
  margin: 0 auto;
}

.c-button-outline,
.c-button-outline:link,
.c-button-outline:visited {
  text-decoration: none;
  color: #111;
}

.c-button-outline:hover {
  border-color: transparent;
  color: #FFF;
  background-color: #252525;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-button-outline {
    width: 40%;
    font-size: 20px;
  }
}
/*==================================
* コンテナ（1カラム）
==================================*/
.c-button-container {
  max-width: 1140px;
  margin: 0 auto;
}

/*
　システム標準-H2
================================*/
h2.tit {
  width: 90%;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto 30px auto;
  padding: 0;
  background-color: transparent !important;
}

/* PC */
@media screen and (min-width: 768px) {
  h2.tit {
    width: 100%;
    font-size: 2rem;
  }
}
/*
　システム標準-H3
================================*/
h3.tit {
  position: relative;
  border-bottom: 4px solid #ccc;
  margin: 0 0 20px 0;
  padding: 15px 10px 15px 0;
  font-size: 1.1rem;
  background: transparent;
  text-shadow: none;
  border-top: none;
}

h3.tit:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #252525;
}

/* PC */
@media screen and (min-width: 768px) {
  h3.tit {
    max-width: 1140px;
    margin: 0 auto 40px auto;
    padding: 0 0 10px 0;
    font-size: 1.3rem;
  }
}
/*
　シンプル-01・中央寄せ
================================*/
.c-title-01 {
  width: 90%;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  color: #000;
  margin: 0 auto 30px auto;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-01 {
    width: 100%;
    font-size: 2.5rem;
  }
}
/*
　シンプル-02・テキストカラー
================================*/
.c-title-02,
.c-title-02--color-2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  color: #b88f38;
  margin-bottom: 30px;
}

.c-title-02--color-2 {
  color: #b88f38;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-02,
  .c-title-02--color-2 {
    font-size: 53px;
    margin-bottom: 50px;
  }
}
/*
　ルビ付き-01
================================*/
.c-title-ruby-01 {
  margin: 0 auto 20px auto;
  text-align: center;
}

.c-title-ruby-01 h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.c-title-ruby-01 span {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-title-ruby-01 span:before,
.c-title-ruby-01 span:after {
  content: "";
  width: 2em;
  border-top: 1px solid;
}

.c-title-ruby-01 span:before {
  margin-right: 0.7em;
}

.c-title-ruby-01 span:after {
  margin-left: 0.7em;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-01 {
    margin: 0 auto 50px auto;
  }
  .c-title-ruby-01 h2 {
    font-size: 2.5rem;
    margin-bottom: 7px;
  }
  .c-title-ruby-01 span {
    font-size: 1.2rem;
  }
}
/*
　ルビ付き-02
================================*/
.c-title-ruby-02 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  padding: 30px 0 10px 0;
}

.c-title-ruby-02 span {
  position: relative;
  line-height: 1.5;
  z-index: 2;
}

.c-title-ruby-02::before {
  content: attr(data-en);
  position: absolute;
  top: 20px;
  left: 10px;
  color: rgba(15, 10, 50, 0.1);
  font-size: 2rem;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  z-index: 1;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-02 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  .c-title-ruby-02::before {
    top: 0;
    left: 20px;
    font-size: 4.3rem;
  }
}
/*
　ルビ付き-03
================================*/
.c-title-ruby-03 {
  width: 90%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  color: #252525;
  margin: 0 auto 30px auto;
}

.c-title-ruby-03 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-03 {
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.5;
    margin: 0 auto 45px auto;
  }
}
/*
　ルビ付き-04
================================*/
.c-title-ruby-04 {
  width: 90%;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 30px auto;
}

.c-title-ruby-04::first-letter {
  color: #b88f38;
}

.c-title-ruby-04 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-04 {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.4;
    margin: 0 auto 45px auto;
  }
  .c-title-ruby-04 span {
    font-size: 18px;
  }
}
/*
　ルビ付き-05
================================*/
.c-title-ruby-05 {
  margin-bottom: 20px;
}

.c-title-ruby-05 span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.c-title-ruby-05 h2 {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-title-ruby-05 h2:before {
  content: "";
  width: 1.5em;
  border-top: 1px solid;
  margin-right: 0.5em;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-05 {
    margin-bottom: 50px;
  }
  .c-title-ruby-05 span {
    font-size: 40px;
  }
  .c-title-ruby-05 h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
/*
　下線付き-01
================================*/
.c-title-border-01 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  width: 90%;
  margin: 0 auto 50px auto;
}

.c-title-border-01::after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  left: calc(50% - 30px);
  bottom: -15px;
  border: 2px solid #252525;
  border-radius: 50px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-border-01 {
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.4;
    margin: 0 auto 70px auto;
  }
}
/*
　番号付き-01
================================*/
.c-title-count-01 {
  position: relative;
  height: 100px;
  margin-right: 100px;
  padding: 20px 0 10px 15px;
  color: #fff;
  background: #252525;
  box-sizing: border-box;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 22px;
}

.c-title-count-01:after {
  position: absolute;
  top: 0;
  right: -60px;
  width: 0;
  height: 0;
  content: "";
  border-width: 100px 60px 0 0;
  border-style: solid;
  border-color: #252525 transparent transparent transparent;
}

.c-title-count-01 span {
  font-size: 50px;
  position: absolute;
  bottom: 0;
  right: -100px;
  display: block;
  padding-left: 16px;
  color: #252525;
  font-family: "Arial", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-count-01 {
    margin-right: 120px;
    margin-bottom: 60px;
    padding: 20px 0 10px 20px;
    font-size: 40px;
    font-size: clamp(33px, 3vw, 40px);
  }
  .c-title-count-01 span {
    font-size: 63px;
    top: 0;
    right: -120px;
    padding-top: 10px;
  }
}
/*
　番号付き-02
================================*/
.c-title-count-02 {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 10px 0;
}

.c-title-count-02 p {
  font-size: clamp(35px, 9vw, 100px);
  font-weight: bold;
  color: #252525;
  font-family: "Arial", sans-serif;
}

.c-title-count-02 h2 {
  margin-left: 3%;
  line-height: 1.4;
  font-size: clamp(20px, 6vw, 41px);
  font-weight: 900;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-count-02 {
    align-items: center;
    padding: 0;
  }
  .c-title-count-02 p {
    margin-top: -2.4%;
    margin-bottom: -2.7%;
    font-size: clamp(130px, 17vw, 205px);
  }
  .c-title-count-02 h2 {
    margin-left: 40px;
    font-size: clamp(30px, 3.5vw, 45px);
  }
}
/*
　付箋風-01
================================*/
.c-title-label-01 {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #f8f8f8;
  border-left: 15px solid #252525;
  margin: 0 0 15px 0;
  padding: 15px 10px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-label-01 {
    font-size: 2rem;
    padding: 11px 10px 11px 20px;
    letter-spacing: 0.04em;
  }
}
/*
　背景カラー-01
================================*/
/*
　背景カラー-01
================================*/
.c-title-bg-01,
.c-title-bg-01--color-2,
.c-title-bg-01--sm,
.c-title-bg-01--color-2--sm {
  margin-bottom: 30px;
  padding: 15px;
  background: #252525;
}

.c-title-bg-01 h2,
.c-title-bg-01--color-2 h2,
.c-title-bg-01--sm h2,
.c-title-bg-01--color-2--sm h2,
.c-title-bg-01 h3,
.c-title-bg-01--color-2 h3,
.c-title-bg-01--sm h3,
.c-title-bg-01--color-2--sm h3 {
  font-size: clamp(27px, 4.1666666667vw, 32px);
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
}

.c-title-bg-01--color-2,
.c-title-bg-01--color-2--sm {
  background: #b88f38;
}

.c-title-bg-01--sm,
.c-title-bg-01--color-2--sm {
  padding: 10px;
}

.c-title-bg-01--sm h2,
.c-title-bg-01--color-2--sm h2,
.c-title-bg-01--sm h3,
.c-title-bg-01--color-2--sm h3 {
  font-size: clamp(20px, 3.2552083333vw, 25px);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-bg-01,
  .c-title-bg-01--color-2,
  .c-title-bg-01--sm,
  .c-title-bg-01--color-2--sm {
    margin-bottom: 50px;
    padding: 30px 0;
    text-align: center;
  }
  .c-title-bg-01 h2,
  .c-title-bg-01--color-2 h2,
  .c-title-bg-01--sm h2,
  .c-title-bg-01--color-2--sm h2,
  .c-title-bg-01 h3,
  .c-title-bg-01--color-2 h3,
  .c-title-bg-01--sm h3,
  .c-title-bg-01--color-2--sm h3 {
    font-size: clamp(32px, 6.5104166667vw, 50px);
    letter-spacing: 0.05em;
  }
  .c-title-bg-01--sm,
  .c-title-bg-01--color-2--sm {
    padding: 15px;
  }
  .c-title-bg-01--sm h2,
  .c-title-bg-01--color-2--sm h2,
  .c-title-bg-01--sm h3,
  .c-title-bg-01--color-2--sm h3 {
    font-size: clamp(25px, 3.90625vw, 30px);
  }
}
/*
　誘導型-01
================================*/
.c-title-induction-01 {
  width: 100%;
  padding-bottom: 35px;
  box-sizing: content-box;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  background-color: #252525;
}

.c-title-induction-01__inner {
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 4% 0 2% 0;
}

.c-title-induction-01__inner h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
}

.c-title-induction-01 span {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-induction-01__inner {
    max-width: 1140px;
    padding: 25px 0 20px 0;
  }
  .c-title-induction-01__inner h2 {
    line-height: 1.3;
    font-size: clamp(36px, 2vw, 40px);
  }
  .c-title-induction-01__inner span {
    font-size: clamp(42px, 5vw, 53px);
  }
}
/*
　概要-05
================================*/
.c-about-05 {
  position: relative;
}

.c-about-05__image {
  margin-bottom: 10px;
}

.c-about-05__image img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-about-05__text {
  width: 90%;
  margin: 0 auto;
}

.c-about-05__text h2 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  font-family: "Century Gothic", "Arial", sans-serif;
  line-height: 1;
}

.c-about-05__text h2 span {
  margin-right: 10px;
  color: #fff;
  -webkit-text-stroke: 2px #333;
}

.c-about-05__text h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.c-about-05__text p {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 15px;
}

.c-about-05__button {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 12px 5px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #252525;
  background-color: #FFF;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-about-05__button,
.c-about-05__button:link,
.c-about-05__button:visited {
  text-decoration: none;
  color: #252525;
  font-weight: bold;
}

.c-about-05__button::after {
  background: #252525;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-about-05__button:hover {
  color: #FFF;
}

.c-about-05__button:hover::after {
  transform: scale(1, 1);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-about-05 {
    max-width: 1300px;
    margin: 50px auto 0;
  }
  .c-about-05__inner {
    display: flex;
  }
  .c-about-05__image {
    position: relative;
    width: 40%;
    height: 500px;
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
  .c-about-05__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .c-about-05__text {
    position: relative;
    width: 60%;
    padding-left: 60px;
    box-sizing: border-box;
  }
  .c-about-05__text h2 {
    position: absolute;
    top: -50px;
    left: -50px;
    font-size: 110px;
    font-size: clamp(95px, 4.3vw, 110px);
  }
  .c-about-05__text h3 {
    font-size: 35px;
    margin-bottom: 30px;
    padding-top: 75px;
  }
  .c-about-05__text p {
    margin-bottom: 30px;
  }
  .c-about-05__button {
    width: 50%;
    margin: 0;
    padding: 15px 10px;
    font-size: 17px;
  }
}
/*
　セクションタイトル
================================*/
.c-section-title-01 {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}

.c-section-title-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.c-section-title-01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 8vw solid #fff;
  border-left: 100vw solid transparent;
}

.l-section--gray .c-section-title-01::after {
  border-bottom: 8vw solid #F5F5F5;
}

.l-section--blue .c-section-title-01::after {
  border-bottom: 8vw solid #eaf3f9;
}

.c-section-title-01__image img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-section-title-01__inner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  color: #FFF;
}

.c-section-title-01__inner h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
}

.c-section-title__inner p {
  font-weight: bold;
  line-height: 1.5;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-section-title-01 {
    height: 430px;
    margin-bottom: 0;
  }
  .c-section-title-01__image img {
    height: 430px;
  }
  .c-section-title-01__inner {
    max-width: 1140px;
    margin: 0 auto;
    top: 40%;
  }
  .c-section-title-01__inner h2 {
    font-size: 60px;
    margin: 0 auto 30px auto;
  }
  .c-section-title-01__inner p {
    width: 100%;
    text-align: center;
    font-size: 21px;
  }
}
/*
　物件情報-01
================================*/
.c-estate-list-col3-01 li,
.c-estate-list-col3-01--gray li {
  position: relative;
  margin-bottom: 20px;
}

/* テキスト部分の背景：白色 */
.c-estate-list-col3-01 li {
  background-color: #fff;
}

/* テキスト部分の背景：灰色 */
.c-estate-list-col3-01--gray li {
  background-color: #f5f5f5;
}

.c-estate-list-col3-01 a,
.c-estate-list-col3-01--gray a {
  display: block;
  text-decoration: none;
  color: #333;
}

.c-estate-list-col3-01__image {
  position: relative;
}

.c-estate-list-col3-01__image img:last-of-type {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-estate-list-col3-01__label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.c-estate-list-col3-01__price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.c-estate-list-col3-01__price span {
  margin-left: 2px;
  font-size: 17px;
}

.c-estate-list-col3-01__textarea {
  padding: 20px;
}

.c-estate-list-col3-01__type {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  line-height: 1.6;
  font-size: 14px;
  color: #FFF;
  background-color: #252525;
}

.c-estate-list-col3-01__type[data-type*=賃貸] {
  background: #b88f38;
}

.c-estate-list-col3-01__address {
  margin-bottom: 10px;
  font-weight: bold;
}

.c-estate-list-col3-01__access {
  margin-bottom: 10px;
  font-size: 15px;
}

.c-estate-list-col3-01__catchcopy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  color: #252525;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-estate-list-col3-01,
  .c-estate-list-col3-01--gray {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-estate-list-col3-01::after,
  .c-estate-list-col3-01--gray::after {
    content: "";
    display: block;
    width: 30%;
  }
  .c-estate-list-col3-01 li,
  .c-estate-list-col3-01--gray li {
    width: 30%;
    margin: 0 0 50px 0;
  }
  .c-estate-list-col3-01 a:hover,
  .c-estate-list-col3-01--gray a:hover {
    opacity: 0.6;
  }
  .c-estate-list-col3-01__price {
    font-size: 22px;
  }
  .c-estate-list-col3-01__price span {
    font-size: 18px;
  }
}
/*
　バナー
================================*/
.c-banner-col1-02 {
  width: 95%;
  height: 270px;
  margin: 0 auto;
}

.c-banner-col1-02 a {
  position: relative;
  display: block;
  height: 270px;
  text-decoration: none;
  background-image: linear-gradient(90deg, #d9f7ff 0, #b4e0f0 49%, #eefcff 100%);
  border: 1px solid #c6dae1;
}

.c-banner-col1-02 a::before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/banner-icon--before.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 2;
}

.c-banner-col1-02 a::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/banner-icon--after.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 2;
}

.c-banner-col1-02__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #d9fff8 0, #f6e5b6 49%, #eefff9 100%);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
}

.c-banner-col1-02__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 3;
}

.c-banner-col1-02__content__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(30px, 3.5087719298vw, 40px);
  font-weight: 700;
  color: #4281be;
}

.c-banner-col1-02__content__text {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.c-banner-col1-02__content__button {
  text-align: center;
}

.c-banner-col1-02__content__button p {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  background: #dc7c33;
}

.c-banner-col1-02__content__button p i {
  margin-left: 10px;
}

.c-banner-col1-02 a:hover .c-banner-col1-02__background {
  opacity: 1;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-banner-col1-02 {
    width: 100%;
    height: 230px;
  }
  .c-banner-col1-02 a {
    height: 230px;
  }
  .c-banner-col1-02 a::before {
    width: 222px;
    height: 230px;
  }
  .c-banner-col1-02 a::after {
    width: 222px;
    height: 230px;
  }
  .c-banner-col1-02__content {
    width: 90%;
  }
  .c-banner-col1__content__title {
    font-size: clamp(30px, 3.5087719298vw, 40px);
  }
  .c-banner-col1-02__content__text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
}
/*
　相続相談
=================================*/
.c-page-link-04__inner {
  margin-top: 40px;
  margin-bottom: 25px;
}

.c-page-link-04__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 7vw, 38px);
  font-weight: 900;
  line-height: 1.3;
}

.c-page-link-04__text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

/* チェックボックス付きリスト */
.c-page-link-04__checkbox-list {
  margin: 35px 0 30px 0;
}

.c-page-link-04__checkbox-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}

.c-page-link-04__checkbox-list li:before {
  position: absolute;
  width: 23px;
  top: -2;
  left: 0;
  content: url(../img/icon__check.svg);
}

.c-page-link-04__image {
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-page-link-04__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
  }
  .c-page-link-04__title {
    font-size: clamp(35px, 5vw, 54px);
  }
  .c-page-link-04__text {
    width: 63%;
  }
  .c-page-link-04__checkbox-list li {
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.5;
  }
  .c-page-link-04__checkbox-list li:before {
    top: 0;
    width: 26px;
  }
  .c-page-link-04__image {
    width: 35%;
    margin: 0;
  }
}
/*
　スタッフ紹介-01
================================*/
.c-staff-list-01 li {
  margin-bottom: 50px;
}

.c-staff-list-01 li:last-child {
  margin-bottom: 0;
}

.c-staff-list-01__image {
  margin-bottom: 20px;
  text-align: center;
}

.c-staff-list-01__image a {
  display: block;
}

.c-staff-list-01__image a:hover {
  opacity: 0.8;
}

.c-staff-list-01__image img {
  width: 100%;
  max-width: 400px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.c-staff-list-01__text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-staff-list-01 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-staff-list-01 ul::after {
    content: "";
    display: block;
    width: 30%;
  }
  .c-staff-list-01 li {
    width: 30%;
    margin-bottom: 20px;
  }
  .c-staff-list-01__text {
    font-size: 20px;
  }
  .c-staff-list-01__image img {
    height: 400px;
  }
}
/*
　メニュー-11
=================================*/
.c-menu-11 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
}

.c-menu-11 li {
  width: 48%;
  margin-bottom: 25px;
  text-align: center;
}

.c-menu-11 li a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}

.c-menu-11 dl {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.c-menu-11 dt {
  height: 29.4117647059%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "Arial", "Century Gothic", "Noto Sans Japanese", sans-serif;
}

.c-menu-11__title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  height: 47.0588235294%;
}

.c-menu-11 dd.c-menu-11__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: block;
  background-color: #252525;
  transition: background-color 0.4s;
}

.c-menu-11 a:hover .c-menu-11__arrow {
  background-color: #fff;
}

.c-menu-11 dd.c-menu-11__arrow span {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -5px;
}

.c-menu-11 a:hover .c-menu-11__arrow span {
  color: #252525;
}

.c-menu-11__image {
  position: relative;
  display: block;
  height: 170px;
  overflow: hidden;
  z-index: 0;
}

.c-menu-11__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6d311b;
  z-index: 1;
  opacity: 0.3;
}

.c-menu-11 a:hover .c-menu-11__image:before {
  opacity: 0.7;
}

.c-menu-11__image img {
  display: block;
  position: relative;
  transition: 0.2s ease-in-out;
  will-change: transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.c-menu-11 a:hover .c-menu-11__image img {
  transform: scale(1.025);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-menu-11 {
    width: 100%;
  }
  .c-menu-11 li {
    width: 31%;
  }
  .c-menu-11 dt {
    height: 33.3333333333%;
    font-size: 50px;
  }
  .c-menu-11__title {
    font-size: 1.3rem;
    height: 33.3333333333%;
  }
  .c-menu-11 dd.c-menu-11__arrow {
    width: 45px;
    height: 45px;
  }
  .c-menu-11__image {
    height: 330px;
  }
}
/*
　お知らせ
================================*/
.c-news__title h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-news__list {
  padding: 0 10px;
}

.c-news__list li {
  position: relative;
  padding: 10px 0;
  border-bottom: solid 1px #dddddd;
}

.c-news__list li:first-child {
  border-top: solid 1px #dddddd;
}

.c-news__list li::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}

.c-news__list a {
  display: block;
  color: #333;
  text-decoration: none;
}

.c-news__list__data {
  margin-bottom: 5px;
  font-size: 14px;
}

.c-news__list__text {
  width: 90%;
}

.c-news__button {
  position: relative;
  display: block;
  width: 90%;
  padding: 20px 10px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #252525;
  text-decoration: none;
  text-align: center;
}

.c-news__button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(45deg);
}

.c-news__button,
.c-news__button:link,
.c-news__button:visited {
  text-decoration: none;
  color: #FFF;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-news {
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-news__title {
    width: 30%;
  }
  .c-news__title h2 {
    font-size: 1.7rem;
  }
  .c-news__list {
    width: 70%;
  }
  .c-news__list li {
    padding: 15px 10px;
    border-bottom: solid 1px #000;
  }
  .c-news__list li::after {
    display: none;
  }
  .c-news__list li:first-child {
    border-top: none;
  }
  .c-news__list li:last-child {
    border-bottom: none;
  }
  .c-news__list li a {
    display: flex;
    box-sizing: border-box;
  }
  .c-news__list li a:hover {
    color: #252525;
    text-decoration: underline;
  }
  .c-news__list__data {
    width: 25%;
    font-size: 16px;
  }
  .c-news__list__text {
    width: 65%;
  }
  .c-news__button {
    width: 130px;
    padding: 10px;
  }
  .c-news__button::after {
    top: calc(50% - 5px);
    right: 22px;
    width: 8px;
    height: 8px;
  }
  .c-news__button:hover {
    background-color: #b88f38;
  }
}
/*
　ブログリスト
================================*/
.c-blog-list-02 {
  margin-bottom: 20px;
}

.c-blog-list-02 li {
  max-width: 400px;
  margin: 0 auto 50px auto;
}

.c-blog-list-02 li:last-child {
  border-bottom: none;
}

.c-blog-list-02 li a {
  display: block;
  text-decoration: none;
}

.c-blog-list-02__image {
  margin-bottom: 15px;
}

.c-blog-list-02__image img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.c-blog-list-02__content {
  margin-bottom: 15px;
  padding: 0 8px;
}

.c-blog-list-02__content__date {
  color: #666;
}

.c-blog-list-02__content__title {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #252525;
  font-weight: bold;
}

.c-blog-list-02__content__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #333;
}

.c-blog-list-02__tag {
  margin-bottom: 15px;
  padding: 0 8px;
}

.c-blog-list-02__tag span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff !important;
  background-color: #b88f38;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-blog-list-02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
  }
  .c-blog-list-02::after {
    content: "";
    display: block;
    width: 31%;
  }
  .c-blog-list-02 li {
    width: 31%;
    margin: 0 0 50px 0;
    border-bottom: none;
  }
  .c-blog-list-02 a:hover {
    opacity: 0.7;
  }
  .c-blog-list-02__content {
    padding: 0;
  }
  .c-blog-list-02__tag {
    padding: 0;
  }
}
/*
　メニュー⑧
================================*/
.c-menu-08 ul {
  padding-top: 50px;
}

.c-menu-08 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-menu-08 li {
  width: 48.5%;
  margin-bottom: 13px;
}

.c-menu-08 a {
  display: block;
  position: relative;
  width: 100%;
  height: 190px;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-menu-08--buy {
  background-image: url(../img/menu-08--01.jpg);
}

.c-menu-08--rent {
  background-image: url(../img/menu-08--02.jpg);
}

.c-menu-08--sell {
  background-image: url(../img/menu-08--03.jpg);
}

.c-menu-08--management {
  background-image: url(../img/menu-08--04.jpg);
}

.c-menu-08--buy .c-menu-08__title span {
  color: #252525;
}

.c-menu-08--rent .c-menu-08__title span {
  color: #b88f38;
}

.c-menu-08--sell .c-menu-08__title span {
  color: #8C1111;
}

.c-menu-08--management .c-menu-08__title span {
  color: #6c7275;
}

.c-menu-08__title span {
  vertical-align: 45%;
  margin-left: 5px;
  font-size: 25px;
  font-weight: 800;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.c-menu-08__title b {
  display: inline-block;
  padding: 7px 9px 9px 9px;
  line-height: 1;
  font-size: 45px;
  font-weight: 900;
  color: #fff;
}

.c-menu-08__text {
  position: absolute;
  width: 100%;
  padding: 7px 5px;
  left: 0;
  bottom: 0;
  color: #fff;
  box-sizing: border-box;
}

.c-menu-08--buy .c-menu-08__title b,
.c-menu-08--buy .c-menu-08__text {
  background-color: #252525;
}

.c-menu-08--rent .c-menu-08__title b,
.c-menu-08--rent .c-menu-08__text {
  background-color: #b88f38;
}

.c-menu-08--sell .c-menu-08__title b,
.c-menu-08--sell .c-menu-08__text {
  background-color: #8C1111;
}

.c-menu-08--management .c-menu-08__title b,
.c-menu-08--management .c-menu-08__text {
  background-color: #6c7275;
}

.c-menu-08__text__main {
  font-size: 15px;
  font-weight: 500;
}

.c-menu-08__text__sub {
  font-size: 13px;
  font-weight: 500;
}

.c-menu-08__text__sub::after {
  content: "→";
}

/* PC */
@media screen and (min-width: 980px) {
  .c-menu-08 {
    max-width: 1140px;
    margin: 0 auto 30px auto;
  }
  .c-menu-08 li {
    width: 23.5%;
  }
  .c-menu-08 a {
    width: 100%;
    height: 250px;
    text-decoration: none;
  }
  .c-menu-08 a:hover {
    opacity: 0.8;
  }
  .c-menu-08__title span {
    font-size: 30px;
  }
  .c-menu-08__title b {
    font-size: 60px;
    padding: 7px 10px 10px 10px;
  }
  .c-menu-08__text {
    width: 100%;
    padding: 8px;
    line-height: 1.3;
  }
  .c-menu-08__text__main {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .c-menu-08__text__sub {
    font-size: 16px;
  }
}
/*
　ページタイトル
================================*/
.c-page-title-01 {
  position: relative;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 auto 30px auto;
}

.c-page-title-01__buy {
  background-image: url(../img/page-title__buy.jpg);
}

.c-page-title-01__rent {
  background-image: url(../img/page-title__rent.jpg);
}

.c-page-title-01__sell {
  background-image: url(../img/page-title__sell.jpg);
}

.c-page-title-01__management {
  background-image: url(../img/page-title__management.jpg);
}

.c-page-title-01::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

.c-page-title-01 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  line-height: 1.4;
  font-size: 27px;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-page-title-01 {
    height: 300px;
    margin: 0 auto 80px auto;
  }
  .c-page-title-01 h2 {
    font-size: 60px;
  }
}
/*
　コンタクト-01
================================*/
.c-contact-01 {
  display: block;
  padding: 30px 0;
  background: #727a84;
}

/* mail */
.c-contact-01__mail {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #FFF;
}

.c-contact-01__mail a {
  display: block;
  max-width: 380px;
  width: 90%;
  margin: 0 auto 30px auto;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  border: solid 1px #fff;
}

.c-contact-01__mail a:hover {
  background-color: #FFF;
  color: #727a84;
}

.c-contact-01__mail a i {
  margin-right: 5px;
}

/* tel */
.c-contact-01__tel {
  padding-top: 20px;
  text-align: center;
  color: #fff;
}

.c-contact-01__tel__announce {
  font-size: 18px;
}

.c-contact-01__tel__no {
  text-decoration: none !important;
  font-size: 40px;
  font-weight: bold;
  color: #fff !important;
  font-family: "Arial", "Century Gothic", "Noto Sans Japanese", sans-serif;
}

.c-contact-01__tel__no i {
  margin-right: 5px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-contact-01 {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  /* mail */
  .c-contact-01__mail {
    width: 50%;
    padding: 25px 0;
    border-right: 1px solid #FFF;
    border-bottom: none;
  }
  .c-contact-01__mail a {
    width: 70%;
    margin: 0 auto;
  }
  /* tel */
  .c-contact-01__tel {
    width: 50%;
    padding-top: 0;
  }
  .c-contact-01__tel__announce {
    font-size: 20px;
  }
}
/*
　コンタクト-10
================================*/
.c-contact-10 {
  background: #252525;
  width: 100%;
  padding: 50px 0;
}

.c-contact-10__intro {
  position: relative;
  color: #fff;
  width: 80%;
  max-width: 500px;
  margin: 0 auto 50px auto;
}

.c-contact-10__text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-contact-10__text h3 {
  font-weight: bold;
}

.c-contact-10__telno {
  font-size: 40px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  margin-bottom: 10px;
}

.c-contact-10__telno a {
  color: #fff;
  text-decoration: none;
}

.c-contact-10__telno i {
  font-size: 30px;
  margin-right: 10px;
}

.c-contact-10__open {
  font-weight: bold;
  line-height: 1.5;
}

/* ボタン */
.c-contact-10__button {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 30px auto;
}

.c-contact-10__button a {
  font-size: 20px;
  position: relative;
  padding: 35px 15px 15px 15px;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.c-contact-10__button a span {
  position: absolute;
  font-size: 16px;
  color: #000;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 80%;
  padding: 5px 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

.c-contact-10__button-satei {
  margin-bottom: 50px;
}

.c-contact-10__button a i {
  font-size: 25px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
}

.c-contact-10__button a:hover {
  opacity: 0.7;
}

.c-contact-10__button-satei a {
  background: #B22222;
  color: #fff;
}

.c-contact-10__button-inquiry a {
  background: #b88f38;
  color: #fff;
}

.c-contact-10__button-satei a span {
  border: solid 2px #B22222;
}

.c-contact-10__button-inquiry a span {
  border: solid 2px #b88f38;
}

/* PC */
@media screen and (min-width: 960px) {
  .c-contact-10__intro {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .c-contact-10__block {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .c-contact-10__text {
    font-size: 23px;
    margin: 0;
  }
  .c-contact-10__text h3 {
    font-weight: bold;
    text-align: left;
  }
  .c-contact-10__tel {
    width: 100%;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
  }
  .c-contact-10__telno {
    font-size: 80px;
    margin-bottom: 0;
  }
  .c-contact-10__telno i {
    font-size: 65px;
  }
  .c-contact-10__open {
    font-size: 18px;
    margin-left: 20px;
  }
  /* ボタン */
  .c-contact-10__button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .c-contact-10__button-satei,
  .c-contact-10__button-inquiry {
    width: 48%;
  }
  .c-contact-10__button-satei {
    margin-bottom: 0;
  }
  .c-contact-10__button a {
    padding: 40px 40px 30px 40px;
    font-size: 32px;
  }
  .c-contact-10__button a i {
    font-size: 37px;
    margin: -7px 10px 0 0;
  }
  .c-contact-10__button a span {
    font-size: 21px;
    top: -25px;
    border-width: 3px;
    border-radius: 25px;
  }
}
/* iPhone5 */
@media screen and (max-width: 320px) {
  .c-contact-10__text {
    padding-left: 10px;
  }
  /* tel */
  .c-contact-10__telno {
    font-size: 30px;
  }
}
/*
　流れ-04
================================*/
.c-flow-04 {
  margin: 0 auto 40px auto;
}

.c-flow-04.c-flow-04__inner {
  margin-top: 25px;
}

.c-flow-04__step {
  position: relative;
  width: 270px;
  background: #6c7275;
  padding: 10px 10px 0 10px;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
}

.c-flow-04__step p,
.c-flow-04__step h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 2px;
}

.c-flow-04__step:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -25px;
  left: 0;
  border-style: solid;
  border-color: #6c7275 transparent transparent transparent;
  border-width: 25px 135px 0 135px;
  z-index: 1;
}

.c-flow-04__text {
  padding: 40px 10px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-flow-04 {
    margin-bottom: 80px;
  }
  .c-flow-04__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .c-flow-04__step {
    margin: 0;
  }
  .c-flow-04__text {
    width: calc(100% - 330px);
    padding: 0 0 0 60px;
    font-size: 16px;
  }
}
/*
　よくある質問-01
================================*/
.c-ques-list-01 {
  width: 90%;
  margin: 0 auto 30px auto;
}

.c-ques-list-01 dt,
.c-ques-list-01 dd {
  line-height: 1.7;
}

.c-ques-list-01 dt {
  margin-bottom: 10px;
}

.c-ques-list-01 dd {
  margin-bottom: 50px;
}

.c-ques-list-01 dt p,
.c-ques-list-01 dd p {
  display: inline-block;
  width: calc(100% - 60px);
  margin-left: 10px;
  padding: 8px;
  font-size: 16px;
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  box-sizing: border-box;
}

.c-ques-list-01 dt:before,
.c-ques-list-01 dd:before {
  display: inline-block;
  content: "Q";
  width: 35px;
  height: 35px;
  vertical-align: top;
  text-align: center;
  font-size: 24px;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  color: #FFF;
  line-height: 35px;
  border-radius: 50%;
  background-color: #252525;
}

.c-ques-list-01 dd:before {
  content: "A";
  background-color: #CCC;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-ques-list-01 {
    width: 100%;
  }
  .c-ques-list-01 dt:before,
  .c-ques-list-01 dd:before {
    width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 45px;
  }
}
/*
　チェックボックス付きリスト-01
=================================*/
.c-checkbox-list-01,
.c-checkbox-list-01--center {
  width: 95%;
  margin: 0 auto;
}

.c-checkbox-list-01 li,
.c-checkbox-list-01--center li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 17px;
}

.c-checkbox-list-01 li::before,
.c-checkbox-list-01--center li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: url(../img/icon__check.svg);
}

@media screen and (min-width: 768px) {
  .c-checkbox-list-01,
  .c-checkbox-list-01--center {
    width: 100%;
  }
  .c-checkbox-list-01--center {
    display: flex;
    justify-content: center;
  }
  .c-checkbox-list-01 li,
  .c-checkbox-list-01--center li {
    font-size: 20px;
  }
  .c-checkbox-list-01 li::before,
  .c-checkbox-list-01--center li::before {
    width: 25px;
    height: 25px;
  }
  .c-checkbox-list-01 li,
  .c-checkbox-list-01--center li {
    padding-left: 33px;
  }
  .c-checkbox-list-01 li::before,
  .c-checkbox-list-01--center li::before {
    top: 0;
  }
}
/*
　お悩み-04
================================*/
.c-trouble-04__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.c-trouble-04__list {
  display: flex;
  flex-wrap: wrap;
}

.c-trouble-04__list li {
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: flex-start;
  width: 100%;
}

.c-trouble-04 img {
  width: 15%;
}

.c-trouble-04 p {
  font-size: 15px;
  font-weight: bold;
}

.c-trouble-04 p span {
  background: linear-gradient(transparent 60%, #FFF799 60%);
}

.c-trouble-04__comment {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 10px 15px;
  text-align: left;
  background: #FFF;
  border-radius: 50px;
  box-sizing: border-box;
}

.c-trouble-04__comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 20px solid #FFF;
  z-index: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-trouble-04__title {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .c-trouble-04 img {
    width: 13%;
  }
  .c-trouble-04__comment {
    font-size: 27px;
  }
  .c-trouble-04__list li {
    margin-bottom: 25px;
    width: 50%;
  }
  .c-trouble-04 p {
    font-size: 20px;
  }
  .c-trouble-04__comment {
    padding: 10px 15px;
  }
}
/* iPhone5 */
@media screen and (max-width: 320px) {
  .c-trouble-04 p {
    font-size: 11px;
  }
  .c-trouble-04 img {
    width: 10%;
  }
}
.c-trouble-04__text {
  line-height: 1.7;
}

/*
　ポイント（リスト）-02
================================*/
.c-point-list-02 {
  background: #fafafa;
  margin-bottom: 80px;
}

.c-point-list-02 ul {
  counter-reset: num; /* カウンターをリセット */
}

.c-point-list-02 li {
  position: relative;
  border-bottom: 1px dotted #000;
}

.c-point-list-02 li:last-child {
  border-bottom: none;
}

.c-point-list-02__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  padding: 5px 0;
  background-color: #6c7275;
}

.c-point-list-02__cover::before {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-family: "Arial", "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  counter-increment: num;
  content: counter(num);
}

.c-point-list-02__cover p {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-family: "Arial", "Noto Sans Japanese", sans-serif;
  font-weight: bold;
}

.c-point-list-02 h3 {
  padding: 10px 0 10px 65px;
  font-size: 25px;
  font-weight: 500;
}

.c-point-list-02__text {
  padding: 10px 20px 20px 20px;
}

.c-point-list-02__text img {
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-point-list-02 {
    margin-bottom: 100px;
  }
  .c-point-list-02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .c-point-list-02 li {
    width: 50%;
    border-bottom: 1px dotted #000;
    border-right: 1px dotted #000;
    box-sizing: border-box;
  }
  .c-point-list-02 li:nth-last-child(2) {
    border-bottom: none;
  }
  .c-point-list-02 li:nth-child(2n) {
    border-right: none;
  }
  .c-point-list-02__cover {
    width: 70px;
    padding: 0;
  }
  .c-point-list-02__cover::before {
    font-size: 48px;
  }
  .c-point-list-02__cover p {
    font-size: 48px;
  }
  .c-point-list-02 h3 {
    padding: 15px 0 15px 85px;
    font-size: 28px;
  }
  .c-point-list-02__text {
    padding: 20px 30px 30px 30px;
  }
}
/*
　メニュー-05
================================*/
.c-menu-05 {
  margin-bottom: 30px;
}

.c-menu-05 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 0px));
  gap: 20px;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.c-menu-05 li {
  text-align: center;
}

.c-menu-05 a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.c-menu-05 a:hover p {
  color: var(--color-1, #007bff);
}

.c-menu-05 a:hover img {
  transform: scale(1.1);
}

.c-menu-05__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.c-menu-05__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.c-menu-05 p {
  color: #333;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 767px) {
  .c-menu-05 ul {
    grid-template-columns: repeat(auto-fit, minmax(165px, 0px));
    justify-content: start;
  }
}
/*
　物件検索-02
================================*/
.c-estate-search-02 {
  padding-bottom: 50px;
}

.c-estate-search-02__category {
  width: 90%;
  margin: 0 auto 20px auto;
}

.c-estate-search-02__category ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.7em;
  justify-content: space-between;
}

.c-estate-search-02__category li {
  width: 48%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #FFF;
}

.c-estate-search-02__category li a {
  text-decoration: none;
  color: #000;
  padding: 15px 10px;
  display: block;
  border: 1px solid #000;
}

.c-estate-search-02__category li a:hover {
  border: 1px solid #b88f38;
  color: #b88f38;
  font-weight: bold;
}

.c-estate-search-02__banner {
  width: 90%;
  margin: 0 auto 20px auto;
}

.c-estate-search-02__banner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-estate-search-02__banner li {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-size: 18px;
}

.c-estate-search-02__banner li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 10px;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.c-estate-search-02__banner li a span {
  position: absolute;
  bottom: -5px;
  right: 20px;
  font-size: 33px;
  font-weight: 500;
  color: #f0f0f0;
  z-index: -1;
}

.c-estate-search-02__banner li a::before {
  content: "";
  bottom: 2px;
  right: 2px;
  border-top: 1.5em solid transparent;
  border-right: 1.5em solid #000;
  position: absolute;
  z-index: 1;
}

.c-estate-search-02__banner li a::after {
  content: "";
  display: block;
  bottom: 5px;
  transform: rotate(135deg);
  font-weight: bold;
  right: 0px;
  position: absolute;
}

.c-estate-search-02__banner li a img {
  height: 55px;
  margin-right: 15px;
  z-index: 1;
}

.c-estate-search-02__banner li a:hover {
  border: 1px solid #b88f38;
  color: #b88f38;
  font-weight: bold;
}

.c-estate-search-02__banner li a:hover::before {
  border-right: 1.5em solid #b88f38;
}

.c-estate-search-02__banner li a:hover span {
  color: #F7F3EB;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-estate-search-02 {
    padding-bottom: 80px;
  }
  .c-estate-search-02__category {
    width: 100%;
  }
  .c-estate-search-02__category ul {
    justify-content: flex-start;
    gap: 2%;
  }
  .c-estate-search-02__category li {
    flex: 0 0 23.5%;
    max-width: 23.5%;
    font-size: 18px;
    margin-bottom: 2%;
  }
  .c-estate-search-02__banner {
    width: 100%;
    margin-bottom: 0;
  }
  .c-estate-search-02__banner li {
    width: 31%;
    font-size: 19px;
    margin-bottom: 0;
  }
  .c-estate-search-02__banner li a {
    padding: 25px 10px;
  }
  .c-estate-search-02__banner li a span {
    bottom: -12px;
    font-size: 40px;
  }
  .c-estate-search-02__banner li a img {
    height: 60px;
  }
}
/*
　施工事例-03
================================*/
.c-reform-list-03 {
  width: 95%;
  margin: 0 auto;
}

.c-reform-list-03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-reform-list-03 li {
  margin-bottom: 30px;
}

.c-reform-list-03 li a {
  display: block;
  text-decoration: none;
  color: #222;
}

.c-reform-list-03 li a:hover {
  opacity: 0.8;
}

.c-reform-list-03 a:hover img {
  transform: scale(1.1);
}

.c-reform-list-03__image {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.c-reform-list-03__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}

.c-reform-list-03__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.c-reform-list-03__title h3 {
  width: calc(100% - 22px);
  min-height: 40px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-reform-list-03__title span {
  background: #252525;
  border-radius: 50%;
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}

.c-reform-list-03__title span::before {
  content: "";
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background: #fff;
}

.c-reform-list-03__title span::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 5px;
  width: 3px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
}

.c-reform-list-03 a:hover span {
  transform: scale(1.1, 1.1);
  transition: all 0.4s;
}

.c-reform-list-03__label {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 5px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #6c7275;
  line-height: 1;
}

.c-reform-list-03__detail {
  font-size: 13px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-reform-list-03 {
    width: 100%;
  }
  .c-reform-list-03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-reform-list-03 ul::after {
    content: "";
    display: block;
    width: 31%;
  }
  .c-reform-list-03 li {
    width: 31%;
  }
  .c-reform-list-03__image {
    margin-bottom: 15px;
  }
  .c-reform-list-03__title h3 {
    width: calc(100% - 26px);
    min-height: 45px;
    font-size: 16px;
    line-height: 1.3;
  }
  .c-reform-list-03__title span {
    width: 22px;
    height: 22px;
  }
  .c-reform-list-03__title span::before {
    width: 13px;
  }
  .c-reform-list-03__title span::after {
    right: 4px;
    width: 5px;
  }
  .c-reform-list-03__label {
    padding: 3px 5px 5px;
    font-size: 14px;
  }
  .c-reform-list-03__detail {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*
　ページリンク-02
================================*/
.c-page-link-02 {
  width: 90%;
  margin: 20px auto;
}

.c-page-link-02__title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 900;
  color: #333;
}

.c-page-link-02__title span {
  font-size: 32px;
  color: #252525;
}

.c-page-link-02__content__image {
  margin-bottom: 30px;
}

.c-page-link-02__content__image img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.c-page-link-02__content__button a {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 10px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #b88f38;
}

.c-page-link-02__content__button a i {
  margin-left: 15px;
  font-size: 20px;
  font-weight: bold;
}

.c-page-link-02__content__button a:hover {
  background-color: #6c7275;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-page-link-02 {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 50px auto;
  }
  .c-page-link-02__title {
    width: calc(100% - 330px);
    text-align: left;
    font-size: 36px;
  }
  .c-page-link-02__title span {
    font-size: 46px;
  }
  .c-page-link-02__content__image {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }
  .c-page-link-02__content {
    width: calc(100% - 330px);
  }
  .c-page-link-02__content__button a {
    margin: 0 0 0 auto;
  }
}
/*
　メニュー-10
================================*/
.c-menu-10 {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(../img/menu-col2-01__bg.jpg);
}

.c-menu-10::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.c-menu-10__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  padding: 0;
}

.c-menu-10__title {
  margin: 0 auto 20px auto;
  text-align: center;
}

.c-menu-10__title h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.c-menu-10__title span {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-menu-10__title span:before,
.c-menu-10__title span:after {
  content: "";
  width: 2em;
  border-top: 1px solid;
}

.c-menu-10__title span:before {
  margin-right: 0.7em;
}

.c-menu-10__title span:after {
  margin-left: 0.7em;
}

.c-menu-10__block a {
  display: block;
  padding: 30px 20px;
  text-decoration: none;
  color: #000;
}

.c-menu-10__agency,
.c-menu-10__buyback {
  text-align: center;
  background-color: #FFF;
  border-top: 5px solid #8C1111;
}

.c-menu-10__agency {
  margin-bottom: 40px;
  border-top: 5px solid #b88f38;
}

.c-menu-10__block img {
  height: 60px;
}

.c-menu-10__agency h4,
.c-menu-10__buyback h4 {
  margin: 25px 0;
  font-size: clamp(18px, 5vw, 20px);
  font-weight: 900;
}

.c-menu-10__agency h4 span,
.c-menu-10__buyback h4 span {
  font-size: clamp(23px, 7vw, 25px);
  line-height: 1.4;
  color: #b88f38;
}

.c-menu-10__buyback h4 span {
  color: #8C1111;
}

.c-menu-10__block p {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
}

.c-menu-10__agency .c-menu-10__button {
  background-color: #b88f38;
}

.c-menu-10__buyback .c-menu-10__button {
  background-color: #8C1111;
}

.c-menu-10__button h5 {
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  color: #FFF;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-menu-10 {
    margin: 0 auto;
    padding: 80px 0;
  }
  .c-menu-10__inner {
    max-width: 1140px;
    width: 100%;
  }
  .c-menu-10__title {
    margin: 0 auto 50px auto;
  }
  .c-menu-10__title h3 {
    font-size: 2.5rem;
    margin-bottom: 7px;
  }
  .c-menu-10__title span {
    font-size: 1.2rem;
  }
  .c-menu-10__block {
    display: flex;
    justify-content: space-between;
  }
  .c-menu-10__block a {
    padding: 40px 45px;
  }
  .c-menu-10__agency,
  .c-menu-10__buyback {
    margin: 0;
    width: 48%;
    background-color: #FFF;
  }
  .c-menu-10__block img {
    height: 80px;
  }
  .c-menu-10__agency h4,
  .c-menu-10__buyback h4 {
    font-size: clamp(21px, 2vw, 25px);
    margin: 35px 0;
  }
  .c-menu-10__agency h4 span,
  .c-menu-10__buyback h4 span {
    font-size: clamp(24px, 3vw, 30px);
  }
  .c-menu-10__block p {
    margin-bottom: 25px;
    line-height: 1.6;
  }
  .c-menu-10__agency:hover {
    background-color: #FAF7F3;
  }
  .c-menu-10__buyback:hover {
    background-color: #F7F0F0;
  }
  .c-menu-10__button h5 {
    font-size: 20px;
  }
}
/*
　2columnレイアウト
=================================*/
.c-column-2 {
  margin-bottom: 50px;
}

.c-column__col {
  margin-bottom: 15px;
}

.c-column__col h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.c-column__col img {
  max-width: 100%;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-column-2 {
    display: flex;
    justify-content: space-between;
  }
  .c-column__col {
    width: 48%;
  }
}
/*
　LINE-03
================================*/
.c-banner-line-03 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 10px 0;
  background: #fff;
  border: 3px solid #00b900;
}

.c-banner-line-03:hover {
  opacity: 0.7;
}

.c-banner-line-03__logo {
  width: 200px;
  max-width: 90%;
  margin: 0 auto;
}

.c-banner-line-03__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-banner-line-03__text {
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
}

.c-banner-line-03__text p {
  font-weight: 900;
  font-size: 14px;
}

.c-banner-line-03__text p:first-child {
  font-size: clamp(17px, 5.3125vw, 20px);
  color: #00b900;
}

.c-banner-line-03__btn {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #00b900;
}

.c-banner-line-03__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-banner-line-03__img {
  width: 200px;
  max-width: 90%;
  margin: 30px auto 0;
}

.c-banner-line-03__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-banner-line-03 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  .c-banner-line-03__logo {
    flex: 1;
    text-align: center;
    padding-left: clamp(10px, 3.6330608538vw, 15px);
  }
  .c-banner-line-03__logo img {
    width: 75%;
  }
  .c-banner-line-03__text {
    width: 50%;
    margin-top: 0;
    padding: clamp(20px, 1.8165304269vw, 30px) 0;
  }
  .c-banner-line-03__text p {
    font-size: clamp(11px, 0.9990917348vw, 20px);
  }
  .c-banner-line-03__text p:first-child {
    font-size: clamp(20px, 1.8165304269vw, 35px);
  }
  a.c-banner-line-03__btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 70px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: clamp(14px, 1.2715712988vw, 20px);
    font-weight: bold;
    color: #fff;
  }
  .c-banner-line-03__img {
    flex: 1;
    align-self: flex-end;
    margin: 0;
    padding-right: clamp(10px, 3.6330608538vw, 20px);
    text-align: center;
  }
  .c-banner-line-03__img img {
    width: 100%;
    min-width: 170px;
    vertical-align: bottom;
  }
}
/* ━━━━━━━━━━━━━━━━

 ■レイアウト

━━━━━━━━━━━━━━━━ */
/**
 * Section
 */
/*==================================
* Section
==================================*/
.l-section {
  padding: 50px 0;
}

.l-section.l-section--gray {
  background: #F5F5F5;
}

.l-section.l-section--blue {
  background: #eaf3f9;
}

.l-section.l-section--yellow {
  background: #fbf9ee;
}

.l-section.l-section--beige {
  background: #f4f3ef;
}

.l-section__container {
  padding: 0 8px;
}

/* PC */
@media screen and (min-width: 768px) {
  .l-section {
    padding: 80px 0;
  }
  .l-section__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
}
/*=========================================

* ヘッダー-04

==========================================*/
html {
  scroll-padding-top: 75px;
}

.l-header-04 {
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
  position: relative;
  height: 70px;
}

.l-header-04__wrapper {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 60;
}

.l-header-04__inner {
  width: 100%;
}

.l-header-04__title {
  padding: 5px;
  background-color: #fff;
}

.l-header-04__title h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  color: #000;
}

.l-header-04__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header-04__logo {
  max-width: 215px;
  margin: 0 0 5px 10px;
}

.l-header-04__logo a {
  display: block;
  font-size: 0;
}

.l-header-04__logo a img {
  width: 100%;
}

.l-header-04__menu__button {
  padding-right: 20px;
  box-sizing: border-box;
}

.l-header-04__menu__button a i {
  font-size: 35px;
  color: #000;
}

.l-header-04__inquiry {
  display: none;
}

.l-header-04__inquiry__mail {
  display: none;
}

.l-header-04__nav {
  display: none;
}

/* ハンバーガーメニュー */
.l-header-04__sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 90px 20px 65px 20px;
  transform: translateY(min(-100%, -1000px));
  transition: transform 0.5s;
  background: #fefefe;
  box-sizing: border-box;
  z-index: 50;
  overflow-y: auto;
}

.l-header-04__sp-menu.__open {
  transform: translateY(0);
  transition: transform 0.5s;
}

.l-header-04__sp-menu ul li {
  width: 100%;
  height: auto;
  border-top: 1px solid #919191;
}

.l-header-04__sp-menu ul li:last-child {
  border-bottom: 1px solid #919191;
}

.l-header-04__sp-menu ul li:hover {
  background: #747474;
}

.l-header-04__sp-menu ul li a {
  display: block;
  width: 100%;
  height: 3em;
  margin-left: 1em;
  line-height: 3em;
  text-decoration: none;
  font-size: 1em;
  color: #000;
}

.l-header-04__sp-menu ul li a:hover {
  color: #fff;
}

.l-header-04__sp-menu--tel a,
.l-header-04__sp-menu--mail a {
  display: block;
  text-align: center;
}

.l-header-04__sp-menu--tel a {
  margin-top: 50px;
  line-height: 1;
  text-decoration: none;
  font-family: "Arial", "Noto Sans Japanese", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #252525;
}

.l-header-04__sp-menu--tel p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #5f5f5f;
}

.l-header-04__sp-menu--mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
  padding: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #8C1111;
  box-sizing: border-box;
}

.l-header-04__sp-menu--mail a:hover {
  background: #b88f38;
}

/* ヘッダーナビ */
.l-header__nav {
  display: none;
}

.l-header__nav.l-header__nav--top {
  display: block;
}

.l-header__nav ul {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.l-header__nav__list {
  width: 33.333%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
}

.l-header__nav__list:first-child,
.l-header__nav__list:nth-child(2),
.l-header__nav__list:nth-child(3) {
  border-bottom: 1px dotted #333;
}

.l-header__nav__list:not(:nth-child(3n)) {
  border-right: 1px dotted #333;
}

.l-header__nav__list a {
  display: block;
  padding: 20px 3px 15px 3px;
  text-decoration: none;
  color: #333;
}

.l-header__nav__list img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.l-header__nav__list p {
  font-size: 15px;
  font-weight: bold;
}

/* PC */
@media screen and (min-width: 1000px) {
  html {
    scroll-padding-top: 0;
  }
  .l-header-04 {
    height: auto;
  }
  .l-header-04__wrapper {
    align-items: flex-start;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .l-header-04__inner {
    width: calc(100% - 115px);
  }
  .l-header-04__title {
    padding: 0;
  }
  .l-header-04__title h1 {
    margin: 0 auto 7px auto;
    font-size: 16px;
  }
  .l-header-04__detail {
    margin: 0 auto;
    align-items: flex-end;
  }
  .l-header-04__logo {
    max-width: none;
    margin: 0;
  }
  .l-header-04__logo a {
    width: clamp(230px, 26.3157894737vw, 300px);
  }
  .l-header-04__menu__button {
    display: none;
  }
  .l-header-04__inquiry {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 75%;
  }
  .l-header-04__inquiry__tel {
    width: 75%;
    line-height: 1.2;
    text-align: right;
    font-size: 33px;
    color: #000;
  }
  .l-header-04__inquiry__tel > p {
    font-family: "Century Gothic", "Arial", "Noto Sans Japanese", sans-serif;
  }
  .l-header-04__inquiry__open {
    font-size: 14px;
  }
  .l-header-04__inquiry__mail {
    display: flex;
  }
  .l-header-04__inquiry__mail a {
    display: block;
    padding: 22px 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #8C1111;
  }
  .l-header-04__inquiry__mail a:hover {
    opacity: 0.8;
  }
  .l-header-04__inquiry__mail a i {
    font-size: 32px;
  }
  .l-header-04__inquiry__mail a p {
    padding-top: 3px;
    font-size: 14px;
  }
  /* ヘッダーナビ */
  .l-header__nav {
    display: block;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .l-header__nav ul {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1140px;
    padding: 13px 0;
    position: relative;
  }
  .l-header__nav__list {
    width: 16%;
    flex-grow: 1;
  }
  .l-header__nav__list:first-child,
  .l-header__nav__list:nth-child(2),
  .l-header__nav__list:nth-child(3) {
    border-bottom: none;
  }
  .l-header__nav__list:not(:last-child) {
    border-right: 1px dotted #333;
  }
  .l-header__nav__list a:hover {
    color: #b88f38;
  }
  .l-header__nav__list img {
    width: 50px;
    height: 50px;
  }
  .l-header__nav__list p {
    font-size: 17px;
  }
}
/* ヘッダーナビ(トップページ) */
/* PC */
@media screen and (min-width: 1000px) {
  .l-header__nav--top ul {
    margin-top: -75px;
  }
}
/*=========================================

メインビジュアル-06

==========================================*/
.l-main-visual-06 {
  position: relative;
  height: 300px;
}

.l-main-visual-06__image--01,
.l-main-visual-06__image--02,
.l-main-visual-06__image--03 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.l-main-visual-06__image--01 {
  background-image: url(../img/main-visual--01.jpg);
}

.l-main-visual-06__image--02 {
  background-image: url(../img/main-visual--02.jpg);
}

.l-main-visual-06__image--03 {
  background-image: url(../img/main-visual--03.jpg);
}

.l-main-visual-06__text {
  position: relative;
  top: 0;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding-top: 2.5em;
}

/* スライド1枚目
======================= */
.l-main-visual-06__image--01 p,
.l-main-visual-06__image--01 h2 {
  position: absolute;
  color: #333;
  font-weight: 900;
  text-shadow: #fff 3px 3px 2px, #fff -3px -3px 2px, #fff -3px 3px 2px, #fff 3px -3px 2px, #fff 3px 0px 2px, #fff -3px 0px 2px, #fff 0px 3px 2px, #fff 0px -3px 2px;
}

.l-main-visual-06__image--01 p {
  font-size: clamp(22px, 3.2552083333vw, 25px);
  line-height: 1.2;
}

.l-main-visual-06__image--01 p span,
.l-main-visual-06__image--01 p em {
  color: #b88f38;
  font-size: clamp(30px, 5.2083333333vw, 40px);
}

.l-main-visual-06__image--01 p em {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  color: #333;
}

.l-main-visual-06__image--01 h2 {
  position: absolute;
  bottom: 15%;
  right: 0%;
  font-size: clamp(25px, 4.1666666667vw, 32px);
}

.l-main-visual-06__image--01 h2 span {
  color: #252525;
  font-size: clamp(35px, 6.5104166667vw, 50px);
}

/* スライド2枚目
======================= */
.l-main-visual-06__image--02 h2,
.l-main-visual-06__image--02 p {
  position: absolute;
  top: 8%;
  right: 0%;
  font-weight: 900;
  color: #333;
  text-shadow: #fff 3px 3px 2px, #fff -3px -3px 2px, #fff -3px 3px 2px, #fff 3px -3px 2px, #fff 3px 0px 2px, #fff -3px 0px 2px, #fff 0px 3px 2px, #fff 0px -3px 2px;
}

.l-main-visual-06__image--02 p {
  font-size: clamp(22px, 4.5572916667vw, 24px);
}

.l-main-visual-06__image--02 h2 {
  top: 20%;
  color: #252525;
  font-size: clamp(40px, 6.5104166667vw, 50px);
}

.l-main-visual-06__label {
  position: absolute;
  bottom: 35%;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.l-main-visual-06__label li {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #252525;
  border-radius: 5px;
  padding: 10px;
  font-size: clamp(14px, 2.6041666667vw, 20px);
  font-weight: bold;
  text-align: center;
  color: #252525;
  line-height: 1.3;
}

.l-main-visual-06__label li:not(:last-child) {
  margin-right: 5px;
}

/* スライド3枚目
======================= */
.l-main-visual-06__image--03 h2,
.l-main-visual-06__image--03 p {
  font-weight: 900;
  color: #333;
  text-shadow: #fff 3px 3px 2px, #fff -3px -3px 2px, #fff -3px 3px 2px, #fff 3px -3px 2px, #fff 3px 0px 2px, #fff -3px 0px 2px, #fff 0px 3px 2px, #fff 0px -3px 2px;
}

.l-main-visual-06__image--03 h2 {
  font-size: clamp(23px, 4.1666666667vw, 32px);
  line-height: 1.3;
}

.l-main-visual-06__image--03 h2 span {
  color: #b88f38;
  font-size: clamp(32px, 6.5104166667vw, 50px);
}

.l-main-visual-06__image--03 p {
  font-size: clamp(20px, 4.6875vw, 24px);
}

/* ページネーション
======================= */
.sp-buttons {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-button {
  width: 13px !important;
  height: 13px !important;
  margin: 10px !important;
  border: 2px solid #fff !important;
}

.sp-selected-button {
  background: #fff !important;
}

@media screen and (min-width: 768px) {
  .l-main-visual-06 {
    height: 550px;
  }
  .l-main-visual-06__text {
    max-width: 1140px;
    padding-top: 3em;
  }
  /* スライド1枚目
  ======================= */
  .l-main-visual-06__image--01 p {
    font-size: clamp(30px, 3.5087719298vw, 40px);
  }
  .l-main-visual-06__image--01 p span,
  .l-main-visual-06__image--01 p em {
    font-size: clamp(42px, 6.9010416667vw, 53px);
  }
  .l-main-visual-06__image--01 h2 {
    bottom: 28%;
    font-size: clamp(40px, 4.2105263158vw, 48px);
  }
  .l-main-visual-06__image--01 h2 span {
    font-size: clamp(64px, 6.3157894737vw, 72px);
  }
  /* スライド2枚目
  ======================= */
  .l-main-visual-06__image--02 p {
    top: 10%;
    font-size: clamp(26px, 3.0701754386vw, 35px);
  }
  .l-main-visual-06__image--02 h2 {
    top: 18%;
    font-size: clamp(64px, 6.5789473684vw, 75px);
    letter-spacing: 1px;
  }
  .l-main-visual-06__label {
    bottom: 40%;
  }
  .l-main-visual-06__label li {
    padding: 15px 20px;
    font-size: clamp(14px, 2.9947916667vw, 23px);
  }
  .l-main-visual-06__label li:not(:last-child) {
    margin-right: 12px;
  }
  /* スライド3枚目
  ======================= */
  .l-main-visual-06__image--03 h2 {
    top: 8%;
    font-size: clamp(36px, 3.9473684211vw, 45px);
  }
  .l-main-visual-06__image--03 h2 span {
    font-size: clamp(64px, 6.3157894737vw, 72px);
  }
  .l-main-visual-06__image--03 p {
    top: 27%;
    font-size: clamp(28px, 3.0701754386vw, 35px);
  }
}
@media screen and (min-width: 1000px) {
  /* ページネーション
  ======================= */
  .sp-buttons {
    bottom: 130px;
  }
}
/*=========================================

フッター

==========================================*/
.l-footer {
  margin: 0;
  text-align: left;
  background-color: #F8F8F8;
  border-top: none;
  overflow: hidden;
}

.l-footer__contact {
  position: relative;
  margin: 0 auto;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(../img/footer__bg--01.jpg);
}

.l-footer__contact::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.l-footer__contact__inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
}

.l-footer__contact__inner h2 {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 900;
  color: #333;
}

.l-footer__contact__inner h2 span {
  display: block;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.l-footer__contact__tel {
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

.l-footer__contact__tel a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: bold;
  color: #000;
}

.l-footer__contact__mail {
  margin-bottom: 40px;
}

.l-footer__contact__mail a {
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: solid 1px #333;
}

.l-footer__contact__address p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
}

.l-footer__contact__sns {
  display: flex;
  justify-content: center;
}

.l-footer__contact__sns a:hover {
  opacity: 0.7;
}

.l-footer__contact__sns img {
  width: 35px;
}

.l-footer__contact__sns a:not(:first-child) {
  margin-left: 10px;
}

.l-footer__company {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.l-footer__company__logo {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.l-footer__company__logo img {
  width: 65%;
  max-width: 400px;
  margin-bottom: 15px;
}

.l-footer__company__nav ul {
  display: flex;
  flex-wrap: wrap;
}

.l-footer__company__nav li {
  width: 50%;
}

.l-footer__company__nav li a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  color: #333;
}

.copyright {
  padding: 10px 0 30px 0 !important;
  text-align: center !important;
  background-color: #252525 !important;
  color: #FFF !important;
  font-size: 14px !important;
}

/* PC */
@media screen and (min-width: 768px) {
  .l-footer__contact {
    height: 650px;
  }
  .l-footer__contact__inner {
    max-width: 1140px;
    padding: 30px;
  }
  .l-footer__contact__inner h2 {
    font-size: 55px;
  }
  .l-footer__contact__inner h2 span {
    font-size: 15px;
  }
  .l-footer__contact__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
  }
  .l-footer__contact__tel {
    width: 65%;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .l-footer__contact__tel__inner {
    display: flex;
    justify-content: space-around;
  }
  .l-footer__contact__tel__link {
    flex-basis: 50%;
    line-height: 1;
  }
  .l-footer__contact__tel__link span {
    background-color: #337ab7;
    color: #fff;
    padding: 0.5em 1em;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 50px;
  }
  .l-footer__contact__tel a {
    font-size: clamp(24px, 2.8947368421vw, 33px);
  }
  .l-footer__contact__tel p {
    font-size: 15px;
  }
  .l-footer__contact__mail {
    width: 30%;
    margin-bottom: 0;
  }
  .l-footer__contact__mail a {
    padding: 25px;
    font-size: 20px;
  }
  .l-footer__contact__mail a:hover {
    background-color: #252525;
    border: 1px solid #252525;
    color: #FFF;
  }
  .l-footer__contact__address p {
    font-size: 16px;
  }
  .l-footer__contact__sns img {
    width: 40px;
  }
  .l-footer__contact__sns a:not(:first-child) {
    margin-left: 10px;
  }
  .l-footer__company {
    max-width: 1140px;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
  }
  .l-footer__company__logo {
    width: 28%;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .l-footer__company__logo img {
    width: 100%;
    margin-bottom: 0;
  }
  .l-footer__company__nav {
    width: 50%;
  }
  .l-footer__company__nav li {
    width: auto;
    margin-right: 20px;
  }
  .l-footer__company__nav li a {
    font-size: 15px;
    padding: 5px;
  }
  .l-footer__company__nav li a:hover {
    color: #337ab7;
  }
  .l-footer__company__nav li a::before {
    content: ">";
    margin-right: 3px;
  }
  .copyright {
    padding: 30px 0 !important;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .btn__page_top {
    display: none !important;
  }
}
/* ━━━━━━━━━━━━━━━━

 ■プロジェクト

━━━━━━━━━━━━━━━━ */
/*=================================

* トップ

=================================*/
/*
　物件検索 タイトル
================================*/
.p-estate-search-title {
  width: 90%;
  margin: 0 auto 15px auto;
  font-size: 20px;
  font-weight: bold;
  color: #252525;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-estate-search-title {
    width: 100%;
    font-size: 23px;
  }
}
/*
　SNSバナー
================================*/
.p-sns-banner:hover {
  opacity: 0.7;
}

/*=================================

* 不動産売却

=================================*/
/*
　タイトル（フォントサイズlg）
================================*/
.c-title--large {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 900;
}

.c-title--large span {
  font-size: 33px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title--large {
    font-size: 40px;
    text-align: center;
  }
  .c-title--large span {
    font-size: 55px;
  }
}
/*
　横3つ並び枠
=================================*/
.p-sell__promise {
  width: 90%;
  margin: 0 auto 40px auto;
}

.p-sell__promise li {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #252525;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
}

.p-sell__promise li h3 {
  font-size: 23px;
  margin-bottom: 10px;
  color: #252525;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-sell__promise {
    margin: 0 auto 70px auto;
    width: 100%;
  }
  .p-sell__promise ul {
    display: flex;
    justify-content: space-between;
  }
  .p-sell__promise li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
    padding: 20px;
  }
  .p-sell__promise li:last-child {
    margin-right: 0%;
  }
  .p-sell__promise:after {
    content: "";
    display: block;
    clear: both;
  }
  .p-sell__promise li h3 {
    font-size: 27px;
  }
}
/*
　こだわりリスト
=================================*/
/* PC */
@media screen and (min-width: 768px) {
  .c-checkbox-list-01.p-sell__commitment {
    display: flex;
    justify-content: center;
  }
  .c-checkbox-list-01.p-sell__commitment li {
    font-size: 20px;
  }
}
/*=================================

* 不動産買取

=================================*/
/*
　買取
=================================*/
.p-buyback__text {
  line-height: 1.7;
}

.p-buyback__caption {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .p-buyback__caption {
    font-size: 35px;
    text-align: center;
  }
}
/* 矢印付タイトル
 ======================= */
.p-triangle__title {
  margin-bottom: 30px;
  text-align: center;
}

.p-triangle__title p {
  background: #b88f38;
  padding: 15px 10px 18px 10px;
  font-size: 25px;
  text-align: center;
  color: #FFF;
  font-weight: 900;
  line-height: 1.3;
}

.p-triangle__title__bottom {
  display: inline-block;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #b88f38 transparent transparent transparent;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-triangle__title p {
    font-size: 35px;
  }
}
/* メリットタイトル
======================= */
.p-point__title {
  margin: 0 0 20px 0;
  background: #252525;
  padding: 10px;
  font-size: 25px;
  text-align: center;
  color: #FFF;
  font-weight: 900;
}

.p-point__title span {
  font-size: 28px;
  color: #fff100;
  font-family: "メイリオ", "Meiryo", "Arial", sans-serif;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-point__title {
    font-size: 35px;
  }
  .p-point__title span {
    font-size: 55px;
  }
}