@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

#three-courses .courses {
  display: flex;
  padding-top: 0;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses {
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses {
    flex-direction: column;
    gap: 10vw;
  }
}
#three-courses .courses .course {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  background-color: #fff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07);
}
@media (hover: hover) {
  #three-courses .courses .course {
    transition: opacity 0.2s;
  }
  #three-courses .courses .course:hover {
    opacity: 0.8;
  }
}
#three-courses .courses .course .title {
  display: flex;
  margin-top: 1.5rem;
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .title {
    flex-direction: column;
    border-top: 10px solid;
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course .title {
    gap: 3vw;
    align-items: center;
    margin-top: 0;
    padding: 2.6041666667vw;
    border-top: 1.5625vw solid;
    text-align: left;
  }
}
#three-courses .courses .course .title figure {
  margin: 0;
}
#three-courses .courses .course .title figure img {
  vertical-align: bottom;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .title figure img {
    width: 107px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course .title figure img {
    width: 20.8333333333vw;
  }
}
#three-courses .courses .course .title h3 {
  padding: 0.5em 0 0.25em;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .title h3 {
    font-size: 29px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course .title h3 {
    order: 1;
    font-size: 2rem;
    line-height: 1.5;
  }
}
#three-courses .courses .course .target {
  text-align: center;
  position: relative;
  z-index: 2;
}
#three-courses .courses .course .target dt {
  position: relative;
  z-index: 2;
}
#three-courses .courses .course .target dt span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .target dt span {
    padding: 0 1.1em;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course .target dt span {
    padding: 0.2em 1.1em 0.3em;
  }
}
#three-courses .courses .course .target dt span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#three-courses .courses .course .target dd {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .target dd {
    box-sizing: border-box;
    margin-top: -12px;
    padding: 24px 0 16px;
    width: 270px;
    border-radius: 15px;
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course .target dd {
    margin-top: -3vw;
    padding: 5.6vw 6vw 4vw;
    border-radius: 2vw;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
#three-courses .courses .course .future {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .future {
    margin-top: -40px;
    padding: 50px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course .future {
    margin-top: -7vw;
    padding: 10vw 4vw 3vw;
  }
}
#three-courses .courses .course .future dt {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .future dt {
    font-size: 15px;
  }
}
#three-courses .courses .course .future ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  #three-courses .courses .course .future ul {
    gap: 6px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course .future ul {
    gap: 1.5vw;
    margin-top: 1.5vw;
  }
}
#three-courses .courses .course .future ul li {
  display: grid;
  place-items: center;
  padding: 0.1em 1em;
  border-radius: 100px;
  background-color: #fff;
  font-feature-settings: "palt";
}
#three-courses .courses .course .future ul::after {
  content: "など";
  margin-left: auto;
  margin-right: 1em;
}
#three-courses .courses .course:nth-child(1) .title {
  border-color: #5f6c9b;
}
#three-courses .courses .course:nth-child(1) .title h3 {
  color: #5f6c9b;
}
#three-courses .courses .course:nth-child(1) .target dd {
  background-image: linear-gradient(45deg, rgb(82, 96, 143) 0%, rgba(95, 108, 155, 0.85) 100%);
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course:nth-child(1) .future {
    border-color: #5f6c9b;
  }
}
#three-courses .courses .course:nth-child(1) .future {
  background-color: #e0e0eb;
}
#three-courses .courses .course:nth-child(1) .future dt {
  color: #5f6c9b;
}
#three-courses .courses .course:nth-child(2) .title {
  border-color: #0e8966;
}
#three-courses .courses .course:nth-child(2) .title h3 {
  color: #0e8966;
}
#three-courses .courses .course:nth-child(2) .target dd {
  background-image: linear-gradient(45deg, rgb(26, 126, 95) 0%, rgba(26, 137, 103, 0.85) 100%);
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course:nth-child(2) .future {
    border-color: #0e8966;
  }
}
#three-courses .courses .course:nth-child(2) .future {
  background-color: #dde6de;
}
#three-courses .courses .course:nth-child(2) .future dt {
  color: #0e8966;
}
#three-courses .courses .course:nth-child(3) .title {
  border-color: #0081b2;
}
#three-courses .courses .course:nth-child(3) .title h3 {
  color: #0081b2;
}
#three-courses .courses .course:nth-child(3) .target dd {
  background-image: linear-gradient(45deg, rgb(0, 121, 167) 0%, rgba(0, 129, 178, 0.85) 100%);
}
@media screen and (max-width: 768px) {
  #three-courses .courses .course:nth-child(3) .future {
    border-color: #0081b2;
  }
}
#three-courses .courses .course:nth-child(3) .future {
  background-color: #d3e4ef;
}
#three-courses .courses .course:nth-child(3) .future dt {
  color: #0081b2;
}

