@charset "UTF-8";

/* =============================================
フォント（白銀比）
★PC
0.707em (12.73px)
1em (18.00px)
1.414em (25.45px)
1.999em (35.99px)
2.827em (50.89px)

★SP
0.707em (11.32px)
1em (16.00px)
1.414em (22.62px)
1.999em (31.99px)
2.827em (45.23px)

============================================= */
/* =============================================
共通
============================================= */
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  scroll-padding-top: 97px;
  -ms-scroll-padding-top: 97px;
}

/* =============================================
文字装飾 共通
============================================= */
/* 文字色 ピンク */
.pink {
  color: #d82980;
}

/*　マーカー黄色 */
.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*　マーカーピンク */
.marker_pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffb8ff));
  background: -webkit-linear-gradient(transparent 60%, #ffb8ff 60%);
  background: linear-gradient(transparent 60%, #ffb8ff 60%);
}

/*　マーカー水色 */
.marker_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #66ccff));
  background: -webkit-linear-gradient(transparent 60%, #66ccff 60%);
  background: linear-gradient(transparent 60%, #66ccff 60%);
}

strong {
  font-weight: 900;
}

/* =============================================
SP/pcだけ改行
============================================= */
.sp-br {
  display: block;
}

.pc-br {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }

  .pc-br {
    display: block;
  }
}

/* =============================================
るび 共通
============================================= */
[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  /*  top: -10px;*/
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.1em;
  letter-spacing: 0.5em;
  text-align: center;
  font-weight: 500;
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .monitor-name [data-ruby]::before {
    font-size: 0.3em;
  }
}

/* =============================================
外枠
============================================= */
.wrapper {
  width: 100%;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.5px;
  color: #344845;
}

@media screen and (min-width: 768px) {
  .wrapper {
    font-size: 18px;
  }
}

/* =============================================
メインビジュアル（ファーストビュー）
============================================= */
/* index以外 ------*/
.mainvisual-wrap {
  background: #8fd7dd;
}

@media screen and (min-width: 768px) {
  .mainvisual-wrap {
    background: -webkit-gradient(linear, left top, right top, from(#8fd7dd), color-stop(54%, #8fd7dd), color-stop(54%, #4ebac2), to(#4ebac2));
    background: -webkit-linear-gradient(left, #8fd7dd 0%, #8fd7dd 54%, #4ebac2 54%, #4ebac2 100%);
    background: linear-gradient(90deg, #8fd7dd 0%, #8fd7dd 54%, #4ebac2 54%, #4ebac2 100%);
    padding: 20px 0 0;
  }
}

.mainvisual {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mainvisual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    max-width: 1366px;
    width: 97.07%;
    margin: 0 auto;
  }
}

/* インタビュー　========================= */
.mainvisual-interview {
  width: 89.33%;
  background: #FFFFFF;
  padding: 30px 20px;
  position: relative;
  top: -20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mainvisual-interview {
    /*
    width: 61.79%;
    top: 0;
    padding: 30px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
*/
  }
}

/* 左上の星アイコン */
.icon-star {
  width: 30%;
  max-width: 172px;
  position: absolute;
  top: 0;
  left: 0;
}

/* モニター情報 */
.monitor-information {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

/* モニターアイコン　*/
.monitor-information-icon-wrap {
  width: 35%;
  min-width: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.monitor-information-icon {
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.monitor-information-icon img {
  max-width: none;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 5px;
  /*  left: -5px;*/
  flex-shrink: 0;
}

.monitor-information-txt {
  width: 65%;
  text-align: left;
  padding: 0 0 0 0;
}

.monitor-information-txt dt {
  font-size: 0.707em;
  letter-spacing: 0.5px;
}

/* モニター名 */
.monitor-name {
  font-weight: 900;
  line-height: normal;
}

.monitor-name span {
  font-size: 1.414em;
}

/* モニター属性 */
.monitor-attributes {
  letter-spacing: 0;
  line-height: normal;
}

.interview-overview-title {
  font-weight: 900;
  /*  font-size: 1.414em;*/
  line-height: normal;
  padding: 20px 0 0;
}

.interview-overview-text {
  padding: 20px 0 0;
}

.interview-overview-use {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  padding: 10px 0 0;
}

.interview-overview-use>dt {
  width: 100%;
  font-size: 0.707em;
  padding: 3px 0;
  text-align: center;
  background: #eeeeee;
}

.interview-overview-use>dd {
  width: 100%;
  padding: 3px 0 10px;
  /*  font-size: 0.707em;*/
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .mainvisual-interview {
    width: 59.96%;
    top: 0;
    padding: 60px 80px;
    box-sizing: border-box;
    box-shadow: 4px -4px 3px 0px rgba(52, 67, 67, .3);
  }

  .interview-overview-title {
    font-size: 1.999em;
  }

  .monitor-information-icon {
    width: 160px;
    height: 160px;
  }

  .monitor-information-icon img {
    width: 180px;
    height: 180px;
    top: 5px;
    left: -10px;
  }

  .monitor-information-txt {
    padding: 0 0 0 0;
  }

  .monitor-information-txt dt {
    font-size: 1em;
  }

  /* モニター名 */
  .monitor-name {
    font-size: 1.414em;
  }

  .monitor-name span {
    font-size: 1.999em;
  }

  .interview-overview-text {
    padding: 40px 0 0;
    letter-spacing: 1px;
  }

  .interview-overview-use {}

  .interview-overview-use>dt {
    width: 30%;
    font-weight: 700;
    font-size: 1em;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .interview-overview-use>dd {
    width: 70%;
    padding: 0 0 0 20px;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
  }

  /* 吹き出し用トライアングル */
  .fukidashi-triangle {
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
    border-left: 50px solid #FFFFFF;
    position: absolute;
    top: 200px;
    right: -20px;
    margin: auto;
  }
}

/* コンテンツタイトル　========================= */
.mainvisual-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  background: #4ebac2;
  padding: 20px 0 50px 20px;
}

@media screen and (min-width: 768px) {
  .mainvisual-title {
    width: 38.21%;
    display: block;
    padding: 0 0 0 70px;
  }
}

/* タイトル大枠  */
.mainvisual-title-text {
  width: 60%;
}

/* ロゴ */
.content-logo {
  width: 130px;
}

/* タイトル  */
.content-title {
  font-size: 1.999em;
  font-weight: 900;
  color: #FFFFFF;
  /*  text-shadow: 3px 2px 0px #245555;*/
  line-height: 1.2;
  /*  letter-spacing: -2.8px;*/
  padding: 10px 0 0;
}

.content-title span {
  color: #ffe400;
  display: block;
}

/* サブタイトル　*/
.content-sub-title {
  color: #FFFFFF;
  /*  font-weight: 700;*/
  line-height: 1.2;
  /*  text-shadow: 2px 1px 0px #162929;*/
  padding: 10px 0 0;
}

.content-sub-title span {
  color: #ffe400;
  /*  display: block;*/
}

.mainvisual-title-image {
  width: 38%;
  overflow: hidden;
}

.mainvisual-title-image img {
  /*  width: 107px;*/
  max-width: none;
}

@media screen and (min-width: 768px) {
  .content-logo {
    width: 206px;
    padding: 30px 0 0;
  }

  .mainvisual-title-text {
    width: 100%;
    padding: 30px 0 0;
  }

  .content-title {
    font-size: 2.827em;
    padding: 30px 0 0;
  }

  .content-sub-title {
    font-size: 1.414em;
    /*    padding: 30px 0 0;*/
  }

  .mainvisual-title-image {
    width: 100%;
    padding: 30px 0 0;
  }
}

/* =============================================
  ここから個別記事用style
============================================= */
/* =============================================
インタビュー
============================================= */
.interview-wrap {
  background: -webkit-gradient(linear, left top, right top, from(#e3f6f8), color-stop(50%, #e3f6f8), color-stop(50%, #fafafa), to(#fafafa));
  background: -webkit-linear-gradient(left, #e3f6f8 0%, #e3f6f8 50%, #fafafa 50%, #fafafa 100%);
  background: linear-gradient(90deg, #e3f6f8 0%, #e3f6f8 50%, #fafafa 50%, #fafafa 100%);
}

/* タイトル */
.title-interview {
  background: #FFFFFF;
  width: 100%;
}

.title-interview-text {
  font-size: 1.414em;
  font-weight: 900;
  width: 89.33%;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.title-interview-text span {
  font-size: 16px;
  display: block;
}

/* 星 */
.title-interview-star {
  width: 130px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

/* インタビューエリア */
.interview {
  width: 89.33%;
  margin: 0 auto;
  padding: 30px 0;
}

.interview-title {
  background: #FFFFFF;
  margin: 0 auto;
  padding: 1em;
  font-weight: 900;
  font-size: 1.414em;
  line-height: normal;
  margin-bottom: 1em;
}

.interview-sub-title {
  background: #4eaab1;
  margin: 0 auto;
  padding: 1em;
  color: #FFFFFF;
  line-height: normal;
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .title-interview-text {
    width: 730px;
    font-size: 2.827em;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
    font-weight: 900;
    padding: 70px 0;
    position: relative;
  }

  .title-interview-star {
    width: 259px;
    left: -100px;
  }

  .interview {
    width: 730px;
    margin: 0 auto;
    padding: 70px 0;
  }

  .interview-title {
    font-size: 1.999em;
  }

  .interview-sub-title {
    font-size: 1.414em;
  }
}

/* 吹き出し */
.balloon_l,
.balloon_r {
  margin: 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.balloon_r {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

/* 顔アイコン */
.faceicon-wrapper {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
*/
}

.faceicon {
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.balloon_r .faceicon {}

.faceicon img {
  max-width: none;
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  flex-shrink: 0;
}

.faceicon-name {
  font-size: 0.707em;
  line-height: 1.2;
  text-align: center;
  padding: 2px 0 0;
}

.faceicon-name [data-ruby] {
  display: inline-block;
  margin: 10px 0 0;
}

.faceicon-name [data-ruby]::before {
  top: -5px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .faceicon {
    width: 80px;
    height: 80px;
  }

  .faceicon img {
    width: 100px;
    display: block;
    position: absolute;
    left: -10px;
  }
}

.balloon_r .faceicon,
.balloon_r .faceicon-name {
  margin-left: 15px;
}

.balloon_l .faceicon,
.balloon_l .faceicon-name {
  margin-right: 15px;
}

.balloon_r .faceicon-wrapper {
  -webkit-box-ordinal-group: 3 !important;
  order: 2 !important;
}

.says {
  max-width: 450px;
  min-width: 270px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 1em;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 3px 2px 2px 0px rgba(52, 67, 67, .1);
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  border: 1px solid #ced8d7;
}

@media screen and (min-width: 768px) {
  .says {
    line-height: 1.75;
    padding: 20px;
  }
}

.balloon_r .says {
  border: 1px solid #4EAAB1;
}

.says p {
  margin: 1em 0 0 !important;
}

.says p:first-child {
  margin-top: 0 !important;
}

.says:after {
  /*
  content: "";
  position: absolute;
  border: 10px solid transparent;
*/
  /*   margin-top:-3px;  */
}

.balloon_l .says:after, .balloon_l .says:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.balloon_r .says:after, .balloon_r .says:before {
  left: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.balloon_l .says:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFFFFF;
  border-width: 10px;
  margin-top: -10px;
}

.balloon_l .says:before {
  border-color: rgba(207, 207, 207, 0);
  border-right-color: #cfcfcf;
  border-width: 11px;
  margin-top: -11px;
}

.balloon_r .says:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #FFFFFF;
  border-width: 10px;
  margin-top: -10px;
}

.balloon_r .says:before {
  border-color: rgba(207, 207, 207, 0);
  border-left-color: #4EAAB1;
  border-width: 11px;
  margin-top: -11px;
}

/* =============================================
個別記事内記事一覧
============================================= */
.interview-list-wrap {
  background: #4ebac2;
  padding: 0 0 60px;
}

/* タイトル */
.interview-list-title {
  font-size: 1.414em;
  font-weight: 700;
  color: #FFFFFF;
  width: 89.33%;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

.interview-list-title span {
  font-size: 0.618em;
  display: block;
}

@media screen and (min-width: 768px) {
  .interview-list-wrap {
    padding: 30px 0 90px;
  }

  .interview-list-title {
    font-size: 1.999em;
  }

  .interview-list-title span {}
}

.interview-list {
  background: #FFFFFF;
  position: relative;
  width: 89.33%;
}

.interview-list a {
  width: 100%;
  height: 100%;
  color: #475A58;
  text-decoration: none;
}

.interview-list-item {
  /*  padding: 1em;*/
}

.interview-list-item dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 2em 1.5em 1em;
  box-sizing: border-box;
  min-height: 200px;
}

.interview-list-item .img-eye-catch {
  width: 30%;
}

.interview-list-item-title {
  width: 70%;
  line-height: 1.5;
  padding-left: 10px;
}

.interview-list-item-info .post-body {
  line-height: 1.5;
  padding: 1em;
  box-sizing: border-box;
  background: #06393d;
  color: #FFFFFF;
  font-size: 0.889em;
}

/* slick */
.slick-slide {
  margin: 0 8px;
}

.slick-prev {
  left: 20px;
  z-index: 99999;
}

.slick-next {
  right: 0;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 40px;
  }

  .slick-next {
    right: 0;
  }
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
}

.slick-prev:before, .slick-next:before {
  font-size: 50px;
  color: #444444;
}

/* =============================================
CTA 新規登録
============================================= */
/* CTA前コピー */
.section-block-cta {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  background: #FFFFFF;
}

.register-copy {
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .register-copy {
    font-size: 1.414em;
  }
}

/* 新規登録ボタン（大） */
.btn-yamabuki-large {
  text-align: center;
}

.btn-yamabuki-large a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  /*  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
  line-height: 1.5;
  letter-spacing: .1em;
  text-decoration: none;
  background: #FDB647;
  padding: 16px 64px;
  border-radius: 48px;
  box-shadow: 0 4px 0 #d1830a;
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.btn-yamabuki-large a i {
  margin-right: 10px;
}

.btn-yamabuki-large a:hover {
  background: #f2a937;
  box-shadow: 0 4px 0 #d8860a;
}

.btn-yamabuki-large a:active {
  box-shadow: none;
  top: 4px;
}

@media screen and (min-width: 768px) {
  .btn-yamabuki-large a {
    padding: 16px 72px;
    font-size: 1.6rem;
  }
}

/* =============================================
Qplusから移植
 <p class="button-wrap"><a class="button-yamabuki"></a></p>
============================================= */
.button-wrap {
  text-align: center;
  padding: 2rem 0;
}

/* 山吹色のボタン */
.button-yamabuki {
  position: relative;
  display: inline-block;
  color: #ffffff !important;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  background: #fdb33e;
  border-radius: 50px;
  padding-bottom: 1.6rem !important;
  padding: 1.6rem 6rem 1.6rem 4rem;
  border-bottom: 0 !important;
  -webkit-transition: .6s !important;
  transition: .6s !important;
}

@media screen and (min-width: 769px) {
  .button-wrap {
    padding: 4rem 0;
  }

  .button-yamabuki {
    font-size: 2rem;
    padding: 1.6rem 8rem 1.6rem 6rem;
  }
}

.button-yamabuki::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/qplus/play_circle_outline-24px.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: .8rem;
}

.button-yamabuki:hover {
  color: #f8f8f2;
  letter-spacing: 2px;
  background: #ffac2a;
  opacity: 1;
}



/* =============================================
チャットでインタビューindex用style
============================================= */
/* -------------------------------------------
ページ内共通
------------------------------------------- */
.section-block {
  width: 89.33%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 30px 0;
  position: relative;
}

/* -------------------------------------------
チャットでインタビューindex用ナビゲーション
------------------------------------------- */
.chat-de-interview__local-nav {
  background: #30a9a6;
  position: fixed;
  z-index: 10000;
  width: 100%;
}

.chat-de-interview__local-nav ul {
  display: -webkit-box;
  display: flex;
}

@media screen and (min-width: 768px) {
  .chat-de-interview__local-nav ul {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.chat-de-interview__local-nav ul li {
  line-height: 1.4;
  letter-spacing: .5px;
  width: 33.333%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.chat-de-interview__local-nav ul li:last-child {
  /* width: 16%; */
}

.chat-de-interview__local-nav ul li:not(:last-child) {
  border-right: 1px solid #8fd7dd;
}

.chat-de-interview__local-nav ul li a {
  width: 100%;
  padding: 8px 6px;
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.chat-de-interview__local-nav ul li a span {}

@media screen and (min-width: 768px) {
  .chat-de-interview__local-nav ul li a {
    font-size: 1em;
    color: #FFFFFF;
    font-weight: normal;
    background: #30a9a6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .chat-de-interview__local-nav ul li a:hover {
    background: #4bbdbb;
  }

  .chat-de-interview__local-nav ul li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    margin-left: 10px;
  }

  .chat-de-interview__local-nav ul li a:hover::after {
    color: #ffe400;
  }
}

/* -------------------------------------------
  メインビジュアル
------------------------------------------- */
/* index ------*/
.mainvisual-index-wrap {
  padding: 60px 0 0;
  background: #4bbdbb;
}

.mainvisual-index {
  width: 89.33%;
  margin: 0 auto;
  letter-spacing: 1px;
  padding: 10px 0 20px;
}

.mainvisual-index .mainvisual-copy {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.mainvisual-index .mv-balloon {
  width: 130px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mainvisual-index .mv-infoq-logo {
  width: 120px;
}

.mainvisual-index .content-title {
  padding: 0 0 0 6px;
}

.mainvisual-index .content-title-text {
  display: block;
}

.mainvisual-index .content-title-svg {
  display: none;
}

.mainvisual-index .content-sub-title {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}

/* アイコン　*/
.mv-icon-man01,
.mv-icon-man02,
.mv-icon-man03,
.mv-icon-man04,
.mv-icon-man05,
.mv-icon-woman01,
.mv-icon-woman02,
.mv-icon-woman03,
.mv-icon-woman04,
.mv-icon-woman05,
.mv-icon-woman06,
.mv-icon-woman07 {
  display: none;
}

@media screen and (min-width: 768px) {
  .mainvisual-index .mainvisual-copy {
    margin: 0 auto;
    width: 700px;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .mainvisual-index .content-title {
    font-size: 3.998em;
    letter-spacing: -2.8px;
  }

  .mainvisual-index .content-title-text {
    display: none;
  }

  .mainvisual-index .mv-balloon {
    width: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .mainvisual-index .mv-infoq-logo {
    width: auto;
  }

  .mainvisual-index .content-sub-title {
    font-size: 1.414em;
  }

  /* svg ストロークアニメーション */
  .mainvisual-index .content-title-svg {
    display: block;
    padding-top: 20px;
  }

  .svg-chat-de {
    stroke: #ffffff;
    stroke-width: 1;
    fill-opacity: 0;
    -webkit-transition: fill-opacity 0.5s ease;
    transition: fill-opacity 0.5s ease;
  }

  .svg-interview {
    stroke: #ffe400;
    stroke-width: 1;
    fill-opacity: 0;
    -webkit-transition: fill-opacity 0.5s ease;
    transition: fill-opacity 0.5s ease;
  }

  .svg-strock-done .svg-chat-de {
    fill: #ffffff;
    fill-opacity: 1;
    stroke: none;
  }

  .svg-strock-done .svg-interview {
    fill: #ffe400;
    fill-opacity: 1;
    stroke: none;
  }

  .svg-strock-done {
    stroke: none;
  }
}

@media screen and (min-width: 1024px) {
  .mainvisual-index-wrap {}

  .mainvisual-index {
    position: relative;
    width: 1100px;
  }

  /* アイコン */
  .mv-icon-man01,
  .mv-icon-man02,
  .mv-icon-man03,
  .mv-icon-man04,
  .mv-icon-man05,
  .mv-icon-woman01,
  .mv-icon-woman02,
  .mv-icon-woman03,
  .mv-icon-woman04,
  .mv-icon-woman05,
  .mv-icon-woman06,
  .mv-icon-woman07 {
    display: block;
    position: absolute;
    width: 100px;
  }

  /* 青Tシャツ */
  .mv-icon-man01 {
    top: 20px;
    left: 130px;
    -webkit-animation: mv-icon-float 2s ease-in-out .5s infinite alternate;
    animation: mv-icon-float 2s ease-in-out .5s infinite alternate
  }

  /* グレースーツ  */
  .mv-icon-man02 {
    top: 50px;
    right: 0;
    -webkit-animation: mv-icon-float 1.5s ease-in-out .5s infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out .5s infinite alternate
  }

  /* 緑Tシャツ */
  .mv-icon-man03 {
    top: 300px;
    right: 140px;
    bottom: 0;
    -webkit-animation: mv-icon-float 1.5s ease-in-out infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out infinite alternate
  }

  /* ニット帽 */
  .mv-icon-man04 {
    top: 280px;
    left: 200px;
    -webkit-animation: mv-icon-float 2s ease-in-out infinite alternate;
    animation: mv-icon-float 2s ease-in-out infinite alternate
  }

  /* 紫Tシャツ */
  .mv-icon-man05 {
    top: 200px;
    left: 100px;
    -webkit-animation: mv-icon-float 1.5s ease-in-out infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out infinite alternate
  }

  /* 赤紫シャツ */
  .mv-icon-woman01 {
    top: 100px;
    -webkit-animation: mv-icon-float 1.5s ease-in-out .5s infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out .5s infinite alternate;
  }

  /* 黄緑シャツ */
  .mv-icon-woman02 {
    top: 120px;
    right: 100px;
    -webkit-animation: mv-icon-float 1.5s ease-in-out infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out infinite alternate;
  }

  /* 黄色ストライプシャツ */
  .mv-icon-woman03 {
    top: 300px;
    -webkit-animation: mv-icon-float 2s ease-in-out infinite alternate;
    animation: mv-icon-float 2s ease-in-out infinite alternate;
  }

  /* ピンクTシャツ */
  .mv-icon-woman04 {
    top: 10px;
    right: 180px;
    -webkit-animation: mv-icon-float 2s ease-in-out .5s infinite alternate;
    animation: mv-icon-float 2s ease-in-out .5s infinite alternate;
  }

  /* 深緑Tシャツ */
  .mv-icon-woman05 {
    top: 0;
    left: 240px;
    -webkit-animation: mv-icon-float 1.5s ease-in-out infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out infinite alternate;
  }

  /* 緑ストライプシャツ */
  .mv-icon-woman06 {
    top: 220px;
    right: 30px;
    -webkit-animation: mv-icon-float 1.5s ease-in-out .5s infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out .5s infinite alternate;
  }

  /* 緑シャツ */
  .mv-icon-woman07 {
    top: 360px;
    left: 100px;
    -webkit-animation: mv-icon-float 1.5s ease-in-out infinite alternate;
    animation: mv-icon-float 1.5s ease-in-out infinite alternate;
  }

  .mv-balloon {
    /*    animation: mv-icon-float 2s ease-in-out .5s infinite alternate;*/
  }

  @-webkit-keyframes mv-icon-float {
    0% {
      -webkit-transform: translate(0, 0px);
      transform: translate(0, 0px);
    }

    100% {
      -webkit-transform: translate(0, -4px);
      transform: translate(0, -4px)
    }
  }

  @keyframes mv-icon-float {
    0% {
      -webkit-transform: translate(0, 0px);
      transform: translate(0, 0px);
    }

    100% {
      -webkit-transform: translate(0, -4px);
      transform: translate(0, -4px)
    }
  }
}

/* -------------------------------------------
チャットでインタビューとは
------------------------------------------- */
.about-interview {
  background: #4bbdbb;
  line-height: 1.5;
  letter-spacing: .5px;
}

.about-interview section {
  padding-top: 1.999em;
}

@media screen and (min-width: 768px) {
  .about-interview .section-block {
    max-width: 840px;
    padding: 60px 0;
  }
}

.about-interview h1 {
  font-size: 1.414em;
  font-weight: 900;
  border: 3px solid #344845;
  color: #344845;
  padding: 8px 8px;
  text-align: center;
  background: #ffe400;
}

.about-interview h2 {
  font-size: 1em;
  color: #344845;
  border: 2px solid #344845;
  padding: 4px 8px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
  background: #ffe400;
}

@media screen and (min-width: 768px) {
  .about-interview h1 {
    font-size: 1.999em;
    border: 4px solid #344845;
  }

  .about-interview h2 {
    border: 4px solid #344845;
  }
}

/* マチオ トーク */
.machio-talk {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 0;
}

.machio-talk img {
  width: 27%;
  max-width: 178px;
}

.machio-talk .balloon-left {
  width: 73%;
  font-size: 14px;
}

.about-interview-text {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .about-interview-text {
    font-size: 1.414em;
    padding: 0 20px;
  }

  .machio-talk {
    padding: 10px 20px 16px;
  }

  .machio-talk img {
    width: 30%;
  }

  .machio-talk .balloon-left {
    width: 70%;
    font-size: 1em;
    padding: 20px;
    font-weight: 700;
  }
}

/*　参加者募集中  */
.interviewee-recruiting {
  width: 100%;
  font-weight: 700;
}

.interviewee-recruting-balloon {
  display: -webkit-box;
  display: flex;
}

.interviewee-recruting-balloon .balloon-top {
  width: 33.333%;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

.interviewee-recruting-balloon .balloon-top:not(:last-child) {
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .interviewee-recruiting {
    font-size: 1.414em;
    padding: 0 20px;
  }

  .interviewee-recruiting p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .interviewee-recruting-balloon {
    width: 90%;
    margin: 0 auto;
  }

  .interviewee-recruting-balloon .balloon-top {
    font-size: 16px;
  }
}

/* ポイントがもらえる */
.interview-reward {
  width: 100%;
}

.interview-reward-balloon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.interview-reward-balloon li {
  width: 50%;
  text-align: center;
  /*  font-size: 14px;*/
}

.interview-reward-balloon li p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.interview-reward-balloon li p .text {
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.interview-reward-balloon .number {
  display: block;
  text-align: center;
  margin-right: 8px;
}

.interview-reward-balloon .number span {
  width: 2em;
  height: 2em;
  display: inline-block;
  border: 2px solid #344845;
  background: #ffe400;
  border-radius: 50%;
  font-weight: 700;
}

.interview-reward-balloon .balloon-top {
  width: 100%;
  min-height: 80px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.interview-reward-balloon .balloon-top span {
  display: block;
  font-size: 1.999em;
}

.interview-reward-balloon li:not(:last-child) {
  margin-right: 16px;
}

.interview-reward .note {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  .interview-reward {
    font-size: 1.414em;
    padding: 0 20px;
  }

  .interview-reward-balloon {
    width: 98%;
    margin: 0 auto;
  }

  .interview-reward-balloon .balloon-top {
    width: 70%;
  }

  .interview-reward-balloon .number {
    /*    margin-right: 16px;*/
  }

  .interview-reward-balloon .number span {
    border: 4px solid #344845;
  }

  .interview-reward-balloon li p .text {
    font-size: 24px;
  }

  .interview-reward .note {
    text-align: center;
    padding-top: 2em;
  }
}

/*バルーン 左から */
.balloon-left {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #344845;
  background: #FFF;
  border: solid 2px #344845;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #344845;
  z-index: 1;
}

.balloon-left p {
  margin: 0;
  padding: 0;
}

/* バルーン 上から */
.balloon-top {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 7px 10px;
  max-width: 100%;
  color: #344845;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #344845;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 11px solid #FFF;
  z-index: 2;
}

.balloon-top:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-bottom: 12px solid #344845;
  z-index: 1;
}

.balloon-top p {
  margin: 0;
  padding: 0;
}


/* -------------------------------------------
インタビュー一覧
------------------------------------------- */
.interview-list-index {
  background: #FFFFFF;
}

.interview-list-index section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.interview-list-index h2 {
  font-size: 1.414em;
  font-weight: 700;
  padding: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .interview-list-index h2 {
    font-size: 1.999em;
  }
}

.interview-list-index__item-wrapper {
  position: relative;
  border-top: 2px solid #395a55;
}

.interview-list-index__item-wrapper::before {
  content: '';
  position: absolute;
  width: 72px;
  height: 30px;
  background: transparent url(../images/chat_de_interview/star_triangle.png) no-repeat 0 0;
  background-size: contain;
}

.interview-list-index__item-wrapper a {
  display: block;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #395a55;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.interview-list-index__item-wrapper .icon-star {
  width: 20%;
}

.interview-list-index__item {
  display: -webkit-box;
  display: flex;
  /* -webkit-box-align: start; */
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 10px 10px 10px;
}

.interview-list-index__item-image {
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.interview-list-index__item .img-eye-catch {
  width: 120px;
  height: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  /*  left: -5px;*/
  flex-shrink: 0;
}

.interview-list-index__item-text {
  display: -webkit-box;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  padding-left: 16px;
}

.interview-list-index__item-text h3 {
  font-size: 1.6rem;
  /* line-height: 1.5; */
}

.interview-list-index__item-text p {
  font-size: 0.707em;
  /* text-align: right; */
  padding-top: 8px;
}

@media screen and (min-width: 769px) {
  .interview-list-index section {
    padding: 60px 0;
  }

  .interview-list-index section h2 {
  }

  .interview-list-index__items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-content: space-between;
  }

  .interview-list-index__item-wrapper {
    /* width: 30%; */
    width: 46%;
    top: 0;
    margin: 0.8em 1.6rem;
    -webkit-box-sizing: border-box;
    border: none;
    border-radius: 4px;
    border: 1px solid #395a55;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .interview-list-index__item-wrapper:nth-child(even){
    /* margin: 1.6em; */
  }

  .interview-list-index__item-wrapper a:hover {
    color: #2e807e;
  }

  .interview-list-index__item-wrapper:hover {
    border: 1px solid #2e807e;
    box-shadow: 4px 4px 0px 0px #4ebac2;
    top: -6px;
  }
}

/* -------------------------------------------
インタビュアー紹介
------------------------------------------- */
.interviewer-introduction {
  background: #ffe400;
}

.interviewer-introduction h2 {
  font-size: 1.414em;
  font-weight: 700;
  padding: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .interviewer-introduction h2 {
    font-size: 1.999em;
  }
}

.interviewer-introduction-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align:start;
  align-items:flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.interviewer-introduction-list dl {
  width: 50%;
  padding-bottom: 20px;
}

.interviewer-introduction-list dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.interviewer-introduction-list dt span {
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.interviewer-introduction-list dt img {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
}

.interviewer-introduction-list dd {
  padding: 0 10px;
}

.interviewer-introduction-list dd span {
  display: block;
  text-align: center;
  padding: 6px 0;
  font-weight: 900;
}

.interviewer-introduction-list dd p {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .interviewer-introduction .section-block {
    padding: 60px 0 60px;
  }

  .interviewer-introduction-list {
    flex-wrap: nowrap;
    padding-top: 24px;
  }

  .interviewer-introduction-list dl {
    width: 25%;
  }

  .interviewer-introduction-list dt span {
    width: 130px;
    height: 130px;
  }

  .interviewer-introduction-list dt img {
    height: 130px;
  }

  .interviewer-introduction-list dd p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    letter-spacing: .5px;
  }
}

/* -------------------------------------------
FAQ
------------------------------------------- */
.interview-faq {
  background: #EFF3F4;
  color: #344845;
}

.interview-faq h2 {
  font-size: 1.414em;
  padding: 0 0 20px;
  text-align: center;
  font-weight: 700;
}

.interview-faq h2 span {
  display: block;
  font-size: 0.707em;
  font-weight: normal;
}

.interview-faq #accordion-panel {
  margin-top: 0;
}

.interview-faq .accordion-dl_dt {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.interview-faq .accordion-panel > li {
  position: relative;
  top: 0;
  border: 2px solid #344845;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.interview-faq .accordion-dl_dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.interview-faq .accordion-dl_dt span {
  width: 80%;
}

.interview-faq .accordion-dl_dt::before {
  display: block;
  font-weight: 900;
  content: "Q.";
  color: #30a9a6;
}

.interview-faq .accordion-dl_dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 10px;
}

.interview-faq .accordion-dl_dt_open::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}

.interview-faq .accordion-dl_dd {
  padding-top: 10px;
}

.interview-faq .accordion-dl_dd span {
  display: -webkit-box;
  display: flex;
}

.interview-faq .accordion-dl_dd span::before {
  display: inline-block;
  font-weight: 900;
  content: "A.";
  color: #E91E63;
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .interview-faq h2 {
    font-size: 1.999em;
  }

  .interview-faq h2 span {
    font-size: 0.707em;
  }

  .interview-faq .section-block {
    max-width: 840px;
    padding: 60px 0 60px;
  }

  .interview-faq #accordion-panel {
    margin-top: 20px;
  }

  .interview-faq .accordion-panel > li {
    padding: 24px;
    cursor: pointer;
  }

  .interview-faq .accordion-panel > li:hover {
    box-shadow: 6px 6px 0px 0px #4ebac2;
    top: -6px;
  }

  .interview-faq .accordion-dl_dt {
    font-size: 1.414em;
  }

  .interview-faq .accordion-dl_dt span {
    width: 90%;
  }

  .interview-faq .accordion-dl_dt::before {
    margin-right: 8px;
  }

  .interview-faq .accordion-dl_dd {
    font-size: 1.414em;
    padding-top: 20px;
  }
}
