/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  padding-bottom: 35px;
  position: relative;
}
.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: center bottom/cover no-repeat url(../images/common/header-bg-top.png);
}
.header-inner {
  max-width: 1720px;
  width: 95%;
  height: 172px;
  padding-top: 70px;
  margin: 0 auto;
  padding: 0;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 760px;
  width: 100%;
}
.header-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header .global-nav {
  max-width: 685px;
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.header .global-nav-list-item a:hover {
  color: #78a25f !important;
}
.header .global-nav-list-item a.current {
  color: #78a25f !important;
}
.header .main-visual {
  max-width: 1720px;
  width: 95%;
  height: 760px;
  margin: 0 auto;
  position: relative;
}
.header .main-visual-video {
  width: 100%;
  height: 100%;
}
.header .main-visual-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1480px;
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 100px;
}
.header .sub-visual {
  max-width: 1720px;
  width: 95%;
  height: 580px;
  margin: 0 auto;
  position: relative;
}
.header .sub-visual-img {
  width: 100%;
  height: 100%;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1480px;
  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;
}
.header .sub-visual-title {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 17px 0;
  text-align: center;
  background-color: #fff;
}

#top .header {
  padding-bottom: 158px;
}
#top .header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 108px;
  width: 1042px;
  height: 145px;
  background: center/cover no-repeat url(../images/common/main-visual-en.png);
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 10;
}
.pagetop:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-greeting {
  margin-bottom: 47px;
}
.top-greeting-inner {
  max-width: 1480px;
  width: 91%;
  padding: 40px 0 370px 0;
  position: relative;
}
.top-greeting-inner::before {
  position: absolute;
  content: "";
  top: 40px;
  right: 450px;
  width: 190px;
  height: 180px;
  background: center/cover no-repeat url(../images/top/top-greeting-img02.png);
  z-index: 1;
}
.top-greeting-inner::after {
  position: absolute;
  content: "";
  bottom: 122px;
  right: 0;
  width: 400px;
  height: 250px;
  background: center/cover no-repeat url(../images/top/top-greeting-img03.png);
  z-index: 1;
}
.top-greeting-img {
  position: relative;
  z-index: 1;
}
.top-greeting-img::before {
  position: absolute;
  content: "";
  right: -620px;
  bottom: -170px;
  width: 620px;
  height: 409px;
  background: center/cover no-repeat url(../images/top/top-greeting-deco.png);
  z-index: -1;
}
@media (max-width: 1350px) {
  .top-greeting-img::before {
    right: -545px;
  }
}
.top-greeting-textbox {
  max-width: 540px;
  width: 100%;
  margin-right: 100px;
}
.top-greeting-text {
  font-size: 1.9rem;
  line-height: 2;
}
.top-greeting-text:not(:last-of-type) {
  margin-bottom: 24px;
}

.top-business {
  background: center/1920px 920px repeat url(../images/top/top-business-bg.png);
}
.top-business-inner {
  max-width: 1480px;
  width: 91%;
  padding: 138px 0;
  position: relative;
}
.top-business-inner::before {
  position: absolute;
  content: "";
  top: -204px;
  left: 398px;
  width: 260px;
  height: 280px;
  background: center/cover no-repeat url(../images/top/top-greeting-img04.png);
}
.top-business-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-business-img {
  position: relative;
  z-index: 1;
}
.top-business-textbox {
  max-width: 545px;
  width: 100%;
}
.top-business-title {
  font-family: "Shippori Mincho", serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.06em;
  margin-bottom: 64px;
}
.top-business-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding: 8px;
  background-color: #fff;
  margin-bottom: 30px;
}
.top-business-title .bg {
  display: inline-block;
  line-height: 1;
  padding: 11px 18px;
  background-color: #fff;
}
.top-business-text {
  font-size: 1.9rem;
  line-height: 2;
  color: #fff;
}
.top-business-text:not(:last-of-type) {
  margin-bottom: 24px;
}
.top-business-btn {
  max-width: 400px;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff !important;
  margin-top: 47px;
  border: 2px solid #fff;
  border-radius: 40px;
  position: relative;
}
.top-business-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: center/cover no-repeat url(../images/top/top-business-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-business-btn:hover {
  opacity: 0.8;
}
.top-business-btn:hover::before {
  right: 20px;
}

.top-achieve-inner {
  max-width: 1480px;
  width: 91%;
  padding: 169px 0 510px 0;
}
.top-achieve-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 80px;
}
.top-achieve-list-item {
  max-width: 450px;
  width: 30.4054054%;
  margin-bottom: 20px;
}
.top-achieve-list-item:not(:nth-child(3n)) {
  margin-right: 65px;
}
.top-achieve-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-achieve-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-achieve-img {
  width: 100%;
  max-height: 420px;
  min-height: 350px;
  height: 28.3783784vw;
  margin-bottom: 28px;
  overflow: hidden;
}
.top-achieve-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-achieve-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
  padding-left: 13px;
  border-left: 2px solid #83ab6a;
}
.top-achieve .cmn-btn {
  max-width: 370px;
  margin-left: auto;
}

