/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  padding: 0;
  position: relative;
}
.header-logo a {
  max-width: 80px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .main-visual::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -34px;
  width: 374px;
  height: 261px;
  background: center/contain no-repeat url(../images/common/main-visual-bg-l-b.png);
  z-index: -1;
}
.header .main-visual-img {
  max-width: 1785px;
  width: 97%;
  height: 95%;
  margin-left: auto;
  border-radius: 0 0 0 200px;
  overflow: hidden;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -48px 0px;
     object-position: -48px 0px;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1380px;
  width: 80%;
  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;
}
.header .main-visual-textbox img {
  height: 210px;
}
.header .main-visual .mv-scroll {
  height: 150px;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 75.9%;
}
.header .main-visual .mv-scroll::after {
  position: absolute;
  top: 40px;
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  margin: 0 auto;
  background: #fff;
  left: 0;
  right: 0;
  -webkit-animation: mvscroll 2s ease-in-out infinite;
  animation: mvscroll 2s ease-in-out infinite;
  opacity: 0;
}
.header .main-visual .mv-scroll .mv-scroll-txt {
  font-family: "Cormorant", serif;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.header .sub-visual {
  width: 100%;
  height: 265px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 698px;
  height: 386px;
  background: center/contain no-repeat url(../images/common/sub-visual-bg-l-b.png);
  z-index: -1;
}
.header .sub-visual-img {
  max-width: 1785px;
  width: 97%;
  height: 95%;
  margin-left: auto;
  border-radius: 0 0 0 140px;
  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: 1380px;
  width: 85%;
  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;
}
.header .sub-visual-title {
  font-family: "Cormorant", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 4px 7px 10px rgba(34, 34, 34, 0.4);
}
.header .global-nav {
  position: absolute;
  bottom: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1240px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 45px;
  z-index: 5;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.header .global-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}
.header .global-nav-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #cab273;
}
.header .global-nav-list-item:last-child::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #cab273;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  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: 2px;
  background-color: #a67f16;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header .global-nav-en {
  font-family: "Cormorant", serif;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  color: #a67f16;
}
.header .sp-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.header .sp-banner:hover {
  opacity: 0.7;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
.header .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #a67f16;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
.header .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #a67f16;
}

#top .global-nav {
  bottom: 20px;
}

