@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ShipporiMinchoB1-Regular";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1-Medium";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf");
  font-display: swap;
}
/*	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;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 35px 0 0;
}

.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: 110px 0 140px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  border-top: 10px solid #f1ebda;
  border-bottom: 10px solid #f1ebda;
}

.com-tel-link {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.com-tel-ttl {
  margin-right: 6px;
  font-size: 1.4rem;
}
.com-tel-note {
  display: block;
  margin-top: 4px;
  line-height: 1;
}

.news-post {
  display: flex;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(4n-3)) {
    margin-left: 26px;
  }
  .news-post-item:nth-of-type(n+5) {
    margin-top: 26px;
  }
}
.news-post-link {
  display: block;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  outline: 1px solid #2b2b2b;
  position: relative;
}
.news-post-flx {
  display: flex;
  margin: 22px auto 0;
}
.news-post-time {
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 15px;
  padding-left: 9px;
  border-left: 1px solid;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-tag-txt {
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 1.6rem;
  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 {
  margin-top: 12px;
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(4n-3)) {
    margin-left: 13px;
  }
  .com-tag-item:nth-of-type(n+5) {
    margin-top: 13px;
  }
}
.com-tag-link {
  width: 100%;
  padding: 5px;
  border-radius: 33px;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-color: #2b2b2b;
    opacity: 0.7;
  }
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/about-img.png) no-repeat calc(50% - 86px) top, url(../img/top/bnr-bg.png) no-repeat calc(50% + 100px) calc(100% - 70px);
}
@media screen and (min-width: 768px) {
  #top-about .about-bg {
    overflow: hidden;
  }
}
@media screen and (min-width: 1921px) {
  #top-about .about-bg {
    background-position: left top, right calc(100% - 70px);
  }
}
#top-about .about-con {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #top-about .about-con {
    width: 100%;
    height: 653.73px;
    writing-mode: vertical-rl;
  }
}
#top-about .about-ttl {
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 6rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 3rem;
  }
}
#top-about .about-ttl .sm {
  font-size: 5.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .sm {
    font-size: 2.6rem;
  }
}
#top-about .about-ttl .lg {
  color: #e50012;
  font-size: 7.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .lg {
    font-size: 3.7rem;
  }
}
#top-about .about-ttl-sub {
  display: block;
  margin: 5px 39px 0 0;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-sub {
    font-size: 2rem;
  }
}
#top-about .about-txt {
  margin: 5px 46px 0 0;
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
}
#top-about .about-list {
  display: flex;
  margin: 230px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#top-about .about-list-item {
  width: 100%;
  max-width: 340px;
}
#top-about .about-list-item:nth-of-type(2) {
  margin-top: 150px;
}
#top-about .about-list-item:nth-of-type(3) {
  margin-top: 300px;
}
#top-about .about-list-img {
  width: 100%;
  height: 0;
  padding-top: 108.8%;
  overflow: hidden;
  position: relative;
}
#top-about .about-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-about .about-list-link:hover {
    opacity: 1;
  }
  #top-about .about-list-link:hover img {
    width: 110%;
    height: 110%;
  }
}
#top-about .about-list-con {
  height: 339px;
  padding: 49px 61px 0;
  background: url(../img/top/bnr-deco.png) no-repeat left bottom #2b2b2b;
  position: relative;
}
#top-about .about-list-con::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e50012;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
#top-about .about-list-ttl {
  width: 100%;
  margin-left: auto;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-rl;
}
#top-about .about-list-ttl .lg {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-ttl .lg {
    font-size: 1.9rem;
  }
}
#top-about .about-list-ttl .sm {
  margin-top: 5px;
  margin-right: 35px;
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-ttl .sm {
    font-size: 1.5rem;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-l.png) no-repeat right top, url(../img/top/contact-lb.png) no-repeat left bottom, url(../img/top/contact-r.png) no-repeat left top, url(../img/top/contact-rt.png) no-repeat right top, url(../img/top/com-contact-bg.jpg) no-repeat center/cover;
}
.com-contact .contact-inner {
  position: relative;
}
.com-contact .contact-ttl {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl {
    font-size: 2.1rem;
  }
}
.com-contact .contact-ttl::after {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-ttl::after {
    height: 50px;
  }
}
.com-contact .contact-txt {
  margin: 60px auto 0;
  text-align: center;
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-flx {
  margin: 30px auto 0;
}
.com-contact .contact-box {
  width: 340px;
  padding: 16px 0 19px;
  border: 1px solid #fff;
  text-align: center;
}
.com-contact .contact-btn {
  width: 339px;
  margin-left: 33px;
  background: #fff;
  color: #2b2b2b;
}
.com-contact .contact-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-btn:hover {
    background-color: #faf3e5;
    opacity: 1;
  }
}
.com-contact .contact-time {
  display: flex;
  margin: 39px auto 0;
  justify-content: center;
}
.com-contact .contact-time li {
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-time li {
    font-size: 1.5rem;
  }
}
.com-contact .contact-time li:nth-of-type(n+2) {
  margin-left: 33px;
}
.com-contact-link {
  color: #fff;
  font-size: 2.8rem;
}
.com-contact-ttl {
  font-size: 1.7rem;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: url(../img/top/news-bg.png) no-repeat calc(50% - 450px) 65px;
}
#top-news .news-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 1.9rem;
  }
}
#top-news .news-link {
  display: flex;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #top-news .news-link {
    font-size: 1.5rem;
  }
}
#top-news .news-link::after {
  content: "";
  width: 35px;
  height: 8px;
  margin-left: 18px;
  background: url(../img/top/news-awr.png) no-repeat center/contain;
}
#top-news .news-post {
  margin: 49px auto 0;
}

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

  sub layout  all

========================================= */
/* introduction  PC
------------------------------------ */
#introduction .about {
  background: url(../img/introduction/about-img.png) no-repeat calc(50% + 322px) top, url(../img/introduction/about-bg.png) no-repeat calc(50% - 626px) -180px;
}
@media screen and (min-width: 1921px) {
  #introduction .about {
    background-position: right top, left -180px;
  }
}
#introduction .about-ttl {
  font-family: "ShipporiMinchoB1-Regular", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #e50012;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #introduction .about-ttl {
    font-size: 2rem;
  }
}
#introduction .about-ttl .lg {
  font-size: 4.6rem;
  letter-spacing: 0.2em;
  color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  #introduction .about-ttl .lg {
    font-size: 2.3rem;
  }
}
#introduction .about-txt {
  margin-top: 45px;
}
#introduction .interview {
  background: url(../img/introduction/interview-bg.png) no-repeat calc(50% + 85px) calc(100% - 230px);
}
#introduction .interview-list {
  margin: 60px auto 0;
}
#introduction .interview-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  #introduction .interview-list li {
    height: 540px;
  }
  #introduction .interview-list li:nth-of-type(n+2) {
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 768px) {
  #introduction .interview-list-img {
    position: absolute;
    top: 0;
  }
  #introduction .interview-list-img.left {
    left: -420px;
  }
  #introduction .interview-list-img.right {
    right: -420px;
  }
}
#introduction .interview-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #introduction .interview-list-con {
    max-width: 620px;
  }
  #introduction .interview-list-con.right {
    margin-left: auto;
  }
  #introduction .interview-list-con.right h4, #introduction .interview-list-con.right p {
    padding-left: 80px;
  }
  #introduction .interview-list-con.left h4, #introduction .interview-list-con.left p {
    padding-right: 80px;
  }
}
#introduction .interview-list-ttl {
  padding-bottom: 24px;
  border-bottom: 1px solid #7d7468;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  #introduction .interview-list-ttl {
    font-size: 1.9rem;
  }
}
#introduction .interview-list-txt {
  margin-top: 30px;
}

