body {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

main {
  text-align: left;
}

.first_wrap {
  color: var(--sub-color);
  margin-bottom: 150px;
  font-weight: 600;
  text-align: justify;
}
.first_wrap img {
  margin-bottom: 70px;
}

h2 {
  color: var(--main-color);
  font-weight: 900;
  border-bottom: 10px solid var(--main-color);
  text-align: center;
  display: table;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

h2 + span {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

section {
  border: 3px solid var(--black);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 250px;
  position: relative;
  font-weight: normal;
}
section::after {
  content: "";
  display: block;
  width: 3px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: var(--black);
  height: 200px;
  margin-left: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
section:last-of-type::after {
  display: none;
}
section .imgflow {
}
section .imgflow-sp {
  display: none;
}
section .flowtext {
  margin-top: 50px;
  text-align: justify;
}
section .flowtext + .image {
  margin-top: 50px;
}
section .image {
  width: 50%;
}
section.bar_act_tobottom.bar::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

section#mc dl {
  margin-top: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section#mc dl dt {
  background-color: var(--main-color);
  word-break: keep-all;
  padding: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 100px;
  color: #fff;
}
section#mc dl dd {
  padding-left: 50px;
}

section#common dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted var(--black);
  margin-bottom: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
}
section#common dl:first-of-type {
  margin-top: 0;
}
section#common dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
section#common dl dt {
  width: 20%;
  word-break: keep-all;
  font-weight: 700;
}
section#common dl dd {
  width: 80%;
}
section#common dl dd ul {
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  margin-top: 30px;
}
section#common dl .example {
  background-color: #f8f7ef;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 750px) {
  h1 {
    margin-bottom: 20px;
  }
  .first_wrap img {
    margin-bottom: 30px;
    aspect-ratio: 4/1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section#mc dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#mc dl dt {
    margin-left: 0;
  }
  section#mc dl dd {
    padding: 10px;
  }
  section#common dl {
    margin: 0;
    padding: 20px 0;
  }
  section#common dl {
    margin: 0;
    padding: 20px 0;
  }
  section#common dl dt {
    width: 15%;
    word-break: keep-all;
  }
  section#common dl dd {
    width: 85%;
  }
  section#common dl dd ul {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  }
  section#common dl:last-of-type {
    border-bottom: none;
  }
  section#common dl .example {
    background-color: #f8f7ef;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .first_wrap {
    margin-bottom: 70px;
  }
  section {
    margin-bottom: 150px;
    padding: 15px;
  }
  section:last-of-type {
    margin-bottom: 50px;
  }
  section::after {
    height: 100px;
    bottom: -25px;
  }
  section .flowtext {
    margin-top: 30px;
  }
  section .flowtext + .image {
    margin-top: 30px;
  }
  section .imgflow {
    display: none;
  }
  section .imgflow-sp {
    display: block;
  }
  section#common dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#common dl dt {
    width: 100%;
  }
  section#common dl dd {
    width: 100%;
  }
  section#common dl .example {
    background-color: #f8f7ef;
    padding: 15px;
    border-radius: 15px;
  }
}/*# sourceMappingURL=training.css.map */