@charset "UTF-8";
.ec-tvtel__Inner {
  padding: 0 20px;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #000000;
  border-bottom: 0;
  margin: 20px auto 20px;
}

/* line button */
.ec-tvtellLine-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;;
  height: 55px;
  margin: 20px auto 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 100px;
  border: 2px solid #03071f;
  background-color: #000;
}
.ec-tvtellLine-btn::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../img/tvtell/line_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ec-tvtellLine-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 9px;
  height: 12px;
  background-image: url(../img/common/btn_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
/* ------------------------------------------------
/* メインビジュアル START
/* ------------------------------------------------ */
.mfp-iframe-scaler.mv-youtube-short {
  position: relative;
  margin: 0 auto;
  overflow: inherit;
  aspect-ratio: 9 / 16;
  width: 80%;
  height: 80%;
  max-width: 367.762px;
}
.ec-tvtellMvRole {
  position: relative;
  padding-top: 100px;
}
.ec-tvtellMvRole__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  z-index: 0;
}
.ec-tvtellMvRole__title {
  position: relative;
  z-index: 1;
}
.ec-tvtellMvRole__img {
  position: relative;
  z-index: 2;
  /* 画像上部の余白を調整 */
  margin: 40px auto 0;
  max-width: 340px;
}
.ec-tvtellMvRole__img img {
  background-color: #fff;
  border-radius: 5px;
}
.ec-tvtellMvRole__img-caption {
  display: grid;
  grid-template-columns: max-content 12px;
  align-items: center;
  column-gap: 3px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  margin-top: 10px;
}
.ec-tvtellMvRole__img-caption::after {
  content: "";
  width: 12px;
  height: 22px;
  background: url(../img/tvtell/icon-up.webp) no-repeat center center / contain;
}
.ec-tvtellMvRole__line {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 55px;
}
.ec-tvtellMvRole__line .ec-tvtellLine-btn {
  margin: 30px auto 0;
}
.ec-tvtellMvRole__line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* ------------------------------------------------
/* メインビジュアル STOP
/* ------------------------------------------------ */

/* ------------------------------------------------
/* こんなお悩みありませんか？ START
/* ------------------------------------------------ */
.ec-tvtellIntroRole {
  padding: 40px 0 30px;
  background: url(../img/tvtell/intro_bg.svg) left top/15px;
}
.ec-tvtellIntroRole__img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-tvtellIntroRole__img-item:first-of-type {
  width: 250px;
  position: relative;
  left: -20px;
  margin: 0 auto 20px;
}
.ec-tvtellIntroRole__img-item:nth-of-type(2) {
  width: 120px;
  margin-right: 25px;
}
.ec-tvtellIntroRole__img-item:nth-of-type(3) {
  width: 120px;
  margin-left: 25px;
}
.ec-tvtellIntroRole .triangle {
  margin-bottom: 15px;
}
.ec-tvtellIntroRole__line-text {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.ec-tvtellIntroRole__line-bottom {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.ec-tvtellIntroRole .ec-tvtellLine-btn {
  margin-top: 15px;
}
/* ------------------------------------------------
/* こんなお悩みありませんか？ STOP
/* ------------------------------------------------ */

/* ------------------------------------------------
/* 簡単4ステップ START
/* ------------------------------------------------ */
.ec-tvtellStepRole {
  padding: 40px 0 30px;
  background-color: #EAE7FB;
}
.ec-tvtellStepRole__title {
  margin: 0 auto 20px;
  width: 90%;
}
.ec-tvtellStepRole .triangle {
  margin: 15px auto 10px;
}
.ec-tvtellStepRole__img-item:first-of-type {
  position: relative;
}
.ec-tvtellStepRole__img-item:first-of-type .ec-tvtellLine-btn {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.ec-tvtellStepRole__button-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.ec-tvtellLine-btn__line,
.ec-tvtellLine-btn__catalog {
  max-width: 150px;
  width: 100%;
  display: grid;
  column-gap: 5px;
  align-items: center;
  height: 50px;
  border-radius: 100px;
  border: 2px solid #03071f;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  justify-content: center;
}
.ec-tvtellLine-btn__line {
  grid-template-columns: 20px auto;
}
.ec-tvtellLine-btn__line::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/tvtell/line_icon.png) no-repeat center center / contain;
}
.ec-tvtellLine-btn__catalog {
  grid-template-columns: 20px auto;
}
.ec-tvtellLine-btn__catalog::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/tvtell/icon-book.webp) no-repeat center center / contain;
}


/* ------------------------------------------------
/* 簡単4ステップ STOP
/* ------------------------------------------------ */

/* ------------------------------------------------
/* MOVIE1 START
/* ------------------------------------------------ */
.ec-tvtellMovieRole {
  padding: 40px 0 50px;
}
#movie01_img.ec-tvtellMovieRole__wrapper {
  position: relative;
}
#movie01_img.ec-tvtellMovieRole__wrapper img {
  position: relative;
  z-index: 1;
}
#movie01_img.ec-tvtellMovieRole__wrapper img.ec-tvtellMovieRole__icon,
#movie02_img.ec-tvtellMovieRole__wrapper img.ec-tvtellMovieRole__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-size: contain;
  transform: translate(-50%, -50%);
}
#movie01_img.ec-tvtellMovieRole__wrapper::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/tvtell/movie01_bg_left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
#movie01_img.ec-tvtellMovieRole__wrapper::after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/tvtell/movie01_bg_right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.ec-tvtellMovieRole__heading {
  width: 300px;
  margin: 0 auto 25px;
  display: block;
}

