@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 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

/**
 * 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;
}

.u-pb-50 {
  padding-bottom: 50px !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%);
}

/* ━━━━━━━━━━━━━━━━

 ■コンポーネント

━━━━━━━━━━━━━━━━ */
/*
　物件情報-02
================================*/
.c-estate-list-col3-02,
.c-estate-list-col3-02--gray {
  width: 95%;
  margin: 0 auto;
}

.c-estate-list-col3-02 li,
.c-estate-list-col3-02--gray li {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}

/* テキスト部分の背景：白色 */
.c-estate-list-col3-02 li {
  background-color: #fff;
}

/* テキスト部分の背景：灰色 */
.c-estate-list-col3-02--gray li {
  background-color: #f5f5f5;
}

.c-estate-list-col3-02 a,
.c-estate-list-col3-02--gray a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
}

.c-estate-list-col3-02__image {
  position: relative;
}

.c-estate-list-col3-02__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.c-estate-list-col3-02__type {
  position: absolute;
  bottom: -15px;
  left: 10px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background: #00847c;
  color: #fff;
}

.c-estate-list-col3-02__textarea {
  padding: 25px 20px 20px 20px;
}

.c-estate-list-col3-02__name {
  font-weight: bold;
  margin-bottom: 5px;
}

.c-estate-list-col3-02__access {
  margin-bottom: 5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-estate-list-col3-02__price {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.c-estate-list-col3-02__price span {
  font-size: 17px;
}

.c-estate-list-col3-02__catchcopy {
  line-height: 1.3;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-estate-list-col3-02__label {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 14px 2px;
  text-align: center;
  width: 55px;
  height: 55px;
  background: #f4de51;
  border-radius: 50px;
  box-sizing: border-box;
}

.c-estate-list-col3-02__label span {
  color: #555;
  font-size: 12px;
  font-weight: bold;
}

.c-estate-list-col3-02__label span[data-label*=販売停止] {
  font-weight: bold;
  color: #ff0000;
}

.c-estate-list-col3-02__button {
  text-align: right;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-estate-list-col3-02,
  .c-estate-list-col3-02--gray {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-estate-list-col3-02::after,
  .c-estate-list-col3-02--gray::after {
    content: "";
    display: block;
    width: 31%;
  }
  .c-estate-list-col3-02 li,
  .c-estate-list-col3-02--gray li {
    width: 31%;
    margin-bottom: 50px;
  }
  .c-estate-list-col3-02 a:hover,
  .c-estate-list-col3-02--gray a:hover {
    opacity: 0.6;
  }
  .c-estate-list-col3-02__type {
    left: 20px;
  }
  .c-estate-list-col3-02__textarea {
    padding: 30px 25px 25px 25px;
  }
  .c-estate-list-col3-02__name {
    font-size: 18px;
  }
  .c-estate-list-col3-02__access,
  .c-estate-list-col3-02__catchcopy {
    font-size: 16px;
  }
  .c-estate-list-col3-02__label {
    top: 12px;
    right: 12px;
    padding: 13px 2px;
  }
}
/*
　お知らせ-01
================================*/
.c-news-list-01__title h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-news-list-01__list {
  padding: 0 10px;
}

.c-news-list-01__list li {
  position: relative;
  padding: 10px 0;
  border-bottom: solid 1px #dddddd;
}

.c-news-list-01__list li:first-child {
  border-top: solid 1px #dddddd;
}

.c-news-list-01__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-01__list a {
  display: block;
  color: #333;
  text-decoration: none;
}

.c-news-list-01__list__data {
  margin-bottom: 5px;
  font-size: 14px;
}

.c-news-list-01__list__text {
  width: 90%;
}

.c-news-list-01__button__pc {
  display: none;
}

.c-news-list-01__button__sp {
  padding: 30px 0 0 0;
  text-align: center;
}

.c-news-list-01__button__sp a {
  position: relative;
  display: block;
  width: 90%;
  padding: 20px 10px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #00847c;
  text-decoration: none;
  text-align: center;
}

.c-news-list-01__button__sp a,
.c-news-list-01__button__sp a:link,
.c-news-list-01__button__sp a:visited {
  text-decoration: none;
  color: #FFF;
}

.c-news-list-01__button__sp .fa {
  margin-left: 20px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-news-list-01 {
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-news-list-01__title {
    width: 30%;
  }
  .c-news-list-01__title h2 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .c-news-list-01__list {
    width: 70%;
  }
  .c-news-list-01__list li {
    padding: 15px 10px;
    border-bottom: solid 1px #000;
  }
  .c-news-list-01__list li::after {
    display: none;
  }
  .c-news-list-01__list li:first-child {
    border-top: none;
  }
  .c-news-list-01__list li:last-child {
    border-bottom: none;
  }
  .c-news-list-01__list li a {
    display: flex;
    box-sizing: border-box;
  }
  .c-news-list-01__list li a:hover {
    color: #00847c;
    text-decoration: underline;
  }
  .c-news-list-01__list__data {
    width: 25%;
    font-size: 16px;
  }
  .c-news-list-01__list__text {
    width: 75%;
  }
  .c-news-list-01__button__pc {
    display: block;
  }
  .c-news-list-01__button__pc a {
    position: relative;
    display: block;
    width: 130px;
    margin: 0 auto;
    padding: 10px;
    color: #ffffff;
    background-color: #00847c;
    text-decoration: none;
    text-align: center;
  }
  .c-news-list-01__button__pc a,
  .c-news-list-01__button__pc a:link,
  .c-news-list-01__button__pc a:visited {
    text-decoration: none;
    color: #FFF;
  }
  .c-news-list-01__button__pc a:hover {
    background-color: #0098a0;
  }
  .c-news-list-01__button__pc .fa {
    margin-left: 10px;
  }
  .c-news-list-01__button__sp {
    display: none;
  }
}
/*
　スタッフ紹介-04
================================*/
.c-staff-list-04__note {
  margin-bottom: 30px;
}

.c-staff-list-04 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, max-content));
  gap: 1rem;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.c-staff-list-04__item {
  width: 100%;
  margin-bottom: 30px;
}

.c-staff-list-04__image {
  margin-bottom: 20px;
  text-align: center;
}

.c-staff-list-04__image a {
  display: block;
}

.c-staff-list-04__image a:hover {
  opacity: 0.8;
}

.c-staff-list-04__image img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
}

.c-staff-list-04__text {
  margin-bottom: 10px;
  max-width: 160px;
  margin: 0 auto;
}

.c-staff-list-04__name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-staff-list-04__license {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-top: 10px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-section--primary .c-staff-list-04__note {
  color: #fff;
}
.l-section--primary .c-staff-list-04__name {
  color: #fff;
}
.l-section--primary .c-staff-list-04__license {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-staff-list-04 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
    gap: 2rem;
  }
  .c-staff-list-04__image img {
    width: 200px;
    height: 200px;
  }
}
/**
 * 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: 12px 5px;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #00847c;
  background-color: #FFF;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-button,
.c-button:link,
.c-button:visited {
  text-decoration: none;
  color: #00847c;
  font-weight: bold;
}

.c-button::after {
  background: #00847c;
  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-button:hover {
  color: #FFF;
}

.c-button:hover::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .c-button {
    width: 40%;
    padding: 15px 10px;
    font-size: 17px;
  }
}
/*
　プライマリボタン
================================*/
.c-button--primary {
  width: 90%;
  display: block;
  padding: 20px 10px;
  margin: 0 auto;
  background-color: #00847c;
  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: #0098a0;
  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: #767171;
}

@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: #00847c;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-button-outline {
    width: 40%;
    font-size: 20px;
  }
}
/*
　アンダーライン
================================*/
a .c-button--line {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  text-decoration: none;
  color: #00847c;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 15px;
}