/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
}
.top-about-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.top-about-textbox {
  max-width: 805px;
  width: 100%;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 251px;
  height: 46px;
  background: center/contain no-repeat url(../images/top/top-about-en.png);
}
.top-about-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
}
.top-about-title::before {
  position: absolute;
  content: "";
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #b6b9b0;
}
.top-about-sub-textbox {
  padding: 20px 0;
  background-color: #fff;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-project {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-project::before {
  position: absolute;
  content: "";
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 353px;
  height: 68px;
  background: center/contain no-repeat url(../images/top/top-project-en.png);
  z-index: -1;
}
.top-project::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/feature/top-feature-bg-bottom.png);
  z-index: -1;
}
.top-project-inner {
  padding-top: 70px;
}
.top-project #modal {
  width: 100%;
  height: 100%;
}
.top-project-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-project-list-item {
  max-width: 270px;
  width: 100%;
  height: 270px;
  position: relative;
  z-index: 1;
}
.top-project-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121410;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.top-project-list-item:hover::before {
  opacity: 0.7;
}
.top-project-list-item:hover .top-project-textbox {
  opacity: 1;
}
.top-project-list-item a {
  width: 100%;
  height: 100%;
}
.top-project-tag-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-project-tag-list-item {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 3px 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}
.top-project-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.15em;
}
.top-project-img {
  width: 100%;
  height: 100%;
}
.top-project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-project-img a {
  width: 100%;
  height: 100%;
}
.top-project-textbox {
  position: absolute;
  top: 0;
  left: 0;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 31px 15px 31px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-project-btn {
  max-width: 270px;
  width: 100%;
  height: 60px;
  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.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff !important;
  background-color: #cab273;
  margin: 0 auto;
  position: relative;
}
.top-project-btn::before {
  position: absolute;
  content: "";
  top: 28px;
  right: -20px;
  width: 40px;
  height: 8px;
  background: center/cover no-repeat url(../images/top/top-project-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-project-btn:hover::before {
  right: -27px;
}

.top-worry {
  background-color: #f5f6f4;
}
.top-worry-inner .cmn-title-en {
  color: #2a2f24;
}
.top-worry-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-worry-list-item {
  max-width: 330px;
  width: 100%;
  min-height: 274px;
  text-align: center;
  padding: 23px 15px 15px 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.top-worry-list-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  min-height: 87px;
  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-list-title .accent {
  font-weight: 600;
  color: #a67f16;
}
.top-worry-icon {
  max-width: 200px;
  width: 100%;
  height: 120px;
  margin: 0 auto 12px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px 46px 0 0;
}
.top-worry-sub-text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 15px 10px;
  border: 1px solid #b6b9b0;
}

.top-reason {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-reason::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 46px;
  height: 321px;
  background: center/contain no-repeat url(../images/top/top-reason-en.png);
  z-index: -1;
}
.top-reason::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 334px;
  height: 292px;
  background: center/contain no-repeat url(../images/top/top-reason-bg-r-t.png);
  z-index: -1;
}
.top-reason-inner {
  padding-bottom: 0;
}
.top-reason-title {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 10px 10px;
  background-color: #cab273;
  text-align: center;
  margin-bottom: 25px;
}
.top-reason-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.top-reason-content:nth-of-type(2) .top-reason-textbox::before {
  height: 55px;
  background: center/contain no-repeat url(../images/top/top-reason-no02.png);
}
.top-reason-content:nth-of-type(3) .top-reason-textbox::before {
  height: 60px;
  background: center/contain no-repeat url(../images/top/top-reason-no03.png);
}
.top-reason-content:nth-of-type(4) .top-reason-textbox::before {
  height: 62px;
  background: center/contain no-repeat url(../images/top/top-reason-no04.png);
}
.top-reason-content:nth-of-type(5) .top-reason-textbox::before {
  height: 62px;
  background: center/contain no-repeat url(../images/top/top-reason-no05.png);
}
.top-reason-content:nth-of-type(6) .top-reason-textbox::before {
  top: -36px;
  height: 71px;
  background: center/contain no-repeat url(../images/top/top-reason-no06.png);
}
.top-reason-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-reason-img {
  margin-bottom: 25px;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
  position: relative;
  z-index: 2;
}
.top-reason-textbox {
  max-width: 675px;
  width: 100%;
  padding: 30px 13px 20px 13px;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
  z-index: 0;
  position: relative;
}
.top-reason-textbox::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 15px;
  width: 65px;
  height: 54px;
  background: center/contain no-repeat url(../images/top/top-reason-no01.png);
}
.top-reason-sub-title {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 1.4444;
  margin-bottom: 15px;
}
.top-reason-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
}

.top-example {
  margin-top: -50px;
  background-color: #f5f6f4;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top-example::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 666px;
  background: center/cover no-repeat url(../images/top/top-example-img.png);
  z-index: -1;
}
.top-example-inner {
  padding: 150px 0 10px 0;
}
.top-example-textbox {
  max-width: 870px;
  width: 100%;
  padding: 80px 15px 20px 15px;
  position: relative;
  z-index: 1;
}
.top-example-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1288px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
  z-index: -1;
}
.top-example-title {
  position: absolute;
  top: -67px;
  left: -30px;
}
.top-example-title img {
  height: 125px;
}
.top-example-list-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcec6;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-example-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/top-example-check.png);
}
.top-example-list-item:not(:last-child) {
  margin-bottom: 13px;
}

