/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 0 0 30px;
  background-color: #fff;
  z-index: 1000;
}
.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: 930px;
  width: 100%;
}
.header-textbox {
  max-width: 637px;
  width: 100%;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.header-tel .tel-font {
  display: inline-block;
  font-size: 2.4rem;
}
.header-btn:hover {
  opacity: 0.8;
}
.header-link {
  max-width: 264px;
  width: 100%;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  line-height: 1;
}
.header .global-nav-list-item a:hover {
  color: #5c9e48;
}
.header .main-visual {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 23px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 131px;
  background: center/cover no-repeat url(../images/common/main-visual-bg-bottom.png);
  z-index: -1;
}
.header .main-visual::after {
  position: absolute;
  content: "";
  left: 40px;
  bottom: 10px;
  width: 413px;
  height: 286px;
  background: center/contain no-repeat url(../images/common/main-visual-deco.png);
}
@media (max-width: 1850px) {
  .header .main-visual::after {
    width: 310px;
    height: 215px;
  }
}
@media (max-width: 1630px) {
  .header .main-visual::after {
    width: 250px;
    height: 173px;
  }
}
.header .main-visual-img {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1850px) {
  .header .main-visual-img {
    max-width: 1200px;
  }
}
@media (max-width: 1630px) {
  .header .main-visual-img {
    max-width: 900px;
  }
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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;
  padding-top: 167px;
}
@media (max-width: 1850px) {
  .header .main-visual-textbox {
    padding-top: 150px;
  }
  .header .main-visual-textbox img {
    height: 275px;
  }
}
@media (max-width: 1630px) {
  .header .main-visual-textbox {
    padding-top: 100px;
  }
  .header .main-visual-textbox img {
    height: 240px;
  }
}
.header .sub-visual {
  width: 100%;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 131px;
  background: center/cover no-repeat url(../images/common/main-visual-bg-bottom.png);
  z-index: -1;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  left: 128px;
  bottom: 0px;
  width: 282px;
  height: 194px;
  background: center/contain no-repeat url(../images/about/sub-visual-deco.png);
}
@media (max-width: 1850px) {
  .header .sub-visual::after {
    width: 230px;
    height: 158px;
  }
}
@media (max-width: 1630px) {
  .header .sub-visual::after {
    width: 189px;
    height: 130px;
  }
}
.header .sub-visual-img {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1850px) {
  .header .sub-visual-img {
    max-width: 1200px;
  }
}
@media (max-width: 1630px) {
  .header .sub-visual-img {
    max-width: 900px;
  }
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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;
  padding-top: 143px;
}
@media (max-width: 1850px) {
  .header .sub-visual-textbox {
    padding-top: 120px;
  }
}
@media (max-width: 1630px) {
  .header .sub-visual-textbox {
    padding-top: 70px;
  }
}
.header .sub-visual-title {
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #5c9e48;
  padding: 21px 27px 21px 124px;
  background-color: #fff;
}
@media (max-width: 1630px) {
  .header .sub-visual-title {
    font-size: 5.5rem;
    padding: 18px 25px 18px 100px;
  }
}
.header .fix-insta {
  position: fixed;
  right: 10px;
  bottom: 143px;
  z-index: 1000;
}
.header .fix-insta:hover {
  opacity: 0.8;
}
.header .fix-facebook {
  position: fixed;
  right: 10px;
  bottom: 79px;
  z-index: 1000;
}
.header .fix-facebook:hover {
  opacity: 0.8;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  background-color: #f3fcee;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding: 115px 0 205px 0;
}
.top-about-img {
  margin-left: -138px;
}
.top-about-textbox {
  max-width: 565px;
  width: 100%;
}
.top-about-title {
  font-size: 4.3rem;
  font-weight: 500;
  color: #5c9e48;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
}
.top-about-en {
  display: block;
  margin-bottom: 10px;
}
.top-about-text {
  font-size: 1.7rem;
  line-height: 2;
}

.worry {
  position: relative;
  z-index: 3;
}
.worry-inner {
  max-width: 1120px;
  padding: 40px 0 157px 0;
  position: relative;
}
.worry-inner::before {
  position: absolute;
  content: "";
  bottom: 137px;
  right: -67px;
  width: 395px;
  height: 300px;
  background: center/cover no-repeat url(../images/top/worry-illust.png);
  z-index: -1;
}
.worry-inner::after {
  position: absolute;
  content: "";
  bottom: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 355px;
  height: 134px;
  background: center/cover no-repeat url(../images/top/worry-arrow.png);
}
.worry-title {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #5c9e48;
  text-align: center;
  margin-bottom: 148px;
  position: relative;
}
.worry-title::before {
  position: absolute;
  content: "";
  bottom: -69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 733px;
  height: 44px;
  background: center/cover no-repeat url(../images/top/worry-title-border.png);
}
.worry-title .en {
  display: block;
  margin-bottom: 30px;
}
.worry-list {
  width: 100%;
  min-height: 904px;
  position: relative;
  z-index: 1;
}
.worry-list::before {
  position: absolute;
  content: "";
  top: 216px;
  left: 217px;
  width: 732px;
  height: 561px;
  background: center/cover no-repeat url(../images/top/worry-main-img.png);
  z-index: -1;
}
.worry-list::after {
  position: absolute;
  content: "";
  left: -56px;
  bottom: 54px;
  width: 1166px;
  height: 979px;
  background: center/cover no-repeat url(../images/top/worry-bg-deco.png);
  z-index: -1;
}
.worry-list-item {
  max-width: 330px;
  width: 100%;
  background-color: #f3fcee;
  border-top: 3px solid #5c9e48;
  position: absolute;
  z-index: 1;
}
.worry-list-item::before {
  position: absolute;
  content: "";
  width: 245px;
  height: 75px;
  background: center/cover no-repeat url(../images/top/worry-icon01.png);
  z-index: -10;
}
.worry-list-item:nth-child(1) {
  top: 312px;
  left: 0;
}
.worry-list-item:nth-child(1)::before {
  right: -42px;
  bottom: -67px;
}
.worry-list-item:nth-child(1) .worry-text {
  font-size: 1.7rem;
}
.worry-list-item:nth-child(2) {
  top: 0;
  right: 177px;
}
.worry-list-item:nth-child(2)::before {
  left: 15px;
  bottom: -186px;
  width: 147px;
  height: 230px;
  background: center/cover no-repeat url(../images/top/worry-icon02.png);
}
.worry-list-item:nth-child(2) .worry-text {
  font-size: 1.8rem;
}
.worry-list-item:nth-child(3) {
  top: 312px;
  right: 0;
}
.worry-list-item:nth-child(3)::before {
  left: -117px;
  bottom: -23px;
  width: 215px;
  height: 151px;
  background: center/cover no-repeat url(../images/top/worry-icon03.png);
}
.worry-list-item:nth-child(4) {
  left: 181px;
  top: 0;
}
.worry-list-item:nth-child(4)::before {
  right: 86px;
  bottom: -205px;
  width: 62px;
  height: 213px;
  background: center/cover no-repeat url(../images/top/worry-icon04.png);
}
.worry-list-item:nth-child(4) .worry-text {
  font-size: 1.8rem;
}
.worry-list-item:nth-child(5) {
  left: 140px;
  bottom: 0;
}
.worry-list-item:nth-child(5)::before {
  top: -33px;
  right: -107px;
  width: 164px;
  height: 158px;
  background: center/cover no-repeat url(../images/top/worry-icon05.png);
}
.worry-list-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #5c9e48;
  padding: 0 12px;
  margin-right: 15px;
  position: relative;
}
.worry-list-title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background-color: #5c9e48;
}
.worry-img {
  width: 100%;
}
.worry-textbox {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  min-height: 108px;
  background-color: #f3fcee;
}
.worry-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
}

