.c-page-hdr {
  background-image: url("../img/ttl_bg.png");
}
@media screen and (max-width: 767px) {
  .c-page-hdr {
    background-image: url("../img/ttl_bg_sp.png");
  }
}

.p-lead {
  margin-bottom: 4.375em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .p-lead {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lead {
    margin-bottom: 10.6666666667vw;
    font-size: 4vw;
  }
}

.p-flow {
  position: relative;
  border-radius: 60px;
  background: #fff;
  margin-bottom: 240px;
  padding: 60px 50px 50px 50px;
}
.p-flow::before {
  position: absolute;
  right: 20px;
  top: -150px;
  content: "";
  display: block;
  width: 253px;
  height: 180px;
  background: url("../img/img_1.svg") 0 0/contain no-repeat;
}
@media screen and (max-width: 1120px) {
  .p-flow {
    margin-bottom: 21.4285714286vw;
    padding: 5.3571428571vw 4.4642857143vw 4.4642857143vw 4.4642857143vw;
  }
  .p-flow::before {
    right: 1.7857142857vw;
    top: -13.3928571429vw;
    width: 22.5892857143vw;
    height: 16.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    position: relative;
    z-index: 2;
    margin-bottom: 46.6666666667vw;
    padding: 9.3333333333vw 4vw;
    border-radius: 8vw;
  }
  .p-flow::before {
    z-index: 10;
    right: inherit;
    top: inherit;
    bottom: -45.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 42.6666666667vw;
    height: 30.1333333333vw;
  }
}
.p-flow__list > li {
  background: url("../img/flow_arr.svg") 30px 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .p-flow__list > li {
    background-image: url("../img/flow_arr_sp.svg");
    background-position: 2vw 100%;
    background-size: 6.6666666667vw auto;
  }
}
.p-flow__note {
  margin-top: 3.125em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-flow__note {
    margin-top: 8vw;
    font-size: 3.4666666667vw;
  }
}
.p-flow__cont {
  padding: 1.875em 5em 1.875em 6.25em;
}
@media screen and (max-width: 767px) {
  .p-flow__cont {
    padding: 5.3333333333vw 0 5.3333333333vw 10.6666666667vw;
  }
}
.p-flow__cont.is-last {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-flow__items > li {
  padding: 1.5%;
  border: 2px solid #0069F0;
  line-height: 1.5;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-flow__items > li {
    margin: 1.25em 1% 0 1%;
    width: 47.0588235294%;
    text-align: center;
  }
  .p-flow__items > li:nth-child(1), .p-flow__items > li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__items > li {
    margin-top: 1.3333333333vw;
    padding: 4vw 6vw;
    border-radius: 2.6666666667vw;
  }
  .p-flow__items > li:first-child {
    margin-top: 0;
  }
}
.p-flow__items p,
.p-flow__items dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0069F0;
}
@media screen and (max-width: 980px) {
  .p-flow__items p,
.p-flow__items dt {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__items p,
.p-flow__items dt {
    font-size: 3.7333333333vw;
  }
}
.p-flow__items dd {
  margin-top: 0.7em;
  padding-bottom: 0.2em;
}
.p-flow__items dd ul {
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-flow__items dd ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .p-flow__items dd ul {
    font-size: 1.3265306122vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__items dd ul {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__items dd ul.is-col2 > li:nth-child(odd) {
    width: 45%;
  }
  .p-flow__items dd ul.is-col2 > li:nth-child(even) {
    width: 55%;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__items dd ul.is {
    padding-top: 0.8em;
  }
}
.p-flow__ttl2w {
  background: #fff;
}
.p-flow__ttl2 {
  background: #F2F2F2;
  border-radius: 50px;
  padding: 0.4em 0.4em 0.4em 6.25em;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-flow__ttl2 img {
  margin-right: 1em;
  position: relative;
  top: -0.2em;
}
@media screen and (max-width: 767px) {
  .p-flow__ttl2 {
    padding: 1.3333333333vw 2.6666666667vw 2vw 4.6666666667vw;
  }
  .p-flow__ttl2 img {
    top: -0.4vw;
  }
}
.p-flow__ttl2 .is-1 {
  width: 20px;
}
.p-flow__ttl2 .is-2,
.p-flow__ttl2 .is-3 {
  width: 23px;
}
@media screen and (max-width: 980px) {
  .p-flow__ttl2 {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__ttl2 {
    font-size: 4vw;
  }
  .p-flow__ttl2 .is-1 {
    width: 4.1333333333vw;
  }
  .p-flow__ttl2 .is-2,
.p-flow__ttl2 .is-3 {
    width: 4.6666666667vw;
  }
}

.p-training {
  padding: 4.375em 0 3.75em 0;
}
@media screen and (max-width: 767px) {
  .p-training {
    padding: 17.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-training__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-training__unit {
  margin-bottom: 1.6666666667em;
  padding-bottom: 1.6666666667em;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-training__unit {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-training__unit {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-training__unit:last-child {
  margin-bottom: 0;
}
.p-training__ttl {
  position: relative;
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (max-width: 980px) {
  .p-training__ttl {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .p-training__ttl {
    font-size: 4.8vw;
  }
}
.p-training__ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #0069F0;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media screen and (max-width: 980px) {
  .p-training__ttl::before {
    width: 1.2244897959vw;
    height: 1.2244897959vw;
  }
}
@media screen and (max-width: 767px) {
  .p-training__ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-training__wtxt {
    width: 55.1020408163%;
  }
}
@media screen and (min-width: 768px) {
  .p-training__fig {
    width: 39.7959183673%;
  }
}
@media screen and (max-width: 767px) {
  .p-training__fig {
    margin-top: 8vw;
  }
}
.p-training__fig img {
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .p-training__fig img {
    width: 117.9487179487%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-training__fig img {
    border-radius: 8vw;
  }
}

.p-support {
  padding: 6.25em 0;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-support__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-support__item {
  background: #fff;
  padding: 2.5em;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .p-support__item {
    width: 49.1071428571%;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item {
    margin-top: 4vw;
    padding: 5.3333333333vw 4vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-support__item2 {
    width: 31.7307692308%;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item2 {
    margin-bottom: 4vw;
  }
}
.p-support__item2 dt {
  background: #102B54;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.1em;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-support__item2 dt {
    position: relative;
    font-size: 3.7333333333vw;
    padding: 0.2em 0.2em 0.4em 0.2em;
    margin-bottom: 0;
  }
  .p-support__item2 dt .c-icon--togglew {
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-support__item2 dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 1120px) {
  .p-support__item2 dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item2 dd {
    padding-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.p-support__desc {
  margin-top: 1.1111111111em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1120px) {
  .p-support__desc {
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support__desc {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-support__ttl {
  position: relative;
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (max-width: 1120px) {
  .p-support__ttl {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support__ttl {
    font-size: 4.8vw;
  }
}
.p-support__ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #0069F0;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0.5em;
}
@media screen and (max-width: 1120px) {
  .p-support__ttl::before {
    width: 1.0714285714vw;
    height: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support__ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-support__ttl2 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1em;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .p-support__ttl2 {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support__ttl2 {
    font-size: 4vw;
    padding-left: 0;
  }
}
.p-support__example {
  background: #FCF8EF;
  margin-top: 1.875em;
  padding: 1.25em;
}
.p-support__example dt {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1120px) {
  .p-support__example dt {
    font-size: 1.3392857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support__example dt {
    font-size: 3.2vw;
  }
}
.p-support__example dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 1120px) {
  .p-support__example dd {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-support__example dd {
    font-size: 2.9333333333vw;
  }
}
.p-support__example dd li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-support__license {
  border: 3px solid #fff;
  border-radius: 40px;
  padding: 1.25em 2.5em;
}
@media screen and (min-width: 768px) {
  .p-support__license {
    margin-top: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .p-support__license {
    margin-top: 4vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-system {
    padding-top: 17.3333333333vw;
    padding-bottom: 16vw;
  }
}
.p-system__ttl {
  margin-bottom: 1.1538461538em;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .p-system__ttl {
    font-size: 2.3214285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system__ttl {
    font-size: 4.9333333333vw;
  }
}
.p-system__box {
  border: 3px solid #EDF4FA;
  border-radius: 60px;
  padding: 2.5em 6.25% 5em 6.25%;
}
@media screen and (max-width: 767px) {
  .p-system__box {
    padding: 9.3333333333vw 4vw;
    border-radius: 8vw;
  }
}
.p-system__lead {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .p-system__lead {
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system__lead {
    font-size: 3.7333333333vw;
  }
}
.p-system__wlist {
  overflow: auto;
}
@media screen and (max-width: 980px) {
  .p-system__wlist {
    margin-bottom: 16vw;
  }
}
.p-system__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3.75em;
  margin-bottom: 3.125em;
}
@media screen and (min-width: 768px) {
  .p-system__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-system__list {
    width: 224vw;
  }
}
.p-system__list > li {
  position: relative;
  width: 32.6530612245%;
  height: 320px;
  padding: 3.75em 2.5em 0 2.5em;
}
@media screen and (max-width: 1120px) {
  .p-system__list > li {
    height: 26.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system__list > li {
    padding: 16vw 8vw 0 8vw;
    width: 70.6666666667vw;
    height: 70.6666666667vw;
    margin-right: 4vw;
  }
}
.p-system__list > li > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -10px);
  width: 41px;
}
.p-system__list > li > img.is-1 {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .p-system__list > li > img {
    width: 12vw;
    transform: translate(-50%, -2.6666666667vw);
  }
  .p-system__list > li > img.is-1 {
    width: 10.4vw;
  }
}
.p-system__list > li div {
  position: relative;
  z-index: 2;
}
.p-system__list > li dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-system__list > li dt {
    min-height: 2.7em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1120px) {
  .p-system__list > li dt {
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system__list > li dt {
    font-size: 4.5333333333vw;
  }
}
.p-system__list > li dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 1120px) {
  .p-system__list > li dd {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system__list > li dd {
    font-size: 3.2vw;
  }
}
.p-system__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
  background: #EDF4FA;
  border-radius: 500px;
}
@media screen and (max-width: 767px) {
  .p-system__list > li::before {
    width: 70.4vw;
    height: 70.4vw;
    padding-top: 0;
  }
}
.p-system__wmovie {
  position: relative;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-system__wmovie {
    margin-top: 6vw;
    width: 76vw;
  }
}
.p-system__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-system__movie iframe,
.p-system__movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-lab {
  padding-top: 15.625em;
}
@media screen and (max-width: 767px) {
  .p-lab {
    padding-top: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .p-lab__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-lab__wtxt {
    width: 60.7142857143%;
  }
}
@media screen and (min-width: 768px) {
  .p-lab__fig {
    width: 35.7142857143%;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__fig {
    margin: 2.6666666667vw 0 8vw 0;
  }
}
.p-lab__fig img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-lab__fig img {
    border-radius: 5.3333333333vw;
  }
}
.p-lab__wbtn {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .p-lab__wbtn {
    text-align: center;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-lab__wbtn a {
    min-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__wbtn a {
    width: 76vw;
  }
}
.p-lab__teachers {
  margin-top: 5em;
  background: #fff;
  border-radius: 60px;
  padding: 6.25%;
}
@media screen and (max-width: 767px) {
  .p-lab__teachers {
    border-radius: 5.3333333333vw;
    padding: 8vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__lfig {
    width: 40vw;
  }
}
.p-lab__lfig img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-lab__lfig img {
    border-radius: 4vw;
  }
}
.p-lab__ttl {
  margin-bottom: 1.1538461538em;
  font-size: 2.6rem;
}
@media screen and (max-width: 1120px) {
  .p-lab__ttl {
    font-size: 2.3214285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__ttl {
    margin-bottom: 4vw;
    font-size: 5.0666666667vw;
  }
}
.p-lab__ttl2 {
  margin: 0.9090909091em 0 0.6666666667em 0;
  font-size: 2.2rem;
}
.p-lab__ttl2 span {
  margin-bottom: 0.5em;
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lab__ttl2 span.is-row1 {
    padding: 0.72em 0;
  }
}
@media screen and (max-width: 1120px) {
  .p-lab__ttl2 {
    font-size: 1.9642857143vw;
  }
  .p-lab__ttl2 span {
    font-size: 1.3392857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__ttl2 {
    width: calc(100% - 44vw);
    font-size: 4.8vw;
  }
  .p-lab__ttl2 span {
    font-size: 3.2vw;
  }
}
.p-lab__sub {
  font-size: 70%;
}
.p-lab__lead {
  margin-bottom: 1.9444444444em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1120px) {
  .p-lab__lead {
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__lead {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .p-lab__props {
    border-top: 1px solid #D9D9D9;
  }
}
.p-lab__props dl {
  border-bottom: 1px solid #D9D9D9;
  padding: 0.4em 0 0.7em 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-lab__props dl {
    padding: 0.4em 0 0.8em 0;
  }
}
.p-lab__props dt,
.p-lab__props dd {
  display: inline;
  font-size: 1.2rem;
}
@media screen and (max-width: 1120px) {
  .p-lab__props dt,
.p-lab__props dd {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__props dt,
.p-lab__props dd {
    font-size: 2.9333333333vw;
  }
}
.p-lab__props dt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-lab__lhdr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-lab__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-lab__list > li {
    width: 22.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .p-lab__list > li {
    margin-bottom: 8vw;
  }
  .p-lab__list > li:last-child {
    margin-bottom: 0;
  }
}

.p-tsys {
  margin-top: 7.5em;
  padding-bottom: 4.375em;
}
@media screen and (max-width: 767px) {
  .p-tsys {
    margin-top: 0vw;
  }
}
.p-tsys__wtxt {
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-tsys__wtxt {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tsys__wtxt {
    font-size: 3.7333333333vw;
  }
}
.p-tsys__ttl {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .p-tsys__ttl {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tsys__ttl {
    font-size: 3.7333333333vw;
  }
}
.p-tsys__fig {
  margin-top: 3.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tsys__fig {
    margin-top: 8vw;
  }
}

.l-page.en > .l-page__content .c-page-hdr > .c-page-hdr__ttl {
  max-width: 100%;
}
.l-page.en > .l-page__content .p-system__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  padding-top: 100%;
  background: #EDF4FA;
  border-radius: 500px;
}
@media screen and (max-width: 767px) {
  .l-page.en > .l-page__content .p-flow__list > li {
    background-position: 4vw 100%;
    background-size: 10vw auto;
  }
}
.l-page.en > .l-page__content dd > ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-page.en > .l-page__content .p-flow__cont {
    padding-left: 15vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-page.en > .l-page__content .p-flow__items > li {
    margin-top: 5vw;
  }
}
.l-page.en > .l-page__content .p-flow__items p {
  display: flex;
  justify-content: center;
  height: 100%;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-page.en > .l-page__content .p-flow__items p {
    justify-content: left;
  }
}
.l-page.en > .l-page__content .p-support__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-page.en > .l-page__content .p-training__fig img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-page.en > .l-page__content .p-lead {
    margin-bottom: 2em;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .l-page.en > .l-page__content .p-support__item2 dt {
    padding-right: 2em;
  }
}
.l-page.en > .l-page__content .p-support__item2 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4em;
}
@media screen and (min-width: 768px) {
  .l-page.en > .l-page__content .p-lab__ttl2 span.is-row1 {
    min-height: 6em;
  }
}
.l-page.en > .l-page__content .p-training__unit dd span {
  display: inline-block;
}
.l-page.en > .l-page__content .p-system__list > li {
  padding-top: 2.5em;
}
.l-page.en > .l-page__content .p-system__list > li dt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-page.en > .l-page__content .p-system__list > li dt {
    font-size: 4.5333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .l-page.en > .l-page__content .p-system__list > li dt {
    font-size: 1.5vw;
  }
}
.l-page.en > .l-page__content .p-system__list > li dd {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-page.en > .l-page__content .p-system__list > li dd {
    font-size: 2.7vw;
  }
}
@media (min-width: 768px) and (max-width: 1129px) {
  .l-page.en > .l-page__content .p-system__list > li dd {
    font-size: 1vw;
  }
}