/*
Theme Name: sky株式会社
Description: sky株式会社のベーステーマです
Version: 1.0
Author: FUNSCREATION
Author URI: https://funscreation.co.jp/
*/



/****************************************
		1. General Setting
*****************************************/

html {
  font-size: 62.5%
}

@media (max-width: 1024px) {
  body {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

a[title="nolink"] {
  pointer-events: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tablet {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-tablet:not(.br-pc) {
  display: none;
}

.br-sp {
  display: none;
}

@media (max-width: 1024px) {
  .tablet {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .br-tablet,
  .br-tablet.br-sp {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .br-tablet {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

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

/* ARROW */
/* .arrow {
  display: block;
  position: relative;
}

.arrow::before,
.arrow::after {
  content: '';
  bottom: 4px;
  display: block;
  position: absolute;
  right: 0;
}

.arrow::before {
  width: 1.5em;
  border-bottom: solid 1px #EC008C;
}

.arrow::after {
  background-color: #EC008C;
  bottom: calc(0.3em + 2px);
  width: 0.6em;
  height: 1px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.blueWrap .arrow::before {
  border-bottom: solid 1px #0170B8;
}

.blueWrap .arrow::after {
  background-color: #0170B8;
}

.arrow.arrow-white::before {
  border-bottom-color: #FFF;
}

.arrow.arrow-white::after {
  background-color: #FFF;
}

.arrow.arrow-bold::before {
  border-bottom-width: 2px;
}

.arrow.arrow-bold::after {
  height: 2px;
} */

i,
.ico {
  position: relative;
}

.ico::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  vertical-align: text-bottom;
}

a[title="nolink"] {
  pointer-events: none;
}

@media (min-width: 1081px) {
  a[href*="tel:"] {
    cursor: default;
    text-decoration: none;
  }
}


/****************************************
  Header, Menu
*****************************************/
#header {
  background-color: #FFF;
  position: fixed;
  height: 90px;
  left: 0;
  width: 100%;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
}

@media (max-width: 1080px) {
  #header {
    height: 70px;
  }
}

@media (max-width: 414px) {
  #header {
    height: 50px;
  }
}

@media (max-width: 768px) {
  #slide-nav-ul .sub-menu {
    padding-left: 1em;
    padding: 0;
    margin-top: 0.75em;

    .menu-item {
      padding: 0;
      line-height: 1.75;
      padding-left: 1.75em;

      a {
        position: relative;
        padding-left: 0.75em;

        &:before {
          content: "";
          width: 4px;
          height: 1px;
          background-color: #EC008C;

          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          margin: auto;
        }

        /* before */
      }

      /* a */
    }
  }
}

@media (min-width: 768px) {

  /* PC ヘッダ　お問い合わせ非表示 */
  .gnav-container #menu-item-14077 {
    display: none;
  }

  .gnav-container #menu-item-14116 {
    display: none;
  }

  .gnav-container #menu-item-14117 {
    display: none;
  }

  .gnav-container #menu-item-14118 {
    display: none;
  }

  .gnav-container #menu-item-14121 {
    display: none;
  }
}



.scroll #header {
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

@media (min-width: 415px) {
  .scroll #header {
    height: 70px;
  }
}

#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

#header .logo {
  margin-left: 20px;
  max-width: 340px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 50%;
  z-index: 999;
}

@media (max-width: 1500px) {
  #header .logo {
    max-width: 300px;
  }
}

@media (max-width: 1300px) {
  #header .logo {
    max-width: 250px;
  }
}


#header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 68%;
  z-index: 9999;
}

@media (max-width: 1080px) {
  #header .header-nav {
    width: auto;
  }

}

#header .gnav-container {
  height: 100%;
  margin-right: 20px;
}

@media (max-width: 1080px) {
  #header .gnav-container {
    display: none;
  }
}

#header .header-nav #gnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

#header nav .menu-item {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  height: 100%;
}

@media (max-width: 1750px) {
  #header nav .menu-item {
    font-size: 1.5rem;
  }
}

@media (max-width: 1600px) {
  #header nav .menu-item {
    font-size: 1.4rem;
  }
}

@media (max-width: 1300px) {
  #header nav .menu-item {
    font-size: 1vw;
  }
}

#header nav .menu-item>a {
  color: #333;
  align-items: center;
  display: flex;
  height: 100%;
  line-height: 1.2;
  padding: 0 1.0em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#header nav .menu-item:hover>a,
#header nav .menu-item.current-menu-item>a {
  color: #EC008C;
  position: relative;
}

#header nav .menu-item.current-menu-item>a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: calc(100% - 2em);
  background-color: #EC008C;
}

/*SUB MENU*/
#header nav .menu-item.menu-item-has-children {
  position: relative;
  cursor: pointer;
}

#header nav .menu-item.menu-item-has-children>a {
  padding-right: 2.5em;
}

#header nav .menu-item.menu-item-has-children>a::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.3em);
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
}

#header nav .menu-item.menu-item-has-children:hover>a {
  background-color: #FFF8F8;
}

#header nav .menu-item.menu-item-has-children:hover>a::after {
  border-bottom-color: #EC008C;
  border-right-color: #EC008C;
}

#header nav .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 5px 5px 0;
  background-color: #FFF8F8;
  transition: .5s;
}

#header nav .menu-item.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header nav .sub-menu .menu-item {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  margin-right: 0;
  margin-bottom: 5px;
}

#header nav .sub-menu .menu-item a {
  color: #999999;
  display: inline-block;
  padding: 0.5em;
  position: relative;
  line-height: 1;
}

#header nav .sub-menu .menu-item a::before {
  content: none;
}

#header nav .sub-menu .menu-item a:hover {
  color: #333;
}

#header nav .menu-item .sub-menu {
  padding: 0;
  right: 0;
  padding-top: 1rem;
}

#header nav .sub-menu .menu-item {
  font-size: 0.9em;
  margin-bottom: 0;
}

#header nav .sub-menu .menu-item a {
  background-color: #FFF8F8;
  color: #999999;
  display: block;
  padding: 0.7em 1em;
  position: relative;
}

#header nav .menu-item.menu-item-has-children:hover>a {
  background-color: #FFF8F8;
}

#header nav .sub-menu .menu-item a:hover {
  color: #EC008C;
}

/*--- HEADER MENU BUTTON ---*/
#header-menu-box {
  height: 100%;
  display: flex;
}



/*HEADER MENU BUTTON*/
.header-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #EC008C;
  font-size: 1.6rem;
  padding: 1em;
  height: 100%;
  width: auto;
  transition: all 0.3s ease;
}

@media (max-width: 1750px) {
  .header-menu-btn {
    font-size: 1.5rem;
  }
}

@media (max-width: 1600px) {
  .header-menu-btn {
    font-size: 1.4rem;
  }
}

@media (max-width: 1300px) {
  .header-menu-btn {
    font-size: 1vw;
  }
}

@media (max-width: 1080px) {
  .header-menu-btn {
    width: 70px;
  }
}

@media (max-width: 414px) {
  .header-menu-btn {
    width: 50px;
  }
}

.header-menu-btn-tel {
  color: #EC008C;
  font-size: 2rem;
  padding: 0;
}

@media (min-width: 1081px) {
  .header-menu-btn-tel {
    display: none;
  }
}

.header-menu-btn-mail {
  background-color: #EC008C;
  color: #FFF;
}

@media (max-width: 1080px) {
  .header-menu-btn-mail {
    display: none;
  }
}

#nav-toggle {
  background-color: #EC008C;
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  padding: 0;
  z-index: 9999;
}

@media (min-width: 1081px) {
  #nav-toggle {
    display: none;
  }
}

#nav-toggle .menu-line {
  background-color: #FFF;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 50%;
  top: 35%;
  right: 0;
  left: 0;
  margin: auto;
}

#nav-toggle .menu-line.menu-line--center {
  top: 50%;
}

#nav-toggle .menu-line.menu-line--bottom {
  top: 65%;
}

/*active時*/
#nav-toggle.active .menu-line {
  top: 45%;
}

#nav-toggle.active .menu-line.menu-line--top {
  transform: rotate(-45deg);
}

#nav-toggle.active .menu-line.menu-line--center {
  transform: scaleX(0);
}

#nav-toggle.active .menu-line.menu-line--bottom {
  transform: rotate(45deg);
}

@media (max-width: 1080px) {
  #nav-toggle {
    height: 70px;
    width: 70px;
  }
}

@media (max-width: 414px) {
  #nav-toggle {
    height: 50px;
    width: 50px;
  }
}

#slidenav {
  display: none;
  overflow: scroll;
  height: calc(100% - 100px);
  background-color: #FFF8F8;
  -webkit-overflow-scrolling: touch;
  padding: 5%;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 1080px) {
  #slidenav {
    height: calc(100% - 70px);
    top: 70px;
  }
}

@media (max-width: 414px) {
  #slidenav {
    height: calc(100% - 50px);
    top: 50px;
  }
}

#slidenav .menu {
  margin-bottom: 8%;
}

#slide-nav-ul {
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
}

#slide-nav-ul .menu-item {
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  text-align: left;
}

@media (max-width: 1024px) {
  #slide-nav-ul .menu-item {
    font-size: 1.5rem;
  }
}

#slide-nav-ul .menu-item a {
  display: block;
  position: relative;
}

#slidenav .slidenav-info-area {
  margin-bottom: 20px;
  border-bottom: solid 1px #333;
  padding: 0 0 20px;
  text-align: center;
}

#slidenav .info-box {
  font-size: 14px;
  color: #999999;
  margin-bottom: 5%;
}

.slidenav-tel-box {
  border: solid 1px #333;
  padding: 5px;
  margin-bottom: 10px;
}

.slidenav-tel-box .tel {
  color: #EC008C;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.slidenav-tel-box a {
  color: #EC008C;
}

.slidenav-tel-box .time {
  color: #EC008C;
  font-size: 1.5rem;
}

.slidenav-info-area .btn {
  max-width: none;
  width: 100%;
}

.social-nav {
  display: flex;
  justify-content: center;
}

.social-nav .social-nav-item {
  margin-right: 20px;
}

.social-nav .social-nav-item:last-child {
  margin-right: 0;
}

.social-nav .social-nav-item .btn {
  background-color: transparent;
  border: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  padding: 0;
}

.social-nav .social-nav-item .btn>* {
  color: #333;
}


/*GTRANSLATE*/
.gtranslate-wrap {
  max-width: 80px;
}

.gtranslate-wrap select,
.gtranslate-wrap option {
  x-webkit-appearance: none;
  xappearance: none;
  font-size: 1.5rem;
  color: #EC008C;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
}

.gtranslate-wrap select {
  border-bottom: solid 1px #EC008C;
  padding: 0.2rem 0;
  appearance: none;
}

.gtranslate_wrapper {
  position: relative;
}

.gtranslate_wrapper::before {
  content: '\f078';
  /* fontawesomeのアイコン表示 */
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1rem;
  text-rendering: auto;
  line-height: 1;
  color: #EC008C;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media (max-width: 1570px) {

  .gtranslate-wrap select,
  .gtranslate-wrap option {
    font-size: 1.5rem;
  }
}

.header-gtranslate {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

@media (max-width: 1080px) {
  .header-gtranslate {
    display: none;
  }
}

.slidenav-gtranslate {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 2;
}


/****************************************
  Main
*****************************************/
#container {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  margin-top: 90px;
}

@media (max-width: 1080px) {
  #container {
    margin-top: 70px;
  }
}

@media (max-width: 414px) {
  #container {
    margin-top: 50px;
  }
}

/*---------- SIDE CONTENTS ----------*/
#side .side-contents {
  transition: 0.3s all;
  position: sticky;
  top: 100px;
}

@media (min-width: 768px) {
  #side .side-contents {
    padding-bottom: 50px;
  }
}

#side .side-contents.fixed {
  max-width: 235px;
  width: 20%;
  position: fixed;
  top: 100px;
  z-index: 2;
}

#side .side-contents .contents-block {
  margin-bottom: 50px;
}

#side .side-contents h2 {
  background: #a1955e;
  border: none;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1em;
  padding: 0.7em 0.5em;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}

#side .side-contents ul {
  margin-bottom: 10px;
}

#side .side-contents ul>li {
  line-height: 1.4;
  margin-bottom: 1.5rem;
  padding-left: 1.2em;
  position: relative;
}

#side .side-contents ul>li::before {
  background-color: #a1955e;
  content: '';
  display: inline-block;
  height: 2px;
  margin-right: 0.5em;
  left: 0;
  position: absolute;
  top: 0.6em;
  vertical-align: middle;
  width: 0.7em;
}

#side .side-contents ul>li>a {
  color: #888888;
  display: block;
}

