/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  width: 100%;
  height: 110px;
  padding: 0 34px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f9f8f3;
  z-index: 10;
}
.header-logo {
  margin-top: 42px;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 900px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1350px) {
  .header-content {
    max-width: 800px;
  }
}
.header-textbox {
  max-width: 595px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 19px;
  position: relative;
}
.header-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-text .accent {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #8f8362;
  margin-right: 12px;
  padding: 8px 18px;
  border: 1px solid #8f8362;
  border-radius: 3px;
}
.header-tel {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 20px;
  height: 24px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 17px;
  position: relative;
}
.header .global-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #b5a574;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover {
  color: #b5a574 !important;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current {
  color: #b5a574 !important;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header .main-visual {
  width: 100%;
  height: 820px;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1600px;
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 5;
}
.header .sub-visual {
  width: 100%;
  height: 468px;
  padding: 8px 0 10px 0;
  position: relative;
}
.header .sub-visual-img {
  max-width: 1850px;
  width: 95%;
  margin: 0 auto;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1600px;
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 5;
}
.header .sub-visual-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #8f8362;
  padding: 13px 26px;
  background-color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 27px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
}
.header .sub-visual-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #b5a574;
  margin-left: 10px;
}
.header .fix-btn {
  position: fixed;
  right: 0;
  bottom: 139px;
  z-index: 10;
}
.header .fix-btn:hover {
  opacity: 0.7;
}
.header .page-top {
  position: fixed;
  right: 0;
  bottom: 59px;
  z-index: 10;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  max-width: 1850px;
  width: 95%;
  margin: 0 auto;
  height: 780px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-worry-inner {
  max-width: 1097px;
}
.top-worry-title {
  text-align: center;
  margin-bottom: 51px;
}
.top-worry-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-worry-list-item {
  max-width: 342px;
  width: 100%;
  height: 342px;
  padding-top: 25px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
  border-radius: 50%;
}
.top-worry-list-item:not(:nth-child(2)) {
  margin-right: 35px;
}
.top-worry-list-item:nth-child(2) {
  margin-right: 3px;
}
.top-worry-list-item:last-child {
  margin-right: 0;
}
.top-worry-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 33px;
}
.top-worry-list-title {
  width: 100%;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 18px;
}
.top-worry-icon {
  width: 130px;
  height: 95px;
  margin: 0 auto 11px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-worry-btn {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  background-color: #b5a574;
  border-radius: 25px;
  position: relative;
}
.top-worry-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/top-worry-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-worry-btn:hover {
  opacity: 0.8;
}
.top-worry-btn:hover::before {
  right: 10px;
}

.top-about {
  overflow: hidden;
}
.top-about-inner {
  padding: 42px 0 58px 0;
}
.top-about-content {
  padding: 160px 0;
  position: relative;
  z-index: 1;
}
.top-about-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: -420px;
  width: 1600px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.top-about-img {
  margin-left: -100px;
  position: relative;
  z-index: 1;
}
.top-about-img::before {
  position: absolute;
  content: "";
  top: -87px;
  left: -135px;
  width: 610px;
  height: 742px;
  background: center/cover no-repeat url(../images/top/top-about-img-deco.png);
  z-index: -1;
}
.top-about-textbox {
  max-width: 572px;
  width: 100%;
}
.top-about-title {
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 31px;
  position: relative;
  z-index: 1;
}
.top-about-title::before {
  position: absolute;
  content: "";
  top: -98px;
  left: -8px;
  width: 628px;
  height: 123px;
  background: center/cover no-repeat url(../images/top/top-about-en.png);
  z-index: -1;
}
.top-about-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #b5a574;
  margin-bottom: 20px;
}
.top-about-title .accent {
  color: #b5a574;
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 2.333;
  margin-bottom: 45px;
}
.top-about .cmn-btn {
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
}

.link-banner-inner {
  max-width: 1360px;
  width: 97%;
  padding-bottom: 160px;
}
.link-banner-list-item {
  max-width: 396px;
  width: 100%;
  height: 255px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 35px;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
  border-radius: 10px;
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 78px;
  height: 68px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}