.top-intro {
  position: relative;
  z-index: 1;
}
.top-intro::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 435px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-top.png);
  z-index: -1;
}
.top-intro::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1646px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-bottom.png);
  z-index: -10;
}
.top-intro-inner {
  padding: 86px 0 140px 0;
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  top: 61px;
  left: 63px;
  width: 198px;
  height: 233px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-l-t.png);
  z-index: -1;
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  top: 102px;
  right: 22px;
  width: 240px;
  height: 155px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-r-t.png);
  z-index: -1;
}
.top-intro-title {
  margin-bottom: 55px;
  text-align: center;
}
.top-intro-video {
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.top-intro-textbox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.top-intro-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.top-intro-text .border {
  display: block;
  padding: 15px 0;
  background: left bottom/800px 1px no-repeat url(../images/top/top-intro-border.png);
}
.top-intro-list {
  margin-bottom: 72px;
}
.top-intro-list-item {
  text-align: center;
}
.top-intro-list-title {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.top-intro-img {
  margin-bottom: 7px;
}
.top-intro-content {
  padding: 57px;
  background-color: #fff;
  border: 1px dashed #5c9e48;
  border-radius: 30px;
}
.top-intro-sub-title {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  color: #5c9e48;
  letter-spacing: 0.12em;
  text-align: center;
  padding-bottom: 23px;
  border-bottom: 1px dashed rgba(92, 158, 72, 0.5);
  margin-bottom: 43px;
}
.top-intro-tel {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.top-intro-tel .tel-font {
  display: inline-block;
  font-size: 2.4rem;
}
.top-intro-flex {
  width: 100%;
}
.top-intro-line {
  max-width: 300px;
  width: 100%;
  height: 66px;
  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: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #ffe206;
  border-radius: 10px;
}
.top-intro-line::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/top/top-intro-line.png);
}
.top-intro-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-intro-contact {
  max-width: 300px;
  width: 100%;
  height: 66px;
  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: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  background-color: #5c9e48;
  border-radius: 10px;
}
.top-intro-contact::before {
  content: "";
  width: 24px;
  height: 17px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/top-intro-mail.png);
}
.top-intro-contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.news {
  background-color: #f3fcee;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 111px;
  background: center/cover no-repeat url(../images/top/news-bg-bottom.png);
  z-index: -1;
}
.news-inner {
  padding: 118px 0 180px 0;
  position: relative;
}
.news-section-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 47px;
  color: #5c9e48;
}
.news-section-title .en {
  display: block;
  margin-bottom: 19px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px dashed rgba(92, 158, 72, 0.9);
}
.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 time {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px 19px;
  margin-bottom: 5px;
  background-color: #5c9e48;
  border-radius: 12px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.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;
}
.news .more-btn {
  position: absolute;
  right: 38px;
  top: 160px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 1px dashed rgba(92, 158, 72, 0.9);
}
.news .more-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::before {
  right: -45px;
}
.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: #5c9e48;
  border: 2px solid #5c9e48;
}
.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: #5c9e48;
}
.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 #5c9e48;
  border-bottom: 1px solid #5c9e48;
}
.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 #5c9e48;
  border-right: 1px solid #5c9e48;
}
.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: #5c9e48 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.link-banner {
  background-color: #d5e9cd;
}
.link-banner-inner {
  max-width: 1280px;
  padding-bottom: 64px;
}
.link-banner-list-item {
  max-width: 380px;
  width: 100%;
}
.link-banner-list-item:nth-child(1) a .link-banner-title .en {
  margin-bottom: 9px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 45px 30px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 42px;
  height: 43px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}
