@charset "utf-8";

* {
  margin: 0;
}

img {
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
}

.coursepage-2025 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #292929;
}

.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%;
  }
}

.top25-container * {
  position: relative;
  box-sizing: border-box;
}


/* ヘッダー */
.course-header {
  line-height: 0;
}


/* まずは１分でわかるコンパクト動画！ */
.course-sect-01 {
  background-image: linear-gradient(130deg, #e7d1f0 50%, #f4d3e1 100%);
}

.course-intro {
  transform: translateY(-20px);
  padding: 0 0 30px;
}

.course-intro-h {
  color: #4CA4AC;
  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);
  }
}




/* スワイパー */
.swiper-button-prev,
.swiper-button-next {
  font-size: 0;
  color: transparent;
  background-image: url("../images/2025/top/slider-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
  transform: rotate(180deg);
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background-color: #4ca4ac !important;
}



/* 楽しい充実したイベントも盛りだくさん！ */
.course-events-h {
  max-width: 360px;
  width: 100%;
  margin: 20px auto 10px;
  z-index: 20;
}

.course-events-h::after,
.course-events-h::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background-image: url("../images/2025/course/barber/shine-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}

.course-events-h::before {
  left: 0;
}

.course-events-h::after {
  background-image: url("../images/2025/course/barber/shine-02.png");
  background-position: top right;
  right: 0;
}

.events-swiper {
  padding: 10px 0 30px 0;
}

.events-swiper-item {
  background-color: #fff;
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.events-swiper-title {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  padding: 10px;
  line-height: 1;
}

@media (max-width:990px) {
  .events-swiper .swiper-buttons {
    position: absolute;
    top: 0;
    bottom: 20px;
    margin: auto;
    width: 100%;
  }

  .events-swiper-item {
    margin: 0 15px;
  }

  .events-swiper-wrapper {
    padding: 0 0 30px;
  }

  .events-swiper .swiper-pagination {
    bottom: 20px !important;
  }
}

@media (min-width:991px) {
  .course-events-h {
    max-width: 550px;
  }

  .events-swiper {
    padding: 20px 0 30px 0;
  }

  .events-swiper-title {
    font-size: 18px;
  }

  .events-swiper-wrapper {
    display: flex;
    margin: 0 -20px;
    padding: 0 0 80px;
    width: auto !important;
  }

  .events-swiper-wrapper>* {
    flex: 0 0 33.33%;
  }

  .events-swiper .swiper-buttons {
    display: none;
  }

  .events-swiper-item {
    margin: 0 20px;
  }

  .course-sect-01 {
    background-image: url("../images/2025/course/barber/bg-dots.png"), linear-gradient(130deg, #e7d1f0 50%, #f4d3e1 100%);
    background-repeat: repeat-x;
    background-position: bottom -250px center, center;
    background-size: 35px, 100%;
  }
}



/* 見出し */
.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-h {
  width: 96%;
  max-width: 20em;
  padding: 30px 0 35px;
  margin: 50px auto 50px;
}

.course-sect-02-h::after,
.course-sect-02-h::before {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 80px;
  background-image: url("../images/2025/course/barber/corner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.course-sect-02-h::before {
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}

.course-sect-02-h::after {
  bottom: 0;
  right: 0;
}

.course-sect-02-h strong {
  color: #4CA4AC;
}

@media (max-width:400px) {
  .course-sect-02-h::after,
  .course-sect-02-h::before {
    width: 100px;
    height: 50px;
  }
  .course-sect-02-h {
    padding: 20px 0;
  }
}

@media (min-width:991px) {
  .course-sect-02-h {
    width: 550px;
    padding: 30px 20px 35px;
    margin: 60px auto 70px;
  }
  .course-sect-02-h::after,
  .course-sect-02-h::before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 100px;
  }
}


/* カラーブロック */
.color-block {
  margin: 0 0 50px;
  border-radius: 20px;
  background: linear-gradient(130deg, #d2e9d1 0%, #f4eec5 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.color-block.var-blue {
  background: linear-gradient(130deg, #ced5f1 0%, #e6d1f0 100%);
}

.color-block.var-pink {
  background: linear-gradient(130deg, #F4D3E0 0%, #F7E2CF 100%);
}

.color-block::after {
  content: "";
  display: block;
  width: 50%;
  height: 40px;
  background-image: url("../images/2025/course/barber/contest.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right -5px;
  position: absolute;
  top: 4px;
  right: 0;
}
.color-block.var-blue::after {
  background-image: url("../images/2025/course/barber/examination.png");
  top: 6px;
}
.color-block.var-pink::after {
  background-image: url("../images/2025/course/barber/salonwork.png");
}
@media (min-width:1400px) {
  .color-block::after {
    width: 50%;
    height: 65px;
    top: -2px;
  }
  .color-block.var-blue::after {
    height: 60px;
  }
}
@media (min-width:991px) {
  .color-block {
    margin: 0 0 90px;
  }
}

.color-block-h {
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(130deg, #4fac4c 65%, #dcbd1b 100%);
}

.var-blue .color-block-h {
  background: linear-gradient(130deg, #405DC8 65%, #A14AC5 100%);
}

.var-pink .color-block-h {
  background: linear-gradient(130deg, #D75487 65%, #E28D43 100%);
}

.color-block-h div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10em;
  background-color: #4fac4c;
  margin: auto;
  border-radius: 20px 20px 0 0;
  padding: 12px 0;
}

.var-blue .color-block-h div {
  background-color: #405DC8;
}

.var-pink .color-block-h div {
  background-color: #D75487;
}

@media (min-width:991px) {
  .color-block-h div {
    right: 0;
  }
}

.color-block-head {
  padding: 30px 1em;
}

.color-block-head strong {
  color: #4FAC4C;
  font-weight: bold;
  font-size: 24px;
  background: linear-gradient(180deg, transparent 50%, rgba(255, 255, 255, .6) 50%);
}

.var-blue .color-block-head strong {
  color: #405DC8;
}

.var-pink .color-block-head strong {
  color: #D75487;
}

.color-block-head p {
  margin: 15px 0 0;
  line-height: 1.6;
}

@media (min-width:991px) {
  .color-block-head {
    padding: 30px 0;
    text-align: center;
  }
}

.color-block-image {
  position: relative;
  line-height: 0;
  padding: 0 5px 20px;
}

.color-block-image [class^="text"] {
  position: absolute;
  z-index: 10;
  width: 10%;
}

.var-pink .color-block-image [class^="text"] {
  width: 11%;
}

.color-block-image .text-01 {
  top: 4%;
  left: 1%;
}

.color-block-image .text-02 {
  bottom: 10%;
  right: 1%;
}

.color-block-image .text-03 {
  left: 38%;
  top: 1%;
}

.color-block-image .text-04 {
  bottom: 56%;
  right: 2%;
}

.color-block-image .text-05 {
  top: 52%;
  left: 2%;
}

.color-block-image .text-06 {
  right: 38%;
  bottom: 5%;
}

.color-block-image .bubble {
  position: absolute;
  top: -9%;
  right: -4%;
  z-index: 10;
  width: 32%;
}

@media (max-width:990px) {
  .color-block-image [class^="text"] {
    display: none;
  }

  .var-blue .color-block-image {
    width: 95%;
    margin: auto;
  }
}

@media (min-width:991px) {
  .color-block-h {
    font-size: 24px;
  }

  .color-block-head strong {
    font-size: 30px;
  }

  .color-block-head p {
    font-size: 18px;
  }

  .color-block-image {
    padding: 0 30px 30px;
  }

  .color-block-image .bubble {
    top: 0;
    right: 1%;
    width: 15%;
  }

  .color-block-image .text-03 {
    left: 39%;
    top: 1%;
  }

  .color-block-image .text-06 {
    right: 39%;
    bottom: 6%;
  }

}



/* 在校生がアリアーレを選んだ理由 */

.course-sect-03 {
  padding: 20px 0;
  background: linear-gradient(130deg, #e7d1f0 0%, #f4d3e1 100%);
}

.course-sect-03-h {
  background-image: url("../images/2025/course/barber/bg-bubble.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px 0;
  margin: 0;
}

.comment {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.comment-body {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.2em 1em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.comment-h {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 .4em;
}

.comment-h strong {
  font-size: 1.2em;
  font-weight: bold;
}

.comment-body p {
  line-height: 1.6;
}

.comment-body p strong {
  color: #D75487;
}

.comment-h .pill {
  font-size: 14px;
  display: inline-block;
  background-color: #DBEDEE;
  color: #4CA4AC;
  padding: 5px 10px;
  margin: 0 0 0 1em;
  line-height: 1;
  border-radius: 20px;
  transform: translateY(-.4em);
}

@media (max-width:990px) {
  .course-sect-03-h {
    margin: 0 0 20px;
    padding: 20px 0;
  }

  .comment {
    margin: 0 0 30px;
  }

  .comment-image {
    width: 35%;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
    transform: translateY(-25%);
  }

  .comment-h {
    width: 50%;
  }

  .comment-h .pill {
    margin: 15px 0 0;
  }
}

@media (min-width:991px) {
  .course-sect-03 {
    padding: 30px 0 60px;
    background: url("../images/2025/course/barber/bg-comment.png"), linear-gradient(130deg, #e7d1f0 0%, #f4d3e1 100%);
    background-size: 100%;
    background-position: top center;
  }

  .comment {
    display: flex;
    align-items: center;
    padding: 50px 0;
  }

  .comment-h {
    font-size: 25px;
  }

  .comment-h strong {
    font-size: 1.2em;
  }

  .comment-image {
    width: 50%;
    position: absolute;
    top: 0;
    left: -10px;
  }

  .swap .comment-image {
    left: auto;
    right: -10px;
  }

  .comment-body {
    width: 57%;
    padding: 20px;
    margin: 0 0 0 auto;
  }

  .swap .comment-body {
    margin: 0;
  }

  .comment-body p {
    font-size: 18px;
  }
}









/* その他 */
.br {
  display: inline-block;
}