@charset "UTF-8";

@media (max-width:768px){
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

.only-sp {
  display: none;
}

@media screen and (min-width: 769px) {
    .main-article__contents {
        margin: 60px auto 0;
        padding-bottom: 60px !important;
        width: 1160px;
    }
}

@media screen and (min-width: 769px) {
    .main-article__contents--inner {
        padding: 0 50px 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .main-article__contents--inner {
        margin: 0 auto;
        max-width: 1260px;
        padding: 0 20px 50px !important;
        width: 100%;
    }
}

/* coach.prpとは */

.hero {
  padding: 50px 0;
}

.hero__inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.hero__left {
  flex: 1;
  min-width: 0;
  margin-top: 30px;
}

.hero__title-img {
  display: block;
  width: auto;
  margin-bottom: 15px;
  width: 230px;
}

.hero__heading {
  margin-bottom: 40px;
}

.hero__heading-sub {
  display: block;
  font-size: 31px;
  font-weight: bold;
  color: #002060;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.hero__heading-main {
  display: block;
  font-size: 35px;
  font-weight: bold;
  color: #002060;
  line-height: 1.15;
  letter-spacing: 0.09em;
}

.hero__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hero__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__list-item::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url('/content/dam/nttcom/hq/jp/business/services/coach-pro/img/icon-check.png') no-repeat center / contain;
  flex-shrink: 0;
}

.hero__check-img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}

.hero__list-text {
  font-size: 18px;
  font-weight: bold;
  color: #002060;
  text-decoration: underline;
  text-decoration-color: #ffef7f;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}

.hero__right {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  align-items: flex-end;
}


@media (max-width: 768px) {
  .hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .hero__left {
    display: contents;
  }

  .hero__title-img {
    order: 1;
    margin-bottom: 8px;
  }

  .hero__heading {
    order: 2;
    margin-bottom: 25px;
  }

  .hero__heading-sub {
    font-size: 24px;
  }

  .hero__heading-main {
    font-size: 28px;
    letter-spacing: 0.08em;
  }

  .hero__right {
    order: 3;
    justify-content: center;
    margin-bottom: 24px;
  }

  .hero__list {
    order: 4;
 
  }

  .hero__list-item {
    align-items: flex-start;
  }

  .hero__list-text {
    word-break: break-word;
  }

  .hero__right-img {
    width: 85%;
  }

}

.youtube iframe {
    width: 800px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin: 50px auto 70px;
}

@media screen and (max-width: 768px) {
    .youtube iframe {
        width: 95%;
    }
}

/* ユースケース */

.uc-section {
  padding: 40px 0;
}

.uc-section--last {
  padding-bottom: 80px;
}

.uc-section__outer {
  max-width: 1060px;
  margin: 0 auto;
}

.uc-section__h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 40px;
  display: flex;
  align-items: center;
}

.uc-section__h4-icon {
  margin-right: 8px;
  vertical-align: middle;
}

.uc-section__inner {
  margin: 0 40px;
}

.uc-titlebar {
  display: flex;
  align-items: center;
  background-color: #002060;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.uc-titlebar__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eef8ff;
  border-radius: 8px;
  padding: 5px 10px;
  margin-right: 18px;
  font-size: 20px;
  font-weight: 400;
  color: #002060;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.3;
}

.uc-titlebar__badge strong {
  font-weight: 900;
}

.uc-titlebar__heading {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0;
}

.uc-section__bg {
  background-color: #f5f8fa;
  padding: 0 40px 40px;
  position: relative;
  margin-top: -1px;
  z-index: 0;
}

.uc-section__arrow {
  display: flex;
  justify-content: center;
  padding: 0 0 24px;
  margin-top: -1px;
}

.uc-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 286px);
  gap: 20px;
}

.uc-section__sp-arrow {
  display: none;
}

.uc-card--intro {
  width: 286px;
  height: 244px;
  background-color: #002060;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 28px;
  position: relative;
  color: #fff;
  z-index: 3;
}

.uc-card--intro .uc-card__icon {
  margin-bottom: 14px;
}

.uc-card--intro .uc-card__text {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
}

.uc-card__arrow-right {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 33px solid #002060;
  z-index: 2;
}

.uc-card {
  width: 286px;
  height: 244px;
  border: 2px solid #002060;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.uc-card__num {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
}

.uc-card__illust {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 0;
}

.uc-card__illust img {
  object-fit: contain;
}

.uc-card__illust-placeholder {
  width: 100px;
  height: 90px;
  background: #d0dcf0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #002060;
  opacity: 0.6;
}

.uc-card__desc {
  background-color: #e6efff;
  margin: 8px;
  padding: 12px 10px 8px;
  border-radius: 12px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #002060;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 61px;
}

/* マニュアル */

.uc-section--manual {
  padding: 20px 0 70px;
}