a .c-button--line::after {
  content: "";
  background: #0E7181;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s ease;
  height: 1px;
  width: 100%;
}

a:hover .c-button--line::after {
  transform: scaleX(0);
  transform-origin: right;
}

/*
　ボタン-02
================================*/
.c-button-02 a {
  position: relative;
  display: block;
  max-width: 250px;
  margin: auto;
  padding: 10px 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
  background: #F2BE5C;
  outline: none;
  transition: ease 0.2s;
  overflow: hidden;
  border-radius: 3px;
}

.c-button-02 a span {
  position: relative;
  z-index: 3;
  color: #fff;
}

.c-button-02 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #767171;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

.c-button-02 a i {
  color: #fff;
  position: relative;
  z-index: 3;
  margin-right: 5px;
}

.c-button-02 a:hover::before {
  animation: skewanime 0.5s forwards;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
/*
　システム標準-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: #00847c;
}

/* 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: #333;
  margin: 0 auto 30px auto;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-01 {
    width: 100%;
    font-size: 2.3rem;
  }
}
/*
　シンプル-02・テキストカラー
================================*/
.c-title-02,
.c-title-02--color-2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  color: #00847c;
  margin-bottom: 30px;
}

.c-title-02--color-2 {
  color: #0098a0;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-02,
  .c-title-02--color-2 {
    font-size: clamp(35px, 4.2105263158vw, 48px);
    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: #00847c;
  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: #00847c;
}

.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;
  }
}
/*
　ルビ付き-06
================================*/
.c-title-ruby-06 {
  width: 90%;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.4;
}

.c-title-ruby-06 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.c-title-ruby-06 span::first-letter {
  color: #00847c;
}

.c-title-ruby-06 span {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-06 {
    width: 100%;
    margin: 0 auto 45px auto;
  }
  .c-title-ruby-06 h2 {
    font-size: 34px;
  }
  .c-title-ruby-06 span {
    font-size: 20px;
  }
}
/*
　ルビ付き-07
================================*/
.c-title-ruby-07 {
  margin-bottom: 20px;
}

.c-title-ruby-07 h2 {
  font-size: clamp(20px, 2.6041666667vw, 23px);
  font-weight: 700;
  color: #00847c;
  line-height: 1.6;
}

.c-title-ruby-07 span {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 2.56px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1em;
}

.c-title-ruby-07 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}

.l-section--primary .c-title-ruby-07 h2 {
  color: #fff;
}
.l-section--primary .c-title-ruby-07 span {
  color: #fff;
}
.l-section--primary .c-title-ruby-07 span::before {
  background-color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-07 {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-title-ruby-07 h2 {
    font-size: clamp(20px, 3.0701754386vw, 35px);
  }
}
/*
　下線付き-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 #00847c;
  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: #00847c;
  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: #00847c transparent transparent transparent;
}

.c-title-count-01 span {
  font-size: 50px;
  position: absolute;
  bottom: 0;
  right: -100px;
  display: block;
  padding-left: 16px;
  color: #00847c;
  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: #00847c;
  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 #00847c;
  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
================================*/
.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: #00847c;
}

.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: #0098a0;
}

.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: #00847c;
}

.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);
  }
}
/*
　ルビ付き-08
================================*/
.c-title-ruby-08 {
  width: 95%;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}

.c-title-ruby-08 h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}

.c-title-ruby-08 span {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-title-ruby-08 span:before {
  content: "";
  width: 1.5em;
  border-top: 1px solid;
  margin-right: 0.5em;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title-ruby-08 {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8px;
  }
  .c-title-ruby-08 h2 {
    font-size: 35px;
  }
  .c-title-ruby-08 span {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
/*
　コンタクト-10
================================*/
.c-contact-10 {
  background: #767171;
  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: #0098a0;
  color: #fff;
}

.c-contact-10__button-satei a span {
  border: solid 2px #B22222;
}

.c-contact-10__button-inquiry a span {
  border: solid 2px #0098a0;
}

/* 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;
  }
}
/*
　よくある質問①
================================*/
.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: #00847c;
}

.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;
  }
}
/*
　流れ
================================*/
.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: #00847c;
  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: #00847c 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-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;
  }
}
/*
　チェックボックス付きリスト
=================================*/
.c-checkbox-list-01 {
  margin: 10px;
}

.c-checkbox-list-01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 17px;
}

.c-checkbox-list-01 li:before {
  position: absolute;
  top: 3px;
  margin-left: -30px;
  margin-right: 10px;
  content: url(../img/icon__check.png);
}

