/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 15px;
  width: 100%;
  height: 80px;
  background-color: #f5f0eb;
  border-radius: 0 0 20px 20px;
  z-index: 1000;
}
.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;
  max-width: 135px;
  width: 100%;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 730px;
  width: 100%;
}
.header .global-nav-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .global-nav-list-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 14px;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 14px;
  background-color: #7ccc7c;
  border-radius: 50%;
}
.header .global-nav-list-item:nth-child(even)::after {
  background-color: #f3abb8;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header .global-nav-list-item a:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 390px;
  background: center/cover no-repeat url(../../images/common/main-visual.png);
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  bottom: -8px;
}
.header .main-visual-textbox img {
  height: 130px;
}
.header .sub-visual {
  width: 100%;
  height: 210px;
  margin-top: 80px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1301px;
  width: 90%;
  height: 100%;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.header .sub-visual-textbox img {
  height: 80px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-concept {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-concept::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 335px;
  height: 218px;
  background: center/contain no-repeat url(../../images/top/top-concept-bg-l-b.png);
  z-index: -1;
}
.top-concept::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 335px;
  height: 218px;
  background: center/contain no-repeat url(../../images/top/top-concept-bg-r-t.png);
  z-index: -1;
}
.top-concept-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-concept-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-concept-img::before {
  position: absolute;
  content: "";
  right: -171px;
  bottom: -52px;
  width: 112px;
  height: 201px;
  background: center/cover no-repeat url(../../images/top/top-concept-deco.png);
  z-index: -1;
}
.top-concept-textbox .cmn-title {
  text-align: left;
}
.top-concept-textbox .cmn-title-en {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 20px;
}
.top-concept-textbox .cmn-title-en::before {
  margin-bottom: 0;
  margin-right: 20px;
}
.top-concept-text {
  font-size: 1.6rem;
  line-height: 2;
}
.top-concept-text:not(:last-of-type) {
  margin-bottom: 25px;
}
.top-concept-text:last-of-type {
  margin-bottom: 25px;
}

.top-service {
  background-color: #eee8e2;
  overflow: hidden;
  position: relative;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/cover no-repeat url(../../images/top/top-service-bg-top.png);
}
.top-service::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/cover no-repeat url(../../images/top/top-service-bg-bottom.png);
}
.top-service-inner {
  position: relative;
  z-index: 1;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  top: 198px;
  right: -150px;
  width: 259px;
  height: 328px;
  background: center/contain no-repeat url(../../images/top/top-service-bg-r-t.png);
  z-index: -1;
}
.top-service-inner::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: -19px;
  width: 73px;
  height: 118px;
  background: center/contain no-repeat url(../../images/top/top-service-bg-l-b.png);
  z-index: -1;
}
.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: 500px;
  width: 100%;
}
.top-service-list-item:nth-child(1) a::before {
  position: absolute;
  content: "";
  top: -37px;
  left: -24px;
  width: 110px;
  height: 96px;
  background: center/contain no-repeat url(../../images/top/top-service-deco.png);
}
.top-service-list-item:nth-child(2) {
  margin-top: 35px;
}
.top-service-list-item:nth-child(2) .top-service-title {
  margin-bottom: 27px;
}
.top-service-list-item a {
  width: 100%;
  height: 100%;
  padding: 35px 0 0 0;
  background-color: #f9f9f7;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 18px 0 #eaeaea;
          box-shadow: 0 0 18px 0 #eaeaea;
  position: relative;
}
.top-service-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-service-title {
  text-align: center;
  margin-bottom: 22px;
}
.top-service-title img {
  height: 83px;
}
.top-service-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  padding: 0 11px;
  margin-bottom: 15px;
}
.top-service-img {
  text-align: center;
  margin-bottom: 34px;
}
.top-service-more {
  width: 100%;
  height: 55px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  background-color: #7ccc7c;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0 0 20px 20px;
}
.top-service-more::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 15px;
  background: center/cover no-repeat url(../../images/top/cmn-btn-arrow.png);
}

