/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.header::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 246px;
  height: 207px;
  background: center/contain no-repeat url(../images/common/main-visual-bg-r-t.png);
  z-index: -1;
}
.header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -48px;
  width: 198px;
  height: 221px;
  background: center/contain no-repeat url(../images/common/main-visual-bg-l-b.png);
  z-index: -1;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header-logo a {
  max-width: 145px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header .global-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1140px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 55px;
  z-index: 5;
  -webkit-box-shadow: 6px 8px 0 0 #e5e0cf;
          box-shadow: 6px 8px 0 0 #e5e0cf;
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.header .global-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  position: relative;
}
.header .global-nav-list-item:not(:last-child) {
  border-right: 1px dashed #e5e0cf;
}
.header .global-nav-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;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0em;
}
.header .global-nav-list-item a:hover {
  color: #00a05a !important;
}
.header .global-nav-list-item a.current {
  font-weight: 700;
  color: #00a05a !important;
}
.header .main-visual {
  width: 100%;
}
.header .main-visual-list {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .main-visual-list-item {
  max-width: 880px;
  width: 100%;
  height: 300px;
}
.header .main-visual-list-item:first-child {
  height: 350px;
}
.header .main-visual-list-item:first-child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .main-visual-list-item:first-child .main-visual-title {
  text-align: center;
}
.header .main-visual-list-item:first-child .main-visual-title img {
  height: 100px;
}
.header .main-visual-list-item:nth-child(2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.header .main-visual-list-item:nth-child(2) .main-visual-title img {
  height: 130px;
}
.header .main-visual-list-item:nth-child(3) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
}
.header .main-visual-list-item:nth-child(3) .main-visual-title img {
  height: 100px;
}
.header .main-visual-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.header .main-visual-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 6px 8px 1px 0 #e5e0cf;
          box-shadow: 6px 8px 1px 0 #e5e0cf;
  border-radius: 30px;
}
.header .main-visual-list-item a:hover .main-visual-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 30px;
  border: none;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
}
.header .sub-visual {
  width: 100%;
  height: 210px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-wrap {
  max-width: 1812px;
  width: 95%;
  height: 100%;
  background: center/cover no-repeat url(../images/about_01/sub-visual-box.png);
  margin: 0 auto;
  z-index: -1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.header .sub-visual-img {
  display: block;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  border-radius: 30px;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 57px 0px;
     object-position: 57px 0px;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1500px;
  width: 95%;
  height: 100%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .sub-visual-title img {
  height: 24px;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #00a05a;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #00a05a;
}

#about_01 .sub-visual-title img {
  height: 50px;
}

#about_02 .sub-visual-title img {
  height: 50px;
}

#about_03 .sub-visual-title img {
  height: 50px;
}

#about_04 .sub-visual-title img {
  height: 50px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-worry {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-worry::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-worry-bg-bottom.png);
  z-index: -1;
}
.top-worry::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 333px;
  height: 469px;
  background: center/contain no-repeat url(../images/top/top-worry-bg-r-b.png);
  z-index: -5;
}
.top-worry-title {
  margin-bottom: 30px;
  text-align: center;
}
.top-worry-title img {
  height: 43px;
}
.top-worry-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-worry-list-item {
  max-width: 500px;
  width: 90%;
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-worry-list-item:nth-child(2) .top-worry-list-title {
  color: #66b032;
}
.top-worry-list-item:nth-child(2) a {
  -webkit-box-shadow: 7px 7px 0 0 rgba(102, 176, 50, 0.5);
          box-shadow: 7px 7px 0 0 rgba(102, 176, 50, 0.5);
  border: 1px solid #b1d491;
}
.top-worry-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/top/top-worry-arrow02.png);
}
.top-worry-list-item:nth-child(3) .top-worry-list-title {
  color: #ed9666;
}
.top-worry-list-item:nth-child(3) a {
  -webkit-box-shadow: 7px 7px 0 0 rgba(237, 150, 102, 0.5);
          box-shadow: 7px 7px 0 0 rgba(237, 150, 102, 0.5);
  border: 1px solid #f4c7ab;
}
.top-worry-list-item:nth-child(3) a::before {
  background: center/cover no-repeat url(../images/top/top-worry-arrow03.png);
}
.top-worry-list-item:nth-child(4) .top-worry-list-title {
  color: #ed7266;
}
.top-worry-list-item:nth-child(4) a {
  -webkit-box-shadow: 7px 7px 0 0 rgba(237, 114, 102, 0.5);
          box-shadow: 7px 7px 0 0 rgba(237, 114, 102, 0.5);
  border: 1px solid #eeafa2;
}
.top-worry-list-item:nth-child(4) a::before {
  background: center/cover no-repeat url(../images/top/top-worry-arrow04.png);
}
.top-worry-list-item a {
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px 10px;
  background-color: #fffcf1;
  position: relative;
  z-index: 1;
  border: 1px solid #7ccba3;
  -webkit-box-shadow: 7px 7px 0 0 rgba(0, 160, 90, 0.5);
          box-shadow: 7px 7px 0 0 rgba(0, 160, 90, 0.5);
  border-radius: 30px;
}
.top-worry-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 70px;
  height: 52px;
  background: center/contain no-repeat url(../images/top/top-worry-arrow01.png);
  z-index: -1;
}
.top-worry-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-worry-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  color: #00a05a;
}
.top-worry-icon {
  max-width: 400px;
  width: 100%;
  height: 190px;
  margin: 0 auto 5px 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;
}
.top-worry-icon img {
  max-width: 60%;
  max-height: 60%;
}
.top-worry-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.top-about {
  background: center/500px 400px repeat url(../images/common/cmn-pattern02.png);
}
.top-about-inner .cmn-title {
  text-align: left;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 20px;
}
.top-about-textbox {
  max-width: 525px;
  width: 100%;
  text-align: left;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
}

