@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ly_wrapBase {
  max-width: 1030px;
}

.un_traHead {
  background: #f4f9f9;
  background-image: url(../../img/training/bg_tra_kv_smp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 750px) {
  .un_traHead {
    background-image: url(../../img/training/bg_tra_kv.png);
    background-size: 140%;
  }
}
.un_traHead_inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 76px;
  padding-top: 20.2666666667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
  padding-right: 20px;
  padding-right: 5.3333333333vw;
  padding-left: 20px;
  padding-left: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_traHead_inner {
    max-width: 1180px;
    padding: 76px 15px 80px;
  }
}
.un_traHead_ttl {
  display: inline-block;
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-bottom: 5.3333333333vw;
}
.un_traHead_ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.un_traHead_ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (min-width: 750px) {
  .un_traHead_ttl {
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
}
.un_traHead_lead {
  letter-spacing: 3px;
  line-height: 1.75;
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
.un_traHead_lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.un_traHead_lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (min-width: 750px) {
  .un_traHead_lead {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
}
.un_traHead_kv {
  position: relative;
  left: 17px;
  left: 4.5333333333vw;
  margin-bottom: 30px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .un_traHead_kv {
    width: 496px;
    aspect-ratio: 496/414;
    position: absolute;
    left: unset;
    right: -30px;
    top: 24px;
  }
}
.un_traHead_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traHead_btn {
    flex-direction: row;
    gap: 20px;
  }
}
.un_traHead_btn a {
  width: 211px;
  width: 56.2666666667vw;
}
@media screen and (min-width: 750px) {
  .un_traHead_btn a {
    width: 210px;
  }
}

.un_traCont01 {
  background: #f3f9f9;
  padding-top: 76px;
  padding-top: 20.2666666667vw;
  padding-bottom: 80px;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traCont01 {
    padding: 80px 0;
  }
}
.un_traCont01_hl {
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_traCont01_hl {
    margin-bottom: 80px;
  }
}
.un_traCont01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  gap: 8vw;
}
@media screen and (min-width: 750px) {
  .un_traCont01_list {
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}
.un_traCont01_listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  gap: 4.8vw;
}
@media screen and (min-width: 750px) {
  .un_traCont01_listItem {
    width: 310px;
    gap: 18px;
  }
}
.un_traCont01_listItem figure {
  background: #fff;
  border-radius: 100%;
  padding: 20px;
  padding: 5.3333333333vw;
  line-height: 0;
}
@media screen and (min-width: 750px) {
  .un_traCont01_listItem figure {
    padding: 20px;
  }
}
.un_traCont01_listItem figure img {
  position: relative;
  right: -1px;
}
.un_traCont01_listItem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  gap: 4.8vw;
}
@media screen and (min-width: 750px) {
  .un_traCont01_listItem dl {
    gap: 18px;
  }
}
.un_traCont01_listItem dl dt,
.un_traCont01_listItem dl dd {
  text-align: center;
}
.un_traCont01_listItem dl dt {
  color: #0a0a0a;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .un_traCont01_listItem dl dt {
    font-size: 2rem;
  }
}
.un_traCont01_listItem dl dd {
  color: #4a5565;
  line-height: 1.8;
}
.un_traCont01_listItem dl dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.un_traCont01_listItem dl dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

