@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.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.6rem;
  }
}

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

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

.anchor-mp {
  margin: -108px auto 0;
  padding-top: 108px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}
.com-txt.lh {
  line-height: 2;
}

.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: 120px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #f8f5ed;
}

.com-box {
  width: 100%;
  max-width: 518px;
  position: relative;
  z-index: 1;
}
.com-box::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 20px;
  background: #f4c73f;
  filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.com-box02 {
  background: #fff;
  border-radius: 10px;
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #c1b9ac;
}
.news-post-link {
  display: block;
  padding: 15px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background: rgba(160, 205, 102, 0.1);
    opacity: 1;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt, .news-post-ttl {
    font-size: 1.6rem;
  }
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #65502f;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-ttl {
  margin-top: 5px;
  line-height: 1.7;
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  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 {
  max-width: none;
}
.com-tag-link-current {
  background-color: #f4c73d;
}

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

  main layout  all

========================================= */
/*  top-worries  PC
------------------------------------ */
#top-worries .worries-bg {
  background: url(../img/top/worries-bg.png) no-repeat center top/100% 100%;
}
@media screen and (min-width: 1921px) {
  #top-worries .worries-bg {
    background-size: cover;
  }
}
#top-worries .worries-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl {
    font-size: 1.9rem;
  }
}
#top-worries .worries-ttl-lg {
  padding-bottom: 7px;
  background: url(../img/top/worries-border.png) no-repeat center bottom;
  font-size: 5.2rem;
  letter-spacing: 0.06em;
  color: #9d6029;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl-lg {
    font-size: 2.6rem;
  }
}
#top-worries .worries-list {
  display: flex;
  margin: 49px auto 0;
  justify-content: center;
}
#top-worries .worries-list-item {
  display: flex;
  min-width: 198px;
  height: 198px;
  background: url(../img/top/worries-bg01.png) no-repeat center top;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top-worries .worries-list-item::before {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #top-worries .worries-list-item:nth-of-type(2n) {
    margin-top: 162px;
    background-image: url(../img/top/worries-bg02.png);
  }
}
#top-worries .worries-list-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  white-space: nowrap;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-ttl {
    font-size: 1.6rem;
  }
}
#top-worries .ac {
  color: #9d6029;
}
#top-worries .ico01::before {
  width: 75px;
  height: 111px;
  background: url(../img/top/worries-illu01.png) no-repeat center/contain;
  bottom: -64px;
}
#top-worries .ico02::before {
  width: 67px;
  height: 121px;
  background: url(../img/top/worries-illu02.png) no-repeat center/contain;
  bottom: -70px;
}
#top-worries .ico03::before {
  width: 85px;
  height: 111px;
  background: url(../img/top/worries-illu03.png) no-repeat center/contain;
  bottom: -67px;
}
#top-worries .ico04::before {
  width: 75px;
  height: 111px;
  background: url(../img/top/worries-illu04.png) no-repeat center/contain;
  bottom: -77px;
}
#top-worries .ico05::before {
  width: 75px;
  height: 115px;
  background: url(../img/top/worries-illu05.png) no-repeat center/contain;
  bottom: -64px;
}

/*  top-solution  PC
------------------------------------ */
#top-solution .solution-bg {
  background: url(../img/top/soluiton-bg.png) no-repeat center bottom/cover;
}
#top-solution .solution-ttl {
  padding: 41px 0;
  position: relative;
  z-index: 1;
}
#top-solution .solution-ttl::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 520px;
  height: 108px;
  margin: auto;
  background: url(../img/top/solution-arw-lg.png) no-repeat center bottom/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  z-index: -1;
}
#top-solution .solution-ttl-sub {
  text-align: center;
}
#top-solution .solution-ttl-sub-check {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/top/solution-check.png) no-repeat left center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-ttl-sub-check {
    font-size: 1.6rem;
  }
}
#top-solution .solution-ttl-sub-note {
  display: block;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #9d6029;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-ttl-sub-note {
    font-size: 1.6rem;
  }
}
#top-solution .solution-check {
  display: flex;
  margin: 25px auto 0;
}
#top-solution .solution-check-list:nth-of-type(n+2) {
  margin-left: 80px;
}
#top-solution .solution-check-list li:nth-of-type(n+2) {
  margin-top: 11px;
}
#top-solution .solution-check li {
  padding-left: 30px;
  background: url(../img/top/solution-check.png) no-repeat 5px center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-check li {
    font-size: 1.6rem;
  }
}
#top-solution .solution-note {
  margin: 30px auto 0;
  text-align: center;
}
#top-solution .solution-btn {
  margin: 50px auto 0;
}
#top-solution .ac {
  background: linear-gradient(transparent 90%, #f8e098 90%);
  font-family: "ZenMaruGothic-Bold", sans-serif;
}

