/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 1000;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 140px;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 595px;
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #222;
}
.header .global-nav-list-item a:hover {
  color: #325f24;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  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;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/common/header-line01.png);
}
.header .main-visual::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/common/header-line02.png);
}
.header .main-visual-img {
  width: 100%;
  height: 380px;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1592px;
  width: 100%;
  height: 100%;
  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;
}
.header .main-visual-textbox img {
  height: 230px;
  margin-left: -20px;
}
.header .sub-visual {
  width: 100%;
  height: 320px;
  margin-top: 80px;
  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;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/common/header-line01.png);
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/common/header-line02.png);
}
.header .sub-visual-img {
  width: 100%;
  height: 300px;
}
.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: 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;
}
.header .sub-visual-textbox img {
  height: 102px;
  margin-left: -10px;
}

#privacy .sub-visual-textbox img {
  height: 126px;
}

#notfound .sub-visual-textbox img {
  height: 126px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-concept {
  overflow: hidden;
}
.top-concept-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-concept-img {
  margin-bottom: 20px;
}
.top-concept-textbox {
  max-width: 480px;
  width: 100%;
}
.top-concept-textbox .cmn-title {
  text-align: left;
}
.top-concept-textbox .cmn-title-en {
  margin: 0 0 10px 0;
}
.top-concept-textbox .cmn-btn {
  max-width: 300px;
}
.top-concept-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
}

.top-service {
  background-color: #f3ede5;
}
.top-service-content {
  padding: 50px 10px;
  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;
  position: relative;
  z-index: 1;
}
.top-service-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/top/top-service-line.png);
  z-index: -1;
}
.top-service-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/top/top-service-line.png);
  z-index: -1;
}
.top-service-content-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.top-service-content:nth-of-type(2) .top-service-textbox {
  margin-left: 0;
}
.top-service-content:nth-of-type(2) .top-service-textbox::before {
  right: auto;
  left: -11px;
  background: center/contain no-repeat url(../../images/top/top-service-deco02.png);
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.top-service-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service-textbox {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 25px 18px;
  -webkit-box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
          box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
  position: relative;
}
.top-service-textbox::before {
  position: absolute;
  content: "";
  right: -11px;
  bottom: -18px;
  width: 95px;
  height: 84px;
  background: center/contain no-repeat url(../../images/top/top-service-deco01.png);
}
.top-service-textbox .cmn-title {
  text-align: left;
}
.top-service-textbox .cmn-title-en {
  margin: 0 0 10px 0;
}
.top-service-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}

.top-works {
  overflow: hidden;
}
.top-works-inner {
  position: relative;
}
.top-works-inner::before {
  position: absolute;
  content: "";
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 40px;
  background: center/contain no-repeat url(../../images/top/top-works-deco.png);
}
.top-works-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-works-list-item {
  max-width: 330px;
  width: 100%;
}
.top-works-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-works-list-item a {
  width: 100%;
}
.top-works-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.top-works-img {
  max-width: 330px;
  width: 100%;
  height: 330px;
  margin-bottom: 25px;
}
.top-works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news {
  background-color: #f3ede5;
  overflow: hidden;
}
.news .cmn-title {
  max-width: 272px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.news .cmn-title-en {
  margin: 0 0 10px 0;
}
.news .cmn-title-en::before {
  background: center/cover no-repeat url(../../images/top/news-title-deco.png);
}
.news-content {
  -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;
}
.news-right {
  max-width: 733px;
  width: 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;
}
.news-list {
  width: 100%;
  margin-bottom: 25px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:last-child a {
  border-bottom: 1px solid #e1d8cd;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding: 18px 0;
  border-top: 1px solid #e1d8cd;
}
.news-list-item a:hover .news-title {
  color: #325f24;
}
.news-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.15em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}
.news-accent time {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #3f6831;
  letter-spacing: 0.08em;
  margin-right: 15px;
  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;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  color: #392713;
  padding: 6px 17px;
  border: 1px solid #392713;
}
.news-accent-tag:not(:last-child) {
  margin-right: 7px;
}
.news .cmn-btn {
  max-width: 266px;
  height: 50px;
}
.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: #325f24;
  border: 2px solid #325f24;
}
.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: #325f24;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.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 #325f24;
  border-bottom: 1px solid #325f24;
}
.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 #325f24;
  border-right: 1px solid #325f24;
}
.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: #325f24 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/top/reserve-border.png);
}
.reserve::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/top/reserve-border.png);
}
.reserve .cmn-title {
  color: #fff;
}
.reserve .cmn-title-en {
  color: #fff;
}
.reserve .cmn-title-en::before {
  background: center/cover no-repeat url(../../images/top/reserve-title-deco.png);
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 35px;
  color: #fff;
}
.reserve .cmn-btn {
  max-width: 315px;
  width: 90%;
  height: 70px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.7rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 50px;
  background-color: #325f24;
  border: none;
}
.reserve .cmn-btn::before {
  background: center/cover no-repeat url(../../images/top/reserve-arrow.png);
}

