/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  width: 100%;
  height: 140px;
  padding: 0 50px;
  background-color: #fff;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  position: relative;
}
.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 .global-nav-list-item .nav-text {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: -20px;
  cursor: pointer;
}
.header .global-nav-list-item .nav-text:hover + .global-nav-sub-list {
  display: block;
  opacity: 1;
}
.header .global-nav-sub-list {
  position: absolute;
  left: 0;
  bottom: -47px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
  opacity: 0;
}
.header .global-nav-sub-list:hover {
  display: block;
  opacity: 1;
}
.header .global-nav-sub-list-item {
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .global-nav-sub-list-item:not(:last-child) {
  margin-bottom: 9px;
}
.header .global-nav-sub-list-item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .main-visual {
  width: 100%;
  height: 790px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 252px;
  height: 225px;
  background: center/cover 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: 251px;
  height: 225px;
  background: center/cover 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 .sub-visual {
  width: 100%;
  height: 635px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 252px;
  height: 225px;
  background: center/cover 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: 251px;
  height: 225px;
  background: center/cover 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: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 5.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 35px 0;
  background-color: rgba(255, 255, 255, 0.95);
  outline: 2px solid #517516;
  outline-offset: -13px;
}

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

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 790px;
  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
==========================================*/
.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: "";
  right: 0;
  bottom: 0;
  width: 1302px;
  height: 940px;
  background: center/cover no-repeat url(../images/top/top-about-img.png);
  z-index: -1;
}
.top-about-inner {
  padding: 150px 0 134px 0;
}
.top-about-title {
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 46px;
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-text:last-of-type {
  margin-bottom: 63px;
}

.top-service {
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
}
.top-service-inner {
  padding: 150px 0 389px 0;
}
.top-service-title {
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
.top-service-list-item {
  max-width: 510px;
  width: 100%;
}
.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: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 320px;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 21px 0;
  text-align: center;
  background-color: #fff;
}
.top-service-textbox {
  padding: 65px 47px 30px 47px;
  background-color: #fff;
  position: relative;
}
.top-service-text {
  font-size: 1.8rem;
  line-height: 1.9;
}
.top-service-more {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  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%;
  height: 750px;
  margin: -240px auto 0 auto;
  padding: 118px 0 0 0;
  background-color: #619112;
  position: relative;
  z-index: 1;
}
.top-intro-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background: center/cover no-repeat url(../images/top/top-intro-bg.png);
  z-index: -1;
}
.top-intro-title {
  font-size: 6rem;
  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: 40px;
}
.top-intro-title::before {
  content: "";
  width: 35px;
  height: 56px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/top/top-intro-title-l.png);
}
.top-intro-title::after {
  content: "";
  width: 35px;
  height: 56px;
  margin-left: 20px;
  background: center/cover no-repeat url(../images/top/top-intro-title-r.png);
}
.top-intro-text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.top-intro-text:not(:last-of-type) {
  margin-bottom: 14px;
}
.top-intro .cmn-btn {
  max-width: 360px;
  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: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 65px;
}
.top-recruit-list {
  margin-bottom: 80px;
  position: relative;
}
.top-recruit-list::before {
  position: absolute;
  content: "";
  left: 299px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #cbcbcb;
}
.top-recruit-list::after {
  position: absolute;
  content: "";
  right: 299px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #cbcbcb;
}
.top-recruit-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.top-recruit-list-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-recruit-icon {
  margin-bottom: 50px;
}
.top-recruit .cmn-btn {
  margin: 0 auto;
}