/*  top-voice  PC
------------------------------------ */
#top-voice .voice-bg {
  background: url(../img/top/voice-bg.png) no-repeat center top/cover;
}
#top-voice .voice-ttl {
  text-align: center;
}
#top-voice .voice-ttl-fuki {
  display: inline-block;
  padding: 18px 22px 29px 28px;
  background: url(../img/top/voice-fuki.png) no-repeat center top;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #9d6029;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-ttl-fuki {
    font-size: 1.6rem;
  }
}
#top-voice .voice-ttl-txt {
  display: block;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-ttl-txt {
    font-size: 2.1rem;
  }
}
#top-voice .voice-dl {
  text-align: center;
}
#top-voice .voice-dl dt, #top-voice .voice-dl dd {
  display: block;
  color: #fff;
}
#top-voice .voice-dl dt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-dl dt {
    font-size: 1.6rem;
  }
}
#top-voice .voice-dl dd {
  margin-top: 20px;
  line-height: 2;
}
#top-voice .voice-dl span {
  padding-bottom: 10px;
  background: url(../img/top/voice-ttl-border.png) no-repeat center bottom;
}
#top-voice .voice-box {
  width: 100%;
  max-width: 870px;
  margin: 50px auto 0;
  border: 10px solid #fff;
  position: relative;
}
#top-voice .voice-box-frame {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  position: relative;
}

/*  top-policy  PC
------------------------------------ */
#top-policy .policy-bg {
  background: url(../img/top/bnr-bg.png) no-repeat center/cover;
}

/*  top-reason  PC
------------------------------------ */
#top-reason .reason-bg {
  background: url(../img/top/reason-bg.png) no-repeat center top/cover;
}
#top-reason .reason-list {
  display: flex;
  margin: 32px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#top-reason .reason-list-item {
  width: 33%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-item:nth-of-type(n+4) {
    margin-top: 48px;
  }
}
#top-reason .reason-list-ttl {
  margin: 10px auto 0;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.6rem;
  }
}
#top-reason .reason-txt {
  margin: 54px auto 0;
  text-align: center;
}
#top-reason .reason-btn {
  margin: 40px auto 0;
}
#top-reason .ac {
  color: #9d6029;
}

/*  top-contact  PC
------------------------------------ */
#top-contact .contact-bg {
  background: url(../img/top/contact-bg-bg.png) no-repeat center top/cover;
}
#top-contact .contact-list {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
}
#top-contact .contact-list-item {
  display: block;
  padding: 30px 15px 35px;
  text-align: center;
}
#top-contact .contact-list-ttl {
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-list-ttl {
    font-size: 1.6rem;
  }
}
#top-contact .contact-list-txt {
  margin: 15px auto 0;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.88;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-list-txt {
    font-size: 1.6rem;
  }
}
#top-contact .contact-reserve {
  margin: 80px auto 0;
}
#top-contact .sm {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-contact .sm {
    font-size: 1.6rem;
  }
}

.schedule {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}
.schedule-link-wrap {
  text-align: right;
}

