@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 60px 0 0;
}
.com-txt .ac {
  color: #517a1b;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 110px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  border: 5px solid rgba(132, 169, 64, 0.3);
}

.com-bg01 {
  background: url(../img/top/about-wave.png) no-repeat center bottom;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1921px) {
  .com-bg01 {
    background-size: 100%;
  }
}
.com-bg01::before, .com-bg01::after {
  content: "";
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.com-bg01::before {
  width: 33.9%;
  padding-top: 28.3%;
  background: url(../img/top/sakura-l.png) no-repeat left top/contain;
  left: 0;
  bottom: -248px;
}
.com-bg01::after {
  width: 19.5%;
  padding-top: 23.28%;
  background: url(../img/top/sakura-r.png) no-repeat right top/contain;
  right: 0;
  bottom: -258px;
}
.com-bg02 {
  background: url(../img/eidai/com-bg-bottom.png) no-repeat center bottom #e4ecd5;
}
@media screen and (min-width: 1921px) {
  .com-bg02 {
    background-size: 100%;
  }
}
.com-bg03 {
  background: url(../img/eidai/thought-illu02.png) no-repeat calc(50% + 598px) calc(100% + 20px) #e8f1db;
}
.com-bg04 {
  background: url(../img/plan/contact-btm.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  .com-bg04 {
    background-size: 100%;
  }
}

.com-matsu {
  position: relative;
}
.com-matsu::before, .com-matsu::after {
  content: "";
  width: 372px;
  height: 0;
  padding-top: 240px;
  position: absolute;
  top: -194px;
  pointer-events: none;
}
.com-matsu::before {
  background: url(../img/eidai/point-l.png) no-repeat left top/contain;
  left: 0;
}
.com-matsu::after {
  background: url(../img/eidai/pointrl.png) no-repeat right top/contain;
  right: 0;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding: 6px 0 6px 43px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 0px;
  text-align: right;
}

.com-contact {
  display: flex;
  width: 200px;
  height: 46px;
  background: #84a940;
  border-radius: 999px;
  box-shadow: 5px 5px #dfe6e0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-contact:hover {
    background-color: #517a1b;
    opacity: 1;
  }
}
.com-contact::before {
  content: "";
  width: 18px;
  height: 14px;
  margin-right: 8px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.news-post {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 520px;
}
.news-post-item:nth-of-type(n+3) {
  margin-top: 40px;
}
.news-post-link {
  display: flex;
  padding: 20px 20px 10px;
  background: url(../img/top/news-arw.png) no-repeat right bottom #fff;
  box-shadow: 4px 4px rgba(132, 169, 64, 0.3);
  transform: translate(0, 0);
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background-color: rgba(132, 169, 64, 0.3);
    transform: translate(4px, 4px);
    box-shadow: 0 0 rgba(132, 169, 64, 0.3);
    opacity: 1;
  }
}
.news-post-img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  min-width: 70px;
  margin: 0 10px 10px 0;
  padding: 2px 7px;
  background: #84a940;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-img.png) no-repeat calc(50% + 341px) top, url(../img/top/about-r.png) no-repeat calc(50% + 511px) 211px, url(../img/top/about-wave.png) no-repeat center bottom;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #top-about {
    background-size: auto, auto, 100%;
  }
}
#top-about::before {
  content: "";
  width: 100%;
  height: 770px;
  background: url(../img/top/about-bg-deco.png) no-repeat center top/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -325px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top-about .about-firefox {
    display: grid;
    place-items: center;
  }
}
#top-about .about-ttl {
  margin: auto;
  writing-mode: vertical-rl;
  line-height: 1;
  position: relative;
}
#top-about .about-ttl::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/top/about-ttl-illu.png) no-repeat right bottom/contain;
  position: absolute;
  top: 150px;
  right: -50px;
}
#top-about .about-ttl .sm {
  display: block;
  margin-top: 65px;
  margin-right: 25px;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .sm {
    font-size: 1.8rem;
  }
}
#top-about .about-txt {
  font-size: 1.8rem;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.5rem;
  }
}
#top-about .about-txt-box {
  margin: 56px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    text-align: center;
  }
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/service-bg-cir.png) no-repeat center bottom #e4ecd5;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1921px) {
  #top-service {
    background-size: 100%;
  }
}
#top-service::before, #top-service::after {
  content: "";
  height: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