@media screen and (min-width: 768px) {
  .c-checkbox-list-01 {
    margin: 0;
  }
  .c-checkbox-list-01 li:before {
    top: 0;
  }
}
/*
　会社概要-02
================================*/
.c-company-02__detail__list {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

.c-company-02__detail__list:nth-child(even) {
  background: #FFF;
}

.c-company-02__detail__list dt {
  width: 25%;
  padding-left: 2%;
  box-sizing: border-box;
}

.c-company-02__detail__list dd {
  width: 75%;
  padding-right: 2%;
  box-sizing: border-box;
}

.c-company-02__detail__list dt,
.c-company-02__detail__list dd {
  font-size: 14px;
}

.c-company-02__detail__feature {
  display: flex;
  flex-wrap: wrap;
}

.c-company-02__detail__feature li {
  margin: 0 5px 5px 0;
  padding: 2px 5px;
  font-size: 14px;
  background-color: #00847c;
  border-radius: 3px;
  color: #FFF;
}

.c-company-02__detail__data-type {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-company-02__detail__data-type--buy span,
.c-company-02__detail__data-type--rent span {
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 14px;
  background-color: #cc0000;
  border-radius: 3px;
  color: #FFF;
}

.c-company-02__detail__data-type--rent span {
  background-color: #0066cc;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-company-02__detail__list {
    padding: 20px 0;
  }
  .c-company-02__detail__list dt {
    width: 19%;
  }
  .c-company-02__detail__list dd {
    width: 81%;
  }
  .c-company-02__detail__list dt,
  .c-company-02__detail__list dd {
    font-size: 16px;
  }
  .c-company-02__detail__feature li {
    margin: 0 7px 5px 0;
    padding: 2px 10px 4px 10px;
    font-size: 16px;
  }
  .c-company-02__detail__data-type--buy span,
  .c-company-02__detail__data-type--rent span {
    margin-right: 7px;
    padding: 2px 10px 4px 10px;
    font-size: 16px;
  }
}
/*
　ページタイトル
================================*/
.c-page-title {
  position: relative;
  padding: 40px 0 30px;
  background: #7fcbcf;
  overflow: hidden;
  z-index: -1;
}

.c-page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4000px solid #0098a0;
  border-right: 50vw solid transparent;
  z-index: -1;
}

.c-page-title__inner {
  margin: 0 auto;
  width: calc(100% - 50px);
  max-width: 1140px;
}

.c-page-title__inner p {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.92px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
  position: relative;
  padding-left: 15px;
}

.c-page-title__inner p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

.c-page-title__inner h1 {
  font-weight: 600;
  color: #FFF;
  font-size: 24px;
  letter-spacing: 3px;
}

/* PC */
@media screen and (min-width: 900px) {
  .c-page-title {
    padding: 65px 0 60px;
  }
  .c-page-title__inner p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .c-page-title__inner h1 {
    letter-spacing: 7px;
    font-size: 40px;
  }
}
/*
　特徴（交互）-08
================================*/
.c-feature-swap-08 li {
  display: flex;
  flex-direction: column;
}

.c-feature-swap-08 li:not(:first-child) {
  border-top: 2px solid #fff;
}

.c-feature-swap-08__image {
  overflow-x: hidden;
  padding: 15px 0 0 25px;
}

.c-feature-swap-08 li:nth-child(even) .c-feature-swap-08__image {
  padding: 15px 25px 0 0;
}

.c-feature-swap-08__image img {
  width: 100%;
}

.c-feature-swap-08__text {
  display: contents;
  width: 100%;
  padding: 0 25px;
}

.c-feature-swap-08 li p {
  padding: 0 clamp(10px, 3.2552083333vw, 25px);
}

.c-feature-swap-08__number {
  margin-top: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", "Arial", "Century Gothic", "Noto Sans Japanese", sans-serif;
  order: -1;
}

.c-feature-swap-08__number em {
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  font-family: "Roboto", "Arial", "Century Gothic", "Noto Sans Japanese", sans-serif;
}

.c-feature-swap-08__text h2 {
  margin: 15px 0 30px;
  padding: 0 clamp(10px, 3.2552083333vw, 25px);
  font-size: clamp(25px, 3.90625vw, 30px);
  color: #fff;
  font-weight: 900;
  line-height: 1.75;
}

.c-feature-swap-08__detail {
  margin-bottom: 40px;
  color: #fff;
}

.c-feature-swap-08__button {
  padding: 0 clamp(10px, 3.2552083333vw, 25px);
}

.c-feature-swap-08__button span {
  color: #fff;
}

.c-feature-swap-08__button span::after {
  background-color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-feature-swap-08 {
    max-width: 1366px;
    margin: 0 auto;
  }
  .c-feature-swap-08 li {
    display: flex;
    flex-direction: row;
  }
  .c-feature-swap-08 li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .c-feature-swap-08__image {
    position: relative;
    width: 54%;
    padding: 50px 0 !important;
  }
  .c-feature-swap-08__text {
    display: block;
    width: 46%;
    padding: clamp(5px, 5.4904831625vw, 75px) 0 0 50px;
  }
  .c-feature-swap-08 li p {
    padding: 0;
  }
  .c-feature-swap-08__number {
    margin-top: 0;
    font-size: clamp(32px, 2.994011976vw, 40px);
  }
  .c-feature-swap-08__number em {
    margin-left: 15px;
    font-size: clamp(50px, 4.4910179641vw, 60px);
  }
  .c-feature-swap-08__text h2 {
    margin: clamp(10px, 2.245508982vw, 30px) 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: clamp(20px, 2.245508982vw, 30px);
  }
  .c-feature-swap-08__detail {
    margin-bottom: 20px;
    width: 75%;
  }
  .c-feature-swap-08__button {
    padding: 0;
  }
}
/* ━━━━━━━━━━━━━━━━

 ■レイアウト

━━━━━━━━━━━━━━━━ */
/*=========================================

* ヘッダー

==========================================*/
html {
  scroll-padding-top: 60px;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  z-index: 1010;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.l-header__sub {
  position: sticky;
  background-color: rgba(255, 255, 255, 0.8);
}

.l-header__sub .l-header__wrapper {
  position: fixed;
  z-index: 100;
}

.l-header.is-fixed {
  position: fixed;
  top: -100px;
  background-color: rgba(255, 255, 255, 0.8);
}

.l-header.is-fixed.is-visible {
  transform: translateY(100px);
}

.l-header.is-fixed .l-header__nav li > a {
  color: #00847c;
  transition: 0.3s;
}

.l-header.is-fixed .l-header__nav li > a:hover {
  opacity: 0.6;
}

.l-header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
}

.l-header__inner {
  width: 95%;
  margin: 0 auto;
}

.l-header__logo {
  max-width: 230px;
  padding-left: 10px;
}

.l-header__logo--fixed {
  display: none;
}

.l-header.is-fixed .l-header__logo--fixed {
  display: block;
}

.l-header.is-fixed .l-header__logo--front-page {
  display: none;
}

.l-header__logo img {
  display: block;
  width: 100%;
}

.l-header__nav {
  display: none;
}

.l-header__inquiry {
  display: none;
}

.l-header__inquiry--tel {
  display: none;
}

/* ハンバーガーメニュー
======================= */
.l-header__menu__button {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1000;
}

.l-header__menu__button span {
  display: block;
  position: absolute;
  right: 10px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}

.l-header__sub .l-header__menu__button span {
  background-color: #777;
}

.l-header__scroll .l-header__menu__button span,
.l-header-child .l-header__menu__button span {
  background-color: #333;
}