.link-banner-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.link-banner-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #5c9e48;
}
.link-banner-title .en {
  display: block;
  margin-bottom: 23px;
}
.link-banner-title .en img {
  display: block;
}
.link-banner-icon {
  margin-right: 28px;
}

/*========================================
about
==========================================*/
.about {
  background-color: #f3fcee;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.about-inner {
  padding: 67px 0 115px 0;
}
.about-content {
  position: relative;
  z-index: 1;
}
.about-content::before {
  position: absolute;
  content: "";
  left: 35px;
  bottom: 6px;
  width: 232px;
  height: 174px;
  background: center/cover no-repeat url(../images/about/about-deco.png);
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 565px;
  width: 100%;
}
.about-title {
  position: absolute;
  top: 0;
  left: 66px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.about-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 18px 16px;
  background-color: #5c9e48;
}
.about-title .bg:nth-of-type(1) {
  color: #404a3b;
  background-color: #ffe100;
}
.about-title .bg:not(:last-of-type) {
  margin-left: 6px;
}
.about-text {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-left: auto;
}

.feature-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-list-item {
  max-width: 517px;
  width: 100%;
}
.feature-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 42px;
}
.feature-list-title {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #5c9e48;
  margin-bottom: 8px;
}
.feature-list-title .s-font {
  font-size: 2rem;
}
.feature-img {
  margin-bottom: 12px;
}
.feature-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*========================================
service
==========================================*/
.intro {
  background-color: #f3fcee;
  position: relative;
  z-index: 1;
}
.intro::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.intro-inner {
  padding: 67px 0 200px 0;
}
.intro-content {
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.intro-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #5c9e48;
  text-align: center;
  padding-bottom: 23px;
  margin-bottom: 18px;
  border-bottom: 1px dashed rgba(92, 158, 72, 0.9);
}
.intro-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.works-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.works-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 40px;
}
.works-textbox {
  max-width: 540px;
  width: 100%;
}
.works-no {
  margin-bottom: 14px;
}
.works-title {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #5c9e48;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(92, 158, 72, 0.9);
}
.works-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.works-sub-content {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding: 27px 82px 35px 82px;
  background-color: #f3fcee;
  border-radius: 30px;
}
.works-sub-title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  color: #5c9e48;
  margin-bottom: 29px;
  letter-spacing: 0.08em;
}
.works-sub-textbox {
  max-width: 551px;
  width: 100%;
}
.works-text-list {
  width: 100%;
}
.works-text-list-item {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(92, 158, 72, 0.9);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.works-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/service/works-check.png);
}
.works-text-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.service {
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 435px;
  background: center/cover no-repeat url(../images/service/service-bg-top.png);
  z-index: -1;
}
.service::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1213px;
  height: 926px;
  background: center/cover no-repeat url(../images/service/service-bg-r-b.png);
  z-index: -1;
}