#side .side-contents ul>li.current a {
  color: #a1955e;
}

@media (max-width: 1200px) {
  #container .contents_wrapper.col-2 #main {
    margin: 0;
  }

  #side .side-contents ul>li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #side .side-contents>* {
    width: 100%;
  }

  #side .contents-block__archive {margin-top: 2em;}

  #side .contents-block__archive ul {
    display: flex;
    flex-wrap: wrap;
  }

  #side .contents-block__archive ul>li {
    margin: 0 8% 3% 0;
    width: calc(50% - 8% / 2);
  }

  #side .contents-block__archive ul>li:nth-child(even) {
    margin-right: 0;
  }
}



#container .contents_wrapper.col-2 {
  margin: 0 auto;
  max-width: 1200px;
  /* padding-top: 30px; */
  width: 90%;
  overflow: inherit;
}

#container .contents_wrapper.col-2 #main {
  width: 100%;
}


@media (min-width: 1080px) {
  .contents_wrapper.col-2 .section .section-inner {
    padding-top: 0;
    width: 100%;
  }

  #container .contents_wrapper.col-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  #container .contents_wrapper.col-2 #main {
    max-width: 900px;
    margin: 0 0 0 auto;
    width: calc(100% - 30% + 30px);
  }

  #container .contents_wrapper.col-2 #side {
    overflow: inherit;
    padding-right: 30px;
    max-width: 265px;
    width: 32%;
  }

  #container .contents_wrapper.col-2 #side .side-contents.fixed {
    position: fixed;
    top: 80px;
  }
}

@media (max-width: 1200px) {
  #container .contents_wrapper.col-2 #main {
    margin: 0;
  }
  #container .contents_wrapper.col-2 #side {margin-top: 5%;}
}

@media (max-width: 767px) {

  #container .contents_wrapper.col-2 #main,
  #container .contents_wrapper.col-2 #side {
    width: 100%;
    max-width: none;
  }

  #container .contents_wrapper.col-2 {
    padding-top: 0;
    width: 100%;
  }

  #container .contents_wrapper.col-2 #side {
    width: 92%;
    margin: 0 auto;
    margin-top: 5%;
    padding-bottom: 5%;
    padding-right: 0;
  }

  .contents_wrapper__media #side .side-contents .contents-block__archive {
    text-align: center;
    width: 100%;
  }

  .contents_wrapper__media #side .side-contents h2 {
    text-align: center;
  }

  .contents_wrapper__media #side .side-contents ul {
    display: inline-block;
  }
}

/*---------- FLOATING BANNER ----------*/
.floating-bnr-area {
  bottom: 30px;
  right: 30px;
  position: fixed;
  transition: 0.5s;
  width: 20%;
  z-index: 10;
}

@media (min-width: 768px) {
  .floating-bnr-area {
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.7);
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .floating-bnr-area {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
  }
}

