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

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

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

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

/*  共通パーツ
------------------------------------ */
.com-num {
  width: 50px;
  height: 50px;
  margin: auto;
  background: #A98D50;
  background: linear-gradient(45deg, rgb(169, 141, 80) 0%, rgb(188, 148, 72) 13%, rgb(236, 190, 118) 64%, rgb(187, 146, 68) 100%);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .com-num {
    font-size: 1.5rem;
  }
}

.gra-txt {
  display: inline-block;
  background: #A98D50;
  background: linear-gradient(90deg, rgb(169, 141, 80) 0%, rgb(153, 119, 55) 13%, rgb(236, 190, 118) 32%, rgb(153, 119, 55) 53%, rgb(236, 190, 118) 77%, rgb(153, 119, 55) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.com-bg01 {
  background: url(../img/ptn/com-bg01.png);
}
.com-bg02 {
  background: url(../img/ptn/com-bg02.png);
}
.com-bg03 {
  background: url(../img/ptn/com-bg03.png);
}
.com-bg04 {
  background: url(../img/ptn/com-bg04.png);
}
.com-bg05 {
  background: url(../img/ptn/staffservice.png);
  background-position: left top;
}

.com-tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #111111;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel .num {
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .com-tel .num {
    font-size: 1.5rem;
  }
}

.com-worktime-item {
  display: flex;
  align-items: center;
}
.com-worktime dt {
  width: 80px;
  height: 24px;
  background: #b48e19;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-worktime dt {
    font-size: 1.5rem;
  }
}
.com-worktime dd {
  margin-left: 7px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-worktime dd {
    font-size: 1.5rem;
  }
}

