/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0 60px;
  background-color: #fff;
  z-index: 1000;
}
@media (max-width: 1400px) {
  .header-inner {
    padding: 0 30px;
  }
}
.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: 974px;
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header-info {
  max-width: 960px;
  width: 100%;
  margin-bottom: 19px;
}
.header-tel {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #537e4d;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #537e4d;
}
.header-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-text .accent {
  display: inline-block;
  width: 95px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  margin-right: 9px;
  background-color: #537e4d;
  border-radius: 8px;
}
.header-contact:hover {
  opacity: 0.7;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.header .global-nav-list-item a:hover {
  font-weight: 700;
  color: #f4bc36;
}
.header .main-visual {
  width: 100%;
  height: 842px;
  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-top: 120px;
  background: center/cover no-repeat url(../../images/common/header-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header .main-visual-inner {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header .main-visual-img {
  position: absolute;
  right: -72px;
  bottom: 22px;
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  left: -53px;
  bottom: 0;
  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;
  padding-bottom: 133px;
  z-index: 2;
}
.header .sub-visual {
  width: 100%;
  height: 400px;
  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-top: 120px;
}
.header .sub-visual-textbox {
  max-width: 700px;
  width: 100%;
  padding: 41px 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.header .sub-visual-textbox::before {
  position: absolute;
  content: "";
  left: -40px;
  bottom: -30px;
  width: 427px;
  height: 106px;
  background: center/cover no-repeat url(../../images/about/sub-visual-deco.png);
}
.header .sub-visual-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.header .fix-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.header .fix-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: center/cover no-repeat url(../../images/common/fix-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .fix-btn:hover {
  opacity: 0.8;
}
.header .fix-btn:hover::before {
  right: 12px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-worry {
  background-color: #fff;
}
.top-worry-title {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  color: #537e4d;
  margin-bottom: 50px;
}
.top-worry-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-worry-img {
  margin-right: 50px;
}
.top-worry-text-list {
  max-width: 440px;
  width: 100%;
}
.top-worry-text-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: 500;
  color: #496547;
}
.top-worry-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 35px;
  margin-top: -6px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/top/top-worry-deco.png);
}
.top-worry-text-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-worry-text-list-item .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 1px;
  background-color: #f2f7ea;
}
.top-worry-text-list-item .bg:not(:last-of-type) {
  margin-bottom: 15px;
}

.top-about {
  overflow: hidden;
  background-color: #f4f8f2;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background-color: #ffffff;
  z-index: -1;
}
.top-about-inner {
  padding: 120px 0;
}
.top-about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
.top-about-img {
  margin-top: 48px;
  margin-left: -273px;
}
.top-about-textbox {
  max-width: 605px;
  width: 100%;
}
.top-about-title {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 36px;
  letter-spacing: 0.06em;
  color: #537e4d;
  position: relative;
}
.top-about-title::before {
  position: absolute;
  content: "";
  left: 334px;
  bottom: 38px;
  width: 152px;
  height: 92px;
  background: center/cover no-repeat url(../../images/top/top-about-title-deco.png);
}
.top-about-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 15px;
  margin-bottom: 20px;
  background-color: #e5efe3;
  border-radius: 5px;
}
.top-about-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 16px;
}
.top-about-text.accent {
  font-size: 2rem;
  font-weight: 700;
  color: #93b362;
}
.top-about-sub-content {
  padding: 50px 60px;
  background-color: #fff;
  border: 1px solid #b0c68e;
  border-radius: 12px;
}
.top-about-sub-title {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 25px;
  color: #537e4d;
  padding-left: 19px;
  border-left: 2.5px solid #b0c68e;
}
.top-about-sub-text {
  font-size: 1.7rem;
  line-height: 2;
}

.top-feature {
  position: relative;
  z-index: 1;
}
.top-feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: center/cover no-repeat url(../../images/top/top-feature-bg-top.png);
  z-index: -1;
}
.top-feature-title {
  font-size: 4.5rem;
  line-height: 1;
  color: #537e4d;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.7);
}
.top-feature-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-feature-list-item {
  max-width: 510px;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: #fff;
  border-radius: 12px 12px 36px 12px;
  border: 1px solid #b0c68e;
  position: relative;
  z-index: 1;
}
.top-feature-list-item::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: 140px;
  height: 10px;
  background-color: #fff;
  z-index: -10;
}
.top-feature-list-item::after {
  position: absolute;
  content: "";
  top: -25px;
  left: 24px;
  width: 61px;
  height: 53px;
  background: center/contain no-repeat url(../../images/top/top-feature-no01.png);
}
.top-feature-list-item:nth-child(2)::after {
  width: 66px;
  background: center/contain no-repeat url(../../images/top/top-feature-no02.png);
}
.top-feature-list-item:nth-child(3)::after {
  width: 68px;
  background: center/contain no-repeat url(../../images/top/top-feature-no03.png);
}
.top-feature-list-item:nth-child(4)::after {
  width: 68px;
  background: center/contain no-repeat url(../../images/top/top-feature-no04.png);
}
.top-feature-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 70px;
}
.top-feature-list-item:nth-child(even) {
  margin-top: 70px;
  margin-bottom: 0;
}
.top-feature-list-title {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.top-feature-img {
  margin-bottom: 20px;
}
.top-feature-text {
  font-weight: 400;
  line-height: 2;
}
.top-feature-text:not(:last-of-type) {
  margin-bottom: 16px;
}

.top-promise {
  background: center/cover no-repeat url(../../images/top/top-promise-bg.png);
}
.top-promise-title {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
  text-align: center;
}
.top-promise-title .border {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #99b273;
}
.top-promise-title .border .accent {
  font-size: 6.2rem;
  color: #93b362;
}
.top-promise-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: number 0;
}
.top-promise-list-item {
  max-width: 340px;
  width: 100%;
  padding: 40px 25px 30px 25px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #b0c68e;
  position: relative;
}
.top-promise-list-item::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 8px;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #f4bc36;
  line-height: 1;
  counter-increment: number 1;
  content: "0" counter(number);
}
.top-promise-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: -60px;
  bottom: -10px;
  width: 87px;
  height: 94px;
  background: center/cover no-repeat url(../../images/top/top-promise-deco01.png);
}
.top-promise-list-item:nth-child(3)::after {
  position: absolute;
  content: "";
  right: -80px;
  bottom: 20px;
  width: 127px;
  height: 83px;
  background: center/cover no-repeat url(../../images/top/top-promise-deco02.png);
}
.top-promise-img {
  text-align: center;
  margin-bottom: 20px;
}
.top-promise-text {
  line-height: 2;
}