.floating-bnr {
  background-color: #FFF;
  border: solid 4px #EC008C;
  padding: 15px;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.blueWrap .floating-bnr {
  border: solid 4px #0170B8;
}

.blueWrap .blue {
  color: #0170B8 !important;
}

@media (max-width: 767px) {
  .floating-bnr {
    border-width: 2px;
    padding: 0;
  }

  .floating-bnr-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  .floating-bnr::before {
    content: 'RESERVATION';
    color: #FFF;
    display: inline-block;
    background-color: #EC008C;
    font-size: 1.4rem;
    left: 0;
    letter-spacing: 0;
    padding: 0.7em 1em;
    position: absolute;
    text-align: center;
    top: 0;
  }

  .blueWrap .floating-bnr::before {
    background-color: #0170B8;
  }
}

.floating-bnr-thumb {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .floating-bnr-thumb {
    aspect-ratio: 15/11;
  }
}

@media (max-width: 767px) {
  .floating-bnr-thumb {
    width: 30%;
  }

  .floating-bnr-body {
    padding: 3% 5%;
    width: 70%;
  }
}

.floating-bnr-ttl {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .floating-bnr-ttl {
    padding: 10px 0;
  }
}

.floating-bnr-ttl>* {
  display: block;
}

.floating-bnr-ttl-sub {
  font-size: 1.4rem;
}

.blueWrap .floating-bnr-ttl-sub {
  font-size: 1.2rem;
}

@media (max-width: 1260px) {
  .floating-bnr-ttl {
    font-size: 20px;
  }

  .floating-bnr-ttl-sub,
  .blueWrap .floating-bnr-ttl-sub {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .floating-bnr-ttl {
    font-size: 14px;
  }

  .floating-bnr-ttl-sub,
  .blueWrap .floating-bnr-ttl-sub {
    font-size: 10px;
  }
}


.floating-bnr-link {
  display: block;
  text-align: center;
}

.floating-bnr-link>* {
  display: inline-block;
}

.floating-bnr-link .arrow::before,
.floating-bnr-link .arrow::after {
  right: -2em;
}

@media (max-width: 767px) {
  .floating-bnr-link {
    display: none;
  }
}

.bnr-close-btn {
  color: #333;
  cursor: pointer;
  position: absolute;
  right: -2rem;
  top: -2rem;
  z-index: 2;
}

.bnr-close-btn .ico-close::before {
  background-image: url(../img/common/btn_close.png);
  margin: 0;
  height: 2em;
  width: 2em;
}

@media (max-width: 767px) {
  .bnr-close-btn {
    right: 0;
    top: -1rem;
  }
}


/* FORM */
.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap {
  position: relative;
  height: 100%;
  border: solid 1px #a1955e;
}

.select-wrap select {
  max-width: none;
  width: 100%;
  background: none;
  border: none;
  color: #888888;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
  padding: 0.5em;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}

.select-wrap::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 2px #888888;
  border-right: solid 2px #888888;
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  pointer-events: none;
}

.select-wrap select::-ms-expand {
  display: none;
}



/* ここから */
/* フェードイン */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

#sky_company {
  * {
    box-sizing: border-box;
  }

  html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 10rem;
  }

  body {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
    position: relative;
  }

  li,
  ol {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #fff;
  }

  p {
    margin: 0;
    line-height: 1.87;
  }

  .opa {
    transition: 0.4s;
  }

  .opa:hover {
    opacity: 0.7;
  }

  .sp {
    display: none !important;
  }

  @media (max-width: 767px) {
    body {
      font-size: 1.5rem;
    }

    p {
      line-height: 1.5;
    }

    .sp {
      display: block !important;
    }

    .pc {
      display: none !important;
    }
  }

  /*==================================================
  基本
  ===================================*/

  section {
    padding: 10rem 2rem;
  }

  .content-width {
    max-width: 120rem;
    margin: 0 auto;
  }

  .section-title {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    margin-bottom: 4rem;
  }

  .section-title .ja {
    color: #fff;
    font-size: 1.8rem;
    display: block;
    line-height: 1.4;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }

  .section-title .en {
    font-size: 4rem;
    color: #a1955e;
    display: block;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-top: 1rem;
  }

  .sub-ttl {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    margin-bottom: 4rem;
  }

  @media (max-width: 1024px) {
    .sub-ttl {
      font-size: 24px;
    }
  }

  @media (max-width: 767px) {
    section {
      padding: 5rem 2rem;
    }

    .section-title {
      margin-bottom: 2.5rem;
    }

    .section-title .ja {
      font-size: 1.25rem;
    }

    .section-title .en {
      font-size: 3rem;
      margin-top: 0.7rem;
    }

    .sub-ttl {
      font-size: 2.25rem;
      line-height: 1.33;
      margin-bottom: 2.5rem;
    }
  }

  /*==================================================
ボタン
===================================*/
  .btn {
    background: #a1955e;
    border: solid 1px #a1955e;
    color: #fff;
    padding: 15px 15px;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 19rem;
    /* max-width: 19rem; */
    margin-top: 5rem;
    transition: 0.3s;
    line-height: 1;
  }

  /* .btn:hover {
    color: #a1955e;
    background: #fff;
  } */

  .btn--arrow-right,
  .btn--arrow-gold {
    position: relative;
  }

  .btn--arrow-right::after {
    position: absolute;
    content: "";
    background-image: url(../img/more-right-w.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.72rem;
    height: 0.4rem;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.6s;
  }
  .btn--arrow-gold::after {
    position: absolute;
    content: "";
    background-image: url(../img/more-right-g.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.72rem;
    height: 0.4rem;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.6s;
  }

  .btn--arrow-right:hover::after,
  .btn--arrow-gold:hover::after {
    right: 12px;
  }

  @media (max-width: 820px) {
    .btn {
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 767px) {
    .btn {
      width: 14.5rem;
      font-size: 1.5rem;
    }

    .btn--arrow-right::after,
    .btn--arrow-gold::after {
      width: 2rem;
      height: 0.3rem;
      top: 50%;
      right: 15px;
    }

    .btn--arrow-right:hover::after,
    .btn--arrow-gold:hover::after {
      right: 10px;
    }

  }

  .btn--center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;

    .confirm_button {
      background-color: inherit;
      color: #fff;
      background-color: #a1955e;
      cursor: pointer;
    }
  }

  .w-fitcontent {width: fit-content;}




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

  .header {
    background: #231815;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 12rem;
    z-index: 100;

    width: 100%;
    padding: 0 50px 0 270px;
  }

  .header .header__logo {
    width: 100%;
    max-width: 25.6rem;
  }

  .header .header__logo img {
    width: 100%;
  }

  .header .header__logo a {
    display: flex;
  }

  .header .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

  .header .header__inner__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 121.6rem;
    width: 100%;
  }

  .header .header__menu {
    display: flex;
    align-items: center;
    gap: 1.8229166667vw;
    margin-right: 2.0833333333vw;
  }

  .header .header__menu a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 450;
    color: #fff;
    /* padding-bottom: 5px; */
    transition: 0.4s;
  }

  /* .header .header__menu a:hover {
      color: #67b6e6;
  }

  .header .header__menu a.is-active {
      color: #67b6e6;
      padding-bottom: 5px;
      border-bottom: 1px solid #67b6e6;
  } */

  .header .header__contact-btn a {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background-color: #1d8ecf;
    padding: 15px 20px;
  }

  .header .header__contact-btn a img {
    width: 29px;
    height: auto;
  }

  .header .header__contact-btn a p {
    color: #fff;
    font-size: 15px;
  }

  .header .header__menu li {
    position: relative;
  }

  .header .header__menu .sub-menu {
    position: absolute;
    width: 22rem;
    background: #231815;
    top: 5rem;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding: 3rem 1.5rem;
  }

  .header .header__menu .sub-menu a {
    color: #fff;
    display: block;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }

  .header .header__menu .sub-menu li:last-child a {
    margin-bottom: 0;
  }

  .header .header__menu .sub-menu a::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 9px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header .header__menu .menu-children {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .header .header__menu .menu-children .dli-chevron-down {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 6px;
    margin-top: 2px;
  }

  .header .header__menu .menu-children .dli-chevron-down::before,
  .header .header__menu .menu-children .dli-chevron-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 7.4px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: 50% calc(100% - 0.5px);
  }

  .header .header__menu .menu-children .dli-chevron-down::before {
    transform: rotate(38.65deg);
  }

  .header .header__menu .menu-children .dli-chevron-down::after {
    transform: rotate(-38.65deg);
  }

  /* ホバー＆フォーカスで子メニュー表示 */
  .header .header__menu .menu-children:hover ul,
  .header .header__menu .menu-children ul.focused {
    opacity: 1;
    visibility: visible;
  }

  .header .header__menu li.menu-children li a:hover,
  .header .header__menu li.menu-children li a:focus {
    background: #231815;
  }

  @media (max-width: 1920px) {
    .header {
      padding: 0 50px 0 50px;
    }
  }

  @media (max-width: 1400px) {
    .header .header__logo {
      max-width: 23.6rem;
    }

    .header .header__menu a {
      font-size: 1.5rem;
    }

    .header .header__contact-btn a img {
      width: 24px;
    }

    .header .header__contact-btn a p {
      font-size: 14px;
    }
  }

  @media (max-width: 1250px) {
    .header {
      padding: 0 2rem;
    }

    .header .header__menu a {
      font-size: 1.3rem;
    }

    .header .header__contact-btn a img {
      width: 21px;
    }

    .header .header__contact-btn a p {
      font-size: 1.3rem;
    }
  }

  /* ハンバーガーメニューボタン */
  .hamburger-btn {
    position: fixed;
    top: 0;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 100;
    cursor: pointer;
  }

  .hamburger-btn .hamburger-btn__line {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    left: 50%;
    top: 30%;
    transform: translateY(-50%) translateX(-50%);
  }

  .hamburger-btn .hamburger-btn__line .line {
    position: absolute;
    content: "";
    background: #fff;
    width: 23px;
    height: 1px;
    left: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.3s;
  }

  .hamburger-btn .hamburger-btn__line .line:nth-child(1) {
    /* top: 2.8rem; */
    top: 28px;
  }

  .hamburger-btn .hamburger-btn__line .line:nth-child(2) {
    /* top: 3.5rem; */
    top: 35px;
  }

  .hamburger-btn .hamburger-btn__line .line:nth-child(3) {
    /* top: 4.2rem; */
    top: 42px;
  }

  /* ×　オープン */
  .hamburger-btn.active .line:nth-child(1),
  .hamburger-btn.active .line:nth-child(2),
  .hamburger-btn.active .line:nth-child(3) {
    top: 35px;
    left: 31%;
  }

  .hamburger-btn.active .line:nth-child(1) {
    transform: rotate(-45deg);
  }

  .hamburger-btn.active .line:nth-child(2) {
    transform: rotate(45deg);
  }

  .hamburger-btn.active .line:nth-child(3) {
    transform: rotate(45deg);
  }

  /* メニューの中身 */
  #hamburger-menu {
    width: 100%;
    height: 100%;
    background: #231815;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    padding: 0 40px 50px;

    opacity: 0;
    pointer-events: none;
  }

  #hamburger-menu .hamburger-menu__list {
    margin-top: 10rem;
  }

  #hamburger-menu .hamburger-menu__list li {
    padding-bottom: 3rem;
  }

  #hamburger-menu .hamburger-menu__list li a {
    font-size: 2rem;
    font-weight: 400;
    color: #a1955e;
    line-height: 1;
    /* display: block; */
  }

  #hamburger-menu .hamburger-menu__list li:last-child {
    padding-bottom: 0rem;
  }

  #hamburger-menu .hamburger-menu__list .menu-children .sub-menu li {
    padding-bottom: 0;
    margin-top: 2rem;
  }

  #hamburger-menu .hamburger-menu__list .menu-children .sub-menu li a {
    color: #fff;
    font-size: 1.25rem;
    padding-left: 1.5rem;
    position: relative;
  }

  #hamburger-menu .hamburger-menu__list .menu-children .sub-menu li a::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1rem;
    height: 1px;
    background-color: #fff;
  }

  /* ハンバーガーメニュー開いた時 */
  #hamburger-menu.active {
    overflow: scroll;
    visibility: visible;
    transition: all 0.5s;
    left: 0;
    -webkit-overflow-scrolling: touch;

    opacity: 1;
    pointer-events: auto;
  }

  @media (min-width: 768px) {

    .hamburger-btn,
    .hamburger-menu {
      display: none;
    }
  }

  @media (max-width: 1024px) {

    .header {
      padding: 0 1.5rem;
      padding-right: 6.5rem;
      height: 6rem;
    }

    .header .header__logo {
      max-width: 15.6rem;
    }

    .header .header__inner__right .header__menu {
      display: none;
    }

    .header .header__contact-btn a {
      background: transparent;
      display: block;
      padding: 0;
    }

    .header .header__contact-btn a p {
      display: none;
    }

    .header .header__contact-btn a img {
      width: 32.5px;
    }

    .hamburger-btn,
    .hamburger-menu {
      display: block;
    }
  }

  @media (max-width: 1024px) {
    .menu-children {
      position: relative;
    }

    .menu-children .toggle-btn {
      display: inline-block;
      width: 20px;
      height: 20px;
      top: 0;
      cursor: pointer;
      position: absolute;
      right: -2rem;
    }

    .menu-children .toggle-btn::before,
    .menu-children .toggle-btn::after {
      content: "";
      position: absolute;
      background-color: #a1955e;
      transition: 0.6s;
    }

    /* 横線 */
    .menu-children .toggle-btn::before {
      top: 50%;
      left: 0;
      width: 20px;
      height: 1px;
      transform: translateY(-50%);
    }

    .menu-children .toggle-btn::after {
      top: 0;
      left: 50%;
      width: 1px;
      height: 20px;
      transform: translateX(-50%);
    }

    .menu-children.open .toggle-btn::after {
      transform: rotate(90deg);
    }

    .menu-children .sub-menu {
      display: none;
    }

    .hamburger-menu__cta .header__contact-menu .tel {
      border: 1px solid #a1955e;
      padding: 1.5rem;
      width: 100%;
      margin: 50px auto;
    }

    .hamburger-menu__cta .header__contact-menu .tel a {
      color: #a1955e;
      font-size: 3.25rem;
      line-height: 1;
      text-align: center;
      display: block;
    }

    .hamburger-menu__cta .header__contact-menu .tel a span {
      font-size: 2rem;
    }

    .hamburger-menu__cta .header__contact-menu .insta a img {
      width: 5rem;
      height: 5rem;
      display: block;
      margin: 0 auto;
    }

  }

  /*==================================================
  MV
  ===================================*/

  .mv {
    position: relative;
    height: 100vh;
  }

  .mv .mv__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .mv .swiper-img-wrapper {
    overflow: hidden;
    height: 100vh;
    border-bottom: 3px solid #a1955e;
  }

  .mv .swiper-slide img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .mv .mv__catch {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    max-width: 800px;
    width: 100%;
    height: auto;
  }

  .mv .mv__catch img {
    width: 100%;
  }

  @media (max-width: 1024px) {
    .mv .mv__catch {
      max-width: 100%;
      width: 80%;
    }
  }

  /* TOP-メインリンクボタン */

  section.link-btn {
    padding: 5rem 2rem;
    background-color: #2f2725;
  }

  .link-btn .link-btn-wrap {
    display: flex;
    gap: 30px;
  }

  .link-btn .link-btn-wrap a {
    width: calc((100% - 60px) / 3);
    display: block;
    padding: 30px;
    border: 1px solid #fff;
    position: relative;
  }

  .link-btn .link-btn-wrap a::after {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    background-image: url(../img/triangle-deco.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    width: 20px;
    height: 20px;
  }

  .link-btn .link-btn-wrap a img {
    height: 55px;
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .link-btn .link-btn-wrap a p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }

  @media (max-width: 1024px) {
    .link-btn .link-btn-wrap a p {
      font-size: 1.6rem;
    }
  }

  @media (max-width: 820px) {

    .link-btn .link-btn-wrap {
      flex-direction: column;
    }

    .link-btn .link-btn-wrap a {
      width: 100%;
    }

    .link-btn .link-btn-wrap a p {
      font-size: 1.5rem;
    }
  }

  @media (max-width: 767px) {
    .link-btn .link-btn-wrap {
      gap: 2rem;
    }

    .link-btn .link-btn-wrap a {
      padding: 1.5rem;
    }

    .link-btn .link-btn-wrap a img {
      height: 50px;
    }

    .link-btn .link-btn-wrap a p {
      font-size: 1.5rem;
      margin-top: 1.5rem;
    }

    .link-btn .link-btn-wrap a::after {
      width: 17.5px;
      height: 17.5px;
    }
  }

  /* about */
  .about {
    background-image: url(../img/top/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2f2725;
    width: 100%;
    height: 100%;
  }

  .about .about-inner {
    display: flex;
    align-items: center;
    gap: 8rem;
  }

  .about .about-inner .about-img {
    max-width: 520px;
    width: 100%;
  }

  .about .about-inner .about-txt {
    flex: 1;
  }

  @media (max-width: 1024px) {
    .about .about-inner {
      gap: 4rem;
    }

    .about .about-inner .about-img {
      max-width: 420px;
    }
  }

  @media (max-width: 820px) {
    .about .about-inner {
      gap: 2.5rem;
      flex-direction: column;
      margin-top: -125px;
    }

    .about .about-inner .about-img {
      margin-left: auto;
    }
  }

  @media (max-width:767px) {
    .about {
      background-position: center;
    }

    .about .about-inner {
      margin-top: -75px;
    }

    .about .about-inner .about-img {
      max-width: 280px;
    }
  }

  /* service */
  .service {
    background-color: #3e3a39;
  }

  .service .service-txt {
    max-width: 69.5rem;
    width: 100%;
  }

  .service .service-list-wrap {
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
  }

  .service .service-list-wrap .service-list01 {
    background-image: url(../img/top/service01.png);
  }

  .service .service-list-wrap .service-list02 {
    background-image: url(../img/top/service02.png);
  }

  .service .service-list-wrap .service-list03 {
    background-image: url(../img/top/service03.png);
  }

  .service .service-list-wrap .service-list04 {
    background-image: url(../img/top/service04.png);
  }

  .service .service-list-wrap .service-list {
    width: calc((100% - 30px) / 4);
    height: 55rem;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 20px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: 0.4s;
    z-index: 0;
  }

  .service .service-list-wrap .service-list::after {
    position: absolute;
    content: "";
    background-color: rgba(64, 34, 15, 0.4);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: 1;
  }

  .service .service-list-wrap .service-list:hover::after {
    background-color: transparent;
  }

  .service .service-list-wrap .service-list .service-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.4rem;
    height: 9rem;
  }

  .service .service-list-wrap .service-list img {
    max-width: 12.4rem;
    max-height: 9rem;
    width: auto;
    height: auto;
    position: relative;
    z-index: 2;
  }

  .service .service-list-wrap .service-list h3 {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 2;
  }

  .service .service-list-wrap .service-list p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.56;
    position: relative;
    z-index: 2;
  }

  .service .btn {
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 1024px) {
    .service .service-list-wrap .service-list {
      height: 40rem;
    }

    .service .service-list-wrap .service-list img {
      max-width: 10.4rem;
      max-height: 7rem;
    }

    .service .service-list-wrap .service-list h3 {
      font-size: 2rem;
    }

    .service .service-list-wrap .service-list p {
      font-size: 1.5rem;
    }
  }

  @media (max-width: 820px) {
    .service .service-list-wrap {
      flex-wrap: wrap;
    }

    .service .service-list-wrap .service-list {
      width: calc((100% - 10px) / 2);
    }
  }

  @media (max-width: 767px) {
    .service .service-list-wrap {
      gap: 0.5rem;
      margin-top: 5rem;
    }

    .service .service-list-wrap .service-list {
      width: calc((100% - 0.5rem) / 2);
    }

    .service .service-list-wrap .service-list {
      width: calc((100% - 0.5rem) / 2);
      padding: 2rem 1rem;
      height: 31rem;
    }

    .service .service-list-wrap .service-list img {
      max-width: 7rem;
      max-height: 5rem;
      margin-bottom: 0.5rem;
    }

    .service .service-list-wrap .service-list {
      width: calc((100% - 0.5rem) / 2);
      padding: 2rem;
      height: 31rem;
      gap: 1rem;
    }

    .service .service-list-wrap .service-list .service-img-wrap {
      width: auto;
      height: auto;
    }

    .service .service-list-wrap .service-list h3 {
      font-size: 1.75rem;
    }

    .service .service-list-wrap .service-list p {
      font-size: 1.25rem;
      line-height: 1.4;
    }
  }

  /* property */

  .property {
    background-color: #2f2725;
    overflow: hidden;
  }

  .property .property-list-wrap {
    display: flex;
    gap: 17rem;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    align-items: flex-start;
    margin-top: 6rem;
    margin-bottom: 10rem;
  }

  .property .property-list-wrap .property-arrows {
    max-width: 19rem;
    width: 100%;
  }

  .property .property-list-wrap .property-arrows .slider-arrows {
    display: flex;
    gap: 3rem;
  }

  .property .property-list-wrap .property-arrows .prev-arrow,
  .property .property-list-wrap .property-arrows .next-arrow {
    width: 6rem;
    height: 6rem;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .property .property-list-wrap .property-arrows .prev-arrow {
    background-image: url(../img/slide-left.png);
  }

  .property .property-list-wrap .property-arrows .next-arrow {
    background-image: url(../img/slide-right.png);
  }

  .property .property-list-wrap .property-arrows .btn--arrow-right {
    margin-top: 10rem;
  }

  .property .property-list-wrap .propertylist {
    min-width: 0;
    flex: 1;
    margin: 0;
  }

  .property .property-list-wrap .propertylist .property-item {
    max-width: 31rem;
    width: 100%;
    padding: 0;
    margin: 0 10px;
  }

  .property .property-list-wrap .propertylist .property-item .property-item__thumb {
    height: 44rem;
  }

  .property .property-list-wrap .propertylist .property-item .property-item__thumb img {
    width: 100%;
    height: 100%;
  }

  .property .property-list-wrap .propertylist .property-item .property-item-body {
    background-color: transparent;
    padding: 0;
    margin-top: 2rem;
  }

  .property .property-list-wrap .propertylist .property-item .property-item__title {
    font-size: 2rem;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
  }

  .property .club-bnr-wrap {
    max-width: 100rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    display: block;

    background-image: url(../img/top/club-bnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    transition: 0.6s;
  }

  .property .club-bnr-wrap::after {
    background-color: rgba(117, 108, 66, 1);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    mix-blend-mode: multiply;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: 0.6s;
  }

  /* .property .club-bnr-wrap:hover::after {
    background-color: rgba(117, 108, 66, 0.5);
  } */

  .property .club-bnr-wrap .club-bnr-border {
    width: 100%;
    height: 100%;
    border: 2px solid #a1955e;
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    padding: 2.5rem;
    padding-right: 7rem;
    align-items: center;
    transition: 0.6s;
  }

  .property .club-bnr-wrap .section-title {
    margin-bottom: 1rem;
  }

  .property .club-bnr-wrap .right-circle {
    width: 8rem;
  }

  /* .property .club-bnr-wrap:hover .club-bnr-border {
    padding-right: 5.5rem;
  } */

  @media (max-width: 1024px) {
    .property .property-list-wrap {
      gap: 4rem;
    }

    .property .club-bnr-wrap {
      max-width: 100%;
    }
  }

  @media (max-width: 767px) {
    .property .btn {
      margin-right: 0;
    }

    .property .property-list-wrap {
      gap: 2.5rem;
      margin-top: 5rem;
      margin-bottom: 5rem;
    }

    .property .property-list-wrap .property-arrows {
      max-width: fit-content;
      width: 100%;
    }

    .property .property-list-wrap .property-arrows .slider-arrows {
      gap: 2rem;
    }

    .property .property-list-wrap .property-arrows .prev-arrow,
    .property .property-list-wrap .property-arrows .next-arrow {
      width: 4rem;
      height: 4rem;
    }

    .property .property-list-wrap .propertylist .property-item .property-item__thumb {
      height: 28.5rem;
    }

    .property .property-list-wrap .propertylist .property-item {
      max-width: 20rem;
    }

    .property .property-list-wrap .propertylist .property-item .property-item-body {
      margin-top: 1rem;
    }

    .property .property-list-wrap .propertylist .property-item .property-item__title {
      font-size: 1.5rem;
    }

    .property .club-bnr-wrap {
      height: auto;
      padding: 1.5rem;
    }

    .property .club-bnr-wrap .club-bnr-border {
      padding: 2.5rem;
      padding-right: 3rem;
    }

    .property .club-bnr-wrap .club-bnr-border {
      padding: 2.5rem;
      padding-right: 3rem;
      flex-direction: column;
      align-items: baseline;
    }

    .property .club-bnr-wrap .club-bnr-border .club-txt {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      gap: 2.7rem;
    }

    .property .club-bnr-wrap .right-circle {
      width: 4.65rem;
      display: block;
    }
  }


  /* consult */
  .consult {
    background-color: #3e3a39;
  }

  .consult .content-width {
    display: flex;
    justify-content: space-between;
  }


  .consult .content-width .consult-txt {
    width: 50%;
    padding-left: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .consult .content-width .consult-bg-wrap {
    width: 50%;
  }

  .consult .content-width .consult-bg-wrap .consult-bg {
    margin-left: calc((50vw - 100%) * -1);
    width: 50vw;
    position: relative;
    height: 100%;
  }

  .consult .content-width .consult-bg-wrap .consult-img {
    background-image: url(../img/top/consult-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
  }


  @media (max-width: 1024px) {
    .consult .content-width .consult-bg-wrap {
      width: 45%;
    }

    .consult .content-width .consult-txt {
      width: 55%;
      padding-left: 4rem;
    }
  }

  @media (max-width: 820px) {
    .consult .content-width {
      flex-direction: column;
      gap: 4rem;
    }

    .consult .content-width .consult-bg-wrap {
      width: 50%;
    }

    .consult .content-width .consult-bg-wrap .consult-img {
      height: 300px;
      width: 600px;
    }

    .consult .content-width .consult-txt {
      width: 100%;
      padding-left: 0;
    }
  }

  @media (max-width: 767px) {
    .consult {
      padding-top: 6rem;
    }

    .consult .content-width .consult-bg-wrap .consult-img {
      height: 15rem;
      width: 30rem;
    }

    .consult .content-width .consult-txt {
      padding-bottom: 0;
    }
  }

  /* recruit */
  .recruit {
    background-color: #3e3a39;
    padding-bottom: 0;
    overflow: hidden;
    /* overflow-x: hidden; */
  }

  .recruit .recruit-bg {
    background-color: #2f2725;
    display: flex;
    justify-content: space-between;
    margin-right: calc(50% - 50vw);
  }

  .recruit .recruit-bg .recruit-txt {
    width: 55%;
    padding: 10rem;
    padding-right: 8rem;
  }

  .recruit .recruit-bg .recruit-img-wrap {
    width: 45%;
  }

  .recruit .recruit-bg .recruit-img-wrap .recruit-img-inner {
    /* margin-right: calc((50vw - 100%) * -1);
    width: 50vw; */
    position: relative;
    height: 100%;
  }

  .recruit .recruit-bg .recruit-img-wrap .recruit-img {
    background-image: url(../img/top/recruit-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50rem;
    width: 100%;
    margin-top: -10rem;
  }

  @media (max-width: 1024px) {
    .recruit .recruit-bg .recruit-txt {
      width: 50%;
      padding: 10rem 2rem;
    }

    .recruit .recruit-bg .recruit-img-wrap {
      width: 50%;
    }
  }

  @media (max-width: 820px) {
    .recruit .recruit-bg {
      flex-direction: column-reverse;
      gap: 5rem;
    }

    .recruit .recruit-bg .recruit-txt {
      width: 100%;
      padding: 0 2rem 5rem;
    }

    .recruit .recruit-bg .recruit-img-wrap {
      width: 100%;
    }

    .recruit .recruit-bg .recruit-img-wrap .recruit-img {
      height: 37.5rem;
      width: 60rem;
      margin-left: auto;
    }
  }

  @media (max-width: 767px) {
    .recruit .recruit-bg .recruit-img-wrap .recruit-img {
      margin-top: -5rem;
    }

    .recruit .recruit-bg .recruit-img-wrap .recruit-img {
      height: 18.7rem;
      width: 30rem;
      margin-left: auto;
    }
  }

  /* news */
  .news {
    background-color: #3e3a39;
  }

  .news .ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .news .btn {
    margin: 0;
  }

  .news .news-area .post-list .post {
    font-size: 1.6rem;
    border-bottom: solid 1px #898989;
    padding: 2rem;
    position: relative;
  }

  .news .news-area .post-list .post::after {
    position: absolute;
    content: "";
    background-image: url(../img/more-right-g.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    right: 5rem;
    transform: translateY(-50%) translateX(-50%);
    width: 2.72rem;
    height: 0.41rem;
    transition: 0.6s;
  }

  .news .news-area .post-list .post:hover::after {
    right: 4rem;
  }

  .news .news-area .post-list .post:first-child {
    border-top: solid 1px #898989;
  }

  .news .news-area .post-list .post-inner {}

  .news .news-area .post-list .post-inner .date-category {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }

  .news .news-area .post-list .post-inner .date-category .post__date {
    font-size: 1.3rem;
    color: #fff;
  }

  .news .news-area .post-list .post-inner .date-category .post__category {
    background-color: #a1955e;
    margin-left: 2rem;
    padding: 0rem 1rem;
    color: #fff;
    font-size: 1.3rem;
  }

  @media (max-width: 767px) {
    .news .news-area .post-list .post {
      font-size: 1.5rem;
      padding: 1.5rem 2rem;
    }

    .news .news-area .post-list .post::after {
      display: none;
    }

    .news .news-area .post-list .post-inner .date-category .post__date {
      font-size: 1rem;
    }

    .news .news-area .post-list .post-inner .date-category .post__category {
      margin-left: 1rem;
      padding: 0rem 0.5rem;
      font-size: 1rem;
    }
  }

  /* フッター */
  #footer {
    background-color: #2f2725;
    padding: 9rem 2rem 3rem;
  }

  #footer .footer-ttl {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.8;
    color: #a1955e;
    border-bottom: 1px solid #a1955e;
    padding-bottom: 5rem;
    margin-bottom: 10rem;
  }

  #footer .footer-logo {
    max-width: 30.7rem;
    width: 100%;
    margin-bottom: 5rem;
  }

  #footer .footer-logo img {
    width: 100%;
  }

  #footer .footer-info-nav {
    display: flex;
    align-items: flex-start;
    gap: 10rem;
    margin-bottom: 14rem;
  }

  #footer .footer-info-nav .footer-info-area {
    width: 50%;
  }

  #footer .footer-info-nav .footer-info-area .map {
    width: 100%;
    height: 34rem;
  }

  #footer .footer-info-nav .footer-info-area .map img {
    width: 100%;
    height: 100%;
  }

  #footer .footer-info-nav .footer-info-area .footer-info-box p {
    font-size: 1.6rem;
    line-height: 1.87;
    color: #fff;
  }

  #footer .footer-info-nav .footer-info-area .footer-info-box p span {
    display: block;
  }

  #footer .footer-info-nav .footer-info-area .footer-info-box .footer-address,
  #footer .footer-info-nav .footer-info-area .footer-info-box .footer-businesshours {
    margin-top: 3rem;
  }

  #footer .footer-info-nav .footer-info-area .insta {
    margin-top: 5rem;
    width: 5rem;
    height: 5rem;
    display: block;
  }

  #footer .footer-info-nav .footer-info-area .insta img {
    width: 100%;
  }

  #footer .footer-nav-area {
    display: flex;
    justify-content: space-between;
    width: 50%;
    gap: 5rem;
  }

  #footer .footer-nav-area ul {
    width: 50%;
  }

  #footer .footer-nav-area .nav-ttl .ttl {
    color: #a1955e;
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #a1955e;
    font-size: 1.8rem;
  }

  #footer .footer-nav-area .nav-ttl .sub-nav {
    width: 100%;
  }

  #footer .footer-nav-area .nav-ttl .sub-nav li a {
    font-size: 1.6rem;
    color: #fff;
    padding-left: 2rem;
    line-height: 1.87;
    position: relative;
  }

  #footer .footer-nav-area .nav-ttl .sub-nav li a::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 9px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #footer .footer-nav-area .nav-ttl .sub-nav {
    margin-bottom: 5rem;
  }

  #footer .footer-nav-area .nav-ttl.m-b a {
    margin-bottom: 3rem;
  }

  #footer .footer-nav-area ul .nav-ttl:last-child .sub-nav {
    margin-bottom: 0;
  }

  #footer .copy {
    font-size: 1.6rem;
    text-align: center;
  }

  @media (max-width: 1400px) {
    #footer .footer-info-nav {
      gap: 5rem;
    }
  }

  @media (max-width: 1024px) {
    #footer .footer-info-nav .footer-info-area {
      width: 100%;
    }

    #footer .footer-nav-area {
      display: none;
    }
  }

  @media (max-width: 820px) {
    #footer .footer-info-nav {
      flex-direction: column;
    }

    #footer .footer-info-nav .footer-info-area {
      width: 100%;
    }

    #footer .footer-nav-area {
      width: 100%;
    }

    #footer .footer-info-nav {
      margin-bottom: 5rem;
    }
  }

  @media (max-width: 767px) {
    #footer {
      padding: 5rem 2rem 3rem;
    }

    #footer .footer-ttl {
      font-size: 2rem;
      line-height: 1.36;
      padding-bottom: 3rem;
      margin-bottom: 5rem;
    }

    #footer .footer-logo {
      max-width: 18.7rem;
      width: 100%;
      margin-bottom: 2.5rem;
    }

    #footer .footer-info-nav .footer-info-area .map {
      width: 100%;
      height: 20.75rem;
    }

    #footer .footer-info-nav .footer-info-area .footer-info-box .footer-address,
    #footer .footer-info-nav .footer-info-area .footer-info-box .footer-businesshours {
      margin-top: 2.5rem;
      font-size: 1.5rem;
    }

    #footer .footer-info-nav .footer-info-area .insta {
      margin-top: 3rem;
      width: 4rem;
      height: 4rem;
      display: block;
    }

    #footer .footer-info-nav {
      margin-bottom: 3rem;
    }

    #footer .copy {
      font-size: 1rem;
      text-align: center;
    }
  }
}