.com-mail {
  display: flex;
  width: 200px;
  height: 60px;
  background: #ba3c3d;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail::before {
  content: "";
  width: 14px;
  height: 10px;
  margin-right: 7px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.news-post-item:nth-of-type(n+2) {
  margin-top: 40px;
}
.news-post-link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-img img {
    width: 105%;
    height: 105%;
  }
  .news-post-link:hover .news-post-ttl {
    color: #3169b2;
  }
}
.news-post-img {
  width: 100px;
  height: 80px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.news-post-con {
  margin-left: 23px;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 13px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 7px 7px 0;
  padding: 2px 8px;
  background-color: #3169b2;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

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

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

  main layout  all

========================================= */
/* top-worries  PC
------------------------------------ */
#top-worries .worries-bg-img {
  background: url(../img/top/worries--img01.png) no-repeat right 255px/41.1%, url(../img/top/worries--img02.png) no-repeat left calc(100% - 585px)/34.6875%, url(../img/top/worries--img03.png) no-repeat right bottom/39.7%;
}
#top-worries .worries-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl {
    font-size: 2.25rem;
  }
}
#top-worries .worries-ttl .sm {
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl .sm {
    font-size: 2rem;
  }
}
#top-worries .worries-ttl .lg {
  display: inline-block;
  padding-top: 12px;
  background: url(../img/top/worries-dot.png) no-repeat 22px top;
  color: #b48e19;
  font-size: 5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl .lg {
    font-size: 2.5rem;
  }
}
#top-worries .worries-dl {
  margin: 68px auto 0;
  padding: 28px 0;
  border: 2px solid #d5d5d5;
  background: #fff;
}
#top-worries .worries-dl-item {
  display: flex;
  align-items: center;
}
#top-worries .worries-dl-item:nth-of-type(n+2) {
  margin-left: 39px;
}
#top-worries .worries-dl dt {
  height: 40px;
  padding: 0 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-dl dt {
    font-size: 1.5rem;
  }
}
#top-worries .worries-dl .ttl01 {
  background-color: #3169b2;
}
#top-worries .worries-dl .ttl02 {
  background-color: #ba3c3d;
}
#top-worries .worries-dl .ttl03 {
  background-color: #b48e19;
}
#top-worries .worries-dl dd {
  margin-left: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-dl dd {
    font-size: 1.5rem;
  }
}
#top-worries .worries-house {
  margin: 60px auto 0;
  background: url(../img/top/worries-house.png) no-repeat center calc(100% - 143px);
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-worries .worries-house {
    width: 881px;
    height: 680px;
  }
}
#top-worries .worries-list-link {
  width: 30px;
  height: 30px;
  background: url(../img/top/worries-check.png) no-repeat center/18px #111111;
  border-radius: 999px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #top-worries .worries-list-link {
    pointer-events: none;
  }
  #top-worries .worries-list-link::before {
    content: "";
    position: absolute;
  }
}
#top-worries .worries-list-link01 {
  left: 42.3%;
  top: 36.9%;
}
#top-worries .worries-list-link01::before {
  width: 148px;
  height: 55px;
  background: url(../img/top/worries-line01.png) no-repeat center/contain;
  left: -143px;
  top: -44px;
}
#top-worries .worries-list-link02 {
  margin: auto;
  left: 0;
  right: 0;
  top: 34.5%;
}
#top-worries .worries-list-link02::before {
  width: 2px;
  height: 30px;
  background: url(../img/top/worries-line02.png) no-repeat center/contain;
  left: 14px;
  top: -30px;
}
#top-worries .worries-list-link03 {
  right: 35.2%;
  top: 48.2%;
}
#top-worries .worries-list-link03::before {
  width: 159px;
  height: 66px;
  background: url(../img/top/worries-line03.png) no-repeat center/contain;
  right: -155px;
  top: -55px;
}
#top-worries .worries-list-link04 {
  left: 32.8%;
  bottom: 42.8%;
}
#top-worries .worries-list-link04::before {
  width: 71px;
  height: 90px;
  background: url(../img/top/worries-line04.png) no-repeat center/contain;
  left: -58px;
  bottom: -83px;
}
#top-worries .worries-list-link05 {
  right: 41.7%;
  bottom: 39.5%;
}
#top-worries .worries-list-link05::before {
  width: 56px;
  height: 62px;
  background: url(../img/top/worries-line05.png) no-repeat center/contain;
  left: -44px;
  bottom: -59px;
}
#top-worries .worries-list-link06 {
  right: 32%;
  bottom: 39.5%;
}
#top-worries .worries-list-link06::before {
  width: 60px;
  height: 66px;
  background: url(../img/top/worries-line06.png) no-repeat center/contain;
  right: -53px;
  bottom: -59px;
}
#top-worries .worries-list-box {
  width: 230px;
  height: 210px;
  padding: 15px;
  position: absolute;
}
#top-worries .worries-list-box01 {
  top: 111px;
  left: 0;
}
#top-worries .worries-list-box02 {
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}
#top-worries .worries-list-box03 {
  top: 111px;
  right: 0;
}
#top-worries .worries-list-box04 {
  bottom: 70px;
  left: 0;
}
#top-worries .worries-list-box05 {
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
#top-worries .worries-list-box06 {
  bottom: 70px;
  right: 0;
}
#top-worries .worries-list-box-bg01 {
  background: #3169b2;
}
#top-worries .worries-list-box-bg02 {
  background: #b48e19;
}
#top-worries .worries-list-box-bg03 {
  background: #ba3c3d;
}
#top-worries .worries-list-ttl {
  margin: 17px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-ttl {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list-star {
  display: flex;
  margin: 8px auto 0;
  justify-content: center;
  align-items: center;
}
#top-worries .worries-list-star span {
  width: 23px;
  height: 22px;
  background: url(../img/top/worries-star.png) no-repeat center/contain;
}
#top-worries .solution {
  padding-top: 99px;
}
#top-worries .solution-ttl {
  text-align: center;
  background: #111111;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-worries .solution-ttl {
    font-size: 2.25rem;
  }
}
#top-worries .solution-ttl::before {
  content: "";
  width: 199px;
  height: 183px;
  background: url(../img/top/solution-illu.png) no-repeat right bottom/contain;
  position: absolute;
  right: 86px;
  bottom: -9px;
}
#top-worries .solution-ttl .gra {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top-worries .solution-ttl .gra {
    font-size: 2.5rem;
  }
}
#top-worries .solution-txt-box {
  margin: 55px auto 0;
  text-align: center;
}

