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

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

.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: 150px 0 120px;
  }
}

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

/*  共通パーツ
------------------------------------ */
.com-border {
  border-bottom: 1px solid #950613;
  position: relative;
}
.com-border::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #950613;
  position: absolute;
  left: 0;
  bottom: 3px;
  pointer-events: none;
}

.news-post {
  width: 100%;
}
.news-post-link {
  display: flex;
  padding: 30px 0 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: space-between;
}
.news-post-con {
  width: 100%;
  max-width: 915px;
}
.news-post-time {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.05em;
  line-height: 1.2;
  flex-shrink: 0;
  color: #5d5d5d;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin: 0 8px 8px 0;
  padding: 2px 7px;
  text-align: center;
  background: #5d5d5d;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  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.05em;
  line-height: 1.3;
}
.news-post-ttl {
  margin-top: 3px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  color: #1f1613;
  letter-spacing: 0.05em;
  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: 230px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #fff;
  outline: 2px solid #f5b86e;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.08em;
  box-shadow: 0 6px #e2d9ce;
  color: #f5b86e;
  align-items: center;
  justify-content: center;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-l.png) no-repeat calc(50% - 560px) calc(100% - 357px), url(../img/top/about-r.png) no-repeat calc(50% + 560px) calc(100% - 508px);
}
#top-about .about-list {
  margin: 47px auto 0;
}
#top-about .about-list-item {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#top-about .about-list-item:nth-of-type(2n-1) {
  width: 249px;
  height: 236px;
  background: url(../img/top/about-list01.png) no-repeat center/cover;
}
#top-about .about-list-item:nth-of-type(2n) {
  width: 231px;
  height: 239px;
  background: url(../img/top/about-list02.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-about .about-list-item:nth-of-type(n+2) {
    margin-left: 40px;
  }
}
#top-about .about-list-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-ttl {
    font-size: 1.7rem;
  }
}
#top-about .about-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.3;
  transform: rotate(-7deg);
}
#top-about .about-txt-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    text-align: center;
  }
}
#top-about .about-btn-wrap {
  margin: 45px auto 0;
}
#top-about .about-map {
  margin: 30px auto 0;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/service-l.png) no-repeat calc(50% - 436px) calc(100% - 124px), url(../img/top/service-r.png) no-repeat calc(50% + 588px) -34px;
}
@media screen and (min-width: 1921px) {
  #top-service {
    background-position-x: left, right;
  }
}
#top-service .service-ttl {
  position: relative;
}
#top-service .service-ttl::before {
  content: "";
  width: 144px;
  height: 56px;
  background: url(../img/top/service-ttl-deco.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 425px);
  top: -30px;
}
#top-service .service-list {
  margin: 50px auto 0;
  padding: 54px 40px;
  background: url(../img/top/service-border.png) repeat-x center top, url(../img/top/service-border.png) repeat-x center bottom;
}
#top-service .service-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
  flex-direction: row-reverse;
}
#top-service .service-list-img {
  position: relative;
}
#top-service .service-list-ttl {
  padding: 19px 13px;
  background-color: #040404;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: -17px;
  left: 24px;
}
#top-service .service-list-ttl02 {
  right: 24px;
  left: auto;
}
#top-service .service-list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-txt {
    font-size: 1.5rem;
  }
}
#top-service .service-list-txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-txt {
    max-width: 615px;
  }
}

