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

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

.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: 25px;
  }
}
.com-txt .ac {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-txt .ac {
    font-size: 1.5rem;
  }
}
.com-txt .ac {
  border-bottom: 2px solid #f6d87f;
  letter-spacing: 0;
}
.com-txt .marker {
  background: linear-gradient(transparent 50%, #f6d87f 50%);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-txt .marker {
    font-size: 1.5rem;
  }
}
.com-txt .marker {
  line-height: 1.1;
}

.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-noimage {
  background: url(../img/ent/logo.png) no-repeat center #ffffff;
  background-size: clamp(48px, 65%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-num {
  width: 64px;
  height: 64px;
  background: url(../img/about/num01.png) no-repeat center/cover;
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .com-num {
    font-size: 1.8rem;
  }
}
.com-num {
  letter-spacing: 0.06em;
  line-height: 60px;
  color: #fff;
}
.com-num.num02 {
  background-image: url(../img/about/num02.png);
}

.com-box {
  background: #fff;
  border-radius: 20px;
}

.com-bg02 {
  background: url(../img/about/greeting-bg.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-bg02 {
    background-size: auto;
  }
}
.com-bg03 {
  background: #e5f6c1;
}
.com-bg04 {
  background: url(../img/about/flow-bg.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-bg04 {
    background-size: auto;
  }
}
.com-bg-gra {
  background: linear-gradient(0deg, #e5f6c1 0%, #f4f4f4 100%);
}

.com-tel {
  padding-left: 34px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.7rem;
  }
}
.com-tel {
  letter-spacing: 0;
  color: #9ddd15;
  line-height: 1;
}

.com-worktime {
  padding: 5px 14px;
  background: #e5f6c1;
  text-align: center;
  border-radius: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .com-worktime {
    font-size: 1.5rem;
  }
}
.com-worktime {
  letter-spacing: 0;
  line-height: 1.5;
  color: #1f1f1f;
}

.com-mail {
  display: flex;
  width: 180px;
  height: 40px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0;
  background: url(../img/top/info-mail-arw.png) no-repeat calc(100% - 12px) center #f3c023;
  justify-content: center;
  align-items: center;
}
.com-mail::before {
  content: "";
  width: 22px;
  height: 16px;
  margin-right: 10px;
  background: url(../img/top/info-mail.png) no-repeat left center/contain;
}

.news-post {
  width: 100%;
  max-width: 670px;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 30px;
}
.news-post-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-post-img {
  width: 130px;
  height: 130px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.news-post-con {
  width: 100%;
  max-width: 510px;
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 7px 20px;
  text-align: center;
  background: #9ddd15;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #fff;
  letter-spacing: 0;
  line-height: 1.3;
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0;
  line-height: 1.3;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-item {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(n+2) {
    margin-left: 27px;
  }
}
.com-tag-link {
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  background: url(../img/price/anchor-arw.png) no-repeat calc(100% - 20px) center #f3c023;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 70px;
}

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

  main layout  all

========================================= */
/* top-worries  PC
------------------------------------ */
#top-worries .worries-bg {
  background: url(../img/top/worries-wave.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-worries .worries-bg {
    background-size: 100%;
  }
}
#top-worries .worries-box {
  margin: 50px auto 0;
  padding: 50px 70px 0;
}
@media screen and (min-width: 768px) {
  #top-worries .worries-box {
    height: 439px;
    background: url(../img/top/worries-box.png) no-repeat center top;
  }
}
#top-worries .worries-check {
  padding-top: 14px;
}
#top-worries .worries-check li {
  padding-left: 34px;
  background: url(../img/top/worries-check.png) no-repeat left 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-check li {
    font-size: 1.5rem;
  }
}
#top-worries .worries-check li {
  letter-spacing: 0;
  line-height: 1.3;
}
#top-worries .worries-check li:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-worries .worries-img {
  border-radius: 24px;
  overflow: hidden;
}
#top-worries .greeting {
  margin: 70px auto 0;
}
#top-worries .greeting-ttl {
  position: relative;
}
#top-worries .greeting-box {
  margin-top: -21px;
  padding: 80px 0 120px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  #top-worries .greeting-box {
    text-align: center;
  }
}
#top-worries .greeting-btn {
  margin: 60px auto 0;
}
#top-worries .movie {
  width: 100%;
  max-width: 1080px;
  height: 0;
  margin: auto;
  padding-top: 608px;
  position: relative;
}