.com-reserve {
  display: flex;
  border-radius: 10px;
  align-items: center;
  background: #a0cd66;
  overflow: hidden;
  color: #fff;
}
.com-reserve-sub {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-bottom: 50px;
}
.com-reserve-contents {
  margin-left: 60px;
}
.com-reserve-ttl {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-reserve-ttl {
    font-size: 1.6rem;
  }
}
.com-reserve-message {
  margin-top: 25px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-reserve-message {
    font-size: 1.6rem;
  }
}
.com-reserve-txt {
  margin-top: 20px;
  color: #fff;
}
.com-reserve-dl {
  margin-top: 13px;
}
.com-reserve-dl-item {
  display: flex;
  align-items: center;
}
.com-reserve-dl-item:nth-of-type(n+2) {
  margin-top: 4px;
}
.com-reserve-dl dt {
  width: 130px;
  border-radius: 5px;
  text-align: center;
  background: #f4c73f;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .com-reserve-dl dt {
    font-size: 1.6rem;
  }
}
.com-reserve-dl dd {
  margin-left: 8px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .com-reserve-dl dd {
    font-size: 1.6rem;
  }
}
.com-reserve-list {
  display: flex;
  margin-top: 30px;
}
.com-reserve-list-item {
  width: 100%;
  max-width: 320px;
}
.com-reserve-list-item:nth-of-type(n+2) {
  margin-left: 10px;
}
.com-reserve-list-link {
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #a0cd66;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-reserve-list-link {
    font-size: 1.6rem;
  }
}
.com-reserve-list-link::before {
  content: "";
  margin-right: 11px;
}
.com-reserve-list-ico01::before {
  width: 22px;
  height: 22px;
  background: url(../img/top/contact-ico.png) no-repeat left center;
}
.com-reserve-list-ico02::before {
  width: 20px;
  height: 13px;
  background: url(../img/top/contact-mail.png) no-repeat left center;
}

/*  top-qa  PC
------------------------------------ */
#top-qa .qa-bg {
  background: #f8f5ed;
}
#top-qa .qa-ttl {
  padding-top: 50px;
  background: url(../img/top/qa-ico.png) no-repeat center top;
}
#top-qa .qa-dl {
  margin: 60px auto 0;
}
#top-qa .qa-dl-item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
#top-qa .qa-dl-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#top-qa .qa-dl dt, #top-qa .qa-dl dd {
  padding: 18px 18px 18px 75px;
  position: relative;
}
#top-qa .qa-dl dt::before, #top-qa .qa-dl dd::before {
  position: absolute;
  line-height: 1;
}
#top-qa .qa-dl dt {
  background: #a0cd66;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-qa .qa-dl dt {
    font-size: 1.6rem;
  }
}
#top-qa .qa-dl dt::before {
  content: "Q";
  font-size: 3.2rem;
  letter-spacing: 0;
  left: 25px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  #top-qa .qa-dl dt::before {
    font-size: 1.6rem;
  }
}
#top-qa .qa-dl dd {
  padding-bottom: 25px;
  background: url(../img/top/qa-a.png) no-repeat 16px 20px;
  white-space: pre-line;
}

/*  top-news  PC
------------------------------------ */
#top-news .news-left {
  width: 260px;
  height: 263px;
  padding-top: 102px;
  text-align: center;
  background: url(../img/top/news-ttl-bg.png) no-repeat center/contain;
}
#top-news .news-ttl {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 2.1rem;
  }
}
#top-news .news-btn {
  margin-top: 22px;
  padding-right: 20px;
  background: url(../img/top/news-arw.png) no-repeat right center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #9d6029;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.6rem;
  }
}

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

  sub layout  all

========================================= */
/*  about  PC
------------------------------------ */
#about {
  background: #f8f5ed;
}
#about .about-ttl::before, #about .about-ttl::after {
  height: 140px;
}
#about .about-ttl::before {
  background-image: url(../img/about/frame-l.png);
}
#about .about-ttl::after {
  background-image: url(../img/about/frame-r.png);
}
#about .about-ttl-frame {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #about .about-ttl-frame {
    font-size: 1.6rem;
  }
}
#about .about-ttl .lg {
  display: block;
  margin-top: 15px;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  #about .about-ttl .lg {
    font-size: 2.2rem;
  }
}
#about .about-flx {
  margin: 56px auto 0;
}
#about .about-img {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #about .about-img {
    margin-left: 25px;
    flex-shrink: 0;
  }
}
#about .about-course {
  margin: 90px auto 0;
}
#about .about-course-ttl {
  border-radius: 10px;
  text-align: center;
  background: #a0cd66;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .about-course-ttl {
    font-size: 1.6rem;
  }
}
#about .about-course-box {
  margin: 10px auto 0;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