.link-banner {
  overflow: hidden;
  background-color: #f6f5f4;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 300px;
  width: 100%;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item:nth-child(2) .link-banner-img::before {
  width: 233px;
  background: center/contain no-repeat url(../images/top/link-banner-en02.png);
}
.link-banner-list-item:nth-child(3) .link-banner-img::before {
  width: 164px;
  background: center/contain no-repeat url(../images/top/link-banner-en03.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover::before {
  left: 10px;
}
.link-banner-img {
  width: 100%;
  height: 370px;
  margin-bottom: 42px;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
  position: relative;
}
.link-banner-img::before {
  position: absolute;
  content: "";
  left: -19px;
  bottom: -34px;
  width: 196px;
  height: 50px;
  background: center/contain no-repeat url(../images/top/link-banner-en01.png);
}
.link-banner-img::after {
  position: absolute;
  content: "";
  left: -27px;
  bottom: 0;
  width: 13px;
  height: 111px;
  background: center/cover no-repeat url(../images/top/link-banner-more.png);
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}

.reserve {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 332px;
  height: 43px;
  background: center/contain no-repeat url(../images/top/reserve-en.png);
  z-index: -1;
}
.reserve-title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
}
.reserve-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 17px auto;
  color: #2a2f24;
  padding: 10px 20px 15px 20px;
  background-color: #fff;
}
.reserve-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.reserve-tel {
  font-family: "Cormorant", serif;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reserve-tel::before {
  content: "";
  width: 40px;
  height: 41px;
  margin-right: 15px;
  background: center/contain no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn {
  position: relative;
}
.reserve-btn::before {
  position: absolute;
  content: "";
  top: 23px;
  right: -20px;
  width: 40px;
  height: 8px;
  background: center/cover no-repeat url(../images/top/reserve-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn img {
  max-width: 300px;
  width: 100%;
}
.reserve-btn:hover {
  opacity: 0.8;
}
.reserve-btn:hover::before {
  right: -28px;
}
.reserve-textbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.reserve-text:not(:last-of-type) {
  margin-bottom: 15px;
}
.reserve-text .accent {
  display: inline-block;
  padding: 5px 12px;
  margin-right: 11px;
  border: 1px solid #fff;
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 352px;
  height: 233px;
  background: center/contain no-repeat url(../images/top/news-bg-l-t.png);
  z-index: -1;
}
.news-inner {
  position: relative;
  z-index: 1;
}
.news-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-textbox {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.news-textbox .cmn-title {
  font-size: 2rem;
  text-align: left;
}
.news-textbox .cmn-title-en {
  font-size: 5rem;
}
.news-right {
  max-width: 795px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #b6b9b0;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #a67f16;
  letter-spacing: 0.05em;
  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 9px;
  border: 1px solid #a67f16;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 25px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  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;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -11px;
  width: 107px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::before {
  left: 10px;
}
.news-tag-list {
  max-width: 250px;
  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: #a67f16;
  border: 2px solid #a67f16;
}
.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: #a67f16;
}
.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-info-list {
  -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 {
  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.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #a67f16;
  border-bottom: 1px solid #a67f16;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #a67f16;
  border-right: 1px solid #a67f16;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #a67f16 !important;
}
.news-detail .paginated-link a:hover {
  color: colors(sub) !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
service
==========================================*/
.service {
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/feature/top-feature-bg-bottom.png);
  z-index: -1;
}
.service-flex {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-flex .cmn-title {
  text-align: left;
}
.service-img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-textbox {
  max-width: 585px;
  width: 100%;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.15em;
}

.support {
  background-color: #f5f6f4;
}
.support-inner .cmn-title-en {
  color: #2a2f24;
}
.support-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.support-list-item {
  max-width: 250px;
  width: 100%;
}
.support-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.support-icon {
  max-width: 180px;
  width: 100%;
  height: 180px;
  margin: 0 auto 12px auto;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
  border-radius: 50%;
}
.support-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.area {
  position: relative;
  z-index: 1;
}
.area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 352px;
  height: 233px;
  background: center/cover no-repeat url(../images/service/area-bg-l-t.png);
  z-index: -1;
}
.area-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-img {
  max-width: 400px;
  width: 80%;
  margin-bottom: 20px;
}
.area-textbox {
  max-width: 454px;
  width: 100%;
}
.area-textbox .cmn-title {
  text-align: left;
}
.area-sub-textbox {
  padding: 25px 10px;
  text-align: center;
  border: 1px solid #a67f16;
}
.area-title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.area-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}

/*========================================
feature
==========================================*/
.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/feature/top-feature-bg-bottom.png);
  z-index: -1;
}
.feature-inner {
  max-width: 1280px;
}

/*========================================
project
==========================================*/
.project {
  position: relative;
  z-index: 1;
}
.project::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/feature/top-feature-bg-bottom.png);
  z-index: -1;
}
.project-tag-list {
  margin-bottom: 25px;
}
.project-tag-list-item {
  max-width: 340px;
  width: 50%;
  min-height: 60px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.project-tag-list-item a {
  width: 100%;
  min-height: 60px;
  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.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff !important;
  padding: 10px 15px 10px 7px;
  background-color: #cab273;
  margin: 0 auto;
  position: relative;
}
.project-tag-list-item a::before {
  position: absolute;
  content: "";
  top: 42%;
  right: -20px;
  width: 40px;
  height: 8px;
  background: center/cover no-repeat url(../images/top/top-project-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.project-tag-list-item a:hover::before {
  right: -27px;
}

/*========================================
voice
==========================================*/
.voice {
  position: relative;
  z-index: 1;
}
.voice::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/feature/top-feature-bg-bottom.png);
  z-index: -1;
}
.voice-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #a67f16;
}
.voice-content:not(:last-of-type) {
  margin-bottom: 45px;
}
.voice-img {
  max-width: 432px;
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-textbox {
  max-width: 540px;
  width: 100%;
}
.voice-tag-list {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.voice-tag-list-item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #a67f16;
  letter-spacing: 0.05em;
  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: 5px 14px;
  border: 1px solid #a67f16;
}
.voice-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.voice-title {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b6b9b0;
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.888;
  letter-spacing: 0.15em;
}
.voice-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.staff {
  position: relative;
  z-index: 1;
}
.staff::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/feature/top-feature-bg-bottom.png);
  z-index: -1;
}
.staff-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.staff-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
}
.staff-textbox {
  max-width: 400px;
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #a67f16;
}
.staff-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.staff-title .accent {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #a67f16;
  margin-bottom: 22px;
}
.staff-btn {
  max-width: 350px;
  width: 100%;
  height: 60px;
  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;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff !important;
  letter-spacing: 0.05em;
  background-color: #cab273;
  position: relative;
}
.staff-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: center/cover no-repeat url(../images/info/info-btn-deco.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.staff-btn:not(:last-of-type) {
  margin-bottom: 10px;
}
.staff-btn:nth-of-type(2) {
  margin-bottom: 40px;
}
.staff-btn:hover {
  opacity: 0.8;
}
.staff-btn:hover::before {
  right: 17px;
}

.info {
  background-color: #f5f6f4;
}
.info-inner .cmn-title-en {
  font-size: 4.5rem;
  color: #2a2f24;
}
.info-textbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
          box-shadow: 2px 3px 10px 0 rgba(42, 47, 36, 0.15);
}
.info-table {
  width: 100%;
}
.info-table tr {
  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;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(182, 185, 176, 0.6);
}
.info-table tr th {
  width: 30%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  padding: 22px 0;
  text-align: center;
  vertical-align: middle;
}
.info-table tr td {
  width: 70%;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 16px 15px 16px 11px;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 20px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #cab273;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #a67f16;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #a67f16;
}

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

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #a67f16;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #a67f16;
  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 #a67f16;
  border-right: 1px solid #a67f16;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: colors(sub) !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