/* PAGE */

#sky_company {

  #container.page {
    margin-top: 12rem;
    background-color: #2f2725;

    @media (max-width: 1024px) {
      margin-top: 6rem;
    }

    .bg-c-black {
      background-color: #2f2725;
    }

    .bg-c-brown {
      background-color: #3e3a39;
    }

    .main-visual {
      height: 38rem;
      position: relative;
    }

    .main-visual .main-visual-bg {
      background-image: url(../img/top/page-mv.png);
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      background-position: center 50%;
    }

    .main-visual .main-visual-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
    }

    .main-visual .main-visual-inner .page-title {
      text-align: center;
    }

    .main-visual .main-visual-inner .page-title span {
      display: block;
    }

    .main-visual .main-visual-inner .page-title .page-title__sub {
      font-size: 2.5rem;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 2rem;
    }

    .main-visual .main-visual-inner .page-title .page-title__main {
      font-size: 55px;
      line-height: 1.2;
      color: #a1955e;
    }

    @media (max-width: 1024px) {
      .main-visual {
        height: 19rem;
      }

      .main-visual .main-visual-inner {
        width: 100%;
      }

      .main-visual .main-visual-inner .page-title .page-title__sub {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
      }

      .main-visual .main-visual-inner .page-title .page-title__main {
        font-size: 3rem;
      }
    }

    /* パンくずリスト */
    #breadcrumb {}

    #breadcrumb .breadcrumb-inner {
      padding: 20px 0 0;
      margin: 0 auto;
      max-width: 1200px;
      width: 90%;
    }

    @media (max-width: 1024px) {
      #breadcrumb .breadcrumb-inner {
        width: 96%;
      }
    }

    @media (max-width: 767px) {
      #breadcrumb .breadcrumb-inner {
        padding: 5% 0;
      }
    }

    #breadcrumb ul {
      font-size: 0;
      line-height: 0;
    }

    #breadcrumb ul li {
      display: inline;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.4;
    }

    #breadcrumb ul li a {
      color: #fff;
    }

    #breadcrumb ul li:not(:last-child) {
      padding-right: 0.5em;
    }

    #breadcrumb ul li:not(:first-child)::before {
      content: '\03e';
      display: inline-block;
      padding-right: 0.4em;
      font-size: 1.1em;
      color: #fff;
      font-weight: normal;
    }



    @media (max-width: 767px) {
      #breadcrumb ul li {
        font-size: 1.5rem;
        line-height: 1.2;
      }

      #breadcrumb ul li:not(:first-child)::before {
        font-size: 1.5rem;
      }
    }

    /* other_page_links */
    .other_page_links {
      background-color: #fff;
      padding: 60px 0;
    }

    .other_page_links ul {
      display: flex;
      /* gap: 3rem; */
      justify-content: space-between;
    }

    .other_page_links ul li {
      width: calc((100% - 6rem) / 3);
      height: 150px;
    }

    .other_page_links ul li a {
      padding: 5rem;
      width: 100%;
      height: 100%;

      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #a1955e;
    }

    .other_page_links ul li a .en {
      font-size: 3rem;
      padding-bottom: 1rem;
      display: block;
    }

    .other_page_links ul li a .ja {
      font-size: 1.6rem;
    }

    .other_page_links ul li img {
      width: 4.1rem;
      height: 4.1rem;
    }


    @media (max-width: 1024px) {
      .other_page_links {
        padding: 50px 20px;
      }
      .other_page_links ul li a {
        padding: 4rem 2rem;
      }

      .other_page_links ul li a .en {
        font-size: 2.4rem;
        padding-bottom: 0.5rem;
        display: block;
      }

      .other_page_links ul li a .ja {
        font-size: 1.5rem;
      }

      .other_page_links ul li img {
        width: 3.6rem;
        height: 3.6rem;
      }
    }

    @media (max-width: 767px) {
      .other_page_links {
        padding: 50px 20px;
      }
      .other_page_links ul {
        gap: 2rem;
        flex-direction: column;
      }

      .other_page_links ul li {
        width: 100%;
      }

      .other_page_links ul li a {
        padding: 4rem 3rem;
        width: 100%;
      }
    }
    @media (min-width: 1080px) {
      .other_page_links ul li {
        /* height: 150px;
        padding: 0 5rem;
        display: flex;
        align-items: center; */
      }
    }

    /*==================================================
  ABOUT US
  ===================================*/
    /*SIDEMENU*/
    .sidemenu {
      display: none;
      left: 5%;
      position: fixed;
      top: 20%;
      transition: 0.2s;
    }

    @media (max-width: 1500px) {
      .sidemenu {
        left: 2%;
      }
    }

    .sidemenu h3 {
      color: #a1955e;
      font-size: 2rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid #a1955e;
      margin-bottom: 2rem;
      letter-spacing: 0.05em;
    }

    .sidemenu li {
      font-size: 1.7rem;
      line-height: 2.05;
    }

    .sidemenu li>a {
      color: #a1955e;
      display: block;
      position: relative;
    }

    .sidemenu li.current>a {
      color: #fff;
    }

    /* .sidemenu li.current>a::before {
      content: '';
      display: inline-block;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0.5em;
      border-top: solid 3px #EC008C;
      width: 0.6em;
    } */

    /* message */
    #about-us #message .content-width {
      max-width: 110rem;
    }

    #about-us #message .about-txt p {
      margin-bottom: 3rem;
    }

    #about-us #message .about-dear {
      margin-left: auto;
      margin-right: 0;
      width: fit-content;
    }

    #about-us #message .about-dear p {
      text-align: left;
    }

    #about-us #message .about-dear img {
      width: 14.9rem;
    }

    /* philosophy */

    #about-us #philosophy {
      background-color: #3e3a39;
    }

    #about-us #philosophy .content-width {
      max-width: 1000px;
    }

    #about-us #philosophy .section-title .ja,
    #about-us #philosophy .section-title .en {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    #about-us #philosophy .philosophy-list h3 {
      font-size: 2.3rem;
      text-align: center;
      color: #fff;
      padding: 1rem 5rem;
      background-color: #a1955e;
      width: fit-content;
      margin: 0 auto;
    }

    #about-us #philosophy .philosophy-list ul {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      margin: 4rem 0;
    }

    #about-us #philosophy .philosophy-list ul li {
      font-family: "ah-hakushu-running-script", sans-serif;
      font-weight: 100;
      font-style: normal;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      font-size: 4.5rem;
      line-height: 2.2;
    }

    #about-us #philosophy .motto {
      width: 100%;
      border: 1.3px solid #a1955e;
      padding: 5rem 10rem;
      margin-bottom: 10rem;
    }

    #about-us #philosophy .motto h3 {
      font-size: 2.3rem;
      margin-bottom: 3rem;
      text-align: center;
      font-weight: 500;
      color: #fff;
    }

    #about-us #philosophy .motto p {
      color: #fff;
    }

    #about-us #philosophy .logo h3 {
      font-size: 2.8rem;
      text-align: center;
      color: #a1955e;
      position: relative;
      font-weight: 500;
      padding-bottom: 2rem;
    }

    #about-us #philosophy .logo h3::after {
      position: absolute;
      content: "";
      width: 8rem;
      height: 0.3rem;
      background-color: #a1955e;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
    }

    #about-us #philosophy .logo img {
      margin: 4rem auto;
      width: 10.5rem;
      display: block;
    }

    /* history */

    #about-us #history .content-width {
      max-width: 1100px;
    }

    #about-us #history .timeline>li {
      /* overflow: hidden; */
      margin: 0;
      position: relative;

      display: flex;
    }

    #about-us #history .timeline-date {
      width: 12rem;
      /* float: left; */
      /* margin-top: 1.8rem; */
      /* margin-bottom: 1.2rem; */
      font-size: 2rem;
      margin-top: 0.65em;
    }

    #about-us #history .timeline-content {
      width: 75%;
      /* float: left; */
      border-left: 1.3px #a1955e solid;
      font-size: 1.6rem;
      /* padding: 2rem; */
      padding: 0;
      padding-top: 1em;
      padding-left: 4rem;
      position: relative;

      & p.flex {
        display: flex;
        justify-content: flex-start;
        gap: 1.5em;
      }
    }

    #about-us #history .timeline-content:before {
      content: '';
      width: 15px;
      height: 15px;
      background: #a1955e;
      position: absolute;
      left: -8px;
      top: 1.05em;
      border-radius: 100%;
    }

    @media (min-width: 768px) {
      #about-us #history .timeline-content:before {
        top: 24px;
      }
    }

    /* dateabout */

    #about-us #dateabout {
      background-color: #3e3a39;
    }

    #about-us #dateabout .content-width {
      max-width: 1100px;
    }

    #about-us #dateabout .dateabout-list-wrap {
      display: flex;
      gap: 3rem;
    }

    #about-us #dateabout .dateabout-list-wrap .dateabout-list {
      background-color: #a1955e;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      padding-top: 3rem;
    }

    #about-us #dateabout .dateabout-list-wrap .dateabout-list p {
      font-size: 2.5rem;
      color: #fff;
      text-align: center;
      margin-bottom: 3rem;
    }

    #about-us #dateabout .dateabout-list-wrap .dateabout-list img {
      width: 95%;
      margin: 0 auto;
      display: block;
    }

    #about-us #dateabout .dateabout-list-wrap3 .dateabout-list:first-child img {
      width: 80%;
    }

    #about-us #dateabout .dateabout-list-wrap3 {
      margin-top: 5rem;
      margin-bottom: 3rem;
    }

    #about-us #dateabout .dateabout-list-wrap3 .dateabout-list {
      width: calc((100% - 60px) / 3);
    }

    #about-us #dateabout .dateabout-list-wrap2 .dateabout-list {
      width: calc((100% - 30px) / 2);
    }

    /* outline */

    #about-us #outline .content-width {
      max-width: 1100px;
    }

    #about-us #outline .outline-wrap dl {
      display: flex;
      align-items: baseline;
      width: 100%;
      border-bottom: 0.5px solid #a1955e;
      border-left: 0.5px solid #a1955e;
      color: #fff;
    }

    #about-us #outline .outline-wrap dl:first-child {
      border-top: 0.5px solid #a1955e;
    }

    #about-us #outline .outline-wrap dl dt {
      padding: 2rem;
      max-width: 13rem;
      width: 100%;
    }

    #about-us #outline .outline-wrap dl dd {
      padding: 2rem;
      border-right: 0.5px solid #a1955e;
      border-left: 0.5px solid #a1955e;
      flex: 1;
      line-height: 1.87;
    }

    @media (max-width: 1650px) {
      #about-us .content-width {
        padding-left: 10rem;
      }
    }

    @media (max-width: 1350px) {
      #about-us .content-width {
        padding-left: 18rem;
      }

      .sidemenu h3 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
      }

      .sidemenu li {
        font-size: 1.5rem;
        line-height: 2.05;
      }

      /* philosophy */
      #about-us #philosophy .motto {
        padding: 3rem 5rem;
      }
    }

    @media (max-width: 1024px) {
      #about-us .content-width {
        padding-left: 0;
      }

      #about-us #history .timeline-content p.flex {
        gap: 0.5em;
      }

      .sidemenu {
        background-color: rgba(47, 39, 37, 0.5);
        padding: 2rem;
      }

      .sidemenu h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        padding-bottom: 1.5rem;
      }

      .sidemenu li {
        font-size: 1.2rem;
      }

      #about-us #history .timeline-content .timeline-month {min-width: 36px;}
    }

    @media (max-width: 767px) {
      #about-us #philosophy .philosophy-list h3 {
        font-size: 1.7rem;
        padding: 1rem 3rem;
      }

      #about-us #philosophy .philosophy-list ul li {
        font-size: 3rem;
      }

      #about-us #philosophy .motto {
        padding: 3rem 2rem;
      }

      #about-us #philosophy .motto h3 {
        font-size: 2rem;
        margin-bottom: 2rem;
      }

      #about-us #philosophy .motto {
        margin-bottom: 5rem;
      }

      #about-us #philosophy .logo h3 {
        font-size: 2.4rem;
        padding-bottom: 2rem;
      }

      #about-us #philosophy .logo img {
        margin: 4rem auto;
        width: 8rem;
      }

      #about-us #history .timeline>li {
        display: flex;
      }

      #about-us #history .timeline-date {
        width: 25%;
        font-size: 1.5rem;
      }

      #about-us #history .timeline-content {
        width: 75%;
        font-size: 1.4rem;
        padding: 1rem;
        padding-left: 2rem;
      }

      #about-us #history .timeline-content:before {
        width: 13px;
        height: 13px;
        left: -7px;
      }

      #about-us #dateabout .dateabout-list-wrap {
        flex-direction: column;
        gap: 2rem;
      }

      #about-us #dateabout .dateabout-list-wrap .dateabout-list {
        padding-top: 2rem;
      }

      #about-us #dateabout .dateabout-list-wrap .dateabout-list p {
        font-size: 2rem;
        margin-bottom: 2rem;
      }

      #about-us #dateabout .dateabout-list-wrap3 {
        margin-bottom: 2rem;
        gap: 2rem;
      }

      #about-us #dateabout .dateabout-list-wrap3 .dateabout-list {
        width: 100%;
      }

      #about-us #dateabout .dateabout-list-wrap2 .dateabout-list {
        width: 100%;
      }

      #about-us #outline .outline-wrap dl dt {
        padding: 1.5rem 1rem;
        max-width: 10rem;
        width: 100%;
      }

      #about-us #outline .outline-wrap dl dd {
        padding: 1.5rem 1rem;
        line-height: 1.5;
      }

    }

    /*==================================================
  SERVICE
  ===================================*/

    #service .content-width {
      max-width: 110rem;
    }

    #service #service-top .section-title .en {
      margin-top: 0;
    }

    #service #service-top .service-link-wrap {
      margin-top: 4rem;
      display: flex;
      gap: 3rem;
    }

    #service #service-top .service-link-wrap a {
      width: calc((100% - 9rem) / 4);
      padding: 1.5rem 0;
      background-color: #a1955e;
      display: block;
    }

    #service #service-top .service-link-wrap a p {
      text-align: center;
      font-size: 2rem;
      line-height: 1.2;
      color: #fff;
      margin-bottom: 1rem;
    }

    #service #service-top .service-link-wrap a .dli-chevron-down {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      line-height: 1;
      width: 1.2rem;
      height: 1.2rem;
      border: 0.1em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-25%) rotate(135deg);
      margin: 0 auto;
      display: block;
    }

    #service .service-content .content-width {
      display: flex;
      justify-content: space-between;
      gap: 5rem;
      align-items: baseline;
    }

    #service .service-content .content-width.reverse {
      flex-direction: row-reverse;
    }

    #service .service-content .content-width .txt-wrap {
      flex: 1;
    }

    #service .service-content .content-width .img-wrap {
      width: 38rem;
      height: auto;
    }

    #service .service-content .content-width .img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @media (max-width: 1650px) {
      #service .content-width {
        padding-left: 6rem;
      }
    }

    @media (max-width: 1440px) {
      #service .service-content .content-width .img-wrap {
        width: 30rem;
      }
    }

    @media (max-width: 1350px) {
      #service .content-width {
        padding-left: 13rem;
      }
    }

    @media (max-width: 1024px) {
      #service .content-width {
        padding-left: 0;
      }

      #service #service-top .service-link-wrap {
        gap: 2rem;
      }

      #service #service-top .service-link-wrap a {
        width: calc((100% - 6rem) / 4);
      }

      #service #service-top .service-link-wrap a p {
        font-size: 1.8rem;
      }

      #service #service-top .service-link-wrap a .dli-chevron-down {
        width: 1rem;
        height: 1rem;
      }

      #service .service-content .content-width {
        gap: 3rem;
      }
    }

    @media (max-width: 820px) {
      #service .service-content .content-width .img-wrap {
        width: 22rem;
      }
    }

    @media (max-width: 767px) {
      #service #service-top .service-link-wrap {
        gap: 1.5rem;
        flex-wrap: wrap;
      }

      #service #service-top .service-link-wrap a {
        width: calc((100% - 1.5rem) / 2);
      }

      #service #service-top .service-link-wrap a p {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
      }

      #service #service-top .service-link-wrap a .dli-chevron-down {
        width: 0.8rem;
        height: 0.8rem;
      }

      #service .service-content .content-width,
      #service .service-content .content-width.reverse {
        flex-direction: column-reverse;
      }

      #service .service-content .content-width .img-wrap {
        width: 100%;
        height: 30rem;
        margin: 0 auto;
        display: block;
      }

      #service .service-content .content-width .img-wrap img {
        object-position: top;
        margin: 0 auto;
        display: block;
      }

      #service .service-content .content-width .txt-wrap {
        width: 100%;
      }

    }

    /*==================================================
  PROPERTY
  ===================================*/

    #property .col-2 {
      padding: 0;
      width: 100%;
    }

    #property #property-tab {
      padding-bottom: 0;
    }

    #property #property-tab .flexbox {
      display: flex;
      gap: 5rem;
      justify-content: center;
      overflow: hidden;
      padding-bottom: 10rem;
      border-bottom: 1px solid #a1955e;
    }

    #property #property-tab .tab li a,
    #property #property-tab .tab li span {
      display: block;
      width: 100%;
      background-color: #a1955e;
      color: #fff;
      padding: 0 3rem;
      text-align: center;
      font-size: 1.8rem;
      position: relative;
      cursor: pointer;

      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
    }

    @media (min-width: 1080px) {
      #property #property-tab .tab li a,
      #property #property-tab .tab li span {
        height: 70px;
        width: 30rem;
        font-size: 2rem;
      }
    }

    #property #property-tab .tab li a::after,
    #property #property-tab .tab li span::after {
      position: absolute;
      content: "";
      background-image: url(../img/more-right-w.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 2.72rem;
      height: 0.4rem;
      top: 50%;
      right: 3rem;
      transform: translateY(-50%);
      pointer-events: none;
      transition: 0.6s;
    }

    #property #property-tab .tab .select a,
    #property #property-tab .tab .select span {
      background-color: #fff;
      color: #a1955e;


    }

    #property #property-tab .tab .select span::after,
    #property #property-tab .tab .select a::after {
      position: absolute;
      content: "";
      background-image: url(../img/more-right-g.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 2.72rem;
      height: 0.4rem;
      top: 50%;
      right: 3rem;
      transform: translateY(-50%);
      pointer-events: none;
      transition: 0.6s;
    }

    .property-box {
      position: relative;
      z-index: 10;

      .hide {
        display: none;
      }
    }

    /*----- PAGER -----*/
    .pager-area {
      margin: 50px 0 0;
    }

    .pager {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .pager .page-numbers {
      color: #a1955e;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1;
    }

    .pager .page-numbers a {
      color: #a1955e !important;
    }

    .pager .page-numbers:not(:last-child) {
      margin-right: 4rem;
    }

    .pager .page-numbers.current {
      color: #fff;
      text-decoration: none;
    }

    .pager .page-numbers.prev,
    .pager .page-numbers.next {
      color: #a1955e;
      padding: 0;
    }

    .pager .page-numbers.prev .arrow,
    .pager .page-numbers.next .arrow {
      display: inline-block;
      height: 0.6em;
      width: 1.5em;
    }

    .pager .page-numbers.prev .arrow {
      transform: scaleX(-1);
    }

    @media (max-width: 767px) {
      .pager .page-numbers:not(:last-child) {
        margin-right: 3rem;
      }

      .pager .page-numbers {
        font-size: 1.2rem;
      }
    }

    #property .pager-area .arrow {
      position: relative;
    }

    #property .pager-area .arrow::before,
    #property .pager-area .arrow::after {
      content: '';
      bottom: 4px;
      display: block;
      position: absolute;
      right: 0;
    }

    #property .pager-area .arrow::before {
      width: 1.5em;
      border-bottom: solid 1px #a1955e;
    }

    #property .pager-area .arrow::after {
      background-color: #a1955e;
      bottom: calc(0.3em + 2px);
      width: 0.6em;
      height: 1px;
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
    }

    #property .property-item .property-item__thumb .closing {
      background-color: #a1955e;
      display: block;
      left: 50%;
      margin: auto;
      padding: 0.8rem;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      z-index: 2;
    }

    #property .property-item .property-item__thumb .closing-text {
      color: #FFF;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.6;
      white-space: nowrap;
      border: 1px solid #fff;
      padding: 0.8rem;
    }

    @media (max-width: 1024px) {
      #property #property-tab .flexbox {
        padding-bottom: 5rem;
      }
    }

    @media (max-width: 767px) {
      #property #property-tab .flexbox {
        flex-direction: column;
        gap: 2rem;
      }

      #property #property-tab .tab li a {
        display: block;
        width: 100%;
        padding: 1.5rem 3rem;
        font-size: 1.7rem;
      }

      #property .property-list-area .post-list .property-item:last-child {
        margin-bottom: 0;
      }

      #property .property-item .property-item__price {
        padding-top: 2.5rem;
        font-size: 1.7rem;
      }

      #property #side {
        margin-top: 4rem !important;
      }
    }

    /*==================================================
  CONSULT
  ===================================*/
    #consult .content-width {
      max-width: 110rem;
    }

    #consult #sale-operation .section-title {
      padding-bottom: 4rem;
      margin-bottom: 4rem;
      border-bottom: 1px solid #a1955e;
      text-align: center;
    }

    #consult #sale-operation .section-title .en {
      margin: 0;
    }

    #consult #sale-operation .main-txt {
      text-align: center;
      font-size: 2rem;
      line-height: 1.75;
      margin-bottom: 5rem;
    }

    #consult #sale-operation .consult-link-wrap {
      display: flex;
      gap: 3rem;
      justify-content: center;
    }

    #consult #sale-operation .consult-link-wrap a {
      max-width: 40rem;
      width: 100%;
      height: 13rem;
      background-color: #a1955e;
      position: relative;
      padding: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 0;
    }

    #consult #sale-operation .consult-link-wrap a p {
      text-align: center;
      position: relative;
      z-index: 2;
    }

    #consult #sale-operation .consult-link-wrap a p .small {
      font-size: 2rem;
      display: block;
      line-height: 1.2;
    }

    #consult #sale-operation .consult-link-wrap a p .main {
      font-size: 2.7rem;
      display: block;
      line-height: 1.7;
    }

    #consult #sale-operation .consult-link-wrap .consult-link01::before {
      position: absolute;
      content: "";
      background-image: url(../img/consult/consult-link01.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 10rem;
      top: 50%;
      left: 2rem;
      transform: translateY(-50%);
      z-index: 1;
    }

    #consult #sale-operation .consult-link-wrap .consult-link02::before {
      position: absolute;
      content: "";
      background-image: url(../img/consult/consult-link02.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 10rem;
      top: 50%;
      left: 2rem;
      transform: translateY(-50%);
      z-index: 1;
    }

    #consult #sale-operation .consult-link-wrap a::after {
      position: absolute;
      content: "";
      background-image: url(../img/right-circle02.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 4rem;
      height: 4rem;
      top: 50%;
      right: 3rem;
      transform: translateY(-50%);
    }

    /* flow */
    #consult #flow .flow-main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 5rem;
      margin-bottom: 5rem;
      border-bottom: 1px solid #a1955e;
    }

    #consult #flow .flow-main img {
      width: 25rem;
      height: 16.8rem;
      object-fit: cover;
    }

    #consult #flow .flow-main .txt-wrap {
      flex: 1;
      max-width: 46.8rem;
      width: 100%;
    }

    #consult #flow .flow-main .txt-wrap .section-title {
      text-align: center;
    }

    #consult #flow .flow-main .txt-wrap .section-title .ja {
      text-align: center;
      margin: 0 auto;
    }

    #consult #flow .flow-main .txt-wrap p {
      text-align: center;
    }

    #consult #flow .flow-wrap {
      display: flex;
      gap: 5rem;
      justify-content: space-between;
    }

    #consult #flow .flow-wrap .flow-list {
      width: 50%;
    }

    #consult #flow .flow-wrap .flow-list h3 {
      position: relative;
      text-align: center;
      font-size: 2.8rem;
      color: #a1955e;
      padding-bottom: 1.5rem;
      margin-bottom: 3rem;
    }

    #consult #flow .flow-wrap .flow-list h3::after {
      position: absolute;
      content: "";
      background-color: #a1955e;
      width: 8rem;
      height: 3px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    #consult #flow .flow-wrap .flow-list .flow-list-area dl {
      display: flex;
      align-items: center;
      margin-top: 2rem;
    }

    #consult #flow .flow-wrap .flow-list .flow-list-area dl:last-child {
      margin-bottom: 0;
    }

    #consult #flow .flow-wrap .flow-list .flow-list-area dt {
      max-width: 16rem;
      width: 100%;
      background-color: #a1955e;
      padding: 2rem;
      text-align: center;
      color: #fff;
      font-size: 1.6rem;
    }

    #consult #flow .flow-wrap .flow-list .flow-list-area dd {
      flex: 1;
      background-color: #fff;
      padding: 2rem;
      text-align: left;
      color: #a1955e;
      font-size: 1.6rem;
    }

    /* servicearea */

    #consult #servicearea .section-title {
      text-align: center;
    }

    #consult #servicearea .section-title .ja {
      text-align: center;
      margin: 0 auto;
    }

    #consult #servicearea .servicearea-txt {
      padding: 2rem;
      border: 1px solid #a1955e;
      width: 100%;
    }

    #consult #servicearea .servicearea-txt p {
      text-align: center;
      font-size: 2.5rem;
      line-height: 1.2;
    }

    /* certificate */

    #consult #certificate .section-title {
      text-align: center;
    }

    #consult #certificate .section-title .ja {
      text-align: center;
      margin: 0 auto;
    }

    #consult #certificate p {
      text-align: center;
    }

    #consult #certificate .certificate-area {
      margin-top: 5rem;
    }

    #consult #certificate .certificate-area dl {
      border: 1px solid #a1955e;
      display: flex;
      align-items: baseline;
    }

    #consult #certificate .certificate-area dt {
      padding: 2rem;
      max-width: 16rem;
      width: 100%;
      color: #fff;
      font-size: 1.6rem;
    }

    #consult #certificate .certificate-area dd {
      padding: 2rem;
      flex: 1;
      color: #fff;
      font-size: 1.6rem;
      border-left: 1px solid #a1955e;
      line-height: 1.875;
    }

    .sp-tab {
      display: none !important;
    }

    @media (max-width: 1650px) {
      #consult .content-width {
        padding-left: 6rem;
      }
    }

    @media (max-width: 1350px) {
      #consult .content-width {
        padding-left: 10rem;
      }

      #consult #flow .flow-main .txt-wrap {
        max-width: 40.8rem;
      }
    }

    @media (max-width: 1200px) {
      #consult .content-width {
        padding-left: 13rem;
      }
    }

    @media (max-width: 1024px) {
      #consult .content-width {
        padding-left: 0;
      }

      .pc-tab {
        display: none !important;
      }

      .sp-tab {
        display: block !important;
      }


      #consult #flow .flow-main {
        flex-direction: column;
        gap: 2.5rem;
      }

      #consult #flow .flow-main .txt-wrap {
        max-width: 100%;
      }

      #consult #flow .flow-imgbox {
        display: flex;
        gap: 2rem;
        justify-content: center;
      }

      #consult #flow .flow-wrap {
        gap: 2rem;
      }

      #consult #flow .flow-wrap .flow-list .flow-list-area dt {
        max-width: 11.5rem;
        padding: 1.5rem;
        font-size: 1.5rem;
      }

      #consult #flow .flow-wrap .flow-list .flow-list-area dd {
        padding: 1.5rem;
        font-size: 1.5rem;
      }

      #consult #servicearea .servicearea-txt p {
        font-size: 2rem;
      }

      #consult #certificate .certificate-area dt {
        font-size: 1.5rem;
      }

      #consult #certificate .certificate-area dd {
        font-size: 1.5rem;
      }

    }

    @media (max-width: 767px) {
      #consult #sale-operation .section-title {
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
        text-align: left;
      }

      #consult #sale-operation .main-txt {
        text-align: left;
        line-height: 1.5;
        margin-bottom: 5rem;
      }

      #consult #sale-operation .consult-link-wrap {
        gap: 2rem;
        flex-direction: column;
      }

      #consult #sale-operation .consult-link-wrap a {
        max-width: 100%;
        width: 100%;
        height: 10rem;
        padding: 2rem;
      }

      #consult #sale-operation .consult-link-wrap .consult-link01::before {
        height: 8rem;
        left: 1rem;
      }

      #consult #sale-operation .consult-link-wrap .consult-link02::before {
        height: 8rem;
        left: 1rem;
      }

      #consult #sale-operation .consult-link-wrap a::after {
        width: 3rem;
        height: 3rem;
      }

      #consult #sale-operation .consult-link-wrap a p .small {
        font-size: 1.5rem;
      }

      #consult #sale-operation .consult-link-wrap a p .main {
        font-size: 2rem;
      }

      #consult #flow .flow-main .txt-wrap p {
        text-align: left;
      }

      #consult #flow .flow-imgbox img {
        width: 50%;
        height: auto;
      }

      #consult #flow .flow-wrap {
        gap: 4rem;
        flex-direction: column;
      }

      #consult #flow .flow-wrap .flow-list {
        width: 100%;
      }

      #consult #flow .flow-wrap .flow-list h3 {
        font-size: 2.2rem;
      }

      #consult #flow .flow-wrap .flow-list h3::after {
        width: 6rem;
      }

      #consult #servicearea .servicearea-txt {
        padding: 1.5rem;
      }

      #consult #servicearea .servicearea-txt p {
        font-size: 1.7rem;
      }

      #consult #certificate p {
        text-align: left;
      }

      #consult #certificate .certificate-area {
        margin-top: 3rem;
      }

      #consult #certificate .certificate-area dt {
        font-size: 1.5rem;
        padding: 1.5rem;
        max-width: 12rem;
      }

      #consult #certificate .certificate-area dd {
        font-size: 1.5rem;
        padding: 1.5rem;
        line-height: 1.6;
      }

    }

    /* recruit */
    #recruit .content-width {
      max-width: 110rem;
    }

    #recruit #recruit-top .section-title .en {
      margin: 0;
      text-align: center;
    }

    #recruit #recruit-top p {
      text-align: center;
    }

    #recruit #recruit-top img {
      width: 100%;
      height: auto;
      margin: 5rem auto;
      display: block;
    }

    #recruit #recruit-top .recruit-list-wrap h3 {
      font-size: 2.8rem;
      color: #a1955e;
      text-align: center;
      padding-bottom: 2rem;
      margin-bottom: 5rem;
      position: relative;
    }

    #recruit #recruit-top .recruit-list-wrap h3::after {
      position: absolute;
      content: "";
      background-color: #a1955e;
      width: 8rem;
      height: 3px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    #recruit #recruit-top .recruit-list-wrap .recruit-list {
      display: flex;
      gap: 3rem;
      justify-content: center;
      align-items: center;
    }

    #recruit #recruit-top .recruit-list-wrap .recruit-list p {
      width: calc((100% - 6rem) / 3);
      background-color: #a1955e;
      height: 13.8rem;
      padding: 0 4rem;
      color: #fff;
      font-size: 2rem;
      line-height: 1.45;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #recruit #recruit-flow {
      padding-bottom: 0;
    }

    #recruit #recruit-flow .recruit-flow-wrap {
      display: flex;
      gap: 3rem;
      align-items: center;
    }

    #recruit #recruit-flow .recruit-flow-wrap .recruit-step {
      width: calc((100% - 9rem) / 4);
      position: relative;
    }

    #recruit #recruit-flow .recruit-flow-wrap .recruit-step::after {
      position: absolute;
      content: "";
      background-image: url(../img/recruit/flow-right-triangle.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 12px;
      height: 24px;
      top: 50%;
      right: -2.2rem;
      transform: translateY(-50%);
    }

    #recruit #recruit-flow .recruit-flow-wrap .recruit-step:last-child::after {
      content: none;
    }

    #recruit #recruit-flow .recruit-flow-wrap .recruit-step .number {
      background-color: #a1955e;
      color: #fff;
      text-align: center;
      padding: 0.8rem;
    }

    #recruit #recruit-flow .recruit-flow-wrap .recruit-step .txt {
      color: #a1955e;
      background-color: #fff;
      text-align: center;
      padding: 1.8rem;
    }

    #recruit #job .job-area {
      margin-top: 5rem;
      margin-bottom: 4rem;
    }

    #recruit #job .job-area dl {
      border-bottom: 1px solid #ffffff;
      display: flex;
    }

    #recruit #job .job-area dl:first-child {
      border-top: 2.8px solid #a1955e;
    }

    #recruit #job .job-area dl dt,
    #recruit #job .job-area dl dd {
      color: #fff;
      font-size: 1.6rem;
      padding: 3rem;
      line-height: 1.87;
    }

    #recruit #job .job-area dl dt {
      max-width: 29rem;
      width: 100%;
      background-color: #a1955e;
      display: flex;
      align-items: center;
    }

    #recruit #job .job-area dl dd {
      flex: 1;
    }

    #recruit #job .entry-box h3 {
      font-size: 2.5rem;
      color: #fff;
      text-align: center;
      font-weight: 500;
      line-height: 1.2;
    }

    #recruit #job .entry-box p {
      color: #fff;
      text-align: center;
      margin-top: 1rem;
    }

    #recruit #job .entry-box .btn {
      margin-left: auto;
      margin-right: auto;
    }

    @media (max-width: 1024px) {
      #recruit #recruit-top .recruit-list-wrap .recruit-list p {
        height: 12rem;
        padding: 0 2rem;
        font-size: 1.7rem;
      }

      #recruit #job .job-area dl dt {
        max-width: 22rem;
      }

      #recruit #job .job-area dl dt,
      #recruit #job .job-area dl dd {
        padding: 2rem;
      }
    }

    @media (max-width: 820px) {
      #recruit #recruit-top .recruit-list-wrap .recruit-list {
        gap: 2rem;
      }

      #recruit #recruit-top .recruit-list-wrap .recruit-list p {
        width: calc((100% - 4rem) / 3);
        height: 10rem;
        font-size: 1.5rem;
      }
    }

    @media (max-width: 767px) {
      #recruit #recruit-top .section-title .en {
        margin: 0;
        text-align: left;
        letter-spacing: 0.01em;
      }

      #recruit #recruit-top p {
        text-align: left;
      }

      #recruit #recruit-top img {
        margin: 3rem auto;
      }

      #recruit #recruit-top .recruit-list-wrap h3 {
        font-size: 2.2rem;
        padding-bottom: 1.5rem;
        margin-bottom: 3rem;
      }

      #recruit #recruit-top .recruit-list-wrap h3::after {
        width: 6rem;
      }

      #recruit #recruit-top .recruit-list-wrap .recruit-list {
        flex-direction: column;
      }

      #recruit #recruit-top .recruit-list-wrap .recruit-list p {
        width: 100%;
        height: 10rem;
        padding: 0px 3rem;
        font-size: 1.7rem;
      }

      #recruit #recruit-flow .recruit-flow-wrap {
        flex-direction: column;
      }

      #recruit #recruit-flow .recruit-flow-wrap .recruit-step {
        width: 100%;
      }

      #recruit #recruit-flow .recruit-flow-wrap .recruit-step::after {
        top: unset;
        bottom: -2.7rem;
        left: 47.5%;
        transform: translateX(-50%);
        transform: rotate(90deg);
      }

      #recruit #job .job-area {
        margin-top: 3rem;
        margin-bottom: 4rem;
      }

      #recruit #job .job-area dl dt {
        max-width: 10rem;
      }

      #recruit #job .job-area dl dt,
      #recruit #job .job-area dl dd {
        padding: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.6;
      }

      #recruit #job .entry-box h3 {
        font-size: 1.8rem;
        /* text-align: left; */
      }

      #recruit #job .entry-box p {
        color: #fff;
        text-align: left;
        margin-top: 1rem;
      }
    }

    /*----------------------------------------------------
  NEWS
----------------------------------------------------*/

    #news {
      max-width: 110rem;
      width: 100%;
    }

    #news #main {
      margin: 0;
      width: 100%;
    }

    #news #side .side-contents .contents-block h2 {
      background-color: transparent;
      text-align: left;
      font-size: 2rem;
      letter-spacing: 0.05em;
      border-bottom: 1px solid #a1955e;
      padding: 0 0 2rem 0;
      width: 160px;
    }

    #news #side .side-contents .contents-block ul .cat-item {
      padding-left: 0;
    }

    #news #side .side-contents .contents-block ul .cat-item::before {
      content: none;
    }

    #news #side .side-contents .contents-block ul .cat-item a {
      color: #a1955e;
      font-size: 1.7rem;
    }

    #news #side .side-contents .contents-block ul .cat-item.current a {
      color: #fff;
    }

    #news #postlist .post-list .post:first-child {
      border-top: solid 1px #898989;
    }

    #news #postlist .post-list .post {
      font-size: 1.6rem;
      border-bottom: solid 1px #898989;
      padding: 2rem;
      position: relative;
    }

    /* #news #postlist .post-list .post::after {
      position: absolute;
      content: "";
      background-image: url(../img/more-right-g.png);
      background-repeat: no-repeat;
      background-size: 100%;
      top: 50%;
      right: 5rem;
      transform: translateY(-50%) translateX(-50%);
      width: 2.72rem;
      height: 0.41rem;
      transition: 0.6s;
    }

    #news #postlist .post-list .post:hover::after {
      right: 4rem;
    } */

    #news #postlist .post-list .post .date-category {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }

    #news #postlist .post-list .post .post__date {
      color: #fff;
      font-size: 1.3rem;
    }

    #news #postlist .post-list .post .news-cat {
      color: #fff;
      font-size: 1.3rem;
      background-color: #a1955e;
      padding: 0.3rem 1rem;
      margin-left: 2rem;
    }

    #news #postlist .post-list .post .post__title {
      line-height: 1.4;
      overflow: hidden;
    }

    .post .post__title.arrow {
      padding-right: 2em;
    }

    #news .pager-area .arrow {
      position: relative;
    }

    #news .pager-area .arrow::before,
    #news .pager-area .arrow::after {
      content: '';
      bottom: 4px;
      display: block;
      position: absolute;
      right: 0;
    }

    #news .pager-area .arrow::before {
      width: 1.5em;
      border-bottom: solid 1px #a1955e;
    }

    #news .pager-area .arrow::after {
      background-color: #a1955e;
      bottom: calc(0.3em + 2px);
      width: 0.6em;
      height: 1px;
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
    }

    /* SINGLE PAGE */

    #post_single .date-category {
      display: flex;
      align-items: center;
      margin-bottom: 2rem;
    }

    #post_single .post__date {
      color: #fff;
      font-size: 1.5rem;
    }

    #post_single .news-cat {
      color: #fff;
      font-size: 1.5rem;
      background-color: #a1955e;
      padding: 0.3rem 1.5rem;
      margin-left: 2rem;
    }

    #post_single .article .article__title {
      border-bottom: solid 2px #a1955e;
      font-size: 2.5rem;
      font-weight: normal;
      line-height: 1.5;
      margin-bottom: 5rem;
      padding-bottom: 3rem;
    }

    #post_single .paging {
      margin-top: 8rem;
    }

    #post_single .paging .btn {
      justify-content: center;
      margin-top: 0;
    }

    #post_single .paging .btn::after {
      content: none;
    }

    #post_single .paging .prev-link .arrow,
    .paging .next-link .arrow {
      position: relative;
    }

    #post_single .paging .arrow::before,
    #post_single .paging .arrow::after {
      content: '';
      bottom: 4px;
      display: block;
      position: absolute;
      right: 0;
    }

    #post_single .paging .arrow::before {
      width: 1.5em;
      border-bottom: solid 1px #a1955e;
    }

    #post_single .paging .arrow::after {
      background-color: #a1955e;
      bottom: calc(0.3em + 2px);
      width: 0.6em;
      height: 1px;
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
    }

    /*----- ARTICLE SETTINGS -----*/
    /* img */
    .article-body,
    .article-body p  {
      font-size: 2rem;
      line-height: 1.7;
    }

    .article-body img {
      margin-bottom: 5rem;
    }

    @media (max-width:767px) {

      .article-body,
      .article-body p {
        font-size: 1.5rem;
      }
    }

    .article .aligncenter {
      display: block;
      margin: 0 auto;
    }

    .article-body .alignright {
      float: right;
    }

    .article-body .alignleft {
      float: left;
    }

    .p-entry__thumbnail {
      margin-bottom: 40.2px;
      text-align: center;
    }

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

    .article__thumbnail {
      margin-bottom: 50px;
      text-align: center;
    }

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

    /*.article-body p { font-size: 14px; line-height: 2.4; margin-bottom: 30.4px; }*/
    .article-body h1,
    .article-body h2,
    .article-body h3,
    .article-body h4,
    .article-body h5,
    .article-body h6 {
      clear: both;
      line-height: 1.4;
      margin-bottom: 24.2px;
    }

    .article-body h1 {
      font-size: 150%;
    }

    .article-body h2 {
      font-size: 140%;
    }

    .article-body h3 {
      font-size: 130%;
    }

    .article-body h4 {
      font-size: 120%;
    }

    .article-body h5 {
      font-size: 110%;
    }

    .article-body h6 {
      font-size: 100%;
    }

    .article-body li {
      list-style: inherit
    }

    /* SNS SHARE BUTTONS*/
    #post_single div.sharedaddy {
      margin-top: 50px;
    }



    /* CARD */
    .card-wrap {}

    .card-inner {
      display: block;
      width: 100%;
    }

    .card-wrap .card .post__thumb {
      aspect-ratio: 3/2;
      background-color: #EFEFEF;
      margin-bottom: 15px;
      overflow: hidden;
      padding-top: 66.66%;
      position: relative;
    }

    .card-wrap .card .post__thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .card-wrap .card .post__date {
      color: #EC008C;
      font-size: 1.4rem;
      margin-bottom: 0.5em;
    }

    .card-wrap .card .post__title {
      font-size: 1.6rem;
      line-height: 1.4;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    @media (max-width:767px) {
      .card-wrap .card .post__title {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 1024px) {
      #news {
        width: 100%;
        padding-top: 5rem;
      }

      #news #side .side-contents .contents-block h2 {
        font-size: 1.6rem;
        padding: 0 0 1.5rem 0;
        width: 140px;
      }

      #news #side .side-contents .contents-block ul .cat-item a {
        font-size: 1.4rem;
      }

      #news #side {
        width: auto;
      }

      #news #postlist .post-list .post {
        font-size: 1.5rem;
        padding: 1.5rem;
      }
    }

    @media (max-width: 767px) {
      #news #postlist .post-list .post {
        padding: 1.5rem 0;
      }

      #news #postlist .post .post__title.arrow {
        padding-right: 0;
      }

      #news #postlist .post-list .post .post__date {
        font-size: 1rem;
      }

      #news #postlist .post-list .post .news-cat {
        font-size: 1rem;
        padding: 0.2rem 0.8rem;
        margin-left: 1rem;
      }


      #news .pager-area {
        margin: 50px 0 50px;
      }

      #news #side .side-contents .contents-block h2 {
        font-size: 1.6rem;
        padding: 0 0 1.5rem 0;
        width: 100%;
      }

      #news #side .side-contents .contents-block ul .cat-item a {
        font-size: 1.5rem;
      }

      #side .side-contents .contents-block {
        margin-bottom: 0;
      }

      #post_single .post__date {
        font-size: 1.3rem;
      }

      #post_single .news-cat {
        font-size: 1.3rem;
        padding: 0.3rem 1.5rem;
        margin-left: 1rem;
      }

      #post_single .article .article__title {
        font-size: 1.9rem;
        margin-bottom: 3rem;
        padding-bottom: 1.5rem;
      }

      .article-body img {
        margin-bottom: 3rem;
      }

      #post_single .paging {
        margin-top: 5rem;
      }

    }

    /*----------------------------------------------------
    CONTACT
    ----------------------------------------------------*/
    #contact .content-width {
      max-width: 100rem;
    }

    /* stepBar */
    #contact .contact_stepBar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4rem;
      margin-bottom: 5rem;
    }

    #contact .contact_stepBar .contact_step {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      text-align: center;
      height: 10rem;
      width: 10rem;
      border: 1px solid #a1955e;
      background-color: transparent;
    }

    #contact .contact_stepBar .contact_step p {
      line-height: 1.6;
    }

    #contact .contact_stepBar .contact_step p span {
      display: block;
      line-height: 1;
    }

    /*[stepBar入力画面]*/
    #contact .contact_stepBar.-input .contact_step-2,
    #contact .contact_stepBar.-input .contact_step-3 {
      background-color: #a1955e;
    }

    /*[stepBar確認画面]*/
    #contact .contact_stepBar.-confirm .contact_step-1 {
      background-color: #a1955e;
    }

    #contact .contact_stepBar.-confirm .contact_step-3 {
      background-color: #a1955e;
    }

    /*[stepBar送信完了画面]*/
    #contact .contact_stepBar.-thanks .contact_step-1,
    #contact .contact_stepBar.-thanks .contact_step-2 {
      background-color: #a1955e;
    }

    #contact .form-txt {
      text-align: center;

      &.Large {
        font-size: 2rem;
      }
    }

    /* 入力画面 */
    #contact .confirm_area,
    #contact .thanks_area {
      display: none;
    }

    #contact .formBox {
      margin-top: 3rem;
    }

    #contact .Form-Item {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #898989;
      padding: 2rem 0;

    }

    #contact .Form-Item:first-child {
      border-top: 1px solid #898989;
    }

    #contact .Form-Item:nth-child(6) {
      align-items: flex-start !important;
    }

    #contact .Form-Item-Label {
      max-width: 24rem;
      width: 100%;
    }

    #contact .Form-Item-Input {
      flex: 1;
      width: 100%;

      &.smart-w100per {width: 100%;}
    }
    .smart-w100per {width: 100%;}

    #contact .Form-Item-Input select,
    #contact .Form-Item-Input input,
    #contact .Form-Item-Input textarea {
      background-color: #f2f2f3;
      padding: 1.5rem;
      border-radius: inherit;
    }

    #contact .Form-Item-Input.arrow_select  {
      position: relative;

      &:after {
        content: "";
        position: absolute;
        top: 0;
        right: 1em;
        bottom: 0;
        margin: auto;

        height: 8px;
        aspect-ratio: 1.5;
        clip-path: polygon(50% 100%,100% 0,0 0);
        background: linear-gradient(45deg,#000,#000);
      }
    }
    #contact .Form-Item-Input select {
      width: 55%;
      appearance: none;
      border-radius: inherit;
      color: #000;
    }

    #contact .Form-Item-Input input,
    #contact .Form-Item-Input textarea {
      width: 100%;
    }

    /* 確認画面 */
    /* 完了画面 */

    #contact .wpcf7-select {

    }

  }


  #contact .form_upperLine {
    margin-top: 15px;
    border-top: 1px solid #a1955e;
    padding-top: 15px;

    font-size: 1.5rem;
    text-align: center;
  }
  #contact .Form-Item-Label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 1em;

    .Form-Item-Label-Required {
      background-color: #a1955e;
      color: #fff;
      width: 50px;
      height: 20px;

      font-size: 1.4rem;

      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}