#top-service::before {
  width: 33.9%;
  padding-top: 28.3%;
  background: url(../img/top/sakura-l.png) no-repeat left top/contain;
  left: 0;
  top: -65px;
}
#top-service::after {
  width: 19.5%;
  padding-top: 23.3%;
  background: url(../img/top/sakura-r.png) no-repeat left top/contain;
  right: 0;
  top: -184px;
}
#top-service .service-inner {
  position: relative;
}
#top-service .service-img {
  position: absolute;
  top: -142px;
  left: 0;
  z-index: -2;
}
#top-service .service-ttl {
  position: relative;
}
#top-service .service-ttl::before {
  content: "";
  width: 132px;
  height: 117px;
  background: url(../img/top/service-ttl-deco.png) no-repeat center/contain;
  position: absolute;
  right: -78px;
  bottom: -35px;
}
#top-service .service-ttl .box {
  display: inline-block;
  padding: 13px;
  border-radius: 10px;
  background: #84a940;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top-service .service-ttl .box {
    font-size: 1.5rem;
  }
}
#top-service .service-ttl .box::before {
  content: "";
  width: 189px;
  height: 1px;
  background: #6a9c29;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -189px;
}
#top-service .service-ttl .lg {
  color: #d9ec01;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-ttl .lg {
    font-size: 1.5rem;
  }
}
#top-service .service-ttl .ttl {
  margin-top: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  color: #517a1b;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  #top-service .service-ttl .ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-service .service-txt-box {
    max-width: 490px;
  }
}
#top-service .service-list {
  margin: 102px auto 0;
  text-align: center;
}
#top-service .service-list li:nth-of-type(n+2) {
  margin-left: 53px;
}
#top-service .service-list li:nth-of-type(2) {
  margin-top: 90px;
}
#top-service .service-list-img {
  border-radius: 50%;
  overflow: hidden;
}
#top-service .service-list-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl::first-letter {
  color: #517a1b;
}
#top-service .service-btn-wrap {
  margin: 54px auto 0;
}
#top-service .service-btn-wrap a:nth-of-type(n+2) {
  margin-left: 60px;
}

/* top-worries  PC
------------------------------------ */
#top-worries {
  background: url(../img/top/worries-lb.png) no-repeat calc(50% - 730px) bottom, url(../img/top/worries-shape.png) no-repeat center bottom #eef4e4;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1921px) {
  #top-worries {
    background-size: auto, 100%;
  }
}
#top-worries::before, #top-worries::after {
  content: "";
  height: 0;
  position: absolute;
  z-index: -1;
}
#top-worries::before {
  width: 19.375%;
  padding-top: 12.5%;
  background: url(../img/top/worries-l.png) no-repeat left top/contain;
  left: 0;
  top: -160px;
}
#top-worries::after {
  width: 19.3%;
  padding-top: 12.5%;
  background: url(../img/top/worries-r.png) no-repeat right top/contain;
  top: 324px;
  right: 0;
}
#top-worries .worries-ttl {
  display: inline-block;
  padding: 0 50px;
  background: url(../img/top/worries-ttl-l.png) no-repeat left calc(100% - 8px), url(../img/top/worries-ttl-r.png) no-repeat right calc(100% - 8px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl {
    font-size: 1.5rem;
  }
}
#top-worries .worries-ttl .lg {
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  color: #517a1b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl .lg {
    font-size: 1.8rem;
  }
}
#top-worries .worries-list {
  margin: 37px auto 0;
}
#top-worries .worries-list-item {
  position: relative;
}
#top-worries .worries-list-item::before {
  content: "";
  display: block;
  margin: auto;
}
#top-worries .worries-list-item:not(:nth-of-type(3n-2)) {
  margin-left: 38px;
}
#top-worries .worries-list-item:nth-of-type(n+4) {
  margin-top: -18px;
}
#top-worries .worries-list-item01::before {
  width: 107px;
  height: 69px;
  background: url(../img/top/worries-illu01.png) no-repeat center top/contain;
}
#top-worries .worries-list-item02::before {
  width: 88px;
  height: 84px;
  background: url(../img/top/worries-illu02.png) no-repeat center top/contain;
}
#top-worries .worries-list-item03::before {
  width: 73px;
  height: 73px;
  background: url(../img/top/worries-illu03.png) no-repeat center top/contain;
}
#top-worries .worries-list-item04::before {
  width: 125px;
  height: 83px;
  background: url(../img/top/worries-illu04.png) no-repeat center top/contain;
}
#top-worries .worries-list-item05::before {
  width: 69px;
  height: 99px;
  background: url(../img/top/worries-illu05.png) no-repeat center top/contain;
}
#top-worries .worries-list-ttl {
  margin-top: -3px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 94px;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-ttl {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list-ttl01 {
  width: 305px;
  height: 94px;
  background: url(../img/top/worries-box01.png) no-repeat center/contain;
}
#top-worries .worries-list-ttl02 {
  width: 390px;
  height: 94px;
  background: url(../img/top/worries-box02.png) no-repeat center/contain;
}
#top-worries .worries-list-ttl03 {
  width: 306px;
  height: 94px;
  background: url(../img/top/worries-box03.png) no-repeat center/contain;
}
#top-worries .worries-list-ttl04 {
  width: 390px;
  height: 94px;
  background: url(../img/top/worries-box04.png) no-repeat center/contain;
}
#top-worries .worries-list-ttl05 {
  width: 390px;
  height: 94px;
  background: url(../img/top/worries-box05.png) no-repeat center/contain;
}
#top-worries .worries-box {
  max-width: 900px;
  margin: 70px auto 0;
  padding: 60px 0;
  background: rgba(210, 227, 183, 0.5);
  text-align: center;
  position: relative;
}
#top-worries .worries-box::before, #top-worries .worries-box::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
#top-worries .worries-box::before {
  width: 234px;
  height: 128px;
  background: url(../img/top/worries-box-lb.png) no-repeat left bottom/contain;
  left: -74px;
  bottom: 37px;
}
#top-worries .worries-box::after {
  width: 195px;
  height: 513px;
  background: url(../img/top/worries-box-rt.png) no-repeat right top, url(../img/top/worries-box-rb.png) no-repeat calc(100% - 46px) bottom;
  right: -75px;
  top: -71px;
}
#top-worries .worries-box-txt {
  font-size: 1.8rem;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-box-txt {
    font-size: 1.5rem;
  }
}
#top-worries .worries-box-btn {
  margin: 49px auto 0;
}