.l-header__menu__button span:nth-child(1) {
  top: 4px;
}

.l-header__menu__button span:nth-child(2) {
  top: 14px;
}

.l-header__menu__button span:nth-child(3) {
  bottom: 4px;
}

.is-menu-open .l-header__menu__button span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #777;
}

.is-menu-open .l-header__menu__button span:nth-child(2) {
  opacity: 0;
  background-color: #777;
}

.is-menu-open .l-header__menu__button span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  background-color: #777;
}

.is-fixed.is-visible .l-header__menu__button span {
  background-color: #777;
}

.is-menu-open .l-header__logo {
  display: none;
}

/*  スマホナビゲーション
======================= */
.l-header__sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 72px 20px 65px;
  overflow-y: auto;
  background: #fefefe;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
  box-sizing: border-box;
  pointer-events: none;
}

.l-header__sp-menu.__open {
  transform: translateY(0);
  opacity: 1;
  z-index: 30;
  pointer-events: auto;
}

.is-menu-open .l-header__sp-menu {
  z-index: 30;
  opacity: 1;
}

.l-header__sp-menu__logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.l-header__sp-menu__inquiry--info {
  margin-top: 30px;
  text-align: center;
}

.l-header__sp-menu__inquiry--info a {
  font-size: 36px;
  color: #00847c;
  text-decoration: none;
  font-family: "Arial", "Century Gothic", sans-serif;
}

.l-header__sp-menu__inquiry--info p {
  color: #777;
}

.l-header__sp-menu__inquiry {
  width: 85%;
  max-width: 300px;
  margin: 15px auto 60px auto;
  text-align: center;
  border: 1px solid #777;
  transition: all 0.3s;
}

.l-header__sp-menu__inquiry a {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #777;
  text-decoration: none;
}

.l-header__sp-menu__inquiry:hover {
  background-color: #00847c;
}

.l-header__sp-menu__inquiry:hover a {
  color: #fff;
}

.l-header__sp-menu ul li {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-top: 1px solid #777;
}

.l-header__sp-menu ul li:last-child {
  border-bottom: 1px solid #777;
}

.l-header__sp-menu ul li a {
  display: block;
  padding: 15px 0;
  position: relative;
  font-size: 1em;
  text-decoration: none;
  color: #00847c;
  transition: all 0.2s ease;
}

.l-header__sp-menu__sns {
  margin-top: 40px;
  text-align: center;
}

.l-header__sp-menu__sns img {
  width: 40px;
  margin-right: 20px;
}

.l-header__sp-menu__sns a:last-child img {
  margin-right: 0;
}

@media print {
  .l-header__sp-menu {
    display: none;
  }
}
.l-header.is-menu-open {
  position: fixed;
  transform: translateY(0) !important;
  top: 0 !important;
  transition: none;
}

.l-header.is-menu-open .l-header__logo--front-page {
  display: none;
}

.l-header.is-menu-open .l-header__logo--fixed {
  display: block;
}

.p-page-title {
  padding: 10px 8px;
  font-size: 13px;
}

/* PC */
@media screen and (min-width: 900px) {
  .l-header {
    padding: 20px 0;
  }
  .l-header.is-fixed {
    padding: 5px 0;
  }
  .l-header__sub {
    padding: 5px 0;
  }
  .l-header__wrapper {
    display: block;
    padding: 0;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
    height: 100%;
  }
  .l-header__logo {
    max-width: clamp(200px, 18.4vw, 270px);
    margin: 0 auto 0 0;
  }
  .l-header__logo--front-page {
    display: none;
  }
  .l-header__logo--sub {
    display: block;
  }
  .l-header.is-fixed .l-header__logo--sub {
    display: none;
  }
  .l-header__logo--fixed {
    display: none;
  }
  .l-header.is-fixed .l-header__logo--fixed {
    display: block;
  }
  .l-header__nav {
    display: flex;
    align-items: center;
  }
  .l-header__nav ul {
    display: flex;
    align-items: center;
  }
  .l-header__nav li {
    padding: 10px 15px;
  }
  .l-header__nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: clamp(14px, 1.12vw, 16px);
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
  }
  .l-header__nav li a:hover {
    color: #00847c;
  }
  .l-header__sub .l-header__nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: clamp(14px, 1.12vw, 16px);
    color: #00847c;
    font-weight: 600;
    transition: 0.3s;
  }
  .l-header__sub .l-header__nav li a:hover {
    opacity: 0.6;
  }
  .l-header__inquiry {
    display: inline-block;
    margin-left: 10px;
  }
  .l-header__inquiry a {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    background-color: #F2BE5C;
  }
  .l-header__inquiry a i {
    margin-right: 5px;
  }
  .l-header__inquiry a:hover {
    background-color: #767171;
  }
  /* ハンバーガーメニュー */
  .l-header__menu__button {
    display: none;
  }
  .p-page-title {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1250px) {
  .l-header__nav li a {
    letter-spacing: 0.15em;
  }
}
/*=================================

* メインビジュアル

=================================*/
.l-main-visual {
  position: relative;
  margin: 0 auto;
}

.l-main-visual__logo {
  max-width: 200px;
  margin: 0 auto 20px;
  width: 45%;
}

.l-main-visual__slide {
  width: 100%;
  height: 63vh;
  overflow: hidden;
}

.vegas-slide ::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 15, 51, 0.2);
}

.l-main-visual__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 15px 5px 50px;
  background-color: #0098a0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}

.l-main-visual__text::before {
  content: "";
  position: absolute;
  background-color: #0098a0;
  top: -40px;
  left: 0;
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  height: 40px;
  width: 100%;
}

