@charset "utf-8";

/**************************************************/
/*                                                */
/*                  ベーススタイル　              */
/*                                                */
/**************************************************/

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  color: #555;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
}

input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.2s linear;
  color: #555;
}

a:hover {
  opacity: 0.7;
}

.sell .footer-new {
  display: none;
}

/**************************************************/
/*                                                */
/*                  ユーティリティ                */
/*                                                */
/**************************************************/

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.font-eng {
  font-family: "Josefin Sans", sans-serif;
}

.fit-img {
  position: relative;
  overflow: hidden;
}

.fit-img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#top div.site-ttl-h,
#page h1.site-ttl-h {
  display: none;
}

/**************************************************/
/*                                                */
/*            　 レイアウト（骨組み）　　         */
/*                                                */
/**************************************************/

#wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.l-main {
  display: block; /* IE対策 */
}

/* ================================================
 * ヘッダー
 * ================================================*/

.header-inner {
  position: relative;
}

.header-inner .logo {
  background-color: #261901;
}

.logo a {
  display: block;
  color: #fff;
  font-weight: 300;
  position: relative;
}

/* ================================================
 * フッター
 * ================================================*/

/*-- ページトップ --*/

#page-top {
  position: fixed;
  z-index: 100;
}

#page-top a {
  width: 100%;
  height: 100%;
  background-color: #999;
  border: 1px solid #fff;
  transition: 0.3s ease-out;
  position: relative;
  display: block;
}

#page-top a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px / 2);
  left: calc(50% - 16px / 2);
}

/*-- コピーライト --*/

.l-footer small {
  display: block;
  background-color: #261901;
  color: #fff;
  text-align: center;
}

/* ================================================
 *　./lp/cn.php 中国向け
 * ================================================*/
body.cn {
  font-family: "微软雅黑", "Noto Sans JP", sans-serif;
}
.cn .inner {
  width: inherit;
  max-width: 1440px;
}

.cn .footer-btm,
.cn .footer-mid,
.cn .footer-new,
#page.cn .header-inner .logo:after,
#page.cn .logo a:after,
#page.cn .mv-txt::before,
#page.cn .mv-wrap .inner:before,
#page.cn .mv-wrap .inner:after,
.cn .hamburger-wrap,
.cn .header-contact,
.cn .header-middle {
  display: none;
}

.cn .fit-img img {
  width: 100%;
  height: 100%;
}

.cn .l-header.fixed {
  background-color: transparent;
}

.cn .mv-wrap {
  display: flex;
  position: relative;
  width: 100vw;
}

.cn .mv-wrap .inner {
  width: 100%;
}

#page.cn .mv-txt-wrap {
  position: relative;
  left: inherit;
  top: inherit;
  transform: translateY(0);
  color: #261901;
}

.cn .mv-icon {
  background-color: #261901;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 96px;
  height: 30px;
  border-radius: 5px;
  margin-left: 105px;
  position: relative;
}

.cn .mv-icon::before {
  content: "";
  background: url(../img/dot_img_bk.png) 0 / contain no-repeat;
  position: absolute;
  width: 95px;
  height: 29px;
  top: 0;
  left: -105px;
}

#page.cn .mv-ttl {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}

#page.cn .mv-txt {
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.cn .mv-contact-btn {
  background-color: #ec6941;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.cn .mv-contact-btn::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 73px;
  background-image: url("../img/icon-finger.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  right: 8px;
  transition: all 0.2s;
}

.cn .mv-contact-btn:hover::after {
  bottom: -14px;
  right: 10px;
}

.cn .mv-person {
  position: absolute;
}

.cn .feature-wrap {
  background-image: url("../img/feature-bg.png");
}

.cn .quality-list,
.cn .feature-list {
  display: flex;
}

.cn .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  color: #000;
}

.cn .feature-item .icon-wrap {
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 50vh;
  background-color: #02a087;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cn .feature-item .feature-ttl {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 30px;
}

.cn .feature-item .feature-count {
  color: #ec6941;
  font-weight: 700;
  margin-top: 10px;
}

.cn .feature-item .feature-unit {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 10px;
}

.cn .section-ttl-wrap {
  background-color: #ec6941;
  padding: 40px 0;
}

