.course .contents {
  padding-top: 50px;
}
.course .course-ttl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 15px;
}
.course .course-ttl .course-about {
  width: 500px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .course .course-ttl .course-about {
    width: 100%;
    padding-top: 90%;
  }
}
.course .course-ttl .course-about dt {
  color: #8B8A7E;
  font-size: 4.3rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .course .course-ttl .course-about dt {
    text-align: center;
    font-size: 3.1rem;
  }
}
.course .course-ttl .course-about dt span {
  display: block;
  font-size: 2rem;
  width: 80px;
  text-align: center;
  border: 1px solid #8B8A7E;
}
@media screen and (max-width: 767px) {
  .course .course-ttl .course-about dt span {
    font-size: 1.3rem;
    width: 60px;
    margin: 0 auto;
  }
}
.course .course-ttl .course-about dd {
  font-size: 2.1rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .course .course-ttl .course-about dd {
    font-size: 1.6rem;
    text-align: center;
  }
}
.course .course-ttl .course-about dd span {
  color: #42A9BF;
}
.course .course-ttl .course-slide {
  width: 580px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .course .course-ttl .course-slide {
    width: 100%;
    bottom: auto;
    right: auto;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.course .course-ttl .course-slide .swiper-slide img {
  border-radius: 20px;
}
.course .recommend {
  margin: 100px 0 150px;
  border-radius: 20px;
  background-color: #E8F8FD;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-size: 25px 25px;
  padding: 40px 50px 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course .recommend {
    margin: 50px 0 80px;
    background-size: 16px 16px;
    padding: 25px 20px;
  }
}
.course .recommend:before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 200px;
  background: url(../img/education/course02/icon_recommend_pc.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .course .recommend:before {
    width: 80px;
    height: 70px;
    background: url(../img/education/course02/icon_recommend_sp.png) no-repeat;
    background-size: contain;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.course .recommend .recommend-type {
  width: 940px;
  margin-left: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .course .recommend .recommend-type {
    width: 100%;
    margin-left: 0;
  }
}
.course .recommend .recommend-type .type-comment {
  width: 130px;
  margin-right: 50px;
  font-size: 1.8rem;
  color: #8B8A7E;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course .recommend .recommend-type .type-comment {
    width: 100%;
    margin-right: 0;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.course .recommend .recommend-type .type-comment:before, .course .recommend .recommend-type .type-comment:after {
  content: "";
  display: block;
  width: 71px;
  height: 2px;
  background: #8B8A7E;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .course .recommend .recommend-type .type-comment:before, .course .recommend .recommend-type .type-comment:after {
    width: 25px;
  }
}
.course .recommend .recommend-type .type-comment:before {
  transform: rotate(19deg);
  top: -15px;
}
@media screen and (max-width: 767px) {
  .course .recommend .recommend-type .type-comment:before {
    transform: rotate(60deg);
    left: 15%;
    top: auto;
    bottom: 10px;
  }
}
.course .recommend .recommend-type .type-comment:after {
  transform: rotate(-19deg);
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .course .recommend .recommend-type .type-comment:after {
    transform: rotate(-60deg);
    bottom: 10px;
    right: 15%;
  }
}
.course .recommend .recommend-type .type-list {
  padding-left: 25px;
}
.course .recommend .recommend-type .type-list li {
  font-size: 2rem;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course .recommend .recommend-type .type-list li {
    font-size: 1.4rem;
  }
}
.course .recommend .recommend-type .type-list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4BBFD8;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .course .recommend .recommend-type .type-list li:before {
    top: 12px;
  }
}
.course .recommend .recommend-type .type-list li:last-of-type {
  margin-bottom: 0;
}
.course .learning {
  background: #F5F4EC;
  padding: 150px 50px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course .learning {
    margin-left: -5%;
    margin-right: -5%;
    padding: 150px 5% 85px;
    border-radius: 0;
  }
}
.course .learning h3.ttl {
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .course .learning h3.ttl {
    top: -30px;
  }
}
.course .learning .info {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .course .learning .info {
    margin-bottom: 100px;
  }
}
.course .learning .point-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .course .learning .point-contents {
    flex-direction: column-reverse;
    margin-bottom: 150px;
  }
}
.course .learning .point-contents:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .course .learning .point-contents:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.course .learning .point-contents:last-of-type {
  margin-bottom: 0;
}
.course .learning .point-contents .point-image {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .course .learning .point-contents .point-image {
    width: 100%;
    margin-top: 20px;
  }
}
.course .learning .point-contents .point-image img {
  border-radius: 20px;
}
.course .learning .point-contents .point-image img.png {
  border-radius: 0;
}
.course .learning .point-contents .point-txt {
  width: 569px;
}
@media screen and (max-width: 767px) {
  .course .learning .point-contents .point-txt {
    width: 100%;
  }
}
.course .learning .point-contents .point-txt dt {
  color: #4BBFD8;
  font-size: 3rem;
  padding-left: 140px;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course .learning .point-contents .point-txt dt {
    font-size: 2.1rem;
    text-align: center;
    padding-left: 0;
    margin-bottom: 1em;
  }
}
.course .learning .point-contents .point-txt dt:before {
  content: "";
  display: block;
  width: 120px;
  height: 85px;
  background: url(../img/education/course02/icon_point.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .course .learning .point-contents .point-txt dt:before {
    width: 70px;
    height: 50px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.course .learning .point-contents .point-txt dd ul.point-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
.course .learning .point-contents .point-txt dd span.point-num {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .course .learning .point-contents .point-txt dd span.point-num {
    font-size: 1.6rem;
  }
}
.course .learning .learning-contents {
  margin-top: 125px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course .learning .learning-contents h4.ttl {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .course .learning .learning-contents h4.ttl {
    margin-bottom: 30px;
  }
}
.course .learning .learning-contents .schedule {
  width: 541px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .course .learning .learning-contents .schedule {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .course .learning .learning-contents .schedule .table-img {
    width: 600px;
  }
}
.course .learning .learning-contents .schedule .attention {
  font-size: 1.1rem;
  margin-top: 1em;
  text-align: right;
}
.course .learning .learning-contents .schedule .attention span.time {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #FFC6D0;
  border: 1px solid #8B8A7E;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.course .learning .learning-contents .performance {
  width: 378px;
}
@media screen and (max-width: 767px) {
  .course .learning .learning-contents .performance {
    width: 100%;
  }
}
.course .learning .learning-contents .performance .performance-list dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .course .learning .learning-contents .performance .performance-list dt {
    font-size: 1.4rem;
  }
}
.course .learning .learning-contents .performance .performance-list dd {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .course .learning .learning-contents .performance .performance-list dd {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.course .learning .learning-contents .performance .performance-list dd:last-of-type {
  margin-bottom: 0;
}
.course .interview {
  margin: 150px 0 200px;
}
@media screen and (max-width: 767px) {
  .course .interview {
    margin: 80px 0 90px;
  }
}
.course .interview .ttl {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .course .interview .ttl {
    margin-bottom: 50px;
  }
}
.course .interview .interview-contents {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents {
    margin-bottom: 80px;
  }
}
.course .interview .interview-contents:before, .course .interview .interview-contents:after {
  content: "";
  display: block;
  width: 21px;
  height: 90px;
  background: #E8FAFD;
  mix-blend-mode: multiply;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents:before, .course .interview .interview-contents:after {
    width: 15px;
    height: 60px;
  }
}
.course .interview .interview-contents:before {
  left: 0;
  top: 0;
}
.course .interview .interview-contents:after {
  right: 0;
  bottom: 0;
}
.course .interview .interview-contents .icon {
  width: 100px;
  height: 100px;
  background: #8B8A7E;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .icon {
    width: 60px;
    height: 60px;
  }
}
.course .interview .interview-contents .icon img.icon_graduate {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .icon img.icon_graduate {
    width: 27px;
  }
}
.course .interview .interview-contents .icon img.icon_student {
  width: 34px;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .icon img.icon_student {
    width: 24px;
  }
}
.course .interview .interview-contents .icon span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .icon span {
    font-size: 1rem;
  }
}
.course .interview .interview-contents .interview-contents-inner {
  padding: 50px 90px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .interview-contents-inner {
    padding: 25px 0 0;
    display: block;
  }
}
.course .interview .interview-contents .interview-contents-inner:before, .course .interview .interview-contents .interview-contents-inner:after {
  content: "";
  display: block;
  width: 90px;
  height: 21px;
  background: #E8FAFD;
  mix-blend-mode: multiply;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .interview-contents-inner:before, .course .interview .interview-contents .interview-contents-inner:after {
    width: 60px;
    height: 14px;
  }
}
.course .interview .interview-contents .interview-contents-inner:before {
  left: 0;
  top: 0;
}
.course .interview .interview-contents .interview-contents-inner:after {
  right: 0;
  bottom: 0;
}
.course .interview .interview-contents .interview-contents-inner .people {
  width: 278px;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .interview-contents-inner .people {
    width: 50%;
    margin: 0 auto 25px;
  }
}
.course .interview .interview-contents .interview-contents-inner .people img {
  border-radius: 20px;
}
.course .interview .interview-contents .interview-contents-inner .interview-txt {
  width: 572px;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .interview-contents-inner .interview-txt {
    width: 100%;
  }
}
.course .interview .interview-contents .interview-contents-inner .interview-txt .copy-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .interview-contents-inner .interview-txt .copy-wrap {
    margin-bottom: 15px;
  }
}
.course .interview .interview-contents .interview-contents-inner .interview-txt .copy-wrap .copy {
  width: calc(100% - 120px);
  margin-right: 20px;
  color: #8B8A7E;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .interview-contents-inner .interview-txt .copy-wrap .copy {
    width: calc(100% - 70px);
    margin-right: 10px;
    font-size: 1.8rem;
  }
}
.course .interview .interview-contents .interview-contents-inner .interview-txt .name {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .course .interview .interview-contents .interview-contents-inner .interview-txt .name {
    text-align: left;
  }
}
.course .interview .interview-contents .interview-contents-inner .interview-txt .name .ashi {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.course .interview .btn {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .course .interview .btn {
    width: 74%;
  }
}
.course .interview .btn a {
  padding: 20px 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .course .interview .btn a {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.course.course01 .recommend {
  background-color: #E9FAD7;
}
.course.course01 .recommend:before {
  width: 140px;
  height: 200px;
  background: url(../img/education/course01/icon_recommend_pc.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course01 .recommend:before {
    width: 80px;
    height: 70px;
    background: url(../img/education/course01/icon_recommend_sp.png) no-repeat;
    background-size: contain;
  }
}
.course.course01 .recommend .recommend-type .type-list li:before {
  background: #A4D14F;
}
.course.course01 .learning .point-contents .point-txt dt {
  color: #A4D14F;
}
.course.course01 .learning .point-contents .point-txt dt:before {
  width: 120px;
  height: 85px;
  background: url(../img/education/course01/icon_point.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course01 .learning .point-contents .point-txt dt:before {
    width: 70px;
    height: 50px;
  }
}
.course.course01 .interview .interview-contents:before, .course.course01 .interview .interview-contents:after {
  background: #E9FAD7;
}
.course.course01 .interview .interview-contents .interview-contents-inner:before, .course.course01 .interview .interview-contents .interview-contents-inner:after {
  background: #E9FAD7;
}
.course.course02 .learning {
  padding-top: 110px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning {
    padding-top: 85px;
  }
}
.course.course02 .learning .learning-system {
  margin-bottom: 90px;
}
.course.course02 .learning .learning-system .copy {
  font-size: 2.5rem;
  color: #8B8A7E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .copy {
    font-size: 1.6rem;
  }
}
.course.course02 .learning .learning-system .learning-system-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .learning-system-list {
    margin-top: 30px;
  }
}
.course.course02 .learning .learning-system .learning-system-list li {
  width: 300px;
  margin-right: 40px;
  border-radius: 20px;
  padding: 25px 14px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .learning-system-list li {
    width: 100%;
    margin-right: 0;
  }
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(1) {
  background: #FD8D4E;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(1) .learning-system-course dt .num {
  color: #FD8D4E;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(1) .learning-system-course dd p {
  width: 61%;
  margin-left: 8px;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(1) .learning-system-course dd .learning-system-image {
  width: 51%;
  margin-left: -32px;
  flex-shrink: 0;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(1) .learning-system-course dd .learning-system-image img {
  width: 90%;
  margin-left: auto;
  display: block;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(2) {
  background: #35B473;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(2) .learning-system-course dt .num {
  color: #35B473;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(2) .learning-system-course dd p {
  width: 61%;
  margin-left: 8px;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(2) .learning-system-course dd .learning-system-image {
  width: 51%;
  margin-left: -32px;
  flex-shrink: 0;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(3) {
  margin-right: 0;
  background: #2B5393;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(3) .learning-system-course dt .num {
  color: #2B5393;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(3) .learning-system-course dd p {
  width: 61%;
  margin-left: 8px;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(3) .learning-system-course dd .learning-system-image {
  width: 46%;
  margin-left: -32px;
  flex-shrink: 0;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(4) {
  width: 470px;
  background: #A1A2C7;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .learning-system-list li:nth-of-type(4) {
    width: 100%;
  }
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(4) .learning-system-course dt .num {
  color: #A1A2C7;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(4) .learning-system-course dd {
  align-items: center;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(4) .learning-system-course dd p {
  width: 61%;
  margin-left: 8px;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(4) .learning-system-course dd .learning-system-image {
  width: 45%;
  margin-left: -20px;
  flex-shrink: 0;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(5) {
  width: 470px;
  margin-right: 0;
  background: #E3BE22;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .learning-system-list li:nth-of-type(5) {
    width: 100%;
  }
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(5) .learning-system-course dt .num {
  color: #E3BE22;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(5) .learning-system-course dd {
  align-items: center;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(5) .learning-system-course dd p {
  width: 61%;
  margin-left: 8px;
}
.course.course02 .learning .learning-system .learning-system-list li:nth-of-type(5) .learning-system-course dd .learning-system-image {
  width: 47%;
  margin-left: -28px;
  flex-shrink: 0;
}
.course.course02 .learning .learning-system .learning-system-list li .learning-system-course dt {
  font-size: 2.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .learning-system-list li .learning-system-course dt {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
.course.course02 .learning .learning-system .learning-system-list li .learning-system-course dt .num {
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  line-height: 1.6;
  background: #fff;
  width: 130px;
  margin: 0 auto 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .learning-system-list li .learning-system-course dt .num {
    width: 100px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.course.course02 .learning .learning-system .learning-system-list li .learning-system-course dt .num span {
  font-size: 3rem;
  padding-left: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .learning-system .learning-system-list li .learning-system-course dt .num span {
    font-size: 2.2rem;
  }
}
.course.course02 .learning .learning-system .learning-system-list li .learning-system-course dd {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.course.course02 .learning .learning-system .learning-system-list li .btn {
  width: 230px;
  margin: 15px auto 0;
}
.course.course02 .learning .point-contents:nth-of-type(2n) {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .point-contents:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.course.course02 .learning .point-contents:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .point-contents:nth-of-type(2n-1) {
    flex-direction: column-reverse;
  }
}
.course.course02 .learning .point-contents .point-txt dd .license {
  margin-top: 15px;
}
.course.course02 .learning .point-contents .point-txt dd .license dt {
  font-size: 1.4rem;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .point-contents .point-txt dd .license dt {
    font-size: 1.3rem;
    text-align: left;
  }
}
.course.course02 .learning .point-contents .point-txt dd .license dt:before {
  content: none;
}
.course.course02 .learning .point-contents .point-txt dd .license dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .course.course02 .learning .point-contents .point-txt dd .license dd {
    font-size: 1.3rem;
  }
}
.course.course02 .learning .point-contents .point-txt dd .license dd .license-list {
  display: flex;
  flex-wrap: wrap;
}
.course.course02 .learning .point-contents .point-txt dd .license dd .license-list li {
  margin-right: 1em;
}
.course.course02 .learning .point-contents:nth-of-type(1) .point-txt dt {
  margin-bottom: 20px;
}
.course.course03 .recommend {
  background-color: #FEEAF0;
}
.course.course03 .recommend:before {
  width: 140px;
  height: 200px;
  background: url(../img/education/course03/icon_recommend_pc.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course03 .recommend:before {
    width: 80px;
    height: 70px;
    background: url(../img/education/course03/icon_recommend_sp.png) no-repeat;
    background-size: contain;
  }
}
.course.course03 .recommend .recommend-type .type-list li:before {
  background: #F0869A;
}
.course.course03 .learning .point-contents .point-txt dt {
  color: #F0869A;
}
.course.course03 .learning .point-contents .point-txt dt:before {
  width: 120px;
  height: 85px;
  background: url(../img/education/course03/icon_point.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course03 .learning .point-contents .point-txt dt:before {
    width: 70px;
    height: 50px;
  }
}
.course.course03 .interview .interview-contents:before, .course.course03 .interview .interview-contents:after {
  background: #FEEAF0;
}
.course.course03 .interview .interview-contents .interview-contents-inner:before, .course.course03 .interview .interview-contents .interview-contents-inner:after {
  background: #FEEAF0;
}
.course.course03 .interview .interview-contents .interview-contents-inner .interview-txt .copy.line {
  margin-top: 1em;
}
.course.course04 .course-ttl {
  display: block;
}
.course.course04 .course-ttl-group {
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .course.course04 .course-ttl-group {
    display: block;
    position: relative;
  }
}
.course.course04 .course-ttl .course-about {
  width: auto;
}
.course.course04 .course-ttl .course-about dt span {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .course.course04 .course-ttl .course-about dt span {
    width: 90px;
  }
}
.course.course04 .course-ttl .course-ps {
  border-radius: 50%;
  background-color: #000;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #fff;
  line-height: 1.5;
  margin-left: -24px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .course.course04 .course-ttl .course-ps {
    position: absolute;
    bottom: 24%;
    right: 2.5%;
    width: 72px;
    height: 72px;
    font-size: 10px;
    padding-top: 4px;
  }
}
.course.course04 .recommend {
  background-color: #FFEAEA;
}
.course.course04 .recommend:before {
  width: 140px;
  height: 200px;
  background: url(../img/education/course04/icon_recommend_pc.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course04 .recommend:before {
    width: 80px;
    height: 70px;
    background: url(../img/education/course04/icon_recommend_sp.png) no-repeat;
    background-size: contain;
  }
}
.course.course04 .recommend .recommend-type .type-list li:before {
  background: #E25A5A;
}
.course.course04 .learning {
  padding-top: 80px;
}
.course.course04 .learning .point-contents .point-txt dt {
  color: #E25A5A;
}
.course.course04 .learning .point-contents .point-txt dt:before {
  width: 120px;
  height: 85px;
  background: url(../img/education/course04/icon_point.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course04 .learning .point-contents .point-txt dt:before {
    width: 70px;
    height: 50px;
  }
}
.course.course04 .learning .learning-contents .schedule .attention span.time {
  background: #FA968B;
}
.course.course04 .interview .interview-contents:before, .course.course04 .interview .interview-contents:after {
  background: #FDDBDB;
}
.course.course04 .interview .interview-contents .interview-contents-inner:before, .course.course04 .interview .interview-contents .interview-contents-inner:after {
  background: #FDDBDB;
}
.course.course04 .interview .interview-contents .interview-contents-inner .interview-txt .copy.line {
  margin-top: 1em;
}
.course.course05 .course-ttl {
  display: block;
}
.course.course05 .course-ttl-group {
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .course.course05 .course-ttl-group {
    display: block;
    position: relative;
  }
}
.course.course05 .course-ttl .course-about {
  width: auto;
}
.course.course05 .course-ttl .course-about dt span {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .course.course05 .course-ttl .course-about dt span {
    width: 90px;
  }
}
.course.course05 .course-ttl .course-ps {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  flex-direction: column;
  background-color: #000;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-left: -20px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .course.course05 .course-ttl .course-ps {
    position: absolute;
    bottom: 28%;
    right: 2.5%;
    width: 72px;
    height: 72px;
    font-size: 10px;
    padding-top: 5px;
  }
}
.course.course05 .course-ttl .course-ps strong {
  font-size: 29px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .course.course05 .course-ttl .course-ps strong {
    font-size: 16px;
  }
}
.course.course05 .course-ttl .course-ps span {
  font-size: 12px;
}
.course.course05 .recommend {
  background-color: #FFF2DE;
}
.course.course05 .recommend:before {
  width: 140px;
  height: 200px;
  background: url(../img/education/course05/icon_recommend_pc.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course05 .recommend:before {
    width: 80px;
    height: 70px;
    background: url(../img/education/course05/icon_recommend_sp.png) no-repeat;
    background-size: contain;
  }
}
.course.course05 .recommend .recommend-type .type-list li:before {
  background: #F8A34B;
}
.course.course05 .learning {
  padding-top: 80px;
}
.course.course05 .learning .point-contents .point-txt dt {
  color: #F8A34B;
}
.course.course05 .learning .point-contents .point-txt dt:before {
  width: 120px;
  height: 85px;
  background: url(../img/education/course05/icon_point.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .course.course05 .learning .point-contents .point-txt dt:before {
    width: 70px;
    height: 50px;
  }
}
.course.course05 .learning .learning-contents .schedule .attention span.time {
  background: #FAB87E;
}
.course.course05 .interview .interview-contents:before, .course.course05 .interview .interview-contents:after {
  background: #FFF2DE;
}
.course.course05 .interview .interview-contents .interview-contents-inner:before, .course.course05 .interview .interview-contents .interview-contents-inner:after {
  background: #FFF2DE;
}
.course.index .contents {
  padding-top: 0;
}
.course.index h3.heading {
  font-size: 3rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .course.index h3.heading {
    font-size: 1.8rem;
  }
}
.course .course-features {
  padding: 50px 0 90px;
  background-color: #fff;
  background-image: linear-gradient(#F5F4EC 1px, transparent 0), linear-gradient(90deg, #F5F4EC 1px, transparent 0);
  background-size: 25px 25px;
}
@media screen and (max-width: 767px) {
  .course .course-features {
    background-size: 16px 16px;
  }
}
.course .course-features .features-point {
  color: #4BBFD8;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .course .course-features .features-point {
    font-size: 1.8rem;
  }
}
.course .course-features .features-point span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .course .course-features .features-point span {
    font-size: 1.4rem;
  }
}
.course .course-features .features-list {
  margin-top: 50px;
}
.course .course-features .features-list dt {
  font-size: 2rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .course .course-features .features-list dt {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.course .course-features .features-list dt span {
  background: #EDF8FD;
  padding: 0 10px;
}
.course .course-features .features-list dd {
  margin-bottom: 40px;
}
.course .course-features .features-list dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .course .course-features .features-list dd {
    margin-bottom: 30px;
  }
}
.course .course-contents {
  margin: 150px 0 290px;
}
@media screen and (max-width: 767px) {
  .course .course-contents {
    margin: 80px 0;
  }
}
.course .course-contents .course-list {
  display: flex;
  flex-wrap: wrap;
}
.course .course-contents .course-list li {
  width: 510px;
  border-radius: 20px;
  padding: 50px 55px;
  margin-right: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li {
    width: 100%;
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}
.course .course-contents .course-list li:nth-of-type(1) {
  background: rgba(233, 251, 215, 0.6);
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li:nth-of-type(1) {
    margin-right: 0;
  }
}
.course .course-contents .course-list li:nth-of-type(2) {
  background: rgba(219, 244, 252, 0.6);
  margin-right: 0;
}
.course .course-contents .course-list li:nth-of-type(3) {
  background: rgba(255, 226, 229, 0.6);
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li:nth-of-type(3) {
    margin-right: 0;
  }
}
.course .course-contents .course-list li:nth-of-type(4) {
  background: rgba(255, 209, 209, 0.6);
  margin-right: 0;
}
.course .course-contents .course-list li:nth-of-type(4) .course-txt .course-about dt span {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li:nth-of-type(4) .course-txt .course-about dt span {
    width: 80px;
  }
}
.course .course-contents .course-list li:nth-of-type(5) {
  background: rgba(253, 231, 182, 0.6);
  margin-bottom: 0;
}
.course .course-contents .course-list li:nth-of-type(5) .course-txt .course-about dt span {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li:nth-of-type(5) .course-txt .course-about dt span {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li:nth-of-type(5) {
    margin-right: 0;
  }
}
.course .course-contents .course-list li .course-image {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.course .course-contents .course-list li .course-image img {
  transition: 0.3s all;
}
.course .course-contents .course-list li .course-txt .course-about dt {
  font-size: 3.7rem;
  color: #8B8A7E;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li .course-txt .course-about dt {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
.course .course-contents .course-list li .course-txt .course-about dt span {
  display: block;
  font-size: 2rem;
  border: 1px solid #8B8A7E;
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .course .course-contents .course-list li .course-txt .course-about dt span {
    font-size: 1.3rem;
    width: 60px;
  }
}
.course .course-contents .course-list li .btn {
  width: 230px;
  margin: 30px auto 0;
}
.course .course-contents .course-list li a:hover .course-image img {
  transform: scale(1.1);
}
.course .course-contents .course-list li a:hover .btn p {
  color: #FFE624;
}
@media screen and (max-width: 767px) {
  .course .system h3 {
    text-align: center;
  }
}
.course .system .link-nav {
  margin: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .course .system .link-nav {
    margin-top: 25px;
  }
}
.course .system .link-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .course .system .link-nav ul {
    justify-content: center;
  }
}
.course .system .link-nav ul li {
  width: 200px;
  height: 120px;
}
.course .system .link-nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #4BBFD8;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 100px;
  height: 100%;
}
.course .system .link-nav ul li a .arrow-r {
  transform: rotate(45deg);
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .course .system .link-nav ul li {
    width: 29%;
    height: 72px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .course .system .link-nav ul li:nth-of-type(3), .course .system .link-nav ul li:nth-of-type(5) {
    margin-right: 0;
  }
  .course .system .link-nav ul li:nth-of-type(4), .course .system .link-nav ul li:nth-of-type(5) {
    width: 35%;
  }
  .course .system .link-nav ul li a {
    font-size: 1.4rem;
    border-radius: 60px;
    line-height: 1.3;
  }
}
.course .system .system-section .intro {
  margin-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro {
    margin-bottom: 130px;
  }
}
.course .system .system-section .intro .intro-txt {
  width: 494px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-txt {
    width: 100%;
  }
}
.course .system .system-section .intro .intro-txt dt {
  color: #4BBFD8;
  font-size: 3.7rem;
  display: flex;
  flex-flow: wrap;
  gap: 0 30px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-txt dt {
    gap: 0;
    justify-content: space-between;
  }
}
.course .system .system-section .intro .intro-txt dt.icon-top {
  display: block;
}
.course .system .system-section .intro .intro-txt dt.icon-top p {
  color: #4BBFD8;
  font-size: 3.7rem;
  display: flex;
  flex-flow: wrap;
  gap: 0 30px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-txt dt.icon-top p {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-txt dt {
    font-size: 2.1rem;
  }
}
.course .system .system-section .intro .intro-txt dt .cate {
  width: 140px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  background: #EDF8FC;
  border-radius: 50px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-txt dt .cate {
    font-size: 1.2rem;
    width: 90px;
  }
}
.course .system .system-section .intro .intro-txt dt .cate .num {
  font-size: 2.6rem;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-txt dt .cate .num {
    font-size: 2rem;
  }
}
.course .system .system-section .intro .intro-txt .icon-top-inner {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-txt .icon-top-inner {
    justify-content: space-between;
  }
}
.course .system .system-section .intro .intro-image {
  width: 586px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .intro .intro-image {
    width: 100%;
    margin-top: 20px;
  }
}
.course .system .system-section .intro .intro-image img {
  border-radius: 20px;
}
.course .system .system-section .intro .intro-icon {
  width: 27%;
  margin-top: -32px;
}
.course .system .system-section .intro .icon-top-icon {
  width: 27%;
  margin-left: 27%;
}
.course .system .system-section .intro .icon-top-icon.course05 {
  margin-left: 9%;
}
.course .system .system-section .about {
  border-radius: 20px;
  background: #EDF8FC;
  margin-bottom: 200px;
  padding: 115px 55px 80px;
  position: relative;
  padding: 85px 30px 50px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .about {
    margin-bottom: 80px;
  }
}
.course .system .system-section .about .ttl {
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.course .system .system-section .about .about-list {
  display: flex;
  flex-wrap: wrap;
}
.course .system .system-section .about .about-list li {
  width: 295px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .about .about-list li {
    width: 100%;
    margin-right: 0;
  }
}
.course .system .system-section .about .about-list li:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .about .about-list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.course .system .system-section .about .about-list li img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .about .about-list li img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.course .system .system-section .about .about-list li .class {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .about .about-list li .class {
    margin-top: 20px;
  }
}
.course .system .system-section .about .about-list li .class dt {
  color: #4BBFD8;
  text-align: center;
  font-size: 2.7rem;
  letter-spacing: 0.04em;
  height: 3em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section .about .about-list li .class dt {
    font-size: 2.1rem;
    height: auto;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .course .system .system-section#course03 .intro .intro-txt dt {
    align-items: flex-end;
  }
}
.course .system .system-section#course04 .intro .intro-icon {
  position: absolute;
  top: -28px;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section#course04 .intro .intro-icon {
    position: static;
  }
}
.course .system .system-section#course05 .intro .intro-icon {
  position: absolute;
  top: -28px;
  right: 172px;
}
@media screen and (max-width: 767px) {
  .course .system .system-section#course05 .intro .intro-icon {
    position: static;
  }
}/*# sourceMappingURL=course.css.map */