.uc-section__bg--manual {
  padding-top: 40px;
}

.uc-card__header {
  padding: 18px 18px 0;
}

.uc-card__title {
  font-size: 20px;
  font-weight: bold;
  color: #002060;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

.uc-card__title--last {
  padding-left: 20px;
}

.uc-card--titled .uc-card__num {
  position: absolute;
  top: 18px;
  left: 18px;
}

.uc-card--titled {
  justify-content: space-between;
}

.uc-card--titled .uc-card__illust {
  padding-top: 8px;
}

.uc-section--manual .uc-card__illust img {
  max-height: 105px;
}

@media (max-width: 768px) {
  .uc-section__inner {
    margin: 0;
  }

  .uc-titlebar {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .uc-titlebar__badge {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .uc-titlebar__heading {
    line-height: 1.4;
  }

  .uc-section__bg {
    padding: 0 20px 20px;
  }

  .uc-section__bg--manual {
    padding-top: 25px;
  }

  .uc-section__grid {
    grid-template-columns: 286px;
    justify-content: center;
  }

  .uc-card__arrow-right {
      right: auto;
      top: auto;
      left: 50%;
      bottom: -28px;
      transform: translateX(-50%) rotate(90deg);
  }

}

/* コメント声 */

.voice {
  max-width: 980px;
  margin: 40px auto 70px auto;
  background-color: var(--voice-bg);
  border-radius: 20px;
  padding: 40px;
}

.voice--blue {
  --voice-bg: #f2f7fd;
  --voice-accent: #002060;
  --voice-accent-sub: rgba(0, 32, 96, 0.2);
  --voice-role-color: #002060;
  --voice-name-color: #002060;
  --voice-divider: #b8c8e8;
}

.voice--green {
  --voice-bg: #f0faf1;
  --voice-accent: #366000;
  --voice-accent-sub: rgba(54, 96, 0, 0.2);
  --voice-role-color: #366000;
  --voice-name-color: #366000;
  --voice-divider: #c8dfc5; 
  margin-bottom: 0;
}

.voice__item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.voice__photo {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.voice__body {
  flex: 1;
  min-width: 0;
}

.voice__header {
  border-left: 4px solid var(--voice-accent);
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}

.voice__header::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--voice-accent-sub);
}

.voice__role {
  font-size: 18px;
  font-weight: bold;
  color: var(--voice-role-color);
  line-height: 1;
  margin-bottom: 10px;
  padding-top: 3px;
}

.voice__name {
  font-size: 20px;
  font-weight: bold;
  color: var(--voice-name-color);
  line-height: 1;
}

.voice__text {
  font-size: 15px;
  line-height: 1.7;
}

.voice__divider {
  border: none;
  border-top: 1px solid var(--voice-divider);
  margin: 32px 0;
}

@media (max-width: 768px) {
  .voice {
    padding: 25px;
  }

  .voice__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .voice__body {
    width: 100%;
  }
}

/* ダウンロード */

.manual {
  padding: 40px 0 0 0;
  text-align: center;
}

.manual__image {
  margin-bottom: 15px;
}

.manual figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4;
}

.manual__file {
  display: inline-flex;
  align-items: center;
}

.manual__file::after {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  background: url(/content/dam/nttcom/hq/jp/business/services/coach-pro/img/blank_icon.png) no-repeat center / contain;
  margin-left: 4px;
}

.manual a:hover span {
	color: #CC023A;
}


/* 資料請求　*/

.note {
  font-size: 14px;
  padding-top: 10px;
}


/* FAQ */

.bl_case {
    border: 1px solid #4693d3;
    border-radius: 30px;
    position: relative;
}

.case_txt_t {
    background: url(/content/dam/nttcom/hq/jp/business/services/coach-pro/img/faq_q.png) no-repeat left center;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    color: #002060;
}

.case_txt_c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_txt_c::before, .case_txt_c::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #4693d3;
}

.case_txt_b {
    background: url(/content/dam/nttcom/hq/jp/business/services/coach-pro/img/faq_a.png) no-repeat right center;
    padding-right: 90px;
    color: #002060;
}

.case_txt_b a {
  color: #002060;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .bl_case {
        margin-top: 30px;
        padding: 30px;
    }

    .case_txt_t {
        min-height: 50px;
        padding-top: 12px;
    }

    .case_txt_c {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .case_txt_b {
        min-height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .bl_case {
		margin-top: 6vw;
		padding: 6vw;
		font-size: 14px;
	}

	.case_txt_c {
		font-size: 18px;
		margin-top: 15px; margin-bottom: 15px;
	}

	.case_txt_t {
		background-size: 40px auto;
		padding-left: 56px;
		min-height: 63px;
    font-size: 17px;
	}
	
	.case_txt_b {
		padding-right: 55px;
		min-height: 63px;
	}
}