/* top-feature  PC
------------------------------------ */
#top-feature .feature-img {
  position: relative;
}
#top-feature .feature-ttl {
  margin: auto;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: 37.4%;
  left: 0;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-ttl {
    font-size: 2.25rem;
  }
}
#top-feature .feature-ttl .lg {
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-ttl .lg {
    font-size: 2.75rem;
  }
}
#top-feature .feature-ttl .sm {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-ttl .sm {
    font-size: 2rem;
  }
}
#top-feature .feature-list {
  max-width: 1080px;
  margin: -12% auto 0;
}
#top-feature .feature-list-item {
  width: 100%;
  padding: 50px 20px 30px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-item {
    max-width: 520px;
  }
  #top-feature .feature-list-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
#top-feature .feature-list-item-lg {
  max-width: none;
  padding: 43px 30px 30px;
  background: #ba3c3d;
}
#top-feature .feature-list-num {
  margin: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
#top-feature .feature-list-ttl {
  padding-bottom: 18px;
  border-bottom: 1px solid;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-ttl {
    font-size: 1.5rem;
  }
}
#top-feature .feature-list-ttl-lg {
  color: #fff;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-ttl-lg {
    font-size: 1.5rem;
  }
}
#top-feature .feature-list-txt {
  margin: 29px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-txt {
    font-size: 1.5rem;
  }
}
#top-feature .feature-list-txt01 {
  margin: 35px auto 0;
  color: #fff;
}