/*========================================
about
==========================================*/
.message {
  background: center/cover no-repeat url(../../images/about/message-bg.png);
}
.message-content {
  max-width: 780px;
  width: 100%;
  padding: 40px 20px 30px 20px;
  margin: 0 auto;
  background-color: #fff;
}
.message-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.message-text:not(:last-of-type) {
  margin-bottom: 25px;
}

.value {
  background-color: #f3ede5;
}
.value-inner {
  position: relative;
}
.value-inner::before {
  position: absolute;
  content: "";
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 370px;
  height: 40px;
  background: center/contain no-repeat url(../../images/top/top-works-deco.png);
}
.value-inner .cmn-title-en::before {
  background: center/cover no-repeat url(../../images/about/value-title-deco.png);
}
.value-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.value-list-item {
  max-width: 330px;
  width: 100%;
  padding: 30px 18px 25px 18px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
          box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
}
.value-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../../images/about/value-border.png);
}
.value-list-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../../images/about/value-border.png);
}
.value-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.value-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  text-align: center;
}
.value-list-title::first-letter {
  color: #325f24;
}
.value-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.value-text:last-of-type {
  margin-bottom: 30px;
}
.value-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.value-sub-text {
  font-size: 1.6rem;
  line-height: 2;
}

.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: 350px;
  width: 100%;
  height: 309px;
}
.link-banner-list-item:nth-child(2) {
  margin-top: 30px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../../images/about/link-banner-img02.png);
}
.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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: center/cover no-repeat url(../../images/about/link-banner-img01.png);
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 32px;
  bottom: 31px;
  width: 26px;
  height: 26px;
  background: center/cover no-repeat url(../../images/about/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 {
  right: 22px;
}
.link-banner-textbox {
  max-width: 360px;
  width: 90%;
  height: 135px;
  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;
  background-color: #325f24;
}
.link-banner-title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #fff;
  text-align: center;
}
.link-banner-title .en {
  display: block;
  font-family: "Geologica", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

/*========================================
reform
==========================================*/
.about {
  overflow: hidden;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 25px;
}
.about-textbox {
  max-width: 440px;
  width: 100%;
}
.about-textbox .cmn-title {
  text-align: left;
}
.about-textbox .cmn-title-en {
  margin: 0 0 10px 0;
}
.about-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.about-sub-content {
  padding: 20px 0;
  border-top: 1px solid #e1d8cd;
  border-bottom: 1px solid #e1d8cd;
}
.about-sub-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #325f24;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.about-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-list-item {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  background-color: #f3ede5;
}
.about-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.about-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 8px 0;
  margin-bottom: 13px;
  text-align: center;
  background-color: #3f2109;
}
.about-sub-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.service {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.service-inner {
  padding: 50px 0;
}
.service-content {
  width: 100%;
  padding: 50px 10px;
  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;
  position: relative;
  z-index: 1;
}
.service-content-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.service-content:nth-of-type(2) .service-img {
  left: auto;
  right: 0;
}
.service-content:nth-of-type(2) .service-textbox {
  margin-left: 0;
}
.service-content:nth-of-type(2) .service-textbox::before {
  right: auto;
  left: -11px;
  background: center/cover no-repeat url(../../images/top/top-service-deco02.png);
}
.service-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.service-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 1602px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-img::before {
  position: absolute;
  content: "";
  top: -11px;
  left: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/reform/service-border.png);
}
.service-img::after {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../../images/reform/service-border.png);
}
.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-textbox {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 30px 18px;
  -webkit-box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
          box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
  position: relative;
}
.service-textbox::before {
  position: absolute;
  content: "";
  right: -11px;
  bottom: -18px;
  width: 95px;
  height: 84px;
  background: center/contain no-repeat url(../../images/top/top-service-deco01.png);
}
.service-text {
  font-size: 1.6rem;
  line-height: 2;
}
.service-text:not(:last-of-type) {
  margin-bottom: 23px;
}

