/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header-logo a {
  max-width: 200px;
  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;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 1110px;
  width: 100%;
}
.header-contact:hover {
  opacity: 0.8;
}
.header .global-nav {
  max-width: 870px;
  width: 100%;
  height: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .global-nav-list-item a:hover {
  color: #517516;
}
.header .global-nav-list-item a .current {
  color: #517516;
}
.header .main-visual {
  width: 100%;
  height: 350px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 130px;
  height: 116px;
  background: center/contain no-repeat url(../images/common/main-visual-l-t.png);
  z-index: 2;
}
.header .main-visual::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 130px;
  height: 116px;
  background: center/contain no-repeat url(../images/common/main-visual-r-b.png);
  z-index: 2;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-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;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 110px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 130px;
  height: 116px;
  background: center/contain no-repeat url(../images/common/main-visual-l-t.png);
  z-index: 2;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -2px;
  width: 130px;
  height: 116px;
  background: center/contain no-repeat url(../images/common/main-visual-r-b.png);
  z-index: 2;
}
.header .sub-visual-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;
  z-index: 1;
}
.header .sub-visual-title {
  max-width: 818px;
  width: 97%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.95);
  outline: 1px solid #517516;
  outline-offset: -6px;
}

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

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 350px;
  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%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  background: left top/430px 360px no-repeat url(../images/top/top-about-l-t.png), left bottom/358px 210px no-repeat url(../images/top/top-about-l-b.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 413px;
  height: 298px;
  background: center/contain no-repeat url(../images/top/top-about-img.png);
  z-index: -1;
}
.top-about-inner {
  padding: 320px 0 50px 0;
}
.top-about-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-text:last-of-type {
  margin-bottom: 25px;
}

.top-service {
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
}
.top-service-inner {
  padding-bottom: 100px;
}
.top-service-title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
.top-service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-list-item {
  max-width: 510px;
  width: 100%;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-service-list-item a {
  width: 100%;
  height: 100%;
}
.top-service-list-item a:hover {
  opacity: 0.8;
}
.top-service-list-item a:hover .top-service-more::before {
  right: 10px;
}
.top-service-list-title {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 250px;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 21px 0;
  text-align: center;
  background-color: #fff;
}
.top-service-textbox {
  padding: 65px 35px 25px 35px;
  background-color: #fff;
  position: relative;
}
.top-service-text {
  font-size: 1.6rem;
  line-height: 1.9;
}
.top-service-more {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 18px 0;
  text-align: center;
  background-color: #517516;
  position: relative;
}
.top-service-more::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/top-service-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-intro-inner {
  max-width: 1600px;
  width: 95%;
  padding: 0;
}
.top-intro-banner {
  max-width: 1600px;
  width: 100%;
  margin: -50px auto 0 auto;
  padding: 180px 0 20px 0;
  background-color: #619112;
  position: relative;
  z-index: 1;
}
.top-intro-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 357px;
  width: 100%;
  height: 167px;
  background: center/contain no-repeat url(../images/top/top-intro-bg.png);
  z-index: -1;
}
.top-intro-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}
.top-intro-title::before {
  content: "";
  width: 28px;
  height: 45px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/top/top-intro-title-l.png);
}
.top-intro-title::after {
  content: "";
  width: 28px;
  height: 45px;
  margin-left: 10px;
  background: center/contain no-repeat url(../images/top/top-intro-title-r.png);
}
.top-intro-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  padding: 0 10px;
}
.top-intro-text:not(:last-of-type) {
  margin-bottom: 14px;
}
.top-intro .cmn-btn {
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  color: #517516 !important;
  outline: 1px solid #517516;
  background-color: #fff;
}
.top-intro .cmn-btn::before {
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow02.png);
}

.top-recruit-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 25px;
}
.top-recruit-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
  position: relative;
}
.top-recruit-list::before {
  position: absolute;
  content: "";
  top: 244px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #cbcbcb;
}
.top-recruit-list::after {
  position: absolute;
  content: "";
  bottom: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #cbcbcb;
}
.top-recruit-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.top-recruit-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.top-recruit-list-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-recruit-icon {
  margin-bottom: 30px;
}
.top-recruit .cmn-btn {
  margin: 0 auto;
}