/* top-hikaku  PC
------------------------------------ */
#top-hikaku .hikaku-bg {
  background: url(../img/top/hikaku-bg.jpg) no-repeat center bottom/cover;
}
#top-hikaku .hikaku-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-ttl {
    font-size: 2.25rem;
  }
}
#top-hikaku .hikaku-ttl .ac01 {
  color: #ba3c3d;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-ttl .ac01 {
    font-size: 2.5rem;
  }
}
#top-hikaku .hikaku-ttl .ac02 {
  color: #3169b2;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-ttl .ac02 {
    font-size: 2.5rem;
  }
}
#top-hikaku .hikaku-ttl .sm {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-ttl .sm {
    font-size: 2.25rem;
  }
}
#top-hikaku .hikaku-box {
  margin: 60px auto 0;
  position: relative;
}
#top-hikaku .hikaku-box::before {
  content: "";
  width: 195px;
  height: 198px;
  background: url(../img/top/hikaku-illu01.png) no-repeat left bottom/contain;
  position: absolute;
  left: -38px;
  bottom: -31px;
  z-index: 10;
}
@media screen and (max-width: 1272px) {
  #top-hikaku .hikaku-box::before {
    width: 160px;
    left: 15px;
  }
}
#top-hikaku .hikaku-box-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 80px 0 110px;
}
#top-hikaku .hikaku-list {
  display: flex;
  justify-content: center;
}
#top-hikaku .hikaku-list li {
  height: 100px;
  padding: 0 25px;
  text-align: center;
  background: #111111;
  line-height: 100px;
}
@media screen and (min-width: 768px) {
  #top-hikaku .hikaku-list li {
    min-width: 180px;
  }
}
#top-hikaku .hikaku-list li:nth-of-type(n+2) {
  margin-left: 100px;
  position: relative;
}
#top-hikaku .hikaku-list li:nth-of-type(n+2)::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/top/plus.png) no-repeat center/contain;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
#top-hikaku .hikaku-list p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-list p {
    font-size: 1.5rem;
  }
}
#top-hikaku .hikaku-table {
  width: 100%;
  position: relative;
  z-index: 1;
}
#top-hikaku .hikaku-table::before {
  content: "";
  width: 390px;
  height: calc(100% + 60px);
  background-size: auto auto;
  background-color: rgb(193, 66, 67);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgb(186, 60, 61) 6px, rgb(186, 60, 61) 14px);
  position: absolute;
  left: 210px;
  top: -30px;
  z-index: -1;
}
#top-hikaku .hikaku-table-wrap {
  margin: 90px auto 0;
}
#top-hikaku .hikaku-table tr:nth-of-type(2) td::before {
  border-radius: 10px 10px 0 0;
}
#top-hikaku .hikaku-table tr:nth-of-type(2) th, #top-hikaku .hikaku-table tr:nth-of-type(2) td {
  height: 100px;
}
#top-hikaku .hikaku-table tr:nth-of-type(n+3) .menu {
  border-top: 1px solid #fff;
}
#top-hikaku .hikaku-table tr:nth-of-type(n+3) td::before {
  border-top: 1px solid #dbdbdb;
}
#top-hikaku .hikaku-table tr:last-of-type td {
  height: 70px;
  padding-bottom: 10px;
}
#top-hikaku .hikaku-table tr:last-of-type td::before {
  height: calc(100% - 10px);
  border-radius: 0 0 10px 10px;
}
#top-hikaku .hikaku-table tr th:nth-of-type(n+3) {
  background: #f0f0f0;
}
#top-hikaku .hikaku-table tr th:nth-of-type(4) {
  border-left: 1px solid #dbdbdb;
}
#top-hikaku .hikaku-table tr td:nth-of-type(n+2) {
  background: #f0f0f0;
}
#top-hikaku .hikaku-table tr td:last-of-type {
  border-left: 1px solid #dbdbdb;
}
#top-hikaku .hikaku-table th, #top-hikaku .hikaku-table td {
  height: 60px;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle;
}
#top-hikaku .hikaku-table td {
  position: relative;
  z-index: 1;
}
#top-hikaku .hikaku-table td::before {
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-hikaku .hikaku-table .ttl {
  width: 240px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .ttl {
    font-size: 1.5rem;
  }
}
#top-hikaku .hikaku-table .ttl-lg {
  width: 390px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .ttl-lg {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-hikaku .hikaku-table .ttl-lg {
    vertical-align: top;
  }
}
#top-hikaku .hikaku-table .menu {
  width: 210px;
  background: #5e5e5e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .menu {
    font-size: 1.5rem;
  }
}
#top-hikaku .hikaku-table .num-txt01 {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .num-txt01 {
    font-size: 1.5rem;
  }
}
#top-hikaku .hikaku-table .num-txt02 {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .num-txt02 {
    font-size: 1.5rem;
  }
}
#top-hikaku .hikaku-table .lg01 {
  font-size: 4rem;
  color: #ba3c3d;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .lg01 {
    font-size: 2rem;
  }
}
#top-hikaku .hikaku-table .lg02 {
  font-size: 3rem;
  color: #3169b2;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .lg02 {
    font-size: 1.5rem;
  }
}
#top-hikaku .hikaku-table .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-hikaku .hikaku-table .txt {
    font-size: 1.5rem;
  }
}
#top-hikaku .other {
  margin: 105px auto 0;
  text-align: center;
  position: relative;
}
#top-hikaku .other::before {
  width: 211px;
  height: 227px;
  background: url(../img/top/hikaku-illu02.png) no-repeat right bottom/contain;
  position: absolute;
  bottom: -145px;
  right: calc(50% - 595px);
  content: "";
}
@media screen and (max-width: 1238px) {
  #top-hikaku .other::before {
    width: 127px;
    right: 15px;
  }
}
#top-hikaku .other-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-hikaku .other-ttl {
    font-size: 2.25rem;
  }
}
#top-hikaku .other-ttl .ac {
  color: #b48e19;
}
#top-hikaku .other-txt {
  margin: 36px auto 0;
}