.works {
  background-color: #f3ede5;
}
.works-inner {
  position: relative;
}
.works-inner .cmn-title-en::before {
  background: center/cover no-repeat url(../../images/about/value-title-deco.png);
}
.works-content {
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
          box-shadow: 0 0 10px 0 rgba(57, 39, 19, 0.05);
}
.works-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.works-img {
  max-width: 350px;
  width: 100%;
  height: 255px;
  margin-bottom: 20px;
}
.works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-textbox {
  max-width: 509px;
  width: 100%;
}
.works-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e1d8cd;
}
.works-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.works-body img {
  max-width: 100%;
}

/*========================================
order
==========================================*/
#order .service-textbox .cmn-title {
  font-size: 2.3rem;
  margin-bottom: 20px;
}
#order .service-textbox .cmn-title::first-letter {
  color: #325f24;
}
#order .service-textbox .cmn-title-en {
  font-size: 2rem;
  color: #3f2109;
}
/*========================================
info
==========================================*/
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 5px;
}
.info-table tr th {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 20px;
  text-align: center;
  background-color: #3f2109;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.6;
  padding: 15px;
  vertical-align: middle;
}

.access {
  background-color: #f3ede5;
}
.access-inner {
  position: relative;
}
.access-inner .cmn-title {
  text-align: left;
}
.access-inner .cmn-title-en {
  margin: 0 0 10px 0;
}
.access-inner .cmn-title-en::before {
  background: center/cover no-repeat url(../../images/about/value-title-deco.png);
}
.access-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.access-textbox {
  max-width: 395px;
  width: 100%;
  margin-bottom: 30px;
}
.access-address {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.access-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.access-map {
  max-width: 640px;
  width: 100%;
  height: 60vw;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #325f24;
}
.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: #325f24;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #325f24;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #325f24;
  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 #325f24;
}
.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 #325f24;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #325f24;
  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 #325f24;
  border-right: 1px solid #325f24;
  -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-sp
==========================================*/
.footer {
  background: center/cover no-repeat url(../../images/top/footer-bg.png);
}
.footer-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 45px 0 20px 0;
}
.footer-logo {
  max-width: 320px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 540px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.footer-address {
  font-size: 1.8rem;
  font-weight: 500;
  color: #251e17;
  margin-bottom: 25px;
}
.footer-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #251e17;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.footer-text .accent {
  display: inline-block;
  color: #3f6831;
}
.footer-tel {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #251e17;
  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-bottom: 64px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 19px;
  height: 23px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
  height: 49px;
}
.footer-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.footer-link a:not(:last-of-type) {
  margin-right: 26px;
}
.footer-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-right {
  max-width: 440px;
  width: 100%;
}
.footer-nav {
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  height: 170px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -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;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(4n)) {
  margin-bottom: 30px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #251e17;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  font-size: 1.2rem;
  font-weight: 500;
  color: #251e17;
  letter-spacing: 0.1em;
  text-align: center;
}