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

.com-anchor {
  scroll-margin-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: 34px;
  }
}
.com-txt .ac {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.com-txt .border {
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}

.marker {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(113, 186, 47, 0.3);
  border-radius: 5.5px;
  position: absolute;
  bottom: -5px;
  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: 140px 0;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-mail {
  display: flex;
  width: 320px;
  height: 60px;
  border: 1px solid #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail {
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.com-mail::before {
  content: "";
  display: block;
  width: 19px;
  height: 14px;
  margin-right: 12px;
  background: url(../img/top/contact-mail.png) no-repeat left center/contain;
}

.com-bg01 {
  background: #fff;
}
.com-bg02 {
  background: #f7f7f7;
}

.com-tel {
  padding-left: 31px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel {
  letter-spacing: 0.05em;
  line-height: 1;
}

.news-post {
  width: 100%;
  max-width: 780px;
}
.news-post-item {
  border-bottom: 1px solid #dedede;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: flex;
  padding: 30px 40px;
  align-items: center;
}
.news-post-time {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.08em;
  line-height: 1.2;
  flex-shrink: 0;
}
.news-post-con {
  width: 100%;
  margin-left: 30px;
}
.news-post-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.3;
}
.news-post-tag li {
  margin: 0 10px 10px 0;
}
.news-post-tag-txt {
  padding: 3px 6px;
  background: #bbbbbb;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.3;
}
.news-post-ttl {
  margin: 0 auto 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  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.08em;
  line-height: 1.5;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  margin: 17px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-wrap {
  margin: 50px auto 0;
  text-align: center;
}
.com-tag-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .com-tag > li {
    margin: 0 10px 10px 0;
  }
}
.com-tag-link {
  padding: 5px 10px;
  border: 1px solid #333333;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-color: #333333;
    color: #fff;
    opacity: 1;
  }
}
.com-tag-link.current {
  background-color: #333333;
  color: #fff;
}

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

  main layout  all

========================================= */
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  margin: auto;
  background: url(../img/top/fixed.jpg) no-repeat center top/cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

/* top-read  PC
------------------------------------ */
#top-read {
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
#top-read .read-inner {
  text-align: right;
}
#top-read .read-txt {
  display: inline-block;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-read .read-txt {
    font-size: 1.5rem;
  }
}
#top-read .read-txt {
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 2.7;
}

/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-deco-r.png) no-repeat right 18vw/23.9% #fff;
  position: relative;
}
#top-about .about-images-item {
  height: 0;
  position: absolute;
}
#top-about .about-images-item01 {
  width: 31.25%;
  padding-top: 21.875%;
  top: -80px;
  top: -4.16vw;
  left: 12.5%;
}
#top-about .about-images-item02 {
  width: 20.3125%;
  padding-top: 28.6%;
  top: 190px;
  top: 9.89vw;
  right: 10.9375%;
}
#top-about .about-images-item03 {
  width: 13.5%;
  padding-top: 13.5%;
  top: 630px;
  top: 32.8125vw;
  right: 33.85%;
}
#top-about .about-images-item04 {
  width: 35.9%;
  padding-top: 25.5%;
  top: 500px;
  top: 26.04vw;
  left: 0;
}
#top-about .about-images-item05 {
  width: 13.5%;
  padding-top: 13.5%;
  top: 1059px;
  top: 55.15vw;
  left: 22.5%;
}
#top-about .about-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .about-con {
    max-width: 615px;
    margin-left: auto;
  }
}
#top-about .about-txt-box {
  margin-top: 51px;
}
#top-about .about-btn {
  margin-top: 50px;
}