/* top-feature  PC
------------------------------------ */
#top-feature {
  background: url(../img/top/feature-bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-feature {
    background-size: 100%;
  }
}
#top-feature .feature-box {
  display: flex;
  margin: 50px auto 0;
  padding: 70px 0;
  background: #fff;
  border-radius: 24px;
  border: 2px dashed #f3c023;
  justify-content: center;
}
#top-feature .feature-box ul:nth-of-type(n+2) {
  margin-left: 88px;
}
#top-feature .feature-list li:nth-of-type(n+2) {
  margin-top: 24px;
}
#top-feature .feature-list-item {
  display: flex;
  align-items: center;
}
#top-feature .feature-list-item .num {
  width: 64px;
  height: 64px;
  padding-left: 2px;
  text-align: center;
  background: url(../img/top/num.png);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-item .num {
    font-size: 1.8rem;
  }
}
#top-feature .feature-list-item .num {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 64px;
}
#top-feature .feature-list-item .ttl {
  margin-left: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-item .ttl {
    font-size: 1.5rem;
  }
}
#top-feature .feature-list-item .ttl {
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
#top-feature .feature-list-item .ttl::before {
  content: "";
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: #e5f6c1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-item .ttl {
    width: 312px;
  }
}

/* top-case  PC
------------------------------------ */
#top-case {
  background: url(../img/top/case-b.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-case {
    background-size: 100%;
  }
}
#top-case .case-list {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #top-case .case-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 24px;
  }
  #top-case .case-list-item:nth-of-type(n+5) {
    margin-top: 50px;
  }
}
#top-case .case-list-ttl {
  max-width: 190px;
  height: 44px;
  margin: 20px auto 0;
  background: #9ddd15;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-case .case-list-ttl {
    font-size: 1.5rem;
  }
}
#top-case .case-list-ttl {
  letter-spacing: 0;
  line-height: 44px;
  color: #fff;
  text-shadow: 2.229px 2.007px 0px rgba(213, 213, 213, 0.004);
}

/* top-area  PC
------------------------------------ */
#top-area {
  background: url(../img/top/area-wave.png) no-repeat center bottom #f5fae9;
}
@media screen and (min-width: 1921px) {
  #top-area {
    background-size: 100%;
  }
}
#top-area .area-box {
  border-radius: 24px;
  background: url(../img/top/area-map.png) no-repeat left top #fff;
}
#top-area .area-box-con {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  padding: 70px 0 60px;
}
#top-area .area-txt {
  margin: 45px auto 0;
  text-align: center;
}
#top-area .area-bnr {
  margin: 120px auto 0;
}
#top-area .area-bnr-item {
  width: 100%;
  max-width: 340px;
}
#top-area .area-bnr-link {
  display: block;
}
#top-area .area-bnr-ttl {
  height: 80px;
  margin: -50px auto 0;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center #f3c023;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-area .area-bnr-ttl {
    font-size: 1.5rem;
  }
}
#top-area .area-bnr-ttl {
  letter-spacing: 0;
  line-height: 80px;
  position: relative;
}
#top-area .area-bnr-ttl02 {
  background-color: #9ddd15;
}

/* top-contact  PC
------------------------------------ */
#top-contact {
  background: url(../img/top/contact-wave.png) no-repeat center bottom #bce26a;
}
@media screen and (min-width: 1921px) {
  #top-contact {
    background-size: 100%;
  }
}
#top-contact .contact-ttl {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-ttl {
    font-size: 2.2rem;
  }
}
#top-contact .contact-ttl {
  letter-spacing: 0;
  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;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
#top-contact .contact-ttl::before, #top-contact .contact-ttl::after {
  content: "";
  width: 112px;
  height: 60px;
  background: url(../img/top/contact-ttl-ico.png) no-repeat center/contain;
}
#top-contact .contact-ttl::before {
  margin-right: 23px;
}
#top-contact .contact-ttl::after {
  margin-left: 23px;
}
#top-contact .contact-box {
  padding: 62px 0 70px;
  border-radius: 40px;
  background: #fff;
}
#top-contact .contact-txt-box {
  text-align: center;
}
#top-contact .contact-list {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 30px 0;
  border-radius: 999px;
  border: 2px solid #e5f6c1;
}
#top-contact .contact-list li:nth-of-type(n+2) {
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-tel {
    padding-left: 45px;
    background-size: 32px;
    background-position-y: 65%;
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #top-contact .contact-tel {
    font-size: 2.2rem;
  }
}
#top-contact .contact-btn {
  display: flex;
  max-width: none;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-btn {
    font-size: 1.5rem;
  }
}
#top-contact .contact-btn {
  letter-spacing: 0;
}
#top-contact .contact-btn-wrap {
  margin: 40px auto 0;
}
#top-contact .contact-btn-wrap li {
  width: 100%;
  max-width: 380px;
}
#top-contact .contact-btn-wrap li:nth-of-type(n+2) {
  margin-left: 40px;
}
#top-contact .contact-btn::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: url(../img/top/contact-line.png) no-repeat left center/contain;
}
#top-contact .contact-btn-line {
  background-color: #565656;
  color: #fff;
}
#top-contact .contact-btn-mail::before {
  height: 30px;
  background-image: url(../img/top/info-mail.png);
}