/* top-voice  PC
------------------------------------ */
#top-voice {
  background: url(../img/top/voice-lt.png) no-repeat left -65px;
}
@media screen and (min-width: 768px) {
  #top-voice {
    background-size: 55%;
  }
}
#top-voice .voice-ttl {
  display: inline-block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-ttl {
    font-size: 1.6rem;
  }
}
#top-voice .voice-ttl::before {
  width: 73px;
  height: 43px;
  background: url(../img/top/voice-ttl-rt.png) no-repeat right top/contain;
  position: absolute;
  right: -40px;
  top: -40px;
  content: "";
}
#top-voice .voice-ttl .lg {
  font-size: 4rem;
  letter-spacing: 0.12em;
  color: #84a940;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-ttl .lg {
    font-size: 2rem;
  }
}
#top-voice .voice-list {
  margin: 60px auto 0;
}
#top-voice .voice-list-item {
  display: flex;
  align-items: flex-start;
}
#top-voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 54px;
}
#top-voice .voice-list-item:nth-of-type(2n) {
  justify-content: flex-end;
}
#top-voice .voice-list-left {
  text-align: center;
}
#top-voice .voice-list-img {
  display: flex;
  width: 100px;
  height: 100px;
  background: #fff;
  border: 2px solid #517a1b;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
#top-voice .voice-list-name {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-name {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-box {
  max-width: 700px;
  margin-left: 58px;
  padding: 40px 60px 40px 46px;
  border-radius: 30px;
  background: rgba(210, 227, 183, 0.5);
  position: relative;
}
#top-voice .voice-list-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 18px solid #84a940;
  border-left: 0;
  position: absolute;
  left: -18px;
  top: 37px;
}
#top-voice .voice-list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-txt {
    font-size: 1.5rem;
  }
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: url(../img/top/news-bg.png) no-repeat center top/cover;
  position: relative;
}
#top-news::before {
  content: "";
  width: 314px;
  height: 410px;
  background: url(../img/top/news-rt.png) no-repeat right top/contain;
  position: absolute;
  top: -178px;
  right: 0;
  pointer-events: none;
}
#top-news .news-ttl {
  padding-left: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 1.6rem;
  }
}
#top-news .news-ttl::before {
  content: "";
  width: 272px;
  height: 125px;
  background: url(../img/top/news-ttl-bg.png) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: -51px;
  z-index: -1;
}
#top-news .news-ttl .lg {
  color: #84a940;
  font-size: 4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl .lg {
    font-size: 2rem;
  }
}
#top-news .news-btn {
  max-width: 245px;
  padding-left: 20px;
}
#top-news .news-post {
  margin: 36px auto 0;
}

