@charset "UTF-8";
.red-fv,
.red-problems,
.red-solution,
.red-service {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.customers-fv {
  min-height: auto;
}
@media screen and (max-width: 430px) {
  .customers-fv {
    padding-top: 23px;
  }
}
@media screen and (max-width: 430px) {
  .customers-fv .customers-fv__box {
    bottom: 70px;
  }
}

.red-fv {
  width: 100%;
  height: 100svh;
  max-height: 56.6vw;
  min-height: 110rem;
  position: relative;
  padding-top: max(14vw, 130px);
  padding-left: 8vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .red-fv {
    padding-left: 2.25rem;
    padding-top: max(12rem, 80px);
    min-height: inherit;
  }
}
@media screen and (max-width: 430px) {
  .red-fv {
    height: auto;
    max-height: inherit;
    padding-top: 70px;
    padding-left: 0;
  }
}
.red-fv h1 {
  font-size: 3.1vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .red-fv h1 {
    line-height: 1.33;
    font-size: 2.7rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .red-fv h1 {
    margin-bottom: 2.2rem;
  }
}
.red-fv .red-fv__ttl {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  display: block;
}
.red-fv .red-fv__ttl span {
  display: block;
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
}
.red-fv p {
  font-size: 2vw;
  font-weight: 700;
  padding: 2.1rem 1.6rem;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .red-fv p {
    font-size: max(2.1rem, 16px);
    padding: 1rem 2.8rem 1rem 1.5rem;
  }
}
.red-fv p:not(:last-child) {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .red-fv p:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

@media screen and (max-width: 430px) {
  .red-fv__box {
    position: absolute;
    left: 2.25rem;
    bottom: 40px;
  }
}

.red-fv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 430px) {
  .red-fv__bg {
    height: auto;
    position: static;
  }
}

.red-problems {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .red-problems {
    padding-top: 40px;
  }
}
.red-problems .marketing__subttl {
  background: linear-gradient(45deg, #ff3131 0%, #f88129 100%);
  color: #fff;
  font-size: max(4.2rem, 36px);
  line-height: 1.7;
  padding: 12px 80px;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%) !important;
          clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%) !important;
}
@media screen and (max-width: 768px) {
  .red-problems .marketing__subttl {
    font-size: max(2.4rem, 22px);
    padding: 10px 30px;
    margin-top: 50px;
    margin-bottom: 40px;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%) !important;
            clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%) !important;
  }
}
.red-problems .customers-bakuzou-lists {
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .red-problems .customers-bakuzou-lists {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .red-problems .customers-bakuzou-lists li {
    text-align: center;
  }
}
.red-problems .customers-bakuzou-lists li img {
  border-radius: 50%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
  background: linear-gradient(45deg, #ff3131 0%, #f88129 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  .red-problems .customers-bakuzou-lists li img {
    width: 75%;
    margin: 0 auto;
  }
}
.red-problems .customers-bakuzou-lists li p {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .red-problems .customers-bakuzou-lists li p {
    font-size: 16px;
  }
}

.red-solution {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .red-solution {
    padding-bottom: 60px;
  }
}
.red-solution::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.red-solution__arrow {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .red-solution__arrow {
    width: 300px;
  }
}
.red-solution__arrow svg {
  width: 100%;
  height: auto;
}

.red-solution__title {
  padding-top: 60px;
  font-size: max(4.7rem, 31px);
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .red-solution__title {
    font-size: max(2.5rem, 20px);
  }
}
.red-solution__title span {
  background: linear-gradient(45deg, #ff3131 0%, #f88129 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: max(6.5rem, 48px);
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .red-solution__title span {
    font-size: max(3.8rem, 28px);
  }
}

.red-service {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fffff8;
}
@media screen and (max-width: 768px) {
  .red-service {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

.red-service__title {
  font-size: max(4.8rem, 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .red-service__title {
    font-size: max(2.8rem, 22px);
    margin-bottom: 30px;
  }
}

.red-service__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .red-service__points {
    gap: 15px 20px;
    margin-bottom: 40px;
  }
}
.red-service__points span {
  font-size: max(3rem, 24px);
  font-weight: 700;
  color: #ff3131;
}
@media screen and (max-width: 768px) {
  .red-service__points span {
    font-size: 21px;
  }
}

.red-service__phase-img {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .red-service__phase-img {
    margin-bottom: 20px;
  }
}
.red-service__phase-img img {
  max-width: 100%;
  width: 800px;
  height: auto;
}

.red-service__phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .red-service__phase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}

.red-service__phase-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.red-service__phase-tag {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .red-service__phase-tag {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.red-service__phase-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.red-service__phase-steps span {
  position: relative;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  color: #333;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .red-service__phase-steps span {
    font-size: 11px;
    padding: 0 12px;
  }
}
.red-service__phase-steps span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  margin: 0 auto 5px;
}
@media screen and (max-width: 768px) {
  .red-service__phase-steps span::before {
    width: 10px;
    height: 10px;
  }
}
.red-service__phase-steps::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .red-service__phase-steps::before {
    top: 5px;
    left: 12px;
    right: 12px;
  }
}

.red-service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .red-service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.red-service__row-img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .red-service__row-img {
    width: 100%;
  }
}
.red-service__row-img img {
  width: 100%;
  height: auto;
}

.red-service__row-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
  background-color: rgba(255, 49, 49, 0.05);
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .red-service__row-content {
    padding: 20px;
  }
}
.red-service__row-content h4 {
  font-size: max(2rem, 22px);
  font-weight: 700;
  color: #ff3131;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .red-service__row-content h4 {
    font-size: 18px;
  }
}
.red-service__row-content h4:not(:first-child) {
  margin-top: 25px;
}
.red-service__row-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.red-service__row-content ul li {
  font-size: max(1.6rem, 16px);
  line-height: 1.8;
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
}
.red-service__row-content ul li::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .red-service__row-content ul li {
    font-size: 14px;
  }
}