.link-banner {
  background-color: #e8f0d8;
}
.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: 510px;
  width: 100%;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.link-banner-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 400px;
  width: 90%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #517516;
  padding: 26px 20px 26px 30px;
  background-color: #fff;
  border: 1px solid #619112;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-banner-title::after {
  content: "";
  width: 14px;
  height: 23px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 130px;
  height: 116px;
  background: center/cover no-repeat url(../images/top/news-bg-l-t.png);
}
.news::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 0;
  width: 130px;
  height: 116px;
  background: center/cover no-repeat url(../images/top/news-bg-r-b.png);
}
.news-inner {
  padding-top: 70px;
  -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;
}
.news-left {
  max-width: 311px;
  width: 100%;
  text-align: center;
  position: relative;
}
.news-left .cmn-title {
  text-align: left;
  margin-bottom: 35px;
}
.news-textbox {
  max-width: 624px;
  width: 100%;
}
.news .cmn-btn {
  max-width: 260px;
  margin: 0 auto;
}
.news-list {
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 2px solid #cbcbcb;
}
.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-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #517516;
  margin-bottom: 6px;
  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::before {
  content: "";
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/news-tag-icon.png);
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.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: #517516;
  border: 2px solid #517516;
}
.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: #517516;
}
.news-tag-list-item a:hover {
  opacity: 0.8;
}
.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 #517516;
  border-bottom: 1px solid #517516;
}
.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 #517516;
  border-right: 1px solid #517516;
}
.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: #517516 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-contact {
  background: center/cover no-repeat url(../images/top/top-contact-bg.png);
}
.top-contact-textbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #517516;
  position: relative;
}
.top-contact-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 2px;
  background-color: #cbcbcb;
}
.top-contact-tel {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 35px;
}
.top-contact-tel .tel-font {
  display: inline-block;
  font-size: 2rem;
  color: #517516;
  margin-right: 6px;
}
.top-contact-tel-txt {
  display: block;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
.top-contact-tel-txt img {
  display: block;
  margin: 0 auto;
}
.top-contact-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.top-contact-btn:hover {
  opacity: 0.8;
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.about::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 137px;
  height: 115px;
  background: center/contain no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 137px;
  height: 115px;
  background: center/contain no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.about-inner {
  padding-bottom: 140px;
}
.about-sub-title {
  width: 105%;
  margin: 0 -9px;
  text-align: center;
  margin-bottom: 25px;
}
.about-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.reason {
  background-color: #f1f1f1;
}
.reason-content {
  padding: 25px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
}
.reason-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: center/cover no-repeat url(../images/about/reason-no01.png);
}
.reason-content:nth-of-type(2)::before {
  background: center/cover no-repeat url(../images/about/reason-no02.png);
}
.reason-content:nth-of-type(3)::before {
  background: center/cover no-repeat url(../images/about/reason-no03.png);
}
.reason-content:nth-of-type(4)::before {
  background: center/cover no-repeat url(../images/about/reason-no04.png);
}
.reason-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.reason-img {
  margin-bottom: 20px;
}
.reason-textbox {
  max-width: 443px;
  width: 100%;
}
.reason-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.reason-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
}

/*========================================
light
==========================================*/
.light {
  position: relative;
  z-index: 0;
}
.light::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.light::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.light-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.light-list-item {
  max-width: 330px;
  width: 100%;
}
.light-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.light-img {
  margin-bottom: 25px;
}
.light-title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: #517516;
  margin-bottom: 17px;
  text-align: center;
}
.light-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
}

.delivery {
  background-color: #f1f1f1;
}
.delivery-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 25px;
}
.delivery-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.delivery-list-item {
  max-width: 250px;
  width: 49%;
  margin-bottom: 15px;
  padding: 10px 10px 25px 10px;
  background-color: #fff;
}
.delivery-img {
  max-width: 220px;
  width: 100%;
  height: 150px;
  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;
  margin-bottom: 20px;
}
.delivery-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.delivery-title .s-font {
  display: block;
  font-size: 1.8rem;
}

.car-inner .cmn-title .s-font {
  font-size: 2.1rem;
}
.car-table {
  width: 100%;
  margin-bottom: 30px;
}
.car-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.car-table tr th {
  width: 50%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
  background-color: #517516;
}
.car-table tr td {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  padding: 21px 0;
  background-color: #fff;
  border: 1px solid #517516;
}
.car-table tr td img {
  max-width: 100%;
}
.car-notice {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

/*========================================
contact
==========================================*/
.service {
  position: relative;
  z-index: 0;
}
.service::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.service::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.service-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  background-color: #e8f0d8;
}
.service-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-img {
  margin-bottom: 25px;
}
.service-textbox {
  max-width: 433px;
  width: 100%;
}
.service-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: 18px;
}
.service-sub-textbox {
  padding: 20px 15px;
  background-color: #fff;
}
.service-sub-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #517516;
  margin-bottom: 15px;
}
.service-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