.top-intro {
  overflow: hidden;
}
.top-intro-inner {
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  top: 58px;
  left: -152px;
  width: 173px;
  height: 177px;
  background: center/cover no-repeat url(../../images/top/top-intro-bg-l-t.png);
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  right: -127px;
  bottom: 54px;
  width: 191px;
  height: 251px;
  background: center/cover no-repeat url(../../images/top/top-intro-bg-r-b.png);
  z-index: -1;
}
.top-intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-intro-img {
  margin-bottom: 20px;
}
.top-intro-textbox {
  max-width: 526px;
  width: 100%;
}
.top-intro-textbox .cmn-title {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 32px;
}
.top-intro-textbox .cmn-title-en {
  line-height: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 21px;
}
.top-intro-textbox .cmn-title-en::before {
  margin-bottom: 0;
  margin-right: 20px;
}
.top-intro-textbox .cmn-title .accent {
  color: #7ccc7c;
  display: inline-block;
  line-height: 1;
  margin-left: 98px;
  position: relative;
  z-index: 1;
}
.top-intro-textbox .cmn-title .accent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 187px;
  height: 26px;
  background: center/contain no-repeat url(../../images/top/top-intro-border.png);
  z-index: -1;
}
.top-intro-text {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.news {
  overflow: hidden;
}
.news-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-inner::before {
  position: absolute;
  content: "";
  left: -250px;
  bottom: 90px;
  width: 147px;
  height: 170px;
  background: center/cover no-repeat url(../../images/top/news-bg-l-b.png);
}
.news .cmn-title {
  max-width: 220px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.news .cmn-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 163px;
  height: 171px;
  background: center/contain no-repeat url(../../images/top/news-deco.png);
  z-index: 1;
}
.news .cmn-title-en {
  display: block;
}
.news-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.news-right {
  max-width: 700px;
  width: 100%;
  padding: 20px 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.news-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f7;
  border-radius: 30px;
  z-index: -10;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(124, 204, 124, 0.5);
}
.news-list-item a:hover .news-title {
  color: #7ccc7c;
}
.news-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.15em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}
.news-accent time {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-right: 25px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  color: #fff;
  padding: 6px 17px;
  background-color: #7ccc7c;
  border-radius: 12px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 7px;
}
.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: #7ccc7c;
  border: 2px solid #7ccc7c;
}
.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: #7ccc7c;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #7ccc7c;
  border-bottom: 1px solid #7ccc7c;
}
.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 #7ccc7c;
  border-right: 1px solid #7ccc7c;
}
.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: #7ccc7c !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.access {
  overflow: hidden;
  background-color: #eee8e2;
}
.access-inner {
  position: relative;
  z-index: 1;
}
.access-inner::before {
  position: absolute;
  content: "";
  left: -117px;
  bottom: 88px;
  width: 100px;
  height: 134px;
  background: center/cover no-repeat url(../../images/top/top-access-bg-l-b.png);
}
.access-inner::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -1px;
  width: 99px;
  height: 130px;
  background: center/contain no-repeat url(../../images/top/access-bg-r-t.png);
}
.access .cmn-title {
  text-align: left;
}
.access .cmn-title-en {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
.access .cmn-title-en::before {
  margin-bottom: 0;
  margin-right: 20px;
}
.access-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.access-table {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.access-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  padding: 24px 0;
  text-align: center;
  background-color: #7ccc7c;
}
.access-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 15px 18px;
  background-color: #fff;
}
.access-map {
  max-width: 472px;
  width: 100%;
  height: 60vw;
  border-radius: 20px;
  overflow: hidden;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
about
==========================================*/
.point {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.point::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-l-b.png);
  z-index: -1;
}
.point::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-r-t.png);
  z-index: -1;
}
.point-inner {
  position: relative;
  z-index: 1;
}
.point-inner::before {
  position: absolute;
  content: "";
  top: 57px;
  left: -55px;
  width: 73px;
  height: 118px;
  background: center/contain no-repeat url(../../images/about/point-bg-l-t.png);
}
.point-inner::after {
  position: absolute;
  content: "";
  right: -20px;
  bottom: 89px;
  width: 112px;
  height: 201px;
  background: center/contain no-repeat url(../../images/top/top-concept-deco.png);
  z-index: -1;
}
.point-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.09em;
}
.point-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.point-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.point-img {
  margin-bottom: 25px;
}
.point-textbox {
  max-width: 512px;
  width: 100%;
}
.point-textbox .cmn-btn {
  margin-top: 30px;
}
.point-no {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #7ccc7c;
  margin-bottom: 17px;
}
.point-title {
  font-size: 2.3rem;
  font-weight: 500;
  color: #6fb56f;
  letter-spacing: 0.12em;
  margin-bottom: 23px;
}
.point-title .para {
  display: inline-block;
  margin-left: 70px;
}
.point-sub-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.staff {
  overflow: hidden;
  background-color: #eee8e2;
}
.staff-inner {
  position: relative;
}
.staff-inner::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 86px;
  width: 173px;
  height: 1137px;
  background: center/contain no-repeat url(../../images/about/staff-bg-l.png);
}
.staff-inner::after {
  position: absolute;
  content: "";
  top: 70px;
  right: -20px;
  width: 114px;
  height: 426px;
  background: center/contain no-repeat url(../../images/about/staff-bg-r.png);
}
.staff-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.staff-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.staff-list-item {
  max-width: 430px;
  width: 100%;
  position: relative;
}
.staff-list-item:nth-child(2) .staff-textbox {
  background-color: #f3abb8;
}
.staff-list-item:nth-child(3) .staff-textbox {
  background-color: #8cddc4;
}
.staff-list-item:nth-child(4) .staff-textbox {
  background-color: #7ccc7c;
}
.staff-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.staff-textbox {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  margin-top: -60px;
  padding: 17px;
  text-align: center;
  background-color: #6fb56f;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.staff-type {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 14px;
}
.staff-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