.top-service {
  background: left top 900px/271px 135px no-repeat url(../../images/top/top-service-bg-l.png), right bottom 500px/299px 148px no-repeat url(../../images/top/top-service-bg-r.png);
  overflow: hidden;
}
.top-service .cmn-title {
  margin-bottom: 100px;
}
.top-service .cmn-title::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 828px;
  height: 130px;
  background: center/cover no-repeat url(../../images/top/top-service-title-deco.png);
}
.top-service-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-service-content:nth-of-type(even) .top-service-img {
  margin-left: auto;
  margin-right: -100px;
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.top-service-img {
  margin-left: -100px;
}
.top-service-textbox {
  max-width: 580px;
  width: 100%;
}
.top-service-title {
  font-size: 2.6rem;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b0c68e;
}
.top-service-text {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 35px;
}

.top-voice {
  background: center/cover no-repeat url(../../images/top/top-vioce-bg.png);
}
.top-voice-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: number 0;
}
.top-voice-list-item {
  max-width: 330px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.top-voice-list-title {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b0c68e;
}
.top-voice-textbox {
  padding: 15px;
  margin-bottom: 13px;
  background-color: #f4f8f2;
  border-radius: 4px;
}
.top-voice-sub-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
.top-voice-sub-text {
  font-size: 1.4rem;
  line-height: 1;
}
.top-voice-text {
  line-height: 2;
}

.link-banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 700px;
  height: 160px;
  background: center/cover no-repeat url(../../images/top/link-banner-bg-l-t.png);
  z-index: -1;
}
.link-banner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 370px;
  height: 310px;
  background: center/cover no-repeat url(../../images/top/link-banner-bg-r-b.png);
  z-index: -1;
}
.link-banner-inner {
  max-width: 1280px;
  padding: 100px 0;
}
.link-banner-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.link-banner-list-item {
  max-width: 610px;
  width: 100%;
  height: 130px;
}
.link-banner-list-item:nth-child(2) {
  margin-top: 80px;
}
.link-banner-list-item:nth-child(2) .link-banner-title::before {
  right: 0;
  left: -70px;
  width: 53px;
  height: 42px;
  background: center/cover no-repeat url(../../images/top/link-banner-title-deco02.png);
}
.link-banner-list-item:nth-child(2) a::after {
  top: auto;
  left: auto;
  right: -10px;
  bottom: -10px;
  background: center/cover no-repeat url(../../images/top/link-banner-deco02.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f8f2;
  border-radius: 12px;
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: center/cover no-repeat url(../../images/top/link-banner-arrow.png);
}
.link-banner-list-item a::after {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 71px;
  height: 71px;
  background: center/cover no-repeat url(../../images/top/link-banner-deco01.png);
}
.link-banner-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.link-banner-title {
  font-size: 3rem;
  line-height: 1;
  position: relative;
}
.link-banner-title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 47px;
  height: 49px;
  background: center/cover no-repeat url(../../images/top/link-banner-title-deco01.png);
}