/* =========================================

  sub layout  all

========================================= */
/* eidai  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #eidai .about-con {
    max-width: 600px;
    margin-left: 60px;
  }
}
#eidai .about-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #eidai .about-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #eidai .about-txt {
    line-height: 2.7;
  }
}
#eidai .about-txt-box {
  margin-top: 36px;
}
#eidai .features-list {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #eidai .features-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  #eidai .features-list-item:nth-of-type(n+4) {
    margin-top: 46px;
  }
}
#eidai .features-list-ttl {
  display: inline-block;
  padding: 0 45px;
  background: url(../img/eidai/features-ttl-l.png) no-repeat left calc(100% - 10px), url(../img/eidai/features-ttl-r.png) no-repeat right calc(100% - 10px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.68;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #eidai .features-list-ttl {
    font-size: 1.5rem;
  }
}
#eidai .features-list-ttl::first-letter {
  color: #6a9c29;
}
#eidai .features-list-box {
  width: 100%;
  max-width: 320px;
  height: 471px;
  margin: -63px auto 0;
  padding: 236px 30px 0;
  border-radius: 30px;
  background: #fff;
  position: relative;
}
#eidai .features-list-illu {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#eidai .features-list-illu01 {
  top: 86px;
}
#eidai .features-list-illu02 {
  top: 101px;
}
#eidai .features-list-illu03 {
  top: 83px;
}
#eidai .features-list-illu04 {
  top: 77px;
}
#eidai .features-list-illu05 {
  top: 95px;
}
#eidai .features-list-txt {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #eidai .features-list-txt {
    font-size: 1.5rem;
  }
}
#eidai .point {
  background: url(../img/eidai/point-bg-l.png) no-repeat left bottom/40.3%, url(../img/eidai/point-bg-r.png) no-repeat right bottom/40.3%;
}
#eidai .point-list {
  margin: 57px auto 0;
}
#eidai .point-list-item {
  display: flex;
  align-items: flex-start;
}
#eidai .point-list-item:nth-of-type(n+2) {
  margin-top: 68px;
}
#eidai .point-list-item:nth-of-type(2n) {
  justify-content: flex-end;
}
#eidai .point-list-con {
  width: 100%;
  margin-left: 60px;
  background-size: 20px 4px;
  background-image: linear-gradient(to right, #517a1b, #517a1b 4px, transparent 4px, transparent 20px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  #eidai .point-list-con {
    max-width: 683px;
  }
}
#eidai .point-list-num {
  width: 180px;
  height: 180px;
  padding-top: 40px;
  border-radius: 50%;
  background: #84a940;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 0;
}
#eidai .point-list-num::before, #eidai .point-list-num::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
#eidai .point-list-num::before {
  width: 178px;
  height: 179px;
  background: url(../img/eidai/point-bg.png) no-repeat center/contain;
  left: -12px;
  top: 12px;
}
#eidai .point-list-num::after {
  width: 101px;
  height: 57px;
  margin: auto;
  background: url(../img/eidai/point-num-ico.png) no-repeat left top/contain;
  left: 0;
  right: 0;
  bottom: -27px;
}
#eidai .point-list-num .txt {
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #eidai .point-list-num .txt {
    font-size: 1.5rem;
  }
}
#eidai .point-list-num .num {
  margin-top: 10px;
  font-size: 6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #eidai .point-list-num .num {
    font-size: 3rem;
  }
}
#eidai .point-list-ttl {
  padding-left: 54px;
  background: url(../img/eidai/point-sakura.png) no-repeat left 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #eidai .point-list-ttl {
    font-size: 1.5rem;
  }
}
#eidai .point-list-txt {
  margin-top: 25px;
  padding-bottom: 65px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #eidai .point-list-txt {
    font-size: 1.5rem;
  }
}
#eidai .thought-flx {
  margin: 50px auto 0;
}
#eidai .thought-box {
  max-width: 804px;
  margin-left: 68px;
  padding: 40px 50px;
  border-radius: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #eidai .thought-box {
    position: relative;
  }
  #eidai .thought-box::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 18px solid #84a940;
    border-left: 0;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#eidai .thought-txt {
  font-size: 1.8rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  #eidai .thought-txt {
    font-size: 1.5rem;
  }
}

/* plan  PC
------------------------------------ */
#plan .plan {
  background: none;
}
#plan .plan::before {
  top: 140px;
  bottom: auto;
  z-index: 1;
}
#plan .plan::after {
  content: none;
}
#plan .plan-list {
  margin: 65px auto 0;
}
#plan .plan-list-item {
  position: relative;
}
#plan .plan-list-item::before {
  content: "";
  display: block;
  width: 19.58%;
  height: 0;
  padding-top: 447px;
  position: absolute;
  top: -47px;
  pointer-events: none;
}
#plan .plan-list-item:nth-of-type(2n-1)::before {
  background: url(../img/plan/plan-r.png) no-repeat right top/contain;
  right: 0;
}
#plan .plan-list-item:nth-of-type(2n)::before {
  background: url(../img/plan/plan-ico02.png) no-repeat left top/contain;
  left: 0;
}
#plan .plan-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#plan .plan-list-box {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  background: #e4ecd5;
}
#plan .plan-list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 60px 0 70px;
}
#plan .plan-list-ttl {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-ttl {
    font-size: 1.5rem;
  }
}
#plan .plan-list-ttl .txt {
  display: inline-block;
}
#plan .plan-list-ttl .txt::first-letter {
  color: #6a9c29;
}
#plan .plan-list-ttl::before {
  content: "-";
  margin-right: 14px;
}
#plan .plan-list-ttl::after {
  content: "-";
  margin-left: 14px;
}
#plan .plan-list-flx {
  margin: 50px auto 0;
}
#plan .plan-list-img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #plan .plan-list-img {
    margin-right: 78px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  #plan .plan-list-dl {
    padding-top: 28px;
  }
}
#plan .plan-list-dl .item:nth-of-type(n+2) {
  margin-top: 40px;
}
#plan .plan-list-dl dt {
  padding-left: 22px;
  border-left: 3px solid #6a9c29;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #6a9c29;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-dl dt {
    font-size: 1.5rem;
  }
}
#plan .plan-list-dl dd {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-dl dd {
    font-size: 1.5rem;
  }
}
#plan .plan-list-box02 {
  margin: 70px auto 0;
}
#plan .plan-list-box-item {
  padding: 43px 50px 37px;
  background: #fff;
}
#plan .plan-list-box .plan-list-box-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#plan .plan-list-box-features {
  margin: 30px auto 0;
}
#plan .plan-list-box-features li {
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-box-features li {
    font-size: 1.5rem;
  }
}
#plan .plan-list-box-features li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#plan .plan-list-box-features li:nth-of-type(n+2) {
  margin-top: 20px;
}
#plan .plan-list-box-note {
  margin: 34px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-box-note {
    font-size: 1.5rem;
  }
}
#plan .plan-list-box-table {
  width: 100%;
}
#plan .plan-list-box-table-wrap {
  margin: 30px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