/*========================================
case
==========================================*/
.case {
  background-color: #f3fcee;
}
.case-wrap:not(:last-of-type) {
  padding-bottom: 100px;
  margin-bottom: 100px;
  position: relative;
}
.case-wrap:not(:last-of-type)::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  height: 1px;
  background-color: #404a3b;
}
.case-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 44px;
}
.case-img-list {
  padding: 30px;
  margin-bottom: 44px;
  background-color: #fff;
  position: relative;
}
.case-img-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 74px;
  background: center/cover no-repeat url(../images/case/case-arrow.png);
}
.case-img-list-item {
  max-width: 470px;
  width: 100%;
  height: 312px;
  position: relative;
}
.case-img-list-item::before {
  position: absolute;
  content: "";
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 176px;
  height: 63px;
  background: center/cover no-repeat url(../images/case/case-before.png);
}
.case-img-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/case/case-after.png);
}
.case-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-img {
  max-width: 520px;
  width: 100%;
  height: 366px;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-textbox {
  max-width: 520px;
  width: 100%;
}
.case-title {
  font-size: 3rem;
  font-weight: 500;
  color: #5c9e48;
  letter-spacing: 0.12em;
  padding-bottom: 16px;
  margin-bottom: 17px;
  border-bottom: 1px dashed rgba(92, 158, 72, 0.9);
}
.case-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.case-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 5px 19px;
  margin-bottom: 5px;
  background-color: #5c9e48;
  border-radius: 12px;
}
.case-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.case-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.case-sub-content {
  padding: 29px 29px 29px 39px;
  background-color: #5c9e48;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.case-sub-img {
  max-width: 122px;
  width: 100%;
  height: 122px;
  border-radius: 50%;
  overflow: hidden;
}
.case-sub-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-sub-text {
  max-width: 850px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}

/*========================================
info
==========================================*/
.info {
  background-color: #f3fcee;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.info-inner {
  padding: 67px 0 200px 0;
}
.info-content {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #5c9e48;
  border-radius: 30px;
}
.info-table {
  width: 100%;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px dotted rgba(92, 158, 72, 0.9);
}
.info-table tr th {
  width: 165px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #5c9e48;
  padding: 22px 12px;
  vertical-align: middle;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 0;
  vertical-align: middle;
}

.greeting {
  overflow: hidden;
}
.greeting-inner {
  padding: 48px 0 104px 0;
}
.greeting-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.greeting-img {
  margin-right: -109px;
}
.greeting-textbox {
  max-width: 520px;
  width: 100%;
}
.greeting-name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #5c9e48;
  line-height: 1;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 5px 28px 0 28px;
  margin-bottom: 37px;
  border-left: 1px solid #5c9e48;
  border-right: 1px solid #5c9e48;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

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

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #5c9e48;
  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 #5c9e48;
}
.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 #5c9e48;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #5c9e48;
  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 #5c9e48;
  border-right: 1px solid #5c9e48;
  -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 {
  padding: 50px;
  background-color: #d5e9cd;
}
.footer-wrap {
  max-width: 1820px;
  padding: 74px 0 64px 0;
  background-color: #fff;
  border-radius: 70px;
}
.footer-inner {
  padding: 0;
}
.footer-left {
  max-width: 438px;
  width: 100%;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-link {
  margin-bottom: 39px;
}
.footer-sns:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-tel {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.footer-tel .tel-font {
  display: inline-block;
  font-size: 2.4rem;
}
.footer-line {
  max-width: 300px;
  width: 100%;
  height: 66px;
  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: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  background-color: #ffe206;
  border-radius: 10px;
}
.footer-line::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/top/top-intro-line.png);
}
.footer-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-contact {
  max-width: 300px;
  width: 100%;
  height: 66px;
  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: 14px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  background-color: #5c9e48;
  border-radius: 10px;
}
.footer-contact::before {
  content: "";
  width: 24px;
  height: 17px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/top-intro-mail.png);
}
.footer-contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-right {
  max-width: 395px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 80px;
}
.footer-nav-list {
  width: 100%;
  height: 222px;
  -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 {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 34px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  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 a::before {
  content: "";
  width: 6px;
  height: 8px;
  margin-right: 10px;
  background: center/contain no-repeat url(../images/top/footer-nav-arrow.png);
}
.footer-nav-list-item a:hover {
  color: #5c9e48;
}
.footer-bottom {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: right;
}