#about .about-course-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#about .about .fuki {
  margin-left: 16px;
  padding: 3px 5px 3px 8px;
  border-radius: 10px;
  background: #f4c73f;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #65502f;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about .fuki {
    font-size: 1.6rem;
  }
}
#about .about .fuki::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #f4c73f transparent transparent transparent;
  border-width: 6px 6.5px 0px 6.5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
#about .about .title {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #e6d7c6;
  padding-left: 17px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  color: #65502f;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about .title {
    font-size: 1.6rem;
  }
}
#about .about .title::before {
  content: "";
  width: 4px;
  height: 24px;
  border-radius: 999px;
  background: #a0cd66;
  position: absolute;
  left: 5px;
  top: 8px;
}
#about .about .detail {
  margin-top: 10px;
}
#about .about .detail li:nth-of-type(n+2) {
  margin-top: 10px;
}
#about .about .detail-item {
  padding-left: 27px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about .detail-item {
    font-size: 1.6rem;
  }
}
#about .about .detail-item::before {
  content: "◇";
  position: absolute;
  left: 9px;
  top: 0;
}
#about .about .detail-note {
  margin-top: 17px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #65502f;
}
@media screen and (max-width: 768px) {
  #about .about .detail-note {
    font-size: 1.6rem;
  }
}
#about .about .detail-note span {
  background: linear-gradient(transparent 90%, #f8e098 90%);
}
#about .about-dl {
  margin: 40px auto 0;
  padding: 15px 20px 22px;
  text-align: center;
  border-radius: 10px;
  background-color: #f8f5ed;
}
#about .about-dl dt {
  padding-bottom: 3px;
  border-bottom: 1px solid #e6d7c6;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #about .about-dl dt {
    font-size: 1.6rem;
  }
}
#about .about-dl dd {
  margin: 6px auto 0;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .about-dl dd {
    font-size: 1.6rem;
  }
}
#about .flow-ttl {
  padding-top: 65px;
  background: url(../img/about/flow-ico.png) no-repeat center top;
}
#about .flow-list {
  margin: 80px auto 0;
}
#about .flow-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  #about .flow-list {
    position: relative;
  }
  #about .flow-list::before {
    content: "";
    width: 6px;
    height: calc(100% - 407px);
    background: #e6d7c6;
    position: absolute;
    left: 23px;
    top: 35px;
  }
}
#about .flow-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .flow-list-item-block {
  display: block;
}
#about .flow-list-contents {
  width: 100%;
  max-width: 740px;
  padding-left: 60px;
  position: relative;
}
#about .flow-list-contents-lg {
  max-width: none;
}
#about .flow-list-num {
  width: 50px;
  height: 50px;
  padding-top: 5px;
  border-radius: 10px;
  background: #a0cd66;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #about .flow-list-num {
    font-size: 1.6rem;
  }
}
#about .flow-list-ttl {
  padding-bottom: 4px;
  border-bottom: 1px dashed #65502f;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #about .flow-list-ttl {
    font-size: 1.6rem;
  }
}
#about .flow-list-txt {
  margin-top: 17px;
}
#about .flow-list-txt.mt {
  margin-top: 35px;
}
#about .flow-list-img {
  border-radius: 15px;
  overflow: hidden;
}
#about .flow-list-add {
  max-width: 960px;
  margin: 46px 45px 0 auto;
  padding: 30px 20px 35px;
}
#about .flow-list-add-ttl {
  padding-bottom: 13px;
  border-bottom: 1px dashed #fff;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #about .flow-list-add-ttl {
    font-size: 1.6rem;
  }
}
#about .flow-list-add-txt {
  margin: 15px auto 0;
  font-size: 1.7rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #about .flow-list-add-txt {
    padding-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  #about .flow-list-add-txt {
    font-size: 1.6rem;
  }
}
#about .flow .lg {
  display: inline-block;
  margin-top: -3px;
  font-size: 3.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #about .flow .lg {
    font-size: 1.6rem;
  }
}
#about .message {
  background: #fff;
}
#about .message-flx {
  margin: 75px auto 0;
}
#about .message-img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #about .message-img {
    margin-left: 25px;
    flex-shrink: 0;
  }
}
#about .message-ttl-sub-border {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  background: linear-gradient(transparent 90%, #f8e098 90%);
}
@media screen and (max-width: 768px) {
  #about .message-ttl-sub-border {
    font-size: 1.6rem;
  }
}
#about .message-ttl-sub-lg {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .message-ttl-sub-lg {
    font-size: 1.6rem;
  }
}
#about .message-ttl-sub-ac {
  color: #9d6029;
}
#about .message-txt-box {
  margin-top: 25px;
}
#about .mind-wrap {
  margin: 90px auto 0;
  padding-left: 200px;
  background: url(../img/about/mind-illu00.png) no-repeat 11px bottom;
}
#about .mind-txt {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  #about .mind-ttl-frame {
    padding: 6px 8px 15px;
  }
}
#about .mind-ttl-sub02 {
  margin: 58px auto 0;
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #about .mind-ttl-sub02 {
    font-size: 1.6rem;
  }
}
#about .mind-list {
  display: flex;
  margin: 20px auto 0;
  padding: 33px 0;
  background: #fff;
  justify-content: center;
  flex-wrap: wrap;
}
#about .mind-list-item {
  padding: 175px 16px 40px;
}
@media screen and (min-width: 768px) {
  #about .mind-list-item {
    width: 33%;
  }
}
#about .mind-list-item:nth-of-type(n+2) {
  border-left: 1px dashed #65502f;
}
@media screen and (min-width: 768px) {
  #about .mind-list-item:nth-of-type(4) {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  #about .mind-list-item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
#about .mind-list-ico01 {
  background: url(../img/about/mind-illu01.png) no-repeat center 7px;
}
#about .mind-list-ico02 {
  background: url(../img/about/mind-illu02.png) no-repeat center 7px;
}
#about .mind-list-ico03 {
  background: url(../img/about/mind-illu03.png) no-repeat center 7px;
}
#about .mind-list-ico04 {
  background: url(../img/about/mind-illu04.png) no-repeat center 10px;
}
#about .mind-list-ico05 {
  background: url(../img/about/mind-illu05.png) no-repeat center 10px;
}
#about .mind-list-ico06 {
  background: url(../img/about/mind-illu06.png) no-repeat center -13px;
}
#about .mind-list-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #65502f;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #about .mind-list-ttl {
    font-size: 1.6rem;
  }
}
#about .mind-check {
  margin-top: 20px;
}
#about .mind-check li {
  padding-left: 22px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #65502f;
  line-height: 1.77;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .mind-check li {
    font-size: 1.6rem;
  }
}
#about .mind-check li::before {
  content: "●";
  color: #f4c73f;
  position: absolute;
  left: 0;
  top: 0;
}
#about .mind-check li:nth-of-type(n+2) {
  margin-top: 10px;
}