.reserve {
  background-color: #f4f8f2;
}
.reserve-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-bottom: 32px;
}
.reserve-content {
  padding: 39px 0 50px 0;
  background-color: #fff;
  border: 1px solid #b0c68e;
  border-radius: 12px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -1px;
  width: 323px;
  height: 137px;
  background: center/cover no-repeat url(../../images/top/reserve-deco01.png);
}
.reserve-content::after {
  position: absolute;
  content: "";
  right: -1px;
  top: -30px;
  width: 152px;
  height: 92px;
  background: center/cover no-repeat url(../../images/top/reserve-deco02.png);
}
.reserve-content-text {
  font-weight: 400;
  line-height: 2;
  color: #537e4d;
  text-align: center;
  margin-bottom: 25px;
}
.reserve-info {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-tel {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #537e4d;
  margin-right: 20px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.reserve-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.reserve-sub-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #537e4d;
}
.reserve-sub-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.reserve-sub-text .accent {
  display: inline-block;
  width: 95px;
  padding: 2px 0;
  color: #fff;
  text-align: center;
  margin-right: 9px;
  background-color: #537e4d;
}
.reserve-contact {
  max-width: 480px;
  width: 100%;
  height: 55px;
  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.7rem;
  font-weight: 700;
  line-height: 1;
  color: #537e4d;
  background-color: #fff;
  border: 1px solid #b0c68e;
  border-radius: 27.5px;
  position: relative;
}
.reserve-contact::before {
  content: "";
  width: 24px;
  height: 17px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/top/reserve-mail-icon.png);
}
.reserve-contact:hover {
  opacity: 0.7;
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news-inner {
  padding: 100px 0;
}
.news .cmn-title {
  text-align: left;
}
.news-list {
  max-width: 680px;
  width: 100%;
  min-height: 380px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.news-list-item a {
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #537e4d;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.news-visual {
  max-width: 80px;
  width: 100%;
  height: 80px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrap {
  width: calc(100% - 110px);
}
.news-title {
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-accent {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 400;
  color: #537e4d;
  line-height: 1;
  padding: 2px 9px;
  background-color: #f2f7ea;
  border: 1px solid #b0c68e;
  margin-bottom: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news .cmn-btn {
  position: absolute;
  top: 100px;
  right: 0;
}
.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: #93b362;
  border: 2px solid #93b362;
}
.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: #93b362;
}
.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 #93b362;
  border-bottom: 1px solid #93b362;
}
.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 #93b362;
  border-right: 1px solid #93b362;
}
.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: #93b362 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
about
==========================================*/
.about-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 36px;
  letter-spacing: 0.06em;
  color: #537e4d;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.about-title::before {
  position: absolute;
  content: "";
  top: -47px;
  left: -128px;
  width: 374px;
  height: 131px;
  background: center/cover no-repeat url(../../images/about/about-title-deco.png);
}
.about-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #93b362;
  padding: 5px 15px;
  margin-bottom: 20px;
  background-color: #e5efe3;
  border-radius: 5px;
}
.about-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.about-text:not(:last-of-type) {
  margin-bottom: 16px;
}
.about-text.accent {
  font-size: 2rem;
  font-weight: 700;
  color: #93b362;
}
.about-content {
  padding: 50px 60px;
  margin-bottom: 100px;
  background-color: #fff;
  border: 1px solid #b0c68e;
  border-radius: 12px;
  position: relative;
}
.about-content::before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -30px;
  width: 105px;
  height: 112px;
  background: center/cover no-repeat url(../../images/about/about-deco01.png);
}
.about-content-title {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 25px;
  color: #537e4d;
  padding-left: 27px;
  border-left: 2.5px solid #b0c68e;
}
.about-content-text {
  line-height: 2;
}
.about-img {
  margin-left: -100px;
}
.about-textbox {
  max-width: 680px;
  width: 100%;
}
.about-sub-title {
  font-size: 3.5rem;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b0c68e;
  position: relative;
}
.about-sub-title::before {
  position: absolute;
  content: "";
  top: -48px;
  left: -67px;
  width: 66px;
  height: 56px;
  background: center/cover no-repeat url(../../images/about/about-deco02.png);
}
.about-text {
  font-weight: 400;
  line-height: 2;
}