.link-banner-inner {
  max-width: 1480px;
  width: 91%;
  padding: 150px 0;
  border-top: 1px solid #41443e;
  border-bottom: 1px solid #41443e;
}
.link-banner-wrap {
  width: 100%;
  padding: 132px 100px 112px 100px;
  margin-top: -331px;
  margin-bottom: 170px;
  background: center top -10px/1920px 23px no-repeat url(../images/top/link-banner-top.png), center bottom -10px/1920px 23px no-repeat url(../images/top/link-banner-bottom.png), center/cover no-repeat url(../images/top/link-banner-bg.png);
  position: relative;
  overflow: hidden;
}
.link-banner-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-wrap:hover {
  opacity: 0.8;
}
.link-banner-wrap:hover::before {
  right: 55px;
}
.link-banner-wrap .cmn-title {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 70px;
}
.link-banner-wrap .cmn-title .accent {
  font-size: 7rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 45px;
}
.link-banner-text {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  padding: 18px 19px;
  background-color: #fff;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-banner-list-item {
  max-width: 515px;
  width: 100%;
  height: 300px;
}
.link-banner-list-item:not(:last-child) {
  margin-right: 50px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 70px 50px;
  background: center/cover no-repeat url(../images/business/guide-bg.png);
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 40px;
  bottom: 40px;
  width: 31px;
  height: 32px;
  background: center/cover no-repeat url(../images/business/guide-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover::before {
  right: 30px;
}
.link-banner-list-item a .cmn-title {
  font-size: 5rem;
  color: #fff;
}
.link-banner-list-item a .cmn-title .accent {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 27px;
}

.company {
  background-color: #fff;
}
.company-inner {
  max-width: 1480px;
  width: 91%;
  padding-top: 0;
}
.company-flex {
  margin-bottom: 55px;
}
.company-flex .cmn-title {
  margin-bottom: 0;
}
.company-flex .cmn-btn {
  max-width: 425px;
}
.company-table {
  width: 100%;
}
.company-table tr {
  border-bottom: 1px solid #c0c0c0;
}
.company-table tr th {
  width: 335px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 39px 0;
  vertical-align: middle;
}
.company-table tr td {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 30px 0;
  vertical-align: middle;
}
.company-map {
  width: 100%;
  height: 550px;
}
.company-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.reserve-inner {
  padding: 200px 0;
  border-bottom: 1px solid #41443e;
}
.reserve-inner .cmn-title {
  text-align: center;
}
.reserve-list-item {
  max-width: 340px;
  width: 100%;
  min-height: 140px;
  background-color: #fff;
  border: 1px solid #41443e;
}
.reserve-list-item:nth-child(2) {
  border: 1px solid #f19c51;
}
.reserve-list-item:nth-child(2) .reserve-title {
  background-color: #f19c51;
}
.reserve-list-item:nth-child(3) {
  border: 1px solid #78a25f;
}
.reserve-list-item:nth-child(3) .reserve-title {
  background-color: #78a25f;
}
.reserve-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 33px;
  text-align: center;
  background-color: #41443e;
}
.reserve-btn {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
.reserve-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover::before {
  right: 20px;
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.reserve-tel .tel-font {
  font-size: 3rem;
}

.news-inner {
  max-width: 1480px;
  width: 91%;
  padding: 168px 0;
}
.news-textbox {
  width: 100%;
  position: relative;
}
.news .cmn-btn {
  position: absolute;
  right: 0;
  top: 30px;
  max-width: 400px;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 47px;
}
.news-list-item a {
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 47px;
  border-bottom: 1px solid #c0c0c0;
}
.news-list-item a time {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 39px;
}
.news-list-item a:hover {
  opacity: 0.7;
}
.news-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-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 12px;
  margin-bottom: 5px;
  background-color: #e9e9e0;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-title {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.news-visual {
  max-width: 300px;
  width: 100%;
  height: 200px;
  margin-left: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 #78a25f;
}
.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-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 4px 12px;
  margin-bottom: 5px;
  background-color: #e9e9e0;
}
.news-sub-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-sub-title {
  font-size: 1.7rem;
  font-weight: 500;
  margin-right: 15px;
}
.news-sub-time {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 1.6rem;
  font-weight: 500;
}
.news-sub-time time {
  margin-right: 25px;
}
.news-sub-body {
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-sub-body img {
  max-width: 100%;
}
.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: #78a25f;
  border: 2px solid #78a25f;
}
.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: #78a25f;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 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 #78a25f;
  border-bottom: 1px solid #78a25f;
}
.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 #78a25f;
  border-right: 1px solid #78a25f;
}
.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: #78a25f !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#top .reserve-inner {
  max-width: 1480px;
  width: 91%;
  padding: 170px 0 150px 0;
}
#top .reserve-title {
  font-size: 2rem;
  margin-bottom: 40px;
}
#top .reserve-list-item {
  max-width: 470px;
  width: 100%;
  min-height: 160px;
}
@media (max-width: 1540px) {
  #top .reserve-list-item {
    max-width: 376px;
  }
}
#top .reserve-tel {
  font-size: 4rem;
}
#top .reserve-tel .tel-font {
  font-size: 3.6rem;
}
#top .reserve-btn {
  font-size: 2.5rem;
}
#top .reserve-btn::before {
  width: 19px;
  height: 21px;
}
@media (max-width: 1540px) {
  #top .reserve-btn::before {
    right: 20px;
  }
  #top .reserve-btn:hover::before {
    right: 12px;
  }
}