/* com-new  PC
------------------------------------ */
.com-new {
  background: #fff;
  position: relative;
  z-index: 0;
}
.com-new::before {
  content: "";
  display: block;
  width: 87.5%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  z-index: -1;
}
.com-new .new-ttl {
  display: flex;
  max-width: 1080px;
  margin: auto;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.com-new .new-ttl .txt {
  display: inline-block;
  padding: 14px 11px;
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-new .new-ttl .txt {
    font-size: 1.5rem;
  }
}
.com-new .new-ttl .txt {
  letter-spacing: 0.16em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.com-new .new-ttl .txt:nth-of-type(n+2) {
  margin-right: 6px;
}
.com-new .new-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-new .new-list-wrap {
    width: 100%;
    max-width: 1080px;
    min-height: 650px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .com-new .new-list-img {
    width: 47.92%;
    height: 650px;
    position: absolute;
  }
}
.com-new .new-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-new .new-list-con {
    max-width: 500px;
  }
}
.com-new .new-list-ttl {
  text-align: center;
}
.com-new .new-list-ttl::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 0 auto 17px;
  background: #1d3919;
}
.com-new .new-list-ttl .ja {
  display: block;
  margin: auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .com-new .new-list-ttl .ja {
    font-size: 1.8rem;
  }
}
.com-new .new-list-ttl .ja {
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}
.com-new .new-list-ttl .en {
  margin: 17px auto 0;
  color: #1d3919;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
}
.com-new .new-list-txt-box {
  margin-top: 65px;
}
.com-new .new-list-btn-wrap {
  margin-top: 50px;
  text-align: right;
}
.com-new .new-cases {
  display: flex;
  max-width: 1080px;
  margin: 140px auto 0;
}
@media screen and (min-width: 768px) {
  .com-new .new-cases > li:nth-of-type(n+2) {
    margin-left: 32px;
  }
}
.com-new .new-cases-item {
  width: 100%;
  max-width: 246px;
}
.com-new .new-cases-link {
  display: block;
}
.com-new .new-cases-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.com-new .new-cases-ttl {
  margin: 15px auto 0;
  padding-left: 23px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
}
.com-new .new-cases-ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin-right: 12px;
  background: #bbbbbb;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.com-new .new-cases-btn-wrap {
  margin: 53px auto 0;
  text-align: center;
}

#top-new::before {
  right: 0;
}
#top-new .new-list-img {
  right: 0;
}

.top-con-wrap {
  height: 180px;
}

#top-reform::before {
  left: 0;
}
#top-reform .new-ttl {
  justify-content: flex-start;
}
#top-reform .new-list-img {
  left: 0;
}
#top-reform .new-list-con {
  margin-left: auto;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 625px;
}
#top-bnr .bnr-list-link {
  display: block;
  height: 445px;
  padding: 70px;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 30px) calc(100% - 30px), url(../img/top/flow-img.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 30px) calc(100% - 30px), url(../img/top/faq-img.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-ttl {
  line-height: 1;
  color: #fff;
}
#top-bnr .bnr-list-ttl .ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .ja {
    font-size: 1.8rem;
  }
}
#top-bnr .bnr-list-ttl .ja {
  letter-spacing: 0.16em;
}
#top-bnr .bnr-list-ttl .en {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.png);
  position: relative;
}
.com-contact::before {
  content: "";
  display: block;
  width: 9%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.com-contact .contact-sub {
  height: 140px;
  background: #fff;
}
.com-contact .contact-flx {
  width: 100%;
}
.com-contact .contact-ttl {
  color: #fff;
  line-height: 1;
}
.com-contact .contact-ttl .ja {
  margin: auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ja {
    font-size: 1.8rem;
  }
}
.com-contact .contact-ttl .ja {
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}
.com-contact .contact-ttl .en {
  margin-top: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.com-contact .contact-con-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.com-contact .contact-list {
  margin-top: 50px;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 27px;
}
.com-contact .contact-list-tel {
  padding-left: 41px;
  background-image: url(../img/top/contact-tel.png);
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-tel {
    font-size: 2rem;
  }
}
.com-contact .contact-list-tel {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.com-contact .contact-map {
  width: 91%;
  margin-left: auto;
}

/* top-news  PC
------------------------------------ */
#top-news .news-ttl .ja {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl .ja {
    font-size: 1.8rem;
  }
}
#top-news .news-ttl .ja {
  color: #333333;
}
#top-news .news-ttl .en {
  font-size: 1.4rem;
  color: #1d3919;
  letter-spacing: 0.08em;
}
#top-news .news-btn {
  margin-top: 80px;
}

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

  sub layout  all

========================================= */
/* concept  PC
------------------------------------ */
.com-about .about-txt {
  margin: 46px auto 0;
}
@media screen and (min-width: 768px) {
  .com-about .about-txt {
    text-align: center;
  }
}