.l-main-visual__text h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.l-main-visual__text p {
  font-size: clamp(25px, 3.2552083333vw, 30px);
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

.l-main-visual__botton {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.l-main-visual__botton .c-button--line {
  color: #fff;
}

.l-main-visual__botton .c-button--line::after {
  background-color: #fff;
}

/* PC */
@media screen and (min-width: 900px) {
  .l-main-visual__slide {
    height: 100vh;
  }
  .l-main-visual__logo {
    max-width: 400px;
    margin: 0 auto 60px;
    width: 48%;
  }
  .l-main-visual__text {
    position: absolute;
    transform: none;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    padding: 30px 10px 30px 50px;
    background-color: rgba(0, 152, 160, 0.8);
  }
  .l-main-visual__text::before {
    top: 0;
    left: 100%;
    clip-path: polygon(0 0, 100% 0px, 6% 100%, 0 100%);
    height: 100%;
    width: 30%;
    background-color: rgba(0, 152, 160, 0.8);
  }
  .l-main-visual__text h1 {
    margin-bottom: 20px;
    font-size: clamp(16px, 1.7543859649vw, 22px);
  }
  .l-main-visual__text p {
    font-size: clamp(23px, 2.6315789474vw, 53px);
    line-height: 1.6;
  }
  .l-main-visual__botton {
    gap: 30px;
  }
}
.vegas-slide-inner {
  background-position: 85% center !important;
}

.vegas-animation-zoomIn {
  animation: zoomInAnim 6s ease-in-out forwards;
}

@keyframes zoomInAnim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*=========================================

* フッター

==========================================*/
.l-footer {
  background-color: #E5E8E8;
  border-top: none;
}

.l-footer__contact {
  background-color: #00847c;
  padding: 30px 0;
}

.l-footer__contact__title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  letter-spacing: 2.08px;
  margin-bottom: 20px;
}

.l-footer__contact p {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.l-footer__inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.l-footer__logo img {
  width: 70%;
  margin-bottom: 15px;
  max-width: 300px;
}

.l-footer__sns {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.l-footer__sns a:hover {
  opacity: 0.7;
}

.l-footer__sns img {
  width: 35px;
}

.l-footer__info {
  text-align: center;
}

.l-footer__info__shop__open p {
  margin-bottom: 5px;
}

.l-footer__info__shop__tel a {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #00847c;
  font-size: clamp(27px, 3.90625vw, 30px);
}

.l-footer__info__shop__tel a span {
  font-size: 0.6em;
}

/* PC */
@media screen and (min-width: 768px) {
  .l-footer__contact {
    padding: 50px 0;
  }
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: unset;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .l-footer__info {
    flex-basis: 40%;
    text-align: left;
  }
  .l-footer__logo img {
    width: 60%;
    margin-bottom: 10px;
  }
  .l-footer__info p:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .l-footer__sns {
    justify-content: flex-end;
    gap: 10px;
  }
  .l-footer__sns img {
    width: 35px;
  }
  .l-footer__info__shop p {
    font-size: 17px;
  }
  .l-footer__info__shop__tel a {
    font-size: clamp(25px, 3.0701754386vw, 35px);
    line-height: 1;
  }
  .btn__page_top {
    position: fixed;
    right: 10px;
    bottom: 50px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    color: #737373;
    padding: 13px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
  }
  .btn__page_top i {
    font-size: 1.2rem;
    opacity: 1;
    margin: 0;
  }
  .btn__page_top span {
    display: none;
  }
}
/* フッターナビゲーション
==============================*/
.l-footer__nav {
  flex-basis: 60%;
  padding: 20px 0;
}

.l-footer__nav__inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.l-footer__nav__inner li {
  flex-basis: 50%;
}

.l-footer__nav__inner li a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  display: inline-block;
}

.l-footer__nav__inner li a:hover {
  opacity: 0.7;
}

/* PC */
@media screen and (min-width: 768px) {
  .l-footer__nav {
    padding: 0;
  }
  .l-footer__nav__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }
  .l-footer__nav__inner ul {
    justify-content: flex-end;
  }
  .l-footer__nav__inner li {
    flex-basis: content;
  }
  .l-footer__nav__inner li a {
    padding: 5px 10px;
  }
  .l-footer__nav__inner li a::before {
    content: "";
    position: absolute;
    margin-right: 3px;
    height: 1em;
    width: 1px;
    background-color: #aaa;
    left: 0;
    top: 10px;
  }
  .l-footer__nav__inner li:first-child a::before {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .btn__page_top {
    display: none !important;
  }
}
/**
 * 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--primary {
  background: #329ca3;
}

.l-section.l-section--l-primary {
  background: #EEF7F7;
}

.l-section.l-section--stripe {
  background: repeating-linear-gradient(#fefcfa, #fefcfa 20px, #fff 20px, #fff 41px);
}

.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;
    width: 95%;
    padding: 0;
  }
}
/* ━━━━━━━━━━━━━━━━

 ■プロジェクト

━━━━━━━━━━━━━━━━ */
/*=================================

* 代表挨拶

=================================*/
/*
　代表挨拶タイトル
================================*/
.p-greeting-title {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 30px 0 20px 0;
}

.p-greeting-title span {
  position: relative;
  font-size: clamp(26px, 3.3854166667vw, 35px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  z-index: 2;
}

.p-greeting-title::before {
  content: attr(data-en);
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  color: #00847c;
  opacity: 0.1;
  font-size: clamp(47px, 6.1197916667vw, 60px);
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  z-index: 1;
}

.p-greeting-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-greeting-title {
    margin-bottom: 60px;
  }
  .p-greeting-title span {
    font-size: clamp(25px, 2.1929824561vw, 35px);
  }
  .p-greeting-title::before {
    top: -40px;
    font-size: clamp(65px, 5.701754386vw, 85px);
    letter-spacing: -3px;
  }
}
/*
　メッセージ
================================*/
.p-greeting__message {
  position: relative;
  background: url(../img/greeting-title__image.jpg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: cover;
  height: 300px;
  margin-bottom: 170px;
  z-index: -1;
}

.p-greeting__message__inner {
  position: absolute;
  top: 300px;
  width: 100%;
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
  text-align: center;
  box-sizing: border-box;
}

.p-greeting__message__inner h2 {
  font-size: clamp(25px, 3.2552083333vw, 35px);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.5;
  text-shadow: #fff 3px 3px 3px, #fff -3px -3px 3px, 
      #fff -3px 3px 3px, #fff 3px -3px 3px, #fff 3px 0px 3px, 
      #fff -3px 0px 3px, #fff 0px 3px 3px, #fff 0px -3px 3px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-greeting__message {
    background-position: center 30%;
    max-width: 1250px;
    height: clamp(500px, 43.8596491228vw, 600px);
    margin: 0 auto -80px auto;
  }
  .p-greeting__message__inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: clamp(800px, 70.1754385965vw, 1000px);
    text-align: left;
    border-bottom: none;
  }
  .p-greeting__message__inner h2 {
    font-size: clamp(35px, 3.0701754386vw, 45px);
    line-height: 1.6;
  }
}
/*
　インタビュー
================================*/
.p-greeting__block {
  width: 90%;
  margin: 0 auto;
  background-color: #FFF;
}

.p-greeting__text {
  width: 100%;
  margin: 0 auto 50px auto;
  letter-spacing: 0.1em;
}

.p-greeting__text:first-child {
  padding-top: 40px;
}

.p-greeting__text h2 {
  margin-bottom: 15px;
  font-size: clamp(20px, 2.6041666667vw, 25px);
  font-weight: bold;
  color: #00847c;
  line-height: 1.4;
}

.p-greeting__text p {
  font-size: 15px;
  line-height: 1.8;
}

.p-greeting__name {
  width: 95%;
  margin: 0 auto;
  text-align: right;
  letter-spacing: 0.1em;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-greeting__block {
    max-width: 1050px;
  }
  .p-greeting__text {
    max-width: 900px;
    margin: 0 auto 60px auto;
  }
  .p-greeting__text:first-child {
    padding-top: 60px;
  }
  .p-greeting__text h2 {
    font-size: clamp(20px, 1.7543859649vw, 25px);
  }
  .p-greeting__text p {
    font-size: 16px;
  }
  .p-greeting__name {
    max-width: 900px;
  }
}
/*
　プロフィール
================================*/
.p-greeting__profile {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border: 5px solid #eeeef2;
  box-sizing: border-box;
}

.p-greeting__profile h2 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-greeting__profile p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-greeting__profile {
    max-width: 900px;
    padding: 30px;
  }
  .p-greeting__profile h2 {
    margin-bottom: 15px;
    font-size: clamp(16px, 1.4035087719vw, 17px);
  }
  .p-greeting__profile p {
    font-size: clamp(15px, 1.3157894737vw, 16px);
  }
}
/*=================================

* 事業案内

=================================*/
/*
　紹介文
================================*/
.p-servive__introduction {
  position: relative;
}