/* top-voice  PC
------------------------------------ */
#top-voice .voice-list {
  margin: 60px auto 0;
}
#top-voice .voice-list-item {
  width: 100%;
  max-width: 340px;
  padding: 30px 20px 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #top-voice .voice-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 28px;
  }
  #top-voice .voice-list-item:nth-of-type(n+4) {
    margin-top: 28px;
  }
}
#top-voice .voice-list-ttl {
  padding: 5px 10px;
  background: #ba3c3d;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-txt {
  margin: 12px auto 0;
  font-size: 1.6rem;
  line-height: 1.875;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-txt {
    font-size: 1.5rem;
  }
}

/* top-staff  PC
------------------------------------ */
#top-staff {
  background: url(../img/ptn/staffservice.png);
}
#top-staff .staff-list {
  margin: 60px auto 0;
}
#top-staff .staff-list-item {
  width: 100%;
  max-width: 510px;
}
@media screen and (min-width: 768px) {
  #top-staff .staff-list-item:nth-of-type(n+3) {
    margin-top: 44px;
  }
}
#top-staff .staff-list-img {
  width: 100%;
  height: 0;
  padding-top: 58.8%;
  position: relative;
}
#top-staff .staff-list-ttl {
  margin: 20px auto 0;
}
#top-staff .staff-list-dl {
  margin-top: 14px;
}
#top-staff .staff-list-dl div:nth-of-type(n+2) {
  margin-top: 15px;
}
#top-staff .staff-list-dl dt {
  border-bottom: 1px solid #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #3169b2;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-staff .staff-list-dl dt {
    font-size: 1.5rem;
  }
}
#top-staff .staff-list-dl dd {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #top-staff .staff-list-dl dd {
    font-size: 1.5rem;
  }
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/ptn/staffservice.png);
}
#top-service .service-list {
  margin: 65px auto 0;
}
#top-service .service-list-item {
  width: 48.75%;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item {
    max-width: 780px;
  }
  #top-service .service-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#top-service .service-list-link {
  display: block;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-link:hover {
    opacity: 1;
  }
  #top-service .service-list-link:hover .service-list-img img {
    width: 110%;
    height: 110%;
  }
}
#top-service .service-list-link01 {
  background: url(../img/top/service01.png) no-repeat center/cover;
}
#top-service .service-list-link02 {
  background: url(../img/top/service02.png) no-repeat center/cover;
}
#top-service .service-list-img {
  width: 100%;
  height: 0;
  padding-top: 40.5%;
  overflow: hidden;
  position: relative;
}
#top-service .service-list-ttl {
  width: 270px;
  margin: 20px auto 0;
  background: url(../img/top/service-arw.png) no-repeat right center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}

/* top-moru  PC
------------------------------------ */
#top-moru {
  background: url(../img/top/moru-bg.jpg) no-repeat center/cover;
}
#top-moru .moru-ttl {
  padding-top: 160px;
  background: url(../img/top/moru-logo.png) no-repeat center top;
}
#top-moru .moru-list {
  margin: 65px auto 0;
}
#top-moru .moru-txt {
  margin: 47px auto 0;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-moru .moru-txt {
    font-size: 1.5rem;
  }
}