/*  reason  PC
------------------------------------ */
#reason {
  background: #f8f5ed;
}
#reason .reason-txt {
  text-align: center;
}
#reason .reason-list {
  display: flex;
  margin: 70px auto 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#reason .reason-list-item {
  width: 100%;
  border-radius: 10px;
  padding: 39px 15px 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #reason .reason-list-item {
    max-width: 520px;
    min-height: 620px;
  }
  #reason .reason-list-item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
#reason .reason-list-ico {
  text-align: center;
}
#reason .reason-list-ttl {
  margin: 5px auto 0;
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #65502f;
}
@media screen and (max-width: 768px) {
  #reason .reason-list-ttl {
    font-size: 1.6rem;
  }
}
#reason .reason-list-txt {
  margin: 15px auto 0;
}
#reason .reason-list-btn {
  max-width: none;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #reason .reason-list-btn02 {
    margin-top: 52px;
  }
}
#reason .reason .ac {
  color: #9d6029;
}
#reason .care {
  margin: 137px auto 0;
}
#reason .care-ttl::before, #reason .care-ttl::after {
  height: 140px;
}
#reason .care-ttl::before {
  background-image: url(../img/about/frame-l.png);
}
#reason .care-ttl::after {
  background-image: url(../img/about/frame-r.png);
}
#reason .care-ttl-frame {
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #reason .care-ttl-frame {
    font-size: 1.6rem;
  }
}
#reason .care-ttl .lg {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  #reason .care-ttl .lg {
    font-size: 2.2rem;
  }
}
#reason .care-flx {
  margin: 30px auto 0;
}
#reason .care-txt-box {
  margin: 40px auto 0;
}
#reason .care-list {
  margin: 78px auto 0;
}
#reason .care-list-item {
  display: flex;
  justify-content: space-between;
}
#reason .care-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#reason .care-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#reason .care-list-ttl {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #reason .care-list-ttl {
    font-size: 1.6rem;
  }
}
#reason .care-list-txt {
  margin-top: 17px;
}
#reason .care-list-contents {
  max-width: 650px;
}
#reason .care-list-feature {
  margin-top: 20px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reason .care-list-feature {
    font-size: 1.6rem;
  }
}
#reason .care-list-feature-list {
  margin-top: 13px;
}
#reason .care-list-feature-list li {
  padding-left: 23px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #reason .care-list-feature-list li {
    font-size: 1.6rem;
  }
}
#reason .care-list-feature-list li::before {
  content: "●";
  color: #f4c73f;
  position: absolute;
  left: 0;
  top: 0;
}
#reason .care-list-feature-list li:nth-of-type(n+2) {
  margin-top: 15px;
}
#reason .mind-ttl {
  padding: 26px 0;
  background-image: url(../img/reason/about-ttl-bg.png);
  line-height: 1.6;
}
#reason .mind-ttl-sm {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #reason .mind-ttl-sm {
    font-size: 2rem;
  }
}
#reason .mind-ttl-sub {
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #reason .mind-ttl-sub {
    font-size: 1.6rem;
  }
}
#reason .mind-ttl-sub-sm {
  display: block;
  line-height: 1.7;
}
#reason .mind-ttl-sub-lg {
  background: linear-gradient(transparent 90%, #f8e098 90%);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #9d6029;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reason .mind-ttl-sub-lg {
    font-size: 1.6rem;
  }
}
#reason .mind-list {
  margin: 60px auto 0;
}
#reason .mind-list-item {
  display: flex;
  justify-content: space-between;
}
#reason .mind-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#reason .mind-list-item:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #reason .mind-list-contents {
    max-width: 650px;
  }
}
#reason .mind-list-img {
  border-radius: 10px;
  overflow: hidden;
}
#reason .mind-list-ttl-num {
  display: inline-block;
  width: 80px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  background: #a0cd66;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #reason .mind-list-ttl-num {
    font-size: 1.6rem;
  }
}
#reason .mind-list-ttl-txt {
  display: block;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #65502f;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #reason .mind-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#reason .mind-list-ttl-lg {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  color: #9d6029;
}
@media screen and (max-width: 768px) {
  #reason .mind-list-ttl-lg {
    font-size: 1.9rem;
  }
}
#reason .mind-list-txt {
  margin-top: 20px;
}