.link-banner {
  background-color: #e8f0d8;
}
.link-banner-list-item {
  max-width: 510px;
  width: 100%;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  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: 100%;
  font-size: 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 {
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 252px;
  height: 225px;
  background: center/cover no-repeat url(../images/top/news-bg-l-t.png);
}
.news::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 252px;
  height: 225px;
  background: center/cover no-repeat url(../images/top/news-bg-r-b.png);
}
.news-inner {
  padding: 140px 0;
  -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;
}
.news-textbox {
  max-width: 624px;
  width: 100%;
  min-height: 327px;
}
.news .cmn-btn {
  position: absolute;
  left: 0;
  bottom: 140px;
  max-width: 260px;
  margin: 0 auto;
}
.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-sub {
  padding: 20px !important;
  background-color: #fff;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #517516;
}
.news-sub-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-sub-textbox-top {
  padding: 25px;
  margin-bottom: 20px;
  background-color: #c0c0c0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.news-sub-accent {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-sub-accent-tag {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #517516;
  margin-bottom: 5px;
}
.news-sub-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-sub-accent time {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 25px;
}
.news-sub-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #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: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  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;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #517516;
  border-right: 1px solid #517516;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #517516 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.top-contact {
  background: center/cover no-repeat url(../images/top/top-contact-bg.png);
}
.top-contact-inner {
  padding: 150px 0;
}
.top-contact-textbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 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: 2px;
  height: 70px;
  background-color: #cbcbcb;
}
.top-contact-tel {
  font-family: "Shippori Mincho B1", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: 118px;
}
.top-contact-tel .tel-font {
  display: inline-block;
  font-size: 3.6rem;
  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:hover {
  opacity: 0.8;
}

/*========================================
about
==========================================*/
.about {
  position: relative;
  z-index: 0;
}
.about::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 430px;
  height: 360px;
  background: center/cover no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 430px;
  height: 360px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.about-inner {
  padding-bottom: 140px;
}
.about-sub-title {
  text-align: center;
  margin-bottom: 39px;
}
.about-text {
  font-size: 1.8rem;
  line-height: 2.1;
  text-align: center;
}
.about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.reason {
  background-color: #f1f1f1;
}
.reason-inner {
  padding: 154px 0 147px 0;
}
.reason-content {
  padding: 65px 70px 50px 70px;
  background-color: #fff;
  position: relative;
}
.reason-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  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:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.reason-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.reason-textbox {
  max-width: 443px;
  width: 100%;
}
.reason-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.reason-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1;
}

/*========================================
light
==========================================*/
.light {
  position: relative;
  z-index: 0;
}
.light::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 430px;
  height: 360px;
  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: 430px;
  height: 360px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.light-inner {
  padding-bottom: 140px;
}
.light-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.light-list-item {
  max-width: 330px;
  width: 100%;
}
.light-img {
  margin-bottom: 40px;
}
.light-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  color: #517516;
  margin-bottom: 17px;
  text-align: center;
}
.light-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}