.un_traCont02 {
  background: #fff;
}
.un_traCont02_hl {
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
  font-size: 24px;
  font-size: 6.4vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  padding-top: 50px;
  padding-top: 13.3333333333vw;
  padding-bottom: 50px;
  padding-bottom: 13.3333333333vw;
  text-align: center;
}
.un_traCont02_hl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.un_traCont02_hl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 750px) {
  .un_traCont02_hl {
    font-size: 3.2rem;
    padding: 40px 0;
  }
}
.un_traCont02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 10.6666666667vw;
  padding-top: 80px;
  padding-top: 21.3333333333vw;
  padding-bottom: 80px;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traCont02_list {
    gap: 60px;
    padding: 100px 0 80px;
  }
}
@media screen and (min-width: 750px) {
  .un_traCont02_listItem {
    width: 700px;
    margin: 0 auto;
  }
}
.un_traCont02_listItem dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 4.8vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-bottom: 2.6666666667vw;
  color: #101828;
}
@media screen and (min-width: 750px) {
  .un_traCont02_listItem dt {
    gap: 18px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.un_traCont02_listItem dt::before {
  display: block;
  content: "";
  background-image: url(../../img/training/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  width: 6.4vw;
  height: 24px;
  height: 6.4vw;
  position: relative;
  top: 5px;
  top: 1.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traCont02_listItem dt::before {
    width: 24px;
    height: 24px;
    top: 5px;
  }
}
.un_traCont02_listItem dd {
  color: #4a5565;
  padding-left: 42px;
  padding-left: 11.2vw;
}
@media screen and (min-width: 750px) {
  .un_traCont02_listItem dd {
    padding-left: 42px;
  }
}

.un_traCont03 {
  background: #ecf0f0;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 80px;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traCont03 {
    padding: 80px 0;
  }
}
.un_traCont03_hl {
  margin-bottom: 20px;
  margin-bottom: 5.3333333333vw;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .un_traCont03_hl {
    margin-bottom: 20px;
  }
}
.un_traCont03_lead {
  color: #4a5565;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_traCont03_lead {
    margin-bottom: 80px;
  }
}
.un_traCont03_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  gap: 6.6666666667vw;
  margin-bottom: 80px;
  margin-bottom: 21.3333333333vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flow {
    flex-direction: row;
    gap: 25px;
    margin-bottom: 80px;
  }
}
.un_traCont03_flowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  gap: 5.3333333333vw;
  position: relative;
  z-index: 1;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 30px;
  padding-top: 8vw;
  padding-bottom: 30px;
  padding-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem {
    gap: 20px;
    padding: 30px;
    width: calc((100% - 60px) / 4);
    height: 160px;
  }
}
.un_traCont03_flowItem::before, .un_traCont03_flowItem::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 44.6vw 0 44.6vw;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem::before, .un_traCont03_flowItem::after {
    border-width: 80px 0 80px 14px;
  }
}
.un_traCont03_flowItem::before {
  top: 0;
  left: 0;
  border-color: #ecf0f0 transparent transparent transparent;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem::before {
    border-color: transparent transparent transparent #ecf0f0;
  }
}
.un_traCont03_flowItem::after {
  left: 0;
  bottom: -14px;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem::after {
    bottom: unset;
    left: unset;
    right: -14px;
    top: 0;
  }
}
.un_traCont03_flowItem .__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: YakuHanJP, "Heebo", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #00706b;
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem .__step {
    font-size: 2rem;
    margin-top: -75px;
  }
}
.un_traCont03_flowItem .__step span {
  font-size: 62px;
  font-size: 16.5333333333vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem .__step span {
    font-size: 6.2rem;
  }
}
.un_traCont03_flowItem .__ttl {
  font-weight: 700;
  line-height: 1.25;
  color: #101828;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem .__ttl {
    white-space: nowrap;
  }
}
.un_traCont03_flowItem .__txt {
  font-weight: 500;
  color: #0a1c21;
  opacity: 0.5;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem .__txt {
    position: absolute;
    bottom: 1.5em;
  }
}
.un_traCont03_flowItem:nth-child(1) {
  background: linear-gradient(180deg, #b7fee9 0%, #9df9e3 51%, #81f3dc 100%);
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem:nth-child(1) {
    padding-left: 20px;
    background: linear-gradient(90deg, #b7fee9 0%, #9df9e3 51%, #81f3dc 100%);
  }
}
.un_traCont03_flowItem:nth-child(1)::before {
  display: none;
}
.un_traCont03_flowItem:nth-child(1)::after {
  border-color: #81f3dc transparent transparent transparent;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem:nth-child(1)::after {
    border-color: transparent transparent transparent #81f3dc;
  }
}
.un_traCont03_flowItem:nth-child(2) {
  background: linear-gradient(180deg, #86f4dc 0%, #63eed5 51%, #4de7d0 100%);
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem:nth-child(2) {
    background: linear-gradient(90deg, #86f4dc 0%, #63eed5 51%, #4de7d0 100%);
  }
}
.un_traCont03_flowItem:nth-child(2)::after {
  border-color: #4de7d0 transparent transparent transparent;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem:nth-child(2)::after {
    border-color: transparent transparent transparent #4de7d0;
  }
}
.un_traCont03_flowItem:nth-child(3) {
  background: linear-gradient(180deg, #4ee9d0 0%, #36d7c6 51%, #28cbbf 100%);
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem:nth-child(3) {
    background: linear-gradient(90deg, #4ee9d0 0%, #36d7c6 51%, #28cbbf 100%);
  }
}
.un_traCont03_flowItem:nth-child(3)::after {
  border-color: #28cbbf transparent transparent transparent;
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem:nth-child(3)::after {
    border-color: transparent transparent transparent #28cbbf;
  }
}
.un_traCont03_flowItem:nth-child(4) {
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
  background: linear-gradient(180deg, #27cdc0 0%, #15bbb4 51%, #07b0af 100%);
}
@media screen and (min-width: 750px) {
  .un_traCont03_flowItem:nth-child(4) {
    padding-bottom: 30px;
    background: linear-gradient(90deg, #27cdc0 0%, #15bbb4 51%, #07b0af 100%);
  }
}
.un_traCont03_flowItem:nth-child(4)::after {
  display: none;
}
.un_traCont03_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_traCont03_detail {
    flex-direction: row;
    gap: 80px 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.un_traCont03_detailItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  gap: 4vw;
}
@media screen and (min-width: 750px) {
  .un_traCont03_detailItem {
    width: calc((100% - 50px) / 2);
    gap: 15px;
  }
}
.un_traCont03_detailItem dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 2.6666666667vw;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 5px;
  padding-bottom: 1.3333333333vw;
  border-bottom: 1px solid #99a1af;
}
@media screen and (min-width: 750px) {
  .un_traCont03_detailItem dt {
    gap: 10px;
    padding-bottom: 5px;
  }
}
.un_traCont03_detailItem dt span {
  font-family: YakuHanJP, "Heebo", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #009689;
  position: relative;
  top: 2px;
}
.un_traCont03_detailItem dd {
  color: #364153;
  list-style: 1.6;
}
.un_traCont03_detailItem dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.un_traCont03_detailItem dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.un_traCont04 {
  padding-top: 80px;
  padding-top: 21.3333333333vw;
  padding-bottom: 80px;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traCont04 {
    padding: 80px 0;
  }
}
.un_traCont04_hl {
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_traCont04_hl {
    margin-bottom: 80px;
  }
}
.un_traCont04_blockWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_traCont04_blockWrap {
    gap: 80px;
  }
}
.un_traCont04_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traCont04_block {
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 750px) {
  .un_traCont04_block:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.un_traCont04_block figure {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 750px) {
  .un_traCont04_block figure {
    width: 480px;
  }
}
@media screen and (min-width: 750px) {
  .un_traCont04_block dl {
    width: calc(100% - 480px - 30px);
  }
}
.un_traCont04_block dl dt {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-bottom: 4vw;
  letter-spacing: 0;
}
@media screen and (min-width: 750px) {
  .un_traCont04_block dl dt {
    margin-bottom: 5px;
  }
}
.un_traCont04_block dl dt span {
  font-family: YakuHanJP, "Heebo", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #009689;
}
@media screen and (min-width: 750px) {
  .un_traCont04_block dl dt span {
    font-size: 1.6rem;
  }
}
.un_traCont04_block dl dt p {
  font-size: 20px;
  font-size: 5.3333333333vw;
  color: #101828;
}
@media screen and (min-width: 750px) {
  .un_traCont04_block dl dt p {
    font-size: 2.4rem;
  }
}
.un_traCont04_block dl dd {
  color: #4a5565;
  line-height: 1.6;
}
.un_traCont04_block dl dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.un_traCont04_block dl dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.un_traCont05 {
  background: #fff;
  padding-top: 80px;
  padding-top: 21.3333333333vw;
  padding-bottom: 80px;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_traCont05 {
    padding: 80px 0;
  }
}
.un_traCont05_hl {
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_traCont05_hl {
    margin-bottom: 80px;
  }
}
.un_traCont05_blockWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .un_traCont05_blockWrap {
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.un_traCont05_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
  border-radius: 14px;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 30px;
  padding-top: 8vw;
  padding-bottom: 30px;
  padding-bottom: 8vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_traCont05_block {
    gap: 30px;
    padding: 30px;
  }
}
.un_traCont05_block .__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  width: 48vw;
  height: 40px;
  height: 10.6666666667vw;
  margin: 0 auto;
  border-radius: 100vh;
  font-family: YakuHanJP, "Heebo", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .un_traCont05_block .__ttl {
    width: 180px;
    height: 40px;
  }
}
.un_traCont05_block.__before {
  background: #f3f4f6;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.un_traCont05_block.__before .__ttl {
  color: #364153;
  background: #c1c1c1;
}
.un_traCont05_block.__before ul li {
  text-indent: -16px;
  padding-left: 16px;
}
.un_traCont05_block.__before ul li::before {
  display: inline-block;
  content: "";
  background: #99a1af;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.un_traCont05_block.__after {
  background: #f0fdf4;
  border: 1px solid #96f7e4;
}
.un_traCont05_block.__after .__ttl {
  color: #fff;
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
}
.un_traCont05_block.__after ul li {
  text-indent: -24px;
  padding-left: 24px;
}
.un_traCont05_block.__after ul li::before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.un_traCont05_block.__after ul li:nth-child(1)::before {
  background-image: url(../../img/training/icon_cont05_01.svg);
}
.un_traCont05_block.__after ul li:nth-child(2)::before {
  background-image: url(../../img/training/icon_cont05_02.svg);
}
.un_traCont05_block.__after ul li:nth-child(3)::before {
  background-image: url(../../img/training/icon_cont05_03.svg);
}
.un_traCont05_block_arr {
  margin: 30px;
  margin: 8vw;
}
@media screen and (min-width: 750px) {
  .un_traCont05_block_arr {
    margin: 0 20px 0 30px;
  }
}
.un_traCont05_block_arr::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16vw 25vw 0 25vw;
  border-color: #0abe82 transparent transparent transparent;
}
@media screen and (min-width: 750px) {
  .un_traCont05_block_arr::after {
    border-width: 85px 0 85px 60px;
    border-color: transparent transparent transparent #0abe82;
  }
}

.un_tra_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  gap: 2.1333333333vw;
}
.un_tra_head span {
  display: inline-block;
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-size: 8.5333333333vw;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .un_tra_head span {
    font-size: 3.2rem;
  }
}
.un_tra_head span::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #0abe82 0%, #0bbb9d 51%, #0db7b7 100%);
}