@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;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  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;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 35px;
}
.com-txt-accent {
  color: #7fbb16;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .com-txt-accent {
    font-size: 1.6rem;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-tel-link {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.6rem;
  }
}
.com-tel-num {
  font-size: 2.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-tel-num {
    font-size: 1.6rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1;
}

.com-dl-item {
  display: flex;
  align-items: center;
}
.com-dl dt, .com-dl dd {
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-dl dt, .com-dl dd {
    font-size: 1.6rem;
  }
}
.com-dl dt {
  flex-shrink: 0;
}
.com-dl span {
  color: #7fbb16;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}

.com-box {
  border-radius: 12px;
  background: #fff;
  box-shadow: 6px 6px rgba(247, 185, 51, 0.3);
}

.com-check li {
  display: inline-block;
  margin-left: 28px;
  background-size: 11px 1px;
  background-image: linear-gradient(to right, #f7b933, #f7b933 7px, transparent 7px, transparent 11px);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.14em;
  color: #7fbb16;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-check li {
    font-size: 1.6rem;
  }
}
.com-check li::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../img/top/about-check.png) no-repeat left center/contain;
  position: absolute;
  left: -28px;
  top: 10px;
}
.com-check li:nth-of-type(n+2) {
  margin-top: 12px;
}

.com-bg {
  background: rgba(247, 185, 51, 0.2);
}

.news-post {
  width: 100%;
  max-width: 720px;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #e1e0cf;
}
.news-post-link {
  display: block;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-time, .news-post-link:hover .news-post-tag-txt, .news-post-link:hover .news-post-ttl {
    color: #7fbb16;
    border-color: #7fbb16;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt, .news-post-ttl {
    font-size: 1.6rem;
  }
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #333333;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-ttl {
  margin-top: 11px;
  line-height: 1.7;
}

.com-tag {
  display: flex;
  margin: 25px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  margin: 0 14px 14px 0;
}
.com-tag-link {
  display: block;
  min-width: 100px;
  padding: 6px 33px;
  background: #333333;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.5rem;
  color: #Fff;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.6rem;
  }
}
.com-tag-link-current {
  background-color: #7fbb16;
}

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

  main layout  all

========================================= */
/*  top-worries  PC
------------------------------------ */
#top-worries {
  background: url(../img/top/worries-bg-deco-l.png) no-repeat calc(50% - 730px) 18px, url(../img/top/worries-bg-deco-r.png) no-repeat calc(50% + 730px) 18px, url(../img/top/worries-bg.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #top-worries {
    background-size: auto, auto, 100%;
  }
}
#top-worries .worries-ttl {
  text-align: center;
}
#top-worries .worries-ttl-md {
  display: block;
  background: linear-gradient(to top, #373734 0%, #677240 50%, #8fa34b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl-md {
    font-size: 2.1rem;
  }
}
#top-worries .worries-ttl .lg {
  font-size: 5.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl .lg {
    font-size: 2.6rem;
  }
}
#top-worries .worries-ttl .accent {
  padding-bottom: 6px;
  background: url(../img/top/worries-ttl-border.png) no-repeat left bottom, url(../img/top/worries-dot.png) no-repeat 22px top;
}
#top-worries .worries-list {
  display: flex;
  margin: 20px auto 0;
  padding-bottom: 45px;
  background: url(../img/top/worries-ila.png) no-repeat center bottom;
}
#top-worries .worries-list-item {
  width: 256px;
  height: 198px;
  padding-top: 58px;
  background: url(../img/top/worries-fuki.png) no-repeat center/cover;
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #top-worries .worries-list-item::before {
    content: "";
    width: 31px;
    height: 29px;
    background: url(../img/top/worries-fuki-deco.png) no-repeat center/contain;
    position: absolute;
    bottom: 10px;
  }
}
#top-worries .worries-list-item span {
  display: inline;
  background: linear-gradient(transparent 80%, #d5e1c0 80%);
}
@media screen and (min-width: 768px) {
  #top-worries .worries-list-item01 {
    margin-top: 158px;
    padding-top: 46px;
  }
  #top-worries .worries-list-item01::before {
    right: -22px;
  }
  #top-worries .worries-list-item02 {
    margin-left: -46px;
  }
  #top-worries .worries-list-item02::before {
    right: -8px;
  }
  #top-worries .worries-list-item03 {
    margin-left: 154px;
  }
  #top-worries .worries-list-item03::before {
    left: -5px;
  }
  #top-worries .worries-list-item04 {
    margin-top: 158px;
    margin-left: -53px;
  }
  #top-worries .worries-list-item04::before {
    left: -21px;
  }
}
#top-worries .worries-box {
  padding: 24px 0 57px;
  text-align: center;
}
#top-worries .worries-box-btn {
  margin: -27px auto 0;
}

