@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: 25px;
  }
}
.com-txt .ac {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

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

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

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #faebeb;
}
.com-bg02 {
  background: url(../img/ptn.png);
}

.com-box {
  border-radius: 10px;
  outline: 2px solid #c60f14;
  background: #fff;
}

.com-dl {
  display: flex;
  align-items: center;
}
.com-dl div {
  display: flex;
  align-items: center;
}
.com-dl div:nth-of-type(n+2) {
  margin-left: 30px;
}
.com-dl dt {
  width: 80px;
  height: 26px;
  background: #c60f14;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-dl dt {
    font-size: 1.5rem;
  }
}
.com-dl dt {
  letter-spacing: 0;
  color: #fff;
  line-height: 26px;
}
.com-dl dd {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-dl dd {
    font-size: 1.5rem;
  }
}
.com-dl dd {
  letter-spacing: 0;
  color: #000;
}

.com-tel {
  padding-left: 33px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel {
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .news-post-item:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
.news-post-link {
  display: block;
  padding: 10px 10px 30px;
  border-radius: 10px 10px 0 0;
  background: #faebeb;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 68.75%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.news-post-flx {
  margin: 20px auto 0;
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  color: #c60f14;
  letter-spacing: 0.04em;
  line-height: 1.6;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 11px;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin: 0 6px 6px 0;
  padding: 3px 15px;
  text-align: center;
  background: #ffba42;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.04em;
  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 #c60f14;
  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: #c60f14;
  align-items: center;
  justify-content: center;
}

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

  main layout  all

========================================= */
/* top-greeting  PC
------------------------------------ */
#top-greeting .greeting-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-con {
    max-width: 420px;
    margin-left: 53px;
  }
}
#top-greeting .greeting-txt-box {
  margin-top: 40px;
}
#top-greeting .greeting-btn {
  margin: 48px 0 0;
}

/* top-feature  PC
------------------------------------ */
#top-feature {
  background: #faebeb;
}
#top-feature .feature-list {
  display: flex;
  margin: 80px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-item {
    max-width: 520px;
  }
  #top-feature .feature-list-item:nth-of-type(n+3) {
    margin-top: 70px;
  }
}
#top-feature .feature-list-box {
  padding: 64px 30px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-box {
    height: 200px;
  }
}
#top-feature .feature-list-box hgroup {
  width: 100%;
  position: absolute;
  left: 29px;
  top: -31px;
}
#top-feature .feature-list-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top-feature .feature-list-txt {
    font-size: 1.5rem;
  }
}
#top-feature .feature-list-txt {
  line-height: 1.7;
}

/* top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-left.png) no-repeat calc(50% - 497px) 175px, url(../img/top/about-right.png) no-repeat calc(50% + 468px) 152px;
}
#top-about .about-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
  align-items: center;
}
#top-about .about-list-item {
  padding: 0 13px;
  background: url(../img/border_bg.png);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-item {
    font-size: 1.5rem;
  }
}
#top-about .about-list-item {
  color: #c60f14;
  border: 2px solid #c60f14;
  border-radius: 5px;
  line-height: 1.5;
}
#top-about .about-list-item:nth-of-type(n+2) {
  margin-left: 20px;
}
#top-about .about-txt {
  margin: 30px auto 0;
  text-align: center;
}

/* top-products  PC
------------------------------------ */
#top-products {
  background: url(../img/ptn.png);
}
#top-products .products-list {
  display: flex;
  margin: 45px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top-products .products-list-item {
  max-width: 520px;
}
#top-products .products-list-item:nth-of-type(n+3) {
  margin-top: 21px;
}
#top-products .products-list-item:nth-of-type(n+3) .products-list-ttl {
  font-size: 2rem;
}
#top-products .products-list-img {
  border-radius: 10px;
  overflow: hidden;
}
#top-products .products-list-ttl {
  margin: 6px auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-products .products-list-ttl {
    font-size: 1.5rem;
  }
}
#top-products .products-list-ttl {
  letter-spacing: 0.08em;
  color: #000000;
}
#top-products .products-btn {
  margin: 50px auto 0;
}

