.se-message {
  padding-block: 60px;
}

.se-message__contents {
  background: #F3EFE1;
  padding: 52px;
  display: grid;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000;
}
@media screen and (width <= 768px) {
  .se-message__contents {
    padding: 52px 16px;
  }
}

.se-message__head {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 24px;
  letter-spacing: normal;
  position: relative;
}
.se-message__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 75px;
  height: 2px;
  background-color: #c9af63;
}
@media screen and (width <= 768px) {
  .se-message__head {
    font-size: 24px;
  }
}

.se-message__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (width <= 768px) {
  .se-message__text {
    text-align: left;
    font-size: 16px;
  }
}

.se-feature {
  padding-block: 60px;
}
@media screen and (width <= 768px) {
  .se-feature {
    padding-block: 60px 80px;
  }
}

.se-feature__contents {
  margin-top: 60px;
  display: grid;
  gap: 56px;
}
@media screen and (width <= 768px) {
  .se-feature__contents {
    margin-top: 48px;
  }
}

.se-feature__item {
  display: grid;
  gap: 22px 60px;
  grid-template-columns: 46.42857% 1fr;
  grid-template-rows: 1fr auto;
  color: #000;
}
@media screen and (width <= 768px) {
  .se-feature__item {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    gap: 22px;
  }
}

.re-environment__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  width: calc(100% - 540px - 60px);
}
@media screen and (width <= 992px) {
  .re-environment__body {
    width: 100%;
  }
}

.se-feature__wrap {
  display: grid;
  gap: 14px;
}
@media screen and (width <= 768px) {
  .se-feature__wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (width <= 768px) {
  .se-feature__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.se-feature__text {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}

.se-feature__img {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-row: 1/3;
  border-radius: 8px;
  overflow: hidden;
  margin-inline: auto;
}
.se-feature__item:nth-child(odd) .se-feature__img {
  grid-column: 2/3;
}
.se-feature__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width <= 768px) {
  .se-feature__img {
    grid-row: initial;
    grid-column: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .se-feature__item:nth-child(odd) .se-feature__img {
    grid-row: initial;
    grid-column: initial;
  }
  .se-feature__img img {
    aspect-ratio: 396/264;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.se-evaluation {
  padding-block: 60px;
}
@media screen and (width <= 768px) {
  .se-evaluation {
    padding-block: 60px 80px;
  }
}

.se-evaluation__contents {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (width <= 768px) {
  .se-evaluation__contents {
    grid-template-columns: 1fr;
  }
}

.se-evaluation__link {
  padding: 44px 24px;
  display: grid;
  grid-template-columns: 1fr 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  border-radius: 8px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 1;
}
.se-evaluation__link:hover {
  opacity: 0.7;
  color: #fff;
}
.se-evaluation__link[data-evaluation=performance] {
  background-image: url(../images/service/bg-performance.png);
}
.se-evaluation__link[data-evaluation=case] {
  background-image: url(../images/service/bg-case.png);
}
.se-evaluation__link[data-evaluation=voice] {
  background-image: url(../images/service/bg-voice.png);
}

.se-flow {
  padding-block: 60px 120px;
}

.se-flow__contents {
  margin-top: 60px;
  display: grid;
  gap: 32px;
}
@media screen and (width <= 768px) {
  .se-flow__contents {
    margin-top: 48px;
  }
}

.se-flow__item {
  padding: 48px 40px;
  border-radius: 4px;
  background-color: #F3EFE1;
  display: grid;
  grid-template-columns: 334px 1fr;
  grid-template-rows: 1fr auto;
  color: #000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (width <= 768px) {
  .se-flow__item {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 32px;
    padding: 40px 24px;
  }
}

.se-flow__label {
  grid-row: 1/3;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  display: grid;
  grid-template-columns: 42px 1fr;
}
@media screen and (width <= 768px) {
  .se-flow__label {
    grid-row: initial;
  }
}

.se-flow__num {
  font-size: 32px;
  color: #C9AF63;
  font-family: Inter, "Noto Sans JP", sans-serif, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.se-flow__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.se-flow__link {
  color: #A70A0A;
  text-decoration: underline;
}

.se-flow__details {
  display: grid;
  gap: 16px;
}

.se-flow__head {
  padding-left: 16px;
  border-left: 3px solid #c9af63;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.4;
}
.se-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px 37px;
}
@media screen and (width <= 768px) {
  .se-flow__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

.se-flow__gridItem {
  display: grid;
  gap: 6px;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.se-flow__img {
  position: relative;
  width: 100%;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
}
.se-flow__img img {
  width: 100%;
}

.se-flow__imgLabel {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 8px 6px 7px;
  border-radius: 4px 0;
  background-color: #C9AF63;
  color: #fff;
  font-size: 16px;
  font-family: Inter, "Noto Sans JP", sans-serif, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.se-flow__term {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}