/*  top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-bg.png) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #top-about {
    background-size: 100%;
  }
}
#top-about .about-inner {
  position: relative;
}
#top-about .about-contents {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}
#top-about .about-ttl {
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #7fbb16;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 2rem;
  }
}
#top-about .about-read {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #b9d656;
}
@media screen and (max-width: 768px) {
  #top-about .about-read {
    font-size: 1.6rem;
  }
}
#top-about .about-read::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 14px;
  background-size: 12px 4px;
  background-image: linear-gradient(to right, #f7b933, #f7b933 4px, transparent 4px, transparent 12px);
  background-repeat: repeat-x;
}
#top-about .about-img {
  position: absolute;
  top: 80px;
  left: -174px;
}
#top-about .about-txt {
  margin-top: 25px;
}
#top-about .about-btn {
  max-width: none;
  margin-top: 38px;
  position: relative;
}
#top-about .about-btn::after {
  content: "";
  width: 155px;
  height: 203px;
  background: url(../img/top/about-ila.png) no-repeat right bottom/contain;
  position: absolute;
  right: 94px;
  bottom: 47px;
  pointer-events: none;
}
#top-about .com-check {
  margin-top: 25px;
}

/*  top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/bnr-ila.png) no-repeat calc(50% - 635px) bottom rgba(247, 185, 51, 0.2);
}
#top-bnr .bnr-list {
  display: flex;
  justify-content: space-between;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 520px;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 44px 0 35px;
  border-radius: 12px;
  background: #b9d656;
  text-align: center;
  position: relative;
  transform: translateY(0);
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: auto;
  border-radius: 10px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 9px), linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 9px), linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 9px), linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 9px);
  background-size: 9px 2px, 9px 2px, 2px 9px, 2px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    transform: translateY(-5px);
    opacity: 1;
  }
}
#top-bnr .bnr-list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.6rem;
  }
}
#top-bnr .bnr-list-txt {
  margin: 25px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.6rem;
  }
}

/*  com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  .com-contact {
    background-size: 100%;
  }
}
.com-contact .contact-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 520px;
  padding: 24px 0 19px;
}
.com-contact .contact-list-item01 {
  background: url(../img/top/contact-list01.png) no-repeat center top/cover;
}
.com-contact .contact-list-item02 {
  background: url(../img/top/contact-list02.png) no-repeat center top/cover;
}
.com-contact .contact-list-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-ttl {
    font-size: 1.6rem;
  }
}
.com-contact .contact-list-txt {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-txt {
    height: 92px;
    margin: 8px auto 0;
  }
}
.com-contact .contact-btn {
  display: flex;
  width: 92.3%;
  height: 64px;
  margin: 15px auto 0;
  background: #fff;
  border-radius: 10px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #333333;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.6rem;
  }
}
.com-contact .contact-btn::before {
  content: "";
  width: 37px;
  height: 37px;
  margin-right: 13px;
}
.com-contact .contact-btn-line::before {
  background: url(../img/top/contact-line.png) no-repeat center/contain;
}
.com-contact .contact-btn-mail::before {
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}
.com-contact .contact-box {
  margin: 40px auto 0;
  padding: 28px 0 0 70px;
  background: url(../img/top/contact-box.png) no-repeat center/cover;
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-box {
    width: 490px;
    height: 260px;
  }
}
.com-contact .contact-box::before {
  width: 147px;
  height: 261px;
  background: url(../img/top/contact-ila.png) no-repeat left bottom/contain;
  position: absolute;
  bottom: 0;
  left: -88px;
  content: "";
}
.com-contact .contact-box-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-box-ttl {
    font-size: 1.6rem;
  }
}
.com-contact .contact-box-txt {
  margin-top: 18px;
  line-height: 1.8;
}
.com-contact .com-tel {
  margin-top: 10px;
}

/*  top-news  PC
------------------------------------ */
#top-news {
  background: rgba(127, 187, 22, 0.15) url(../img/top/news-bg.png) no-repeat right bottom/41.5%;
}
@media screen and (min-width: 1921px) {
  #top-news {
    background-size: auto;
  }
}
#top-news .news-left {
  flex-shrink: 0;
}
#top-news .news-ttl {
  display: inline-block;
  padding: 48px 67px 12px 54px;
  background: url(../img/top/news-ttl-l.png) no-repeat left top, url(../img/top/news-ttl-r.png) no-repeat right bottom;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
  color: #7fbb16;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 2.6rem;
  }
}
#top-news .news-btn {
  max-width: 250px;
  margin: 20px auto 0;
}

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

  sub layout  all