.history {
  background: left bottom 500px/271px 135px no-repeat url(../../images/top/top-service-bg-l.png), right top 150px/299px 148px no-repeat url(../../images/top/top-service-bg-r.png), #f4f8f2;
  position: relative;
  z-index: 1;
}
.history::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 574px;
  background: center/cover no-repeat url(../../images/about/history-bg-bottom.png);
  z-index: -1;
}
.history-inner {
  padding-bottom: 90px;
}
.history-content {
  padding: 45px 60px;
  background-color: #fff;
  border: 1px solid #b0c68e;
  border-radius: 12px;
  position: relative;
}
.history-content::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 231px;
  height: 205px;
  background: center/cover no-repeat url(../../images/about/history-box-deco.png);
}
.history-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.history-title {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 25px;
  color: #537e4d;
  padding-left: 27px;
  border-left: 3px solid #f4bc36;
}
.history-title .accent {
  font-size: 2.1rem;
}
.history-text {
  line-height: 2;
}

.license-content {
  margin-top: 120px;
}
.license-content .cmn-sub-title::before {
  position: absolute;
  content: "";
  right: 50px;
  bottom: -11px;
  width: 152px;
  height: 92px;
  background: center/cover no-repeat url(../../images/about/license-title-deco.png);
}
.license-list {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.license-list-item {
  width: 33%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.1rem;
  font-weight: 500;
  color: #496547;
}
.license-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/about/license-icon.png);
}
.license-list-item:not(:last-child) {
  margin-bottom: 30px;
}

/*========================================
menu
==========================================*/
.menu {
  overflow: hidden;
}
.menu-inner {
  position: relative;
  z-index: 1;
}
.menu-inner::before {
  position: absolute;
  content: "";
  top: 65px;
  left: 304px;
  width: 206px;
  height: 207px;
  background: center/cover no-repeat url(../../images/menu/menu-bg-deco.png);
  z-index: -1;
}
.menu-inner::after {
  position: absolute;
  content: "";
  right: -100px;
  bottom: 540px;
  width: 186px;
  height: 130px;
  background: center/cover no-repeat url(../../images/menu/menu-deco01.png);
  z-index: -1;
}
.menu-content {
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-img {
  margin-left: -100px;
}
.menu-textbox {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}
.menu-text {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}
.menu-text:not(:last-of-type) {
  margin-bottom: 27px;
}
.menu-sub-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 5px;
  background-color: #93b362;
  border-radius: 10px;
}
.menu-list-item {
  padding: 20px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f4f8f2;
  border-radius: 4px;
}
.menu-list-item:not(:last-child) {
  margin-bottom: 5px;
}
.menu-time {
  width: 200px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin-right: 30px;
  background-color: #537e4d;
  border-radius: 4px;
}
.menu-price {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}
.menu-notice {
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
}

