@charset "utf-8";
/* CSS Document */

/* =========================================================
   Webで成果を出すUXデザイン基礎講座
   UX DESIGN COURSE
========================================================= */


/* =========================================================
   講座の特徴
========================================================= */

.ux-feature {
  padding: 80px 0 85px;
  background: #fff;
  color: #333;
}

.ux-feature * {
  box-sizing: border-box;
}


/* ---------------------------------------------------------
   見出し
--------------------------------------------------------- */

.ux-feature__heading {
  margin-bottom: 38px;
  text-align: center;
}

.ux-feature__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 20px;
  color: #7ea4b9;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.ux-feature__label::before,
.ux-feature__label::after {
  display: block;
  width: 65px;
  height: 1px;
  background: #adc5d2;
  content: "";
}

.ux-feature__title {
  margin: 0;
  color: #333;
  line-height: 1.5;
}

.ux-feature__title-main,
.ux-feature__title-partner {
  display: block;
}

.ux-feature__title-main {
  margin-bottom: 8px;
  color: #333;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.ux-feature__title-partner {
  color: #333;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.ux-feature__title-partner strong {
  color: #333;
  font-weight: 600;
}

.ux-feature__title-partner .ux-feature__title-goodpatch {
  color: #333;
}

.ux-feature__title-cross {
  display: inline-block;
  margin: 0 14px;
  color: #777;
  font-weight: 300;
}


/* ---------------------------------------------------------
   共同開発エリア
--------------------------------------------------------- */

.ux-feature__collaboration {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 1fr);
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 34px;
  border: 1px solid #e3eaed;
  border-radius: 8px;
  background: #fff;
}

.ux-feature__logos {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding-right: 34px;
  border-right: 1px solid #d8e1e5;
}

.ux-feature__logo-item {
  min-width: 0;
  text-align: center;
}

.ux-feature__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}

.ux-feature__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.ux-feature__logo--dhw {
  max-width: 210px;
  max-height: 58px;
}

.ux-feature__logo--gp {
  max-width: 185px;
  max-height: 48px;
}

.ux-feature__cross {
  color: #626a6e;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.ux-feature__logo-label {
  display: inline-block;
  min-width: 180px;
  margin: 8px 0 0;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.ux-feature__logo-label--dhw {
  color: #cc6b32;
  background: #f8e9df;
}

.ux-feature__logo-label--gp {
  color: #668ba1;
  background: #e7eff3;
}

.ux-feature__collaboration-text {
  padding-left: 34px;
}

.ux-feature__collaboration-lead {
  margin: 0 0 12px;
  color: #096FCA;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.ux-feature__collaboration-desc {
  margin: 0;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}


/* ---------------------------------------------------------
   特徴カード
--------------------------------------------------------- */

.ux-feature__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ux-feature__card {
  min-width: 0;
  margin: 0;
  padding: 22px 22px 24px;
  border: 1px solid #e3eaed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(67, 87, 96, 0.06);
}

.ux-feature__card-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 64px;
  margin-bottom: 16px;
}


/* 特徴バッジ */

.ux-feature__number {
  display: flex;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  color: #fff !important;
  background: #096FCA;
  line-height: 1;
  text-align: center;
}

.ux-feature__number span {
  color: #fff !important;
}

