@charset "UTF-8";
.course-lp {
  min-width: calc(100% - 500px);
  width: 73.333%;
  color: #131b2d;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 1078px) {
  .course-lp {
    min-width: 100%;
    width: 100%;
  }
}

.course-lp__body .Header {
  min-width: calc(100% - 500px);
  width: 73.333%;
}
@media screen and (max-width: 1078px) {
  .course-lp__body .Header {
    min-width: 100%;
    width: 100%;
  }
}
.course-lp__body .Header__menu {
  position: relative;
  width: 100%;
}
.course-lp__body .Header__menu-list {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 52.43px;
       column-gap: 52.43px;
  align-items: center;
  list-style: none;
  padding: 0;
  color: #efefef;
  background-color: #ffffff;
  transition: opacity 0.3s;
}
.course-lp__body .Header__menu-list-image {
  position: relative;
  z-index: 10000;
}
.course-lp__body .Header__menu-list-image img {
  max-width: 161.57px;
  width: 100%;
  max-height: 33.91px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .course-lp__body .Header__menu-list-image img {
    max-width: 137.11px;
    max-height: 28.77px;
  }
}
@media screen and (max-width: 1480px) {
  .course-lp__body .Header__menu-list-image {
    margin-top: 23.1px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 781px) {
  .course-lp__body .Header__menu-list-image {
    margin-top: 17.6px;
  }
}
.course-lp__body .Header__menu-list-item {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 1480px) {
  .course-lp__body .Header__menu-list-item {
    text-align: center;
    width: 100%;
  }
}
.course-lp__body .Header__menu-list-item a {
  transition: opacity 0.3s;
  color: #131b2d;
}
.course-lp__body .Header__menu-list-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1480px) {
  .course-lp__body .Header__menu-list-item a {
    display: inline-block;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
  }
}
.course-lp__body .Header__menu-list-item img {
  width: 161.57px;
  height: 33.91px;
  margin-right: 52.4px;
}
.course-lp__body .Header__menu-list-item img .open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.course-lp__body .Header-item--white {
  text-align: center;
  background-color: #00a6c8;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 17px;
  padding-left: 32px;
}
.course-lp__body .Header-item--white a {
  color: #fff;
}

.Header__menu-list-container {
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-left: 0;
}
@media screen and (max-width: 1480px) {
  .Header__menu-list-container {
    display: none;
  }
}
@media screen and (max-width: 1480px) {
  .Header__menu-list-container li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1480px) {
  .menu-open {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 29px;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.97);
    padding-top: 112px;
    padding-left: 0;
    min-width: calc(100% - 500px);
    width: 73.333%;
    height: 100%;
  }
}
@media screen and (max-width: 1078px) {
  .menu-open {
    min-width: 100%;
    width: 100%;
  }
}

.Header-course {
  height: 87px;
}
@media screen and (max-width: 781px) {
  .Header-course {
    height: 64px;
  }
}