.intro {
  background: left bottom 500px/271px 135px no-repeat url(../../images/top/top-service-bg-l.png), right top 150px/299px 148px no-repeat url(../../images/top/top-service-bg-r.png), #f4f8f2;
  position: relative;
  z-index: 1;
}
.intro::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 574px;
  background: center/cover no-repeat url(../../images/about/history-bg-bottom.png);
  z-index: -1;
}
.intro-inner {
  position: relative;
  z-index: 1;
}
.intro-inner::before {
  position: absolute;
  content: "";
  top: 115px;
  left: -100px;
  width: 206px;
  height: 207px;
  background: center/cover no-repeat url(../../images/menu/intro-title-deco01.png);
  z-index: -1;
}
.intro-flex {
  -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;
}
.intro-textbox {
  max-width: 600px;
  width: 100%;
}
.intro-title {
  font-size: 2.6rem;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b0c68e;
}
.intro-text {
  line-height: 2;
  margin-bottom: 43px;
}
.intro-sub-textbox {
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.intro-sub-textbox::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 71px;
  height: 70px;
  background: center/cover no-repeat url(../../images/menu/intro-box-deco-l-t.png);
}
.intro-sub-textbox::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 71px;
  height: 70px;
  background: center/cover no-repeat url(../../images/menu/intro-box-deco-r-b.png);
}
.intro-list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.intro-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.intro-list-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #537e4d;
}
.intro-list-text .accent {
  font-size: 2.1rem;
  font-weight: 600;
}
.intro-icon {
  margin-right: 20px;
}
.intro-sub-content {
  padding: 80px 50px;
  margin-bottom: 80px;
  background-color: #fff;
  border: 1px solid #b0c68e;
  border-radius: 12px;
}
.intro-sub-content-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #537e4d;
  text-align: center;
  margin-top: 50px;
}
.intro-sub-text {
  line-height: 2;
  text-align: center;
  margin-bottom: 45px;
}
.intro-text-list {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px;
  background-color: #f4f8f2;
  border-radius: 12px;
}
.intro-text-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.1rem;
  font-weight: 500;
  color: #496547;
}
.intro-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/menu/intro-check.png);
}
.intro-text-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.intro .menu-list-item {
  background-color: #fff;
}
.intro .menu-time {
  width: 250px;
}

#menu .menu-content {
  margin-bottom: 50px;
}
#menu .intro-sub-content {
  margin-top: 80px;
}

/*========================================
family
==========================================*/
.family-inner {
  position: relative;
}
.family-inner::before {
  position: absolute;
  content: "";
  top: 70px;
  right: 136px;
  width: 186px;
  height: 130px;
  background: center/cover no-repeat url(../../images/family/family-title-deco.png);
}
.family .intro-sub-text {
  margin-bottom: 0;
}
.family .intro-sub-content {
  position: relative;
  z-index: 1;
}
.family .intro-sub-content:nth-of-type(2)::before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -30px;
  width: 105px;
  height: 112px;
  background: center/cover no-repeat url(../../images/family/family-box-deco.png);
  z-index: -1;
}
.family .intro-sub-content:nth-of-type(3) {
  background-color: #f4f8f2;
  border: none;
  position: relative;
  z-index: 1;
}
.family .intro-sub-content:nth-of-type(3)::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 186px;
  background: center/cover no-repeat url(../../images/family/family-bg-bottom.png);
  z-index: -1;
}
.family .intro-text-list {
  padding: 0 50px;
  background: none;
}
.family .intro-text-list-item {
  color: #537e4d;
}