/* top-contact  PC
------------------------------------ */
#top-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center bottom/cover;
}
#top-contact .contact-box {
  background: rgba(255, 255, 255, 0.6);
}
#top-contact .contact-box-inner {
  max-width: 1080px;
  margin: auto;
  padding: 80px 0 100px;
}
#top-contact .contact-dl {
  display: flex;
  margin: 54px auto 0;
  background: #A98D50;
  background: linear-gradient(90deg, rgb(169, 141, 80) 0%, rgb(153, 119, 55) 13%, rgb(236, 190, 118) 32%, rgb(153, 119, 55) 53%, rgb(236, 190, 118) 77%, rgb(153, 119, 55) 100%);
  justify-content: center;
  align-items: center;
}
#top-contact .contact-dl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-contact .contact-dl-item:nth-of-type(n+2) {
  margin-left: 16px;
}
#top-contact .contact-dl dt {
  width: 56px;
  height: 30px;
  text-align: center;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #ba3c3d;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-dl dt {
    font-size: 1.5rem;
  }
}
#top-contact .contact-dl dd {
  margin-left: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-dl dd {
    font-size: 1.5rem;
  }
}
#top-contact .contact-txt {
  margin: 27px auto 0;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-txt {
    font-size: 1.5rem;
  }
}
#top-contact .contact-list {
  margin: 60px auto 0;
}
#top-contact .contact-list-item {
  display: flex;
  width: 100%;
  max-width: 340px;
  padding: 20px;
  background: #111111;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#top-contact .contact-list-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-list-ttl {
    font-size: 1.5rem;
  }
}
#top-contact .contact-list-con {
  width: 100%;
}
#top-contact .contact-list-btn {
  display: block;
  width: 100%;
  height: 60px;
  margin: 20px auto 0;
  background: url(../img/top/contact-line.png) no-repeat 20px center, url(../img/top/contact-target.png) no-repeat calc(100% - 13px) center #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-list-btn {
    font-size: 1.5rem;
  }
}
#top-contact .contact-list-btn02 {
  width: 100%;
  max-width: none;
  height: 60px;
  margin: 20px auto 0;
}
#top-contact .contact-list-btn02::before {
  width: 19px;
  height: 14px;
  margin-right: 12px;
}
#top-contact .contact-tel {
  color: #fff;
}
#top-contact .contact-worktime {
  margin-top: -5px;
}
#top-contact .contact-worktime div {
  justify-content: center;
}
#top-contact .contact-worktime dd {
  color: #fff;
}

/* top-news  PC
------------------------------------ */
#top-news .news-ttl {
  text-align: left;
}
#top-news .news-btn {
  margin-top: 60px;
}
#top-news .news-post {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-news .news-post {
    max-width: 675px;
  }
}

/* top-company  PC
------------------------------------ */
#top-company .company-inner {
  text-align: center;
  position: relative;
}
#top-company .company-inner::before {
  content: "";
  width: 342px;
  height: 183px;
  background: url(../img/top/company-illu.png) no-repeat right top/contain;
  position: absolute;
  right: 0;
  top: -24px;
}
#top-company .company-table-wrap {
  display: inline-block;
  margin: 60px auto 0;
}
#top-company .company-map {
  margin: 23px auto 0;
}

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

  sub layout  all

========================================= */
/* guide  PC
------------------------------------ */
#guide .about-flx {
  max-width: 1080px;
  margin: 60px auto 0;
}
#guide .area {
  display: flex;
  margin: 130px auto 0;
  padding: 20px 0;
  background: url(../img/guide/area-bg.png) no-repeat left bottom/cover;
  justify-content: center;
  align-items: center;
}
#guide .area-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #guide .area-ttl {
    font-size: 2.25rem;
  }
}
#guide .area-txt {
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #guide .area-txt {
    font-size: 1.5rem;
  }
}
#guide .area-img {
  margin-left: 30px;
}
#guide .flow-list {
  margin: 65px auto 0;
}
#guide .flow-list-item:nth-of-type(n+2) {
  position: relative;
}
@media screen and (min-width: 768px) {
  #guide .flow-list-item:nth-of-type(n+2) {
    margin-left: 35px;
  }
}
#guide .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 10px;
  height: 17px;
  background: url(../img/guide/flow-arw.png) no-repeat center/contain;
  position: absolute;
  left: -21px;
  top: 192px;
}
#guide .flow-list-num {
  width: 50px;
  height: 50px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #guide .flow-list-num {
    font-size: 1.5rem;
  }
}
#guide .flow-list-ttl {
  padding-top: 15px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #guide .flow-list-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #guide .flow-list-ttl {
    width: 50px;
    height: 350px;
    writing-mode: vertical-rl;
  }
}
#guide .service-list {
  margin: 65px auto 0;
}
#guide .service-list li {
  padding: 20px;
  background: #b48e19;
}
#guide .service-list-ttl {
  margin: 12px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #guide .service-list-ttl {
    font-size: 1.5rem;
  }
}
#guide .service-box {
  margin: 130px auto 0;
  padding: 50px 30px;
  background: #ba3c3d;
  text-align: center;
}
#guide .service-box-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #guide .service-box-ttl {
    font-size: 2.25rem;
  }
}
#guide .service-box-txt {
  margin: 17px auto 0;
  color: #fff;
  line-height: 2.2;
}

