.secIntro__ttl + p {
  font-size: 125%;
}
@media screen and (min-width: 1200px) {
  .secIntro__ttl + p {
    font-size: 140.63%;
  }
}

.secWorry__txtWrap p {
  line-height: 2;
}
.secWorry__txtWrap p strong {
  color: var(--main);
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .secWorry__txtWrap {
    font-size: 112.5%;
  }
}
.secWorry__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secWorry__list > li {
  padding-left: 1em;
  margin: 0;
  line-height: 1.5;
  position: relative;
}
.secWorry__list > li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: var(--main);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.secWorry__list > li p {
  line-height: 1.5;
}

.secReform {
  background: linear-gradient(0deg, rgba(31, 92, 44, 0.15) 0%, #fff 60%);
  white-space: nowrap;
}
.secReform__txtWrap p {
  line-height: 2;
}
.secReform__txtWrap p strong {
  color: var(--main);
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .secReform__txtWrap {
    font-size: 125%;
  }
}
.secReform__img {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .secReform__img {
    width: 70%;
    max-width: 600px;
  }
}

@media screen and (min-width: 992px) {
  .secTypes__container {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1440px) {
  .secTypes__container {
    width: calc(100% - 120px);
  }
}
.secTypes__typeList {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}
.secTypes__typeList .listItem__txtWrap {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.secTypes__typeList .listItem__txtWrap_ttl {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  background-color: var(--main);
  color: #fff;
  font-size: 125%;
}
.secTypes__typeList .listItem__txtWrap p {
  padding: 0 1.5em 2em;
  line-height: 1.8;
}
.secTypes__typeList .listItem__txtWrap p strong {
  color: var(--main);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .secTypes__typeList .listItem__txtWrap p {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1200px) {
  .secTypes__typeList .listItem__txtWrap {
    font-size: 112.5%;
  }
}

.secService__txtWrap {
  grid-gap: 1.5em;
}
.secService__txtWrap p strong {
  color: var(--main);
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .secService__txtWrap {
    font-size: 112.5%;
  }
}
.secService__discList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secService__discList > li {
  padding-left: 1em;
  margin: 0;
  line-height: 1.5;
  position: relative;
}
.secService__discList > li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: var(--main);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.secService__discList > li p {
  line-height: 1.5;
}
.secService__serviceList {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .secService__serviceList {
    margin-top: 60px;
  }
}
.secService__serviceList .listItem {
  padding-top: 100% !important;
  border: 2px solid var(--main);
  border-radius: 5px;
  position: relative;
}
.secService__serviceList .listItem__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.secService__serviceList .listItem__img {
  width: 80px;
}
.secService__serviceList .listItem__txt {
  min-height: 3em;
  font-size: 87.5%;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secFlow:first-of-type {
  margin-top: -0.75em;
}
@media screen and (min-width: 768px) {
  .secFlow:first-of-type {
    margin-top: -0.875em;
  }
}
@media screen and (min-width: 768px) {
  .secFlow__container {
    max-width: 650px;
  }
}
@media screen and (min-width: 992px) {
  .secFlow__container {
    max-width: 800px;
  }
}
.secFlow__txtWrap_list {
  font-size: 87.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 1.5em;
  counter-reset: flow_list 0;
}
.secFlow__txtWrap_list > li {
  padding-left: 80px;
  position: relative;
}
.secFlow__txtWrap_list > li::before {
  counter-increment: flow_list 1;
  content: counter(flow_list);
  width: 60px;
  height: 60px;
  padding-top: 0.4em;
  background-color: var(--ac1);
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
          clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  color: var(--main);
  color: #fff;
  text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
  font-size: 166.67%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.05em;
  left: 0;
}
.secFlow__txtWrap_ttl {
  margin-bottom: 0.5em;
  color: var(--main);
  font-size: 128.57%;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .secFlow__txtWrap_list {
    grid-gap: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .secFlow__txtWrap_list {
    font-size: 100%;
  }
}