.com-commit .commit-inner {
  max-width: 1320px;
}
.com-commit .commit-box {
  padding: 110px 0 120px;
  background: #f7f7f7;
}
.com-commit .commit-list {
  margin: 55px auto 0;
  max-width: 1080px;
}
.com-commit .commit-list-item {
  padding: 50px;
  background: #fff;
  position: relative;
}
.com-commit .commit-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
.com-commit .commit-list-num {
  padding-bottom: 7px;
  border-bottom: 1px solid;
  color: #1d3919;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #1d3919;
  line-height: 1;
  position: absolute;
  left: 50px;
  top: -10px;
}
.com-commit .commit-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-commit .commit-list-con {
    max-width: 590px;
  }
}
.com-commit .commit-list-txt {
  margin-top: 20px;
}
.com-commit .commit-list-txt .ac {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-commit .commit-list-txt .ac {
    font-size: 1.5rem;
  }
}

.com-bnr {
  background: url(../img/new_build/flow-deco.png) no-repeat calc(50% + 450px) bottom #fff;
}
.com-bnr .bnr-box {
  width: 100%;
  max-width: 625px;
  margin: auto;
}
.com-bnr .bnr-link {
  display: block;
  padding: 95px 60px 100px;
  background: url(../img/new_build/flow-arw.png) no-repeat calc(100% - 60px) center, url(../img/new_build/flow-img.jpg) no-repeat center/cover;
  line-height: 1;
}
.com-bnr .bnr-ttl {
  color: #fff;
}
.com-bnr .bnr-ttl .ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-ttl .ja {
    font-size: 1.5rem;
  }
}
.com-bnr .bnr-ttl .ja {
  letter-spacing: 0.08em;
}
.com-bnr .bnr-ttl .en {
  margin-top: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
}

/* reform  PC
------------------------------------ */
#reform .commit-list-item {
  max-width: 520px;
  padding: 30px 50px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #reform .commit-list-item:nth-of-type(2) {
    margin-top: 0;
  }
  #reform .commit-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#reform .service-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #reform .service-ttl {
    font-size: 1.5rem;
  }
}
#reform .service-ttl {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#reform .service-ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 12px auto 0;
  background: #1d3919;
  position: relative;
}
#reform .service-img {
  margin: -14px auto 0;
}
#reform .service-txt {
  margin: 17px auto 0;
  line-height: 2.1;
}
#reform .bnr-link {
  background-image: url(../img/new_build/flow-arw.png), url(../img/reform/cases.jpg);
}

/* cases  PC
------------------------------------ */
#cases .cases-list {
  margin: 40px auto 0;
}
#cases .cases-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #cases .cases-list-item {
    max-width: 246px;
  }
  #cases .cases-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 32px;
  }
  #cases .cases-list-item:nth-of-type(n+5) {
    margin-top: 25px;
  }
}
#cases .cases-list-link {
  display: block;
}
#cases .cases-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#cases .cases-list-ttl {
  margin: 13px auto 0;
  padding-left: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
}
#cases .cases-list-ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#cases .detail-images {
  display: flex;
  margin: 60px auto 0;
  background: url(../img/cases/arw.png) no-repeat center;
  justify-content: space-between;
}
#cases .detail-images li {
  width: 100%;
  max-width: 510px;
  position: relative;
}
#cases .detail-ba {
  width: 84px;
  height: 34px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#cases .detail-before {
  background: #bbbbbb;
}
#cases .detail-after {
  background: #1d3919;
}
#cases .detail-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#cases .detail-img02 {
  border: 1px solid #1d3919;
}
#cases .detail-dl {
  display: flex;
  align-items: center;
  margin: 38px auto 0;
  flex-wrap: wrap;
}
#cases .detail-dl-item {
  display: flex;
  align-items: flex-start;
}
#cases .detail-dl dt, #cases .detail-dl dd {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #cases .detail-dl dt, #cases .detail-dl dd {
    font-size: 1.5rem;
  }
}
#cases .detail-dl dt, #cases .detail-dl dd {
  letter-spacing: 0.08em;
  color: #333333;
  line-height: 1.5;
}
#cases .detail-dl dt {
  flex-shrink: 0;
}
#cases .detail-txt {
  margin: 26px auto 0;
  white-space: pre-line;
}
#cases .detail-list {
  display: flex;
  margin: 40px auto 0;
  padding: 50px;
  background: #f7f7f7;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cases .detail-list-item {
  width: 100%;
  max-width: 470px;
}
#cases .detail-list-item:nth-of-type(n+3) {
  margin-top: 40px;
}
#cases .detail-list-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