.delivery {
  background-color: #f1f1f1;
}
.delivery-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 45px;
}
.delivery-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delivery-list-item {
  max-width: 250px;
  width: 100%;
  min-height: 305px;
  margin-bottom: 30px;
  padding: 15px 15px 10px 15px;
  background-color: #fff;
}
.delivery-list-item:not(:nth-last-child(4n)) {
  margin-right: 26px;
}
.delivery-list-item:last-child {
  margin-right: 0;
}
.delivery-img {
  max-width: 220px;
  width: 100%;
  height: 200px;
  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: 3.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.delivery-title .s-font {
  display: block;
  font-size: 1.8rem;
}

.car-inner {
  padding: 150px 0;
}
.car-inner .cmn-title .s-font {
  font-size: 5rem;
}
.car-table {
  width: 100%;
  margin-bottom: 40px;
}
.car-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.car-table tr th {
  width: 50%;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 25px 0;
  background-color: #517516;
}
.car-table tr td {
  font-size: 2rem;
  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.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

/*========================================
contact
==========================================*/
.service {
  position: relative;
  z-index: 0;
}
.service::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 430px;
  height: 360px;
  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: 430px;
  height: 360px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.service-inner {
  padding-bottom: 150px;
}
.service-content {
  padding: 70px;
  background-color: #e8f0d8;
}
.service-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.service-content:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.service-textbox {
  max-width: 433px;
  width: 100%;
}
.service-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 29px;
  letter-spacing: 0.05em;
}
.service-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: 18px;
}
.service-sub-textbox {
  padding: 30px 20px 20px 30px;
  background-color: #fff;
}
.service-sub-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.8rem;
  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: 70px 90px 65px 90px;
  background-color: #fff;
  margin-bottom: 50px;
  outline: 2px solid #517516;
  outline-offset: -12px;
}
.example-list {
  width: 100%;
  height: 266px;
  -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-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.example-list-item {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  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: "";
  width: 10px;
  height: 10px;
  margin-right: 17px;
  background-color: #517516;
  border-radius: 50%;
}
.example-list-item:not(:nth-child(5n)) {
  margin-bottom: 35px;
}

/*========================================
question
==========================================*/
.question {
  position: relative;
  z-index: 0;
}
.question::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 430px;
  height: 360px;
  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: 430px;
  height: 360px;
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.question-link {
  max-width: 400px;
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 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-right: 40px;
}
.question-content {
  background-color: #e8f0d8;
}
.question-content:not(:last-of-type) {
  margin-bottom: 70px;
}
.question-list {
  padding: 50px 70px 70px 70px;
}
.question-list-item {
  padding: 38px;
  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: 2.4rem;
  font-weight: 600;
  color: #517516;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  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: 32px;
  height: 40px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/question/Q.png);
}
.question-title {
  font-size: 3.6rem;
  font-weight: 600;
  padding: 24px 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: 35px;
  height: 34px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/question/A.png);
}
.question-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
need
==========================================*/
.need {
  position: relative;
  z-index: 0;
}
.need::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 430px;
  height: 360px;
  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: 430px;
  height: 360px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.need-inner {
  padding-bottom: 150px;
}
.need-list {
  margin-bottom: 127px;
  position: relative;
}
.need-list::before {
  position: absolute;
  content: "";
  bottom: -98px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 59px;
  height: 68px;
  background: center/cover no-repeat url(../images/recruit/need-arrow.png);
}
.need-list-item {
  max-width: 530px;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 22px 10px 22px 20px;
  -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/cover no-repeat url(../images/recruit/need-check.png);
}
.need-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 20px;
}
.need-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 31px 38px;
  text-align: center;
  border-top: 2px solid #517516;
  border-bottom: 2px solid #517516;
}