@media (max-width: 767px) {
  #sky_company #contact .wpcf7-select {width: 100%!important;}
  #sky_company #contact .Form-Item {
    flex-direction: column;
    align-items: flex-start!important;
    gap: 1em;
  }
}
@media (min-width: 768px) {
  #sky_company #contact .form-txt {
    &.Large {
      font-size: 2.5rem;
    }
  }

  .wpcf7-select {width: 100%!important;}
  #contact .Form-Item-Input {
      &.smart-w100per {width: 100%;max-width: 400px!important;}
  }

  #contact .Form-Item-Label {
    justify-content: space-between!important;
    .Form-Item-Label-Required {
      margin-right: 50px;
    }
  }

  #sky_company #contact .form_upperLine {
    margin-top: 25px;
    padding-top: 25px;

    font-size: 1.8rem;
    line-height: 1.95;
  }
}



#sky_company #container.page #contact .Form-Item__check {
  padding-top: 3rem;

  border-bottom: none;

  .is_acceptance {
    display: flex;
    align-items: center;
    justify-content: center;

    a {
      color: #a1955e;
      border-bottom: 1px solid #a1955e;
    }
    a,.href_tail,.wpcf7-acceptance {height: 30px;display: flex;align-items: center;}

    & input[type=checkbox][name=acceptance] {
      display: none;

      & + .wpcf7-list-item-label {
        position: relative;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5em;

        font-size: 1.5rem;

        &:before {
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          border: 1px solid #fff;
        }

        &:after {
          content: "";
          position: absolute;
          top: .5em;
          left: .25em;

          width: 12px;
          height: 6px;
          border-bottom: 2px solid #fff;
          border-left: 2px solid #fff;
          transform: rotate(-45deg);
          opacity: 0;

          transition: opacity .4s;
        }
      }

    }
    & input[type=checkbox][name=acceptance]:checked + .wpcf7-list-item-label {
      &:after {opacity: 1;}
    }

    .wpcf7-list-item label {
      /* position: relative;
      &:before {
        content: "";
        position: absolute;
        width: 80%;
        bottom: 0;
        right: 0;
        height: 1px;
        background-color: #a1955e;
      } */
    }
  }
}

@media (max-width: 1079px) {
  #sky_company #container.page #contact .Form-Item__check {
    .Form-Item-Label {max-width: inherit!important;justify-content: center!important;}
  }
}
@media (min-width: 1080px) {
  #contact .Form-Item {

  }
  #sky_company #container.page #contact .Form-Item__check {
    /* margin-top: 60px; */
    padding-top: 4.5rem;

    .Form-Item-Label {
      max-width: inherit;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }

    .is_acceptance {
      & input[type=checkbox]{
      & + .wpcf7-list-item-label {}
      }
    }
  }
}



.btn--control {
  #btn-previous {
    background-color: #fff;
    color: #a1955e;
  }
}
#sky_company #container.page #contact input,
.wpcf7-submit {border-radius: 0!important;}
@media (max-width: 767px) {

  .btn--control {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;

    input {
      margin-top: 0!important;
    }
  }
}
@media (min-width: 768px) {
  .btn--control {
    display: flex;
    align-items: center;
    justify-content: center;

    grid-column-gap: 30px;

    input,
    #btn-previous {
      margin: inherit!important;
    }

    #btn-previous {
      background-color: #fff;
      color: #a1955e;
    }

  }
}
.wpcf7-spinner {display: none;}
