@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;
}

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

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

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

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

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

.com-anchor {
  scroll-margin-top: 140px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

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

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 26px;
  }
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(44, 77, 52, 0.2);
  border-radius: 5.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

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

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #abb793;
  background-size: clamp(48px, 65%, 209px);
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  border-radius: 150px 150px 0 0;
  background: #EDF6EF;
  background: linear-gradient(180deg, rgb(237, 246, 239) 0%, rgb(255, 255, 255) 100%);
}
.com-bg02 {
  background: url(../img/service/flow-l.png) no-repeat left bottom/47.6%, url(../img/service/flow-r.png) no-repeat right top/36.7% #669872;
}

.com-mail {
  display: flex;
  width: 45px;
  height: 45px;
  background: #2c4d34;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 0.15);
}
@media screen and (min-width: 768px) {
  .com-mail:hover {
    background-color: #ec983d;
    opacity: 1;
  }
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 26px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Noto Sans JP", 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-link {
  letter-spacing: 0.06em;
}
.com-tel-note {
  display: block;
  margin-top: 2px;
  text-align: right;
}

.news-post {
  width: 100%;
  max-width: 810px;
}
.news-post-item {
  width: 100%;
  max-width: 240px;
}
.news-post-item:not(:nth-of-type(3n-2)) {
  margin-left: 45px;
}
.news-post-link {
  display: block;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 66.6%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.news-post-time {
  display: block;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.06em;
  color: #ec983d;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.news-post-tag {
  display: flex;
  margin-top: 18px;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag li:nth-of-type(n+2) {
  margin: 0 0 10px 10px;
}
.news-post-tag-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.news-post-tag-txt .ac {
  color: #ec983d;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  padding: 30px;
  border-radius: 30px;
  background: #eef6f0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
.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 {
  padding: 15px 36px;
  background-size: 16px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-illu.png) no-repeat calc(50% + 512px) calc(100% - 106px), url(../img/top/about-box.png) no-repeat calc(50% - 156px) calc(100% - 100px), url(../img/top/about-rb.png) no-repeat right bottom/62.3%, url(../img/top/about-gra.png) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
#top-about::before {
  content: "";
  display: block;
  width: 366px;
  height: 344px;
  background: url(../img/top/about-rt.png) no-repeat right top/contain;
  position: absolute;
  right: 0;
  top: -95px;
  z-index: -1;
}
#top-about .about-img {
  z-index: 10;
}
#top-about .about-ttl::before {
  top: -87px;
  left: -154px;
}
#top-about .about-txt-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    max-width: 560px;
  }
}
#top-about .about-btn {
  margin-top: 43px;
}

/* top-service  PC
------------------------------------ */
#top-service .service-ttl::before {
  top: -30px;
  right: calc(50% - 240px);
}
#top-service .service-list {
  margin: 47px auto 0;
}
#top-service .service-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item {
    max-width: 310px;
  }
  #top-service .service-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 75px;
  }
  #top-service .service-list-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
#top-service .service-list-link {
  display: block;
  height: 310px;
  padding-top: 170px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 #ffec91;
  position: relative;
  z-index: 0;
  transform: translateY(0);
}
#top-service .service-list-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  background: rgba(44, 77, 52, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#top-service .service-list-link01 {
  background: url(../img/top/service-img01.png) no-repeat center/cover;
}
#top-service .service-list-link02 {
  background: url(../img/top/service-img02.png) no-repeat center/cover;
}
#top-service .service-list-link03 {
  background: url(../img/top/service-img03.png) no-repeat center/cover;
}
#top-service .service-list-link04 {
  background: url(../img/top/service-img04.png) no-repeat center/cover;
}
#top-service .service-list-link05 {
  background: url(../img/top/service-img05.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-link:hover {
    box-shadow: 0 10px #ffec91;
    opacity: 1;
    transform: translateY(-10px);
  }
  #top-service .service-list-link:hover::before {
    background: rgba(44, 77, 52, 0.4);
  }
  #top-service .service-list-link:hover .service-list-ttl {
    opacity: 0;
  }
  #top-service .service-list-link:hover .service-list-ttl-hover {
    opacity: 1;
  }
}
#top-service .service-list .ico01 {
  margin: auto;
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
}
#top-service .service-list .ico02 {
  margin: auto;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
}
#top-service .service-list .ico03 {
  margin: auto;
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
}
#top-service .service-list .ico04 {
  margin: auto;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