.cn .section-ttl {
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.cn .quality-contents {
  position: relative;
}

.cn .quality-txt {
  text-align: center;
  line-height: 3;
  color: #000;
}

.cn .quality-person {
  position: absolute;
}

.cn .quality-ttl {
  color: #000;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.cn .quality-ttl span {
  display: block;
}

.cn .quality-ttl::after,
.cn .quality-ttl::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cn .quality-ttl::before {
  background-image: url("../img/txt-deco-left.svg");
}

.cn .quality-ttl::after {
  background-image: url("../img/txt-deco-right.svg");
}

.cn .quality-item {
  position: relative;
  color: #261901;
}

.cn .quality-item .img-wrap {
  width: 100%;
  aspect-ratio: 282/220;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.cn .quality-item .flag {
  background-image: url("../img/icon-flag.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.cn .quality-item .item-ttl {
  font-weight: 700;
  text-align-last: center;
  line-height: 1.6;
}

.cn .contact-wrap-lp {
  background-image: url("../img/contact-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #261901;
}

.cn .contact-wrap:is(.contact *) {
  background-image: unset;
  background-position: unset;
  background-repeat: unset;
  background-size: unset;
  padding: 0 160px 60px;
}
@media screen and (max-width: 768px) {
  .cn .contact-wrap:is(.contact *) {
    padding: 30px 0;
  }
}

.cn .contact-txt span,
.cn .contact-txt {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

.cn .contact-txt span {
  color: #ec6941;
  position: relative;
}

.cn .contact-txt span::after,
.cn .contact-txt span::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  position: absolute;
}

.cn .contact-txt span::before {
  background-image: url("../img/icon-shine-left.svg");
  width: 50px;
  height: 56px;
  bottom: -20px;
  left: -20px;
}

.cn .contact-txt span::after {
  background-image: url("../img/icon-shine-right.svg");
  width: 60px;
  height: 50px;
  right: -20px;
  top: -20px;
}

.cn .contact-ttl {
  font-weight: 700;
}

.cn .contact-btn {
  background-color: #261901;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3.3px 3.3px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.4;
}

.cn .contact-btn span {
  font-size: 0.67em;
  font-weight: 700;
}

.cn .property-flex {
  display: flex;
  position: relative;
}

.cn .property-ttl {
  color: #000;
  font-weight: 700;
  position: relative;
}

.cn .property-ttl::before {
  content: "";
  background: url(../img/dot_img_bk.png) 0 / contain no-repeat;
  background-size: cover;
  background-position: center right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cn .property-txt {
  display: block;
  color: #000;
  line-height: 1.5;
}

.cn .property-person {
  aspect-ratio: 237/229;
}

.cn .property-list {
  display: flex;
}

.cn .property-item span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cn .property-item .img-wrap {
  width: 100%;
  aspect-ratio: 207/363;
  position: relative;
}

.cn .property-item .item-feature {
  position: absolute;
  top: 13px;
  right: 0;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 700;
  color: #02a087;
  line-height: 1.6;
}

.cn .property-item .item-detail {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 10px 20px;
  width: fit-content;
  background-color: #261901;
  color: #fff;
}

.cn .property-item .item-detail .item-address,
.cn .property-item .item-detail .item-price {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: right;
}
.cn .property-item .item-description {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-top: 20px;
}

.cn .staff-wrap {
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 80%, transparent 80%, transparent 100%);
}

.cn .staff-ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
}

.cn .staff-list {
  display: flex;
  margin: 0 auto;
}

.cn .staff-item .img-wrap {
  aspect-ratio: 226/315;
  box-shadow: 20px 20px 0 0 #02a087;
  flex-shrink: 0;
  width: 50% !important;
}

.cn .staff-name {
  font-weight: 700;
  text-align: center;
  color: #000;
}

.cn .sns-flex {
  display: flex;
}

.cn .sns-flex .img-wrap {
  aspect-ratio: 487/350;
}

.cn .sns-flex .txt-wrap {
  background-color: #f5f5f5;
  color: #000;
}

.cn .sns-flex .sns-ttl {
  font-weight: 700;
}

.cn .qr-flex {
  display: flex;
  align-items: center;
}

.cn .sns-flex .qr-flex .txt-wrap {
  padding: 0;
}

.cn .qr-flex .qr-wrap {
  aspect-ratio: 1/1;
}

.cn .sns-txt {
  font-weight: 700;
}

.cn .sns-flex .tel-link,
.cn .sns-flex .line-link {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 73px;
  position: relative;
}

.cn .sns-flex .line-link {
  text-decoration: underline;
  display: block;
}

.cn .sns-flex .tel-link {
  font-size: 1.4rem;
}

.cn .sns-flex .tel-link a {
  font-size: 2.4rem;
  color: #000;
  display: block;
}

.cn .sns-flex .tel-link::before,
.cn .sns-flex .line-link::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 53px;
  background-image: url("../img/icon-line.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cn .sns-flex .tel-link::before {
  background-image: url("../img/icon-tel.svg");
}
/*hoverでscale-up*/
.scale-up-item img {
  transition: all 0.3s ease-in-out;
}

.scale-up-item:hover img {
  transform: scale(1.15);
}

/*mvの人のイラストのアニメーション*/
.cn .mv-person {
  transition: all 0.4s ease-in-out;
}

.cn .mv-person.person-01 {
  transform: translate(-20px);
}

.cn .mv-person.person-02 {
  transform: translate(20px);
}

.cn .slide-in .mv-person.person-02,
.cn .slide-in .mv-person.person-01 {
  transform: translate(0);
}

/*fade-upのアニメーション*/
.cn .fade-up-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}

.cn .fade-up-item.fade-up {
  opacity: 1;
  transform: translateY(0);
}