/*========================================
business
==========================================*/
.business-inner {
  padding-bottom: 385px;
  position: relative;
}
.business-inner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 70px;
  width: 1021px;
  height: 546px;
  background: center/cover no-repeat url(../images/business/business-img02.png);
}
.business-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.business-textbox {
  max-width: 570px;
  width: 100%;
}
.business-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 48px;
}
.business-text {
  font-size: 1.8rem;
  line-height: 2.1;
}

.construction-inner {
  padding: 80px 0 190px 0;
}
.construction-content:not(:last-of-type) {
  margin-bottom: 70px;
}
.construction-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  padding: 32px 0;
  background-color: #e9e9e0;
  text-align: center;
}
.construction-wrap {
  padding: 60px 80px 55px 80px;
  background-color: #fff;
}
.construction-img {
  margin-bottom: 40px;
}
.construction-text {
  font-size: 1.8rem;
  line-height: 2;
}

/*========================================
achieve
==========================================*/
.achieve-list-item a {
  width: 100%;
  height: 100%;
  padding: 90px 78px 70px 78px;
  background-color: #fff;
  position: relative;
}
.achieve-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.achieve-time {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 14px 17px;
  background-color: #e9e9e0;
}
.achieve-img-list {
  width: 100%;
}
.achieve-img-list-item {
  max-width: 410px;
  width: 100%;
}
.achieve-img-list-item:not(:last-child) {
  position: relative;
}
.achieve-img-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: 159px;
  right: -72px;
  width: 38px;
  height: 40px;
  background: center/cover no-repeat url(../images/achieve/achieve-arrow.png);
}
.achieve-img-list-item:last-child .achieve-img-text {
  color: #78a25f;
}
.achieve-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.achieve-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achieve-img-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  empty-cells: 0.06em;
  margin-bottom: 20px;
}
.achieve-detail-content {
  padding: 50px 25px 25px 25px;
  background-color: #e9e9e0;
}
.achieve-detail .achieve-img-list {
  padding: 0 53px;
  margin-bottom: 50px;
}
.achieve-detail-time {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 14px 17px;
  background-color: #e9e9e0;
}
.achieve-detail-body {
  width: 80%;
  margin: 0 auto 50px auto;
}
.achieve-detail-body img {
  max-width: 100%;
}
.achieve-detail-img-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.achieve-detail-img-list-item {
  width: 23%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.achieve-detail-img-list-item img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achieve-detail-img-list-item:not(:nth-child(4n)) {
  margin-right: 27px;
}

/*========================================
info
==========================================*/
.greeting {
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1480px;
  width: 95%;
  height: 1px;
  background-color: #41443e;
}
.greeting-inner {
  padding-bottom: 200px;
}
.greeting-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.greeting-textbox {
  max-width: 466px;
  width: 100%;
}
.greeting-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 48px;
}
.greeting-text {
  font-size: 1.9rem;
  line-height: 2;
}