#top-service .service-list .ico05 {
  margin: auto;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
}
#top-service .service-list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  opacity: 1;
  transition: all 0.3s ease;
}
#top-service .service-list-ttl .sm {
  display: block;
  margin: 15px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl .sm {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl .sm {
  line-height: 1.375;
}
#top-service .service-list-ttl-hover {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;
  opacity: 0;
}
#top-service .service-btn {
  margin: 63px auto 0;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-inner {
  width: 90%;
  max-width: 1660px;
  margin: auto;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 80px;
}
#top-bnr .bnr-list-ttl {
  max-width: 320px;
  height: 100px;
  padding-left: 30px;
  margin-left: auto;
  border-radius: 10px;
  margin-top: -65px;
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 30px) center rgba(44, 77, 52, 0.85);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-ttl {
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 100px;
  transform: translateX(35px);
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-lb.png) no-repeat left bottom/47.6%, url(../img/top/contact-rt.png) no-repeat right top/36.7%, url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .contact-inner {
  position: relative;
}
.com-contact .contact-txt {
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-txt {
  letter-spacing: 0.06em;
  line-height: 2;
}
.com-contact .contact-ac {
  width: 129px;
  height: 129px;
  padding-top: 30px;
  border-radius: 50%;
  text-align: center;
  background: #ffec91;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ac {
    font-size: 1.5rem;
  }
}
.com-contact .contact-ac {
  letter-spacing: 0.05em;
  color: #2c4d34;
  position: absolute;
  top: 215px;
  left: 60px;
}
.com-contact .contact-ac .lg {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ac .lg {
    font-size: 1.5rem;
  }
}
.com-contact .contact-ac .lg {
  line-height: 1;
  letter-spacing: 0.2em;
}
.com-contact .contact-box {
  margin: 48px auto 0;
  padding: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
}
.com-contact .contact-box::before {
  content: "";
  display: block;
  width: 168px;
  height: 168px;
  background: url(../img/top/contact-illu.png) no-repeat right bottom/contain;
  position: absolute;
  bottom: -90px;
  right: 88px;
}
.com-contact .contact-box-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
.com-contact .contact-box-btn {
  display: flex;
  width: 400px;
  height: 85px;
  border: 2px solid #2c4d34;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-box-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-box-btn {
  letter-spacing: 0.12em;
  color: #2c4d34;
  background: #fff;
  box-shadow: 0px 6px 0px 0px rgba(51, 51, 51, 0.15);
  justify-content: center;
  align-items: center;
}
.com-contact .contact-box-btn::before {
  content: "";
  display: block;
  width: 23px;
  height: 17px;
  margin-right: 22px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}
.com-contact .contact-tel {
  padding-left: 40px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel {
    font-size: 1.9rem;
  }
}
.com-contact .contact-tel {
  background: url(../img/top/contact-tel.png) no-repeat left center;
}
.com-contact .contact-tel-note {
  margin-top: 10px;
}
.com-contact .contact-btn {
  margin: 50px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news .news-ttl::before {
  width: 81px;
  height: 81px;
  left: -27px;
  top: -15px;
}
#top-news .news-btn {
  width: 210px;
  height: 56px;
  padding: 17px 38px;
  font-size: 1.7rem;
  background-size: 17px;
  margin-top: 50px;
}

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

  sub layout  all

========================================= */
/* reason  PC
------------------------------------ */
#reason .reason-ttl::before {
  top: -11px;
  right: calc(50% - 170px);
}
#reason .reason-list {
  margin: 76px auto 0;
}
#reason .reason-list-item {
  display: flex;
  justify-content: space-between;
}
#reason .reason-list-item:nth-of-type(n+2) {
  margin: 90px auto 0;
}
#reason .reason-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#reason .reason-list-ttl {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  #reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#reason .reason-list-ttl::before {
  content: none;
}
@media screen and (min-width: 768px) {
  #reason .reason-list-ttl {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  #reason .reason-list-con {
    max-width: 560px;
  }
}
#reason .reason-list-txt-box {
  margin-top: 39px;
}

/* service  PC
------------------------------------ */
#service .case-anchor {
  max-width: 1080px;
  margin: 120px auto 0;
}
#service .case-ttl::before {
  top: -15px;
  left: calc(50% - 154px);
}
#service .case-list {
  margin: 52px auto 0;
}
#service .case-list-item {
  display: flex;
  padding: 30px;
  border-radius: 30px 30px 0 0;
  justify-content: space-between;
  align-items: flex-start;
}
#service .case-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#service .case-list-con {
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #service .case-list-con {
    max-width: 394px;
  }
}
#service .case-list-ttl {
  white-space: nowrap;
}
#service .case-list-ol {
  margin-top: 25px;
}
#service .case-list-ol li {
  padding-left: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .case-list-ol li {
    font-size: 1.5rem;
  }
}
#service .case-list-ol li {
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  #service .case-list-ol li {
    white-space: nowrap;
  }
}
#service .case-list-ol li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ec983d;
  position: absolute;
  left: 0;
  top: 9px;
}
#service .case-list-ol li:nth-of-type(n+2) {
  margin-top: 14px;
}
#service .case-list-ol li .sm {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #service .case-list-ol li .sm {
    font-size: 1.5rem;
  }
}
#service .service-ttl::before {
  top: -15px;
  left: calc(50% - 145px);
}
#service .service-list {
  margin: 66px auto 0;
}
#service .service-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .service-list-item {
    max-width: 340px;
  }
  #service .service-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #service .service-list-item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
