@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
.l-lower-business-hero-wrap {
  position: relative;
  height: 300px;
  background-image: url(../img/business_mv.jpg);
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-business-hero-wrap {
    height: 400px;
  }
}
.l-lower-business-hero-wrap .m-lower-hero-ttl {
  color: #fff;
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-hero-wrap .m-lower-hero-ttl {
    padding-top: 200px;
  }
}
.l-lower-business-hero-strings {
  position: absolute;
  top: 0;
  right: -120px;
  width: 500px;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-hero-strings {
    width: 772px;
    height: 400px;
    top: 0;
    right: 0;
  }
}
.l-lower-business {
  position: relative;
}

.l-lower-business::after {
  content: "";
  display: block;
  width: 30px;
  height: 150px;
  background-color: #e8340c;
  position: absolute;
  top: -100px;
  right: 25px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
  animation-delay: 1.8s;
}
@media screen and (min-width: 768px) {
  .l-lower-business::after {
    width: 60px;
    height: 300px;
    right: 50px;
    top: -210px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-lower-business-section-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-section-ttl {
    font-size: 4.6rem;
    margin-bottom: 50px;
  }
}
.m-lower-product-inner {
  max-width: 800px;
  margin: 0 auto;
}

.m-lower-product-lists-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-lower-business-information {
  padding: 60px 0 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information {
    padding: 100px 0 140px;
  }
}
.l-lower-business-information-detail {
  overflow: hidden;
}

.l-lower-business-information-detail-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 0;
  gap: 50px;
}
@media screen and (min-width: 1000px) {
  .l-lower-business-information-detail-inner {
    flex-direction: row;
    padding-bottom: 5%;
    gap: 0;
  }
}
.l-lower-business-information-detail-txt-box {
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-business-information-detail-txt-box {
    width: 50%;
    padding: 0 0 0 50px;
  }
}
.l-lower-business-information-detail-catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-detail-catch {
    font-size: 2.4rem;
  }
}
.l-lower-business-information-detail-catch span {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #e8340c;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-detail-catch span {
    font-size: 3rem;
  }
}
.l-lower-business-information-detail-desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-detail-desc {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.l-lower-business-information-detail-desc span {
  color: #e8340c;
}

.l-lower-business-information-detail-img-box {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-business-information-detail-img-box {
    width: 50%;
    text-align: right;
    padding: 0;
  }
}
.l-lower-business-information-detail-image01 {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-detail-image01 {
    width: 450px;
  }
}
.l-lower-business-information-detail-image02 {
  width: 200px;
  position: absolute;
  top: 88%;
  right: 0;
}
@media screen and (min-width: 480px) {
  .l-lower-business-information-detail-image02 {
    width: 60%;
    top: 70%;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-detail-image02 {
    width: 500px;
    top: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-business-information-detail-image02 {
    right: -36%;
  }
}
.l-lower-business-information-frow {
  padding: 0 40px;
  margin-top: 50px;
}

.l-lower-business-information-frow-inner {
  background-image: url(../img/business_flow_bg.png);
  background-repeat: repeat;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-frow-inner {
    padding: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-business-information-frow-inner {
    padding: 80px;
  }
}
.l-lower-business-information-frow-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-frow-ttl {
    font-size: 3.2rem;
  }
}
.l-lower-business-information-frow-ttl span {
  color: #e8340c;
}

.l-lower-business-information-strings {
  width: 70%;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-lower-business-information-strings {
    width: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-business-information-strings {
    width: 790px;
  }
}
.l-lower-product-introduction {
  position: relative;
  padding: 60px 0 70px;
  background-color: rgba(162, 162, 162, 0.12);
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction {
    padding: 100px 0 140px;
  }
}
.l-lower-product-introduction::before {
  content: "";
  display: inline-block;
  width: 130px;
  height: 25px;
  background-color: #e8340c;
  position: absolute;
  top: -12px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction::before {
    width: 250px;
    height: 55px;
    top: 0;
  }
}
.l-lower-product-introduction::after {
  content: "";
  display: none;
  width: 50px;
  height: 250px;
  background-color: #e8340c;
  position: absolute;
  top: 65%;
  left: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction::after {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-product-introduction::after {
    left: 40px;
  }
}

.l-lower-product-introduction-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-intro {
    flex-direction: row;
    gap: 0;
  }
}
.l-lower-product-introduction-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-intro-img-box {
    width: 53%;
  }
}
.l-lower-product-introduction-intro-txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 7%;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-intro-txt-box {
    width: 47%;
    justify-content: flex-start;
  }
}
.l-lower-product-introduction-intro-desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-intro-desc {
    font-size: 3rem;
  }
}
.l-lower-product-introduction-intro-desc span {
  color: #e8340c;
}

.l-lower-product-introduction-contents-wrap {
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-wrap {
    padding: 0 40px;
  }
}
.l-lower-product-introduction-contents-section-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-section-ttl {
    font-size: 3.2rem;
    margin: 130px 0 40px;
  }
}
.l-lower-product-introduction-contents-section-ttl::before,
.l-lower-product-introduction-contents-section-ttl::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #e8340c;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-section-ttl::before,
  .l-lower-product-introduction-contents-section-ttl::after {
    width: 60px;
    height: 3px;
  }
}
.l-lower-product-introduction-contents-section-ttl::before {
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-section-ttl::before {
    margin-right: 50px;
  }
}
.l-lower-product-introduction-contents-section-ttl::after {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-section-ttl::after {
    margin-left: 50px;
  }
}
.l-lower-business-table-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-table-ttl {
    font-size: 2.8rem;
    margin: 80px 0 40px;
  }
}
.l-lower-product-introduction-contents-lists {
  display: flex;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-lists {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-contents-lists {
    gap: 5%;
  }
}
.l-lower-product-introduction-contents-lists li {
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-lists li {
    width: 49%;
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-contents-lists li {
    width: 30%;
  }
}
.l-lower-product-introduction-contents-item-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-item-name {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-contents-item-name {
    font-size: 2.2rem;
  }
}
.l-lower-product-introduction-contents-item-desc {
  line-height: 1.6;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-introduction-contents-item-desc {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-contents-item-desc {
    line-height: 2.5;
    margin-top: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}

table thead th {
  position: relative;
  padding: 10px 20px;
  background-color: #e8340c;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: 400;
  text-align: left;
}

table thead th::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 80%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}

table thead th:last-of-type::after {
  display: none;
}

table tbody td {
  padding: 15px 20px;
  text-align: left;
  border-right: 1px solid #a2a2a2;
}

table tbody td:first-of-type {
  width: 38%;
  font-weight: 700;
}

table tbody td:nth-of-type(2) {
  width: 38%;
}

table tbody td:last-of-type {
  border-right: none;
}

table tbody tr:nth-child(odd) td {
  background-color: #efede3;
  mix-blend-mode: multiply;
}

.l-lower-product-introduction-contents-deco01 {
  width: 100px;
  position: absolute;
  top: 13%;
  right: -50px;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-contents-deco01 {
    width: 15%;
    right: -100px;
  }
}
.l-lower-product-introduction-contents-deco02 {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-introduction-contents-deco02 {
    width: 220px;
    bottom: -120px;
  }
}