/*  case  PC
------------------------------------ */
#case {
  background: #f8f5ed;
}
#case .case-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #case .case-ttl {
    font-size: 1.6rem;
  }
}
#case .case-ttl-lg {
  display: block;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  color: #9d6029;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #case .case-ttl-lg {
    font-size: 2.1rem;
  }
}
#case .case-txt-box {
  margin-top: 50px;
}
#case .case-txt-box p {
  font-size: 1.7rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #case .case-txt-box p {
    font-size: 1.6rem;
  }
}
#case .case-list {
  display: flex;
  margin: 20px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#case .case-list-wrap {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #case .case-list-item {
    width: 100%;
    max-width: 520px;
  }
  #case .case-list-item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
#case .case-list-ttl-sub {
  background: url(../img/top/qa-ttl-l.png) no-repeat calc(50% - 135px) 5px, url(../img/top/qa-ttl-r.png) no-repeat calc(50% + 135px) 5px;
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #case .case-list-ttl-sub {
    font-size: 2.1rem;
  }
}
#case .case-list-ttl-sub .sm {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #case .case-list-ttl-sub .sm {
    font-size: 1.6rem;
  }
}
#case .case-box {
  padding: 20px 20px 24px;
  background: #fff;
  border-radius: 10px;
}
#case .case-box-lg {
  padding-bottom: 34px;
}
#case .case-contents-case {
  margin: 20px auto 0;
}
#case .case-ba {
  display: flex;
}
#case .case-ba-case {
  background: url(../img/case/arw.png) no-repeat center 55%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #case .case-ba-lg {
    flex-direction: column;
    align-items: center;
  }
}
#case .case-ba-item-case {
  width: 100%;
  max-width: 220px;
}
#case .case-ba-item-lg {
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  #case .case-ba-item-right {
    max-width: 290px;
    margin-left: 17px;
  }
}
#case .case-ba-item-detail {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#case .case-ba-ttl {
  height: 30px;
  border-radius: 5px;
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #case .case-ba-ttl {
    font-size: 1.6rem;
  }
}
#case .case-ba-ttl-before {
  background: #f2f2f2;
}
#case .case-ba-ttl-after {
  background-color: #a0cd66;
  color: #fff;
}
#case .case-ba-detail {
  width: 100%;
}
#case .case-ba-img {
  width: 100%;
  height: 0;
  margin: 5px auto 0;
  padding-top: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#case .case-ba-img-lg {
  padding-top: 70.8%;
}
#case .case-ba-img-lg img {
  -o-object-fit: contain;
     object-fit: contain;
}
#case .case-img {
  width: 170px;
  height: 0;
  padding-top: 170px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#case .case-img-lg {
  width: 100%;
  padding-top: 70.8%;
}
#case .case-name {
  display: inline-block;
  background: #f4c73d;
  padding: 3px 8px;
  border-radius: 5px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #case .case-name {
    font-size: 1.6rem;
  }
}
#case .case-title {
  margin-top: 4px;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #case .case-title {
    font-size: 1.6rem;
  }
}
#case .case-btn {
  max-width: none;
  margin: 17px auto 0;
}
#case .case-dl {
  margin: 23px auto 0;
}
#case .case-dl-item {
  padding: 20px;
  border-radius: 10px;
  background: #f8f5ed;
}
#case .case-dl-item:nth-of-type(n+2) {
  margin-top: 42px;
}
#case .case-dl dt {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #case .case-dl dt {
    font-size: 1.6rem;
  }
}
#case .case-dl dd {
  margin-top: 11px;
  font-size: 1.7rem;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #case .case-dl dd {
    font-size: 1.6rem;
  }
}
#case .before {
  background: #f2f2f2;
  color: #65502f;
}
#case .after {
  background: #a0cd66;
  color: #fff;
}