.ux-feature__number-label {
  display: block;
  margin: 0 0 3px;
  padding: 0;
  color: #fff !important;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.ux-feature__number-value {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}


/* カードタイトル */

.ux-feature__card-title {
  margin: 0;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}


/* カード本文 */

.ux-feature__card-text {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
}


/* =========================================================
   タブレット
========================================================= */

@media screen and (max-width: 1000px) {

  .ux-feature {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .ux-feature__collaboration {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ux-feature__logos {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid #d8e1e5;
  }

  .ux-feature__collaboration-text {
    padding-left: 0;
  }

}


/* =========================================================
   スマートフォン
========================================================= */

@media screen and (max-width: 767px) {

  .ux-feature {
    padding: 55px 0 60px;
  }

  .ux-feature > .l-section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }


  /* 見出し */

  .ux-feature__heading {
    margin-bottom: 28px;
  }

  .ux-feature__label {
    gap: 12px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .ux-feature__label::before,
  .ux-feature__label::after {
    width: 40px;
  }

  .ux-feature__title-main {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.55;
  }

  .ux-feature__title-partner {
    font-size: 22px;
    line-height: 1.55;
  }

  .ux-feature__title-partner strong {
    display: inline;
  }

  .ux-feature__title-cross {
    margin: 0 5px;
  }


  /* 共同開発エリア */

  .ux-feature__collaboration {
    gap: 20px;
    margin-bottom: 16px;
    padding: 24px 18px;
    border-radius: 6px;
  }

  .ux-feature__logos {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 20px;
  }

  .ux-feature__logo-wrap {
    height: auto;
    min-height: 52px;
  }

  .ux-feature__logo--dhw {
    max-width: 210px;
    max-height: 55px;
  }

  .ux-feature__logo--gp {
    max-width: 180px;
    max-height: 46px;
  }

  .ux-feature__cross {
    font-size: 30px;
  }

  .ux-feature__logo-label {
    min-width: 190px;
    margin-top: 7px;
    font-size: 11px;
  }

  .ux-feature__collaboration-lead {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.75;
  }

  .ux-feature__collaboration-desc {
    font-size: 13px;
    line-height: 1.85;
  }


  /* 特徴カード */

  .ux-feature__cards {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .ux-feature__card {
    padding: 20px;
    border-radius: 6px;
  }

  .ux-feature__card-heading {
    min-height: 0;
    margin-bottom: 13px;
  }

  .ux-feature__number {
    flex-basis: 55px;
    width: 55px;
    height: 55px;
  }

  .ux-feature__number-label {
    font-size: 9px;
  }

  .ux-feature__number-value {
    font-size: 18px;
  }

  .ux-feature__card-title {
    font-size: 16px;
    line-height: 1.55;
  }

  .ux-feature__card-text {
    font-size: 13px;
    line-height: 1.8;
  }

}

  .ux-feature__logos > .ux-feature__cross {
    display: block;
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }

}

/* =========================================================
   小さいスマートフォン
========================================================= */

@media screen and (max-width: 390px) {

  .ux-feature > .l-section__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ux-feature__title-main {
    font-size: 19px;
  }

  .ux-feature__title-partner {
    font-size: 20px;
  }

  .ux-feature__collaboration {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ux-feature__logo--dhw {
    max-width: 190px;
  }

  .ux-feature__logo--gp {
    max-width: 165px;
  }

  .ux-feature__card {
    padding: 18px 16px;
  }

  .ux-feature__card-heading {
    gap: 12px;
  }

  .ux-feature__number {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  .ux-feature__card-title {
    font-size: 15px;
  }

}

/* =========================================================
   講座の特徴 見出しアニメーション
========================================================= */

.ux-feature__title-main,
.ux-feature__title-partner,
.ux-feature__title-partner strong,
.ux-feature__title-cross {
  will-change: opacity, transform;
}

/* 初期状態 */
.ux-feature__heading:not(.is-visible) .ux-feature__title-main {
  opacity: 0;
  transform: translateY(18px);
}

.ux-feature__heading:not(.is-visible) .ux-feature__title-partner {
  opacity: 0;
}

.ux-feature__heading:not(.is-visible)
.ux-feature__title-partner strong:first-of-type {
  opacity: 0;
  transform: translateX(-24px);
}

.ux-feature__heading:not(.is-visible)
.ux-feature__title-goodpatch {
  opacity: 0;
  transform: translateX(24px);
}

.ux-feature__heading:not(.is-visible) .ux-feature__title-cross {
  opacity: 0;
  transform: scale(0.4) rotate(-12deg);
}

/* 表示時 */
.ux-feature__heading.is-visible .ux-feature__title-main {
  animation: uxTitleFadeUp 0.7s ease-out both;
}

.ux-feature__heading.is-visible .ux-feature__title-partner {
  animation: uxTitleFade 0.4s ease-out 0.35s both;
}

.ux-feature__heading.is-visible
.ux-feature__title-partner strong:first-of-type {
  display: inline-block;
  animation: uxTitleSlideLeft 0.65s ease-out 0.45s both;
}

.ux-feature__heading.is-visible
.ux-feature__title-goodpatch {
  display: inline-block;
  animation: uxTitleSlideRight 0.65s ease-out 0.45s both;
}

.ux-feature__heading.is-visible .ux-feature__title-cross {
  animation: uxTitleCross 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.72s both;
}

@keyframes uxTitleFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes uxTitleFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uxTitleSlideLeft {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uxTitleSlideRight {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes uxTitleCross {
  from {
    opacity: 0;
    transform: scale(0.4) rotate(-12deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

/* 動きを減らす設定への配慮 */
@media (prefers-reduced-motion: reduce) {

  .ux-feature__heading *,
  .ux-feature__heading.is-visible * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

}

/* =========================================================
   H1監修タグ
========================================================= */

.course-detail_ttl_supervisor{
    display: inline-flex;
    align-items: center;
    gap: 12px;

    border-left: 4px solid #2D7FF9;
    padding-left: 16px;
    margin-bottom: 28px;
}

.course-detail_ttl_supervisor_logo{
    height: 40px;
    width: auto;
    display: block;
}

.course-detail_ttl_supervisor_text{
    font-size: 22px;
    font-weight: 700;
    color: #2D7FF9;
    letter-spacing: .08em;
    line-height: 1;
}