#plan .plan-list-box-table tr:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
#plan .plan-list-box-table th, #plan .plan-list-box-table td {
  width: 50%;
  padding: 6px 22px;
  vertical-align: middle;
}
#plan .plan-list-box-table th {
  color: #fff;
  background-color: #84a940;
}
#plan .plan-list-box-table td {
  text-align: right;
  background-color: #eeeeee;
}
#plan .contact::before, #plan .contact::after {
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1291px) {
  #plan .contact::before, #plan .contact::after {
    width: 239px;
  }
}
#plan .contact-txt {
  margin: 36px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #plan .contact-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #plan .contact-txt {
    text-align: center;
  }
}
#plan .contact-list {
  display: flex;
  margin: 90px auto 0;
}
#plan .contact-list-item {
  width: 100%;
  max-width: 500px;
}
#plan .contact-list-item:nth-of-type(n+2) {
  max-width: 539px;
  margin-left: 39px;
  padding-left: 39px;
  border-left: 1px dotted #84a940;
}
#plan .contact-list-worktime {
  margin: 30px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #plan .contact-list-worktime {
    font-size: 1.5rem;
  }
}
#plan .contact-list-txt {
  margin: 30px auto 0;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #plan .contact-list-txt {
    font-size: 1.5rem;
  }
}
#plan .contact-info {
  margin: 34px auto 0;
}
#plan .contact-btn {
  margin-left: 26px;
}
#plan .case {
  margin: 70px auto 0;
  padding: 40px 50px 35px;
  background: rgba(210, 227, 183, 0.5);
  position: relative;
}
#plan .case::before, #plan .case::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
#plan .case::before {
  width: 234px;
  height: 128px;
  background: url(../img/plan/contact-l.png) no-repeat left top/contain;
  left: -125px;
  top: -55px;
}
#plan .case::after {
  width: 161px;
  height: 250px;
  background: url(../img/plan/contact-r.png) no-repeat right top/contain;
  bottom: -30px;
  right: -27px;
}
#plan .case-list {
  margin: 30px auto 0;
}
#plan .case-list li {
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan .case-list li {
    font-size: 1.5rem;
  }
}
#plan .case-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#plan .case-list li:nth-of-type(n+2) {
  margin-top: 17px;
}

