@charset "UTF-8";
.strengths {
  line-height: 1.35;
  background: #fff;
}

.strengths__points,
.strengths__cases,
.strengths__cases,
.strengths__flow {
  background: #eeebe9;
}

.strengths__intro-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  padding-bottom: 7rem;
  gap: 3rem;
}
.strengths__intro-inner > p {
  display: none;
}
@media screen and (max-width: 1239px) {
  .strengths__intro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__intro-inner {
    padding-bottom: 3rem;
  }
}

.strengths__intro-body {
  width: 100%;
  max-width: 60rem;
}

.strengths__intro-heading {
  font-size: 4rem;
}
@media screen and (max-width: 1239px) {
  .strengths__intro-heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__intro-heading {
    font-size: 2rem;
  }
}

.strengths__intro-text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 1239px) {
  .strengths__intro-text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__intro-text {
    margin-top: 2rem;
  }
}

.strengths__intro-figure {
  max-width: 58rem;
}
.strengths__intro-figure img {
  width: 100%;
}

.strengths__section-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .strengths__section-title {
    font-size: 2rem;
  }
}

.strengths__points {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .strengths__points {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.strengths__point {
  position: relative;
  background: #fff;
  border-radius: 10px;
  z-index: 10;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .strengths__point {
    width: 100%;
  }
}

.strengths__point-label {
  position: absolute;
  top: -40px;
  left: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 100;
  color: #8c8260;
}
@media screen and (max-width: 1239px) {
  .strengths__point-label {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__point-label {
    font-size: 3rem;
    top: -20px;
  }
}

.trengths__section-title {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.strengths__point-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .strengths__point-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.strengths__points-title {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .strengths__points-title {
    margin-bottom: 3rem;
  }
}

.strengths__point-title {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1239px) {
  .strengths__point-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__point-title {
    margin-bottom: 1.6rem;
  }
}

.strengths__image img {
  width: 100%;
  display: block;
  border-radius: 0 0 10px 10px;
}

.strengths__point-cont {
  padding: 5rem 3.5rem;
  height: 29rem;
}
@media screen and (max-width: 1239px) {
  .strengths__point-cont {
    height: 38rem;
    padding: 4rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__point-cont {
    height: auto;
    padding: 3rem 1.5rem;
  }
}

.strengths__point-grid--bottom {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .strengths__point-grid--bottom {
    margin-top: 3rem;
  }
}

.strengths__cases {
  color: #fff;
}

.strengths__cases-wrap {
  margin-top: -3rem;
  padding-top: 10rem;
  padding-bottom: 12rem;
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
  /* 黒50%のオーバーレイ */
}
.strengths__cases-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .strengths__cases-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0;
  }
}

.strengths__section-title--inverted {
  margin-bottom: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strengths__section-title--inverted {
    margin-bottom: 1rem;
  }
}

.strengths__cases-table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .strengths__cases-table {
    font-size: 1.4rem;
  }
}
.strengths__cases-table th,
.strengths__cases-table td {
  border-bottom: 1px solid #fff;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .strengths__cases-table th,
  .strengths__cases-table td {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .strengths__cases-table .strengths__cases-head {
    width: 11.6rem;
  }
}

.strengths__cases-inner {
  position: relative;
  z-index: 5;
}

.strengths__cases-media {
  border-radius: 10px;
}

.strengths__flow {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .strengths__flow {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.strengths__flow-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .strengths__flow-title {
    margin-bottom: 2rem;
  }
}

.strengths__flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 1239px) {
  .strengths__flow-list {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__flow-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.strengths__flow-item {
  width: 20rem;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .strengths__flow-item {
    padding: 3rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__flow-item {
    width: 100%;
    padding: 2rem 1.6rem;
  }
}
.strengths__flow-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/arrow-right.svg) no-repeat center center;
}
@media screen and (max-width: 1239px) {
  .strengths__flow-item:after {
    right: -22px;
  }
}
@media screen and (max-width: 767px) {
  .strengths__flow-item:after {
    top: 104%;
    right: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.strengths__flow-item:last-child:after {
  display: none;
}

.strengths__flow-icon {
  height: 5rem;
  margin-bottom: 2.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .strengths__flow-icon {
    height: auto;
    margin-bottom: 0;
  }
}

.strengths__flow-head {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  height: 4.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1239px) {
  .strengths__flow-head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__flow-head {
    height: auto;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1239px) {
  .strengths__flow-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .strengths__flow-text {
    text-align: center;
  }
}

.strengths__more-cont {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .strengths__more-cont {
    margin-top: 3rem;
  }
}

.strengths__btn {
  line-height: 1;
}