/* business  PC
------------------------------------ */
.com-business {
  background: url(../img/buisness/business-bg.png) no-repeat center bottom/cover;
}
.com-business .business-txt {
  margin: 50px auto 0;
  text-align: center;
}

#business .person {
  background: url(../img/buisness/company-bg.png) no-repeat calc(50% - 120px) bottom;
}
@media screen and (min-width: 1921px) {
  #business .person {
    background-position: left bottom;
  }
}
#business .person-flx {
  margin: 60px auto 0;
}
#business .person-flx-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #business .person-flx-con {
    max-width: 520px;
    padding-top: 20px;
  }
}
#business .person-flx-btn {
  display: flex;
  height: 60px;
  margin: 45px auto 0;
  border: 1px solid #2b2b2b;
  background: url(../img/buisness/arrow.png) no-repeat calc(100% - 20px) center;
  border-radius: 999px;
  text-align: center;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #business .person-flx-btn {
    font-size: 1.5rem;
  }
}
#business .scene {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 62px 0 57px;
  background: #ebe5d3;
  text-align: center;
  position: relative;
}
#business .scene::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-bottom: 35px solid #ebe5d3;
  border-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
}
#business .scene-ttl {
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #business .scene-ttl {
    font-size: 1.5rem;
  }
}
#business .scene-list {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #business .scene-list li:nth-of-type(n+2) {
    margin-left: 60px;
  }
}
#business .scene-list-ttl {
  margin: 10px auto 0;
  font-family: "ShipporiMinchoB1-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #business .scene-list-ttl {
    display: flex;
    height: 52px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #business .scene-list-ttl {
    font-size: 1.5rem;
  }
}
#business .company {
  margin: 140px auto 0;
}

/* transaction  PC
------------------------------------ */
#transaction .case-list {
  margin: 60px auto 0;
}
#transaction .case-list-item {
  display: flex;
  padding: 50px 60px;
  justify-content: space-between;
  align-items: flex-start;
}
#transaction .case-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#transaction .case-list-img {
  width: 340px;
  height: 240px;
  position: relative;
}
#transaction .case-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #transaction .case-list-con {
    max-width: 580px;
  }
}
#transaction .case-list-ttl {
  white-space: pre-line;
}
#transaction .case-list-txt {
  margin-top: 20px;
  font-size: 1.6rem;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #transaction .case-list-txt {
    font-size: 1.5rem;
  }
}

/* company  PC
------------------------------------ */
#company .company {
  background: url(../img/company/company-bg.png) no-repeat calc(50% - 521px) top;
}
@media screen and (min-width: 1921px) {
  #company .company {
    background-position: left top;
  }
}
#company .company-box {
  margin: 50px auto 0;
  padding: 40px 80px;
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 30px auto 0;
  text-align: center;
}

/* news  PC
------------------------------------ */
#news .news-tag-ttl {
  margin: 40px auto 0;
  padding-bottom: 10px;
}
#news .news-post {
  margin: 50px auto 0;
}
#news .detail-box {
  padding: 40px 50px;
}
#news .detail .news-post-tag {
  margin: 20px auto 0;
  padding: 10px 0 0;
  border-left: none;
  justify-content: flex-end;
}/*# sourceMappingURL=all.css.map */