/* top-works  PC
------------------------------------ */
#top-works .works-ttl {
  position: absolute;
  right: calc(50% - 490px);
  top: 154px;
}
#top-works .works-ttl-wrap {
  height: 558px;
  background: url(../img/top/works-illu.png) no-repeat calc(50% - 340px) top, url(../img/top/works-ttl-bg.png) no-repeat calc(50% + 110px) bottom;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #top-works .works-ttl-wrap {
    background-position-x: calc(50% - 340px), right;
    background-size: auto, 88.5% 100%;
  }
}
#top-works .works-bg {
  background: url(../img/top/works-l.png) no-repeat calc(50% - 813px) 458px, url(../img/top/works-r.png) no-repeat calc(50% + 710px) 155px;
}
@media screen and (min-width: 1921px) {
  #top-works .works-bg {
    background-position-x: left, right;
  }
}
#top-works .works-list-item {
  width: 100%;
  background: url(../img/top/works-box-lt.png) no-repeat left top, url(../img/top/works-box-rt.png) no-repeat right top, url(../img/top/works-box-lb.png) no-repeat left bottom, url(../img/top/works-box-rb.png) no-repeat right bottom;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #top-works .works-list-item {
    display: flex;
    max-width: 520px;
    min-height: 416px;
    justify-content: center;
    align-items: center;
  }
  #top-works .works-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#top-works .works-list-con {
  width: 100%;
  max-width: 400px;
}
#top-works .works-list-ttl .num {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}
#top-works .works-list-ttl .ttl {
  padding-bottom: 26px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-works .works-list-ttl .ttl {
    font-size: 1.7rem;
  }
}
#top-works .works-list-ttl .ttl {
  letter-spacing: 0;
  line-height: 1.3;
}
#top-works .works-list-txt {
  margin: 28px auto 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-works .works-list-txt {
    font-size: 1.5rem;
  }
}
#top-works .works-list-txt {
  letter-spacing: 0.05em;
  line-height: 2;
}

/* top-career  PC
------------------------------------ */
#top-career .career-bg {
  background: url(../img/top/career-r.png) no-repeat calc(50% + 810px) 308px;
}
@media screen and (min-width: 1921px) {
  #top-career .career-bg {
    background-position: right;
  }
}
#top-career .career-ttl-wrap {
  height: 537px;
  padding-top: 155px;
  background: url(../img/top/career.png) no-repeat calc(50% - 110px) bottom;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #top-career .career-ttl-wrap {
    background-position-x: left;
    background-size: 88.5% 100%;
  }
}
#top-career .career-list-item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-career .career-list-item {
    max-width: 520px;
  }
}
#top-career .career-list-ttl {
  width: 280px;
  height: 201px;
  margin: auto;
  background: url(../img/top/career-list-ttl.png) no-repeat center/contain;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #top-career .career-list-ttl {
    font-size: 2.3rem;
  }
}
#top-career .career-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 201px;
}
#top-career .career-list-img {
  margin: 77px auto 0;
  position: relative;
}
#top-career .career-list-img::after {
  content: "";
  width: 59px;
  height: 59px;
  background: url(../img/top/career-border02.png) no-repeat center/contain;
  position: absolute;
  right: 121px;
  top: -65px;
}
#top-career .career-list-img::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: url(../img/top/career-lt.png) no-repeat left top, url(../img/top/career-rt.png) no-repeat right top, url(../img/top/career-lb.png) no-repeat left bottom, url(../img/top/career-rb.png) no-repeat right bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
#top-career .career-list-img01 {
  background: url(../img/top/);
}
#top-career .career-list-num {
  width: 155px;
  height: 50px;
  padding-right: 20px;
  background: #edc77a;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-career .career-list-num {
    font-size: 1.5rem;
  }
}
#top-career .career-list-num {
  letter-spacing: 0.05em;
  color: #832415;
  line-height: 50px;
  clip-path: polygon(0 0, calc(100% - 45px) 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: -50px;
}
#top-career .career-list-job {
  width: calc(100% - 12px);
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 0 26px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}
#top-career .career-list-job-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  #top-career .career-list-job-ttl {
    font-size: 2.2rem;
  }
}
#top-career .career-list-job-ttl {
  letter-spacing: 0.05em;
}
#top-career .career-list-job-txt {
  margin: 16px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-career .career-list-job-txt {
    font-size: 1.5rem;
  }
}
#top-career .career-list-job-txt {
  letter-spacing: 0.05em;
}
#top-career .career-year {
  display: flex;
  margin: 26px auto 0;
  background: url(../img/top/career-border01.png) no-repeat calc(50% - 1px) 41px;
  justify-content: space-between;
  align-items: flex-start;
}
#top-career .career-year > li:nth-of-type(n+2) {
  margin-top: 29px;
}
#top-career .career-year-item {
  width: 100%;
  max-width: 240px;
  border-color: #040404;
}
#top-career .career-year-item::before {
  background: #040404;
}
#top-career .career-year-item .num {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-career .career-year-item .num {
    font-size: 1.5rem;
  }
}
#top-career .career-year-item .num {
  letter-spacing: 0.05em;
  color: #5d5d5d;
  line-height: 1;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  white-space: nowrap;
}
#top-career .career-year-item .num::before, #top-career .career-year-item .num::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 2px;
  border-top: 1px solid #040404;
  border-bottom: 2px solid #040404;
}
#top-career .career-year-item .num::before {
  margin-right: 14px;
}
#top-career .career-year-item .num::after {
  margin-left: 14px;
}
#top-career .career-year-item .ttl {
  margin: 6px auto 0;
  padding-bottom: 13px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-career .career-year-item .ttl {
    font-size: 1.5rem;
  }
}
#top-career .career-year-item .ttl {
  letter-spacing: 0;
  color: #040404;
}