/*========================================
trauma
==========================================*/
.break .menu-img {
  margin-left: -40px;
}
.break .menu-textbox {
  max-width: 540px;
}
.break-title {
  margin-bottom: 40px;
}
.break .intro-sub-content {
  position: relative;
  z-index: 1;
}
.break .intro-sub-content:nth-of-type(2) {
  background-color: #f4f8f2;
  border: none;
  position: relative;
  z-index: 1;
}
.break .intro-sub-content:nth-of-type(2)::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 186px;
  background: center/cover no-repeat url(../../images/family/family-bg-bottom.png);
  z-index: -1;
}
.break .intro-sub-content:nth-of-type(3)::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 30px;
  width: 186px;
  height: 130px;
  background: center/cover no-repeat url(../../images/trauma/break-deco01.png);
  z-index: -1;
}
.break .flow-list {
  margin-bottom: 41px;
}
.break .flow-list-item {
  max-width: 230px;
  width: 100%;
  height: 230px;
  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.1rem;
  line-height: 1.9;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  background-color: #b0c68e;
  border-radius: 50%;
  position: relative;
}
.break .flow-list-item::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 32px;
  background: center/cover no-repeat url(../../images/trauma/flow-no01.png);
}
.break .flow-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../../images/trauma/flow-no02.png);
}
.break .flow-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../../images/trauma/flow-no03.png);
}
.break .flow-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../../images/trauma/flow-no04.png);
}
.break .flow-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 4px;
  background: center/cover no-repeat url(../../images/trauma/flow-border.png);
}
.break .intro-sub-text {
  margin-bottom: 0;
}

#trauma .intro-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
#trauma .intro-textbox {
  max-width: 480px;
}
#trauma .intro-sub-textbox {
  max-width: 560px;
  width: 100%;
}

.nlp {
  background: right top 150px/299px 148px no-repeat url(../../images/top/top-service-bg-r.png), #f4f8f2;
  position: relative;
  z-index: 1;
}
.nlp-inner {
  position: relative;
  z-index: 1;
}
.nlp-inner::before {
  position: absolute;
  content: "";
  top: 157px;
  right: 120px;
  width: 77px;
  height: 44px;
  background: center/cover no-repeat url(../../images/trauma/nlp-deco.png);
}
.nlp-title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #93b362;
  margin-bottom: 50px;
  border-radius: 10px;
}

.tre {
  background: left bottom 80px/271px 135px no-repeat url(../../images/top/top-service-bg-l.png);
  position: relative;
  z-index: 1;
}
.tre-inner {
  position: relative;
  z-index: 1;
}
.tre-inner::before {
  position: absolute;
  content: "";
  top: 150px;
  left: 150px;
  width: 48px;
  height: 58px;
  background: center/cover no-repeat url(../../images/trauma/tre-deco.png);
}
.tre .intro-sub-textbox {
  background-color: #f4f8f2;
}

.voice {
  background: center/cover no-repeat url(../../images/trauma/voice-bg.png);
}
.voice-list-item {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.06em;
  padding: 25px 50px;
  background-color: #fff;
  border: 1px solid #b0c68e;
  border-radius: 12px;
  position: relative;
}
.voice-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  width: 39px;
  height: 50px;
  background: center/cover no-repeat url(../../images/trauma/voice-deco.png);
}
.voice-list-item:not(:last-child) {
  margin-bottom: 20px;
}

/*========================================
therapist
==========================================*/
.therapist {
  position: relative;
  z-index: 1;
}
.therapist-inner {
  position: relative;
  z-index: 1;
}
.therapist-inner::before {
  position: absolute;
  content: "";
  top: 70px;
  right: -27px;
  width: 186px;
  height: 130px;
  background: center/cover no-repeat url(../../images/therapist/therapist-deco01.png);
}
.therapist-list-item {
  max-width: 480px;
  width: 100%;
  padding: 10px 10px 20px 10px;
  background-color: #f4f8f2;
  border-radius: 4px;
}
.therapist-list-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
  background-color: #537e4d;
  border-radius: 4px;
}
.therapist-text {
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.therapist .intro-sub-content {
  padding: 50px;
  position: relative;
}
.therapist .intro-sub-content::before {
  position: absolute;
  content: "";
  top: 40px;
  right: 80px;
  width: 68px;
  height: 73px;
  background: center/cover no-repeat url(../../images/therapist/therapist-deco02.png);
}
.therapist .intro-sub-content .cmn-sub-title {
  margin-bottom: 20px;
}
.therapist .menu-time {
  width: 390px;
}

.oshirabe {
  background: left bottom 500px/271px 135px no-repeat url(../../images/top/top-service-bg-l.png), right top 150px/299px 148px no-repeat url(../../images/top/top-service-bg-r.png), #f4f8f2;
  position: relative;
  z-index: 1;
}
.oshirabe::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 574px;
  background: center/cover no-repeat url(../../images/about/history-bg-bottom.png);
  z-index: -1;
}
.oshirabe .menu-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.oshirabe .menu-content .menu-img {
  margin-left: auto;
  margin-right: -70px;
}
.oshirabe .menu-sub-title {
  margin-top: 80px;
}
.oshirabe .menu-list-item {
  background-color: #fff;
}