.feature {
  background-color: #f1f1f1;
}
.feature-inner {
  padding: 130px 0;
}
.feature-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-list-item {
  max-width: 305px;
  width: 100%;
}
.feature-img {
  margin-bottom: 30px;
}
.feature-title {
  font-size: 3.6rem;
  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 {
  padding: 50px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e8f0d8;
  outline: 2px solid #517516;
  outline-offset: -12px;
}
.voice-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.voice-icon {
  margin-right: 44px;
}
.voice-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice-title {
  font-size: 3.6rem;
  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-inner {
  padding: 140px 0;
}
.recruit-title {
  font-size: 3.6rem;
  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: 67px;
}
.recruit-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.recruit-table tr th {
  width: 350px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 30px 49px;
  background-color: #517516;
}
.recruit-table tr td {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  padding: 20px 20px 20px 54px;
  background-color: #fff;
  border: 1px solid #517516;
}
.recruit-table tr td img {
  max-width: 100%;
}
.recruit-btn {
  max-width: 450px;
  width: 100%;
  height: 85px;
  margin: 0 auto;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6rem;
  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: 430px;
  height: 360px;
  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: 430px;
  height: 360px;
  background: center/cover no-repeat url(../images/recruit/flow-bg-r-t.png);
  z-index: -1;
}
.flow-inner {
  padding: 150px 0;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  min-height: 485px;
  background-color: #fff;
  border: 2px solid #517516;
  position: relative;
  z-index: 1;
}
.flow-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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: 3.6rem;
  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 32px;
}

/*========================================
contact
==========================================*/
.business {
  position: relative;
  z-index: 0;
}
.business::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 430px;
  height: 360px;
  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: 430px;
  height: 360px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.business-inner .cmn-title {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.business-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.business-textbox {
  max-width: 495px;
  width: 100%;
}
.business-text {
  font-size: 1.8rem;
  line-height: 2;
}
.business-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.area {
  background-color: #f1f1f1;
}
.area-inner {
  padding: 125px 0 141px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.area-textbox {
  max-width: 460px;
  width: 100%;
}
.area-textbox .cmn-title {
  font-size: 6.5rem;
  text-align: left;
  margin-bottom: 50px;
}
.area-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  line-height: 1;
  padding: 17px 27px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid #517516;
}

.commit-list-item {
  padding: 47px 50px 47px 63px;
  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: 47px;
}
.commit-icon {
  margin-right: 40px;
}
.commit-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.commit-title {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.commit-text {
  font-size: 1.8rem;
  line-height: 2.1;
}

/*========================================
info
==========================================*/
.greeting {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.greeting::before {
  position: absolute;
  content: "";
  top: -45px;
  left: 0;
  width: 430px;
  height: 360px;
  background: center/contain no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
@media (max-width: 1715px) {
  .greeting::before {
    left: 0;
    width: 250px;
    height: 208px;
  }
}
.greeting::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 430px;
  height: 360px;
  background: center/contain no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
@media (max-width: 1715px) {
  .greeting::after {
    right: 0;
    width: 250px;
    height: 208px;
  }
}
.greeting-inner {
  padding-bottom: 150px;
}
.greeting-textbox {
  max-width: 503px;
  width: 100%;
}
.greeting-text {
  font-size: 1.8rem;
  line-height: 2;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.greeting-text:nth-of-type(4) {
  margin-bottom: 40px;
}
.greeting-name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 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 {
  width: 320px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 30px 40px;
  background-color: #517516;
}
.info-table tr td {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  padding: 22px 20px 22px 54px;
  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: 360px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.history-inner {
  padding: 150px 0;
}
.history-table {
  width: 100%;
}
.history-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.history-table tr th {
  width: 320px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 30px 20px 30px 29px;
  background-color: #818181;
}
.history-table tr td {
  font-size: 2rem;
  font-weight: 500;
  vertical-align: middle;
  padding: 22px 20px 22px 54px;
  background-color: #fff;
  border: 1px solid #818181;
}
.history-table tr td img {
  max-width: 100%;
}
.history-notice {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.intro {
  background-color: #e8f0d8;
}
.intro-inner {
  padding: 150px 0;
}
.intro-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  padding-left: 15px;
  border-left: 4px solid #2c3222;
}
.intro-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.intro-table {
  width: 100%;
  margin-bottom: 69px;
}
.intro-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.intro-table tr th {
  width: 320px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 30px 48px;
  background-color: #2c3222;
}
.intro-table tr td {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  padding: 20px 20px 20px 54px;
  background-color: #fff;
  border: 1px solid #2c3222;
}
.intro-table tr td img {
  max-width: 100%;
}
.intro-map {
  width: 100%;
  height: 360px;
}
.intro-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
/*========================================
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 input {
  color: #fff;
  background-color: #517516;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #517516;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #517516;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #517516;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.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-inner {
  padding: 125px 0 112px 0;
}
.footer-logo {
  margin-bottom: 60px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 380px;
  width: 100%;
}
.footer-address {
  font-size: 1.7rem;
  font-weight: 500;
  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: 32px;
}
.footer-nav-list-item:nth-child(6) {
  margin-bottom: 21px;
}
.footer-nav-list-item a {
  font-size: 1.8rem;
  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.8rem;
  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-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 17px;
  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: 17px;
}
.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: 25px 0 20px 0;
}
.footer-bottom #copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}