/* top-recruit  PC
------------------------------------ */
#top-recruit {
  background: url(../img/top/recruit-l.png) no-repeat calc(50% - 356px) 0, url(../img/top/recruit-r.png) no-repeat calc(50% + 573px) 505px;
}
@media screen and (min-width: 1921px) {
  #top-recruit {
    background-position-x: left, right;
  }
}
#top-recruit .recruit-list {
  margin: 50px auto 0;
}
#top-recruit .recruit-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#top-recruit .recruit-list-ttl {
  padding: 15px 20px;
  background: url(../img/top/recruit-ttl-deco.png) no-repeat 16px center, url(../img/top/recruit-ttl-deco.png) no-repeat calc(100% - 16px) center #000000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-list-ttl {
    font-size: 1.5rem;
  }
}
#top-recruit .recruit-list-ttl {
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
}
#top-recruit .recruit-list-table {
  width: 100%;
  margin: 15px auto 0;
}
#top-recruit .recruit-list-table th {
  width: 200px;
  border-bottom: 1px solid #000000;
}
#top-recruit .recruit-list-table td {
  border-bottom: 1px solid #a4a4a4;
}
#top-recruit .recruit-list-table th, #top-recruit .recruit-list-table td {
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-list-table th, #top-recruit .recruit-list-table td {
    font-size: 1.5rem;
  }
}
#top-recruit .recruit-list-table th, #top-recruit .recruit-list-table td {
  letter-spacing: 0.05em;
  color: #5d5d5d;
  line-height: 1.75;
}
#top-recruit .recruit-list-table th {
  color: #000000;
}
#top-recruit .recruit-list-table02 {
  width: 100%;
  margin: 50px auto 0;
}
#top-recruit .recruit-list-table02 tr:nth-of-type(n+2) th {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#top-recruit .recruit-list-table02 tr:nth-of-type(n+2) td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#top-recruit .recruit-list-table02 th, #top-recruit .recruit-list-table02 td {
  padding: 15px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-list-table02 th, #top-recruit .recruit-list-table02 td {
    font-size: 1.5rem;
  }
}
#top-recruit .recruit-list-table02 th, #top-recruit .recruit-list-table02 td {
  letter-spacing: 0.05em;
  color: #5d5d5d;
  line-height: 1.75;
}
#top-recruit .recruit-list-table02 th {
  width: 200px;
  background-color: #000000;
  color: #fff;
}
#top-recruit .recruit-list-table02 td {
  background-color: #e1e1e1;
}

