.schedule {
  margin: 32px auto 0 !important;
}
@media only screen and (max-width: 768px) {
  .schedule {
    margin: 0 !important;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .schedule {
    background: url(../../img/sub/bg_01_sp.svg) top -10px left 12%/124px no-repeat;
  }
}
.schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
}
.schedule ul li {
  height: 100px;
  position: relative;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) {
  .schedule ul li {
    height: auto;
  }
}
.schedule ul li a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 35px;
  border-bottom: 1px solid #CDD6DB;
}
@media only screen and (max-width: 768px) {
  .schedule ul li a {
    -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: start;
  }
}
@media only screen and (max-width: 540px) {
  .schedule ul li a {
    padding: 16px 61px 16px 16px;
  }
}
.schedule ul li a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #172852;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  height: 100%;
  padding-right: 37px;
  margin-right: 32px;
  border-right: 1px solid #CDD6DB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .schedule ul li a .date {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    font-size: 12px;
    border-right: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.schedule ul li a .text {
  color: #172852;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .schedule ul li a .text {
    font-size: 14px;
    padding: 0;
  }
}
.schedule ul li a picture img {
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .schedule ul li a picture img {
    right: 16px;
  }
}
.schedule ul li a:hover .date {
  color: var(--color-main);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule ul li a:hover .text {
  color: var(--color-main);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule ul li a:hover picture img {
  right: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .schedule ul li a:hover picture img {
    right: 8px;
  }
}
.schedule ul li a:first-child {
  border-top: 1px solid #CDD6DB;
}

.sub-page__content {
  background: url(../../img/sub/bg_04.svg) top 1370px right 10%/162px no-repeat, url(../../img/sub/bg_03.svg) top 900px left 9%/225px no-repeat, url(../../img/sub/bg_02.svg) top 50px right 4%/220px no-repeat;
}
@media only screen and (max-width: 1024px) {
  .sub-page__content {
    background: url(../../img/sub/bg_04.svg) top 1350px right 1%/162px no-repeat, url(../../img/sub/bg_03.svg) top 810px left -2%/225px no-repeat, url(../../img/sub/bg_02.svg) top 20px right 7%/220px no-repeat;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content {
    background: url(../../img/sub/bg_03_01_sp.svg) top 1410px left/129px no-repeat, url(../../img/sub/bg_03_sp.svg) top 880px right -15%/166px no-repeat, url(../../img/sub/bg_02_sp.svg) top right -10%/171px no-repeat;
  }
}
.sub-page__content .sidebar ul li a.active:before {
  background: url(../../img/sub/diamond_02.svg) center/cover no-repeat;
}
.sub-page__content .special-content {
  padding-top: 110px;
  margin-top: -14px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1300px) {
  .sub-page__content .special-content {
    padding-top: 96px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content {
    padding-top: 56px;
    margin-bottom: 56px;
  }
}
.sub-page__content .special-content .h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .h2 {
    margin-bottom: 24px;
  }
}
.sub-page__content .special-content .video {
  position: relative;
  padding: 127px 40px 40px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .sub-page__content .special-content .video {
    margin-bottom: 24px;
    padding: 12% 4% 4%;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video {
    margin-bottom: 24px;
    padding: 24px 20px;
  }
}
.sub-page__content .special-content .video .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-page__content .special-content .video .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-page__content .special-content .video .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-page__content .special-content .video .overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-page__content .special-content .video .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail {
    -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;
  }
}
.sub-page__content .special-content .video .detail .text h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .text h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.sub-page__content .special-content .video .detail .text p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .text p {
    font-size: 14px;
  }
}
.sub-page__content .special-content .video .detail .text p br {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .text p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .btn-play {
    margin-bottom: 158px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.sub-page__content .special-content .video .detail .btn-play a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
  padding: 16px 29px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .btn-play a {
    padding: 12px 19px;
    font-size: 14px;
  }
}
.sub-page__content .special-content .video .detail .btn-play a img {
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .btn-play a img {
    margin-right: 8px;
  }
}
.sub-page__content .special-content .video .detail .btn-play.btn-play-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .btn-play.btn-play-sp {
    display: block;
  }
}
.sub-page__content .special-content .video .detail .btn-play.btn-play-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .special-content .video .detail .btn-play.btn-play-pc {
    display: none;
  }
}
.sub-page__content .special-content .video:last-child {
  margin-bottom: 0;
}
.sub-page__content .special-content .video:hover .background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-page__content .intro {
  padding-top: 115px;
  margin-top: -115px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1300px) {
  .sub-page__content .intro {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .intro {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 700px) {
  .sub-page__content .c-block-2 .block-742.item3:after {
    background: url(../../img/sub/arrow_02.svg) center/cover no-repeat;
  }
}
.sub-page__content .section-flow {
  background: url(../img/tri_01.svg) top right/31% no-repeat, url(../img/tri_02.svg) left top/85% no-repeat, var(--color-main);
  position: relative;
  padding: 96px 0;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-flow {
    padding: 56px 0;
    background: url(../img/tri_02_sp.svg) left top/91% no-repeat, url(../img/tri_01_sp.svg) right top/40% no-repeat, var(--color-main);
  }
}
.sub-page__content .section-flow .h2 {
  padding-top: 115px;
  margin-top: -115px;
}
.sub-page__content .section-flow p {
  color: #fff;
}
.sub-page__content .section-flow .flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 62px;
  padding: 56px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-flow .flow-block {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 20px;
    gap: 32px;
  }
}
.sub-page__content .section-flow .flow-block ul {
  width: calc(50% - 31px);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-flow .flow-block ul {
    width: 100%;
  }
}
.sub-page__content .section-flow .flow-block ul:first-child:before {
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-flow .flow-block ul:first-child:before {
    bottom: -38px;
  }
}
@media screen and (min-width: 769px) {
  .sub-page__content .section-flow .flow-block ul:last-child {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-flow .flow-block ul:last-child:before {
    bottom: 52px;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-flow .flow-block ul:last-child:before {
    bottom: 92px;
  }
}
.sub-page__content .section-flow .note {
  text-align: right;
  font-size: 14px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-flow .note {
    font-size: 12px;
    text-align: left;
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-top: 12px;
  }
}
.sub-page__content .section-step {
  padding: 115px 0 96px;
  margin-top: -19px;
  margin-bottom: 0 !important;
  background: url(../../img/sub/bg_11.svg) bottom 20px right 4%/346px no-repeat, url(../../img/sub/bg_06.svg) top 860px left 2%/281px no-repeat, url(../../img/sub/bg_05.svg) top 80px right 5%/222px no-repeat;
}
@media only screen and (max-width: 1300px) {
  .sub-page__content .section-step {
    padding-top: 96px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .sub-page__content .section-step {
    background: url(../../img/sub/bg_06.svg) top 1810px left -7%/281px no-repeat, url(../../img/sub/bg_05.svg) top right -5%/222px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step {
    padding: 56px 0;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step {
    background: url(../../img/sub/bg_05_01_sp.svg) bottom -10px left/146px no-repeat, url(../../img/sub/bg_04_sp.svg) top -10px right 0px/100px no-repeat;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step .figure-txt {
    padding-right: 125px;
  }
}
.sub-page__content .section-step .step-block {
  padding: 30px 32px;
  border-radius: 8px;
  border: 1px solid #CDD6DB;
  margin-top: 40px;
  margin-left: 176px;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step .step-block {
    margin-left: 0;
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 24px 20px;
  }
}
.sub-page__content .section-step .step-block .figure {
  width: 218px;
  position: absolute;
  bottom: -6px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 42px;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step .step-block .figure {
    width: 117px;
    top: -24px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: auto;
    bottom: auto;
    right: 0;
  }
}
.sub-page__content .section-step .step-block .step {
  line-height: 50px;
  width: 100%;
  text-align: center;
  background-color: #DBF1F6;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step .step-block .step {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 32px !important;
  }
}
.sub-page__content .section-step .step-block .step-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step .step-block .step-group {
    gap: 8px;
  }
}
.sub-page__content .section-step .step-block .step.-color1 {
  width: calc((100% - 48px) / 3);
  line-height: 1.4;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: var(--color-main);
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step .step-block .step.-color1 {
    font-size: 11px;
    height: 60px;
    width: calc((100% - 16px) / 3);
  }
}
.sub-page__content .section-step .step-block .step.-arrow {
  position: relative;
}
.sub-page__content .section-step .step-block .step.-arrow:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 31px;
  background: url(../img/arrow.svg) center/cover no-repeat;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .sub-page__content .section-step .step-block .step.-arrow:after {
    width: 42px;
    height: 26px;
    top: -29px;
  }
}
.sub-page__content .section-step .step-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-page__content .section-step .step-info-block:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .sub-page__content .section-step .step-info-block.-reverse .step-info-block__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sub-page__content .section-step .step-info-block.-reverse .step-info-block__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub-page__content .section-step .step-info-block.-reverse .step-info-block__txt2 {
    right: auto;
    left: 5px;
  }
}
.sub-page__content .section-step .step-info-block:nth-last-child(3) .step-info-block__info {
  background: url(../img/tri_03.svg) top right/82% no-repeat, var(--color-main);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block:nth-last-child(3) .step-info-block__info {
    background: url(../img/tri_03_sp.svg) top right/82% no-repeat, var(--color-main);
  }
}
.sub-page__content .section-step .step-info-block:nth-last-child(2) .step-info-block__info {
  background: url(../img/tri_04.svg) bottom right -120%/92% no-repeat, var(--color-main);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block:nth-last-child(2) .step-info-block__info {
    background: url(../img/tri_04_sp.svg) bottom right -150%/82% no-repeat, var(--color-main);
  }
}
.sub-page__content .section-step .step-info-block:nth-last-child(1) .step-info-block__info {
  background: url(../img/tri_05.svg) bottom 30% left 100%/133% no-repeat, var(--color-main);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block:nth-last-child(1) .step-info-block__info {
    background: url(../img/tri_05_sp.svg) bottom left/100% no-repeat, var(--color-main);
  }
}
.sub-page__content .section-step .step-info-block__img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block__img {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-step .step-info-block__img {
    height: 193px;
  }
}
.sub-page__content .section-step .step-info-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-page__content .section-step .step-info-block__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 72px 52px 72px 68px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block__info {
    padding: 26px 30px 24px;
  }
}
.sub-page__content .section-step .step-info-block__ttl {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 991px) {
  .sub-page__content .section-step .step-info-block__ttl {
    font-size: 20px;
    padding-bottom: 16x;
    margin-bottom: 16px !important;
  }
}
.sub-page__content .section-step .step-info-block__ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #FED262;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-step .step-info-block__ttl:before {
    width: 16px;
  }
}
.sub-page__content .section-step .step-info-block__ttl span {
  display: block;
  font-size: 20px;
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .sub-page__content .section-step .step-info-block__ttl span {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sub-page__content .section-step .step-info-block__txt {
    font-size: 14px;
  }
}
.sub-page__content .section-step .step-info-block__txt2 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 5px;
}
@media only screen and (max-width: 991px) {
  .sub-page__content .section-step .step-info-block__txt2 {
    font-size: 40px;
  }
}
.sub-page__content .section-training {
  padding: 96px 0;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
  background: url(../img/tri_08.svg) top left/33% no-repeat, url(../img/tri_07.svg) right bottom/92% no-repeat, url(../img/tri_06.svg) bottom left/100% no-repeat, var(--color-main);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training {
    padding: 56px 0;
    background: url(../img/tri_07_sp.svg) right bottom/100% no-repeat, url(../img/tri_06_sp.svg) bottom left/100% no-repeat, var(--color-main);
  }
}
.sub-page__content .section-training .h2 {
  padding-top: 115px;
  margin-top: -115px;
}
.sub-page__content .section-training p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .figure-txt {
    width: 73%;
  }
}
@media only screen and (max-width: 668px) {
  .sub-page__content .section-training .figure-txt {
    width: 68.5%;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-training .figure-txt {
    width: 70%;
  }
}
@media only screen and (max-width: 440px) {
  .sub-page__content .section-training .figure-txt {
    width: 65%;
  }
}
@media only screen and (max-width: 375px) {
  .sub-page__content .section-training .figure-txt {
    width: 62.5%;
  }
}
@media only screen and (max-width: 350px) {
  .sub-page__content .section-training .figure-txt {
    width: 58%;
  }
}
.sub-page__content .section-training .figure {
  display: none;
  position: absolute;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .figure {
    display: block;
  }
}
.sub-page__content .section-training .figure.-postition1 {
  width: auto;
  top: -144px;
  right: 68px;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-training .figure.-postition1 {
    width: 64px;
    top: -106px;
    right: 52px;
  }
}
.sub-page__content .section-training .figure.-postition2 {
  width: auto;
  top: -91px;
  right: -11px;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-training .figure.-postition2 {
    width: 62px;
    top: -66px;
    right: -7px;
  }
}
.sub-page__content .section-training .whitebox {
  padding: 64px 55px 64px 80px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .sub-page__content .section-training .whitebox {
    padding: 32px 20px;
  }
}
.sub-page__content .section-training .whitebox:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sub-page__content .section-training .whitebox:first-of-type {
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .sub-page__content .section-training .whitebox:first-of-type {
    margin-top: 25px;
  }
}
.sub-page__content .section-training .whitebox:first-of-type .big-txt {
  font-size: 100px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  white-space: nowrap;
  letter-spacing: 5px;
  -webkit-transform: translate(45%, 135%) rotate(90deg);
          transform: translate(45%, 135%) rotate(90deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .sub-page__content .section-training .whitebox:first-of-type .big-txt {
    display: none;
  }
}
.sub-page__content .section-training .whitebox h3 {
  color: #172852;
  font-family: "IBM Plex Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.sub-page__content .section-training .whitebox p {
  color: #172852;
  font-family: "IBM Plex Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .sub-page__content .section-training .whitebox p {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.sub-page__content .section-training .whitebox p br.db-tb {
  display: block;
}
@media only screen and (max-width: 992px) {
  .sub-page__content .section-training .whitebox p br.db-tb {
    display: none;
  }
}
.sub-page__content .section-training .whitebox ul.training-group, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow {
  display: block;
  margin-bottom: 0px;
}
.sub-page__content .section-training .whitebox ul.training-group li, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox ul.training-group li, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-bottom: 8px;
  }
}
.sub-page__content .section-training .whitebox ul.training-group li p, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  padding: 0px 32px;
  border-radius: 6px;
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .sub-page__content .section-training .whitebox ul.training-group li p, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p {
    height: auto;
    min-height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox ul.training-group li p, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p {
    padding: 0;
  }
}
.sub-page__content .section-training .whitebox ul.training-group li p:first-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:first-child {
  color: #FFF;
  font-size: 16px;
  background-color: #11B3D9;
  line-height: 100%;
  width: 43.2%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .sub-page__content .section-training .whitebox ul.training-group li p:first-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:first-child {
    line-height: 140%;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox ul.training-group li p:first-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:first-child {
    font-size: 14px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-training .whitebox ul.training-group li p:first-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:first-child {
    width: 32%;
  }
}
@media only screen and (max-width: 375px) {
  .sub-page__content .section-training .whitebox ul.training-group li p:first-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:first-child {
    width: 38%;
    padding: 0 10px;
  }
}
.sub-page__content .section-training .whitebox ul.training-group li p:last-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:last-child {
  color: #172852;
  font-size: 14px;
  background-color: #D4F0F6;
  line-height: 160%;
  width: -webkit-fill-available;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media only screen and (max-width: 992px) {
  .sub-page__content .section-training .whitebox ul.training-group li p:last-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:last-child {
    padding: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox ul.training-group li p:last-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:last-child {
    line-height: 150%;
    font-size: 12px;
    padding: 14px;
  }
}
.sub-page__content .section-training .whitebox ul.training-group li:last-child, .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li:last-child {
  margin-bottom: 0;
}
.sub-page__content .section-training .whitebox .diagram {
  position: relative;
}
.sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li {
    margin-bottom: 32px;
  }
}
.sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:first-child:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 31px;
  background: url(../img/img_beauty_76.svg) center/cover no-repeat;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li p:first-child:after {
    width: 42px;
    height: 26px;
    bottom: -29px;
  }
}
.sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li:last-child {
  margin-bottom: 0;
}
.sub-page__content .section-training .whitebox .diagram ul.training-group.with-arrow li:last-child p:first-child::after {
  background: none;
}
.sub-page__content .section-training .whitebox .diagram .img1 {
  position: absolute;
  top: -144px;
  right: 63px;
}
@media only screen and (max-width: 992px) {
  .sub-page__content .section-training .whitebox .diagram .img1 {
    right: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .diagram .img1 {
    display: none;
  }
}
.sub-page__content .section-training .whitebox .diagram .img2 {
  position: absolute;
  top: -97px;
  right: -20px;
}
@media only screen and (max-width: 992px) {
  .sub-page__content .section-training .whitebox .diagram .img2 {
    right: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .diagram .img2 {
    display: none;
  }
}
.sub-page__content .section-training .whitebox .training-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .training-center {
    row-gap: 16px;
    margin-top: 24px;
  }
}
.sub-page__content .section-training .whitebox .training-center .group {
  width: calc(33.33% - 14px);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .training-center .group {
    width: calc(50% - 6px);
  }
}
.sub-page__content .section-training .whitebox .training-center .group picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-page__content .section-training .whitebox .training-center .group picture img {
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .training-center .group picture img {
    border-radius: 4px;
  }
}
.sub-page__content .section-training .whitebox .training-center .group .caption {
  margin-top: 16px;
  color: #172852;
  display: block;
  text-align: center;
  font-family: "IBM Plex Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 100%; /* 16px */
}
@media only screen and (max-width: 768px) {
  .sub-page__content .section-training .whitebox .training-center .group .caption {
    margin-top: 8px;
    font-size: 12px;
  }
}
.sub-page__content .benefits {
  padding-top: 115px;
  margin-top: -19px;
  margin-bottom: 0 !important;
  background: url(../../img/sub/bg_10.svg) bottom 350px right 2%/324px no-repeat, url(../../img/sub/bg_08.svg) top 1050px left 8%/249px no-repeat, url(../../img/sub/bg_07.svg) top -20px right 3%/200px no-repeat;
}
@media only screen and (max-width: 1300px) {
  .sub-page__content .benefits {
    margin-top: 0;
    padding-top: 96px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits {
    padding-top: 56px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .sub-page__content .benefits {
    background: url(../../img/sub/bg_10.svg) bottom 270px right -18%/225px no-repeat, url(../../img/sub/bg_08.svg) top 1080px left 13%/130px no-repeat, url(../../img/sub/bg_07.svg) top -20px right 3%/150px no-repeat;
  }
}
.sub-page__content .benefits ul.benefit-list-1 {
  margin-block: 40px 92px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 {
    margin-block: 40px 48px;
  }
}
.sub-page__content .benefits ul.benefit-list-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .sub-page__content .benefits ul.benefit-list-1 li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sub-page__content .benefits ul.benefit-list-1 li .img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 li .img {
    margin-bottom: 21px;
    width: 100%;
  }
}
.sub-page__content .benefits ul.benefit-list-1 li .img h3.sp {
  display: none;
  color: var(--color-main);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 li .img h3.sp {
    display: block;
  }
}
.sub-page__content .benefits ul.benefit-list-1 li .img picture {
  overflow: hidden;
  border-radius: 8px;
}
.sub-page__content .benefits ul.benefit-list-1 li .img picture img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 12px 12px 0px -1px rgb(219, 241, 246);
  -webkit-box-shadow: 12px 12px 0px -1px rgb(219, 241, 246);
  -moz-box-shadow: 12px 12px 0px -1px rgb(219, 241, 246);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 li .img picture img {
    box-shadow: 8px 8px 0px 0px rgb(219, 241, 246);
    -webkit-box-shadow: 8px 8px 0px 0px rgb(219, 241, 246);
    -moz-box-shadow: 8px 8px 0px 0px rgb(219, 241, 246);
  }
}
.sub-page__content .benefits ul.benefit-list-1 li .text {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 1024px) {
  .sub-page__content .benefits ul.benefit-list-1 li .text {
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 li .text {
    width: 100%;
  }
}
.sub-page__content .benefits ul.benefit-list-1 li .text h3 {
  color: var(--color-main);
  font-size: 32px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 li .text h3 {
    display: none;
  }
}
.sub-page__content .benefits ul.benefit-list-1 li .text p {
  color: #172852;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-1 li .text p {
    font-size: 14px;
  }
}
.sub-page__content .benefits ul.benefit-list-2 {
  padding-bottom: 96px;
  border-bottom: 1px solid #CDD6DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-2 {
    padding-bottom: 56px;
    gap: 16px;
    margin-bottom: 0;
  }
}
.sub-page__content .benefits ul.benefit-list-2 li {
  width: calc((100% - 48px) / 3);
  padding: 32px 32px 3.5% 32px;
  border-radius: 10px;
  background: var(--color-main);
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-2 li {
    padding: 12px 12px 14px 12px;
    border-radius: 6px;
    width: calc(50% - 8px);
  }
}
.sub-page__content .benefits ul.benefit-list-2 li.last {
  width: 100%;
}
.sub-page__content .benefits ul.benefit-list-2 li h4 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(148deg, #FED262 59.3%, #FFF995 176.36%);
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
@media only screen and (max-width: 1024px) {
  .sub-page__content .benefits ul.benefit-list-2 li h4 {
    line-height: 140%;
  }
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-2 li h4 {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.sub-page__content .benefits ul.benefit-list-2 li p {
  color: #FFF;
  font-family: "IBM Plex Sans JP";
  font-size: 14px;
  font-style: normal;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  .sub-page__content .benefits ul.benefit-list-2 li p {
    font-size: 14px;
    line-height: 160%;
  }
}
.sub-page__content .section-qna {
  background: url(../../img/sub/bg_10.svg) top 610px left 2%/374px no-repeat;
}
@media only screen and (max-width: 540px) {
  .sub-page__content .section-qna {
    background: url(../../img/sub/bg_10.svg) top 530px left -48%/250px no-repeat;
  }
}