/* flow  PC
------------------------------------ */
#flow .flow-list {
  margin: 60px auto 0;
}
#flow .flow-list-item {
  display: flex;
  padding: 40px 70px;
  border: 1px solid #dedede;
  justify-content: space-between;
  align-items: flex-start;
}
#flow .flow-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#flow .flow-list-num {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-num {
    font-size: 1.5rem;
  }
}
#flow .flow-list-num {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#flow .flow-list-con {
  width: 100%;
  max-width: 810px;
}
#flow .flow-list-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#flow .flow-list-ttl {
  letter-spacing: 0.08em;
  line-height: 1.6;
}
#flow .flow-list-txt {
  margin: 23px auto 0;
}
#flow .flow-list-info {
  display: flex;
  margin: 18px auto 0;
  align-items: center;
}
#flow .flow-list-info li:nth-of-type(n+2) {
  margin-left: 30px;
}
#flow .flow-list-mail {
  width: 260px;
  height: 50px;
  border-color: #333333;
  color: #333333;
  font-size: 1.7rem;
}
#flow .flow-list-mail::before {
  width: 19px;
  height: 14px;
  background-image: url(../img/mail.png);
}
#flow .flow-txt {
  margin: 50px auto 0;
  text-align: center;
}

/* faq  PC
------------------------------------ */
#faq .faq-list {
  margin: 55px auto 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin: 31px auto 0;
  padding-top: 50px;
  border-top: 1px solid #dedede;
}
#faq dl {
  display: flex;
  align-items: flex-start;
}
#faq dl dt {
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #faq dl dt {
    font-size: 1.5rem;
  }
}
#faq dl dt {
  letter-spacing: 0.08em;
  line-height: 47px;
  flex-shrink: 0;
}
#faq dl dd {
  margin-left: 30px;
}
#faq .q {
  background: #f7f7f7;
}
#faq .q-ttl {
  padding-top: 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #faq .q-ttl {
    font-size: 1.5rem;
  }
}
#faq .q-ttl {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#faq .a-txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #faq .a-txt {
    font-size: 1.5rem;
  }
}
#faq .a-txt {
  line-height: 2.1;
  letter-spacing: 0.08em;
  white-space: pre-line;
}
#faq .mt {
  margin-top: 20px;
}

/* company  PC
------------------------------------ */
#company .greeting-ttl {
  margin: 56px auto 0;
  padding: 17px 30px;
  background: #f7f7f7;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #company .greeting-ttl {
    font-size: 1.5rem;
  }
}
#company .greeting-ttl {
  letter-spacing: 0.08em;
  line-height: 1.3;
  position: relative;
}
#company .greeting-ttl::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #1d3919;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#company .greeting-flx {
  margin: 37px auto 0;
}
#company .greeting-con {
  width: 100%;
  max-width: 700px;
}
#company .greeting-con-ttl {
  font-size: 2rem;
}
#company .greeting-txt-box {
  margin-top: 24px;
}
#company .information-inner {
  background: #f7f7f7;
}
#company .information-table {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #company .information-table th {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  #company .information-table td {
    padding-left: 20px;
  }
}
#company .information-map {
  margin: 60px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .about-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  align-items: center;
}
#contact .about-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
#contact .about-tel {
  padding-left: 42px;
  background-image: url(../img/tel.png);
  background-position-y: 55%;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #contact .about-tel {
    font-size: 2rem;
  }
}
#contact .about-worktime {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  align-items: center;
}
#contact .about-worktime .ttl {
  display: block;
  width: 85px;
  height: 30px;
  margin-right: 13px;
  text-align: center;
  border: 1px solid #dedede;
  line-height: 28px;
}
#contact .form-inner {
  max-width: 1320px;
  background: #f7f7f7;
}

/* blog  PC
------------------------------------ */
#news .com-news-link {
  padding: 30px 50px;
  border: 1px solid #dedede;
}
#news .com-news-tag {
  margin-top: 15px;
}
#news .detail-box {
  padding: 30px 50px;
  border: 1px solid #dedede;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 15px 50px;
  border: 1px solid #dedede;
}/*# sourceMappingURL=all.css.map */