/* top-contact  PC
------------------------------------ */
#top-contact {
  background: url(../img/top/contact-lt.png) no-repeat calc(50% - 560px) 70px, url(../img/top/bg_img.png) no-repeat center 339px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #top-contact {
    background-size: auto, 100% 100%;
    background-position: left 70px, center 339px;
  }
}
#top-contact .contact-illu {
  position: absolute;
  top: 0;
  right: calc(50% - 948px);
}
#top-contact .contact-ttl-wrap {
  max-width: 1080px;
  margin: auto;
}
#top-contact .contact-cta {
  max-width: 320px;
  padding: 35px 0;
  background: url(../img/top/contact-cta-border.png) no-repeat center top, url(../img/top/contact-cta-border.png) no-repeat center bottom;
  margin: 33px 0 0 110px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-cta {
    font-size: 1.5rem;
  }
}
#top-contact .contact-cta {
  letter-spacing: 0.08em;
  line-height: 1;
  color: #832415;
}
#top-contact .contact-box {
  margin: 60px auto 0;
  padding: 60px 0;
  background: url(../img/top/contact-box-border-l.png) no-repeat left top, url(../img/top/contact-box-border-r.png) no-repeat right top #832415;
  text-align: center;
}
#top-contact .contact-box-list {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#top-contact .contact-box-tel {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-box-tel {
    font-size: 1.5rem;
  }
}
#top-contact .contact-box-tel {
  letter-spacing: 0.05em;
  color: #f5b86e;
  line-height: 1;
}
#top-contact .contact-box-tel .num {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-box-tel .num {
    font-size: 3rem;
  }
}
#top-contact .contact-box-tel .num {
  letter-spacing: 0.05em;
}
#top-contact .contact-box-btn {
  width: 100%;
  max-width: 500px;
  clip-path: none;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -5px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-box-btn {
    font-size: 1.5rem;
  }
}
#top-contact .contact-box-btn {
  letter-spacing: 0.05em;
}
#top-contact .contact-box-btn::before, #top-contact .contact-box-btn::after {
  content: none;
}
#top-contact .contact-box-txt {
  margin: 30px auto 0;
  color: #c58c83;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-box-txt {
    font-size: 1.5rem;
  }
}
#top-contact .contact-box-txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#top-contact .contact-box-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #c58c83;
  line-height: 1.6;
  border-bottom: 1px solid;
}
#top-contact .contact-form {
  margin: 50px auto 0;
}
#top-contact .contact-form-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-form-ttl {
    font-size: 1.7rem;
  }
}
#top-contact .contact-form-ttl {
  letter-spacing: 0;
  color: #fff;
}

#contact-form {
  position: relative;
  top: -75px;
}

.contact-form-wrap {
  background: url(../img/top/form-bg-top.png) repeat-x center -352px;
}
.contact-form-bg {
  background: #000000;
}
.contact-form-table tr {
  border-bottom: 1px solid #fff;
}
.contact-form-table th, .contact-form-table td {
  color: #fff;
}

/* top-blog  PC
------------------------------------ */
#top-blog .blog-ttl {
  position: relative;
}
#top-blog .blog-ttl::before {
  content: "";
  width: 154px;
  height: 60px;
  background: url(../img/top/blog-ttl-deco.png) no-repeat center/contain;
  position: absolute;
  right: calc(50% - 430px);
  bottom: 5px;
}
#top-blog .blog-post {
  margin: 45px auto 0;
}
#top-blog .blog-btn {
  width: 100%;
  max-width: 360px;
}
#top-blog .blog-btn-wrap {
  margin: 40px auto 0;
}

/* top-company  PC
------------------------------------ */
#top-company {
  background: url(../img/top/company-bg.png) no-repeat center center/cover;
}
#top-company .company-table {
  width: 100%;
  max-width: 540px;
  margin: 40px 0 0 auto;
}

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

  sub layout  all

========================================= */
/* blog  PC
------------------------------------ */
#blog .com-news-item:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#blog .com-news-time {
  margin-right: 15px;
  flex-shrink: 0;
}

/* site  PC
------------------------------------ */
#site .site-box {
  margin: auto;
}/*# sourceMappingURL=all.css.map */