/*========================================
menu
==========================================*/
.menu {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-l-b.png);
  z-index: -1;
}
.menu::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-r-t.png);
  z-index: -1;
}
.menu-inner {
  position: relative;
  z-index: 1;
}
.menu-inner::before {
  position: absolute;
  content: "";
  top: 57px;
  left: -100px;
  width: 73px;
  height: 118px;
  background: center/cover no-repeat url(../../images/about/point-bg-l-t.png);
  z-index: -1;
}
.menu-inner::after {
  position: absolute;
  content: "";
  right: -120px;
  bottom: 30px;
  width: 112px;
  height: 201px;
  background: center/cover no-repeat url(../../images/top/top-concept-deco.png);
  z-index: -1;
}
.menu-content {
  padding-bottom: 17px;
  background-color: #fff;
}
.menu-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.menu-content:nth-of-type(4) .menu-list-item:last-child {
  padding-bottom: 13px;
  border-bottom: 1px dashed rgba(124, 204, 124, 0.5);
}
.menu-title {
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.15em;
  padding: 13px 15px;
  background-color: #6fb56f;
}
.menu-list {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 20px;
}
.menu-list-item {
  width: 100%;
}
.menu-list-item:not(:last-child) {
  padding-bottom: 13px;
  margin-bottom: 14px;
  border-bottom: 1px dashed rgba(124, 204, 124, 0.5);
}
.menu-name {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
}
.menu-price {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.menu-flex {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.menu-sub-content {
  max-width: 480px;
  width: 100%;
  padding: 27px 9px;
  border: 2px solid #8cddc4;
  border-radius: 20px;
}
.menu-sub-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.menu-sub-content:nth-of-type(1) {
  position: relative;
}
.menu-sub-content:nth-of-type(1)::before {
  position: absolute;
  content: "";
  top: -34px;
  left: -2px;
  width: 88px;
  height: 53px;
  background: center/contain no-repeat url(../../images/menu/menu-recommend.png);
}
.menu-sub-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: #6fb56f;
  margin-bottom: 12px;
}
.menu-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.menu-sub-text.accent img {
  height: 18px;
}
.menu-sub-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.menu-sub-list-title {
  max-width: 432px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  background-color: #7ccc7c;
  border-radius: 12px;
}
.menu-sub-list-text {
  font-size: 1.56rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.merit {
  background-color: #eee8e2;
  overflow: hidden;
}
.merit-inner {
  position: relative;
  z-index: 1;
}
.merit-inner::before {
  position: absolute;
  content: "";
  top: 30px;
  left: -20px;
  width: 119px;
  height: 121px;
  background: center/contain no-repeat url(../../images/top/top-intro-bg-l-t.png);
}
.merit-inner::after {
  position: absolute;
  content: "";
  right: -6px;
  bottom: 27px;
  width: 91px;
  height: 122px;
  background: center/contain no-repeat url(../../images/top/top-intro-bg-r-b.png);
  z-index: -1;
}
.merit-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.merit-list-item {
  max-width: 300px;
  width: 100%;
}
.merit-list-item:not(:last-child) {
  margin-bottom: 20px;
}

/*========================================
reason
==========================================*/
.choice {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.choice::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-l-b.png);
  z-index: -1;
}
.choice::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-r-t.png);
  z-index: -1;
}
.choice-inner {
  position: relative;
  z-index: 1;
}
.choice-inner::before {
  position: absolute;
  content: "";
  top: 198px;
  left: -100px;
  width: 73px;
  height: 118px;
  background: center/cover no-repeat url(../../images/about/point-bg-l-t.png);
  z-index: -1;
}
.choice-inner::after {
  position: absolute;
  content: "";
  right: -120px;
  bottom: 481px;
  width: 112px;
  height: 201px;
  background: center/cover no-repeat url(../../images/top/top-concept-deco.png);
  z-index: -1;
}
.choice-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 23px;
}
.choice-img {
  text-align: center;
}

