:root {
  --font: #333;
  --aqua: #4465e0;
  --link: #4465e0;
  --pink: #c2048d;
  --border: #ccc;
}

@media only screen and (max-width: 740px) {
  .c-ttl-txt .-en img {
    height: 0.22rem;
  }
}

.p-training.-training {
  background: #2691ea;
}
.p-training.-training .p-training-ttl {
  color: #fff;
}
.p-training.-training .p-training-lead {
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-training.-career {
    background: radial-gradient(circle 4rem at 90% 5%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), radial-gradient(circle 4rem at 20% 90%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), #dce5ff;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training.-career {
    background: radial-gradient(circle 6rem at 90% 20%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), radial-gradient(circle 6rem at 20% 100%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), #dce5ff;
  }
}

@media only screen and (max-width: 740px) {
  .p-training-ttl {
    margin-left: 0.3rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-training-lead {
    margin-left: 0.3rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-training-container {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-container {
    margin-top: 0.35rem;
  }
}

.p-training-sec {
  background: rgba(246, 249, 254, 0.7);
}
@media only screen and (max-width: 740px) {
  .p-training-sec {
    margin-top: 0.2rem;
    padding: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-sec {
    margin-top: 0.3rem;
    padding: 0.6rem;
  }
}

.p-training-sec-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: var(--aqua);
}
@media only screen and (max-width: 740px) {
  .p-training-sec-ttl {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-sec-ttl {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-training-flow-container {
    margin-right: -0.2rem;
  }
}
.p-training-flow-inr {
  display: flex;
}
@media only screen and (max-width: 740px) {
  .p-training-flow-inr {
    width: 9.2rem;
    padding-right: 0.2rem;
  }
}
.p-training-flow-item {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.p-training-flow-item:not(:last-child) {
  border-right: 1px solid var(--aqua);
}
.p-training-flow-item:not(:last-child) .p-training-flow-hl:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  translate: -1px 0;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-training-flow-item:not(:last-child) .p-training-flow-hl:after {
    width: 0.18rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-flow-item:not(:last-child) .p-training-flow-hl:after {
    width: 0.2rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-training-flow-item:not(:last-child):nth-child(odd) .p-training-flow-hl:after {
    border: 0.27rem solid transparent;
    border-left: 0.18rem solid #fff;
    border-right: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-flow-item:not(:last-child):nth-child(odd) .p-training-flow-hl:after {
    border: 0.3rem solid transparent;
    border-left: 0.2rem solid #fff;
    border-right: none;
  }
}
@media only screen and (max-width: 740px) {
  .p-training-flow-item:not(:last-child):nth-child(even) .p-training-flow-hl:after {
    border: 0.27rem solid transparent;
    border-left: 0.18rem solid #eaf2fe;
    border-right: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-flow-item:not(:last-child):nth-child(even) .p-training-flow-hl:after {
    border: 0.3rem solid transparent;
    border-left: 0.2rem solid #eaf2fe;
    border-right: none;
  }
}
@media only screen and (max-width: 740px) {
  .p-training-flow-item {
    padding: 0 0.1rem 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-flow-item {
    padding: 0 0.15rem 0.15rem;
  }
}
.p-training-flow-item:nth-child(even) .p-training-flow-hl {
  background: #eaf2fe;
}

.p-training-flow-hl {
  display: grid;
  place-content: center;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: var(--aqua);
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-training-flow-hl {
    margin: 0 calc(-0.1rem - 1px) 0.3rem;
    font-size: 0.16rem;
    height: 0.58rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-flow-hl {
    margin: 0 calc(-0.15rem - 1px) 0.35rem;
    font-size: 0.18rem;
    height: 0.6rem;
  }
}

.p-training-flow-img .-img {
  display: grid;
  place-content: center;
  width: 100%;
  height: 0.52rem;
}
.p-training-flow-img figcaption {
  color: var(--aqua);
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-training-flow-img figcaption {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-flow-img figcaption {
    font-size: 0.22rem;
  }
}

.p-training-flow-txt {
  margin-top: 0.4em;
  margin-bottom: 1.5em;
}

.p-training-flow-list {
  margin-top: auto;
}
.p-training-flow-list li {
  background: var(--aqua);
  color: #fff;
  border-radius: 0.04rem;
  margin-top: 0.03rem;
  padding: 0 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-training-flow-list li {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-flow-list li {
    font-size: 0.14rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-training-support {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-training-support-item:not(:first-child) {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-support-item {
    flex: 0 0 calc((100% - 0.5rem) / 2);
    display: flex;
    gap: 0.2rem;
    position: relative;
  }
  .p-training-support-item:nth-child(odd):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--aqua);
    position: absolute;
    right: -0.25rem;
    top: 0;
  }
}

@media print, screen and (min-width: 741px) {
  .p-training-support-img {
    flex: 0 0 2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-training-support-body {
    margin-top: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-support-body {
    flex: 1 1 auto;
  }
}

.p-training-support-hl {
  color: var(--aqua);
  font-weight: 600;
}
@media only screen and (max-width: 740px) {
  .p-training-support-hl {
    font-size: 0.18rem;
    margin-bottom: 0.2em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-support-hl {
    font-size: 0.22rem;
    margin-bottom: 0.5em;
  }
}

.p-training-step {
  background: rgba(246, 249, 254, 0.7);
}
.p-training-step-inr {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 740px) {
  .p-training-step-inr {
    width: 8.4rem;
    padding-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-inr {
    padding-top: 0.3rem;
  }
}

.p-training-step-item {
  flex: 1 1 100%;
}
@media only screen and (max-width: 740px) {
  .p-training-step-item {
    padding-inline: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-item {
    padding-inline: 0.2rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-training-step-item:nth-child(1) {
    border-bottom: 0.4rem solid var(--aqua);
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-item:nth-child(1) {
    border-bottom: 0.5rem solid var(--aqua);
  }
}
@media only screen and (max-width: 740px) {
  .p-training-step-item:nth-child(2) {
    border-bottom: 0.9rem solid var(--aqua);
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-item:nth-child(2) {
    border-bottom: 1.1rem solid var(--aqua);
  }
}
@media only screen and (max-width: 740px) {
  .p-training-step-item:nth-child(3) {
    border-bottom: 1.4rem solid var(--aqua);
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-item:nth-child(3) {
    border-bottom: 1.7rem solid var(--aqua);
  }
}

.p-training-step-item-inr {
  border-left: 2px solid var(--aqua);
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-training-step-item-inr {
    padding-left: 0.2rem;
    padding-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-item-inr {
    padding-left: 0.3rem;
    padding-bottom: 0.2rem;
  }
}

.p-training-step-hl {
  color: #fff;
  background: var(--aqua);
  text-align: center;
  font-weight: 600;
  padding-block: 0.1em 0.2em;
}
@media only screen and (max-width: 740px) {
  .p-training-step-hl {
    width: 1.4rem;
    font-size: 0.17rem;
    margin-left: -0.2rem;
    margin-bottom: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-hl {
    width: 1.8rem;
    font-size: 0.22rem;
    margin-left: -0.3rem;
    margin-bottom: 0.1rem;
  }
}

.p-training-step-img .-icon {
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 740px) {
  .p-training-step-img .-icon {
    height: 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-img .-icon {
    height: 1rem;
  }
}
.p-training-step-img figcaption {
  color: var(--aqua);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 740px) {
  .p-training-step-img figcaption {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-img figcaption {
    font-size: 0.21rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-training-step-txt {
    font-size: 0.13rem;
  }
}
.p-training-step-offer {
  color: #fff;
  position: absolute;
  top: calc(100% + 0.2rem);
}
@media only screen and (max-width: 740px) {
  .p-training-step-offer {
    left: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-step-offer {
    left: 0.3rem;
  }
}

.p-training-career {
  background: #fff;
}
@media only screen and (max-width: 740px) {
  .p-training-career {
    margin-top: 0.35rem;
    padding: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-career {
    margin-top: 0.2rem;
    padding: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
  }
}

.p-training-career-hl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: var(--aqua);
  letter-spacing: 0;
}
@media only screen and (max-width: 740px) {
  .p-training-career-hl {
    font-size: 0.2rem;
    text-align: center;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-career-hl {
    font-size: 0.28rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-training-career-data {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
}

.p-training-career-data-item {
  background: #eaf2fe;
  border: 1px solid #fff;
  border-radius: 1rem;
}
@media only screen and (max-width: 740px) {
  .p-training-career-data-item {
    margin-top: 0.1rem;
    height: 1.7rem;
    padding: 0.03rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-career-data-item {
    flex: 0 0 2.4rem;
    height: 1.36rem;
    padding: 0.05rem;
  }
}
.p-training-career-data-item > div {
  display: block;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(93, 109, 164, 0.7), rgba(202, 207, 226, 0.8), #e9eaf4, rgba(202, 207, 226, 0.8), rgba(93, 109, 164, 0.7));
  padding: 0.01rem;
  overflow: hidden;
}
.p-training-career-data-item > div > div {
  display: grid;
  place-content: center;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #eaf2fe;
  color: var(--aqua);
}

.p-training-career-data-hl {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.8em;
  min-height: 2.6em;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 740px) {
  .p-training-career-data-hl {
    font-size: 0.17rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-career-data-hl {
    font-size: 0.14rem;
  }
}

.p-training-career-data-val {
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .p-training-career-data-val {
    font-size: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-career-data-val {
    font-size: 0.24rem;
  }
}
.p-training-career-data-val .-num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  line-height: 0.7;
}
@media only screen and (max-width: 740px) {
  .p-training-career-data-val .-num {
    font-size: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-career-data-val .-num {
    font-size: 0.44rem;
  }
}

.p-training-career-data-offer {
  margin-top: 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-training-career-data-offer {
    font-size: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-training-career-data-offer {
    font-size: 0.12rem;
  }
}