.link-banner-list-item a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.link-banner-title {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.link-banner-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #b5a574;
  margin-bottom: 17px;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 807px;
  height: 115px;
  background: center/cover no-repeat url(../images/top/reserve-en.png);
  z-index: -1;
}
.reserve-inner {
  padding-top: 133px;
}
.reserve-content {
  padding: 80px 0 65px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 440px;
  height: 82px;
  background: center/cover no-repeat url(../images/top/reserve-sub-ttl.png);
}
.reserve-title {
  font-size: 5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 53px;
}
.reserve-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-textbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 60px;
  position: relative;
}
.reserve-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reserve-text .accent {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #8f8362;
  margin-right: 12px;
  padding: 8px 17px;
  border: 1px solid #8f8362;
  border-radius: 3px;
}
.reserve-tel {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 14px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 30px;
  height: 36px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn:hover {
  opacity: 0.8;
}

.news {
  position: relative;
  z-index: 2;
}
.news-inner {
  padding: 120px 0;
  position: relative;
}
.news-inner .cmn-title {
  text-align: left;
  font-size: 4.4rem;
  margin-bottom: 43px;
}
.news-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}
.news-list::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1280px;
  height: 260px;
  background-color: #fff;
  z-index: -1;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #8f8362;
  text-align: right;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-visual {
  width: 100%;
  height: 176px;
  margin-bottom: 13px;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
  border-radius: 5px;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: 100%;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 11px;
  background-color: #8f8362;
  border-radius: 3px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.news .more-btn {
  position: absolute;
  top: 140px;
  right: 0;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #3f4551;
  border: 2px solid #3f4551;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #3f4551;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin-bottom: 35px;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: left;
  color: #3f4551;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(104, 79, 78, 0.2);
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  margin-bottom: 20px;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3f4551;
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #3f4551;
  border-right: 1px solid #3f4551;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #3f4551 !important;
}
.news-detail .paginated-link a:hover {
  color: #3f4551 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.service {
  overflow: hidden;
}
.service-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.service-textbox {
  max-width: 522px;
  width: 100%;
}
.service-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(181, 165, 116, 0.5);
}
.service-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.service-sub-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px 0 12px 0;
  margin: 20px 0 23px 0;
  background-color: #b5a574;
  border-radius: 5px;
  position: relative;
}
.service-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 12px;
  background: center/cover no-repeat url(../images/about/service-arrow.png);
}
.service-sub-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.service-sub-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.service-sub-content::after {
  position: absolute;
  content: "";
  left: -70px;
  bottom: -70px;
  width: 470px;
  height: 392px;
  background: center/cover no-repeat url(../images/about/service-deco.png);
  z-index: -10;
}
.service-sub-content .service-title {
  text-align: center;
  margin-bottom: 53px;
}
.service-list {
  padding: 0 40px;
  margin-bottom: 13px;
}
.service-list-item {
  max-width: 280px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #b5a574;
  position: relative;
  border-radius: 3px;
}
.service-list-item::before {
  position: absolute;
  content: "";
  top: -28px;
  left: 20px;
  width: 55px;
  height: 55px;
  background: center/cover no-repeat url(../images/about/service-check.png);
}
.service-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
  margin-right: 40px;
  margin-bottom: 2px;
}
.service-accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 17px 11px;
  background-color: #f9f8f3;
  border-radius: 5px;
}

/*========================================
find
==========================================*/
.about {
  overflow: hidden;
}
.about-inner {
  padding: 42px 0 50px 0;
}
.about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 140px 0 100px 0;
  position: relative;
  z-index: 1;
}
.about-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: -420px;
  width: 1600px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.about-img {
  position: relative;
  z-index: 1;
}
.about-img::before {
  position: absolute;
  content: "";
  top: -70px;
  left: -70px;
  width: 470px;
  height: 338px;
  background: center/cover no-repeat url(../images/find/about-deco.png);
  z-index: -1;
}
.about-textbox {
  max-width: 522px;
  width: 100%;
}
.about-textbox .cmn-title {
  text-align: left;
}
.about-text {
  font-size: 1.6rem;
  line-height: 2;
}