/*  access  PC
------------------------------------ */
#access .information-table {
  margin: 60px auto 0;
}
#access .access-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #access .access-ttl {
    font-size: 2.1rem;
  }
}
#access .access-txt {
  margin: 58px auto 0;
  text-align: center;
}
#access .access-list {
  display: flex;
  margin: 150px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#access .access-list-item {
  max-width: none;
  padding: 30px 15px 35px;
  text-align: center;
  position: relative;
}
#access .access-list-item::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#access .access-list-item:nth-of-type(n+2) {
  margin-top: 200px;
}
#access .access-list-item p:nth-of-type(n+2) {
  margin-top: 28px;
}
#access .access-list-ttl {
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #access .access-list-ttl {
    font-size: 1.6rem;
  }
}
#access .access-list-ttl-sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #access .access-list-ttl-sm {
    font-size: 1.6rem;
  }
}
#access .access-list-txt {
  margin: 15px auto 0;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.88;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #access .access-list-txt {
    font-size: 1.6rem;
  }
}
#access .access-list-ico01::after {
  width: 129px;
  height: 132px;
  background: url(../img/access/illust01.png) no-repeat center/contain;
  top: -132px;
}
#access .access-list-ico02::after {
  width: 441px;
  height: 100px;
  background: url(../img/access/illust02.png) no-repeat center/contain;
  top: -100px;
}
#access .access-list-ico03::after {
  width: 200px;
  height: 100px;
  background: url(../img/access/illust03.png) no-repeat center/contain;
  top: -100px;
}

/*  news  PC
------------------------------------ */
#news .com-news-link {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #news .com-news-link:hover {
    background-color: rgba(160, 205, 102, 0.1);
    opacity: 1;
  }
}
#news .news-box {
  background: #fff;
  border-radius: 10px;
}

/*  contact  PC
------------------------------------ */
#contact .contact-form-table {
  border-radius: 10px;
  overflow: hidden;
}
#contact .contact-form-table th {
  color: #fff;
}/*# sourceMappingURL=all.css.map */