/* top-news  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    width: 340px;
    margin: 90px auto 0;
  }
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .greeting-box {
  margin: -30px auto 0;
  padding: 76px 0 88px;
  text-align: center;
}
#about .feature-list {
  margin: 88px auto 0;
}
#about .feature-list-item {
  width: 100%;
  max-width: 330px;
  border-radius: 15px;
  padding: 60px 0 40px;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .feature-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 44px;
  }
  #about .feature-list-item:nth-of-type(n+4) {
    margin-top: 82px;
  }
}
#about .feature-list-num {
  margin: auto;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
}
#about .feature-list-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #about .feature-list-ttl {
    font-size: 1.5rem;
  }
}
#about .feature-list-ttl {
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#about .feature-list-txt {
  margin: 15px auto 0;
  padding: 0 40px;
}
#about .flow-list {
  margin: 55px auto 0;
}
#about .flow-list-item {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 115px;
  background: #e5f6c1;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
#about .flow-list-item::before {
  content: "";
  width: 18px;
  height: 21px;
  background: url(../img/about/arw.png) no-repeat left top/contain;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
#about .flow-list-item:last-of-type::before {
  content: none;
}
@media screen and (min-width: 768px) {
  #about .flow-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 40px;
  }
  #about .flow-list-item:nth-of-type(n+5) {
    margin-top: 72px;
  }
}
#about .flow-list-num {
  position: absolute;
  left: -20px;
  top: -20px;
}
#about .flow-list-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #about .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#about .flow-list-ttl {
  letter-spacing: 0.06em;
  line-height: 1.36;
}

/* service  PC
------------------------------------ */
#service .about-flx {
  margin: 47px auto 0;
}
#service .about-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .about-txt-box {
    max-width: 510px;
  }
}
#service .works {
  background: #f5fae9;
}
#service .works-list {
  margin: 54px auto 0;
}
#service .works-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#service .works-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#service .works-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#service .works-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .works-list-con {
    max-width: 510px;
  }
}
#service .works-list-ttl {
  border-radius: 10px;
  background: url(../img/service/case-ttl-bg.png) no-repeat center/cover;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #service .works-list-ttl {
    font-size: 1.6rem;
  }
}
#service .works-list-ttl {
  letter-spacing: 0;
  line-height: 1.9;
  color: #fff;
}
#service .works-list-txt {
  margin: 30px auto 0;
}
#service .works-list-img {
  border-radius: 24px;
  overflow: hidden;
}
#service .build-box {
  margin: 50px auto 0;
  padding: 55px 70px;
  background: #f3f4f2;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  #service .build-list:nth-of-type(n+2) {
    margin-left: 100px;
  }
}
#service .build-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .build-list li {
    font-size: 1.5rem;
  }
}
#service .build-list li {
  letter-spacing: 0;
  line-height: 1;
}
#service .build-list li::before {
  content: "●  ";
  color: #9ddd15;
}
#service .build-list li:nth-of-type(n+2) {
  margin-top: 34px;
}

/* works  PC
------------------------------------ */
#works .works-list {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
#works .works-list-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  #works .works-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #works .works-list-item:nth-of-type(n+4) {
    margin-top: 37px;
  }
}
#works .works-list-link {
  display: block;
}
#works .works-list-img {
  width: 100%;
  height: 0;
  padding-top: 74.5%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#works .works-list-ttl {
  margin: 14px auto 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #works .works-list-ttl {
    font-size: 1.5rem;
  }
}
#works .works-list-ttl {
  letter-spacing: 0;
  line-height: 1.6;
}
#works .detail-images {
  margin: 50px auto 0;
}
#works .detail-images li {
  width: 100%;
  max-width: 330px;
  height: 0;
  padding-top: 246px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #works .detail-images li:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  #works .detail-images li:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
#works .detail-txt {
  margin: 50px auto 0;
  white-space: pre-line;
}

/* company  PC
------------------------------------ */
#company .company-table {
  margin: 40px auto 0;
}
#company .company-map {
  margin: 40px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
#contact .contact-form-table th, #contact .contact-form-table td {
  padding: 23px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-form-table th, #contact .contact-form-table td {
    font-size: 1.5rem;
  }
}
#contact .contact-form-table th, #contact .contact-form-table td {
  letter-spacing: 0;
  vertical-align: middle;
  line-height: 1.5;
}
#contact .contact-form-table th {
  border-radius: 8px 0 0 8px;
  background: #9ddd15;
  color: #fff;
}
#contact .contact-form-table td {
  background: #efefef;
  border-radius: 0 8px 8px 0;
}

/* site  PC
------------------------------------ */
#site .site-link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}/*# sourceMappingURL=all.css.map */