.hamburger-button {
  cursor: pointer;
  display: none;
  width: 43px;
  height: 43px;
  z-index: 10;
  background-color: #00a6c8;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1480px) {
  .hamburger-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.hamburger-button-line {
  width: 24.05px;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  transition: 0.2s;
}

.hamburger-button-line::before,
.hamburger-button-line::after {
  content: "";
  position: absolute;
  width: 24.05px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.2s;
}

.hamburger-button-line::before {
  transform: translateY(-7.3px);
}

.hamburger-button-line::after {
  transform: translateY(7.3px);
}

.hamburger-button-line.open {
  background-color: transparent;
}

.hamburger-button-line.open::before,
.hamburger-button-line.open::after {
  content: "";
  transition: 0.2s;
}

.hamburger-button-line.open::before {
  transform: rotate(30deg);
}

.hamburger-button-line.open::after {
  transform: rotate(-30deg);
}

.Mainvisial-bg-course {
  position: relative;
  margin-top: 87px;
  background-image: url("../img/bg-courses.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1017px;
}
@media screen and (min-width: 1980px) {
  .Mainvisial-bg-course {
    background-position: top;
    height: 100vh;
  }
}
@media screen and (max-width: 781px) {
  .Mainvisial-bg-course {
    margin-top: 64px;
    background-position: top;
    height: 640px;
  }
}
@media screen and (max-width: 400px) {
  .Mainvisial-bg-course {
    margin-top: 64px;
    background-image: url("../img/bg-courses-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.Mainvisial-bg-course__botton {
  position: absolute;
  bottom: 18.6px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  .Mainvisial-bg-course__botton {
    max-width: 249px;
    bottom: -26.6px;
  }
}
.Mainvisial-bg-course__botton a {
  display: block;
  border-radius: 8px;
  background-color: #00a6c8;
  padding-top: 17px;
  padding-right: 24px;
  padding-bottom: 17.5px;
  padding-left: 24px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 781px) {
  .Mainvisial-bg-course__botton a {
    padding-top: 8px;
    padding-right: 38px;
    padding-bottom: 7px;
    padding-left: 38px;
    font-size: 12px;
    line-height: 17px;
  }
}
.Mainvisial-bg-course__design {
  position: relative;
  margin-top: 87px;
  background-image: url("../img/bg-courses-design-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 880px;
}
@media screen and (min-width: 1980px) {
  .Mainvisial-bg-course__design {
    background-position: top;
    height: 100vh;
  }
}
@media screen and (max-width: 781px) {
  .Mainvisial-bg-course__design {
    margin-top: 64px;
    background-position: top;
    height: 530px;
  }
}
@media screen and (max-width: 400px) {
  .Mainvisial-bg-course__design {
    margin-top: 64px;
    background-image: url("../img/bg-courses-design-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 597px;
  }
}
.Mainvisial-bg-course__aws {
  position: relative;
  margin-top: 87px;
  background-image: url("../img/bg-courses-aws.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1017px;
}
@media screen and (min-width: 1980px) {
  .Mainvisial-bg-course__aws {
    background-position: top;
    height: 100vh;
  }
}
@media screen and (max-width: 781px) {
  .Mainvisial-bg-course__aws {
    margin-top: 64px;
    background-position: top;
    height: 666px;
  }
}
@media screen and (max-width: 400px) {
  .Mainvisial-bg-course__aws {
    margin-top: 64px;
    background-image: url("../img/bg-courses-aws-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.Mainvisial-bg-course__java {
  position: relative;
  margin-top: 87px;
  background-image: url("../img/bg-courses-java.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1020px;
}
@media screen and (min-width: 1980px) {
  .Mainvisial-bg-course__java {
    background-position: top;
    height: 100vh;
  }
}
@media screen and (max-width: 781px) {
  .Mainvisial-bg-course__java {
    margin-top: 64px;
    background-position: top;
    height: 666px;
  }
}
@media screen and (max-width: 400px) {
  .Mainvisial-bg-course__java {
    margin-top: 64px;
    background-image: url("../img/bg-courses-java-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}

.Course-layout {
  max-width: 1040px;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.Course-title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
}
@media screen and (max-width: 500px) {
  .Course-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.Course-bottom {
  display: none;
}
@media screen and (max-width: 1078px) {
  .Course-bottom {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1900;
  }
  .Course-bottom__button {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Course-bottom__button-conversion {
    position: relative;
    background-color: #ade359;
    border-right: 1px solid #77b43b;
    border-bottom: 3px solid #77b43b;
    border-radius: 5px;
    padding-top: 14.3px;
    padding-right: 75.8px;
    padding-bottom: 14.7px;
    padding-left: 73.2px;
    color: #131b2d !important;
    font-size: 15px;
    font-weight: bold;
  }
  .Course-bottom__button-conversion::before {
    pointer-events: none;
    content: "";
    background-image: url("../img/course-conversion-tekkun_icon.png");
    background-size: contain;
    pointer-events: none;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 56px;
    height: 55px;
  }
  .Course-bottom__button-conversion::after {
    pointer-events: none;
    content: url("../img/course-conversion-arrow_icon.svg");
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
  }
}

.comic-open {
  display: block;
}

.Course-comic__button {
  display: block;
  position: fixed;
  max-width: 100%;
  width: 72px;
  height: 72px;
  top: 20px;
  right: 40px;
  z-index: 10000;
  visibility: inherit;
  transition: all 0.3s ease 0s;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1078px) {
  .Course-comic__button {
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .Course-comic__button img {
    width: 40px;
    height: 40px;
  }
}
.Course-comic__button::after {
  display: none;
  content: url("../img/course-modal-close-hover_icon.svg");
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1078px) {
  .Course-comic__button::after {
    content: url("../img/course-modal-close-hover_icon-sp.svg");
    top: 50%;
    left: 51%;
    width: 40px;
    height: 40px;
  }
}
.Course-comic__button:hover::after {
  display: block;
}
.Course-comic__bg {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.Course-comic__inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85vh;
}
.Course-comic__inner img {
  max-width: 100%;
}
.Course-comic__contents {
  max-width: 80% !important;
}

.Course-achievement {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  padding-top: 78px;
  padding-right: 0;
  padding-bottom: 59px;
  padding-left: 0;
}
.Course-achievement .wp-block-group {
  padding: 0;
}
@media screen and (max-width: 1078px) {
  .Course-achievement {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .Course-achievement {
    max-width: 100%;
    padding-top: 90.3px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
  }
}
.Course-achievement__title {
  margin-bottom: 30px;
  text-align: center;
}
.Course-achievement__title-icon {
  text-align: center;
}
.Course-achievement__title-icon img {
  max-width: 52.61px;
  width: 100%;
  max-height: 34.9px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-achievement__title-icon img {
    max-width: 47px;
    max-height: 30px;
  }
}
.Course-achievement__list {
  position: relative;
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
  text-align: center;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.Course-achievement__list .slick-arrow:before {
  content: "" !important;
}
.Course-achievement__list .slick-prev,
.Course-achievement__list .slick-next {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Course-achievement__list .slick-prev {
  top: 50%;
  left: -7px;
  transform: translate(-50%, -50%);
  max-width: 12.17px;
  width: 100%;
  max-height: 21.41px;
  height: 100%;
}
.Course-achievement__list .slick-next {
  top: 50%;
  right: -19px;
  transform: translate(-50%, -50%);
  max-width: 12.17px;
  width: 100%;
  max-height: 21.41px;
  height: 100%;
}
.Course-achievement__list .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.Course-achievement__list .slick-next:before {
  background: url("../img/slick-next-arrow_icon.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.Course-achievement__list .slick-prev:before {
  background: url("../img/slick-prev-arrow_icon.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.Course-achievement__list .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.Course-achievement__list .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.Course-achievement__list .slick-dots li button::before {
  color: #b9b9b9;
  opacity: 1;
}
.Course-achievement__list .slick-dots li.slick-active button::before {
  color: #038da8;
  opacity: 1;
}
.Course-achievement__list a {
  display: block;
  height: 100%;
  color: #131d33;
}
.Course-achievement__list-item {
  position: relative;
  box-shadow: 0px 0px 10px #e9f0f2;
  width: 100%;
  border-radius: 7px;
}
@media screen and (max-width: 781px) {
  .Course-achievement__list-item {
    height: 525px;
    margin-left: 10px;
    margin-bottom: 4px;
    margin-right: 10px;
  }
}
.Course-achievement__list-item img {
  margin: 0 auto;
}
.Course-achievement__list-item::after {
  pointer-events: none;
  content: url("../img/course-achievement_icon.png");
  position: absolute;
  bottom: -22px;
  right: -16px;
}
.Course-achievement__list-item__inner {
  padding-top: 20px;
  padding-right: 18px;
  padding-bottom: 80px;
  padding-left: 18px;
}
@media screen and (max-width: 781px) {
  .Course-achievement__list-item__inner {
    padding-bottom: 56px;
  }
}
.Course-achievement__list-item__thumbnail {
  margin-bottom: 9px;
}
.Course-achievement__list-item__thumbnail img {
  border-radius: 9999px;
  max-width: 108px;
  width: 100%;
  height: 108px;
}
.Course-achievement__copy {
  text-align: left;
}
.Course-achievement__copy-title {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 26px;
}
.Course-achievement__copy-text {
  line-height: 24px;
  margin-bottom: 0;
}
.Course-achievement__name {
  margin-top: 9px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 20px;
}
.Course-achievement__button {
  position: absolute;
  bottom: 0;
  right: 35px;
  font-size: 15px;
}
.Course-achievement__button a {
  color: #2498b3;
}

.Course-recommendation {
  background: #f3fafb 0% 0% no-repeat padding-box;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 77px;
  padding-left: 0;
}
@media screen and (max-width: 781px) {
  .Course-recommendation {
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 106px;
    padding-left: 20px;
  }
}
.Course-recommendation__title-icon {
  margin-bottom: 8px;
}
.Course-recommendation__title-icon img {
  max-width: 47px;
  width: 100%;
  max-height: 42px;
  height: 100%;
}
.Course-recommendation__column {
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-recommendation__column {
    margin-top: 20px;
    row-gap: 47px;
  }
}
.Course-recommendation__column-design {
  -moz-column-gap: 0;
       column-gap: 0;
}
.Course-recommendation__image {
  max-width: 364px;
  width: 100%;
  margin-left: 10%;
}
@media screen and (max-width: 781px) {
  .Course-recommendation__image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .Course-recommendation__image {
    max-width: 90%;
  }
}
.Course-recommendation__image-design {
  margin-left: 7%;
}
@media screen and (max-width: 781px) {
  .Course-recommendation__image-design {
    margin: 0 auto;
  }
}
.Course-recommendation__list-item {
  margin-bottom: 12px;
  border-bottom: 1px dashed #00afd1;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  padding-left: 2em;
  text-indent: -1.9em;
}
@media screen and (max-width: 781px) {
  .Course-recommendation__list-item {
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 500px) {
  .Course-recommendation__list-item {
    padding-left: 2em;
    text-indent: -2.2em;
  }
}
.Course-recommendation__list-item::before {
  content: url("../img/checkbox.svg");
  position: relative;
  top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 781px) {
  .Course-recommendation__list-item::before {
    max-width: 23px;
    width: 100%;
    max-height: 23px;
    height: 100%;
    margin-top: 0px;
  }
}
.Course-recommendation__list-item:last-child {
  padding-bottom: 12px;
  margin-bottom: 0;
}

.Course-skill {
  background-image: url("../img/bg-course.jpg");
  background-size: contain;
  padding: 61px 0 162px 0;
}
.Course-skill-aws {
  padding: 61px 0 106px 0;
}
@media screen and (max-width: 781px) {
  .Course-skill {
    padding-top: 61px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1980px) {
  .Course-skill {
    background-size: cover;
  }
}
.Course-skill__title {
  margin-bottom: 36px;
}
.Course-skill__title-icon {
  margin-bottom: 11.5px;
}
.Course-skill__title-icon img {
  max-width: 54.82px;
  width: 100%;
  max-height: 51.44px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-skill__title-icon img {
    max-width: 47px;
    max-height: 44px;
  }
}
.Course-skill__subtitle {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 48.4px;
  margin-left: auto;
  position: relative;
  max-width: 555px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
}
@media screen and (max-width: 781px) {
  .Course-skill__subtitle {
    margin-bottom: 30px;
  }
}
.Course-skill__subtitle-group {
  padding: 0;
}
.Course-skill__subtitle-large {
  font-size: 50px;
  font-weight: bold;
  line-height: 72px;
}
@media screen and (max-width: 781px) {
  .Course-skill__subtitle-large {
    font-size: 32px;
    line-height: 46px;
  }
}
@media screen and (max-width: 781px) {
  .Course-skill__subtitle {
    max-width: 300px;
    font-size: 18px;
    line-height: 26px;
  }
}
.Course-skill__subtitle::before {
  content: url("../img/course-skill-subtitle01_icon.svg");
  position: absolute;
  top: 70%;
  left: 2.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 781px) {
  .Course-skill__subtitle::before {
    content: url("../img/course-skill-subtitle01_icon-sp.svg");
    top: 70%;
    left: -1%;
  }
}
.Course-skill__subtitle::after {
  content: url("../img/course-skill-subtitle02_icon.svg");
  position: absolute;
  top: 40%;
  right: 0%;
}
@media screen and (max-width: 781px) {
  .Course-skill__subtitle::after {
    content: url("../img/course-skill-subtitle02_icon-sp.svg");
    top: 68%;
    right: -7.5%;
    transform: translate(-50%, -50%);
    padding-left: 0;
  }
}
.Course-skill__text {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 60.5px;
  margin-left: auto;
  max-width: 872px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-skill__text {
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 781px) {
  .Course-skill__text p {
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 781px) {
  .Course-skill__text-icon {
    display: none;
  }
}
.Course-skill__column {
  margin-bottom: 50px;
}
@media screen and (max-width: 781px) {
  .Course-skill__column {
    margin-bottom: 56px;
    gap: 56px 0;
  }
}
@media screen and (max-width: 1480px) {
  .Course-skill__column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 781px) {
  .Course-skill__column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.Course-skill__column p {
  margin-bottom: 10px;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-skill__column .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.Course-skill__column-number {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  background-color: #00a6c8;
  padding-top: 13px;
  padding-right: 9px;
  padding-bottom: 13px;
  padding-left: 9px;
  color: #ffffff;
  border-radius: 33px;
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 781px) {
  .Course-skill__column-number {
    padding-top: 6px;
    padding-right: 11px;
    padding-bottom: 6px;
    padding-left: 9px;
    font-size: 11px;
    line-height: 16px;
  }
}
.Course-skill__column-number-gap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.Course-skill__column-number-gap p {
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .Course-skill__column-number-gap .wp-block-column .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 124px !important;
  }
}
@media screen and (max-width: 781px) {
  .Course-skill__column-number-gap .wp-block-column {
    flex-grow: 0;
  }
}
.Course-skill__column-title {
  font-size: 22px;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-skill__column-title {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
  }
}
.Course-skill__image01 {
  width: 290px;
  height: 170px;
  margin: 28px auto 30px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image01 {
    margin: 28px auto;
  }
}
.Course-skill__image02 {
  width: 290px;
  height: 170px;
  margin: 28px auto 30px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image02 {
    margin: 28px auto;
  }
}
.Course-skill__image03 {
  width: 290px;
  height: 187px;
  margin: 28px auto 30px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image03 {
    margin: 28px auto;
  }
}
.Course-skill__image04 {
  width: 283px;
  height: 170px;
  margin: 37px auto 38px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image04 {
    margin: 28px auto;
  }
}
.Course-skill__image05 {
  width: 275px;
  height: 187px;
  margin: 29px auto 30px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image05 {
    margin: 28px auto;
  }
}
.Course-skill__image06 {
  width: 290px;
  height: 179px;
  margin: 33px auto 34px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image06 {
    margin: 28px auto;
  }
}
.Course-skill__image07 {
  width: 287px;
  height: 229px;
  margin: 43px auto 50px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image07 {
    margin: 28px auto;
  }
}
.Course-skill__image08 {
  width: 282px;
  height: 235px;
  margin: 41px auto 46px auto;
}
@media screen and (max-width: 781px) {
  .Course-skill__image08 {
    margin: 28px auto;
  }
}
.Course-skill__state {
  margin-top: 163px;
  padding-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 1078px) {
  .Course-skill__state {
    margin-top: 66px;
    row-gap: 50px;
  }
}
.Course-skill__state::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 246px;
  height: 2px;
  background-color: #00a6c8;
}
.Course-skill__state-aws {
  margin-top: 146px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1078px) {
  .Course-skill__state-aws {
    margin-top: 66px;
    row-gap: 50px;
  }
}
.Course-skill__state-design {
  margin: 8px auto 40px auto;
  position: relative;
  padding-top: 95px;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-skill__state-design {
    margin-top: 66px;
    row-gap: 50px;
  }
}
.Course-skill__state-design::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 246px;
  height: 2px;
  background-color: #00a6c8;
}
.Course-skill__state-title {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .Course-skill__state-title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 20px;
  }
}
.Course-skill__state-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.Course-skill__state-image {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-skill__state-image {
    margin: 0 auto;
  }
}
.Course-skill__support {
  margin-top: 83px;
  padding: 0;
}
.Course-skill__support-title {
  position: relative;
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 9.7px auto;
}
@media screen and (max-width: 1078px) {
  .Course-skill__support-title {
    max-width: 216px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 32.4px;
    margin-bottom: 21px;
  }
}
.Course-skill__support-title::before {
  content: url("../img/course-skill-subtitle01_icon.svg");
  position: absolute;
  top: 60%;
  left: -1%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1078px) {
  .Course-skill__support-title::before {
    content: url("../img/course-skill-subtitle01_icon-sp.svg");
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-50%, -50%);
  }
}
.Course-skill__support-title::after {
  content: url("../img/course-skill-subtitle02_icon.svg");
  position: absolute;
  top: 60%;
  right: -4%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1078px) {
  .Course-skill__support-title::after {
    content: url("../img/course-skill-subtitle02_icon-sp.svg");
    position: absolute;
    top: 52.5%;
    right: -20%;
    transform: translate(-50%, -50%);
    padding-left: 0;
  }
}
.Course-skill__support-title--blue {
  position: relative;
}
.Course-skill__support-title--blue::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background-color: #2498b3;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-title--blue::before {
    width: 4px;
    height: 4px;
  }
}
.Course-skill__support-column01 {
  -moz-column-gap: 15.3px;
       column-gap: 15.3px;
  justify-content: center;
  align-items: center !important;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column01 .wp-block-column {
    flex-grow: 0;
  }
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column01-icon {
    display: none;
  }
}
.Course-skill__support-text {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-text .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
  }
}
@media screen and (max-width: 781px) {
  .Course-skill__support-text {
    text-align: left;
  }
}
.Course-skill__support-column {
  margin: 38.7px auto 0 auto;
  -moz-column-gap: 42px;
       column-gap: 42px;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column {
    margin-top: 40px;
  }
}
.Course-skill__support-column-block01 {
  text-align: center;
  border-radius: 27px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1607843137);
  background-color: #ffffff;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 34.38px;
  padding-left: 35px;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column-block01 {
    padding-top: 30px;
    padding-right: 17px;
    padding-bottom: 50px;
    padding-left: 16px;
  }
}
.Course-skill__support-column-block02 {
  text-align: center;
  border-radius: 27px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1607843137);
  background-color: #ffffff;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 34.38px;
  padding-left: 35px;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column-block02 {
    padding-top: 30px;
    padding-right: 17px;
    padding-bottom: 15px;
    padding-left: 16px;
  }
}
.Course-skill__support-column-title01 {
  display: inline-block;
  margin-bottom: 48px;
  background-color: #f0fad5;
  padding-top: 9px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 19px;
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column-title01 {
    margin-bottom: 22px;
    padding-top: 13px;
    padding-right: 43px;
    padding-bottom: 13px;
    padding-left: 43px;
    font-size: 24px;
    line-height: 35px;
  }
}
.Course-skill__support-column-title02 {
  display: inline-block;
  margin-bottom: 48px;
  background-color: #f0fad5;
  padding-top: 9px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 19px;
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column-title02 {
    margin-bottom: 22px;
    padding-top: 13px;
    padding-right: 32px;
    padding-bottom: 13px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 35px;
  }
}
.Course-skill__support-column-text01 {
  text-align: left;
  line-height: 32px;
}
.Course-skill__support-column-text02 {
  line-height: 32px;
  text-align: left;
}
.Course-skill__support-column-image01 {
  margin-top: 37.5px;
  margin-left: auto;
  margin-bottom: -20px;
  margin-right: auto;
  max-width: 441.56px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column-image01 {
    margin-top: 20px;
    max-width: 223px;
  }
}
.Course-skill__support-column-image01 img {
  margin: 0;
}
.Course-skill__support-column-image02 {
  margin-top: 41.4px;
  margin-left: auto;
  margin-right: auto;
  max-width: 362.34px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-skill__support-column-image02 {
    margin-top: 20px;
    max-width: 223px;
  }
}
.Course-skill__support-column-image02 img {
  margin: 0;
}
.Course-skill__review {
  margin: 0 auto 72px auto;
  position: relative;
  padding: 0;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-skill__review {
    margin: 0 auto 40px auto;
  }
}
.Course-skill__review-column {
  gap: 0;
}
.Course-skill__review-column-before {
  text-align: center;
  background-color: #efefef;
  padding-top: 21px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
}
.Course-skill__review-column-before-title {
  margin-bottom: 19px;
  display: inline-block;
  background-color: #131d33;
  padding-top: 4px;
  padding-right: 23px;
  padding-bottom: 8px;
  padding-left: 22px;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .Course-skill__review-column-before-title {
    font-size: 16px;
  }
}
.Course-skill__review-column-after {
  text-align: center;
  background-color: #fffbd9;
  padding-top: 21px;
  padding-right: 23px;
  padding-bottom: 16px;
  padding-left: 23px;
}
.Course-skill__review-column-after-title {
  margin-bottom: 19px;
  display: inline-block;
  background-color: #2498b3;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 8px;
  padding-left: 22px;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .Course-skill__review-column-after-title {
    font-size: 16px;
  }
}
.Course-skill__review-icon {
  margin-bottom: 0;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 107px;
  width: 100%;
  max-height: 105px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-skill__review-icon {
    position: absolute;
    top: 53%;
    left: 0%;
    transform: translateY(-50%);
    max-width: 70px;
    max-height: 68.69px;
  }
}
.Course-skill__competition {
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 63px;
  padding-left: 0;
  max-width: 1040px;
  width: 100%;
}
.Course-skill__competition::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 246px;
  height: 2px;
  background-color: #00a6c8;
}
.Course-skill__competition-des {
  margin-bottom: 11px;
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 781px) {
  .Course-skill__competition-des {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
}
.Course-skill__competition-text {
  margin-bottom: 28px;
  font-weight: 500;
  line-height: 32px;
}
.Course-skill__competition-title {
  margin-bottom: 26px;
  border-radius: 9999px;
  background-color: #2498b3;
  max-width: 220px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 8px;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
}
.Course-skill__competition-gallery {
  justify-content: space-between;
}
.Course-skill__competition-gallery .wp-block-image {
  max-width: 240px !important;
}

.number-large {
  font-size: 39px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 39px;
}
@media screen and (max-width: 781px) {
  .number-large {
    font-size: 26px;
    line-height: 34px;
  }
}

.Course-case {
  max-width: 1040px;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 77px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .Course-case {
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
}
.Course-case__title {
  margin-bottom: 53px;
}
.Course-case__title-icon img {
  max-width: 63px;
  width: 100%;
  max-height: 63px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .Course-case__title-icon img {
    max-width: 52px;
  }
}
.Course-case__column {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  padding-left: 69px;
  max-width: 830.8px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-case__column {
    padding-left: 0px;
    row-gap: 30px;
    flex-direction: column;
  }
}
.Course-case__column-before {
  display: flex;
  flex-direction: column;
}
.Course-case__column-before .wp-block-group {
  padding: 0;
}
.Course-case__column-before__image {
  background-color: #d4f0f4;
  border-radius: 9999px;
  padding-top: 18px;
  padding-right: 38px;
  padding-bottom: 19px;
  padding-left: 39px;
}
.Course-case__column-before__image img {
  max-width: 154px;
  width: 100%;
  max-height: 194px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-case__column-before__image {
    margin-bottom: 16px;
    max-width: 231px;
    width: 100%;
  }
}
.Course-case__column-before__name {
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: bold;
  color: #2498b3;
  line-height: 30px;
}
.Course-case__column-before__salary {
  margin-top: 4.1px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
}
.Course-case__column-before__salary-block {
  margin-top: auto;
  padding: 0;
  border: 4px solid #cbcbcb;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (max-width: 781px) {
  .Course-case__column-before__salary-block {
    max-width: 231px;
    width: 100%;
  }
}
.Course-case__column-before__salary-large {
  font-size: 18px;
}
.Course-case__column-before__total {
  background-color: #cbcbcb;
  padding-top: 0;
  padding-bottom: 4.5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.Course-case__column-before__total-salary {
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: bold;
}
.Course-case__column-before__total-salary-large {
  font-size: 30px;
}
.Course-case__column-arrow {
  padding: 0;
}
.Course-case__column-arrow__icon {
  margin-bottom: 17.6px;
}
.Course-case__column-arrow__icon img {
  max-width: 55.42px;
  width: 100%;
  max-height: 64.26px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-case__column-arrow__icon {
    transform: rotate(90deg);
  }
}
.Course-case__column-arrow__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (max-width: 781px) {
  .Course-case__column-arrow__text {
    margin-bottom: 0;
  }
}
.Course-case__column-arrow__price {
  margin-bottom: 8.1px;
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
}
.Course-case__column-arrow__price-large {
  font-size: 25px;
  line-height: 36px;
}
.Course-case__column-arrow__image img {
  max-width: 86px;
  width: 100%;
  max-height: 73px;
  height: 100%;
}
.Course-case__column-after {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.Course-case__column-after img {
  max-width: 313.8px;
  width: 100%;
  max-height: 278.4px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-case__column-after img {
    max-width: 289px;
    max-height: 257px;
  }
}
.Course-case__column-after__salary {
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
}
.Course-case__column-after__salary-block {
  margin-top: auto;
  padding: 0;
  border: 4px solid #2498b3;
  border-radius: 0px 0px 10px 10px;
  max-width: 239px;
}
.Course-case__column-after__salary-large {
  font-size: 18px;
}
.Course-case__column-after__salary-large--blue {
  font-size: 25px;
}
.Course-case__column-after__total {
  background-color: #2498b3;
  padding-top: 0px;
  padding-bottom: 4.5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.Course-case__column-after__total-salary {
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: bold;
  line-height: 27px;
}
.Course-case__column-after__total-salary-large {
  font-size: 30px;
}
.Course-case__column-site {
  margin: 0 auto;
  box-shadow: 0px 3px 8px rgba(128, 163, 161, 0.2509803922);
  -moz-column-gap: 82px;
       column-gap: 82px;
  max-width: 900px;
  width: 100%;
  border-radius: 20px;
  padding-top: 34px;
  padding-right: 39px;
  padding-bottom: 39px;
  padding-left: 40px;
}
@media screen and (max-width: 781px) {
  .Course-case__column-site {
    padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 30px;
    padding-left: 13px;
  }
}
.Course-case__column-site-image {
  margin-bottom: 0;
}
.Course-case__column-site-des__title {
  margin-bottom: 9.5px;
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
}
.Course-case__column-site-des__text {
  margin-bottom: 4.5px;
  font-size: 14px;
  line-height: 20px;
}
.Course-case__column-site-des__price {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  vertical-align: bottom;
  font-size: 31px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 781px) {
  .Course-case__column-site-des__price {
    line-height: 34px;
  }
}
.Course-case__column-site-des__price-large {
  font-size: 35px;
}
.Course-case__column-site-des__price-large-blue {
  display: inline-block;
  padding-top: 5px;
  font-size: 61px;
  font-family: "Roboto", sans-serif;
  line-height: 46px;
}
.Course-case__column-site-des__column {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-end !important;
  justify-content: center;
  max-width: 313px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-case__column-site-des__column {
    flex-wrap: nowrap !important;
    margin-bottom: 0;
  }
}
.Course-case__column-site-des__column01 {
  max-width: 127px !important;
  width: 100%;
  align-self: flex-end !important;
}
.Course-case__column-site-des__column-text {
  margin-bottom: 0;
  background-color: #2498b3;
  border-radius: 9999px;
  padding-top: 8px;
  padding-right: 26px;
  padding-bottom: 8px;
  padding-left: 26px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}
@media screen and (max-width: 781px) {
  .Course-case__column-site-des__column-text {
    display: inline-block;
    padding-top: 8px;
    padding-right: 26px;
    padding-bottom: 8px;
    padding-left: 26px;
  }
}

.Course-reason {
  background-color: #f3fafb;
  padding-top: 74.5px;
  padding-bottom: 130px;
}
.Course-reason__title {
  margin-bottom: 41.5px;
}
.Course-reason__title-icon {
  margin-bottom: 25px;
}
.Course-reason__title-icon img {
  max-width: 78px;
  width: 100%;
  max-height: 56px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-reason__title-icon img {
    max-width: 68px;
    max-height: 49px;
  }
}
.Course-reason__table {
  margin-right: auto;
  margin-left: auto;
  max-width: 894px;
  width: 100%;
  position: relative;
  font-weight: bold;
  line-height: 32px;
  padding-top: 70px;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .Course-reason__table {
    overflow-x: scroll;
  }
}
.Course-reason__table-raisetech {
  position: relative;
}
.Course-reason__table-raisetech::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 259px;
  height: 30px;
  background-color: #2498b3;
  border-top: none;
  border-right: 5px solid #2498b3;
  border-bottom: none;
  border-left: 5px solid #2498b3;
  border-radius: 20px 20px 0 0;
}
.Course-reason__table-raisetech::after {
  content: url("../img/course-table-tekkun_icon.svg");
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Course-reason__table table {
  width: 100%;
  min-width: 894px;
  margin-bottom: 25px;
  white-space: nowrap;
}
.Course-reason__table tbody {
  width: 100%;
  min-width: 894px;
}
.Course-reason__table tr td {
  text-align: center;
  border: 1px solid #c3c3c3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Course-reason__table tr:first-child td:first-child {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #f3fafb;
}
.Course-reason__table tr:first-child td:nth-child(2) {
  position: relative;
  border-top: none;
  border-right: 5px solid #2498b3;
  border-bottom: none;
  border-left: 5px solid #2498b3;
  border-radius: 20px 20px 0 0;
  background-color: #2498b3;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
}
.Course-reason__table tr td:nth-child(1) {
  background-color: #fafafa;
  width: 192px;
}
.Course-reason__table tr td:nth-child(2) {
  border-top: 1px solid #c3c3c3;
  border-right: 5px solid #2498b3;
  border-bottom: 1px solid #c3c3c3;
  border-left: 5px solid #2498b3;
  background-color: #fffef5;
  width: 255px;
  color: #004191;
  font-size: 18px;
  line-height: 27px;
}
.Course-reason__table tr td:nth-child(3) {
  width: 225px;
  font-size: 13px;
  background-color: #ffffff;
}
.Course-reason__table tr td:nth-child(4) {
  width: 225px;
  font-size: 13px;
  background-color: #ffffff;
}
.Course-reason__table tr:nth-child(2) td:nth-child(2) {
  padding-top: 23px;
  padding-bottom: 23px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:nth-child(3) td:nth-child(2) {
  padding-top: 17px;
  padding-bottom: 13px;
}
.Course-reason__table tr:last-child td:nth-child(2) {
  border-bottom: 5px solid #2498b3;
}

.Course-reason__table::-webkit-scrollbar {
  margin-top: 10px;
  height: 13px; /* スクロールバーの高さ */
}

.Course-reason__table::-webkit-scrollbar-thumb {
  background: #2498b3; /* ツマミの色 */
  border-radius: 8px; /* ツマミ両端の丸み */
}

.Course-reason__table::-webkit-scrollbar-track {
  background: #ffffff; /* トラックの色 */
  border-radius: 8px; /* トラック両端の丸み */
}

.Course-instructor {
  background-image: url("../img/bg-course.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 111px;
  padding-right: 0;
  padding-bottom: 115px;
  padding-left: 0;
}
.Course-instructor .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-instructor {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.Course-instructor__thumbnail {
  margin-bottom: 36px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__thumbnail {
    margin-bottom: 17px;
  }
}
.Course-instructor__thumbnail img {
  border: 3px solid #00aacd;
  border-radius: 9999px;
  width: 342px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__thumbnail img {
    max-width: 242px;
    width: 100%;
  }
}
.Course-instructor__title {
  margin-bottom: 56.7px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__title {
    margin-bottom: 60px;
  }
}
.Course-instructor__title-icon {
  margin-bottom: 0;
}
.Course-instructor__title-icon img {
  max-width: 64.68px;
  width: 100%;
  max-height: 55.48px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-instructor__title-icon img {
    max-width: 53px;
    max-height: 46px;
  }
}
@media screen and (max-width: 781px) {
  .Course-instructor__title-icon {
    margin-bottom: 10px;
  }
}
.Course-instructor__list {
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
  list-style: none;
  padding-left: 0;
}
.Course-instructor__list:nth-child(even) {
  margin-top: 191px;
  flex-direction: row-reverse;
}
.Course-instructor__list + .Course-instructor__list {
  margin-top: 191px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__list:nth-child(even) {
    margin-top: 80px;
  }
  .Course-instructor__list + .Course-instructor__list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1078px) {
  .Course-instructor__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 781px) {
  .Course-instructor__list {
    display: block;
  }
}
.Course-instructor__list-item:nth-child(1) {
  text-align: center;
}
.Course-instructor__list-item:nth-child(2) {
  margin-top: 28px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__list-item:nth-child(2) {
    margin-top: 42px;
  }
}
.Course-instructor__name {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__name {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
  }
}
.Course-instructor__job {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__job {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 24px;
  }
}
.Course-instructor__twitter {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-left: 40px;
  transition: opacity 0.3s;
}
.Course-instructor__twitter:hover {
  opacity: 0.8;
}
.Course-instructor__twitter::before {
  position: absolute;
  top: 57%;
  left: -8%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/course-instructor-X_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 781px) {
  .Course-instructor__twitter {
    margin-bottom: 0px;
  }
}
.Course-instructor__twitter a {
  color: #131b2d;
}
.Course-instructor__subtitle {
  margin-bottom: 40px;
  color: #2498b3;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__subtitle {
    margin-bottom: 30px;
  }
}
.Course-instructor__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}
.Course-instructor__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.Course-instructor__introduction {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #2498b3;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}
.Course-instructor__introduction-text {
  margin-bottom: 29px;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-instructor__introduction-text {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.Course-instructor__personality {
  margin-bottom: 11px;
  color: #2498b3;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}
.Course-instructor__personality-text {
  margin-top: 18px;
  line-height: 32px;
}
.Course-instructor__line {
  margin-bottom: 11px;
  position: relative;
  background-color: #c4c4c4;
  width: 100%;
  height: 4px;
}
.Course-instructor__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background-color: #2498b3;
  width: 100px;
  height: 4px;
}

.Course-banner {
  background-image: url("../img/bg-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45.3px;
  padding-right: 0;
  padding-bottom: 44px;
  padding-left: 0;
  width: 100%;
  height: 468px;
}
@media screen and (max-width: 781px) {
  .Course-banner {
    padding-top: 51px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 340px) {
  .Course-banner {
    padding-top: 31px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}
.Course-banner__image {
  margin-bottom: 11px;
  width: 100%;
  height: 100%;
}
.Course-banner__image img {
  max-width: 292.86px;
  width: 100%;
  max-height: 130.69px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-banner__image {
    margin-bottom: 26px;
    max-width: 231px;
    max-height: 103px;
  }
}
@media screen and (max-width: 340px) {
  .Course-banner__image {
    margin-bottom: 10px;
  }
}
.Course-banner__title {
  margin-bottom: 21px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-banner__title {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .Course-banner__title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 340px) {
  .Course-banner__title {
    font-size: 15px;
  }
}
.Course-banner__link {
  position: relative;
  z-index: 10;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  max-width: 589px;
  padding: 0;
  width: 100%;
  height: 94px;
  font-size: 29px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.Course-banner__link::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  border-radius: 5px;
  background-color: #77b43b;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-banner__link::before {
    top: 0px;
  }
}
@media screen and (max-width: 781px) {
  .Course-banner__link {
    margin-bottom: 29px;
    max-width: 334px;
    height: 59px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .Course-banner__link {
    margin-bottom: 20px;
  }
}
.Course-banner__link a {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  background-color: #ade359;
  padding-top: 32.3px;
  padding-bottom: 32.7px;
  border-radius: 5px;
  color: #131d33;
  transition: all 0.3s ease;
}
.Course-banner__link a:hover {
  transform: translate(2px, 5px);
}
@media screen and (max-width: 781px) {
  .Course-banner__link a:hover {
    transform: translate(0px);
  }
}
@media screen and (max-width: 781px) {
  .Course-banner__link a {
    padding-top: 14.3px;
    padding-right: 28px;
    padding-bottom: 13.7px;
    padding-left: 28px;
  }
}
.Course-banner__link a::before {
  content: "";
  background-image: url("../img/banner-tekkun_icon.png");
  background-size: contain;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 118px;
  height: 115px;
}
@media screen and (max-width: 781px) {
  .Course-banner__link a::before {
    background-image: url("../img/banner-tekkun_icon-sp.png");
    width: 66px;
    height: 65px;
  }
}
.Course-banner__link a::after {
  content: url("../img/banner-arrow_icon.svg");
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 97px;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 781px) {
  .Course-banner__link a::after {
    content: url("../img/banner-arrow_icon-sp.svg");
    right: 30px;
    transform: translateY(-50%);
  }
}
.Course-banner__text {
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.Course-curriculum {
  padding-top: 84.7px;
  padding-right: 0;
  padding-bottom: 154px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .Course-curriculum {
    padding-top: 59px;
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 1480px) {
  .Course-curriculum {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Course-curriculum__title {
  margin-bottom: 57.9px;
}
@media screen and (max-width: 767px) {
  .Course-curriculum__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .Course-curriculum__title-icon {
    margin-bottom: 10px;
  }
}
.Course-curriculum__title-icon img {
  max-width: 57.31px;
  width: 100%;
  max-height: 46.48px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-curriculum__title-icon img {
    max-width: 46px;
    max-height: 39px;
  }
}
.Course-curriculum__column {
  margin: 0 auto 58.5px auto;
  max-width: 998px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column {
    margin: 0 auto 60px auto;
    max-width: 100%;
    padding: 0;
  }
}
.Course-curriculum__column-design {
  margin: 0 auto;
}
.Course-curriculum__column-design .wp-block-group__inner-container {
  grid-gap: 0 100px !important;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-design {
    margin: 0 auto 60px auto;
  }
}
@media screen and (max-width: 781px) {
  .Course-curriculum__column-image {
    text-align: center;
    margin-bottom: 0;
  }
}
.Course-curriculum__column-title {
  margin-bottom: 34px;
  border-radius: 9999px;
  background-color: #00a6c8;
  padding-top: 13px;
  padding-right: 25px;
  padding-bottom: 17px;
  padding-left: 25px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 35px;
}
@media screen and (max-width: 781px) {
  .Course-curriculum__column-title {
    margin-bottom: 20px;
  }
}
.Course-curriculum__column-text {
  line-height: 32px;
}
.Course-curriculum__column-grid__slider-title {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #77c7d9;
  padding-top: 2px;
  max-width: 400px;
  max-height: 38px;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid__slider-title {
    order: 2;
    max-width: 100%;
    padding-top: 0px;
  }
}
.Course-curriculum__column-grid__slider-title-right {
  grid-column: 2/3;
  grid-row: 1/2;
}
.Course-curriculum__column-grid__image {
  grid-column: 1/2;
  grid-row: 2/3;
  max-width: 400px;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid__image {
    order: 3;
    max-width: 100%;
  }
}
.Course-curriculum__column-grid__image-design {
  margin-top: -15px;
}
.Course-curriculum__column-grid__image-left {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid__image-left {
    order: 3;
    max-width: 100%;
  }
}
.Course-curriculum__column-grid__image-right {
  grid-column: 2/3;
  grid-row: 1/3;
}
.Course-curriculum__column-grid__image-right__design {
  grid-row: 2/3;
}
.Course-curriculum__column-grid__subtitle {
  margin-bottom: 0px;
  margin-left: 0;
  grid-column: 2/3;
  grid-row: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid__subtitle {
    order: 1;
    margin-bottom: 20px;
  }
}
.Course-curriculum__column-grid__subtitle-right {
  grid-column: 1/2;
  grid-row: 1/2;
}
.Course-curriculum__column-grid__subtitle-advanced {
  max-width: 139px;
}
.Course-curriculum__column-grid__text {
  margin-top: 29px;
  margin-bottom: 0;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid__text {
    order: 4;
    margin-top: 20px;
  }
}
.Course-curriculum__column-grid__text-design {
  margin-top: 40px;
}
.Course-curriculum__column-grid__text-right {
  grid-column: 1/2;
  grid-row: 2/3;
}
.Course-curriculum__column-grid .wp-block-image {
  margin-bottom: 0;
  width: 100%;
}
.Course-curriculum__column-grid .wp-block-image img {
  width: 100%;
}
.Course-curriculum__column-grid .slick-dotted.slick-slider {
  margin-bottom: 96px;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid .slick-dotted.slick-slider {
    margin: 0;
  }
}
.Course-curriculum__column-grid .slick-arrow:before {
  content: "" !important;
}
.Course-curriculum__column-grid .slick-prev,
.Course-curriculum__column-grid .slick-next {
  display: block !important;
  position: absolute;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.Course-curriculum__column-grid .slick-prev {
  left: -41px;
  transform: translateY(-50%);
  max-width: 21px;
  width: 100%;
  max-height: 40px;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid .slick-prev {
    left: -16px;
    max-width: 12.17px;
    max-height: 21.41px;
  }
}
.Course-curriculum__column-grid .slick-next {
  right: -41px;
  transform: translateY(-50%);
  max-width: 21px;
  width: 100%;
  max-height: 40px;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid .slick-next {
    right: -18px;
    max-width: 12.17px;
    max-height: 21.41px;
  }
}
.Course-curriculum__column-grid .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.Course-curriculum__column-grid .slick-next:before {
  background: url("../img/course-curriculum-design-arrow-next_icon.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid .slick-next:before {
    background: url("../img/slick-next-arrow_icon.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
.Course-curriculum__column-grid .slick-prev:before {
  background: url("../img/course-curriculum-design-arrow-prev_icon.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid .slick-prev:before {
    background: url("../img/slick-prev-arrow_icon.svg") !important;
  }
}
.Course-curriculum__column-grid .slick-dots {
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.Course-curriculum__column-grid .slick-dots li {
  margin: 0px;
}
.Course-curriculum__column-grid .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  font-size: 11px;
  padding: 0;
  opacity: 1;
}
.Course-curriculum__column-grid .slick-dots li button:before {
  content: url("../img/slick-dots_icon.svg");
  font-size: 11px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.Course-curriculum__column-grid .slick-dots li.slick-active button::before {
  content: url("../img/slick-dots-active_icon.svg");
  font-size: 11px;
}
.Course-curriculum__column-grid-left {
  padding: 0 0 0 40px;
}
.Course-curriculum__column-grid-left .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-rows: 65px 1fr;
  grid-gap: 0 57.5px;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid-left .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid-left {
    padding-left: 0px;
  }
}
.Course-curriculum__column-grid-right {
  padding: 0 40px 0 0;
}
.Course-curriculum__column-grid-right .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1fr, 400px));
  grid-template-rows: 65px 1fr;
  grid-gap: 0 57.5px;
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid-right .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1180px) {
  .Course-curriculum__column-grid-right {
    padding-right: 0px;
  }
}
.Course-curriculum__bottom {
  max-width: 978.7px;
  width: 100%;
  margin: 0 auto 34.9px auto;
}
@media screen and (max-width: 781px) {
  .Course-curriculum__bottom {
    margin: 0 auto 24.3px auto;
    gap: 0;
  }
}
.Course-curriculum__bottom-text {
  position: relative;
  background-color: #f2fbe5;
  border: 1px solid #afe17f;
  border-radius: 16px;
  max-width: 872px;
  width: 100%;
  padding-top: 23px;
  padding-right: 39px;
  padding-bottom: 22px;
  padding-left: 31px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .Course-curriculum__bottom-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 39px;
    padding-bottom: 20px;
    padding-left: 31px;
  }
}
.Course-curriculum__bottom-icon {
  margin-top: 20px;
  margin-left: -50px;
  position: relative;
  z-index: 1;
}
.Course-curriculum__bottom-icon img {
  max-width: 129.45px;
  width: 100%;
  max-height: 122.14px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-curriculum__bottom-icon {
    text-align: right;
    margin-top: -40px;
  }
  .Course-curriculum__bottom-icon img {
    max-width: 86.24px;
    max-height: 81.37px;
  }
}
.Course-curriculum__subtitle {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  .Course-curriculum__subtitle {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.Course-curriculum__subtitle-aws {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .Course-curriculum__subtitle-aws {
    margin-bottom: 50px;
  }
}
.Course-curriculum__subtitle-small-aws {
  margin: 0 auto 41px auto;
  background-color: #f0fad5;
  padding-top: 8px;
  padding-bottom: 7px;
  max-width: 174px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
.Course-curriculum__subtitle-small-aws-second {
  margin: 91px auto 41px auto;
}
@media screen and (max-width: 781px) {
  .Course-curriculum__subtitle-small-aws-second {
    font-size: 18px;
    margin: 60px auto 41px auto;
  }
}
@media screen and (max-width: 1280px) {
  .Course-curriculum__technology {
    flex-direction: column;
    row-gap: 26px;
    margin-bottom: 26px;
  }
}
.Course-curriculum__technology-item {
  position: relative;
}
.Course-curriculum__technology-item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 11px;
  right: 13px;
  border-radius: 9999px;
  background-color: #ffffff;
  width: 31px;
  height: 31px;
  z-index: 10;
}
.Course-curriculum__technology-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
  background-color: #2498b3;
  border: 1px solid #038da8;
  padding-top: 10px;
  padding-right: 13px;
  padding-bottom: 10px;
  padding-left: 17px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
.Course-curriculum__technology-title::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 24px;
  right: 19px;
  z-index: 11;
  background-color: #038da8;
  width: 17px;
  height: 4px;
}
.Course-curriculum__technology-title::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 18px;
  right: 25.5px;
  z-index: 11;
  background-color: #038da8;
  width: 4px;
  height: 17px;
}
.Course-curriculum__technology-title01, .Course-curriculum__technology-title02, .Course-curriculum__technology-title03, .Course-curriculum__technology-title04, .Course-curriculum__technology-title05, .Course-curriculum__technology-title06, .Course-curriculum__technology-title07, .Course-curriculum__technology-title08, .Course-curriculum__technology-title09, .Course-curriculum__technology-title10, .Course-curriculum__technology-title11, .Course-curriculum__technology-title12, .Course-curriculum__technology-title13 {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
  background-color: #2498b3;
  border: 1px solid #038da8;
  padding-top: 10px;
  padding-right: 13px;
  padding-bottom: 10px;
  padding-left: 17px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
.Course-curriculum__technology-title01-design, .Course-curriculum__technology-title02-design, .Course-curriculum__technology-title03-design, .Course-curriculum__technology-title04-design, .Course-curriculum__technology-title05-design, .Course-curriculum__technology-title06-design, .Course-curriculum__technology-title07-design, .Course-curriculum__technology-title08-design, .Course-curriculum__technology-title09-design, .Course-curriculum__technology-title10-design, .Course-curriculum__technology-title11-design, .Course-curriculum__technology-title12-design, .Course-curriculum__technology-title13-design {
  font-size: 16px;
}
.Course-curriculum__technology-title01-aws, .Course-curriculum__technology-title02-aws, .Course-curriculum__technology-title03-aws, .Course-curriculum__technology-title04-aws, .Course-curriculum__technology-title05-aws, .Course-curriculum__technology-title06-aws, .Course-curriculum__technology-title07-aws, .Course-curriculum__technology-title08-aws, .Course-curriculum__technology-title09-aws, .Course-curriculum__technology-title10-aws, .Course-curriculum__technology-title11-aws, .Course-curriculum__technology-title12-aws, .Course-curriculum__technology-title13-aws {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .Course-curriculum__technology-title01-aws, .Course-curriculum__technology-title02-aws, .Course-curriculum__technology-title03-aws, .Course-curriculum__technology-title04-aws, .Course-curriculum__technology-title05-aws, .Course-curriculum__technology-title06-aws, .Course-curriculum__technology-title07-aws, .Course-curriculum__technology-title08-aws, .Course-curriculum__technology-title09-aws, .Course-curriculum__technology-title10-aws, .Course-curriculum__technology-title11-aws, .Course-curriculum__technology-title12-aws, .Course-curriculum__technology-title13-aws {
    font-size: 14px;
  }
}
.Course-curriculum__technology-title01-java, .Course-curriculum__technology-title02-java, .Course-curriculum__technology-title03-java, .Course-curriculum__technology-title04-java, .Course-curriculum__technology-title05-java, .Course-curriculum__technology-title06-java, .Course-curriculum__technology-title07-java, .Course-curriculum__technology-title08-java, .Course-curriculum__technology-title09-java, .Course-curriculum__technology-title10-java, .Course-curriculum__technology-title11-java, .Course-curriculum__technology-title12-java, .Course-curriculum__technology-title13-java {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .Course-curriculum__technology-title01-java, .Course-curriculum__technology-title02-java, .Course-curriculum__technology-title03-java, .Course-curriculum__technology-title04-java, .Course-curriculum__technology-title05-java, .Course-curriculum__technology-title06-java, .Course-curriculum__technology-title07-java, .Course-curriculum__technology-title08-java, .Course-curriculum__technology-title09-java, .Course-curriculum__technology-title10-java, .Course-curriculum__technology-title11-java, .Course-curriculum__technology-title12-java, .Course-curriculum__technology-title13-java {
    font-size: 14px;
  }
}
.Course-curriculum__technology-title01::before, .Course-curriculum__technology-title02::before, .Course-curriculum__technology-title03::before, .Course-curriculum__technology-title04::before, .Course-curriculum__technology-title05::before, .Course-curriculum__technology-title06::before, .Course-curriculum__technology-title07::before, .Course-curriculum__technology-title08::before, .Course-curriculum__technology-title09::before, .Course-curriculum__technology-title10::before, .Course-curriculum__technology-title11::before, .Course-curriculum__technology-title12::before, .Course-curriculum__technology-title13::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 24px;
  right: 19px;
  z-index: 11;
  background-color: #038da8;
  width: 17px;
  height: 4px;
}
.Course-curriculum__technology-title01::after, .Course-curriculum__technology-title02::after, .Course-curriculum__technology-title03::after, .Course-curriculum__technology-title04::after, .Course-curriculum__technology-title05::after, .Course-curriculum__technology-title06::after, .Course-curriculum__technology-title07::after, .Course-curriculum__technology-title08::after, .Course-curriculum__technology-title09::after, .Course-curriculum__technology-title10::after, .Course-curriculum__technology-title11::after, .Course-curriculum__technology-title12::after, .Course-curriculum__technology-title13::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 18px;
  right: 25.5px;
  z-index: 11;
  background-color: transparent;
  width: 4px;
  height: 17px;
}
.Course-curriculum__technology-text {
  display: block;
  border: 1px solid #038da8;
  padding-top: 20px;
  padding-right: 13px;
  padding-bottom: 16px;
  padding-left: 17px;
  line-height: 32px;
}
.Course-curriculum__technology-text p {
  margin-bottom: 25px;
}
.Course-curriculum__technology-icon {
  text-align: right;
  margin-bottom: 0;
}
.Course-curriculum__technology-icon img {
  width: auto !important;
  height: 60px !important;
}

.Course-course {
  background-color: #f3fafb;
  padding-top: 80.5px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .Course-course {
    padding-top: 60px;
  }
}
.Course-course__bold {
  font-weight: bold;
}
.Course-course__title {
  margin-bottom: 52.3px;
}
.Course-course__title-icon {
  margin-bottom: 0;
}
.Course-course__title-icon img {
  max-width: 54.01px;
  width: 100%;
  max-height: 55.2px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-course__title-icon img {
    max-width: 46px;
    max-height: 47px;
  }
}
.Course-course__text {
  margin-bottom: 40px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .Course-course__text {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Course-course__class {
  margin-top: 85px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  -moz-column-gap: 34px;
       column-gap: 34px;
  box-shadow: 0px 3px 8px rgba(128, 163, 161, 0.1607843137);
  border-radius: 22px;
  background-color: #ffffff;
  max-width: 920px;
  width: 100%;
  padding-top: 28px;
  padding-right: 27px;
  padding-bottom: 30px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .Course-course__class {
    margin-top: 58px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1078px) {
  .Course-course__class {
    max-width: calc(100% - 40px);
    padding-top: 32px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.Course-course__class-realtime {
  padding-right: 30px;
  border-right: 1px solid #bbbbbb;
}
@media screen and (max-width: 1078px) {
  .Course-course__class-realtime {
    padding-left: 30px;
  }
}
@media screen and (max-width: 781px) {
  .Course-course__class-realtime {
    margin-right: 16px !important;
    margin-left: 16px !important;
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    padding-bottom: 49px;
    border-bottom: 1px solid #bbbbbb;
  }
}
@media screen and (max-width: 781px) {
  .Course-course__class-recording {
    margin-right: 16px !important;
    margin-left: 16px !important;
    padding-top: 5px;
    padding-right: 10px;
  }
}
.Course-course__class-title {
  display: inline-block;
  margin-bottom: 14px;
  background-color: #f0fad5;
  padding-top: 13px;
  padding-right: 18px;
  padding-bottom: 13px;
  padding-left: 18px;
  font-size: 24px;
  font-weight: Bold;
  line-height: 35px;
}
.Course-course__class-subtitle {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: Bold;
  line-height: 32px;
}
.Course-course__class-text {
  margin-bottom: 22px;
  line-height: 32px;
}
.Course-course__class-list-item {
  margin-bottom: 16px;
  line-height: 24px;
}
.Course-course__class-image {
  max-width: 290px;
  width: 100%;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}
.Course-course__style {
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 0;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 781px) {
  .Course-course__style {
    flex-direction: column;
    margin: 0 auto;
    row-gap: 65px;
    max-width: 277px;
    width: 100%;
  }
}
.Course-course__style-item {
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  max-width: 277px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-shadow: 0px 3px 8px rgba(128, 163, 161, 0.1607843137);
}
.Course-course__style-title {
  margin-bottom: 94px;
  font-size: 30px;
  font-weight: Bold;
  line-height: 56px;
}
@media screen and (max-width: 781px) {
  .Course-course__style-title {
    margin-bottom: 89px;
    font-size: 20px;
  }
}
.Course-course__style-title-large {
  font-size: 40px;
}
@media screen and (max-width: 781px) {
  .Course-course__style-title-large {
    font-size: 30px;
  }
}
.Course-course__style-content {
  padding: 0;
}
.Course-course__style-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -32.5px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  border-radius: 9999px;
  background-color: #00a6c8;
  padding-top: 23px;
  padding-right: 21px;
  padding-bottom: 21px;
  padding-left: 20px;
  max-width: 124px;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
}
.Course-course__style-subtitle-large {
  display: inline-block;
  font-size: 39px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.Course-course__style-text {
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 24px;
}
.Course-course__style-image01 {
  margin-bottom: 21px;
  margin-right: auto;
  margin-left: auto;
  max-width: 120px;
  width: 100%;
  max-height: 187px;
  height: 100%;
}
.Course-course__style-image02 {
  margin-bottom: 21px;
  margin-right: auto;
  margin-left: auto;
  max-width: 121px;
  width: 100%;
  max-height: 200px;
  height: 100%;
}
.Course-course__style-image03 {
  margin-bottom: 21px;
  margin-right: auto;
  margin-left: auto;
  max-width: 132px;
  width: 100%;
  max-height: 181px;
  height: 100%;
}
.Course-course__style-button {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  border: 1px solid #00a6c8;
  border-radius: 7px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  max-width: 235px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
}
.Course-course__modal {
  max-width: 80%;
  width: 100%;
  padding-top: 26px;
  padding-right: 0px;
  padding-bottom: 33.6px;
  padding-left: 0px;
  overflow: auto;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal {
    max-width: 90%;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 44.6px;
    padding-left: 10px;
  }
}
.Course-course__modal-bg {
  display: none;
}
.Course-course__modal-button {
  display: none;
  cursor: pointer;
  position: relative;
}
.Course-course__modal-button img {
  max-width: 72px;
  width: 100%;
  max-height: 72px;
  height: 100%;
}
.Course-course__modal-button::after {
  display: none;
  content: url("../img/course-modal-close-hover_icon.svg");
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-button::after {
    content: url("../img/course-modal-close-hover_icon-sp.svg");
    top: 50%;
    left: 51%;
    width: 40px;
    height: 40px;
  }
}
.Course-course__modal-button:hover::after {
  display: block;
}
.Course-course__modal-button-hover {
  display: none;
  cursor: pointer;
}
.Course-course__modal-top .wp-block-group__inner-container {
  max-width: 806px;
  width: 100%;
  display: grid;
  grid-template-columns: 129px 1fr;
  grid-template-rows: 71px 1fr;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-top .wp-block-group__inner-container {
    grid-template-columns: 53px 1fr;
    grid-template-rows: 111px 1fr;
    align-items: center;
  }
}
.Course-course__modal-top {
  padding: 0;
}
.Course-course__modal-top-image {
  margin: 0;
  max-width: 129px;
  width: 100%;
  grid-column: 1/2;
  grid-row: 1;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-top-image {
    grid-row: 1/2;
    max-width: 53px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.Course-course__modal-top-title {
  margin-top: 18px;
  margin-bottom: 0px;
  grid-column: 2/2;
  grid-row: 1/2;
  max-width: 650px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-top-title {
    margin-top: 0px;
    grid-column: 2/2;
    grid-row: 1/2;
    font-size: 20px;
  }
}
.Course-course__modal-top-text {
  margin-bottom: 0;
  max-width: 650px;
  width: 100%;
  grid-column: 2/2;
  grid-row: 2/2;
  line-height: 32px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-top-text {
    max-width: 100%;
    grid-column: 1/3;
    grid-row: 3/3;
  }
}
.Course-course__modal-list .wp-block-group__inner-container {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.Course-course__modal-list {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 72px auto 73px auto;
  padding: 0;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list {
    display: none;
  }
}
.Course-course__modal-list-item {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-item {
    max-width: 229px;
    max-height: 229px;
  }
}
.Course-course__modal-list-item__text {
  position: relative;
  margin-top: -10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  z-index: 10;
}
.Course-course__modal-list-item__circle-image {
  margin-bottom: 0;
  min-width: 313px;
  height: 100%;
  position: absolute;
  top: 30%;
  left: 115%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-item__circle-image {
    min-width: 205px;
    top: 47.5%;
    width: 205px !important;
    height: 205px !important;
    left: 110%;
  }
}
.Course-course__modal-list-item__circle01 {
  background-color: #f1f9fa;
  border-radius: 9999px;
  padding: 0;
  position: relative;
  z-index: 1;
  min-width: 229px;
  width: 100%;
  min-height: 229px;
  height: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-item__circle01 {
    max-width: 229px;
    max-height: 229px;
  }
}
.Course-course__modal-list-item__circle01 figure {
  margin-bottom: 7px;
}
.Course-course__modal-list-item__circle01 img {
  margin-top: 30.5px;
  max-width: 98.64px;
  width: 100%;
  max-height: 118.53px;
  height: 100%;
}
.Course-course__modal-list-item__circle01 p {
  line-height: 24px;
}
.Course-course__modal-list-item__circle01-pc img {
  max-width: 98.64px;
  width: 100%;
  max-height: 118.63px;
  height: 100%;
}
.Course-course__modal-list-item__circle02 {
  position: relative;
  z-index: 1;
  background-color: #f1f9fa;
  border-radius: 9999px;
  padding: 0;
  min-width: 229px;
  width: 100%;
  min-height: 229px;
  height: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-item__circle02 {
    max-width: 229px;
    max-height: 229px;
  }
}
.Course-course__modal-list-item__circle02 figure {
  margin-bottom: 16.3px;
}
.Course-course__modal-list-item__circle02 img {
  margin-top: 39.7px;
  max-width: 129px;
  width: 100%;
  max-height: 110px;
  height: 100%;
}
.Course-course__modal-list-item__circle02 p {
  line-height: 24px;
}
.Course-course__modal-list-item__circle02-pc img {
  max-width: 117px;
  width: 100%;
  max-height: 99.98px;
  height: 100%;
}
.Course-course__modal-list-item__circle03 {
  position: relative;
  z-index: 1;
  background-color: #f1f9fa;
  border-radius: 9999px;
  padding: 0;
  min-width: 229px;
  width: 100%;
  min-height: 229px;
  height: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-item__circle03 {
    max-width: 229px;
    max-height: 229px;
  }
}
.Course-course__modal-list-item__circle03 figure {
  margin-bottom: 0px;
}
.Course-course__modal-list-item__circle03 img {
  margin-top: 30.5px;
  max-width: 111px;
  width: 100%;
  max-height: 112px;
  height: 100%;
}
.Course-course__modal-list-item__circle03 p {
  margin-top: 10px;
  line-height: 24px;
}
.Course-course__modal-list-item__circle03-pc img {
  max-width: 111px;
  width: 100%;
  max-height: 112px;
  height: 100%;
}
.Course-course__modal-list-item-arrow {
  margin-bottom: 0;
  max-width: 38px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 32.5%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-item-arrow {
    top: 53%;
    left: 45%;
    transform: rotate(90deg);
  }
}
.Course-course__modal-list-item-text {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #00a6c8;
  text-align: center;
  border-radius: 8px;
  max-width: 146px;
  width: 100%;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
}
.Course-course__modal-list-item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 9999px;
  background-color: #00a6c8;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 45px;
}
.Course-course__modal-list-item-number-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 9999px;
  background-color: #00a6c8;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 45px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-item-number-sp {
    top: 10%;
    left: 20%;
    width: 38px;
    height: 38px;
    font-size: 26px;
  }
}
.Course-course__modal-list-sp {
  display: none;
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 25px auto 82px auto;
  padding: 0;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-sp {
    display: block;
    max-width: 335px;
  }
}
.Course-course__modal-list-sp__column {
  padding: 98px 0 0 0;
}
.Course-course__modal-list-sp__column .wp-block-group__inner-container {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  justify-content: center;
}
.Course-course__modal-list-sp-item {
  position: relative;
  text-align: center;
  min-width: 229px;
  width: 100%;
  min-height: 229px;
  height: 100%;
  padding: 0;
}
.Course-course__modal-list-sp-item__text {
  position: relative;
  margin-top: -10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  z-index: 10;
}
.Course-course__modal-list-sp-item__circle01 {
  background-color: #f1f9fa;
  border-radius: 9999px;
  padding: 0;
  position: relative;
  z-index: 1;
  min-width: 229px;
  width: 100%;
  min-height: 229px;
  height: 100%;
}
.Course-course__modal-list-sp-item__circle01 figure {
  margin-bottom: 7px;
}
.Course-course__modal-list-sp-item__circle01 img {
  margin-top: 30.5px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-sp-item__circle01 img {
    max-width: 98.64px;
    width: 100%;
    max-height: 118.53px;
    height: 100%;
  }
}
.Course-course__modal-list-sp-item__circle01 p {
  line-height: 24px;
}
.Course-course__modal-list-sp-item__circle02 {
  position: relative;
  z-index: 1;
  background-color: #f1f9fa;
  border-radius: 9999px;
  padding: 0;
}
.Course-course__modal-list-sp-item__circle02 figure {
  margin-bottom: 16.3px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-sp-item__circle02 figure {
    margin-bottom: 10.2px;
  }
}
.Course-course__modal-list-sp-item__circle02 img {
  margin-top: 27.3px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-sp-item__circle02 img {
    max-width: 76.73px;
    width: 100%;
    max-height: 65.56px;
    height: 100%;
  }
}
.Course-course__modal-list-sp-item__circle02 p {
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-sp-item__circle02 p {
    font-size: 12px;
    line-height: 18px;
  }
}
.Course-course__modal-list-sp-item__circle03 {
  position: relative;
  z-index: 1;
  background-color: #f1f9fa;
  border-radius: 9999px;
  padding: 0;
}
.Course-course__modal-list-sp-item__circle03 figure {
  margin-bottom: 0px;
}
.Course-course__modal-list-sp-item__circle03 img {
  margin-top: 30.5px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-sp-item__circle03 img {
    width: 73px;
    height: 73px;
  }
}
.Course-course__modal-list-sp-item__circle03 p {
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-list-sp-item__circle03 p {
    font-size: 12px;
    line-height: 18px;
  }
}
.Course-course__modal-list-sp-item-text {
  position: absolute;
  top: 82.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #00a6c8;
  text-align: center;
  border-radius: 8px;
  max-width: 98px;
  width: 100%;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.Course-course__modal-column {
  border-radius: 10px;
  max-width: 684px;
  width: 100%;
  gap: 0;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-column {
    display: block !important;
  }
}
.Course-course__modal-column p {
  margin-bottom: 0;
}
.Course-course__modal-column-item01 {
  background-color: #eef8f9;
  border-radius: 10px 0 0 10px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-column-item01 {
    border-radius: 10px 10px 0 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
  }
}
.Course-course__modal-column-item02 {
  background-color: #00a6c8;
  border-radius: 0 10px 10px 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course__modal-column-item02 {
    border-radius: 0px 0px 10px 10px;
  }
}
.Course-course__modal-column-bottom {
  max-width: 795px;
  width: 100%;
  margin-top: 51px;
  margin-bottom: 0;
  gap: 0;
}
.Course-course__modal-column-bottom-item01 {
  border: 1px solid #afe17f;
  border-radius: 16px;
  padding-top: 20px;
  padding-bottom: 19px;
  background-color: #f2fbe5;
}
@media screen and (max-width: 781px) {
  .Course-course__modal-column-bottom-item01 {
    text-align: left;
    padding-top: 16px;
    padding-right: 11px;
    padding-bottom: 16px;
    padding-left: 11px;
  }
}
.Course-course__modal-column-bottom-item01 img {
  max-width: 86.24px;
  width: 100%;
  max-height: 81.37px;
  height: 100%;
}
.Course-course__modal-column-bottom-item01 p {
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .Course-course__modal-column-bottom-item01 p {
    text-align: left;
  }
}
.Course-course__modal-column-bottom-item02 {
  margin-left: -20px;
}
@media screen and (max-width: 781px) {
  .Course-course__modal-column-bottom-item02 {
    margin-top: -20px;
    text-align: right;
  }
  .Course-course__modal-column-bottom-item02 img {
    max-width: 86.24px;
    width: 100%;
    max-height: 81.37px;
    height: 100%;
  }
}
.Course-course__modal-item-sp {
  min-width: 150px !important;
  min-height: 150px !important;
}

.Course-course__schedule {
  background-color: #f3fafb;
  padding-top: 125.5px;
  padding-right: 0;
  padding-bottom: 151.9px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .Course-course__schedule {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.Course-course__schedule-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 36.5px;
  margin-left: auto;
  max-width: 500px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  flex-wrap: nowrap !important;
}
.Course-course__schedule-title .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}
.Course-course__schedule-title h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-title {
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    font-size: 20px;
  }
}
.Course-course__schedule-title-icon {
  max-width: 45px;
}
.Course-course__schedule-title-icon figure {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-title-icon {
    max-width: 35px;
  }
}
.Course-course__schedule-text {
  margin-bottom: 58px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .Course-course__schedule-text {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-text {
    text-align: left;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Course-course__schedule-text-wp {
  margin-bottom: 125px;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 781px) {
  .Course-course__schedule-text-wp {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Course-course__schedule-column {
  position: relative;
  margin: 0 auto;
  max-width: 667.83px;
  width: 100%;
  -moz-column-gap: 0px;
       column-gap: 0px;
  justify-content: center;
  align-items: flex-end !important;
}
@media screen and (max-width: 781px) {
  .Course-course__schedule-column {
    max-width: 448.38px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
    row-gap: 0;
    align-items: center !important;
  }
}
.Course-course__schedule-column__icon {
  z-index: 1;
  max-width: 211.33px;
  width: 100%;
  max-height: 199.85px;
  height: 100%;
}
.Course-course__schedule-column__icon .wp-block-image {
  margin: 0;
}
.Course-course__schedule-column__icon img {
  width: 100%;
  margin-top: 30px;
  margin-left: 30px;
  height: auto !important;
}
@media screen and (max-width: 781px) {
  .Course-course__schedule-column__icon {
    position: absolute;
    bottom: -20px;
    left: -30px;
    z-index: 1;
    max-width: 100px;
    max-height: 94.56px;
  }
  .Course-course__schedule-column__icon img {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-column__icon {
    position: absolute;
    bottom: -50px;
    left: 0px;
  }
}
.Course-course__schedule-column-calendar {
  position: relative;
}
.Course-course__schedule-column-calendar__table {
  margin: 0;
  border-radius: 8px;
  background-color: #ffffff;
  padding-top: 11px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-left: 9px;
  max-width: 455.38px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-course__schedule-column-calendar__table {
    padding-right: 8px;
  }
}
.Course-course__schedule-column-calendar__table table {
  width: 436.38px;
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-column-calendar__table table {
    width: 100%;
  }
}
.Course-course__schedule-column-calendar__table td {
  height: 62.34px;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-column-calendar__table td {
    height: 48.34px;
  }
}
.Course-course__schedule-column-calendar__table td,
.Course-course__schedule-column-calendar__table th {
  border: 1px dashed #d1d1d1;
}
.Course-course__schedule-column-calendar__table tr:nth-child(1) td {
  width: 62.34px;
  height: 48.99px;
  color: #2bb6d7;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-column-calendar__table tr:nth-child(1) td {
    width: 50px;
  }
}
.Course-course__schedule-column-calendar__table tr:nth-child(1) td:last-child {
  position: relative;
  color: #131d33;
  font-size: 26px;
  background-color: #ffffff;
}
.Course-course__schedule-column-calendar__table tr:nth-child(1) td:last-child::after {
  content: url("../img/course-calendar_icon.svg");
  position: absolute;
  top: 10%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.Course-course__schedule-column-calendar__table tr td:last-child {
  background-color: #f0ffcf;
}
.Course-course__schedule-column-calendar-fukidashi {
  position: absolute;
  bottom: 45px;
  left: 42.5%;
  transform: translateX(-50%);
  max-width: 365px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 781px) {
  .Course-course__schedule-column-calendar-fukidashi {
    left: 50%;
  }
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-column-calendar-fukidashi {
    max-width: 300px;
    bottom: 25px;
  }
}
.Course-course__schedule-column-calendar-fukidashi__image {
  margin: 0;
  padding: 0;
  max-width: 365px;
  width: 100%;
}
.Course-course__schedule-column-calendar-fukidashi__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
@media screen and (max-width: 500px) {
  .Course-course__schedule-column-calendar-fukidashi__text {
    font-size: 16px;
    line-height: 20px;
  }
}

.Course-course__schedule-title .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: 45px !important;
}

.Course-course__modal-list-item .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.Course-price {
  background-image: url("../img/bg-course.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 101px;
  padding-right: 0;
  padding-bottom: 138px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .Course-price {
    padding-top: 76px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
}
.Course-price__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .Course-price__title {
    margin-bottom: 30px;
  }
}
.Course-price__title-icon {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Course-price__title-icon {
    margin-bottom: 10px;
  }
}
.Course-price__title-icon img {
  max-width: 50px;
  width: 100%;
  max-height: 59px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .Course-price__title-icon img {
    max-width: 41px;
    max-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .Course-price__Fee__title {
    width: 84px;
    font-size: 12px;
  }
}
.Course-price__block {
  text-align: center;
}
.Course-price__block-area {
  margin: 0 auto;
  box-shadow: 0px 3px 8px rgba(128, 163, 161, 0.1607843137);
  background-color: #ffffff;
  padding-top: 44px;
  padding-right: 110px;
  padding-bottom: 60px;
  padding-left: 107px;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Course-price__block-area {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
}
.Course-price__line {
  margin-bottom: 26px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #dddddd;
}
@media screen and (max-width: 767px) {
  .Course-price__line {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.Course-price__column {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Course-price__column {
    margin-bottom: 10px;
  }
}
.Course-price__column dl {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .Course-price__column dl {
    margin-bottom: 0px;
  }
}
.Course-price__column dt {
  margin-right: 26px;
  color: #2498b3;
  font-weight: 400;
  line-height: 32px;
}
.Course-price__column dd {
  color: #777777;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0px;
}
.Course-price__subtitle {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
  background-color: #00a6c8;
  padding-top: 5px;
  padding-right: 61px;
  padding-bottom: 4px;
  padding-left: 61px;
  max-width: 430px;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .Course-price__subtitle {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 26px;
  }
}
.Course-price__subtitle::before {
  content: url("../img/course-price_subtitle-left_icon.svg");
  position: absolute;
  top: 55%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .Course-price__subtitle::before {
    left: 16px;
  }
}
.Course-price__subtitle::after {
  content: url("../img/course-price_subtitle-right_icon.svg");
  position: absolute;
  top: 55%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .Course-price__subtitle::after {
    right: 16px;
  }
}
.Course-price__pay {
  margin-bottom: 28px;
  border-radius: 8px;
  background-color: #f4fbfc;
  padding-top: 19px;
  padding-right: 52px;
  padding-bottom: 24px;
  padding-left: 51px;
}
@media screen and (max-width: 767px) {
  .Course-price__pay {
    padding-top: 22px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
}
.Course-price__pay .Fee__title {
  font-size: 18px;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay .Fee__title {
    font-size: 12px;
  }
}
.Course-price__pay .Fee__title.--normal {
  background-color: #ffffff;
}
.Course-price__pay .Fee__title-border {
  position: relative;
}
.Course-price__pay .Fee__title-border::before {
  content: "";
  position: absolute;
  top: -9px;
  right: -40.9px;
  width: 1px;
  height: 25px;
  background-color: #2498b3;
  transform: rotate(-36.87deg);
  z-index: 20;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay .Fee__title-border::before {
    top: -8.4px;
    right: -17px;
    height: 19.88px;
  }
}
.Course-price__pay .Fee__title-border::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -40.9px;
  width: 1px;
  height: 25px;
  background-color: #2498b3;
  transform: rotate(36.87deg);
  z-index: 20;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay .Fee__title-border::after {
    bottom: -10px;
    right: -17.25px;
    height: 19.88px;
  }
}
.Course-price__pay .Fee__title.--normal::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
  transform: rotate(0deg);
}
@media screen and (max-width: 1180px) {
  .Course-price__pay .Fee__title.--normal::before {
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 13px solid #ffffff;
    border-right: 0;
  }
}
.Course-price__pay .Fee__title.--normal::after {
  position: absolute;
  bottom: 14px;
  left: 85.7%;
  width: 25px;
  background-color: #ffffff;
  z-index: 1;
  border: none;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay .Fee__title.--normal::after {
    content: none;
  }
}
.Course-price__pay .Fee__title.--discount::before {
  right: -16px;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay .Fee__title.--discount::before {
    border-width: 16.5px 0 16.5px 13px;
    right: -14px;
    top: -1px;
  }
}
.Course-price__pay dl {
  display: flex;
  -moz-column-gap: 76px;
       column-gap: 76px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay dl {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}
.Course-price__pay dt {
  width: 139px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay dt {
    width: 71px;
    height: 33px;
    font-size: 12px;
    line-height: 30px;
  }
}
.Course-price__pay dd {
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .Course-price__pay dd {
    font-size: 12px;
  }
}
.Course-price__text-top {
  margin-bottom: 0;
  text-align: left;
  line-height: 32px;
  padding-left: 1.5em;
  text-indent: -0.9em;
}
@media screen and (max-width: 767px) {
  .Course-price__text-top {
    font-size: 14px;
    line-height: 28px;
    padding-left: 0.9em;
    text-indent: -0.7em;
  }
}
.Course-price__text-top-blue {
  color: #038da8;
  font-weight: bold;
  line-height: 24px;
}
.Course-price__text-bottom {
  margin-bottom: 0;
  text-align: left;
  line-height: 32px;
  padding-left: 1.45em;
}
@media screen and (max-width: 767px) {
  .Course-price__text-bottom {
    font-size: 12px;
    line-height: 28px;
    padding-left: 1em;
  }
}
.Course-price-star {
  color: #038da8;
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .Course-price-star {
    font-size: 20px;
  }
}
.Course-price__list {
  list-style: none;
  text-align: left;
  color: #131b2d;
  font-size: 12px;
  line-height: 32px;
  padding: 0;
}
.Course-price__list-item {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 11px;
  padding-left: 1.8em;
  text-indent: -1em;
}

.price-large {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 57px;
}
@media screen and (max-width: 767px) {
  .price-large {
    font-size: 34px;
    line-height: 40px;
  }
}
.price-large-blue {
  color: #2498b3;
}

.Course-trial {
  padding: 70px 0 92px 0;
}
@media screen and (max-width: 767px) {
  .Course-trial {
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 781px) {
  .Course-trial .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
  }
}
@media screen and (max-width: 781px) {
  .Course-trial .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.Course-trial__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .Course-trial__title {
    margin-bottom: 11px;
    line-height: 40px;
  }
}
.Course-trial__title-icon {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Course-trial__title-icon {
    margin-bottom: 10px;
  }
}
.Course-trial__title-icon img {
  max-width: 67px;
  width: 100%;
  max-height: 66px;
  height: 100%;
}
.Course-trial__modal {
  display: none;
  max-width: 80%;
  width: 100%;
  overflow: auto;
}
.Course-trial__modal .wp-block-group__inner-container {
  margin: 0 auto;
  border: 1px solid #c44044;
  padding-top: 24px;
  padding-right: 51px;
  padding-bottom: 24px;
  padding-left: 52px;
  max-width: 845px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-trial__modal .wp-block-group__inner-container {
    padding-top: 40px;
    padding-right: 13px;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}
.Course-trial__modal-icon {
  margin-bottom: 50px;
}
.Course-trial__modal-icon img {
  max-width: 52px;
  width: 100%;
  max-height: 52px;
  height: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-trial__modal-icon {
    margin-bottom: 34px;
  }
}
.Course-trial__modal-text {
  margin-bottom: 56px;
  line-height: 32px;
}
.Course-trial__modal-list {
  margin-right: 0;
  margin-left: 0;
  padding-left: 20px;
}
.Course-trial__modal-list li {
  margin-bottom: 20px;
}
.Course-trial__modal-bg {
  display: none;
}
.Course-trial__modal-button {
  display: none;
  cursor: pointer;
  position: relative;
}
.Course-trial__modal-button::after {
  display: none;
  content: url("../img/course-modal-close-hover_icon.svg");
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1078px) {
  .Course-trial__modal-button::after {
    content: url("../img/course-modal-close-hover_icon-sp.svg");
    top: 50%;
    left: 51%;
    width: 40px;
    height: 40px;
  }
}
.Course-trial__modal-button:hover::after {
  display: block;
}
.Course-trial__subtitle {
  margin-bottom: 35px;
  color: #2498b3;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .Course-trial__subtitle {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.Course-trial__column-image {
  width: 80px !important;
  height: 80px;
  margin: 0;
  flex-basis: auto;
}
.Course-trial__column01 {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Course-trial__column01 {
    margin-bottom: 5px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
.Course-trial__column01-text {
  position: relative;
  background-color: #edf9fa;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 33px;
  color: #131927;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .Course-trial__column01-text {
    padding-top: 11px;
    padding-right: 5px;
    padding-bottom: 11px;
    padding-left: 16px;
    font-size: 15px;
  }
}
.Course-trial__column01-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 12px solid transparent;
  border-right: 15px solid #edf9fa;
}
.Course-trial__column02 {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Course-trial__column02 {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
.Course-trial__column02-text {
  position: relative;
  margin-bottom: 0;
  background-color: #e6f6de;
  border-radius: 10px;
  padding-top: 18px;
  padding-right: 23px;
  padding-bottom: 17px;
  padding-left: 24px;
  color: #131927;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .Course-trial__column02-text {
    padding-top: 14px;
    padding-right: 19px;
    padding-bottom: 15px;
    padding-left: 21px;
    font-size: 15px;
  }
}
.Course-trial__column02-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #e6f6de;
}
.Course-trial__column02-text-large {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Course-trial__column02-text-large {
    font-size: 18px;
  }
}
.Course-trial__link {
  margin-bottom: 59px;
  font-size: 14px;
  line-height: 21px;
  color: #131b2d;
}
.Course-trial__link-border {
  border-bottom: 1px solid;
  cursor: pointer;
  transition: opacity 0.3s;
}
.Course-trial__link-border:hover {
  opacity: 0.8;
}
.Course-trial__image {
  max-width: 780px;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.Course-representative {
  padding: 77px 0 100px 0;
  background-color: #f3fafb;
}
@media screen and (max-width: 781px) {
  .Course-representative {
    padding-top: 60px;
    padding-left: 20px;
    padding-bottom: 80px;
    padding-right: 20px;
  }
}
.Course-representative .wp-block-group__inner-container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.Course-representative__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .Course-representative__title {
    margin-bottom: 59px;
  }
}
.Course-representative__title-icon {
  margin-bottom: 8px;
}
.Course-representative__title-icon img {
  max-width: 41px;
  width: 100%;
  max-height: 58px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-representative__title-icon img {
    max-width: 40px;
    max-height: 56px;
  }
}
.Course-representative__thumbnail {
  margin-bottom: 40px;
}
.Course-representative__thumbnail img {
  border-radius: 9999px;
  border: 3px solid #00a6c8;
}
@media screen and (max-width: 767px) {
  .Course-representative__thumbnail {
    margin-bottom: 22px;
  }
}
.Course-representative__block {
  text-align: center;
}
@media screen and (max-width: 781px) {
  .Course-representative__block {
    margin-bottom: 0px;
  }
}
.Course-representative__name {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
}
@media screen and (max-width: 767px) {
  .Course-representative__name {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.Course-representative__skill {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.Course-representative__twitter {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  padding-left: 10px;
  transition: opacity 0.3s;
}
.Course-representative__twitter:hover {
  opacity: 0.8;
}
.Course-representative__twitter a {
  color: #131b2d;
}
@media screen and (max-width: 767px) {
  .Course-representative__twitter {
    margin-bottom: 50px;
  }
}
.Course-representative__twitter::before {
  position: absolute;
  top: 8px;
  left: -7px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/course-instructor-X_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.Course-representative__subtitle {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Course-representative__subtitle {
    font-size: 24px;
  }
}
.Course-representative__text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Course-representative__text {
    margin-bottom: 20px;
  }
}
.Course-representative__copy {
  color: #2498b3;
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  text-align: left;
}
@media screen and (max-width: 781px) {
  .Course-representative__copy {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .Course-representative__copy {
    font-size: 20px;
    line-height: 40px;
  }
}

.Course-voice {
  background-image: url("../img/bg-course.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 126.6px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
  overflow: hidden;
}
.Course-voice .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Course-voice {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Course-voice__title {
  margin-bottom: 91px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Course-voice__title {
    margin-bottom: 56.86px;
  }
}
.Course-voice__title-icon {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Course-voice__title-icon {
    max-width: 63px;
    width: 100%;
    margin: 0 auto 15.14px auto;
  }
}
.Course-voice__title-icon img {
  max-width: 84.32px;
  width: 100%;
  max-height: 64.55px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-voice__title-icon img {
    max-width: 63px;
    max-height: 47px;
  }
}
.Course-voice__list {
  -moz-column-gap: 39px;
       column-gap: 39px;
  padding: 0;
  max-width: 1040px;
}
@media screen and (max-width: 1280px) {
  .Course-voice__list {
    max-width: 100%;
  }
}
.Course-voice__list .slick-dots {
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 781px) {
  .Course-voice__list .slick-dots {
    bottom: -29px;
  }
}
.Course-voice__list .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.Course-voice__list .slick-dots li button::before {
  color: #b9b9b9;
  opacity: 1;
}
.Course-voice__list .slick-dots li.slick-active button::before {
  color: #038da8;
  opacity: 1;
}
.Course-voice__list-item {
  position: relative;
  width: 500px;
  height: 100%;
  box-shadow: 0px 3px 8px rgba(128, 163, 161, 0.1607843137);
  border: 1px solid #d1dcdd;
  border-radius: 7px;
  margin: 0 10px;
}
.Course-voice__list-item::after {
  pointer-events: none;
  content: url("../img/course-achievement_icon.png");
  position: absolute;
  bottom: -23px;
  right: -16px;
}
.Course-voice__list-item p {
  color: #131b2d;
}
@media screen and (max-width: 400px) {
  .Course-voice__list-item {
    margin: 0px;
  }
}
.Course-voice__list-item a {
  padding: 0 20px;
}
.Course-voice__head {
  padding-top: 25px;
  margin-bottom: 30px;
}
.Course-voice__img img {
  min-width: 157px;
  width: 100%;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .Course-voice__img img {
    min-width: 104px;
  }
}
.Course-voice__body {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .Course-voice__body {
    padding-left: 60px;
  }
}
.Course-voice__body-title {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .Course-voice__body-title {
    font-size: 18px !important;
  }
}
.Course-voice__body-subtitle {
  font-size: 16px !important;
  padding-bottom: 25px;
}
.Course-voice__body-text {
  font-size: 16px !important;
  padding-bottom: 77px;
}
@media screen and (max-width: 781px) {
  .Course-voice__body-text {
    padding-bottom: 92px;
  }
}
.Course-voice__button {
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 15px;
}
.Course-voice__button a {
  color: #2498b3;
}

.Course-video {
  background-image: url(../img/bg-course.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 47px;
  padding-right: 20px;
  padding-bottom: 67px;
  padding-left: 20px;
}
.Course-video .wp-block-image {
  margin-bottom: 0;
}
.Course-video .wp-block-group {
  padding: 0;
}
@media screen and (max-width: 781px) {
  .Course-video {
    padding-top: 47px;
    padding-right: 20px;
    padding-bottom: 67px;
    padding-left: 20px;
  }
}
.Course-video__title {
  margin-bottom: 45px;
}
.Course-video__title-icon {
  max-width: 62px;
}
.Course-video__youtube {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-video__youtube {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.wp-has-aspect-ratio {
  margin: 0 auto !important;
  max-width: 900px !important;
  width: 100% !important;
}

.Course-faq {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  padding-top: 93px;
  padding-right: 0;
  padding-bottom: 273px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .Course-faq {
    padding-top: 38px;
    padding-bottom: 84px;
  }
}
.Course-faq__title {
  margin-bottom: 27px;
}
.Course-faq__title-icon {
  margin-bottom: 0;
}
.Course-faq__title-icon img {
  max-width: 78px;
  width: 100%;
  max-height: 59px;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .Course-faq__title-icon img {
    max-width: 57px;
    max-height: 43px;
  }
}
.Course-faq__body {
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
  flex: 1;
  font-weight: 400;
  padding: 20px 40px 20px 16px;
  border-radius: 10px;
  background-color: #edf9fa;
}
@media screen and (max-width: 767px) {
  .Course-faq__body {
    padding: 8px 19px 8px 19px;
  }
}
.Course-faq__body p {
  margin-bottom: 0;
  line-height: 24px;
}
.Course-faq__body::before, .Course-faq__body::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  position: absolute;
  top: 21px;
}
.Course-faq__body::before {
  border-color: transparent #edf9fa transparent transparent;
  right: 100%;
  top: 25px;
}
.Course-faq__body::after {
  border-color: transparent #edf9fa transparent transparent;
  right: calc(100% - 2px);
  top: 25px;
}
.Course-faq__list {
  position: relative;
  max-width: 854px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.Course-faq__list img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .Course-faq__list img {
    width: 48px;
    height: 48px;
  }
}
.Course-faq__question {
  position: relative;
  margin-bottom: 25px;
}
.Course-faq__sentence {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
.Course-faq__person {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  background-color: #00afd1;
}
@media screen and (max-width: 767px) {
  .Course-faq__person {
    width: 48px;
    height: 48px;
  }
}
.Course-faq__answer-button {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 10px;
  cursor: pointer;
}
.Course-faq__text {
  text-align: right;
  color: #4d8906;
  font-weight: bold;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}

.sentence-margin {
  margin-bottom: 57px;
}

.Course-faq__list:nth-child(2n) .Course-faq__person {
  background-image: url(../img/qa-q02.png);
  background-size: contain;
  background-color: transparent;
}

.Course-faq__list:nth-child(2n+1) .Course-faq__person {
  background-image: url(../img/qa-q01.png);
  background-size: contain;
}

.Course-faq__list:nth-child(2n+1) .Course-faq__person {
  background-image: url(../img/qa-q01.png);
  background-size: contain;
}

.Course-faq__sentence--answer .Course-faq__person {
  order: 2;
  background: #ffffff !important;
}

.Course-faq__sentence--answer .Course-faq__person::before {
  border-color: transparent transparent transparent rgba(162, 215, 41, 0.2);
  left: 100%;
  top: 21px;
}

.Course-faq__sentence--answer .Course-faq__person::before {
  border-width: 8px 0 8px 10px;
}

.Course-faq__sentence--answer .Course-faq__body::before {
  border-color: transparent transparent transparent rgba(162, 215, 41, 0.2);
  left: 100%;
  top: 21px;
}

.Course-faq__sentence--answer .Course-faq__body::after {
  border-width: 8px 0 8px 10px;
}

.Course-faq__sentence--answer .Course-faq__body::after {
  border-color: transparent transparent transparent #eaf7e1;
  left: calc(100% - 2px);
  top: 21px;
}

.Course-faq__sentence--answer .Course-faq__body::after {
  border-width: 8px 0 8px 10px;
}

.Course-faq__sentence--answer .Course-faq__body {
  order: 1;
  margin-left: 0;
  margin-right: 20px;
  font-weight: normal;
  background: #eaf7e1;
  padding: 20px 10px;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .Course-faq__sentence--answer .Course-faq__body {
    padding: 20px 10px;
  }
}

.faq-body-open {
  padding: 21px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .faq-body-open {
    padding: 10px 10px 23px 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .Footer__menu {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.Footer__menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .Footer__menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.Footer__menu-list-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .Footer__menu-list-item {
    padding: 0;
  }
}
.Footer__menu-list a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.3s;
}
.Footer__menu-list a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .Footer__menu-list a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
}
.Footer__copy {
  text-align: center;
  padding-top: 41px;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .Footer__copy {
    padding-top: 46px;
  }
}
.Footer__column {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 49px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .Footer__column {
    margin-bottom: 0;
    display: block;
    text-align: center;
    padding-top: 132.5px;
  }
}
.Footer__column-logo {
  padding-top: 7px;
}
.Footer__column-logo__text {
  padding-top: 13.7px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .Footer__column-logo__text {
    margin-top: 19px;
    line-height: 32px;
  }
}
.Footer__column-follow {
  margin-top: 20px;
  text-align: center;
}
.Footer__column-follow__text {
  margin-bottom: 9px;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Footer__column-follow__text {
    margin-top: 46.2px;
    margin-bottom: 18px;
  }
}
.Footer__column-follow__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Footer__column-follow__list {
    margin-top: 18px;
    justify-content: center;
    font-size: 14px;
  }
}
.Footer__column-follow__list-item {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.Footer__column-follow__list-item button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  transition: opacity 0.3s;
}
.Footer__column-follow__list-item button:hover {
  opacity: 0.8;
}
.Footer__column-follow__list-item a {
  transition: opacity 0.3s;
}
.Footer__column-follow__list-item a:hover {
  opacity: 0.8;
}

.has-paleblack-color {
  color: #131b2d;
}

.has-blueblack-color {
  color: #131d33;
}

.has-vividblue-color {
  color: #0da1c5;
}

.has-rightblue-3-color {
  color: #00a6c8;
}

.has-darkblue-color {
  color: #004191;
}

.has-darkpaleblue-color {
  color: #2498b3;
}

.has-lightblue-3-color {
  color: #00a6c8;
}

.menu-open-conversion {
  display: none !important;
}

.yellow-underline {
  text-decoration: underline;
  text-underline-offset: -6px;
  text-decoration-thickness: 12px;
  -webkit-text-decoration-color: #f4fd87;
          text-decoration-color: #f4fd87;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.font-weight {
  font-weight: bold;
}

.font-weight-black {
  font-weight: 900;
}

.modal-a {
  display: none;
}

.modal-bg {
  display: block;
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  visibility: inherit;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease 0s;
}

.modal-button {
  display: block;
  position: fixed;
  max-width: 100%;
  width: 72px;
  height: 72px;
  top: 20px;
  right: 40px;
  z-index: 10001;
  visibility: inherit;
  transition: all 0.3s ease 0s;
  padding: 0;
}
@media screen and (max-width: 1078px) {
  .modal-button {
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 104px;
}
@media screen and (max-width: 781px) {
  .slick-dotted.slick-slider {
    margin-bottom: 89px;
  }
}

.modal-b {
  display: none;
}

.modal-c {
  display: none;
}

.modal-open {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background-color: #ffffff;
  height: 85vh;
  transition: all 0.3s ease 0s;
}

.answer {
  display: none;
  padding-left: 22px;
  padding-right: 33px;
  padding-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .answer {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 22px;
  }
}

.faq-sentence-open {
  margin-bottom: 102px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq-sentence-open {
    margin-bottom: 43px;
  }
}

.faq-open {
  display: block;
}
.faq-open p {
  margin-bottom: 24px;
}

.faq-open-botton {
  display: block;
}

.faq-close {
  display: none;
}

.curriculum-open {
  display: block;
}

.curriculum-border::after {
  background-color: #038da8;
}

.br-sp-04 {
  display: none;
}
@media screen and (max-width: 500px) {
  .br-sp-04 {
    display: block;
  }
}

.br-sp-05 {
  display: none;
}
@media screen and (max-width: 1078px) {
  .br-sp-05 {
    display: block;
  }
}

.br-sp-06 {
  display: none;
}
@media screen and (max-width: 400px) {
  .br-sp-06 {
    display: block;
  }
}

.br-sp-lp {
  display: none;
}
@media screen and (max-width: 781px) {
  .br-sp-lp {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 781px) {
  .br-sp {
    display: block;
  }
}

.br-pc-01 {
  display: block;
}
@media screen and (max-width: 1480px) {
  .br-pc-01 {
    display: none;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 781px) {
  .br-pc {
    display: none;
  }
}

.br-pc-06 {
  display: block;
}
@media screen and (max-width: 400px) {
  .br-pc-06 {
    display: none;
  }
}

@media screen and (max-width: 781px) {
  .Course-skill__column .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
  }
}

.bg-white {
  background-color: #ffffff;
}

.Dates__list-course {
  margin-bottom: 0 !important;
  padding-right: 20px;
  padding-left: 20px !important;
}

.whitespace-now {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .whitespace-pre03 {
    white-space: pre;
  }
}

@media screen and (max-width: 1480px) {
  body.active {
    height: 100%;
    overflow: hidden;
  }
}

body.active-scroll {
  height: 100%;
  overflow: hidden;
}

.Course-course-wp__modal p {
  margin: 0;
}
.Course-course-wp__modal__list {
  margin: 0 auto;
  align-items: center !important;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  max-width: 820px;
  width: 100%;
}
.Course-course-wp__modal__list .wp-block-image {
  margin-bottom: 0;
}
.Course-course-wp__modal__list-sp {
  max-width: 335px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-sp {
    flex-wrap: nowrap !important;
    margin-bottom: 0;
  }
}
.Course-course-wp__modal__list-sp .wp-block-image {
  margin-bottom: 0;
}
.Course-course-wp__modal__list-sp-B {
  display: flex;
  margin: 0 auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 301.48px;
  width: 100%;
  flex-wrap: nowrap !important;
  padding: 0;
}
.Course-course-wp__modal__list-sp-B .wp-block-group__inner-container {
  margin: 0;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-sp-B {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.Course-course-wp__modal__list-sp-left-B {
  position: relative;
  padding: 0;
  min-width: 105.75px;
  width: 100%;
}
.Course-course-wp__modal__list-sp-left-B img {
  max-width: 105.75px;
  width: 100%;
  height: 347.99px;
}
.Course-course-wp__modal__list-sp-left-B .wp-block-image {
  margin-bottom: 0;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-sp-left {
    max-width: 150px;
    width: 100%;
  }
}
.Course-course-wp__modal__list-sp-left-column {
  align-items: center !important;
  flex-direction: column;
  margin-bottom: 0;
  row-gap: 22px;
}
.Course-course-wp__modal__list-sp-left__text-B {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 20px;
}
.Course-course-wp__modal__list-sp-right {
  margin-top: 28px !important;
  position: relative;
}
.Course-course-wp__modal__list-sp-right-B {
  position: relative;
  margin-top: 11.5px !important;
  padding: 0;
  min-width: 172px;
  width: 100%;
}
.Course-course-wp__modal__list-sp-right-B img {
  min-width: 172px;
  width: 100%;
  max-height: 336.99px;
  height: 100%;
}
.Course-course-wp__modal__list-sp-right-B .wp-block-image {
  margin-bottom: 0;
}
.Course-course-wp__modal__list-sp-right__text {
  position: absolute;
  top: 37.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}
.Course-course-wp__modal__list-sp-right__text-B {
  position: absolute;
  top: 62.5%;
  left: 58%;
  transform: translate(-50%, -50%);
  height: 50%;
  font-weight: bold;
  line-height: 20px;
  writing-mode: vertical-rl;
}
.Course-course-wp__modal__list-item01 {
  position: relative;
}
.Course-course-wp__modal__list-item01-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12.5%;
  left: 22%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 9999px;
  background-color: #00a6c8;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 45px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item01-number {
    top: 10%;
    left: 10%;
    width: 36px;
    height: 36px;
    font-size: 26px;
  }
}
.Course-course-wp__modal__list-item01 .wp-block-group__inner-container {
  height: 229px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item01 .wp-block-group__inner-container {
    height: 150px;
  }
}
.Course-course-wp__modal__list-item01 .wp-block-group {
  padding: 0;
  background-color: #ffffff;
  border-radius: 9999px;
  width: 229px;
  height: 229px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item01 .wp-block-group {
    width: 150px;
    height: 150px;
  }
}
.Course-course-wp__modal__list-item01 .wp-block-group p {
  margin-top: 7px;
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item01 .wp-block-group p {
    margin-top: 5.5px;
    font-size: 14px;
  }
}
.Course-course-wp__modal__list-item01 img {
  margin-top: 30.5px;
  max-width: 98.64px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item01 img {
    margin-top: 16px;
    max-width: 70.21px;
  }
}
.Course-course-wp__modal__list-item01__text {
  line-height: 16px !important;
  margin-bottom: 0;
  color: #656565;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item01__text {
    margin-top: 6px !important;
    line-height: 18px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item02 {
    transform: rotate(90deg);
    max-width: 38px;
    width: 100%;
  }
  .Course-course-wp__modal__list-item02 .wp-block-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 781px) {
  .Course-course-wp__modal__list-item02 {
    margin-top: 40px !important;
  }
}
.Course-course-wp__modal__list-item03 {
  position: relative;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item03 {
    flex-basis: auto !important;
  }
}
.Course-course-wp__modal__list-item03-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12.5%;
  left: 22%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 9999px;
  background-color: #00a6c8;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 45px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item03-number {
    top: 13%;
    left: 22%;
    width: 36px;
    height: 36px;
    font-size: 26px;
  }
}
.Course-course-wp__modal__list-item03 .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 229px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item03 .wp-block-group__inner-container {
    height: 150px;
  }
}
.Course-course-wp__modal__list-item03 .wp-block-group {
  padding: 0;
  background-color: #ffffff;
  border-radius: 9999px;
  width: 229px;
  height: 229px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item03 .wp-block-group {
    width: 150px;
    height: 150px;
  }
}
.Course-course-wp__modal__list-item03 .wp-block-group p {
  margin-top: 10px;
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item03 .wp-block-group p {
    font-size: 12px;
  }
}
.Course-course-wp__modal__list-item03 img {
  max-width: 129px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item03 img {
    max-width: 76.73px;
  }
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item04 {
    transform: rotate(90deg);
    max-width: 38px;
    width: 100%;
  }
  .Course-course-wp__modal__list-item04 .wp-block-image {
    margin-bottom: 0;
  }
}
.Course-course-wp__modal__list-item05 {
  position: relative;
}
.Course-course-wp__modal__list-item05-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12.5%;
  left: 22%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 9999px;
  background-color: #00a6c8;
  width: 56px;
  height: 56px;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 45px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item05-number {
    top: 9%;
    left: 22%;
    width: 36px;
    height: 36px;
    font-size: 26px;
  }
}
.Course-course-wp__modal__list-item05 .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 229px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item05 .wp-block-group__inner-container {
    height: 150px;
  }
}
.Course-course-wp__modal__list-item05 .wp-block-group {
  padding: 0;
  background-color: #ffffff;
  border-radius: 9999px;
  width: 229px;
  height: 229px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item05 .wp-block-group {
    width: 150px;
    height: 150px;
  }
}
.Course-course-wp__modal__list-item05 .wp-block-group p {
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item05 .wp-block-group p {
    font-size: 12px;
    line-height: 18px;
  }
}
.Course-course-wp__modal__list-item05 img {
  max-width: 111px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__list-item05 img {
    max-width: 73px;
  }
}
.Course-course-wp__modal__inner {
  margin: 37px auto 27px auto;
  border-radius: 10px;
  background-color: #eef8f9;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 36px;
  padding-left: 0px;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__inner {
    margin: 37px auto 57px auto;
    padding-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.Course-course-wp__modal__inner p {
  margin: 0;
}
.Course-course-wp__modal__inner-B {
  padding-top: 18px;
  padding-right: 27px;
  padding-bottom: 31px;
  padding-left: 43px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__inner-B {
    margin: 40px auto 30px auto;
    padding-top: 29px;
    padding-right: 10px;
    padding-bottom: 28px;
    padding-left: 10px;
  }
}
.Course-course-wp__modal__inner-C {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__inner-C {
    margin: 40px auto 30px auto;
    padding-top: 34px;
    padding-right: 0px;
    padding-bottom: 43px;
    padding-left: 0px;
  }
}
.Course-course-wp__modal__inner-C__image {
  margin-bottom: 0;
  max-width: 351px;
  width: 100%;
  max-height: 207px;
  height: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__inner-C__image {
    max-width: 290px;
    max-height: 172px;
  }
}
.Course-course-wp__modal__inner-C__text {
  margin-bottom: 15px !important;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 1078px) {
  .Course-course-wp__modal__inner-C__text {
    margin-bottom: 12px !important;
    line-height: 20px;
  }
}
.Course-course-wp__modal-arrow {
  position: relative;
  padding-top: 66px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.Course-course-wp__modal-arrow-B {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 21px;
  padding-left: 0;
}
.Course-course-wp__modal-arrow p {
  margin: 0;
}
.Course-course-wp__modal-arrow__image {
  max-width: 808px;
  width: 100%;
}
.Course-course-wp__modal-arrow__text {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.Course-course-wp__modal-arrow__text-B-01 {
  top: 42%;
}
.Course-course-wp__modal-arrow__text-B-02 {
  top: 35%;
}
.Course-course-wp__modal-column {
  margin-bottom: 12px;
  border-radius: 10px;
  max-width: 684px;
  width: 100%;
  gap: 0;
}
.Course-course-wp__modal-column p {
  margin: 0;
}
.Course-course-wp__modal-column-item01 {
  background-color: #eef8f9;
  border-radius: 10px 0 0 10px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 781px) {
  .Course-course-wp__modal-column-item01 {
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
  }
}
.Course-course-wp__modal-column-item02 {
  background-color: #00a6c8;
  border-radius: 0 10px 10px 0;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 781px) {
  .Course-course-wp__modal-column-item02 {
    border-radius: 0 0px 10px 10px;
  }
}

.pc-course-modal {
  display: block;
}
@media screen and (max-width: 1078px) {
  .pc-course-modal {
    display: none;
  }
}

.sp-course-modal {
  display: none;
}
@media screen and (max-width: 1078px) {
  .sp-course-modal {
    display: block;
  }
}

@media screen and (max-width: 385px) {
  figure.wp-block-image.size-large.Course-course-wp__modal__list-sp-right__image {
    max-width: 125px;
  }
}

@media screen and (max-width: 385px) {
  .is-layout-flow.wp-block-column.Course-course-wp__modal__list-sp-right {
    flex-basis: 0 !important;
  }
}

.Course-assignment {
  margin: 0 auto;
  padding-top: 95px;
  padding-left: 0;
  padding-bottom: 126px;
  padding-right: 0;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Course-assignment {
    padding-top: 53px;
    padding-bottom: 85px;
  }
}
.Course-assignment__title {
  margin-bottom: 50px;
}
.Course-assignment__title-icon {
  margin-bottom: 14px;
  max-width: 48px;
  width: 100%;
  max-height: 44px;
  height: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-assignment__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.Course-assignment__list-item .wp-block-image {
  margin-bottom: 9px;
}
.Course-assignment__list-item a {
  color: #000000;
  transition: 0.3s;
}
.Course-assignment__list-item a:hover {
  opacity: 0.8;
}
.Course-assignment__review {
  margin: 85px auto 0 auto;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.Course-assignment__review-icon {
  margin-bottom: 11px;
  max-width: 107px;
  width: 100%;
  max-height: 105px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-assignment__review-icon {
    max-width: 70px;
    max-height: 68.69px;
  }
}
.Course-assignment__review-title {
  margin-bottom: 27px;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}
@media screen and (max-width: 781px) {
  .Course-assignment__review-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
}
.Course-assignment__review-text {
  margin-bottom: 56px;
  font-weight: 500;
}
@media screen and (max-width: 781px) {
  .Course-assignment__review-text {
    margin-bottom: 28px;
  }
}
.Course-assignment__review-gallery {
  margin: 0 auto;
  -moz-column-gap: 28px !important;
       column-gap: 28px !important;
  max-width: 1040px;
  width: 100%;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 600px) {
  .Course-assignment__review-gallery {
    flex-wrap: wrap !important;
    flex-direction: column;
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
    row-gap: 20px !important;
  }
}
.Course-assignment__review-gallery .wp-block-image {
  margin: 0 auto !important;
  max-width: 328px !important;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .Course-assignment__review-gallery .wp-block-image {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.Course-support {
  margin: 0 auto;
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 67px;
  padding-left: 0;
  max-width: 1040px;
  width: 100%;
}
.Course-support__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 1480px) {
  .Course-support__title {
    padding: 0 20px;
  }
}
.Course-support__title-icon {
  margin-bottom: 17.6px;
  max-width: 61.39px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .Course-support__title-icon {
    max-width: 47px;
  }
}
.Course-support__text {
  margin-bottom: 43px;
  line-height: 32px;
}
@media screen and (max-width: 1480px) {
  .Course-support__text {
    padding: 0 20px;
  }
}
.Course-support__list {
  margin-bottom: 42px;
  max-width: 887px;
  width: 100%;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1480px) {
  .Course-support__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 781px) {
  .Course-support__list {
    flex-direction: column;
  }
}
.Course-support__list-item__text {
  line-height: 32px;
}
.Course-support__list-item__logo {
  max-width: 406px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-support__list-item__logo {
    margin: 0 auto !important;
  }
}
.Course-support__list-image {
  max-width: 413px;
  width: 100%;
}
.Course-support__list-image .wp-block-image {
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .Course-support__list-image {
    margin: 0 auto !important;
  }
}
.Course-support-jobchange {
  margin: 0 auto 60px auto;
  background-color: #fffdf0;
  border-radius: 13px;
  padding-top: 41px;
  padding-right: 73px;
  padding-bottom: 47px;
  padding-left: 73px;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.Course-support-jobchange__title {
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 403px;
  width: 100%;
  font-size: 30px;
  line-height: 44px;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange__title {
    font-size: 28px;
    line-height: 35px;
  }
}
.Course-support-jobchange__title::before {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #00a6c8;
  margin-right: 15.5px;
}
.Course-support-jobchange__title::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #00a6c8;
  margin-left: 12.5px;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.Course-support-jobchange__text {
  margin-bottom: 25px;
  line-height: 32px;
}
.Course-support-jobchange-service__title {
  margin: 0 auto 57px auto;
  background-color: #f0fad5;
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 894px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-service__title {
    font-size: 20px;
  }
}
.Course-support-jobchange__list {
  margin: 0 auto 46px auto;
  justify-content: space-between;
  max-width: 894px;
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange__list {
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1078px) {
  .Course-support-jobchange__list {
    flex-direction: column;
    row-gap: 40px;
  }
}
.Course-support-jobchange__list-item {
  margin: 0 auto;
  border: 2px solid #2498b3;
  border-radius: 8px;
  padding-top: 52px;
  padding-bottom: 36px;
  background-color: #ffffff;
  max-width: 270px;
  width: 100%;
  max-height: 175px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-support-jobchange__list-item {
    max-width: 100%;
  }
}
.Course-support-jobchange__list-item__title {
  margin: -72px auto 0 auto;
  background-color: #2498b3;
  border-radius: 9999px;
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 127px;
  width: 100%;
  color: #ffffff;
  line-height: 24px;
  font-weight: bold;
}
.Course-support-jobchange__list-item__text {
  margin-top: 29px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
@media screen and (max-width: 1280px) {
  .Course-support-jobchange__list-item__text {
    font-size: 18px;
  }
}
.Course-support-jobchange-work {
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  max-width: 894px;
  width: 100%;
}
@media screen and (max-width: 1078px) {
  .Course-support-jobchange-work {
    padding-left: 0px;
  }
}
.Course-support-jobchange-work .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 31px;
       column-gap: 31px;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-work .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.Course-support-jobchange-work .wp-block-group {
  padding: 0;
}
.Course-support-jobchange-work__image {
  margin-bottom: 0;
  max-width: 225px;
  width: 100%;
  max-height: 297px;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-work__image {
    margin-bottom: 20px;
    max-width: 80px;
  }
}
.Course-support-jobchange-work__block .wp-block-group__inner-container {
  display: block;
}
.Course-support-jobchange-work__title {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 37px;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-work__title {
    font-size: 24px;
    line-height: 35px;
  }
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-work__title {
    margin-bottom: 20px;
  }
}
.Course-support-jobchange-work__title::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #00a6c8;
  margin-left: 17.5px;
}
.Course-support-jobchange-work__list {
  margin-bottom: 21px;
  align-items: center;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-work__list {
    row-gap: 10px;
  }
}
.Course-support-jobchange-work__list-title {
  margin-bottom: 0;
  background-color: #00a6c8;
  padding-top: 2px;
  padding-bottom: 2px;
  max-width: 93px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.Course-support-jobchange-work__list-title h5 {
  margin-bottom: 0;
}
.Course-support-jobchange-work__list-text {
  line-height: 24px;
}
.Course-support-jobchange-work__list-text p {
  margin-bottom: 0;
}
.Course-support-jobchange-work__list-text-bold {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
.Course-support-jobchange-satisfaction__title {
  margin: 0 auto 62.2px auto;
  position: relative;
  max-width: 420px;
  width: 100%;
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Course-support-jobchange-satisfaction__title {
    margin: 0 auto 21px auto;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
    line-height: 32.4px;
  }
}
.Course-support-jobchange-satisfaction__title::before {
  content: url(../img/course-skill-subtitle01_icon.svg);
  position: absolute;
  top: 60%;
  left: -8%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .Course-support-jobchange-satisfaction__title::before {
    content: url(../img/course-skill-subtitle01_icon-sp.svg);
    left: -1%;
  }
}
.Course-support-jobchange-satisfaction__title::after {
  content: url(../img/course-skill-subtitle02_icon.svg);
  position: absolute;
  top: 60%;
  right: -17%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .Course-support-jobchange-satisfaction__title::after {
    content: url(../img/course-skill-subtitle02_icon-sp.svg);
    right: -7%;
  }
}
.Course-support-jobchange-satisfaction__title--blue {
  position: relative;
}
.Course-support-jobchange-satisfaction__title--blue::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background-color: #2498b3;
}
.Course-support-jobchange-satisfaction__list {
  margin: 0 auto 42.4px auto;
  justify-content: center;
  max-width: 1040px;
  width: 100%;
  gap: 58px;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-satisfaction__list {
    flex-direction: column;
    row-gap: 40px;
    padding: 0 20px;
  }
}
.Course-support-jobchange-satisfaction__list-item {
  /* margin: 0 auto !important; */
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-satisfaction__list-item {
    max-width: 100%;
  }
}
.Course-support-jobchange-satisfaction__subtitle {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #2498b3;
  width: 100%;
  height: 71px;
  color: #ffffff;
  font-weight: bold;
}
.Course-support-jobchange-satisfaction__icon {
  margin: 0 auto 10px auto;
  max-width: 96px;
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-satisfaction__icon {
    max-width: 100%;
  }
}
.Course-support-jobchange-satisfaction__name {
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-satisfaction__name {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .Course-support-jobchange-satisfaction__name {
    text-align: left;
  }
}
.Course-support-jobchange-satisfaction__name::after {
  content: "";
  margin-top: 7px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #131d33;
}
.Course-support-jobchange-satisfaction__career {
  margin: 0 auto;
  max-width: 251.64px;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  flex-wrap: nowrap !important;
}
.Course-support-jobchange-satisfaction__career-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #f0fad5;
  min-width: 110.55px;
  width: 100%;
  min-height: 110.55px;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.Course-support-jobchange-satisfaction__career-item p {
  margin-bottom: 0;
}
.Course-support-jobchange-satisfaction__career-arrow .wp-block-image {
  margin-top: -5px;
  margin-bottom: 0;
}
.Course-support-jobchange-satisfaction-evaluation__list {
  margin: 0 auto 30px auto;
  padding: 0;
  max-width: 894px;
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-satisfaction-evaluation__list {
    padding: 0 20px;
  }
}
.Course-support-jobchange-satisfaction-evaluation__list .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-satisfaction-evaluation__list .wp-block-group__inner-container {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-satisfaction-evaluation__list-reverse .wp-block-group__inner-container {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
.Course-support-jobchange-satisfaction-evaluation__list-image {
  margin-bottom: 0;
  max-width: 250px;
  width: 100%;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice {
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 0;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice .wp-block-group__inner-container {
  display: block;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice__column {
  margin-bottom: 20px;
  align-items: center !important;
  flex-wrap: nowrap !important;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-satisfaction-evaluation__list-voice__column-reverse {
    flex-direction: row-reverse;
  }
}
.Course-support-jobchange-satisfaction-evaluation__list-voice__column:last-child {
  margin-bottom: 0px;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice__icon {
  max-width: 53px;
  width: 100%;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice__icon .wp-block-image {
  margin-bottom: 0;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice__text {
  line-height: 24px;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice__text p {
  margin-bottom: 0;
}
.Course-support-jobchange-satisfaction-evaluation__list-voice__text-reverse {
  text-align: right;
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-satisfaction-evaluation__list-voice__text-reverse {
    text-align: left;
  }
}
.Course-support-jobchange-satisfaction-evaluation__des {
  margin-top: -30px;
  margin-bottom: 71px;
  max-width: 894px;
  width: 100%;
  font-size: 12px;
  line-height: 17px;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-satisfaction-evaluation__des {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-satisfaction-evaluation__des {
    margin-top: 0px;
  }
}
.Course-support-jobchange-company__title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
}
@media screen and (max-width: 500px) {
  .Course-support-jobchange-company__title {
    font-size: 24px;
    line-height: 35px;
  }
}
.Course-support-jobchange-company__list {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1480px) {
  .Course-support-jobchange-company__list {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 781px) {
  .Course-support-jobchange-company__list {
    justify-content: center;
  }
}
.Course-support-jobchange-company__list-item {
  max-width: 180px !important;
  width: 100%;
  max-height: 172px !important;
  height: 100%;
}
@media screen and (max-width: 1378px) {
  .Course-support-jobchange-company__list-item {
    max-width: 25% !important;
    max-height: 25% !important;
  }
}
.Course-support-jobchange-company__list-item .wp-block-image {
  margin-bottom: 0;
}
/*# sourceMappingURL=courses.css.map */


/* 2023/10/21 Webマーケティングコース */

.Mainvisial-bg-course__marketing {
  position: relative;
  margin-top: 87px;
  background-image: url("../img/top-marketing.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 880px;
}
@media screen and (min-width: 1980px) {
  .Mainvisial-bg-course__marketing {
    background-position: top;
    height: 100vh;
  }
}
@media screen and (max-width: 781px) {
  .Mainvisial-bg-course__marketing {
    margin-top: 64px;
    background-position: top;
    height: 530px;
  }
}
@media screen and (max-width: 400px) {
  .Mainvisial-bg-course__marketing {
    margin-top: 64px;
    background-image: url("../img/top-marketing-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 597px;
    background-position: top;
    height: 597px;
  }
}
.Footer__X-icon img {
  width: 27px;
  height: 27px;
}
.p-marketing__classNone .Course-price__column {
  display: none;
}

/* 受講生の転職・副業実績　２件のCSS */

.p-webmarketing__achievements{margin-bottom: 59px}
.p-webmarketing__achievements h2{color:#131b2d;font-size:40px;line-height:normal;text-align:center;position:relative}
.p-webmarketing__achievements h2:before{position:absolute;top:-45px;left:0;right:0;margin:0 auto;content:"";display:inline-block;background-image:url(../img/webmarketing_achievements-title.png);background-size:contain;background-repeat:no-repeat;width:52.61px;height:34.9px}
.p-webmarketing__achievements-box{list-style: none;margin-top:30px;padding:0 2%}
@media (min-width: 798px){.p-webmarketing__achievements-box{display:flex;justify-content:center;gap:0 48px}}
.p-webmarketing__achievements-list{margin:0 auto;width:100%;max-width:328px;border-radius:7px;background:#FFF;box-shadow:0 0 10px #e9f0f2;position:relative;padding:20px 18px 80px}
@media (min-width: 798px){.p-webmarketing__achievements-list{margin:initial;padding:0 0 80px;max-width:496px}}
.p-webmarketing__achievements-catch{text-align:center}
@media (min-width: 798px){.p-webmarketing__achievements-catch{display:flex;padding:20px 0 0 18px;text-align:initial}}
.p-webmarketing__achievements-catch img{width:96px;height:96px}
.p-webmarketing__achievements-catch-text{color:#131b2d;font-size:18px;line-height:normal;text-align:left;margin-bottom:14px}
@media (min-width: 798px){.p-webmarketing__achievements-catch-text{text-align:initial;padding-right:18px;margin-left:24px;margin-bottom:initial}}
.p-webmarketing__achievements-name{color:#131b2d;font-size:14px;font-weight:400;line-height:normal;text-align:center;margin:9px 0 28px}
@media (min-width: 798px){.p-webmarketing__achievements-name{text-align:initial;margin:initial}}
.p-webmarketing__achievements-text{color:#131b2d;font-size:16px;font-weight:400;line-height:normal}
@media (min-width: 798px){.p-webmarketing__achievements-text{margin:24px 0 0 18px;padding-right:18px}}
.p-webmarketing__achievements-next{color:#2498b3;font-size:14px;font-weight:400;line-height:normal;text-align:right;position:absolute;bottom:0;right:0;margin:0 36.14px 10.82px 0}
.p-webmarketing__achievements-next:before{position:absolute;right:-51px;bottom:-26px;content:"";display:inline-block;background-image:url(../img/course-achievement_icon.png);background-size:contain;background-repeat:no-repeat;width:78px;height:77px}
.p-webmarketing__achievements-margin{margin-top:48px}
@media (min-width: 798px){.p-webmarketing__achievements-margin{margin-top:initial}}
@media (max-width: 499px){.p-webmarketing__achievements h2{font-size:27px}}
@media (min-width: 798px){.p-webmarketing__achievements.u-none__sp{display:none}}
.p-webmarketing__achievements.u-none__pc{display:none}
@media (min-width: 798px){.p-webmarketing__achievements.u-none__pc{display:block}}

/* 受講生の転職・副業実績　２件のCSS 上部の設定（spは再利用ブロック） */
@media (min-width: 798px){.u-none__webmarketing-sp{display:none}}
.u-none__webmarketing-pc{display:none}
@media (min-width: 798px){.u-none__webmarketing-pc{display:block}}

@media (max-width: 767px){.u-none__webmarketing-sp .Course-achievement {
  padding-right: 10px;
  padding-left: 10px;
}}