========================================= */
/*  about  PC
------------------------------------ */
#about .concept-flx {
  margin: 60px auto 0;
}
#about .concept-flx-contents {
  max-width: 700px;
}
#about .concept-txt-box {
  margin-top: 22px;
}
#about .service-txt {
  margin: 35px auto 0;
  text-align: center;
}
#about .service-list {
  margin: 60px auto 0;
}
#about .service-list-item {
  display: flex;
  padding: 25px 20px 25px 30px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #about .service-list-item:nth-of-type(1) {
    height: 200px;
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
#about .service-list-item:nth-of-type(n+2) {
  margin-top: 65px;
}
#about .service-list-contents {
  width: 100%;
}
#about .service-list-ttl {
  width: 100%;
  color: #333333;
}
#about .service-list-map {
  margin-left: 20px;
  flex-shrink: 0;
}
#about .service-check {
  margin-top: 20px;
}
#about .service-check-item {
  padding-left: 21px;
  position: relative;
}
#about .service-check-item::before {
  content: "● ";
  color: #7fbb16;
  position: absolute;
  left: 0;
  top: 0;
}
#about .greeting-inner {
  position: relative;
}
#about .greeting-img {
  position: absolute;
  right: 0;
  top: 236px;
}
#about .greeting-img-name {
  margin: 5px 10px 0 0;
  text-align: right;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #7fbb16;
}
@media screen and (max-width: 768px) {
  #about .greeting-img-name {
    font-size: 1.6rem;
  }
}
#about .greeting-txt-box {
  margin: 48px auto 0;
}
#about .greeting .wrap {
  max-width: 700px;
}
#about .greeting .com-txt-accent {
  line-height: 1.7;
}