.red-service__row--tanaka {
  margin-top: 30px;
}

.red-service__row-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .red-service__row-phones {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.red-service__phone img {
  width: 150px;
  height: auto;
  border-radius: 20px;
  border: 2px solid #ff3131;
}
@media screen and (max-width: 768px) {
  .red-service__phone img {
    width: 120px;
  }
}

.red-strength {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .red-strength {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.red-strength .marketing__subttl {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .red-strength .marketing__subttl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.red-strength__title {
  font-size: max(4.8rem, 32px);
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .red-strength__title {
    font-size: max(2.8rem, 22px);
    margin-bottom: 50px;
  }
}

.red-strength__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .red-strength__lists {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 500px;
    margin-inline: auto;
    margin-top: 50px;
  }
}

.red-strength__list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .red-strength__list-ttl {
    gap: 1.3rem;
    margin-bottom: 20px;
  }
}
.red-strength__list-ttl h5 {
  font-size: max(3.2rem, 24px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .red-strength__list-ttl h5 {
    font-size: 2rem;
    line-height: 1.36;
  }
}
.red-strength__list-ttl h5 span {
  color: #ff3131;
}

.red-strength__list-num {
  width: 10rem;
  aspect-ratio: 1;
  background-color: #ff3131;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 5.5rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .red-strength__list-num {
    width: 5.5rem;
    font-size: 2.8rem;
    gap: 1px;
  }
}
.red-strength__list-num span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .red-strength__list-num span {
    font-size: max(0.7rem, 6px);
  }
}

.red-strength__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .red-strength__list-body {
    gap: 15px;
  }
}
.red-strength__list-body p {
  font-size: max(1.6rem, 16px);
  line-height: 1.8;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .red-strength__list-body p {
    font-size: 14px;
  }
  .red-strength__list-body p br {
    display: none;
  }
}

.red-strength__list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.red-strength__list-img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .red-strength__list-img img {
    width: 80px;
    height: 80px;
  }
}

