@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
.l-lower-strength-hero-wrap {
  position: relative;
  height: 300px;
  background-image: url(../img/strength_mv.jpg);
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-hero-wrap {
    height: 400px;
  }
}
.l-lower-strength-hero-wrap .m-lower-hero-ttl {
  color: #fff;
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-hero-wrap .m-lower-hero-ttl {
    padding-top: 200px;
  }
}
.l-lower-strength-hero-strings {
  position: absolute;
  top: 0;
  right: -120px;
  width: 500px;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-hero-strings {
    width: 772px;
    height: 400px;
    top: 0;
    right: 0;
  }
}
.l-lower-strength {
  position: relative;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .l-lower-strength {
    padding: 100px 0 0;
  }
}
.l-lower-strength::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-strength::after {
    width: 60px;
    height: 300px;
    right: 50px;
    top: -210px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-lower-strength-intro {
  padding: 0 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-intro {
    margin-bottom: 120px;
  }
}
.l-lower-strength-intro-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 10%;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-intro-inner {
    flex-direction: row;
    gap: 10%;
  }
}
.l-lower-strength-intro-img-box {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-intro-img-box {
    width: 210px;
  }
}
.l-lower-strength-intro-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-intro-txt-box {
    width: 500px;
  }
}
.l-lower-strength-intro-top-desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-intro-top-desc {
    font-size: 2.4rem;
  }
}
.l-lower-strength-intro-top-desc span {
  font-size: 2.2rem;
  font-weight: 500;
  color: #e8340c;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-intro-top-desc span {
    font-size: 3rem;
  }
}
.l-lower-strength-intro-bottom-desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}

.l-lower-strength-items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 80px;
}

.l-lower-strength-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item {
    flex-direction: row;
  }
}
.l-lower-strength-item:nth-child(even) {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.l-lower-strength-item-txt-box {
  position: relative;
  width: 100%;
  padding: 50px 40px 30px 40px;
  background-image: url(../../common/img/cmn_bg_base.jpg);
  background-size: auto;
  background-position: right;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item-txt-box {
    padding: 70px 40px 60px 10%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item-txt-box {
    width: 50%;
    padding: 70px 0 60px 16%;
  }
}
.l-lower-strength-item:nth-child(even) .l-lower-strength-item-txt-box {
  padding: 50px 40px 60px 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item:nth-child(even) .l-lower-strength-item-txt-box {
    padding: 70px 10% 60px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item:nth-child(even) .l-lower-strength-item-txt-box {
    padding: 70px 16% 60px 0;
  }
}
.l-lower-strength-item-txt-box::after {
  content: "";
  display: none;
  width: 90px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -90px;
  background-image: url(../../common/img/cmn_bg_base.jpg);
  background-size: auto;
  background-position: left;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item-txt-box::after {
    display: block;
  }
}
.l-lower-strength-item:nth-child(even) .l-lower-strength-item-txt-box::after {
  position: absolute;
  bottom: 0;
  left: -90px;
}

.l-lower-strength-item-ttl {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item-ttl {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
}
.l-lower-strength-item:nth-child(1) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
  content: "01";
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-style: italic;
  color: #e8340c;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -60px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item:nth-child(1) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 6rem;
    top: -80px;
    left: -50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item:nth-child(1) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 8rem;
    top: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .l-lower-strength-item:nth-child(1) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 10rem;
    top: -130px;
  }
}

.l-lower-strength-item:nth-child(2) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
  content: "02";
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-style: italic;
  color: #e8340c;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -60px;
  right: auto;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item:nth-child(2) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 6rem;
    top: -80px;
    right: -50px;
    left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item:nth-child(2) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 8rem;
    top: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .l-lower-strength-item:nth-child(2) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 10rem;
    top: -130px;
  }
}

.l-lower-strength-item:nth-child(3) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
  content: "03";
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-style: italic;
  color: #e8340c;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -60px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item:nth-child(3) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 6rem;
    top: -80px;
    left: -50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item:nth-child(3) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 8rem;
    top: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .l-lower-strength-item:nth-child(3) .l-lower-strength-item-txt-box .l-lower-strength-item-ttl::before {
    font-size: 10rem;
    top: -130px;
  }
}

.l-lower-strength-item-desc {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5;
}

.l-lower-strength-item-img-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-item-img-box {
    width: 50%;
  }
}
.l-lower-strength-item:nth-child(2) .l-lower-strength-item-img-box::before {
  content: "";
  display: inline-block;
  width: 250px;
  height: 35px;
  background-color: #e8340c;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item:nth-child(2) .l-lower-strength-item-img-box::before {
    height: 55px;
    top: -30px;
  }
}
.l-lower-strength-item-deco01 {
  width: 60px;
  height: 140px;
  position: absolute;
  right: 0;
  bottom: -80px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-item-deco01 {
    width: 80px;
    height: 180px;
  }
}
.l-lower-strength-bottom {
  position: relative;
  padding: 100px 40px 100%;
  background-color: #000;
  background-image: url(../img/strength_img05.png);
  background-size: contain;
  background-position: bottom;
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-bottom {
    padding: 100px 40px;
    background-position: right;
  }
}
.l-lower-strength-bottom::before {
  content: "";
  display: block;
  width: 50px;
  height: 200px;
  background-color: #e8340c;
  position: absolute;
  left: 50px;
  top: -150px;
}
@media screen and (min-width: 1000px) {
  .l-lower-strength-bottom::before {
    height: 260px;
  }
}
.l-lower-strength-bottom-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-strength-bottom-txt-box {
  max-width: 720px;
  color: #fff;
}
.l-lower-strength-bottom-desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-bottom-desc {
    font-size: 2.4rem;
  }
}
.l-lower-strength-bottom-desc span {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-strength-bottom-desc span {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