/* top-bonus  PC
------------------------------------ */
#top-bonus .bonus-box {
  padding: 100px 140px 55px;
  background: #c60f14;
  outline: 5px solid #fff;
  outline-offset: -15px;
  position: relative;
}
#top-bonus .bonus-box::before, #top-bonus .bonus-box::after {
  content: "";
  position: absolute;
}
#top-bonus .bonus-box::before {
  width: 153px;
  height: 204px;
  background: url(../img/top/pre-lb.png) no-repeat left top/contain;
  left: -24px;
  bottom: -20px;
}
#top-bonus .bonus-box::after {
  width: 212px;
  height: 251px;
  background: url(../img/top/pre-rt.png) no-repeat left top/contain;
  right: -36px;
  top: -38px;
}
#top-bonus .bonus-box-bg::before, #top-bonus .bonus-box-bg::after {
  content: "";
  width: 131px;
  height: 142px;
  position: absolute;
}
#top-bonus .bonus-box-bg::before {
  background: url(../img/top/pre-lt.png) no-repeat left top/contain;
  left: 0;
  top: 0;
}
#top-bonus .bonus-box-bg::after {
  background: url(../img/top/pre-rb.png) no-repeat left top/contain;
  right: 0;
  bottom: 0;
}
#top-bonus .bonus-ttl {
  display: flex;
  padding: 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top-bonus .bonus-ttl {
    font-size: 1.8rem;
  }
}
#top-bonus .bonus-ttl {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}
#top-bonus .bonus-ttl::before {
  content: "";
  width: 224px;
  height: 96px;
  margin: auto;
  background: url(../img/top/pre-rbn.png) no-repeat center top/contain;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}
#top-bonus .bonus-ttl-sub {
  height: 48px;
  margin-right: 24px;
  padding: 0 28px;
  text-align: center;
  background: #ffba42;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-bonus .bonus-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-bonus .bonus-ttl-sub {
  letter-spacing: 0.04em;
  color: #c60f14;
  line-height: 48px;
}
#top-bonus .bonus-list {
  margin: 29px 0 0 29px;
}
#top-bonus .bonus-list li {
  display: flex;
}
#top-bonus .bonus-list li:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-bonus .bonus-list .num {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: #fff;
  text-align: center;
  font-size: 1.9rem;
  color: #c60f14;
  border-radius: 50%;
  line-height: 30px;
  flex-shrink: 0;
}
#top-bonus .bonus-list .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-bonus .bonus-list .txt {
    font-size: 1.5rem;
  }
}
#top-bonus .bonus-list .txt {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.5;
}
#top-bonus .bnr {
  display: flex;
  margin: 165px auto 0;
  justify-content: space-between;
}
#top-bonus .bnr-item {
  width: 100%;
  max-width: 340px;
  padding: 79px 0 59px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
#top-bonus .bnr-item::before {
  content: "";
  width: 70px;
  height: 70px;
  margin: auto;
  background: url(../img/top/bnr-ico01.png) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
#top-bonus .bnr-img01 {
  background: url(../img/top/bnr-img01.jpg) no-repeat center/cover;
}
#top-bonus .bnr-img02 {
  background: url(../img/top/bnr-img02.jpg) no-repeat center/cover;
}
#top-bonus .bnr-img02::before {
  background-image: url(../img/top/bnr-ico02.png);
}
#top-bonus .bnr-img03 {
  background: url(../img/top/bnr-img03.jpg) no-repeat center/cover;
}
#top-bonus .bnr-img03::before {
  background-image: url(../img/top/bnr-ico03.png);
}
#top-bonus .bnr-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-bonus .bnr-ttl {
    font-size: 1.5rem;
  }
}
#top-bonus .bnr-ttl {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
}
#top-bonus .bnr-link {
  display: block;
  width: 200px;
  height: 50px;
  margin: 27px auto 0;
  border-radius: 999px;
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 10px) center #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-bonus .bnr-link {
    font-size: 1.5rem;
  }
}
#top-bonus .bnr-link {
  letter-spacing: 0.04em;
  color: #000000;
  line-height: 50px;
}
@media screen and (min-width: 768px) {
  #top-bonus .bnr-link:hover {
    background-color: #c60f14;
    background-image: url(../img/top/com-btn-arw.png);
    color: #fff;
    opacity: 1;
  }
}