/* buddhist  PC
------------------------------------ */
#buddhist .about {
  background: none;
}
#buddhist .about::before {
  top: 168px;
}
#buddhist .about::after {
  top: 268px;
}
#buddhist .about-list {
  margin: 90px auto 0;
}
#buddhist .about-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#buddhist .about-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
  position: relative;
}
#buddhist .about-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 27px;
  height: 18px;
  margin: auto;
  background: url(../img/buddhist/arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
}
#buddhist .about-list-num {
  display: inline-block;
  position: relative;
}
#buddhist .about-list-num .num {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  color: #6a9c29;
  line-height: 1;
  position: absolute;
  right: -23px;
  top: 8px;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
@media screen and (max-width: 768px) {
  #buddhist .about-list-num .num {
    font-size: 2.1rem;
  }
}
#buddhist .about-list-num .num::first-letter {
  color: #513f25;
}
#buddhist .about-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #buddhist .about-list-con {
    max-width: 870px;
  }
}
#buddhist .about-list-txt {
  margin-top: 17px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #buddhist .about-list-txt {
    font-size: 1.5rem;
  }
}
#buddhist .contents {
  background-color: #e4ecd5;
}
#buddhist .contents::before {
  top: auto;
  bottom: -130px;
}
#buddhist .contents::after {
  top: -130px;
}
#buddhist .contents-list {
  margin: 67px auto 0;
}
#buddhist .contents-list-item {
  padding: 35px 30px 40px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #buddhist .contents-list-item {
    max-width: 320px;
  }
}
#buddhist .contents-list-ttl {
  line-height: 1.8;
}
#buddhist .contents-list-txt {
  margin: 20px auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #buddhist .contents-list-txt {
    font-size: 1.5rem;
  }
}
#buddhist .view-list {
  margin: 60px auto 0;
}
#buddhist .view-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #buddhist .view-list-item {
    max-width: 320px;
  }
  #buddhist .view-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  #buddhist .view-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
#buddhist .view-list-img {
  width: 100%;
  height: 0;
  padding-top: 87.5%;
  position: relative;
}
#buddhist .view-list-ttl {
  margin-top: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #buddhist .view-list-ttl {
    font-size: 1.5rem;
  }
}

/* access  PC
------------------------------------ */
#access .greeting-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #access .greeting-con {
    max-width: 590px;
  }
}
#access .greeting-txt {
  margin-top: 33px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #access .greeting-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #access .greeting-txt {
    line-height: 2.7;
  }
}
#access .greeting-name {
  margin-top: 50px;
  text-align: right;
}
#access .history {
  background-color: #e4ecd5;
}
#access .history-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #access .history-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #access .history-txt {
    line-height: 2.7;
  }
}
#access .history-txt-box {
  margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
  #access .history-txt-box {
    text-align: center;
  }
}
#access .information-table {
  margin: 45px auto 0;
}
#access .information-list {
  margin: 58px auto 0;
}
#access .information-list li:nth-of-type(2) {
  margin-top: 57px;
}
#access .information-map {
  margin: 79px auto 0;
}

/* blog  PC
------------------------------------ */
#news .com-tag {
  margin: 30px auto 0;
}
#news .news-post {
  margin: 50px auto 0;
}
#news .news-post-link {
  border: 3px solid rgba(132, 169, 64, 0.3);
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  #news .news-post-link {
    transform: translate(0);
  }
}
#news .detail-box {
  padding: 50px;
}

/* site  PC
------------------------------------ */
#site .site-box {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 25px;
  }
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl01 {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #privacy .com-ttl01 {
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=all.css.map */