.top-video {
  position: relative;
  z-index: 1;
}
.top-video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-video-bg-top.png);
  z-index: -1;
}
.top-video::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 121px;
  background: center/cover no-repeat url(../images/top/top-video-bg-bottom.png);
  z-index: -1;
}
.top-video-inner .cmn-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
}
.top-video-inner .cmn-title::before {
  position: absolute;
  content: "";
  top: -48px;
  left: -50px;
  width: 111px;
  height: 66px;
  background: center/contain no-repeat url(../images/top/top-video-deco.png);
  z-index: -1;
}
.top-video-content {
  max-width: 800px;
  width: 100%;
  height: 60vw;
  margin: 0 auto;
}
.top-video-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.info {
  overflow: hidden;
  background: center/500px 400px repeat url(../images/common/cmn-pattern03.png);
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 396px;
  height: 505px;
  background: center/contain no-repeat url(../images/top/info-bg-l-b.png);
  z-index: -1;
}
.info-inner {
  padding-top: 0;
}
.info-table {
  margin-bottom: 54px;
  border-radius: 20px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  background-color: #00a05a;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 20px;
  background-color: #ffffff;
}
.info-tel-txt {
  display: inline-block;
  margin-top: 4px;
}
.info-tel-txt img {
  display: block;
}
.info-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.info-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.info-map {
  width: 100%;
  height: 60vw;
  border-radius: 20px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.reserve {
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: center/cover no-repeat url(../images/top/reserve-bg-top.png);
  z-index: -1;
}
.reserve-inner {
  max-width: none;
  padding: 0 0 35px 0;
}
.reserve-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  background: center/500px 400px repeat url(../images/common/cmn-pattern02.png);
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: center/cover no-repeat url(../images/top/reserve-img.png);
  z-index: -1;
}
.reserve-content-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 210px 0 0 0;
}
.reserve .cmn-title {
  text-align: left;
  margin-bottom: 31px;
}
.reserve-text {
  margin-bottom: 30px;
}
.reserve-btn {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.reserve-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.news {
  overflow: hidden;
}
.news-inner {
  position: relative;
  z-index: 1;
}
.news-inner .cmn-title {
  text-align: left;
}
.news-wrap {
  width: 100%;
}
.news-textbox {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-right {
  max-width: 814px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(102, 176, 50, 0.5);
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  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;
  padding: 4px 16px;
  background-color: #66b032;
  border-radius: 12px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 15px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
  position: relative;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -35px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
}
.news .more-btn:hover {
  opacity: 0.8;
}
.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: #00a05a;
  border: 2px solid #00a05a;
}
.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: #00a05a;
}
.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 #00a05a;
  border-bottom: 1px solid #00a05a;
}
.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 #00a05a;
  border-right: 1px solid #00a05a;
}
.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: #00a05a !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-worry-bg-bottom.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 237px;
  height: 346px;
  background: center/contain no-repeat url(../images/about_01/about-bg-r-b.png);
  z-index: -5;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 25px;
}
.about-textbox {
  max-width: 525px;
  width: 100%;
  text-align: left;
}
.about-textbox .cmn-title {
  text-align: left;
}
.about-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.example {
  background: center/500px 400px repeat url(../images/common/cmn-pattern02.png);
}
.example-list-item {
  max-width: 500px;
  width: 100%;
  padding: 10px 10px 20px 10px;
  background: center/cover no-repeat url(../images/about_01/example-box.png);
  position: relative;
  z-index: 1;
  border: 1px solid #7ccba3;
  -webkit-box-shadow: 7px 7px 0 0 rgba(0, 160, 90, 0.5);
          box-shadow: 7px 7px 0 0 rgba(0, 160, 90, 0.5);
  border-radius: 30px;
}
.example-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.example-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  color: #00a05a;
}
.example-icon {
  max-width: 400px;
  width: 100%;
  height: 190px;
  margin: 0 auto 0px 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;
}
.example-icon img {
  max-width: 60%;
  max-height: 60%;
}