footer-sp
==========================================*/
.footer {
  margin-bottom: 14vw;
}
.footer-inner {
  padding: 44px 0 20px 0;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.footer-logo {
  margin-bottom: 27px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 0.12em;
}
.footer-map:hover {
  opacity: 0.7;
}
.footer-left {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.footer-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Cormorant", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #a67f16 !important;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 9px;
  background: center/contain no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2a2f24;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer-text .accent {
  display: inline-block;
  padding: 5px 12px;
  margin-right: 11px;
  border: 1px solid #b6b9b0;
}
.footer-btn {
  max-width: 340px;
  width: 100%;
  height: 70px;
  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;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #a67f16 !important;
  letter-spacing: 0.05em;
  border: 1px solid #a67f16;
  position: relative;
}
.footer-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/footer-btn-deco.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-btn:nth-of-type(2) {
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn:hover::before {
  right: 17px;
}
.footer-right {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-link a:hover {
  opacity: 0.7;
}
.footer-link a:not(:last-of-type) {
  margin-right: 23px;
}
.footer-nav {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.footer-nav-list-item {
  width: 50%;
  height: 60px;
  position: relative;
}
.footer-nav-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #cab273;
}
.footer-nav-list-item:nth-child(even)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #cab273;
}
.footer-nav-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}
.footer-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #a67f16;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-nav-list-item a:hover::after {
  width: 100%;
}
.footer-nav-list-item a.current::after {
  width: 100%;
}
.footer-nav-en {
  font-family: "Cormorant", serif;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  color: #a67f16;
}
.footer-sub-list {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 39px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  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-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17px 0;
  background-color: #f5f6f4;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  line-height: 1;
}