#service .service-list-ttl {
  margin: 20px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#service .service-list-ttl {
  letter-spacing: 0.1em;
  color: #2c4d34;
  line-height: 1.5;
}
#service .service-list-txt {
  margin: 10px auto 0;
  text-align: center;
}
#service .flow-ttl {
  padding-top: 15px;
  line-height: 1;
  background-position-y: bottom;
}
#service .flow-list {
  margin: 54px auto 0;
}
#service .flow-list-item {
  display: flex;
  padding: 35px 40px 40px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 35px;
}
#service .flow-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
  position: relative;
}
#service .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 6px;
  height: 60px;
  margin: auto;
  background: url(../img/service/border.png) no-repeat center/contain;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
#service .flow-list-ico {
  flex-shrink: 0;
}
#service .flow-list-con {
  margin-left: 31px;
}
#service .flow-list-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #service .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#service .flow-list-ttl {
  letter-spacing: 0.12em;
}
#service .flow-list-txt {
  margin-top: 21px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .flow-list-txt {
    font-size: 1.5rem;
  }
}
#service .flow-list-txt {
  letter-spacing: 0.12em;
  line-height: 1.6;
}

/* works  PC
------------------------------------ */
#works .works-ttl::before {
  top: -15px;
  left: calc(50% - 100px);
}
#works .works-list {
  margin: 80px auto 0;
}
#works .works-list-item:first-of-type {
  border-radius: 0;
}
#works .works-list-con {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 90px 0 70px;
}
#works .works-sb {
  display: flex;
  margin: 30px auto 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #works .works-sb li:not(:nth-of-type(4n-3)) {
    margin-left: 13px;
  }
  #works .works-sb li:nth-of-type(n+5) {
    margin-top: 20px;
  }
}
#works .works-sb-item {
  width: 100%;
  max-width: 260px;
}
#works .works-sb-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#works .works-sb-ttl {
  margin: 15px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #works .works-sb-ttl {
    font-size: 1.5rem;
  }
}
#works .works-sb-ttl {
  letter-spacing: 0.06em;
  line-height: 1.6;
}

/* company  PC
------------------------------------ */
#company .company-ttl::before {
  top: -15px;
  left: calc(50% - 100px);
}
#company .company-flx {
  margin: 68px auto 0;
}
@media screen and (min-width: 768px) {
  #company .company-table {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  #company .company-map {
    max-width: 520px;
  }
}
@media screen and (min-width: 768px) {
  #company .staff-con {
    max-width: 560px;
  }
}
#company .staff-ttl {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #company .staff-ttl {
    font-size: 1.9rem;
  }
}
#company .staff-ttl {
  color: #ec983d;
  z-index: 0;
}
#company .staff-ttl::before {
  width: 100px;
  height: 100px;
  top: -43px;
  left: -70px;
}
#company .staff-txt-box {
  margin-top: 30px;
}
#company .staff-name {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #company .staff-name {
    font-size: 1.5rem;
  }
}
#company .staff-name {
  letter-spacing: 0.06em;
  line-height: 1.5;
  white-space: pre-line;
}
#company .staff-name .ac {
  color: #ec983d;
}
#company .staff-img img {
  border-radius: 30px;
}
#company .qa-list {
  margin: 60px auto 0;
}
#company .qa-list-item {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 35px;
}
#company .qa-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#company .qa-list-ttl {
  padding: 22px 70px;
  border-radius: 35px;
  background: #2c4d34;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #company .qa-list-ttl {
    font-size: 1.5rem;
  }
}
#company .qa-list-ttl {
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.5;
  position: relative;
  box-shadow: 0 7px #cdd4cf;
}
#company .qa-list-ttl::before {
  content: "Q";
  width: 40px;
  height: 40px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #company .qa-list-ttl::before {
    font-size: 1.5rem;
  }
}
#company .qa-list-ttl::before {
  letter-spacing: 0;
  line-height: 38px;
  color: #2c4d34;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}
#company .qa-list-txt {
  padding: 27px 20px 33px 75px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #company .qa-list-txt {
    font-size: 1.5rem;
  }
}
#company .qa-list-txt {
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.5;
  white-space: pre-line;
  position: relative;
}
#company .qa-list-txt::before {
  content: "A";
  width: 40px;
  height: 40px;
  background: #ffec91;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #company .qa-list-txt::before {
    font-size: 1.5rem;
  }
}
#company .qa-list-txt::before {
  letter-spacing: 0;
  line-height: 38px;
  color: #ec983d;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* news  PC
------------------------------------ */
#news .news-post-time {
  margin-top: 0;
}
#news .com-news-link {
  padding: 30px;
  border-radius: 40px 40px 0 0;
}
#news .com-news-ttl {
  margin-top: 10px;
}
#news .com-news-img img {
  border-radius: 15px;
}
#news .detail-box {
  padding: 30px;
  border-radius: 40px 40px 0 0;
}

/* contact  PC
------------------------------------ */
#contact .com-ttl01::before {
  left: calc(50% - 169px);
}
#contact .contact-form-table {
  margin: 50px auto 0;
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl01::before {
  left: calc(50% - 216px);
}

/* site  PC
------------------------------------ */
#site .com-ttl01::before {
  left: calc(50% - 146px);
}/*# sourceMappingURL=all.css.map */