/* top-contact  PC
------------------------------------ */
#top-contact {
  background: url(../img/border_bg_red.png);
}
#top-contact .contact-txt {
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-txt {
    font-size: 1.5rem;
  }
}
#top-contact .contact-txt {
  line-height: 2;
  color: #fff;
}
#top-contact .contact-box {
  width: 100%;
  max-width: 580px;
  margin: 40px auto 0;
  padding: 33px 0 43px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
#top-contact .contact-box::before {
  content: "";
  width: 180px;
  height: 235px;
  background: url(../img/top/contact-illu.png) no-repeat right top/contain;
  position: absolute;
  top: 8px;
  right: -153px;
}
#top-contact .contact-tel {
  padding-left: 40px;
  background-image: url(../img/top/contact-tel.png);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-tel {
    font-size: 2rem;
  }
}
#top-contact .contact-tel {
  letter-spacing: 0;
  color: #000000;
}
#top-contact .contact-dl {
  margin: 10px auto 0;
  justify-content: center;
}
#top-contact .contact-line {
  display: flex;
  width: 100%;
  max-width: 350px;
  margin: 20px auto 0;
  padding: 13px 0;
  border-radius: 999px;
  background: #ffba42;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-line {
    font-size: 1.5rem;
  }
}
#top-contact .contact-line {
  letter-spacing: 0.04em;
  color: #000000;
  justify-content: center;
  align-items: center;
}
#top-contact .contact-line::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 11px;
  background: url(../img/top/contact-line.png) no-repeat center/contain;
}

/* top-news  PC
------------------------------------ */
#top-news .news-post {
  margin: 50px auto 0;
}
#top-news .news-btn {
  margin: 50px auto 0;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .about-txt-box {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  #about .about-txt-box {
    max-width: 520px;
  }
}
#about .profile {
  background: #faebeb;
}
#about .profile-box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px 35px 32px 38px;
  position: relative;
}
#about .profile-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-right: 35px solid #ffffff;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #about .profile-box {
    max-width: 760px;
  }
}
#about .profile-flx {
  margin: 50px auto 0;
}
#about .profile-name {
  color: #c60f14;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #about .profile-name {
    font-size: 1.5rem;
  }
}
#about .profile-name {
  letter-spacing: 0.08em;
  line-height: 1.4;
}
#about .profile-name .lg {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #about .profile-name .lg {
    font-size: 1.5rem;
  }
}
#about .profile-name .lg {
  letter-spacing: 0.08em;
  color: #000000;
}
#about .profile-dl {
  margin-top: 20px;
}
#about .profile-dl div {
  display: flex;
  align-items: flex-start;
}
#about .profile-dl div:nth-of-type(n+2) {
  margin-top: 6px;
}
#about .profile-dl dt {
  width: 86px;
  height: 34px;
  background: #c60f14;
  text-align: center;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .profile-dl dt {
    font-size: 1.5rem;
  }
}
#about .profile-dl dt {
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 34px;
}
#about .profile-dl dd {
  margin-top: 5px;
  margin-left: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .profile-dl dd {
    font-size: 1.5rem;
  }
}
#about .profile-dl dd {
  line-height: 1.6;
  color: #000000;
}