.p-servive__introduction__inner {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.p-servive__introduction__inner h2 {
  margin-bottom: 15px;
  font-size: clamp(22px, 2.8645833333vw, 26px);
  font-weight: bold;
  color: #333;
}

.p-servive__introduction__inner p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-servive__introduction__inner {
    max-width: 960px;
  }
  .p-servive__introduction__inner h2 {
    margin-bottom: 30px;
    font-size: clamp(23px, 2.0175438596vw, 30px);
    text-align: center;
  }
  .p-servive__introduction__inner p {
    font-size: clamp(16px, 1.4035087719vw, 18px);
  }
}
/*=================================

* 会社案内

=================================*/
/*
　紹介文
================================*/
.p-company__introduction {
  position: relative;
  background: url(../img/company__introduction__bg.jpg) no-repeat center center/cover;
}

.p-company__introduction::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248, 247, 247, 0.85);
}

.p-company__introduction__inner {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.p-company__introduction__inner h2 {
  margin-bottom: 15px;
  font-size: clamp(22px, 2.8645833333vw, 26px);
  font-weight: bold;
  color: #333;
}

.p-company__introduction__inner p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-company__introduction__inner {
    max-width: 960px;
  }
  .p-company__introduction__inner h2 {
    margin-bottom: 30px;
    font-size: clamp(23px, 2.0175438596vw, 30px);
    text-align: center;
  }
  .p-company__introduction__inner p {
    font-size: clamp(16px, 1.4035087719vw, 18px);
    text-align: center;
  }
}
/*
　共通タイトル
================================*/
.p-company-title {
  position: relative;
  width: 90%;
  margin: 0 auto 50px auto;
  font-size: clamp(22px, 2.8645833333vw, 26px);
  font-weight: bold;
  text-align: center;
  color: #333;
}

.p-company-title::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  bottom: -20px;
  width: 24px;
  border: 2px solid #00847c;
  border-radius: 50px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-company-title {
    width: 100%;
    margin: 0 auto 70px auto;
    font-size: clamp(23px, 2.0175438596vw, 30px);
  }
  .p-company-title::after {
    left: calc(50% - 17px);
    width: 34px;
  }
}
/*
　当社の特徴
================================*/
.p-company__feature {
  padding-top: 15px;
}

.p-company__feature__block {
  width: 90%;
  margin: 0 auto;
}

.p-company__feature__block li {
  position: relative;
  width: 100%;
  border: solid 1px #ccc;
}

.p-company__feature__block li:not(:first-child) {
  margin-top: 30px;
}

.p-company__feature__list-cover {
  position: absolute;
  top: -14px;
  left: 12px;
  width: 80px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #00847c;
}

.p-company__feature__block-no {
  font-size: 1.7rem;
}

.p-company__feature__block li h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 12px 10px 105px;
  min-height: 80px;
  font-size: clamp(20px, 2.6041666667vw, 25px);
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  color: #222;
  line-height: 1.3;
}

.p-company__feature__list-text {
  padding: 20px;
}

.p-company__feature__list-text p {
  line-height: 1.6;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-company__feature__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-company__feature__block li {
    width: 31%;
    margin-top: 0;
  }
  .p-company__feature__block li:not(:first-child) {
    margin-top: 0;
  }
  .p-company__feature__block li:nth-child(n+4) {
    margin-top: 68px;
  }
  .p-company__feature ul::after {
    display: block;
    content: "";
    width: 31%;
  }
  .p-company__feature__list-cover {
    padding: 18px 0;
  }
  .p-company__feature__block li h3 {
    min-height: 100px;
    padding: 12px 12px 12px 110px;
  }
}
/*
　代表あいさつ
================================*/
.p-company__greeting {
  width: 95%;
  margin: 0 auto 20px auto;
}

.p-company__greeting h3 {
  margin-bottom: 25px;
  font-size: clamp(24px, 3.125vw, 28px);
  font-weight: 900;
  color: #00847c;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.p-company__greeting__text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.p-company__greeting__img {
  width: 100%;
}

.p-company__greeting__img img {
  display: block;
  width: 100%;
  max-height: 350px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-company__greeting {
    width: 100%;
  }
  .p-company__greeting__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
  .p-company__greeting h3 {
    margin-bottom: 30px;
    font-size: clamp(25px, 2.1929824561vw, 40px);
  }
  .p-company__greeting__text p {
    margin-bottom: 0;
    font-size: clamp(16px, 1.4035087719vw, 17px);
  }
  .p-company__greeting__img {
    width: 65%;
  }
  .p-company__greeting__img img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*
　スタッフ紹介バナー
================================*/
.p-company__banner-staff {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../img/company__banner-staff.jpg) no-repeat center center/cover;
}

.p-company__banner-staff::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(12, 55, 94, 0.7);
}

.p-company__banner-staff__inner {
  position: relative;
  width: 90%;
  text-align: center;
}

.p-company__banner-staff__title {
  font-size: clamp(32px, 4.1666666667vw, 40px);
  font-weight: bold;
  color: #fff;
}