.info-inner {
  padding: 200px 0;
}
.info-table {
  width: 100%;
  margin-bottom: 92px;
}
.info-table tr {
  border-bottom: 1px solid #c0c0c0;
}
.info-table tr th {
  width: 230px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 39px 0;
  vertical-align: middle;
}
.info-table tr td {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 30px 0;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 350px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
recruit
==========================================*/
.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -23px;
  width: 456px;
  height: 574px;
  background: center/cover no-repeat url(../images/recruit/feature-bg-l-b.png);
  z-index: -1;
}
.feature-inner {
  position: relative;
}
.feature-inner::before {
  position: absolute;
  content: "";
  top: 100px;
  right: 0;
  width: 451px;
  height: 317px;
  background: center/cover no-repeat url(../images/recruit/feature-img01.png);
}
.feature-inner .cmn-title {
  line-height: 1.3;
}
.feature-inner .cmn-title .accent {
  margin-bottom: 20px;
}
.feature-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
}
.feature-text {
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
.feature-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.feature-content {
  max-width: 656px;
  width: 100%;
}
.feature-sub-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 20px 0;
  background-color: #e9e9e0;
  margin-bottom: 30px;
  text-align: center;
}
.flow {
  background-color: #e9e9e0;
  position: relative;
  z-index: 1;
}
.flow-inner {
  padding: 150px 0;
}
.flow-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 70px;
}
.flow-list-item {
  max-width: 185px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.flow-list-item:first-child::before {
  position: absolute;
  content: "";
  left: 87px;
  bottom: 49px;
  width: 900px;
  height: 5px;
  background-color: #fff;
}
.flow-list-item:nth-child(6)::before {
  position: absolute;
  content: "";
  left: 87px;
  bottom: 49px;
  width: 678px;
  height: 5px;
  background-color: #fff;
}
.flow-list-item:not(:nth-child(5n)) {
  margin-right: 38px;
}
.flow-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 60px;
}
.flow-list-item::after {
  position: absolute;
  content: "";
  bottom: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background-color: #78a25f;
  border-radius: 50%;
}
.flow-list-item.break::after {
  background-color: #41443e;
}
.flow-list-item.break .flow-time {
  color: #41443e;
}
.flow-list-item.break .flow-icon::before {
  background: center/cover no-repeat url(../images/recruit/flow-arrow02.png);
}
.flow-icon {
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.flow-icon::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 20px;
  background: center/cover no-repeat url(../images/recruit/flow-arrow01.png);
  z-index: -1;
}
.flow-time {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #78a25f;
}
.flow-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.process-list-item {
  max-width: 330px;
  width: 100%;
  padding: 39px 34px 32px 34px;
  background-color: #fff;
  position: relative;
}
.process-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/recruit/process-no01.png);
}
.process-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/recruit/process-no02.png);
}
.process-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/recruit/process-no03.png);
}
.process-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 31px;
  background: center/cover no-repeat url(../images/recruit/process-arrow.png);
}
.process-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #78a25f;
  margin-bottom: 23px;
  text-align: center;
}
.process-icon {
  max-width: 120px;
  width: 100%;
  height: 110px;
  margin: 0 auto 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit {
  background-color: #fff;
}
.recruit-inner {
  padding: 150px 0;
}
.recruit .info-table tr th {
  color: #78a25f;
}

/*========================================
contact
==========================================*/
.contact .cmn-title {
  text-align: center;
}
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-text a {
  color: blue;
  padding-bottom: 1px;
  border-bottom: 1px solid blue;
}
.contact-info {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 20px;
  background-color: #fff;
}
.contact-info-text {
  text-align: center;
  line-height: 1;
}
.contact-info-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin: 0 auto 20px auto;
}
.contact-tel .tel-font {
  font-size: 2.7rem;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #78a25f;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #78a25f;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #78a25f;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #78a25f;
  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 #78a25f;
}
.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 #78a25f;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #78a25f;
  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 #78a25f;
  border-right: 1px solid #78a25f;
  -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: center/cover no-repeat url(../images/top/footer-bg.png);
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 222px;
  background: center/contain no-repeat url(../images/top/footer-en.png);
  z-index: -1;
}
.footer-inner {
  max-width: 1480px;
  width: 95%;
  padding: 150px 0 304px 0;
}
.footer-left {
  max-width: 450px;
  width: 100%;
}
.footer-logo {
  margin-bottom: 160px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-insta {
  margin-bottom: 49px;
}
.footer-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-right {
  max-width: 320px;
  width: 100%;
}
.footer-nav-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 205px;
  margin-bottom: 130px;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(4)) {
  margin-bottom: 40px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-sub-nav-list-item {
  line-height: 1;
}
.footer-sub-nav-list-item:first-child {
  margin-right: 20px;
}
.footer-sub-nav-list-item:first-child::after {
  content: "|";
  color: #fff !important;
  margin-left: 20px;
}
.footer-sub-nav-list-item a {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
}
.footer-sub-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
.footer-bottom a {
  color: #fff !important;
}