@charset "utf-8";
.coursepage-2025 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #292929;
}
.top25-container *,
.coursepage-2025 * {
  position: relative;
  box-sizing: border-box;
}
.top25-container {
  width: 97%;
  max-width: 600px;
  margin: auto;
}
@media (min-width: 991px) {
  .top25-container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .top25-container {
    max-width: 1200px;
  }
}
@media (max-width: 990px) {
  .top25-container.full {
    max-width: 100%;
    width: 100%;
  }
}

/* ヘッダー */
.course-header {
  line-height: 0;
}


/* まずは１分でわかるコンパクト動画！ */
.course-sect-01 {
  background-image: linear-gradient(130deg, #d1e7e9 50%, #d2e9d2 100%);
}
@media (min-width:991px) {
  .course-sect-01 {
    padding: 0 0 50px;
    background-image: url("../images/2025/course/barber/bg-dots.png"), linear-gradient(130deg, #d1e7e9 50%, #d2e9d2 100%);
    background-repeat: repeat-x;
    background-position: bottom -250px center, center;
    background-size: 35px, 100%;
  }
}
.course-intro {
  transform: translateY(-20px);
  padding: 0 0 30px;
}
.course-intro-h {
  color: #D75487;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  border-radius: 99px;
  width: 20em;
  max-width: 100%;
  margin: 0 auto 5px;
  position: relative;
  line-height: 1.5;
}
.course-intro-h::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  margin: auto;
}
.course-intro-h::after {
  bottom: -14px;
  border: 15px solid transparent;
  border-bottom: none;
  border-top-color: #fff;
}
.course-intro-video {
  aspect-ratio: 16 / 8.99;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  line-height: 0;
  padding: 1px;
}
.course-intro-video iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  border: 2px solid #f00;
}
@media (min-width: 991px) {
  .course-intro-h {
    width: 23em;
    padding: .7em;
    font-size: 26px;
  }
  .course-intro {
    transform: translateY(-30px);
  }
}


/* 見出し */
.course-sect-h {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.course-sect-h strong {
  font-size: 1.4em;
  color: #D75487;
}
@media (min-width:991px) {
  .course-sect-h {
    font-size: 26px;
  }
}


/* トータルビューティーが学べる！ */
.course-sect-02 {
  padding: 20px 0;
}
.course-sect-h.shine {
  padding: 10px 50px;
  margin: 20px auto;
  z-index: 20;
}
.course-sect-03-h.shine {
  padding: 0 50px;
  margin: 0 auto 20px;
}
.course-sect-h.shine::after,
.course-sect-h.shine::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 100%;
  background-image: url("../images/2025/course/beauty/shine-01-p.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
}
.course-sect-h.shine::before {
  left: 5px;
}
.course-sect-h.shine::after {
  background-image: url("../images/2025/course/beauty/shine-02-p.png");
  background-position: bottom right;
  right: 5px;
}
.course-sect-03-h.shine::before {
  background-image: url("../images/2025/course/beauty/shine-01.png");
}
.course-sect-03-h.shine::after {
  background-image: url("../images/2025/course/beauty/shine-02.png");
}
@media (max-width:700px) {
  .course-sect-03-h.shine {
    width: 18em;
  }
  .course-sect-02-h.shine {
    width: 20em;
    padding: 0 30px;
  }
}
@media (min-width:701px) {
  .course-sect-02 {
    padding: 30px 0 60px;
  }
  
  .course-sect-h.shine::after,
  .course-sect-h.shine::before {
    width: 70px;
  }
  .course-sect-h.shine::before {
    left: 0;
  }
  .course-sect-h.shine::after {
    right: 0;
  }  
  .course-sect-02-h.shine {
    max-width: 28em;
    padding: 20px 70px;
  }
  .course-sect-03-h.shine {
    max-width: 30em;
    padding: 0 50px;
    margin: 20px auto 30px;
  }
}


.lessons {
  margin: 0 0 50px;
  padding: 10px 5px 20px;
  border-radius: 20px;
  background: linear-gradient(130deg, #F4D3E0 0%, #F7E2CF 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width:991px) {
  .lessons {
    padding: 40px;
  }
}


/* 理美容世界につながる力 */
.top25-container.slim {
  max-width: 1000px;
}
.course-sect-03 {
  background: linear-gradient(130deg, #e7d1f0 0%, #f4d3e1 100%);
}
.students {
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.stylist {
  line-height: 1.6;
}
.stylist-body {
  background-color: #fff;
  padding: 10px 10px 10px 12px;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
}
.stylist-h {
  line-height: 1.6;
  font-size: 20px;  
  margin: 0 0 10px;
}
.stylist-name,
.stylist-text {
  line-height: 1.6;
}
.stylist-name {
  color: #a14bc5;
  margin: 10px 0 0;
}
@media (max-width:700px) {
  .stylist-image {
    position: absolute;
    bottom: -20px; right: 20px;
    width: 30%;
  }
  .students {
    margin: 0 -2% 10px;
  }
  .stylist-name b {
    display: block;
  }
}
@media (min-width:701px) {
  .students {
    border-radius: 20px;
  }
  .stylist {
    margin: -3em 0 0;
    padding: 0 2em 0 39%;
    line-height: 1.6;
    background: url("../images/2025/course/beauty/stylist.png") no-repeat;
    background-position: left 2em center;
    background-size: 43%;
  }
  .stylist-image {
    display: none;
  }
  .stylist-h {
    font-size: 22px;  
  }
  .stylist-name,
  .stylist-text {
    line-height: 1.6;
    font-size: 16px;
  }
  .stylist-name {
    text-align: right;
  }
  .stylist-body {
    padding: 15px;
  }  
  .course-sect-03 {
    background: url("../images/2025/course/beauty/bg-students.png"), linear-gradient(130deg, #e7d1f0 0%, #f4d3e1 100%);
    background-size: 100%;
    background-position: top center;
  }
}
@media (min-width:1001px) {
  .stylist-body {
    padding: 20px 28px 24px;
  }  
  .stylist-name,
  .stylist-text {
    font-size: 18px;
  }
  .stylist {
    background-size: contain;
  }
}


/* ヘアサロンMariePlusでの実習の様子 */
.course-sect-03 {
  padding: 30px 0 16em;
}
.course-sect-04 {
  margin: -12em 0 0;
  padding: 0 0 2em;
}
.top25-container.wide {
  max-width: 1700px;
}
.course-sect-04-h {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  border-radius: 99px;
  max-width: 100%;
  margin: 0 auto;
  border: 3px solid #fff;
  background: #D75487;
  background: linear-gradient(130deg, #D75487 0%, #e28d43 50%);
  position: relative;
  z-index: 10;
}
.course-sect-04-h::before,
.course-sect-04-h::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  margin: auto;
}
.course-sect-04-h::before {
  bottom: -18px;
  border: 18px solid transparent;
  border-bottom: none;
  border-top-color: #fff;
}
.course-sect-04-h::after {
  bottom: -14px;
  border: 15px solid transparent;
  border-bottom: none;
  border-top-color: #e28d43;
}
@media (max-width:700px) {
  .course-sect-04-h {
    width: 15em;
    line-height: 1.4;
    padding: 10px 5px;
  }
}
@media (min-width:701px) {
  .course-sect-04 {
    margin: -12em 0 0;
    padding: 0 0 5em;
  }
  .course-sect-04-h {
    width: 25em;
    font-size: 24px;
    margin: 0 auto -2em;
    padding: 20px;
  }
}


/* その他 */
.br {
  display: inline-block;
}