.example {
  background-color: #f1f1f1;
}
.example-textbox {
  padding: 20px 15px;
  background-color: #fff;
  margin-bottom: 35px;
  outline: 1px solid #517516;
  outline-offset: -6px;
}
.example-list {
  width: 100%;
  -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;
}
.example-list-item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -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;
}
.example-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin-right: 13px;
  background-color: #517516;
  border-radius: 50%;
}
.example-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.example-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.example-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}

/*========================================
question
==========================================*/
.question {
  position: relative;
  z-index: 0;
}
.question::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.question::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.question-inner {
  padding-bottom: 150px;
}
.question-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.question-link {
  max-width: 400px;
  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;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  outline: 1px solid #fff;
  outline-offset: -6px;
  background-color: #2c3222;
  position: relative;
}
.question-link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 10px;
  background: center/cover no-repeat url(../images/question/question-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.question-link:hover {
  opacity: 0.8;
}
.question-link:hover::before {
  top: 57%;
}
.question-link:not(:last-of-type) {
  margin-bottom: 20px;
}
.question-content {
  background-color: #e8f0d8;
}
.question-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.question-list {
  padding: 20px 15px;
}
.question-list-item {
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
}
.question-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.question-list-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #517516;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #cbcbcb;
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 33px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/question/Q.png);
}
.question-title {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 18px 0;
  color: #fff;
  text-align: center;
  background-color: #517516;
}
.question-textbox {
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 29px;
  height: 28px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/question/A.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
need
==========================================*/
.need {
  position: relative;
  z-index: 0;
}
.need::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.need::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.need-inner .cmn-title {
  line-height: 1.3;
}
.need-list {
  margin-bottom: 85px;
  position: relative;
}
.need-list::before {
  position: absolute;
  content: "";
  bottom: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37px;
  height: 44px;
  background: center/contain no-repeat url(../images/recruit/need-arrow.png);
}
.need-list-item {
  max-width: 530px;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 15px 10px;
  -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;
  background-color: #e8f0d8;
}
.need-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 26px;
  margin-right: 7px;
  background: center/contain no-repeat url(../images/recruit/need-check.png);
}
.need-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.need-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 20px 10px;
  text-align: center;
  border-top: 2px solid #517516;
  border-bottom: 2px solid #517516;
}

.feature {
  background-color: #f1f1f1;
}
.feature-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-list-item {
  max-width: 305px;
  width: 100%;
}
.feature-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.feature-img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.feature-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #517516;
  margin-bottom: 17px;
  text-align: center;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.voice-inner {
  padding: 150px 0;
}
.voice-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e8f0d8;
  outline: 1px solid #517516;
  outline-offset: -6px;
}
.voice-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.voice-icon {
  margin-bottom: 25px;
}
.voice-textbox {
  width: 100%;
}
.voice-title {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #517516;
  margin-bottom: 17px;
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
}
.recruit {
  background-color: #f1f1f1;
}
.recruit-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  padding-left: 15px;
  border-left: 4px solid #517516;
}
.recruit-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.recruit-table {
  width: 100%;
  margin-bottom: 40px;
}
.recruit-table tr th {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 23px 15px;
  background-color: #517516;
}
.recruit-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #517516;
}
.recruit-table tr td img {
  max-width: 100%;
}
.recruit-btn {
  max-width: 350px;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2c3222;
  outline: 1px solid #fff;
  outline-offset: -6px;
  position: relative;
}
.recruit-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.recruit-btn:hover {
  opacity: 0.8;
}
.recruit-btn:hover::before {
  right: 10px;
}

.flow {
  position: relative;
  z-index: 0;
}
.flow::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/recruit/flow-bg-l-b.png);
  z-index: -1;
}
.flow::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/recruit/flow-bg-r-t.png);
  z-index: -1;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff;
  border: 2px solid #517516;
  position: relative;
  z-index: 1;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 45px;
}
.flow-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 25px;
  height: 45px;
  background: center/cover no-repeat url(../images/recruit/flow-arrow.png);
}
.flow-img {
  margin: -2px -2px 0 -2px;
  margin-bottom: 28px;
}
.flow-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 15px;
}