#about_02 .example-list-title {
  color: #66b032;
}
#about_02 .example-list-item {
  -webkit-box-shadow: 7px 7px 0 0 rgba(102, 176, 50, 0.5);
          box-shadow: 7px 7px 0 0 rgba(102, 176, 50, 0.5);
  border: 1px solid #b1d491;
}

#about_03 .example-list-title {
  color: #ed9666;
}
#about_03 .example-list-item {
  -webkit-box-shadow: 7px 7px 0 0 rgba(237, 114, 102, 0.5);
          box-shadow: 7px 7px 0 0 rgba(237, 114, 102, 0.5);
  border: 1px solid #eeafa2;
}

#about_04 .example-list-title {
  color: #ed7266;
}
#about_04 .example-list-item {
  -webkit-box-shadow: 7px 7px 0 0 rgba(237, 114, 102, 0.5);
          box-shadow: 7px 7px 0 0 rgba(237, 114, 102, 0.5);
  border: 1px solid #eeafa2;
}

.point {
  position: relative;
  z-index: 1;
}
.point::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-video-bg-top.png);
  z-index: -1;
}
.point::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 121px;
  background: center/cover no-repeat url(../images/top/top-video-bg-bottom.png);
  z-index: -1;
}
.point-list {
  counter-reset: number 0;
}
.point-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.point-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.point-img {
  margin-bottom: 20px;
}
.point-textbox {
  max-width: 520px;
  width: 100%;
}
.point-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #00a05a;
  line-height: 1.66;
  letter-spacing: 0.1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 13px;
}
.point-title::before {
  content: "";
  font-weight: 700;
  color: #4e4843;
  counter-increment: number 1;
  content: "0" counter(number) ".";
  margin-bottom: 5px;
}
.point-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.point-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.4;
  padding: 14px;
  margin-top: 16px;
  text-align: center;
  background-color: #00a05a;
}

.voice {
  overflow: hidden;
  background: center/500px 400px repeat url(../images/common/cmn-pattern03.png);
  position: relative;
  z-index: 1;
}
.voice::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 309px;
  height: 400px;
  background: center/contain no-repeat url(../images/about_01/voice-bg-l-b.png);
  z-index: -1;
}
.voice-list-item {
  padding: 22px 13px;
  background: center/cover no-repeat url(../images/about_01/voice-box.png);
  -webkit-box-shadow: 6px 8px 0 0 #e5e0cf;
          box-shadow: 6px 8px 0 0 #e5e0cf;
  border: 1px solid #e5e0cf;
  border-radius: 20px;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.voice-list-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #00a05a;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(102, 176, 50, 0.5);
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.voice-body img {
  max-width: 100%;
}

.price-notice {
  line-height: 1;
  text-align: right;
  margin-bottom: 18px;
}
.price-content:last-of-type {
  margin-bottom: 45px;
}
.price-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 15px;
  background-color: #00a05a;
}
.price-list {
  padding: 13px;
  background-color: #fff;
}
.price-list-item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1;
}
.price-list-item:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(102, 176, 50, 0.5);
}
.price-list-title {
  width: 70%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.price-list-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
}
.price-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.price-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #00a05a;
}
.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: #00a05a;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #00a05a;
}

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

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background: center/500px 400px repeat url(../images/common/cmn-pattern03.png);
}
.footer-inner {
  padding: 35px 0;
}
.footer-logo {
  max-width: 220px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 418px;
  width: 100%;
}
.footer-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.footer-textbox {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.footer-text {
  padding: 4px 10px;
  margin-bottom: 35px;
  background-color: #fff;
  border: 1px solid #e5e0cf;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  color: #66b032 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  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-top: 15px;
  margin-bottom: 12px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-info {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
}
.footer-info:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer-info:last-of-type {
  margin-bottom: 20px;
}
.footer-right {
  max-width: 535px;
  width: 100%;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-nav {
  width: 100%;
  margin-bottom: 30px;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-nav-list-item a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.footer-nav-list-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: 7px;
  background-color: #66b032;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #66b032 !important;
}
.footer-bottom {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}