/* about  PC
------------------------------------ */
#about .about-list {
  margin: 80px auto 0;
}
#about .about-list-item {
  width: 100%;
  max-width: 340px;
  padding: 50px 25px 20px;
  background: #f5f1e5;
  position: relative;
}
#about .about-list-num {
  margin: auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
#about .about-list-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #111111;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #ba3c3d;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .about-list-ttl {
    font-size: 1.5rem;
  }
}
#about .about-list-txt {
  margin: 13px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.66;
}
#about .reco {
  margin: 130px auto 0;
}
#about .reco-ttl {
  padding-bottom: 7px;
  background: #111111;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #about .reco-ttl {
    font-size: 2.25rem;
  }
}
#about .reco-ttl-lg {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #about .reco-ttl-lg {
    font-size: 2.5rem;
  }
}
#about .reco-flx {
  margin: 50px auto 0;
}
#about .reco-con {
  max-width: 760px;
}
#about .reco-txt-box p:nth-of-type(n+2) {
  margin-top: 24px;
}
#about .reco-dl {
  max-width: 500px;
  margin-top: 30px;
  padding: 30px 25px;
  border: 2px solid #d5d5d5;
}
#about .reco-dl-item {
  display: flex;
  align-items: center;
  line-height: 1;
}
#about .reco-dl-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#about .reco-dl dt {
  width: 80px;
  height: 40px;
  background: #b48e19;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #about .reco-dl dt {
    font-size: 1.5rem;
  }
}
#about .reco-dl dt.dt02 {
  background-color: #ba3c3d;
}
#about .reco-dl dd {
  margin-left: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #about .reco-dl dd {
    font-size: 1.5rem;
  }
}
#about .reco-dl dd .lg {
  font-size: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ba3c3d;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #about .reco-dl dd .lg {
    font-size: 1.5rem;
  }
}
#about .paint-flx {
  margin: 58px auto 0;
}
#about .paint-txt {
  color: #fff;
}
#about .paint-txt-box {
  max-width: 695px;
}
#about .date {
  background: url(../img/about/date-bg.jpg) no-repeat left bottom/cover;
}
#about .date-txt {
  margin: 54px auto 0;
  text-align: center;
}
#about .date-box {
  margin: 45px auto 0;
  background-color: #fff;
  padding: 50px 60px 60px;
}
#about .date-list-item {
  display: flex;
  width: 100%;
  max-width: 460px;
  padding-bottom: 13px;
  border-bottom: 1px solid #111111;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #about .date-list-item:nth-of-type(2n-1) .date-list-ttl {
    width: 162px;
  }
  #about .date-list-item:nth-of-type(n+3) {
    margin-top: 13px;
  }
}
#about .date-list-ttl {
  width: 195px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #ba3c3d;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #about .date-list-ttl {
    font-size: 1.5rem;
  }
}
#about .date-list-num {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #about .date-list-num {
    font-size: 1.5rem;
  }
}
#about .case-flx {
  margin: 50px auto 0;
}
#about .case-con-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #ba3c3d;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #about .case-con-ttl {
    font-size: 1.5rem;
  }
}
#about .case-con-txt {
  margin-top: 16px;
  line-height: 2.2;
}
#about .feature {
  margin: 70px auto 0;
}
#about .feature-list {
  margin: 30px auto 0;
}
#about .feature-list-item {
  width: 100%;
  max-width: 520px;
  padding: 30px;
  background: #f5f1e5;
}
#about .feature-list-item:nth-of-type(n+3) {
  margin-top: 30px;
}
#about .feature-list-ttl {
  padding: 13px;
  background: #ba3c3d;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .feature-list-ttl {
    font-size: 1.5rem;
  }
}
#about .feature-list-detail {
  display: flex;
  margin: 14px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .feature-list-detail li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #about .feature-list-detail li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #about .feature-list-detail li {
    font-size: 1.5rem;
  }
}
#about .feature-list-detail .ac {
  color: #b48e19;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #about .feature-list-detail .ac {
    font-size: 1.5rem;
  }
}
#about .feature-list-txt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#about .price {
  background: url(../img/about/date-bg.jpg) no-repeat left bottom/cover;
}
#about .price-list {
  margin: 60px auto 0;
}
#about .price-list li {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #about .price-list li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
#about .price-list-ttl {
  width: 100%;
  height: 60px;
  background: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #about .price-list-ttl {
    font-size: 1.5rem;
  }
}
#about .price-list-table {
  width: 100%;
  margin: 15px auto 0;
}
#about .price-list-table tr {
  border-bottom: 1px solid #111111;
}
#about .price-list-table tr:nth-of-type(n+2) th, #about .price-list-table tr:nth-of-type(n+2) td {
  padding-top: 7px;
}
#about .price-list-table th, #about .price-list-table td {
  padding-bottom: 6px;
}
#about .price-list-table th {
  width: 60%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #3169b2;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #about .price-list-table th {
    font-size: 1.5rem;
  }
}
#about .price-list-table td {
  width: 40%;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #about .price-list-table td {
    font-size: 1.5rem;
  }
}