/* guide  PC
------------------------------------ */
#guide .flow-list {
  margin: 80px auto 0;
}
#guide .flow-list-item {
  position: relative;
}
#guide .flow-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#guide .flow-list hgroup {
  position: absolute;
  left: -11px;
  top: -30px;
}
#guide .flow-list hgroup .num {
  flex-shrink: 0;
}
#guide .flow-list hgroup .ja {
  width: 240px;
}
#guide .flow-list-box {
  padding: 60px 51px 36px 64px;
}
#guide .flow-list-dl {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #guide .flow-list-dl {
    max-width: 500px;
  }
}
#guide .flow-list-dl {
  padding: 20px 20px 20px;
  background: #faebeb;
}
#guide .flow-list-dl dt, #guide .flow-list-dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #guide .flow-list-dl dt, #guide .flow-list-dl dd {
    font-size: 1.5rem;
  }
}
#guide .flow-list-dl dt, #guide .flow-list-dl dd {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#guide .flow-list-dl dt {
  color: #c60f14;
}
#guide .service {
  background-image: url(../img/guide/service-left.png), url(../img/guide/service-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 450px) 177px, calc(50% + 400px) 238px;
}
#guide .service-txt-box {
  margin: 42px auto 0;
}
@media screen and (min-width: 768px) {
  #guide .service-txt-box {
    text-align: center;
  }
}

/* products  PC
------------------------------------ */
#products .products-list {
  margin: 60px auto 0;
}
#products .products-list-item:nth-of-type(n+2) {
  margin: 67px auto 0;
}
#products .products-list-flx {
  margin: 30px auto 0;
}
#products .products-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #products .products-list-con {
    max-width: 520px;
    position: relative;
  }
}
#products .products-list-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #products .products-list-txt {
    font-size: 1.5rem;
  }
}
#products .products-list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.875;
}
#products .products-list-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}
#products .products-list-case {
  width: 100%;
  padding: 45px 20px 40px;
  border-radius: 10px;
  background: #faebeb;
}
@media screen and (min-width: 768px) {
  #products .products-list-case {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#products .products-list-case-ttl {
  width: 174px;
  height: 42px;
  margin: auto;
  background: #c60f14;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%, 0 100%, 12px 50%);
  text-align: center;
  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) {
  #products .products-list-case-ttl {
    font-size: 1.5rem;
  }
}
#products .products-list-case-ttl {
  letter-spacing: 0.08em;
  line-height: 42px;
  color: #fff;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
}
#products .products-list-case-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #products .products-list-case-txt {
    font-size: 1.5rem;
  }
}
#products .products-list-case-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.875;
}

/* case  PC
------------------------------------ */
#case .case-list {
  margin: 50px auto 0;
}
#case .case-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #case .case-list-item {
    max-width: 340px;
  }
  #case .case-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #case .case-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#case .case-list-img {
  width: 100%;
  height: 0;
  padding-top: 70.5%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#case .case-list-ttl {
  margin: 20px auto 0;
}
#case .case-list-txt {
  margin: 18px auto 0;
  line-height: 1.625;
}

/* access  PC
------------------------------------ */
#access .company-table-wrap {
  margin: 45px auto 0;
}
#access .map-txt {
  margin: 50px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #access .map-txt {
    font-size: 1.5rem;
  }
}
#access .map-txt {
  letter-spacing: 0.08em;
  line-height: 2;
}
#access .map-ggmap {
  margin: 20px auto 0;
  border-radius: 10px;
  overflow: hidden;
}

/* news  PC
------------------------------------ */
#news .com-news-link {
  padding: 30px;
}
#news .com-news-img img {
  border-radius: 10px;
}
#news .detail-box {
  padding: 30px;
}

/* contact  PC
------------------------------------ */
#contact .contact-box {
  margin: 50px auto 0;
}
#contact .contact-form-table {
  border-radius: 10px;
  outline: 1px solid #c60f14;
  overflow: hidden;
}
#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 #c60f14;
}
#contact .contact-form-table th {
  background: #c60f14;
  color: #fff;
}
#contact .contact-form-table .required-mark {
  width: 62px;
  height: 24px;
  background: #ffba42;
  text-align: center;
  border-radius: 999px;
  color: #c60f14;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-form-table .required-mark {
    font-size: 1.5rem;
  }
}
#contact .contact-form-table .required-mark {
  letter-spacing: 0.07em;
  line-height: 21px;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 25px 50px;
}/*# sourceMappingURL=all.css.map */