#therapist .intro-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}
#therapist .intro-textbox {
  max-width: 480px;
}
#therapist .intro-sub-textbox {
  max-width: 560px;
  width: 100%;
}
#therapist .tre {
  background: none;
  position: relative;
  z-index: 1;
}
#therapist .tre::before {
  position: absolute;
  content: "";
  right: 100px;
  bottom: 50px;
  width: 445px;
  height: 467px;
  background: center/cover no-repeat url(../../images/therapist/tre-bg-r-b.png);
  z-index: -1;
}

/*========================================
info
==========================================*/
.info-inner {
  position: relative;
}
.info-inner::before {
  position: absolute;
  content: "";
  top: 70px;
  right: 217px;
  width: 186px;
  height: 130px;
  background: center/cover no-repeat url(../../images/info/info-deco.png);
}
.info-content {
  padding: 80px 100px;
  border: 1px solid #b0c68e;
  border-radius: 12px;
}
.info-table tr {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #93b362;
}
.info-table tr:last-of-type {
  border-bottom: 1px solid #93b362;
}
.info-table tr th {
  width: 300px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #93b362;
  border-radius: 4px;
  vertical-align: middle;
}
.info-table tr td {
  width: 580px;
  padding: 10px 20px 10px 30px;
  vertical-align: middle;
}

.access {
  background: left bottom 500px/271px 135px no-repeat url(../../images/top/top-service-bg-l.png), right top 150px/299px 148px no-repeat url(../../images/top/top-service-bg-r.png), #f4f8f2;
  position: relative;
  z-index: 1;
}
.access::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 574px;
  background: center/cover no-repeat url(../../images/about/history-bg-bottom.png);
  z-index: -1;
}
.access-map {
  width: 100%;
  height: 350px;
  margin-bottom: 80px;
  border-radius: 12px;
  overflow: hidden;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.access-content:not(:last-of-type) {
  margin-bottom: 70px;
}
.access-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  background-color: #93b362;
  border-radius: 10px;
}
.access-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;
}
.access-list-item {
  max-width: 240px;
  width: 100%;
  position: relative;
}
.access-list-item:not(:nth-child(4n)) {
  margin-right: 40px;
}
.access-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 87px;
  right: -32px;
  width: 21px;
  height: 30px;
  background: center/cover no-repeat url(../../images/info/access-arrow.png);
}
.access-img {
  margin-bottom: 20px;
  position: relative;
}
.access-img::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 46px;
  height: 36px;
  background: center/cover no-repeat url(../../images/info/access-deco.png);
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #93b362;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #93b362;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #93b362;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #93b362;
  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 #93b362;
}
.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 #93b362;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #93b362;
  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 #93b362;
  border-right: 1px solid #93b362;
  -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-color: #537e4d;
}
.footer-inner {
  padding: 70px 0;
  text-align: center;
}
.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.footer-info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
}
.footer-tel {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 29px;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.footer-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/top/footer-tel-icon.png);
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-text .accent {
  display: inline-block;
  width: 95px;
  padding: 2px 0;
  color: #537e4d;
  text-align: center;
  margin-right: 9px;
  background-color: #fff;
  border-radius: 8px;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 15px;
}
.footer-nav-list-item a {
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
}
.footer-bottom {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  padding: 20px 0;
  color: #537e4d;
  text-align: center;
  background-color: #f4f9f4;
}