.course-detail .c_section__contents {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .course-detail picture {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .course-detail picture img {
    display: inline-block;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail picture img {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 10vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .course-detail .catch {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail .catch {
    margin-top: -4vw;
    font-size: 1.5rem;
    text-align: center;
  }
}
.course-detail .catch span {
  display: inline;
  background-color: #000;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .course-detail .catch span {
    padding: 2px 15px 3px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail .catch span {
    padding: 2px 12px 3px;
  }
}
@media print, screen and (min-width: 769px) {
  .course-detail h2 {
    margin-top: 10px;
    min-height: 2.6em;
    font-size: 50px;
    line-height: 66px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail h2 {
    margin-top: 2vw;
    font-size: 2.8rem;
    line-height: 1.35;
    text-align: center;
  }
}
.course-detail .lead {
  color: #fff;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  .course-detail .lead {
    margin-top: 20px;
    padding: 40px 50px;
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail .lead {
    padding: 5vw 6vw;
    border-radius: 10vw 0;
    font-size: 1.4rem;
  }
}
.course-detail h3 {
  display: flex;
  align-items: center;
  color: #333;
}
.course-detail h3::before {
  content: "";
  display: inline-block;
  background-color: #333;
}
@media print, screen and (min-width: 769px) {
  .course-detail h3::before {
    margin-right: 10px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail h3::before {
    margin-right: 1vw;
    width: 2vw;
    height: 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .course-detail h3 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail h3 {
    margin-top: 4vw;
    margin-bottom: 1vw;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.course-detail ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .course-detail ul {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail ul {
    gap: 2vw;
  }
}
.course-detail ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .course-detail ul li {
    width: calc((100% - 36px) / 4);
    height: 48px;
    font-size: 15px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail ul li {
    padding: 0;
    width: calc((100% - 2vw) / 2);
    height: 9.765625vw;
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media print, screen and (min-width: 769px) {
  .course-detail .notes {
    margin-top: 10px;
    font-size: 13px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail .notes {
    margin-top: 0.6em;
    font-size: 1.1rem;
  }
}
.course-detail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 100px;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .course-detail .btn {
    margin-top: 30px;
    width: 400px;
    height: 60px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail .btn {
    margin-top: 4vw;
    width: 80vw;
    height: 12vw;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .course-detail .btn {
    transition: opacity 0.2s;
  }
  .course-detail .btn:hover {
    opacity: 0.7;
  }
}
.course-detail .btn::after {
  content: "";
  display: block;
  background: transparent url(../img/icon_external.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .course-detail .btn::after {
    width: 12px;
    height: 12px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail .btn::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 4vw;
  }
}
.course-detail#business h2 {
  color: #5f6c9b;
}
.course-detail#business picture img {
  box-shadow: 14px 14px 30px 0px rgba(95, 108, 155, 0.25);
}
.course-detail#business .lead,
.course-detail#business .btn {
  background-image: linear-gradient(45deg, rgb(82, 96, 143) 0%, rgba(95, 108, 155, 0.85) 100%);
}
.course-detail#business ul li {
  border-color: #5f6c9b;
  background-color: #e0e0eb;
}
.course-detail#advanced h2 {
  color: #1a8967;
}
.course-detail#advanced picture img {
  box-shadow: -14px 14px 30px 0px rgba(26, 137, 103, 0.25);
}
.course-detail#advanced .lead,
.course-detail#advanced .btn {
  background-image: linear-gradient(45deg, rgb(26, 126, 95) 0%, rgba(26, 137, 103, 0.85) 100%);
}
.course-detail#advanced ul li {
  border-color: #1a8967;
  background-color: #dde6de;
}
.course-detail#wellness h2 {
  color: #0081b2;
}
@media print, screen and (min-width: 769px) {
  .course-detail#wellness picture {
    margin-top: 40px;
  }
}
.course-detail#wellness picture img {
  box-shadow: 14px 14px 30px 0px rgba(0, 129, 178, 0.25);
}
.course-detail#wellness .lead,
.course-detail#wellness .btn {
  background-image: linear-gradient(45deg, rgb(0, 121, 167) 0%, rgba(0, 129, 178, 0.85) 100%);
}
.course-detail#wellness ul li {
  border-color: #0081b2;
  background-color: #d4e4ef;
}
@media print, screen and (min-width: 769px) {
  .course-detail:nth-child(odd) .catch {
    padding-left: 550px;
  }
  .course-detail:nth-child(odd) h2 {
    padding-left: 546px;
  }
  .course-detail:nth-child(odd) .lead {
    padding-left: 550px;
  }
  .course-detail:nth-child(odd) picture img {
    border-radius: 0 50px;
  }
  .course-detail:nth-child(even) .lead {
    padding-right: 550px;
  }
  .course-detail:nth-child(even) picture {
    text-align: right;
    padding-right: 40px;
  }
  .course-detail:nth-child(even) picture img {
    border-radius: 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .course-detail:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .course-detail:last-child {
    padding-bottom: 10vw;
  }
}