/* service  PC
------------------------------------ */
#service .service-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
#service .service-list-ttl {
  font-size: 4.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #service .service-list-ttl {
    font-size: 2.25rem;
  }
}
#service .service-con {
  margin: 40px auto 0;
}
#service .service-con li {
  display: flex;
  padding: 24px 40px;
  background: #f5f1e5;
  justify-content: space-between;
  align-items: center;
}
#service .service-con li:nth-of-type(n+2) {
  margin-top: 60px;
}
#service .service-con-txt {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

/* other  PC
------------------------------------ */
#other .service-list-item:nth-of-type(n+2) {
  margin-top: 100px;
}
#other .service-list-ttl {
  font-size: 4.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #other .service-list-ttl {
    font-size: 2.25rem;
  }
}
#other .service-con {
  display: flex;
  margin: 40px auto 0;
  flex-wrap: wrap;
}
#other .service-con li {
  width: 100%;
  padding: 20px;
  background: #f5f1e5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #other .service-con li {
    max-width: 340px;
  }
  #other .service-con li:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #other .service-con li:nth-of-type(n+4) {
    margin-top: 30px;
  }
  #other .service-con li.sm {
    padding: 20px 10px;
  }
}
#other .service-con-ttl {
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  #other .service-con-ttl.sm {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #other .service-con-ttl.sm {
    font-size: 1.5rem;
  }
}
#other .service-con-txt {
  margin: 8px auto 0;
  line-height: 1.6;
}

/* works  PC
------------------------------------ */
#works .works-list {
  margin: 60px auto 0;
}
#works .works-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #works .works-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #works .works-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#works .works-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #works .works-list-link:hover {
    opacity: 1;
  }
  #works .works-list-link:hover .works-list-img img {
    width: 110%;
    height: 110%;
  }
}
#works .works-list-img {
  width: 100%;
  height: 0;
  padding-top: 88.2%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
#works .works-list-ttl {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #works .works-list-ttl {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#works .detail-list {
  margin: 30px auto 0;
}
#works .detail-list li {
  width: 100%;
  max-width: 340px;
  height: 0;
  padding-top: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #works .detail-list li:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #works .detail-list li:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#works .detail-txt {
  margin-top: 15px;
  line-height: 2.2;
  white-space: pre-line;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
#contact .contact-form-table tr:nth-of-type(n+2) td {
  border-top: 1px solid #111111;
}
#contact .contact-form-table th {
  background-color: #111111;
  color: #fff;
}/*# sourceMappingURL=all.css.map */