/* ------------------------------------------------
/* MOVIE1 STOP
/* ------------------------------------------------ */

/* ------------------------------------------------
/* よくあるご質問 START
/* ------------------------------------------------ */
.ec-tvtellFaqRole {
  padding: 50px 0 50px;
  background: url(../img/tvtell/faq_bg.svg) left top/15px;
}
.ec-tvtellFaqRole__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
/* タイトル */
.ec-tvtellFaqRole__title {
  position: static;
  top: -15px;
  width: 100%;
  z-index: 10;
}
.ec-tvtellFaqRole__title-text img {
  width: 200px;
  margin: 0 auto;
}
.ec-tvtellFaqRole__title-text {
  text-align: center;
}
.ec-tvtellFaqRole__title-text small {
  display: block;
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
}
.ec-tvtellFaqRole__title-text span {
  font-family: oswald;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}
.ec-tvtellFaqRole__title-text::before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
/* アイコン */
.ec-tvtellFaqRole__item > img {
  width: 85px;
}
.ec-tvtellFaqRole__item-bubble {
  width: calc(100% - 90px);
  position: relative;
}
.ec-tvtellFaqRole__item-bubble p {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 1.07rem;
  line-height: 1.5;
  letter-spacing: .03em;
  width: 90%;
}
/* ANSWER */
.ec-tvtellFaqRole__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ec-tvtellFaqRole__item:nth-of-type(even) .ec-tvtellFaqRole__item-bubble p {
  left: unset;
  right: 20px;
  width: 90%;
}
/* line btn */
.ec-tvtellFaqRole__line {
  margin-top: 30px;
}

/* ------------------------------------------------
/* よくあるご質問 STOP
/* ------------------------------------------------ */

/* ------------------------------------------------
/* スタッフ紹介 START
/* ------------------------------------------------ */
/* タイトル */
.ec-tvtellStaffRole {
  padding: 40px 0 50px;
}
.ec-tvtellStaffRole__title {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  z-index: 10;
}
.ec-tvtellStaffRole__title-text {
  text-align: center;
}
.ec-tvtellStaffRole__title-text small {
  display: block;
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
}
.ec-tvtellStaffRole__title-text span {
  font-family: oswald;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}
.ec-tvtellStaffRole__title-text::before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ec-tvtellStaffRole__main-img {
  display: block;
  width: 270px;
  margin: 20px auto 0;
}
.ec-tvtellStaffRole__item {
  padding: 30px 15px 20px;
  margin-bottom: 20px;
  background-color: #EAE7FB;
}
.ec-tvtellStaffRole__item-img {
  width: 240px;
  margin: 0 auto;
}
.ec-tvtellStaffRole__item-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ec-tvtellStaffRole__item-name small {
  display: block    display: block;
  line-height: 1;
  color: #000;
  font-family: montserrat;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.ec-tvtellStaffRole__item-name strong {
  display: block;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.ec-tvtellStaffRole__sns {
  display: flex;
  justify-content: flex-start;
}
.ec-tvtellStaffRole__sns-icon {
  display: block;
  width: 30px;
  margin: 0 5px;
}
.ec-tvtellStaffRole__item-position {
  font-size: 1.1rem;
  font-weight: 700;
}
.ec-tvtellStaffRole__item-skills {
  margin: 15px 0 10px;
  /* font-size: 1.3rem; */
  font-size: 1.14rem;
  line-height: 1.7;
}
.ec-tvtellStaffRole__item-skill {
  font-weight: 700;
  letter-spacing: .02em;
}
.ec-tvtellStaffRole__item-text {
  font-size: 1.14rem;
  /* font-size: 1.3rem; */
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: .02em;
}
.ec-tvtellStaffRole__btn {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  width: 14px;
  height: 14px;
}
.ec-tvtellStaffRole__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transform-origin: center;
  transform: translate(-50%,-50%);
}
.ec-tvtellStaffRole__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  transform-origin: center;
  transform: translate(-50%,-50%) rotate(90deg);
}
.ec-tvtellStaffRole__btn.open::after {
  display: none;
}
.ec-tvtellStaffRole__item-detail {
  padding-bottom: 10px;
}
.ec-tvtellStaffRole__line {
  margin-top: 50px;
}

/* ------------------------------------------------
/* スタッフ紹介 STOP
/* ------------------------------------------------ */

/* ------------------------------------------------
/* MOVIE2 START
/* ------------------------------------------------ */
.ec-tvtellMovieRole.ec-tvtellMovieRole-2 {
  padding: 0 0 50px;
  background-color: #FCE1E7;
}
.ec-tvtellMovieRole.ec-tvtellMovieRole-2 .ec-tvtellMovieRole__heading {
  position: relative;
  top: -20px;
  margin: 0 auto;
}
#movie02_img.ec-tvtellMovieRole__wrapper,
#movie02_img.ec-tvtellMovieRole__wrapper a {
  position: relative;
}
#movie02_img.ec-tvtellMovieRole__wrapper a {
  display: block;
}
#movie02_img.ec-tvtellMovieRole__wrapper img {
  position: relative;
  z-index: 1;
}
#movie02_img.ec-tvtellMovieRole__wrapper::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/tvtell/movie02_bg_left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
#movie02_img.ec-tvtellMovieRole__wrapper::after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/tvtell/movie02_bg_right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.ec-tvtellMobieRole__line-btn {
  display: block;
  margin-top: 40px;
  margin-bottom: 50px;
}
/* ------------------------------------------------
/* MOVIE2 STOP
/* ------------------------------------------------ */