.merit-list {
  counter-reset: number 0;
}
.merit-list-item {
  max-width: 325px;
  width: 100%;
  padding: 35px 22px 22px 22px;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
  position: relative;
}
.merit-list-item::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -6px;
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(181, 165, 116, 0.4);
  letter-spacing: 0;
  counter-increment: number 1;
  content: "0" counter(number);
}
.merit-list-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 17px;
}
.merit-icon {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 17px;
}
.merit-text {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.feature {
  overflow: hidden;
}
.feature-inner {
  max-width: 1215px;
  position: relative;
  z-index: 1;
}
.feature-inner::before {
  position: absolute;
  content: "";
  top: 165px;
  right: -140px;
  width: 470px;
  height: 337px;
  background: center/cover no-repeat url(../images/find/feature-deco.png);
  z-index: -1;
}
.feature-inner::after {
  position: absolute;
  content: "";
  left: -130px;
  bottom: 30px;
  width: 470px;
  height: 337px;
  background: center/cover no-repeat url(../images/find/feature-deco.png);
  z-index: -1;
}
.feature-list {
  padding: 70px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.feature-list-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.feature-list-item:not(:last-of-type) {
  margin-bottom: 90px;
}
.feature-textbox {
  max-width: 522px;
  width: 100%;
}
.feature-title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(181, 165, 116, 0.5);
}
.feature-no {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

/*========================================
flow
==========================================*/
.flow-content {
  min-height: 280px;
  background-color: #fff;
  position: relative;
}
.flow-content:not(:last-of-type) {
  margin-bottom: 65px;
}
.flow-content:not(:last-of-type)::before {
  position: absolute;
  content: "";
  left: 215px;
  bottom: -50px;
  width: 37px;
  height: 20px;
  background: center/cover no-repeat url(../images/flow/flow-arrow.png);
}
.flow-textbox {
  max-width: 610px;
  width: 100%;
  padding: 20px 35px;
  background-color: #fff;
}
.flow-title {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(181, 165, 116, 0.5);
}
.flow-no {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #b5a574;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

/*========================================
question
==========================================*/
.question-list-item {
  padding: 35px;
  background-color: #fff;
  border-radius: 10px;
}
.question-list-item:not(:last-child) {
  margin-bottom: 42px;
}
.question-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(181, 165, 116, 0.5);
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 31px;
  margin-right: 25px;
  background: center/cover no-repeat url(../images/question/Q.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-body::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 26px;
  margin-right: 25px;
  background: center/cover no-repeat url(../images/question/A.png);
}
.question-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.intro {
  overflow: hidden;
}
.intro-inner {
  padding: 42px 0 50px 0;
}
.intro-content {
  padding: 75px 0 50px 0;
  position: relative;
  z-index: 1;
}
.intro-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: -420px;
  width: 1600px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.intro-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
.intro-img {
  position: relative;
  z-index: 1;
}
.intro-img::before {
  position: absolute;
  content: "";
  top: -70px;
  left: -70px;
  width: 470px;
  height: 338px;
  background: center/cover no-repeat url(../images/find/about-deco.png);
  z-index: -1;
}
.intro-textbox {
  max-width: 566px;
  width: 100%;
}
.intro-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 16px 15px;
  background-color: #b5a574;
  margin-bottom: 16px;
  border-radius: 5px;
}
.intro-title .accent {
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 35px;
}
.intro-title .ruby {
  font-size: 2rem;
  display: inline-block;
}
.intro-number {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  color: #00755d;
}
.intro-sub-content:not(:last-of-type) {
  margin-bottom: 34px;
}
.intro-sub-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 0 11px 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(181, 165, 116, 0.5);
  position: relative;
}
.intro-sub-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 25px;
  background-color: #8f8362;
}
.intro-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
.intro-text:not(:last-of-type) {
  margin-bottom: 32px;
}
.intro-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(181, 165, 116, 0.5);
}
.intro-table tr th {
  width: 98px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #8f8362;
  padding-bottom: 13px;
  padding-top: 13px;
}
.intro-table tr td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
}

.info-inner {
  padding: 75px 0;
}
.info-content {
  padding: 40px 50px;
  margin-bottom: 79px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
}
.info-table {
  width: 100%;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(182, 185, 176, 0.3);
}
.info-table tr th {
  width: 180px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #8f8362;
  text-align: center;
  vertical-align: middle;
  padding: 22px 0;
}
.info-table tr td {
  padding: 18px 0 18px 45px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.info-img div:not(:last-child) {
  margin-bottom: 0;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 20px;
}
.contact-text a {
  color: #4888ff;
  text-decoration: underline;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #b5a574;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #b5a574;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #b5a574;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #b5a574;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #b5a574;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #b5a574;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #b5a574;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #b5a574;
  border-right: 1px solid #b5a574;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #fff;
}
.footer-inner {
  padding: 97px 0;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 390px;
  width: 100%;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 32px;
}
.footer-textbox {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-text .accent {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #8f8362;
  margin-right: 12px;
  padding: 8px 18px;
  border: 1px solid #8f8362;
  border-radius: 3px;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 14px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 20px;
  height: 24px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-right {
  max-width: 645px;
  width: 100%;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
  margin-bottom: 89px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list {
  max-width: 377px;
  width: 100%;
  height: 116px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list:nth-of-type(2) {
  max-width: none;
  width: auto;
  height: 166px;
}
.footer-nav-list:nth-of-type(2) .footer-nav-list-item:nth-child(3) {
  margin-bottom: 34px;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 34px;
}
.footer-nav-list-item:nth-of-type(3) {
  margin-bottom: 0;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.footer-nav-list-item a:hover {
  color: #8f8362 !important;
}
.footer-bottom {
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}