.red-voice {
  background-color: rgb(250, 250, 250);
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .red-voice {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.red-voice__title {
  font-size: max(4.8rem, 32px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.red-voice__title .en {
  display: block;
  font-size: max(2.4rem, 21px);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #111;
  background-clip: unset;
  color: #111;
}
@media screen and (max-width: 768px) {
  .red-voice__title .en {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.red-voice__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .red-voice__title {
    font-size: max(2.8rem, 22px);
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .red-voice__title::before {
    width: 150px;
    height: 3px;
  }
}

.red-voice__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .red-voice__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.red-voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--secondary-color);
  padding: 30px 20px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .red-voice__item {
    padding: 25px 20px 35px;
  }
}
.red-voice__item h4 {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: max(2.8rem, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .red-voice__item h4 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.red-voice__item p {
  font-size: max(1.6rem, 16px);
  line-height: 1.8;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .red-voice__item p {
    font-size: 14px;
  }
}

.red-voice__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .red-voice__img {
    margin-bottom: 15px;
  }
}
.red-voice__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.red-reason {
  background-color: rgb(250, 250, 250);
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 280px;
}
@media screen and (max-width: 768px) {
  .red-reason {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.red-reason__title {
  font-size: max(4.8rem, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.red-reason__title .en {
  display: block;
  font-size: max(2.4rem, 21px);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #111;
  background-clip: unset;
  color: #111;
}
@media screen and (max-width: 768px) {
  .red-reason__title .en {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.red-reason__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .red-reason__title {
    font-size: max(2.8rem, 22px);
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .red-reason__title::before {
    width: 150px;
    height: 3px;
  }
}

.red-reason__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .red-reason__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}

.red-reason__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #ff3131;
  padding: 30px 25px 40px;
}
@media screen and (max-width: 768px) {
  .red-reason__item {
    padding: 25px 20px 35px;
  }
}
.red-reason__item h4 {
  font-size: max(3.2rem, 24px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #ff3131;
}
@media screen and (max-width: 768px) {
  .red-reason__item h4 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.7;
  }
}
.red-reason__item p {
  font-size: max(1.6rem, 16px);
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .red-reason__item p {
    font-size: 14px;
  }
}

.red-attraction {
  background: linear-gradient(135deg, #ff3131, #f88129);
  position: relative;
  z-index: 1;
  padding-top: 240px;
  padding-bottom: 120px;
  margin-top: -150px;
  -webkit-clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .red-attraction {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: -50px;
    -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  }
}
.red-attraction h2,
.red-attraction h3,
.red-attraction h4,
.red-attraction p,
.red-attraction li,
.red-attraction span {
  color: #fff;
}

.red-attraction__title.marketing__subttl {
  margin-top: 0;
  background: #fff;
  font-size: max(6.2rem, 40px);
  padding: 16px 120px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .red-attraction__title.marketing__subttl {
    font-size: max(3rem, 22px);
    padding: 12px 10px;
  }
}
.red-attraction__title.marketing__subttl span {
  background: linear-gradient(45deg, #ff3131 0%, #f88129 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.red-attraction__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .red-attraction__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.red-attraction__row:last-child {
  margin-bottom: 0;
}

.red-attraction__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .red-attraction__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.red-attraction__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.red-attraction__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.red-attraction__list li {
  font-size: max(2rem, 20px);
  font-weight: 700;
  line-height: 2.4;
  color: #fff;
  position: relative;
  padding-left: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .red-attraction__list li {
    font-size: 16px;
    padding-left: 0;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    text-align: center;
  }
}
.red-attraction__list li:last-child {
  margin-top: 15px;
}
.red-attraction__list li::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .red-attraction__list li::before {
    display: none;
  }
}
.red-attraction__list li span {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.red-attraction__list li .num {
  font-size: max(6rem, 60px);
}
@media screen and (max-width: 768px) {
  .red-attraction__list li .num {
    font-size: 48px;
  }
}
.red-attraction__list li .txt {
  font-size: max(3rem, 30px);
}
@media screen and (max-width: 768px) {
  .red-attraction__list li .txt {
    font-size: 27px;
  }
}

.red-attraction__text--large p {
  font-size: max(2rem, 20px);
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .red-attraction__text--large p {
    font-size: 14px;
    text-align: left;
  }
}
.red-attraction__text--large p span {
  color: #fff;
}
.red-attraction__text--large p .highlight {
  display: inline;
  color: #ff3131;
  background-color: #fff;
  padding: 4px 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.red-attraction__graph {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.red-attraction__graph img {
  width: 100%;
  height: auto;
}

.red-faq {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .red-faq {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.red-faq__title {
  font-size: max(4.8rem, 32px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.red-faq__title .en {
  display: block;
  font-size: max(2.4rem, 21px);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #111;
  background-clip: unset;
  color: #111;
}
@media screen and (max-width: 768px) {
  .red-faq__title .en {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.red-faq__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .red-faq__title {
    font-size: max(2.8rem, 22px);
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .red-faq__title::before {
    width: 60px;
    height: 3px;
  }
}

.red-faq__list {
  margin: 0;
  padding: 0;
}

.red-faq__item {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .red-faq__item {
    padding: 20px 0;
  }
}
.red-faq__item:first-child {
  border-top: 1px solid #ddd;
}
.red-faq__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: max(2.2rem, 16px);
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .red-faq__item dt {
    font-size: 14px;
    gap: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.7;
  }
}
.red-faq__item dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #ff3131;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .red-faq__item dt span {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}
.red-faq__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  font-size: max(1.8rem, 16px);
  line-height: 1.8;
  color: #555;
  margin: 0;
  padding-left: 51px;
}
@media screen and (max-width: 768px) {
  .red-faq__item dd {
    font-size: 13px;
    gap: 10px;
    padding-left: 38px;
  }
}
.red-faq__item dd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -51px;
}
@media screen and (max-width: 768px) {
  .red-faq__item dd span {
    width: 28px;
    height: 28px;
    font-size: 14px;
    margin-left: -38px;
  }
}

.red-contact {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .red-contact {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.red-contact__title {
  font-size: max(4.8rem, 32px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.red-contact__title .en {
  display: block;
  font-size: max(2.4rem, 21px);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #111;
  background-clip: unset;
  color: #111;
}
@media screen and (max-width: 768px) {
  .red-contact__title .en {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.red-contact__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3131), to(#f88129));
  background: linear-gradient(90deg, #ff3131, #f88129);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .red-contact__title {
    font-size: max(2.8rem, 22px);
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .red-contact__title::before {
    width: 60px;
    height: 3px;
  }
}

.red-contact__lead {
  font-size: max(2.2rem, 18px);
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .red-contact__lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.red-contact__box {
  max-width: 1000px;
  margin-inline: auto;
  background-color: #fafafa;
  padding: 60px 80px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .red-contact__box {
    padding: 40px 20px;
  }
}
.red-contact__box .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .red-contact__box .contact-wrap {
    gap: 20px;
  }
}
.red-contact__box .contact-wrap dt {
  width: 180px;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .red-contact__box .contact-wrap dt {
    width: 100%;
    padding: 0;
  }
}
.red-contact__box .contact-wrap dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .red-contact__box .contact-wrap dd {
    width: 100%;
  }
}
.red-contact__box .wpcf7-text,
.red-contact__box .wpcf7-email,
.red-contact__box .wpcf7-tel,
.red-contact__box .wpcf7-select,
.red-contact__box textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.red-contact__box .wpcf7-text:focus,
.red-contact__box .wpcf7-email:focus,
.red-contact__box .wpcf7-tel:focus,
.red-contact__box .wpcf7-select:focus,
.red-contact__box textarea:focus {
  outline: none;
  border-color: #ff3131;
}
.red-contact__box .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
  cursor: pointer;
}
.red-contact__box textarea {
  min-height: 150px;
  resize: vertical;
}
.red-contact__box .btn--contact {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  background: none !important;
  border: none !important;
}
.red-contact__box .btn--contact::after {
  display: none !important;
}
.red-contact__box .btn--contact .wpcf7-submit {
  display: block;
  margin: 0 auto;
  background: linear-gradient(45deg, #ff3131, #f88129);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 80px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.red-contact__box .btn--contact .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .red-contact__box .btn--contact .wpcf7-submit {
    width: 100%;
    padding: 16px;
  }
}

/* 追従お問い合わせボタン */
.red-fixed-cta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: inline-block;
  background: linear-gradient(45deg, #ff3131, #f88129);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 48px;
  border-radius: 50px;
  border: 3px solid #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 15px rgba(255, 49, 49, 0.4);
          box-shadow: 0 4px 15px rgba(255, 49, 49, 0.4);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  letter-spacing: 0.05em;
  opacity: 0;
  visibility: hidden;
}
.red-fixed-cta:hover {
  opacity: 0.85;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .red-fixed-cta {
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    text-align: center;
    font-size: 15px;
    padding: 16px 0;
    white-space: nowrap;
  }
  .red-fixed-cta:hover {
    -webkit-transform: translateX(-50%) translateY(-2px);
            transform: translateX(-50%) translateY(-2px);
  }
}

.ick-logo {
  display: inline-block;
  height: 1.1em;
  width: auto;
  vertical-align: baseline;
  margin-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .ick-logo {
    height: 1em;
  }
}

.red-solution__title .ick-logo {
  height: 1.2em;
  vertical-align: -0.1em;
}
@media screen and (max-width: 768px) {
  .red-solution__title .ick-logo {
    height: 1.6em;
  }
}

.red-service__title .ick-logo {
  height: 1.2em;
  vertical-align: -0.1em;
}
@media screen and (max-width: 768px) {
  .red-service__title .ick-logo {
    height: 1.6em;
  }
}

.red-strength .marketing__subttl .ick-logo {
  height: 1.3em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .red-strength .marketing__subttl .ick-logo {
    height: 1.6em;
  }
}