.p-company__banner-staff__text {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

a.p-company__banner-staff__button {
  display: block;
  max-width: 330px;
  margin: 30px auto 0;
  padding: 10px 10px;
  font-size: clamp(18px, 2.34375vw, 22px);
  font-weight: bold;
  text-decoration: none;
  color: #00847c;
  background: #fedb39;
}

a.p-company__banner-staff__button:hover {
  opacity: 0.8;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-company__banner-staff__inner {
    width: 100%;
  }
  .p-company__banner-staff__title {
    font-size: clamp(30px, 2.6315789474vw, 45px);
  }
  .p-company__banner-staff__text {
    font-size: clamp(16px, 1.4035087719vw, 18px);
  }
  a.p-company__banner-staff__button {
    font-size: clamp(17px, 1.4912280702vw, 22px);
  }
}
/* 店舗写真
======================= */
.p-company__image__img {
  width: 100%;
}

.p-company__image__img:not(:first-child) {
  margin-top: 20px;
}

.p-company__image__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-company__image {
    display: flex;
    justify-content: center;
  }
  .p-company__image__img {
    width: auto;
    margin: 0 10px;
    max-width: 30%;
    min-width: 23%;
  }
  .p-company__image__img:not(:first-child) {
    margin-top: unset;
  }
}
/*
　沿革
================================*/
.p-company__history__list {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

.p-company__history__list:nth-child(even) {
  background: #FFF;
}

.p-company__history__list dt {
  width: 28%;
  padding-left: 2%;
}

.p-company__history__list dd {
  width: 81%;
  padding-right: 2%;
}

.p-company__history__list dt,
.p-company__history__list dd {
  font-size: 14px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-company__history__list {
    padding: 20px 0;
  }
  .p-company__history__list dt {
    width: 19%;
  }
  .p-company__history__list dt,
  .p-company__history__list dd {
    font-size: 16px;
  }
}
/*
　アクセス
================================*/
.p-company__access {
  padding-bottom: 0 !important;
  font-size: 0;
}

.p-company__access__lead {
  width: 90%;
  margin: 0 auto 30px auto;
  font-size: 16px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-company__access__lead {
    max-width: 1140px;
    margin: 0 auto 40px auto;
    text-align: center;
  }
}
/*=================================

* 不動産売却

=================================*/
/*
　タイトル（フォントサイズlg）
================================*/
.c-title--large {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 900;
  color: #333;
}

.c-title--large span {
  font-size: 30px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-title--large {
    font-size: 35px;
    text-align: center;
  }
  .c-title--large span {
    font-size: 45px;
  }
}
/*
　横3つ並び枠
=================================*/
.p-sell__promise {
  width: 90%;
  margin: 0 auto 40px auto;
}

.p-sell__promise li {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #00847c;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
}

.p-sell__promise li h3 {
  font-size: 23px;
  margin-bottom: 10px;
  color: #00847c;
  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-campaign__banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/*
　ABOUT US
================================*/
.p-about__image {
  width: 100%;
  margin-bottom: 20px;
}

.p-about__image img {
  width: 100%;
  height: auto;
  box-shadow: 8px 8px #0098a0;
}

.p-about__text {
  padding: 10px;
  line-height: 1.8;
}

.p-about__text h2 {
  margin-bottom: 20px;
}

.p-about__text p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-about {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-about__image {
    flex-basis: 40%;
  }
  .p-about__text {
    flex-basis: 55%;
  }
  .p-about__text h2 {
    font-size: clamp(20px, 2.6315789474vw, 30px);
  }
  .p-about__text p {
    font-size: 16px;
  }
}
/*
　事業内容
================================*/
.p-service__block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-service__block a {
  color: #333;
  text-decoration: none;
}

.p-service__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.p-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.p-service__text {
  background-color: #fff;
  padding: 30px 10px;
}

.p-service__text h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #00847c;
  font-weight: bold;
}

.p-service__text p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 10px;
}

.p-service__block a:hover img {
  transform: scale(1.05);
}

/* PC */
@media screen and (min-width: 768px) {
  .p-service__block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-service__block a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .p-service__block--reverse a {
    flex-direction: row-reverse;
  }
  .p-service__image {
    flex-basis: 40%;
    height: 310px;
  }
  .p-service__text {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 30px;
  }
  .p-service__text h3 {
    font-size: clamp(20px, 2.6315789474vw, 25px);
  }
  .p-service__text p {
    font-size: 16px;
  }
}
/*
　選ばれる理由
================================*/
.p-reason__note {
  margin-bottom: 30px;
}

.p-reason__block {
  margin-bottom: 50px;
}

.p-reason__block img {
  width: 65px;
  margin-bottom: 25px;
}

.p-reason__block h3 {
  color: #00847c;
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 600;
}

.p-reason__block h4 {
  color: #535353;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.p-reason__block p {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-reason__note {
    margin-bottom: 50px;
  }
  .p-reason__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-reason__block h3 {
    font-size: 22px;
  }
  .p-reason__block h4 {
    font-size: 18px;
  }
  .p-reason__text {
    width: calc(100% - 130px);
  }
}
/*
　よくある質問
================================*/
.p-accordion-menu {
  width: 100%;
  margin: 0 auto 30px auto;
}

.p-accordion-menu li {
  display: block;
  background: #fff;
  box-shadow: 1px 1px 6px #dcdcdc;
  margin-bottom: 20px;
  overflow: hidden;
}

.p-accordion-menu__check {
  display: none;
}

.p-accordion-menu__check:checked + .p-accordion-menu__question + .p-accordion-menu__answer {
  padding: 15px 30px 15px 30px;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.p-accordion-menu__check:checked + .p-accordion-menu__question::after {
  content: "－";
}

.p-accordion-menu__question {
  position: relative;
  display: block;
  padding: 15px 50px 15px 30px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
}

.p-accordion-menu__question::before {
  position: absolute;
  display: block;
  top: 12px;
  left: 8px;
  box-sizing: border-box;
  content: "Q";
  color: #0098a0;
  font-size: 19px;
}

.p-accordion-menu__question::after {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  padding: 15px;
  box-sizing: border-box;
  content: "＋";
  color: #0098a0;
}

.p-accordion-menu__answer {
  padding: 0 30px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.p-accordion-menu__answer p {
  margin: 0 auto;
  line-height: 1.6;
  font-size: 15px;
  word-break: break-word;
  position: relative;
}

.p-accordion-menu__answer p::before {
  position: absolute;
  display: block;
  top: -4px;
  left: -19px;
  box-sizing: border-box;
  content: "A";
  color: #F2BE5C;
  font-weight: bold;
  font-size: 20px;
}

.p-accordion-menu__button {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-accordion-menu {
    margin-bottom: 50px;
  }
  .p-accordion-menu__question {
    padding-right: 70px;
    padding-left: 40px;
    font-size: 18px;
    cursor: pointer;
  }
  .p-accordion-menu__question::before {
    left: 18px;
  }
  .p-accordion-menu__question::after {
    padding: 20px;
  }
  .p-accordion-menu__answer {
    padding: 0 30px 0 40px;
  }
  .p-accordion-menu__check:checked + .p-accordion-menu__question + .p-accordion-menu__answer {
    padding: 15px 70px 15px 40px;
  }
  .p-accordion-menu__answer p {
    line-height: 1.6;
  }
}
/*
　ブログとお客様の声バナー
=================================*/
.p-menu-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  width: 95%;
  margin: 0 auto;
}

.p-menu-banner li {
  width: 100%;
  text-align: center;
}

.p-menu-banner li a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}