/*  foot  PC
------------------------------------ */
#foot .foot-flx-ttl {
  display: block;
  font-size: 4.2rem;
  color: #7fbb16;
  letter-spacing: 0;
  font-family: "ZenMaruGothic-Medium", sans-serif;
}
@media screen and (max-width: 768px) {
  #foot .foot-flx-ttl {
    font-size: 2.1rem;
  }
}
#foot .foot-flx-img {
  margin-left: 30px;
  flex-shrink: 0;
}
#foot .foot-txt-box {
  margin-top: 33px;
}
#foot .foot-list {
  margin: 70px auto 0;
}
#foot .foot-list-item:nth-of-type(n+2) {
  margin-top: 90px;
}
#foot .foot-box01 {
  margin: 25px auto 0;
  padding: 35px 0 42px 78px;
  border-radius: 10px;
  background-size: auto auto;
  background-color: rgb(247, 250, 235);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(245, 249, 230) 10px, rgb(245, 249, 230) 20px);
}
#foot .foot-box01-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #foot .foot-box01-list {
    height: 103px;
  }
}
#foot .foot-box01-list li {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
#foot .foot-box01-list li:nth-of-type(2n) {
  margin-top: 19px;
}
#foot .foot-box02 {
  margin: 40px auto 0;
}
#foot .foot-box02-list {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
#foot .foot-box02-list-item {
  width: 33%;
  padding: 14px 0 5px;
}
@media screen and (min-width: 768px) {
  #foot .foot-box02-list-item {
    border-left: 1px dashed #f7b933;
  }
  #foot .foot-box02-list-item:nth-of-type(3), #foot .foot-box02-list-item:nth-of-type(5) {
    border-right: 1px dashed #f7b933;
  }
  #foot .foot-box02-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#foot .foot-box02-list-ttl .num {
  display: block;
  width: 51px;
  height: 53px;
  margin: auto;
  background: url(../img/foot/feature-num.png) no-repeat center/contain;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 53px;
}
@media screen and (max-width: 768px) {
  #foot .foot-box02-list-ttl .num {
    font-size: 1.6rem;
  }
}
#foot .foot-box02-list-ttl .border {
  display: inline-block;
  margin: 5px auto 0;
  background: linear-gradient(transparent 80%, #e5f1d0 80%);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #b9d656;
}
@media screen and (max-width: 768px) {
  #foot .foot-box02-list-ttl .border {
    font-size: 1.6rem;
  }
}
#foot .foot-box02-list-txt {
  margin: 10px auto 0;
}
#foot .menu-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0;
  color: #7fbb16;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #foot .menu-ttl {
    font-size: 2.1rem;
  }
}
#foot .menu-box {
  margin: 65px auto 0;
  padding: 22px 20px 45px;
}
#foot .menu-box-ttl {
  display: block;
  color: #333333;
  text-align: center;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #foot .menu-box-ttl {
    font-size: 1.6rem;
  }
}
#foot .menu-box-txt {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #foot .menu-box-txt {
    text-align: center;
  }
}
#foot .menu-dl {
  margin: 30px auto 0;
}
#foot .menu-dl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#foot .menu-dl dt {
  width: 180px;
  height: 70px;
  background-size: auto auto;
  background-color: rgb(248, 192, 72);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(247, 185, 51) 10px, rgb(247, 185, 51) 20px);
  text-align: center;
  border-radius: 10px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  #foot .menu-dl dt {
    font-size: 1.6rem;
  }
}
#foot .menu-dl dd {
  margin-left: 28px;
}
#foot .menu-btn {
  margin: 52px auto 0;
}
@media screen and (min-width: 768px) {
  #foot .menu-btn {
    max-width: 600px;
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
  }
}

/*  voice  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #voice .voice-txt {
    text-align: center;
  }
}
#voice .voice-list {
  margin: 50px auto 0;
}
#voice .voice-list-item {
  padding: 20px 30px 30px;
  border-radius: 10px;
  background: #b9d656;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#voice .voice-list-ttl-job {
  display: block;
  color: #fff;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl-job {
    font-size: 1.6rem;
  }
}
#voice .voice-list-ttl-txt {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#voice .voice-list-ttl-txt::after {
  background-image: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 12px);
}
#voice .voice-list-txt {
  margin: 15px auto 0;
  color: #fff;
  white-space: pre-line;
}

/*  qa  PC
------------------------------------ */
#qa .qa-list-item {
  padding: 25px 25px 25px 80px;
  border: 1px solid #fdeac1;
}
#qa .qa-list-item:nth-of-type(n+2) {
  margin-top: 85px;
}
#qa .qa-list-ttl {
  display: block;
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 2.6rem;
  color: #333333;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-ttl {
    font-size: 1.6rem;
  }
}
#qa .qa-list-ttl::before {
  content: "Q";
  width: 51px;
  height: 53px;
  background: url(../img/foot/feature-num.png) no-repeat center/contain;
  text-align: center;
  color: #fff;
  line-height: 53px;
  position: absolute;
  left: -63px;
  top: 0;
}
#qa .qa-list-txt {
  margin-top: 20px;
  white-space: pre-line;
  position: relative;
}
#qa .qa-list-txt::before {
  content: "A.";
  font-family: "ZenMaruGothic-Medium", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #f7b933;
  position: absolute;
  left: -48px;
  top: -15px;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-txt::before {
    font-size: 1.6rem;
  }
}

/*  news  PC
------------------------------------ */
#news .com-box {
  border: 1px solid rgba(247, 185, 51, 0.3);
}
#news .com-news-ttl {
  padding: 0;
  background: none;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  color: #7fbb16;
}
#news .com-ttl03 {
  display: block;
  color: #333333;
  text-align: left;
}

/*  contact  PC
------------------------------------ */
#contact .contact-form-table {
  border: 1px solid rgba(247, 185, 51, 0.3);
  overflow: hidden;
}

/*  site  PC
------------------------------------ */
#site .com-box {
  border: 1px solid rgba(247, 185, 51, 0.3);
}/*# sourceMappingURL=all.css.map */