/*========================================
contact
==========================================*/
.business {
  position: relative;
  z-index: 0;
}
.business::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.business::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 137px;
  height: 115px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.business-inner {
  padding-top: 80px;
}
.business-inner .cmn-title {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.business-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.business-img {
  margin-bottom: 20px;
}
.business-textbox {
  max-width: 495px;
  width: 100%;
}
.business-text {
  font-size: 1.6rem;
  line-height: 2;
}
.business-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.area {
  background-color: #f1f1f1;
}
.area-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-img {
  margin-bottom: 20px;
}
.area-textbox {
  max-width: 460px;
  width: 100%;
}
.area-textbox .cmn-title {
  text-align: left;
  margin-bottom: 20px;
}
.area-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1;
  padding: 14px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #517516;
}

.commit-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 2px solid #517516;
  position: relative;
}
.commit-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background: center/cover no-repeat url(../images/recruit/flow-no01.png);
}
.commit-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/recruit/flow-no02.png);
}
.commit-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/recruit/flow-no03.png);
}
.commit-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.commit-icon {
  margin-bottom: 20px;
}
.commit-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.commit-title {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.commit-text {
  font-size: 1.6rem;
  line-height: 2.1;
}

/*========================================
info
==========================================*/
.greeting {
  position: relative;
  z-index: 0;
}
.greeting::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 100px;
  height: 83px;
  background: center/contain no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.greeting::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100px;
  height: 83px;
  background: center/contain no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.greeting-inner {
  padding-bottom: 70px;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 503px;
  width: 100%;
}
.greeting-text {
  font-size: 1.6rem;
  line-height: 2;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.greeting-name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  color: #517516;
  letter-spacing: 0.05em;
  text-align: right;
}

.info {
  background-color: #f1f1f1;
}
.info-table {
  width: 100%;
  margin-bottom: 70px;
}
.info-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.info-table tr th {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 20px 15px;
  background-color: #517516;
}
.info-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #517516;
}
.info-table tr td img {
  max-width: 100%;
}
.info-table tr td a {
  color: #619112;
  border-bottom: 1px solid #619112;
}
.info-tel-txt {
  display: inline-block;
  margin-left: 13px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.history-table {
  width: 100%;
}
.history-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.history-table tr th {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 20px 15px;
  background-color: #818181;
}
.history-table tr td {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  vertical-align: middle;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #818181;
}
.history-table tr td img {
  max-width: 100%;
}
.history-notice {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.intro {
  background-color: #e8f0d8;
}
.intro-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 4px solid #2c3222;
}
.intro-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.intro-table {
  width: 100%;
  margin-bottom: 30px;
}
.intro-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.intro-table tr th {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 20px 15px;
  background-color: #2c3222;
}
.intro-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #2c3222;
}
.intro-table tr td img {
  max-width: 100%;
}
.intro-map {
  width: 100%;
  height: 65vw;
}
.intro-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: #517516;
}
.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: #517516;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #517516;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #517516;
  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 #517516;
}
.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 #517516;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #517516;
  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 #517516;
  border-right: 1px solid #517516;
  -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: -webkit-gradient(linear, left top, right top, from(#517516), color-stop(49%, #619112), to(#6e9b23));
  background: -webkit-linear-gradient(left, #517516, #619112 49%, #6e9b23);
  background: linear-gradient(to right, #517516, #619112 49%, #6e9b23);
}
.footer-logo {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 380px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer-nav {
  max-width: 436px;
  width: 100%;
  height: 188px;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-bottom: 35px;
}
.footer-nav-list-item:nth-child(6) {
  margin-bottom: 21px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-nav-list-item .nav-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff !important;
}
.footer-nav-sub-list-item {
  line-height: 1;
}
.footer-nav-sub-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-nav-sub-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
}
.footer-nav-sub-list-item a:hover {
  opacity: 0.7;
}
.footer-sub-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 15px;
  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;
}
.footer-sub-list-item:not(:last-child)::after {
  content: "|";
  font-size: 1.4rem;
  color: #fff;
  margin-left: 15px;
}
.footer-sub-list-item a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
}
.footer-bottom {
  background-color: #2c3222;
}
.footer-bottom-inner {
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.footer-bottom #copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}