.str__btn {
  width: 360px;
  display: flex;
  justify-content: right;
  margin-inline: 3rem;
  align-items: center;
}
@media (width < 1024px) {
  .str__btn {
    width: 60%;
  }
}
.str__btn a {
  display: block;
  width: 100%;
  background-color: #a08f6b;
  border-radius: 5px 5px;
  color: #fff;
  text-align: center;
  padding-block: 1.5em;
  transition: opacity 0.3s;
}
.str__btn a:hover {
  opacity: 0.7;
}

.strategy01 {
  margin-left: 3rem;
  display: grid;
  grid-template-columns: 760px 1fr;
}
@media (width < 1024px) {
  .strategy01 {
    grid-template-columns: 100%;
    margin: 0;
    padding-inline: 3rem;
  }
}
.strategy01 .str__box-left {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  border-right: 1px solid #333;
}
@media (width < 1024px) {
  .strategy01 .str__box-left {
    width: 100%;
    border-right: none;
  }
}
.strategy01 .str__box-left .str__txt {
  padding: 6rem 3rem 6rem 0;
  width: 60%;
  min-width: 680px;
}
@media (width < 1024px) {
  .strategy01 .str__box-left .str__txt {
    width: 100%;
    min-width: 100px;
    padding: 4rem 0;
  }
}
.strategy01 .str__box-left h2 {
  width: 60%;
  min-width: 680px;
  margin-bottom: 6rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1c2661;
  position: relative;
}
@media (width < 1024px) {
  .strategy01 .str__box-left h2 {
    width: 70%;
    min-width: 100px;
    font-size: 4rem;
    margin-bottom: 9rem;
  }
}
.strategy01 .str__box-left h2::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #333;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
}
.strategy01 .str__box-left h3 {
  width: 100%;
  border-bottom: 1px solid #1c2661;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  font-size: 2.4rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  color: #1c2661;
}
.strategy01 .str__box-left h3 span {
  display: block;
  width: 60%;
  min-width: 680px;
  padding-bottom: 1rem;
  position: relative;
}
@media (width < 1024px) {
  .strategy01 .str__box-left h3 span {
    width: 80%;
    min-width: 100px;
    font-size: 4.2rem;
  }
}
.strategy01 .str__box-left h3 span::after {
  content: url(../images/asset/one.svg);
  display: block;
  width: 2em;
  position: absolute;
  left: -3em;
  bottom: -0.35em;
}
.strategy01 .str__box-left hgroup {
  padding-block: 6rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #a08f6b;
  width: 60%;
  min-width: 680px;
  letter-spacing: 0.4em;
}
@media (width < 1024px) {
  .strategy01 .str__box-left hgroup {
    width: 100%;
    min-width: 100px;
    font-size: 4.8rem;
  }
}
.strategy01 .str__box-right {
  margin-right: 3rem;
  position: relative;
}
@media (width < 1024px) {
  .strategy01 .str__box-right {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}
.strategy01 .str__box-right::after {
  content: "";
  width: 100%;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1c2661;
}
@media (width < 1024px) {
  .strategy01 .str__box-right::after {
    display: none;
  }
}
.strategy01 .str__box-right hgroup.rl {
  writing-mode: vertical-rl;
  padding: 6rem 3rem 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #a08f6b;
}
@media (width < 1024px) {
  .strategy01 .str__box-right hgroup.rl {
    font-size: 4rem;
  }
}
.strategy01 .str__box-right .str__img {
  padding-inline: 3rem;
  margin-block: 3rem;
  max-width: 670px;
}
@media (width < 1024px) {
  .strategy01 .str__box-right .str__img {
    margin-inline: auto;
  }
}
.strategy01 .str__box-right:last-of-type::after {
  display: none;
}
@media (width < 1024px) {
  .strategy01 > div:first-of-type {
    order: 2;
  }
}
@media (width < 1024px) {
  .strategy01 > div:nth-of-type(2) {
    order: 1;
  }
}
@media (width < 1024px) {
  .strategy01 > div:nth-of-type(3) {
    order: 4;
  }
}
@media (width < 1024px) {
  .strategy01 > div:last-of-type {
    order: 3;
  }
}

.strategy02, .strategy03, .strategy04 {
  padding-top: 9rem;
  position: relative;
}
@media (width < 1024px) {
  .strategy02, .strategy03, .strategy04 {
    padding-inline: 3rem;
  }
}
.strategy02::before, .strategy03::before, .strategy04::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 789.5px;
  background-color: #1c2661;
}
@media (width < 1024px) {
  .strategy02::before, .strategy03::before, .strategy04::before {
    display: none;
  }
}
.strategy02 h3, .strategy03 h3, .strategy04 h3 {
  width: 760px;
  margin-inline: 3rem;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  font-size: 2.4rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  color: #1c2661;
}
@media (width < 1024px) {
  .strategy02 h3, .strategy03 h3, .strategy04 h3 {
    width: 100%;
    font-size: 4rem;
  }
}
.strategy02 h3 span, .strategy03 h3 span, .strategy04 h3 span {
  display: inline-block;
  min-width: 680px;
  padding-bottom: 1rem;
  position: relative;
}
@media (width < 1024px) {
  .strategy02 h3 span, .strategy03 h3 span, .strategy04 h3 span {
    width: 80%;
    min-width: 100px;
  }
}
.strategy02 h3 span::after, .strategy03 h3 span::after, .strategy04 h3 span::after {
  content: url(../images/asset/two.svg);
  display: block;
  width: 2.7em;
  position: absolute;
  left: -3.2em;
  bottom: -0.35em;
}
.strategy02 .str__grid, .strategy03 .str__grid, .strategy04 .str__grid {
  display: grid;
  grid-template-columns: 760px 1fr;
  justify-content: center;
  margin-left: 3rem;
  border-top: 1px solid #1c2661;
}
@media (width < 1024px) {
  .strategy02 .str__grid, .strategy03 .str__grid, .strategy04 .str__grid {
    grid-template-columns: 100%;
    margin-left: 0;
  }
}
.strategy02 .str__grid .str__box-left, .strategy03 .str__grid .str__box-left, .strategy04 .str__grid .str__box-left {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
@media (width < 1024px) {
  .strategy02 .str__grid .str__box-left, .strategy03 .str__grid .str__box-left, .strategy04 .str__grid .str__box-left {
    order: 2;
  }
}
.strategy02 .str__grid .str__box-left .str__txt, .strategy03 .str__grid .str__box-left .str__txt, .strategy04 .str__grid .str__box-left .str__txt {
  padding: 6rem 3rem 6rem 0;
  width: 60%;
  min-width: 680px;
}
@media (width < 1024px) {
  .strategy02 .str__grid .str__box-left .str__txt, .strategy03 .str__grid .str__box-left .str__txt, .strategy04 .str__grid .str__box-left .str__txt {
    width: 100%;
    min-width: 100px;
    padding: 4rem 0;
  }
}
.strategy02 .str__grid .str__box-left hgroup, .strategy03 .str__grid .str__box-left hgroup, .strategy04 .str__grid .str__box-left hgroup {
  padding-block: 6rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #a08f6b;
  width: 60%;
  min-width: 680px;
  letter-spacing: 0.4em;
}
@media (width < 1024px) {
  .strategy02 .str__grid .str__box-left hgroup, .strategy03 .str__grid .str__box-left hgroup, .strategy04 .str__grid .str__box-left hgroup {
    width: 100%;
    font-size: 4.8rem;
    min-width: 100px;
  }
}
.strategy02 .str__grid .str__box-right, .strategy03 .str__grid .str__box-right, .strategy04 .str__grid .str__box-right {
  margin-right: 3rem;
}
@media (width < 1024px) {
  .strategy02 .str__grid .str__box-right, .strategy03 .str__grid .str__box-right, .strategy04 .str__grid .str__box-right {
    order: 1;
  }
}
.strategy02 .str__grid .str__box-right .str__img, .strategy03 .str__grid .str__box-right .str__img, .strategy04 .str__grid .str__box-right .str__img {
  padding: 3rem;
  max-width: 670px;
}
@media (width < 1024px) {
  .strategy02 .str__grid .str__box-right .str__img, .strategy03 .str__grid .str__box-right .str__img, .strategy04 .str__grid .str__box-right .str__img {
    margin-inline: auto;
  }
}

.strategy03 h3 span::after {
  content: url(../images/asset/three.svg);
}

.strategy04 h3 span::after {
  content: url(../images/asset/four.svg);
}

.str__consul {
  position: relative;
}
.str__consul h2 {
  width: 760px;
  margin-inline: 3rem;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c2661;
  padding-top: 9rem;
  position: relative;
}
@media (width < 1024px) {
  .str__consul h2 {
    width: 100%;
    font-size: 4rem;
    margin-bottom: 9rem;
    margin-inline: 0;
  }
}
.str__consul h2::after {
  content: "";
  display: block;
  height: 90%;
  width: 0.5px;
  background-color: #1c2661;
  position: absolute;
  top: 0;
  right: 0;
}
@media (width < 1024px) {
  .str__consul h2::after {
    display: none;
  }
}
.str__consul h2 span {
  display: inline-block;
  min-width: 680px;
  padding-bottom: 1rem;
  position: relative;
}
@media (width < 1024px) {
  .str__consul h2 span {
    width: 70%;
    min-width: 100px;
  }
}
.str__consul h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #1c2661;
  position: absolute;
  bottom: 0.55em;
  left: 0;
}
.str__consul .str__txt {
  margin-block: 4rem;
}
.str__consul .str__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (width < 1024px) {
  .str__consul .str__steps {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 9rem;
  }
}
.str__consul .str__steps li {
  border-left: 1px solid #a08f6b;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.str__consul .str__steps li hgroup {
  font-size: 2rem;
  color: #a08f6b;
  writing-mode: vertical-rl;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.4em;
}
@media (width < 1024px) {
  .str__consul .str__steps li hgroup {
    font-size: 4rem;
  }
}
.str__consul .str__steps li p {
  font-size: 0.9em;
}
.str__consul .str__steps li:first-child {
  margin-bottom: 30%;
}
@media (width < 1024px) {
  .str__consul .str__steps li:first-child {
    margin-bottom: 8%;
  }
}
.str__consul .str__steps li:nth-child(2) {
  margin-top: 10%;
  margin-bottom: 20%;
}
@media (width < 1024px) {
  .str__consul .str__steps li:nth-child(2) {
    margin-top: 8%;
    margin-bottom: 0;
    position: relative;
  }
}
@media (width < 1024px) {
  .str__consul .str__steps li:nth-child(2)::after {
    content: "";
    display: block;
    width: 0.5px;
    height: 100%;
    position: absolute;
    top: 10%;
    right: 0;
    background-color: #a08f6b;
  }
}
.str__consul .str__steps li:nth-child(3) {
  margin-top: 20%;
  margin-bottom: 10%;
}
@media (width < 1024px) {
  .str__consul .str__steps li:nth-child(3) {
    margin-top: 8%;
    margin-bottom: 8%;
  }
}
.str__consul .str__steps li:last-child {
  margin-top: 30%;
  position: relative;
}
@media (width < 1024px) {
  .str__consul .str__steps li:last-child {
    margin-top: 16%;
    margin-bottom: 0;
  }
}
.str__consul .str__steps li:last-child::after {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  position: absolute;
  top: 10%;
  right: 0;
  background-color: #a08f6b;
}
.str__consul::after {
  content: "";
  display: block;
  width: calc(100vw - 6rem);
  border-top: 1px solid #1c2661;
  rotate: 7deg;
  position: absolute;
  bottom: -13%;
  left: 50%;
  transform: translateX(-50%);
}
@media (width < 1024px) {
  .str__consul::after {
    bottom: -4%;
    width: 100%;
  }
}/*# sourceMappingURL=asset.css.map */