.p-menu-banner 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;
}

.p-menu-banner dt {
  height: 29.4117647059%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "Arial", "Century Gothic", "Noto Sans Japanese", sans-serif;
}

.p-menu-banner__title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  height: 47.0588235294%;
}

.p-menu-banner dd.p-menu-banner__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: block;
  background-color: #00847c;
  transition: background-color 0.4s;
}

.p-menu-banner a:hover .p-menu-banner__arrow {
  background-color: #fff;
}

.p-menu-banner dd.p-menu-banner__arrow span {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -5px;
}

.p-menu-banner a:hover .p-menu-banner__arrow span {
  color: #00847c;
}

.p-menu-banner__image {
  position: relative;
  display: block;
  height: 170px;
  overflow: hidden;
  z-index: 0;
}

.p-menu-banner__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: 1;
  opacity: 0.5;
}

.p-menu-banner a:hover .p-menu-banner__image:before {
  opacity: 0.7;
}

.p-menu-banner__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;
}

.p-menu-banner a:hover .p-menu-banner__image img {
  transform: scale(1.025);
}

/* PC */
@media screen and (min-width: 768px) {
  .p-menu-banner {
    width: 100%;
  }
  .p-menu-banner li {
    width: 48%;
  }
  .p-menu-banner dt {
    font-size: clamp(35px, 4.3859649123vw, 50px);
    height: 33.3333333333%;
  }
  .p-menu-banner__title {
    font-size: 1.3rem;
    height: 33.3333333333%;
  }
  .p-menu-banner dd.p-menu-banner__arrow {
    width: 45px;
    height: 45px;
  }
  .p-menu-banner__image {
    height: 240px;
  }
}
/*
　アクセス
=================================*/
.p-index-access__bg {
  background-color: #5E6971;
}

.p-index-access__bg .c-title-ruby-07 h2,
.p-index-access__bg .c-title-ruby-07 span {
  color: #fff;
}

.p-index-access__bg .c-title-ruby-07 span::before {
  background-color: #fff;
}

.p-index-access__note {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.p-index-access__map {
  position: relative;
}

.p-index-access__map__inner {
  height: 350px;
  overflow: hidden;
}

.p-index-access__map__inner iframe {
  width: 100%;
  height: 100%;
}

.p-index-access__info {
  position: relative;
  z-index: 9;
  width: 85%;
  box-shadow: rgba(14, 113, 129, 0.7) 8px 8px;
  box-sizing: border-box;
  margin: -50px auto 0px;
  background-color: #fff;
  padding: 24px;
}

.p-index-access__info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00847c;
}

.p-index-access__info p {
  margin-bottom: 5px;
}

.p-index-access__info a {
  display: block;
  margin-top: 20px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-index-access__note {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .p-index-access__map__inner {
    height: 530px;
  }
  .p-index-access__map__inner iframe {
    width: calc(100% - 140px);
    padding-left: 140px;
  }
  .p-index-access__info {
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0px;
    box-shadow: rgba(14, 113, 129, 0.7) 10px 10px;
    margin: 0px;
    padding: 40px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1300px) {
  .p-index-access__map__inner iframe {
    width: 100%;
    padding: 0;
  }
  .p-index-access__info {
    left: -7%;
  }
}/*# sourceMappingURL=responsive.css.map */


/*
　施工事例-01
================================*/
.c-reform-list-01 {
    width: 95%;
    margin: 0 auto;
}

.c-reform-list-01 li {
    margin-bottom: 30px;
    background-color: #fff;
}

.c-reform-list-01 li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.c-reform-list-01 li a:hover {
    opacity: 0.7;
}

.c-reform-list-01__image {
    width: 100%;
    height: 230px;
}

.c-reform-list-01__image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.c-reform-list-01__text {
    padding: 15px;
}

.c-reform-list-01__text h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 7px;
}

.c-reform-list-01__label {
    display: inline-block;
    padding: 3px 10px 5px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #767171;
}


/* PC */
@media screen and (min-width:768px) {
    .c-reform-list-01 {
        width: 100%;
    }

    .c-reform-list-01 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .c-reform-list-01 ul::after {
        content: '';
        display: block;
        width: 31%;
    }

    .c-reform-list-01 li {
        width: 31%;
    }

    .c-reform-list-01__image, 
    .c-reform-list-01__image img {
        height: 250px;
    }

    .c-reform-list-01__text {
        padding: 10px 20px 15px 20px;
    }

}

/*
　概要-10
================================*/
.c-about-10 {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.c-about-10__image {
    position: relative;
    width: 100%;
}

.c-about-10__image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -6%;
    right: -4%;
    background-color: #00847c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
}

.c-about-10__image img {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.c-about-10__title {
    margin-bottom: 20px;
}

.c-about-10__text {
    width: 100%;
    margin-bottom: 20px;
}

.c-about-10__label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #0098a0;
    font-family: "Arial", "Century Gothic", sans-serif;
    line-height: 1;
    letter-spacing: 1.5px;
}

.c-about-10__label::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    bottom: 0.5em;
    right: -90px;
    background-color: #0098a0;
}

.c-about-10 h2 {
    font-size: clamp(17px, calc(36 / 1140 * 100vw), 36px);
    font-weight: 500;
    color: #00847c;
    line-height: 1.8;
}

.c-about-10 p {
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
}

@media screen and (min-width: 1000px) {
    .c-about-10__inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
    }

    .c-about-10__image {
        width: 65%;
        margin-bottom: 0;
        margin-left: -50%;
        z-index: -1;
    }

    .c-about-10__text {
        width: 40%;
        background-color: rgba(255,255,255,0.8);
        padding: 3em;
        padding-left: 0;
        margin-bottom: 0;
    }

    .c-about-10__label {
        font-size: 16px;
    }

    .c-about-10 h2 {
        margin-bottom: 40px;
        line-height: 1.5;
    }

    .c-about-10 p {
        font-size: 18px;
    }
}