.reason {
  background-color: #eee8e2;
  overflow: hidden;
}
.reason-inner {
  position: relative;
  z-index: 1;
}
.reason-inner::before {
  position: absolute;
  content: "";
  top: 30px;
  left: -20px;
  width: 119px;
  height: 121px;
  background: center/contain no-repeat url(../../images/top/top-intro-bg-l-t.png);
}
.reason-inner::after {
  position: absolute;
  content: "";
  right: -6px;
  bottom: 27px;
  width: 91px;
  height: 122px;
  background: center/contain no-repeat url(../../images/top/top-intro-bg-r-b.png);
  z-index: -1;
}
.reason-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 35px;
}
.reason-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-list-item {
  max-width: 325px;
  width: 100%;
  height: 325px;
  padding: 20px;
  padding-top: 70px;
  background-color: #f9f9f7;
  border-radius: 50%;
}
.reason-list-item:nth-child(2) .reason-title {
  color: #f3abb8;
}
.reason-list-item:nth-child(3) .reason-title {
  color: #8bddc3;
}
.reason-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.reason-title {
  width: 100%;
  height: 84px;
  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;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.12em;
  color: #6fb56f;
  margin-bottom: 11px;
}
.reason-text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.reserve {
  background-color: #eee8e2;
  overflow: hidden;
  position: relative;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/cover no-repeat url(../../images/top/top-service-bg-top.png);
}
.reserve-inner {
  position: relative;
  z-index: 1;
}
.reserve-inner::before {
  position: absolute;
  content: "";
  left: -175px;
  bottom: 97px;
  width: 73px;
  height: 118px;
  background: center/contain no-repeat url(../../images/reason/reserve-bg-l.png);
  z-index: -1;
}
.reserve-inner::after {
  position: absolute;
  content: "";
  top: 38px;
  right: -180px;
  width: 259px;
  height: 328px;
  background: center/contain no-repeat url(../../images/reason/reserve-bg-r.png);
  z-index: -1;
}
.reserve-content {
  padding: 37px 18px;
  background-color: #fff;
  border-radius: 70px;
}
.reserve-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 20px;
}
.reserve-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 25px;
}
.reserve-btn {
  max-width: 380px;
  width: 100%;
  height: 70px;
  margin: 0 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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  background-color: #f3abb8;
  border-radius: 40px;
  -webkit-box-shadow: 6px 5px 0 0 #eaeaea;
          box-shadow: 6px 5px 0 0 #eaeaea;
}
.reserve-btn::before {
  content: "";
  width: 36px;
  height: 35px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/reason/reserve-line.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}
.reserve-btn:hover::before {
  right: 10px;
}
.reserve-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-link .reserve-btn {
  margin: 0;
}
.reserve-tel {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  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-right: 55px;
  padding-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 22px;
  height: 36px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/info/tel-icon.png);
}
.reserve-tel::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 110px;
  height: 22px;
  background: center/contain no-repeat url(../../images/info/tel-txt.png);
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-l-b.png);
  z-index: -1;
}
.info::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 335px;
  height: 218px;
  background: center/cover no-repeat url(../../images/top/top-concept-bg-r-t.png);
  z-index: -1;
}
.info-inner {
  position: relative;
  z-index: 1;
}
.info-inner::after {
  position: absolute;
  content: "";
  right: -120px;
  bottom: 30px;
  width: 112px;
  height: 201px;
  background: center/cover no-repeat url(../../images/top/top-concept-deco.png);
  z-index: -1;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-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: #7ccc7c;
}
.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: #7ccc7c;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #7ccc7c;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #7ccc7c;
  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 #7ccc7c;
}
.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 #7ccc7c;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #7ccc7c;
  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 #7ccc7c;
  border-right: 1px solid #7ccc7c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #f3abb8 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: center/cover no-repeat url(../../images/top/top-service-bg-top.png);
}
.footer-inner {
  padding: 40px 0 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-left {
  max-width: 470px;
  width: 100%;
}
.footer-link {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.footer-logo {
  display: block;
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-sns:not(:last-of-type) {
  margin-right: 20px;
}
.footer-sns:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 28px;
}
.footer-tel {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  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: 29px;
}
.footer-tel::before {
  content: "";
  width: 17px;
  height: 29px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.footer-right {
  max-width: 443px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 20px;
}
.footer-nav-list {
  width: 100%;
  height: 190px;
  -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;
}
.footer-nav-list-item {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #7ccc7c;
  border-radius: 50%;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 27px;
}
.footer-nav-list-item:nth-child(even)::before {
  background-color: #f3abb8;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}