/*
Theme Name: Kantar 2024 build Theme
Author: Yuya Kodan
Version: 1.0
*/

:root {
  --font-mincho:
    "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN", "MS PMincho", "MS 明朝", serif;
}

/* 固定ヘッダー分のアンカーリンクオフセット */
html {
  scroll-padding-top: 80px;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 134px;
  }
}

@media (max-width: 768px) {
  .sp-only {
    display: none;
  }
}

.media {
  margin-top: 24px;
}

.media__kv-message-wrapper {
  margin-top: 36px;
}

.media__kv-message {
  font-size: 13px;
  line-height: 21px;
  color: #707070;
}

.media__kv-point-wrapper {
  margin-top: 40px;
}

.media__kv-point-text {
  margin-top: 16px;
  font-size: 13px;
  line-height: 21px;
  color: #707070;
  font-weight: bold;
}

.media__kv-point-text--bold {
  font-size: 16px;
  line-height: 24px;
}

.media__kv-point-image {
  display: block;
  margin: 36px auto 0;
  width: 243px;
}

@media (min-width: 768px) {
  .media {
    margin-top: 44px;
  }

  .media__kv-message-wrapper {
    margin: 47px auto 0;
    width: 628px;
  }

  .media__kv-message {
    font-size: 18px;
    line-height: 27px;
  }

  .media__kv-point-wrapper {
    margin: 40px auto 0;
    width: 628px;
  }

  .media__kv-point-text {
    margin-top: 6px;
    font-size: 18px;
    line-height: 27px;
  }

  .media__kv-point-text--bold {
    font-size: 18px;
    line-height: 27px;
    color: #2b2b2b;
  }

  .media__kv-point-image {
    display: block;
    margin: 47px auto 0;
    width: min(871px, 100%);
  }
}

.media__solution-wrapper {
  margin-top: 54px;
}

.media__solution-title {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.media__solution-contents {
  margin-top: 16px;
  border: 1px solid #707070;
}

.media__solution-nav-list {
  position: relative;
  z-index: 1;
  display: flex;
}

.media__solution-nav-link {
  width: 25%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 4px;
  transition: color 0.3s ease;
}

.media__solution-nav-link:hover {
  color: #919191;
}

.media__solution-nav-link:not(:first-child) {
  border-left: 1px solid #707070;
}

.media__solution-list {
  border-top: 1px solid #707070;
  padding: 32px 16px;
  display: grid;
  gap: 64px;
}

.media__solution-item {
  margin-top: -80px;
  padding-top: 80px;
}

.media__solution-item-title {
  font-size: 25px;
  font-weight: 700;
}

.media__solution-item-message {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.media__solution-item-sub-message {
  margin-top: 12px;
  font-size: 13px;
  line-height: 21px;
  color: #707070;
}

.media__solution-item-contents {
  margin-top: 12px;
  display: grid;
  gap: 24px;
}

.media__solution-feature-title {
  font-size: 22px;
  font-weight: 700;
}

.media__solution-feature-list {
  margin-top: 8px;
  display: grid;
  gap: 26px;
}

.media__solution-feature-item-title {
  font-size: 16px;
  font-weight: 700;
}

.media__solution-feature-item-text {
  margin-top: 3px;
  font-size: 13px;
  line-height: 21px;
  color: #707070;
  letter-spacing: -0.01em;
}

.media__solution-feature-link-wrapper {
  margin-top: 18px;
  height: 42px;
}

@media (min-width: 768px) {
  .media__solution-wrapper {
    margin-top: 47px;
  }

  .media__solution-title {
    font-size: 33px;
  }

  .media__solution-contents {
    margin-top: 47px;
  }

  .media__solution-nav-list {
    display: flex;
  }

  .media__solution-nav-link {
    font-size: 25px;
    line-height: 38px;
    padding: 16px;
  }

  .media__solution-list {
    padding: 50px 72px;
    gap: 80px;
  }

  .media__solution-item {
    margin-top: -134px;
    padding-top: 134px;
  }

  .media__solution-item-title {
    font-size: 40px;
  }

  .media__solution-item-message {
    margin-top: 18px;
    font-size: 22px;
    line-height: 33px;
  }

  .media__solution-item-sub-message {
    margin-top: 27px;
    font-size: 13px;
    line-height: 20px;
  }

  .media__solution-feature-title {
    font-size: 25px;
    text-align: center;
  }

  .media__solution-feature-list {
    margin-top: 18px;
    gap: 36px;
  }

  .media__solution-feature-item-title {
    font-size: 18px;
  }

  .media__solution-feature-item-text {
    margin-top: 5px;
  }

  .media__solution-feature-link {
    margin-top: 30px;
    font-size: 20px;
    height: 50px;
  }
}

@media (min-width: 1024px) {
  .media__solution-feature-item--wide {
    margin-right: calc(50% - 50vw);
  }

  .media__solution-item-contents {
    margin-top: 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
  }

  .media__solution-item-image {
    grid-row: 1;
    grid-column: 2;
    width: min(428px, calc(428 / 1300 * 100vw));
  }

  .media__solution-feature-wrapper {
    grid-row: 1;
    grid-column: 1;
  }
}

.analytics {
  margin-top: 24px;
}

.analytics__kv-image-wrapper {
  position: relative;
}

.analytics__kv-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.analytics__kv-text-title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.analytics__kv-text-sub-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.analytics__kv-link-wrapper {
  margin: 10px auto 0;
  width: 182px;
  height: 30px;
}

.analytics__kv-contents {
  margin-top: 36px;
}

.analytics__kv-title {
  font-size: 19px;
  font-weight: 700;
}

.analytics__kv-inner {
  margin-top: 36px;
  display: grid;
  gap: 40px;
}

.analytics__kv-text {
  font-size: 13px;
  line-height: 21px;
  color: #707070;
}

.analytics__kv-image-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.analytics__kv-image-text-link {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.analytics__kv-image-text-link:hover {
  opacity: 0.7;
}

.analytics__kv-movie {
  display: block;
  margin-top: 40px;
}

.analytics__kv-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 14px;
}

.analytics__kv-item {
  width: calc((100% - (16px * 2)) / 3);
}

.analytics__kv-item-title {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}

@media (min-width: 768px) {
  .analytics {
    margin-top: 44px;
  }

  .analytics__kv-text-wrapper {
    padding: 58px 54px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .analytics__kv-text-title {
    text-align: left;
  }

  .analytics__kv-text-sub-title {
    margin-top: 10px;
    text-align: left;
  }

  .analytics__kv-link-wrapper {
    margin: 40px auto 0 0;
    width: 182px;
    height: 40px;
  }

  .analytics__kv-contents {
    margin-top: 46px;
  }

  .analytics__kv-title {
    font-size: 29px;
  }

  .analytics__kv-inner {
    margin: 48px auto 0;
    width: min(840px, 100%);
    display: flex;
    gap: 38px;
  }

  .analytics__kv-text {
    font-size: 13px;
    line-height: 20px;
    width: calc(380 / 840 * 100%);
  }

  .analytics__kv-movie-wrapper {
    width: calc(422 / 840 * 100%);
  }

  .analytics__kv-image-text {
    font-size: 18px;
    line-height: 27px;
  }

  .analytics__kv-movie {
    margin-top: 16px;
  }

  .analytics__kv-list {
    margin-top: 70px;
    gap: 30px;
  }

  .analytics__kv-item {
    width: calc((100% - (30px * 4)) / 5);
  }

  .analytics__kv-item-title {
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
  }
}

.analytics__cta {
  margin-top: 36px;
  padding-bottom: 38px;
  background-color: #000;
  position: relative;
}

.analytics__cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 215px;
  z-index: 1;
}

.analytics__cta-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.analytics__cta-text-wrapper {
  position: relative;
  z-index: 2;
  color: #fff;
}

.analytics__cta-title {
  font-size: 21px;
  font-size: 700;
  text-align: center;
  height: 215px;
  display: grid;
  place-items: center;
}

.analytics__cta-list-title {
  margin-top: 30px;
  padding: 0 26px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.analytics__cta-list {
  margin-top: 16px;
  padding: 0 26px;
}

.analytics__cta-item {
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 0.5em;
}

.analytics__cta-item:before {
  content: "-";
  text-align: center;
}

.analytics__cta-link-wrapper {
  margin: 40px auto 0;
  width: 182px;
  height: 42px;
}

@media (min-width: 768px) {
  .analytics__cta {
    margin-top: 58px;
    padding-bottom: 0;
  }

  .analytics__cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(630 / 1300 * 100%);
    height: 100%;
    z-index: 1;
  }

  .analytics__cta-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .analytics__cta-text-wrapper {
    margin-left: auto;
    padding: 54px 30px 52px;
    width: calc(670 / 1300 * 100%);
  }

  .analytics__cta-title {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    height: auto;
    display: grid;
    justify-content: flex-start;
  }

  .analytics__cta-list-title {
    margin-top: 28px;
    padding: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .analytics__cta-list {
    margin-top: 44px;
    padding: 0;
  }

  .analytics__cta-item {
    font-size: 15px;
    line-height: 28px;
  }

  .analytics__cta-link-wrapper {
    margin: 38px auto 0 0;
    width: 182px;
    height: 42px;
    font-size: 14px;
  }
}

.analytics__access {
  margin-top: 44px;
}

.analytics__access-title {
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
}

.analytics__access-image-wrapper {
  display: block;
  margin-top: 28px;
}

.analytics__access-text {
  margin-top: 38px;
  font-size: 13px;
  line-height: 21px;
  color: #707070;
}

@media (min-width: 768px) {
  .analytics__access {
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: flex-end;
    gap: 0 40px;
  }

  .analytics__access-title {
    font-size: 29px;
    line-height: 44px;
    grid-row: 1;
    grid-column: 1;
  }

  .analytics__access-image-wrapper {
    margin-top: 0;
    grid-row: 1 / 3;
    grid-column: 2;
    width: min(570px, calc(570 / 1300 * 100vw));
  }

  .analytics__access-text {
    margin-top: 26px;
    font-size: 13px;
    line-height: 20px;
    grid-row: 2;
    grid-column: 1;
  }
}

.analytics__learning {
  margin-top: 44px;
}

.analytics__learning-title {
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
}

.analytics__learning-text {
  margin-top: 28px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  color: #707070;
}

.analytics__learning-list {
  margin-top: 36px;
  padding: 0 26px;
  display: grid;
  gap: 50px;
}

.analytics__learning-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.analytics__learning-item-image {
  margin: 10px auto 0;
  display: block;
  width: 200px;
}

.analytics__learning-item-text {
  margin-top: 12px;
  font-size: 13px;
  color: #707070;
}

@media (min-width: 768px) {
  .analytics__learning {
    margin-top: 100px;
  }

  .analytics__learning-title {
    font-size: 29px;
    line-height: 44px;
    text-align: center;
  }

  .analytics__learning-text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .analytics__learning-list {
    margin-top: 32px;
    padding: 0 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
  }

  .analytics__learning-item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .analytics__learning-item-image {
    margin: 20px auto 0;
    width: 100%;
  }

  .analytics__learning-item-text {
    margin-top: 20px;
    font-size: 13px;
  }
}

.analytics__logo-list {
  margin-top: 92px;
  padding: 0 26px;
  display: grid;
  gap: 60px;
}

.analytics__logo-item-image {
  display: block;
  margin: 0 auto;
}

.analytics__logo-item-image--01 {
  width: 131px;
}

.analytics__logo-item-image--02 {
  width: 171px;
}

.analytics__logo-item-image--03 {
  width: 164px;
}

.analytics__logo-item-image--04 {
  width: 234px;
}

.analytics__logo-item-image--05 {
  width: 295px;
}

.analytics__logo-item-text {
  margin-top: 18px;
  font-size: 13px;
  line-height: 21px;
  color: #707070;
}

.analytics__logo-item-text--bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .analytics__logo-list {
    margin-top: 92px;
    padding: 0 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px 32px;
  }

  .analytics__logo-item {
    width: calc((100% - (32px * 2)) / 3);
  }

  .analytics__logo-item-image {
    height: 110px;
    object-fit: contain;
    object-position: center;
  }

  .analytics__logo-item-image--01 {
    width: 189px;
  }

  .analytics__logo-item-image--02 {
    width: 244px;
  }

  .analytics__logo-item-image--03 {
    width: 230px;
  }

  .analytics__logo-item-image--04 {
    width: 234px;
  }

  .analytics__logo-item-image--05 {
    width: 295px;
  }

  .analytics__logo-item-text {
    margin-top: 30px;
    font-size: 13px;
    line-height: 21px;
    color: #707070;
  }
}

/* brandz 修正 */
@media screen and (min-width: 768px) {
  .brandz-ranking__contents {
    display: flex;
  }

  .brandz-ranking__text-wrapper {
    padding-top: min(5vw, 60px);
    padding-right: 3rem;
    padding-bottom: min(5vw, 60px);
    padding-left: 7rem;
    width: 55%;
  }

  .brandz-ranking__movie-wrapper {
    width: 45%;
  }
}

.brandz-kv {
  height: 32.8653vw;
  position: relative;
}

.brandz-kv a {
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  bottom: 10%;
  left: 6%;
}

.brandz-kv a:hover {
  background-color: #000;
  color: #fff;
}

.brandz-ranking__text-wrapper {
  padding: 50px 3rem;
  background: linear-gradient(120deg, var(--color-beige), var(--color-white));
}

.brandsnapshot-col {
  display: flex;
  border-top: 1px solid #ccc;
  padding-top: 70px;
}

.brandsnapshot-col .left {
  width: 55%;
  padding: 0 5%;
}

.brandsnapshot-col .right {
  width: 45%;
}

.brandsnapshot-col .right h2.brandsnapshot-h2 {
  font-weight: 700;
  font-size: min(2.6666666667vw, 32px);
  line-height: min(4.1666666667vw, 50px);
  margin-bottom: 20px;
}

.brandsnapshot-col .right p {
  font-size: min(1.3333333333vw, 16px);
  line-height: min(2.3333333333vw, 28px);
  margin-bottom: 50px;
}

.brandsnapshot-col .right .brandz-about__link.brandsnapshot-btn {
  margin-top: min(7.0833333333vw, 25px);
  width: min(26.6666666667vw, 200px);
  margin-inline: inherit;
}

@media screen and (max-width: 768px) {
  .brandz-kv {
    height: 53.3333333333vw;
  }

  .brandz-kv a {
    padding: 10px 30px;
    font-size: 16px;
    bottom: 6%;
    left: 6%;
  }

  .brandsnapshot-col {
    display: block;
    padding-top: 30px;
  }

  .brandsnapshot-col .left {
    width: 100%;
  }

  .brandsnapshot-col .right {
    width: 100%;
  }

  .brandsnapshot-col .right h2.brandsnapshot-h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .brandsnapshot-col .right p {
    margin: calc(40px + var(--leading-trim)) 0 var(--leading-trim);
    font-size: 16px;
    line-height: 28px;
  }

  .brandsnapshot-col .right .brandz-about__link.brandsnapshot-btn {
    margin-inline: auto;
    width: initial;
  }
}

/* C/-Suite Nexus ---------------*/
.c-suite-top {
  background-color: #f2f1ef;
  padding-bottom: 30px;
}

.c-suite-heroheader {
  background: linear-gradient(135deg, #783e8f, #2b61a9, #0166b1);
  display: flex;
  margin-bottom: 40px;
}

.c-suite-heroheader .c-suite-heroheader__item {
  width: 50%;
  padding: 50px;
}

.c-suite-heroheader .c-suite-heroheader__sentence {
  max-width: 540px;
  margin-left: auto;
}

.c-suite-heroheader .c-suite-heroheader__item img {
  max-width: 340px;
  margin-bottom: 20px;
}

.c-suite-heroheader .c-suite-heroheader__item .c-suite-heroheader__copy {
  font-family:
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic",
    YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
  font-feature-settings: "palt" on;
  letter-spacing: 0.06em;
}

.c-suite-heroheader .c-suite-heroheader__item .c-suite-heroheader__subcopy {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.c-suite-heroheader .c-suite-heroheader__img {
  background-image: url(images/c_suite/c_suite_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.c-suite-top .c-suite-top__heading-wrapper {
  display: grid;
  align-items: center;
}

.c-suite-top .c-suite-top__heading {
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3;
  border-left: 20px solid #000;
  text-align: left;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding-left: 15px;
}

.c-suite-top .c-suite-top__heading b {
  font-weight: 700;
}

.c-suite-top .c-suite-top__p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  max-width: 980px;
  width: 90%;
  margin: 20px auto 20px;
}

.c-suite-list {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.c-suite-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
}

.c-suite-list li .c-suite-article__thum {
  width: 45%;
}

.c-suite-list li .c-suite-list__item {
  flex: 1;
}

.c-suite-list li .vol-box__number {
  font-family: "Roboto";
  font-weight: 200;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 25px;
}

.c-suite-list li .vol-box__number b {
  font-weight: 700;
}

.c-suite-list li .c-suite-list__company {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.c-suite-list li .c-suite-list__company.b-growth {
  border: 1px solid #000;
  padding: 3% 5%;
  margin-bottom: 30px;
}

.c-suite-list li .c-suite-list__company.b-growth .txt-1 {
  font-size: 22px;
  display: block;
  font-weight: normal;
}

.c-suite-list li .c-suite-list__company.b-growth .txt-2 {
  font-size: 32px;
}

.c-suite-list li .c-suite-list__interviewee {
  font-size: 26px;
  font-weight: 600;
}

.c-suite-list li .c-suite-list__interviewee span {
  font-size: 18px;
  font-weight: 600;
}

.c-suite-list li .c-suite-list__position {
  font-size: 18px;
}

.c-suite-list li .c-suite-list__catchcopy {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: end;
  margin-top: 15px;
}

.c-suite-list li .c-suite-list__catchcopy p {
  font-size: 18px;
  line-height: 2;
  text-underline-offset: 7px;
  text-decoration: underline dotted #999;
  text-decoration-thickness: 2px;
}

.c-suite-en .c-suite-article {
  font-family: "Roboto";
}

.c-suite-header {
  background: linear-gradient(45deg, #783e8f, #0166b1);
  padding: 20px;
}

.c-suite-header .c-suite-header__inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-suite-header .c-suite-header__logo {
  max-width: 200px;
  width: 100%;
}

.c-suite-article-header {
  background-color: #f2f1ef;
  padding: 80px 0 20px 0;
}

.c-suite-article-header .c-suite-article-header__inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.c-suite-article-header .c-suite-article-header__hero img {
  width: 100%;
}

.c-suite-article-header__vol-box {
  display: flex;
  flex-direction: column;
  width: 220px;
  position: absolute;
  top: -28px;
  left: 0;
  z-index: 9;
}

.c-suite-article-header__vol-box .vol-box__head {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 23px;
  letter-spacing: -0.05px;
  line-height: 1;
  margin-bottom: 5px;
}

.c-suite-article-header__vol-box .vol-box__head b {
  font-weight: 700;
}

.c-suite-article-header__vol-box .vol-box__number {
  background-color: #000;
  color: #fff;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 55px;
  line-height: 1;
  text-align: center;
  padding: 20px 5px;
}

.c-suite-article-header__vol-box .vol-box__number b {
  font-weight: 700;
}

.c-suite-language {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: -30px;
}

.c-suite-language span {
  color: #000;
}

.c-suite-language a {
  color: #999;
}

.c-suite-language a:hover {
  color: #000;
}

.c-suite-article-contents {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.c-suite-article-contents h2 {
  font-size: 34px;
  font-weight: normal;
  line-height: 2;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 30px;
  text-underline-offset: 15px;
  text-decoration: underline dotted #999;
  text-decoration-thickness: 2px;
}

.c-suite-article-contents p {
  line-height: 1.8;
  margin-bottom: 1em;
}

.c-suite-article-permission {
  font-size: 14px;
  border: 1px solid #707070;
  max-width: 790px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
}

.c-suite-article-header__heading {
  font-family: "Roboto";
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  border-left: 15px solid #000;
  text-align: left;
  max-width: 980px;
  width: 90%;
  margin: 30px auto;
  padding-left: 15px;
}

.c-suite-article-header__sub {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  max-width: 980px;
  width: 90%;
  margin: 30px auto;
}

.c-suite-button.button-square {
  width: auto;
  padding: 12px 45px 12px 35px;
  display: inline-block;
  white-space: nowrap;
}

.c-suite-button.button-square span {
  position: relative;
}

.c-suite-button.button-square span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.c-suite-footer {
  background: linear-gradient(45deg, #783e8f, #0166b1);
  padding: 20px;
  text-align: center;
}

.c-suite-pagination {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.c-suite-pagination .archive__pagination {
  margin-top: 20px;
}

.c-suite-think-with {
  background-color: #e4e4ea;
  padding: 54px 0 108px;
}

.c-suite-think-with .c-suite-top__heading-wrapper {
  display: grid;
  align-items: center;
}

.c-suite-think-with .c-suite-top__heading {
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3;
  border-left: 20px solid #000;
  text-align: left;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding-left: 15px;
}

.c-suite-think-with .c-suite-top__heading b {
  font-weight: 700;
}

.c-suite-think-with__p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  max-width: 980px;
  width: 90%;
  margin: 36px auto 76px;
}

.c-suite-think-with__sub-title-wrapper {
  border-top: 1px solid #000;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}

.c-suite-think-with__sub-title {
  margin-top: 10px;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  border-left: 7px solid #000;
  text-align: left;
  padding-left: 15px;
}

.c-suite-think-with__sub-title b {
  font-weight: 700;
}

.c-suite-think-with__profile-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.c-suite-think-with__profile-img {
  width: 200px;
}

.c-suite-think-with__profile-text-category {
  font-size: 22px;
  font-weight: 300;
}

.c-suite-think-with__profile-text-name-wrapper {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.c-suite-think-with__profile-text-name {
  font-size: 40px;
  font-weight: 700;
}

.c-suite-think-with__profile-text-name-suffix {
  font-size: 21px;
  font-weight: 700;
}

.c-suite-think-with__profile-text-name-job {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 300;
}

.c-suite-think-with__list {
  max-width: 980px;
  width: 90%;
  margin: 68px auto 0;
  display: grid;
  gap: 80px;
}

.c-suite-think-with__list-item {
  position: relative;
}

.c-suite-think-with__list-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.c-suite-think-with__list-item-link {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 440px 1fr;
  gap: 24px;
}

.c-suite-think-with__list-item-img {
  outline: 12px solid #783e8f;
  outline-offset: -12px;
  overflow: hidden;
}

/* サムネイル未設定時のグレー枠 */
.c-suite-think-with__list-item-img-empty {
  aspect-ratio: 660 / 449;
  background-color: #aaaaaa;
}

.c-suite-think-with__list-item-text-phrase-wrapper {
  display: grid;
  justify-content: flex-start;
}

.c-suite-think-with__list-item-text-phrase {
  padding: 0 8px;
  font-size: 27px;
  border: 1px solid #000;
  font-family: "Roboto";
  font-weight: 700;
}

.c-suite-think-with__list-item-text-title {
  margin-top: 26px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.c-suite-think-with__list-item-text-view-more-wrapper {
  display: grid;
  justify-content: flex-end;
  margin-top: 50px;
}

.c-suite-think-with__list-item-text-view-more {
  font-size: 16px;
  line-height: 1.8;
  background-color: #000;
  color: #fff;
  padding: 10px 32px;
}

@media only screen and (max-width: 1024px) {
  .c-suite-heroheader .c-suite-heroheader__item {
    padding: 40px;
  }

  .c-suite-heroheader .c-suite-heroheader__item img {
    max-width: 240px;
  }

  .c-suite-heroheader .c-suite-heroheader__item .c-suite-heroheader__copy {
    font-size: 24px;
  }

  .c-suite-heroheader .c-suite-heroheader__item .c-suite-heroheader__subcopy {
    font-size: 15px;
  }

  .c-suite-top .c-suite-top__heading {
    font-size: 36px;
    width: auto;
  }

  .c-suite-top .c-suite-top__p {
    font-size: 16px;
  }

  .c-suite-list li .vol-box__number {
    font-size: 40px;
  }

  .c-suite-list li .c-suite-list__catchcopy p {
    font-size: 16px;
  }

  .c-suite-article-header__vol-box {
    width: 160px;
    left: 20px;
  }

  .c-suite-article-header__vol-box .vol-box__head {
    font-size: 17px;
  }

  .c-suite-article-header__vol-box .vol-box__number {
    font-size: 45px;
    padding: 10px 5px;
  }

  .c-suite-article-header {
    padding: 50px 0 20px 0;
  }

  .c-suite-article-header__heading {
    font-size: 26px;
  }

  .c-suite-article-header__sub {
    font-size: 16px;
  }

  .c-suite-article-contents h2 {
    font-size: 26px;
  }

  .c-suite-article-contents p {
    font-size: 16px;
  }

  .c-suite-think-with .c-suite-top__heading {
    font-size: 36px;
    width: auto;
    border-left: 15px solid #000;
  }
}

@media only screen and (max-width: 768px) {
  .c-suite-heroheader {
    flex-direction: column;
    background: linear-gradient(125deg, #783e8f, #0166b1);
  }

  .c-suite-heroheader .c-suite-heroheader__item,
  .c-suite-heroheader .c-suite-heroheader__img {
    width: 100%;
  }

  .c-suite-heroheader .c-suite-heroheader__img {
    height: 300px;
  }

  .c-suite-heroheader .c-suite-heroheader__item {
    padding: 30px 20px;
  }

  .c-suite-heroheader .c-suite-heroheader__sentence {
    max-width: 100%;
    margin-left: inherit;
  }

  .c-suite-heroheader .c-suite-heroheader__sentence h1 {
    text-align: center;
  }

  .c-suite-heroheader .c-suite-heroheader__item .c-suite-heroheader__copy {
    text-align: center;
  }

  .c-suite-top .c-suite-top__heading b {
    display: block;
  }

  .c-suite-list {
    width: 100%;
  }

  .c-suite-list li {
    flex-direction: column;
  }

  .c-suite-list li .c-suite-article__thum {
    width: 100%;
  }

  .c-suite-list li .c-suite-list__item {
    width: 90%;
  }

  .c-suite-list li .vol-box__number {
    font-size: 35px;
    text-align: center;
  }

  .c-suite-language {
    font-size: 18px;
    right: 10px;
    top: -50px;
  }

  .c-suite-list li .c-suite-list__company,
  .c-suite-list li .c-suite-list__interviewee {
    text-align: center;
  }

  .c-suite-list li .c-suite-list__catchcopy p {
    margin-bottom: 20px;
  }

  .c-suite-list li .c-suite-list__catchcopy {
    text-align: center;
    display: block;
  }

  .c-suite-list li .c-suite-list__company.b-growth .txt-1 {
    font-size: 20px;
  }

  .c-suite-list li .c-suite-list__company.b-growth .txt-2 {
    font-size: 25px;
  }

  .c-suite-list li .c-suite-list__position {
    font-size: 18px;
    text-align: center;
  }

  .c-suite-header .c-suite-header__logo {
    max-width: 150px;
  }

  .c-suite-article-header {
    padding: 60px 0 20px 0;
  }

  .c-suite-article-header__vol-box {
    width: 120px;
    left: 20px;
    top: -45px;
  }

  .c-suite-article-header__vol-box .vol-box__head {
    font-size: 13px;
  }

  .c-suite-article-header__vol-box .vol-box__number {
    font-size: 35px;
  }

  .c-suite-article-header__heading {
    font-size: 20px;
  }

  .c-suite-article-contents h2 {
    font-size: 20px;
    line-height: 2.4;
    font-weight: bold;
    text-underline-offset: 7px;
  }

  .c-suite-button.button-square {
    padding: 8px 40px 8px 30px;
  }

  .c-suite-think-with {
    padding: 54px 0 72px;
  }

  .c-suite-think-with__p {
    margin-top: 32px;
    font-size: 16px;
  }

  .c-suite-think-with__sub-title-wrapper {
    margin-top: 64px;
  }

  .c-suite-think-with__sub-title {
    margin-top: 8px;
    font-size: 16px;
    border-left: 6px solid #000;
  }

  .c-suite-think-with__p {
    font-size: 18px;
    margin: 20px auto 20px;
  }

  .c-suite-think-with__profile-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
    justify-content: center;
    gap: 20px;
  }

  .c-suite-think-with__profile-img {
    width: 180px;
    margin: 0 auto;
  }

  .c-suite-think-with__profile-text {
    text-align: center;
  }

  .c-suite-think-with__profile-text-category {
    font-size: 16px;
  }

  .c-suite-think-with__profile-text-name-wrapper {
    gap: 20px;
    justify-content: center;
  }

  .c-suite-think-with__profile-text-name {
    font-size: 40px;
  }

  .c-suite-think-with__profile-text-name-suffix {
    font-size: 21px;
  }

  .c-suite-think-with__profile-text-name-job {
    margin-top: 2px;
    font-size: 16px;
  }

  .c-suite-think-with__list {
    margin: 48px auto 0;
  }

  .c-suite-think-with__list-item-link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .c-suite-think-with__list-item-img {
    outline: 12px solid #783e8f;
    outline-offset: -12px;
  }

  .c-suite-think-with__list-item-text {
    text-align: center;
  }

  .c-suite-think-with__list-item-text-phrase-wrapper {
    display: grid;
    justify-content: center;
  }

  .c-suite-think-with__list-item-text-phrase {
    padding: 0 8px;
    font-size: 27px;
    border: 1px solid #000;
  }

  .c-suite-think-with__list-item-text-title {
    margin-top: 20px;
    font-size: 24px;
  }

  .c-suite-think-with__list-item-text-view-more-wrapper {
    display: grid;
    justify-content: center;
    margin-top: 24px;
  }

  .c-suite-think-with__list-item-text-view-more {
    font-size: 16px;
    padding: 10px 32px;
  }
}

/* brandz 修正 */
@media screen and (min-width: 768px) {
  .brandz-ranking__contents {
    display: flex;
  }

  .brandz-ranking__text-wrapper {
    padding-top: min(5vw, 60px);
    padding-right: 3rem;
    padding-bottom: min(5vw, 60px);
    padding-left: 7rem;
    width: 55%;
  }

  .brandz-ranking__movie-wrapper {
    width: 45%;
  }
}

.brandz-kv {
  height: 32.8653vw;
  position: relative;
}

.brandz-kv a {
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  bottom: 10%;
  left: 6%;
}

.brandz-kv a:hover {
  background-color: #000;
  color: #fff;
}

.brandz-ranking__text-wrapper {
  padding: 50px 3rem;
  background: linear-gradient(120deg, var(--color-beige), var(--color-white));
  display: flex;
  align-items: center;
}

.brandsnapshot-col {
  display: flex;
  border-top: 1px solid #ccc;
  padding-top: 70px;
}

.brandsnapshot-col .left {
  width: 55%;
  padding: 0 5%;
}

.brandsnapshot-col .right {
  width: 45%;
}

.brandsnapshot-col .right h2.brandsnapshot-h2 {
  font-weight: 700;
  font-size: min(2.6666666667vw, 32px);
  line-height: min(4.1666666667vw, 50px);
  margin-bottom: 20px;
}

.brandsnapshot-col .right p {
  font-size: min(1.3333333333vw, 16px);
  line-height: min(2.3333333333vw, 28px);
  margin-bottom: 50px;
}

.brandsnapshot-col .right .brandz-about__link.brandsnapshot-btn {
  margin-top: min(7.0833333333vw, 25px);
  width: min(26.6666666667vw, 200px);
  margin-inline: inherit;
}

@media screen and (max-width: 768px) {
  .brandz-kv {
    height: 53.3333333333vw;
  }

  .brandz-kv a {
    padding: 10px 30px;
    font-size: 16px;
    bottom: 6%;
    left: 6%;
  }

  .brandsnapshot-col {
    display: block;
    padding-top: 30px;
  }

  .brandsnapshot-col .left {
    width: 100%;
  }

  .brandsnapshot-col .right {
    width: 100%;
  }

  .brandsnapshot-col .right h2.brandsnapshot-h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .brandsnapshot-col .right p {
    margin: calc(40px + var(--leading-trim)) 0 var(--leading-trim);
    font-size: 16px;
    line-height: 28px;
  }

  .brandsnapshot-col .right .brandz-about__link.brandsnapshot-btn {
    margin-inline: auto;
    width: initial;
  }
}

/****************** profiles-kantar ******************/

.profiles-kv {
  display: flex;
  background-color: #333333;
}

.profiles-kv .profiles-kv-txt {
  width: 45%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.profiles-kv .profiles-kv-txt p {
  color: #fff;
}

.profiles-kv .profiles-kv-txt p.main {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

.profiles-kv .profiles-kv-txt p.read {
  font-size: 22px;
}

.profiles-kv .profiles-kv-img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .profiles-kv {
    display: block;
  }

  .profiles-kv .profiles-kv-txt {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: center;
  }

  .profiles-kv .profiles-kv-img {
    width: 100%;
  }

  .profiles-kv .profiles-kv-txt p.main {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10%;
  }

  .profiles-kv .profiles-kv-txt p.read {
    font-size: 17px;
    margin-bottom: 10%;
  }
}

.profiles-message__inner {
  margin-bottom: 50px;
}

.profiles-sec {
  margin-top: min(11.6666666667vw, 140px);
}

.profiles-message__text {
  text-align: center;
  font-size: 20px;
}

.profiles-message__text span {
  display: block;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.map-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.map-area .map-img {
  width: 65%;
}

.map-area .map-img img {
}

.map-area .map-txt {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
}

.map-area .map-txt div {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
}

.map-area .map-txt div p.map-txt-main {
  color: #514bb3;
  font-size: 20px;
  font-weight: 700;
}

.map-area .map-txt div p.map-txt-main span {
  color: #514bb3;
  font-size: 36px;
}

.profiles-sec-btm-read {
  text-align: center;
}

.profiles-sec-btm-read span {
  background-color: #7672c1;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.profiles-sec-2 {
  margin-top: 100px;
}

/******************/
/*タブ切り替え全体のスタイル
/******************/
.tabs {
  margin-top: 50px;
  /*  background-color: #fff;*/
  /*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  margin: 0 auto;
}

.tab_item {
  margin-right: 30px;
  height: 60px;
  border-bottom: 3px solid var(--main-color);
  /*  background-color: #d1d1d2;*/
  margin-top: 10px;
  line-height: 120%;
  font-size: 22px;
  text-align: center;
  /*  color: #9fa0a0;*/
  float: left;
  font-weight: 700;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #cccccc;
}

.tab_item:hover {
  opacity: 1;
  cursor: pointer;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 80px 0 0;
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 0.65s;
}

#panel:checked ~ #panel_content,
#data:checked ~ #data_content,
#alignment:checked ~ #alignment_content {
  display: block;
  opacity: 1;
  transform: translate(0, 0);
}

.tabs input:checked + .tab_item {
  /*	background-color: #fff;*/
  color: #000;
  /*	height: 70px;*/
  margin-top: 10px;
  border-bottom: 3px solid #514bb3;
  position: relative;
  overflow: hidden;
}

.tab_item {
  position: relative;
  overflow: hidden;
}

.tab_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 15px;
  left: 0px;
  background-color: rgb(0, 0, 0);
  transform: translateX(-103%);
  transition: 0.25s ease-in;
}

.tab_item:hover::before {
  transform: translateX(0px);
}

.tabs input:checked + .tab_item.green {
  /*  background-color: #2e6277;*/
}

@media screen and (max-width: 768px) {
  .profiles-message__text {
    text-align: center;
    font-size: 18px;
  }

  .profiles-message__text span {
    font-size: 20px;
  }

  .map-area {
    display: block;
    margin-bottom: 20px;
  }

  .map-area .map-img {
    width: 100%;
  }

  .map-area .map-txt {
    width: 100%;
  }

  .map-area .map-txt div {
    margin-bottom: 20px;
  }

  .profiles-sec-2 {
    margin-top: 40px;
  }

  .profiles-sec-btm-read span {
    display: block;
    padding: 10px 0;
  }

  .profiles-message__inner {
    margin-bottom: 35px;
  }

  .tab_content {
    padding: 30px 0 0;
  }

  .tab_item {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
    width: 33.33%;
  }
}

.profiles-kantar .container {
  max-width: 1000px;
}

.profiles-detail {
  background-color: #eeeef6;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.profiles-kantar .tabs h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.profiles-kantar .tabs h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.tab_content-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.tab_content-box.second {
  margin-top: -50px;
}

.tab_content-box .box-txt {
  width: 50%;
}

.tab_content-box .box-img {
  width: 47%;
  margin-left: 3%;
}

.country-area.panel {
  margin-bottom: 50px;
}

.country-area.panel .panel-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.country-area.panel .panel-col .cst {
  width: 23%;
}

.country-area.panel .panel-col .cst div {
  padding: 7px 10px;
  border-bottom: 1px solid #bebebe;
  font-size: 14px;
}

.country-area.panel .panel-col h4 {
  background-color: #b6b4d8;
  padding: 7px 10px;
}

.country-area.panel .panel-col .data.last,
.country-area.panel .panel-col .category.last {
  border-bottom: none;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .profiles-detail {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .profiles-kantar p {
    font-size: 16px;
  }

  .tab_content-box {
    display: block;
    margin-bottom: 40px;
  }

  .tab_content-box.second {
    margin-top: inherit;
  }

  .tab_content-box .box-txt {
    width: 100%;
  }

  .tab_content-box .box-img {
    width: 100%;
    margin-left: 0;
  }

  .profiles-kantar .tabs h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .profiles-kantar .tabs h3 {
    font-size: 18px;
  }

  .country-area.panel .panel-col {
    display: block;
  }

  .country-area.panel .panel-col .cst {
    width: 100%;
  }
}

.profiles-conv-btn {
  text-align: center;
  /*  margin-bottom: 80px;*/
}

.profiles-conv-btn a {
  width: 44%;
  display: inline-block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #524bb9;
  padding: 15px 0;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
}

.profiles-conv-btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .profiles-conv-btn a {
    width: 80%;
    font-size: 20px;
  }

  /*＝＝＝＝アコーディオン＝＝＝＝*/
  .profiles-kantar .toggle {
    display: none;
  }

  .profiles-kantar .Label {
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #7976be;
  }

  .profiles-kantar .Label.target {
    /*タイトル*/
    color: #000;
    background: #b6b4d8;
  }

  .profiles-kantar .Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }

  .profiles-kantar .Label.target::before {
    /*タイトル横の矢印*/
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .profiles-kantar .Label,
  .profiles-kantar .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  .profiles-kantar .content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
  }

  .profiles-kantar .toggle:checked + .Label + .content {
    /*開閉時*/
    height: auto;
    padding: 20px;
    transition: all 0.3s;
  }

  .profiles-kantar .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }

  /*＝＝＝＝アコーディオン＝＝＝＝*/
}

.country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.country-list h4 {
  background-color: #7b77c4;
  color: #fff;
  font-size: 14px;
  padding: 7px 10px;
}

.country-list .list-1 {
  width: 22%;
}

.country-list .list-2 {
  width: 48%;
}

.country-list .list-2 .list-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.country-list .list-2 .list-2col .list-set {
  width: 46%;
}

.country-list .list-3 {
  width: 22%;
}

.country-list .item {
  display: flex;
  justify-content: space-between;
  /* 左右に分ける */
  align-items: center;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #000;
}

.country-list .item.total {
  font-weight: 600;
  border-bottom: none;
}

.country-list .item .name {
  text-align: left;
}

.country-list .item .num {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .country-list {
    display: block;
  }

  .country-list > div {
    margin-bottom: 30px;
  }

  .country-list .list-1 {
    width: 100%;
  }

  .country-list .list-2 {
    width: 100%;
  }

  .country-list .list-3 {
    width: 100%;
  }

  .country-list .list-2 .list-2col {
    display: block;
  }

  .country-list .list-2 .list-2col .list-set {
    width: 100%;
  }
}

/****************** about-kantar ******************/

.about-kv {
  background-image: url("assets/images/about-kantar/about_kv.png");
  background-position: center center;
  height: 530px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-bottom: 100px;
}

.about-kv-txt {
  font-size: 90px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
}

.about-kantar section {
  margin-bottom: 70px;
}

.about-kantar p {
  margin-bottom: 30px;
  line-height: 200%;
}

.about-kantar h1 {
  font-size: 46px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.about-kantar .about-h1-sub {
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.what-we-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.what-we-area .txt-img {
  width: 50%;
  margin-right: 5%;
}

.what-we-area .data-txt {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}

.what-we-area .data-txt div {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
}

.what-we-area .data-txt div {
  text-align: left;
  border-left: 4px solid #1f4df5;
  padding-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.what-we-area .data-txt div .data-txt-main {
  font-size: 66px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 100%;
}

.what-we-area .data-txt div .data-txt-sub {
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 0;
}

.what-we-area .txt-img .read {
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

.what-we-area .txt-box {
  width: 50%;
  margin-right: 5%;
}

.what-we-area .link-box {
  width: 45%;
  margin-top: 80px;
}

.what-we-area .link-box .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.what-we-area .link-box .read {
  margin-bottom: 15px;
}

.what-we-area .link-box a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 800;
}

.what-we-area .link-box a:hover {
  opacity: 0.8;
}

.director-area {
  display: flex;
  flex-wrap: wrap;
}

.director-area .txt-box {
  width: 60%;
  margin-right: 10%;
}

.director-area .txt-box p.name {
  text-align: right;
}

.director-area .txt-box p.img {
  text-align: center;
  margin-top: 80px;
}

.director-area .txt-box p.img img {
  width: 60%;
}

.director-area .txt-box p.img a:hover {
  opacity: 0.8;
}

.director-area .img-box {
  width: 30%;
}

.about-kantar table th,
.about-kantar table td {
  font-weight: normal;
  padding: 30px 0 30px 0;
}

.about-kantar table th {
  width: 25%;
}

.about-kantar table td {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .about-kv {
    height: 350px;
    background-size: auto 100%;
    margin-bottom: 50px;
  }

  .about-kv-txt {
    font-size: 50px;
  }

  .about-kantar section {
    margin-bottom: 40px;
  }

  .about-kantar h1 {
    font-size: 32px;
  }

  .about-kantar .about-h1-sub {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .what-we-area {
    display: block;
    flex-wrap: inherit;
    margin-bottom: inherit;
  }

  .what-we-area .txt-img {
    width: 100%;
    margin-right: 0%;
  }

  .what-we-area .data-txt {
    width: 100%;
  }

  .what-we-area .txt-img .read {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
  }

  .what-we-area .data-txt div .data-txt-main {
    font-size: 45px;
  }

  .what-we-area .txt-box {
    width: 100%;
    margin-right: 0%;
  }

  .what-we-area .link-box {
    width: 100%;
    margin-top: 20px;
  }

  .what-we-area .link-box .title {
    font-size: 24px;
  }

  .director-area .txt-box {
    width: 100%;
    margin-right: 0;
  }

  .director-area .txt-box p.img {
    text-align: center;
    margin-top: 40px;
  }

  .director-area .txt-box p.img img {
    width: 65%;
  }

  .director-area .img-box {
    width: 65%;
    margin: 0 auto;
  }
}

/****************** brand_growth ******************/

.c-suite-article section {
  margin-bottom: 50px;
}

.c-suite-container {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}

.c-suite-container p.txt {
  margin-bottom: 30px;
  line-height: 180%;
}

.c-suite-container h2 {
  border-left: 10px solid #000;
  padding-left: 15px;
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 30px;
}

.c-suite-container h2 span {
  font-size: 26px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  line-height: 100%;
}

.c-suite-container h3 {
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 20px;
}

.c-suite-container h3 span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  line-height: 100%;
}

.section-box {
  border: 1px solid #000;
  padding: 4%;
}

.section-box .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.section-box .col div {
  width: 48%;
}

.section-box-gray {
  border: 1px solid #000;
  padding: 3%;
  background-color: #e4e4ea;
  margin-top: 30px;
}

.section-box-gray p {
  line-height: 180%;
}

@media screen and (max-width: 980px) {
  .c-suite-article-header .c-suite-article-header__inner p.kv-read {
    padding: 0 5%;
    margin-top: 30px;
  }

  .c-suite-container h2 {
    font-size: 24px;
    line-height: 130%;
  }

  .c-suite-container h2 span {
    font-size: 20px;
    line-height: 130%;
  }

  .c-suite-container h3 {
    font-size: 22px;
    line-height: 140%;
  }

  .c-suite-container h3 span {
    font-size: 18px;
    line-height: 140%;
  }

  .section-box {
    padding: 5%;
  }

  .section-box .col {
    display: block;
    flex-wrap: inherit;
    justify-content: inherit;
    margin-top: 20px;
  }

  .section-box .col img.mgn-btm {
    margin-bottom: 30px;
  }

  .section-box .col div {
    width: 100%;
  }

  .section-box-gray {
    padding: 5%;
  }
}

/* ========================================================= */
/* Think With 詳細ページ */
/* ========================================================= */
/* tw common ================================================*/
.tw-container {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .tw-container {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
}

/* tw-header ================================================*/
.tw-header {
  background: linear-gradient(45deg, #783e8f, #0166b1);
  height: 105px;
  display: grid;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .tw-header {
    height: 120px;
  }
}

.tw-header__inner {
  padding: 0 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .tw-header__inner {
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
}

.tw-header__title {
  width: 148px;
}

@media screen and (min-width: 768px) {
  .tw-header__title {
    width: 200px;
  }
}

.tw-header__back-to-list {
  width: auto;
  padding: 6px 32px 6px 8px;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .tw-header__back-to-list {
    padding: 12px 50px 12px 30px;
    font-size: 20px;
  }
}

.tw-header__back-to-list span {
  position: relative;
}

.tw-header__back-to-list span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* tw-language ================================================*/

.tw-language {
  position: absolute;
  top: 12px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .tw-language {
    top: 72px;
  }
}

.tw-language-wrapper__inner {
  display: flex;
  gap: 20px;
}

.tw-language__link {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  color: #999999;
  position: relative;
}

.tw-language__link.is-active {
  color: #000;
}

.tw-language__link:not(:first-child)::before {
  content: "/";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
}

/* tw-kv ================================================*/
.tw-kv__inner {
  position: relative;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .tw-kv__inner {
    padding-top: 52px;
  }
}

.tw-kv__title-wrapper {
  border-left: 10px solid #000;
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .tw-kv__title-wrapper {
    border-left: 20px solid #000;
  }
}

.tw-kv__title {
  display: flex;
  gap: 10px;
  font-size: 26px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .tw-kv__title {
    font-size: 50px;
  }
}

.tw-kv__title--bold {
  font-weight: 700;
}

.tw-kv__img-picture {
  margin: 0 -20px;
  width: 100vw;
  display: block;
}

@media screen and (min-width: 768px) {
  .tw-kv__img-picture {
    margin: 0 calc(-50vw + 50%);
  }
}

.tw-kv__img {
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .tw-kv__img {
    max-width: 1160px;
    margin: 0 auto;
    display: block;
  }
}

/* tw-introduction ================================================*/
.tw-introduction {
  background-color: #e4e4ea;
}

.tw-introduction__inner {
  padding: 36px 0 40px;
}

@media screen and (min-width: 768px) {
  .tw-introduction__top {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
}

.tw-introduction__phase-wrapper {
  display: grid;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .tw-introduction__phase-wrapper {
    justify-content: unset;
  }
}

.tw-introduction__phase {
  font-size: 22px;
  font-family: "Roboto";
  font-weight: 700;
  border: 1px solid #000;
  padding: 2px 12px;
}

.tw-introduction__title-wrapper {
  margin-top: 22px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tw-introduction__title-wrapper {
    margin-top: 0;
    text-align: left;
  }
}

.tw-introduction__title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .tw-introduction__title {
    font-size: 36px;
  }
}

.tw-introduction__subtitle {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .tw-introduction__subtitle {
    font-size: 36px;
  }
}

.tw-introduction__subtitle::before {
  content: "―";
  font-weight: 400;
  margin-right: 8px;
}

.tw-introduction__profile-wrapper {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-wrapper {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
  }
}

.tw-introduction__profile-img {
  width: 160px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-img {
    margin: 0;
  }
}

.tw-introduction__profile-text {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-text {
    margin-top: 0;
    text-align: left;
  }
}

.tw-introduction__profile-category {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-category {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-text-name-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 48px;
  }
}

.tw-introduction__profile-text-name-wrapper-inner {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-text-name-wrapper-inner {
    justify-content: flex-start;
    gap: 16px;
  }
}

.tw-introduction__profile-text-name {
  font-size: 40px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-text-name {
    font-size: 30px;
  }
}

.tw-introduction__profile-text-name-suffix {
  font-size: 21px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-text-name-suffix {
    font-size: 20px;
  }
}

.tw-introduction__profile-text-job {
  margin-top: 4px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .tw-introduction__profile-text-job {
    margin-top: 0;
    font-size: 22px;
  }
}

.tw-introduction__description {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .tw-introduction__description {
    margin-top: 42px;
    font-size: 19px;
  }
}

/* tw-profile ================================================*/
.tw-profile__inner {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .tw-profile__inner {
    padding-top: 68px;
  }
}

.tw-profile__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .tw-profile__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(115px, calc(115 / 1280 * 100vw));
  }
}

/* SP/PC で登場人物の表示順を別管理（管理画面で並び替え） */
.tw-profille__item {
  order: var(--order-sp, 0);
}

@media screen and (min-width: 768px) {
  .tw-profille__item {
    order: var(--order-pc, 0);
  }
}

.tw-profile__icon {
  width: 160px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  outline: 8px solid #783e8f;
  outline-offset: -8px;
  margin: 0 auto;
}

.tw-profile__job {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.tw-profile__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
}

/* tw-scene ================================================*/
.tw-scene__inner {
  padding-top: 82px;
  display: grid;
  gap: 60px;
}

@media screen and (min-width: 768px) {
  .tw-scene__inner {
    padding-top: 78px;
    gap: 86px;
  }
}

.tw-scene__number {
  font-size: 20px;
  font-weight: 700;
  color: #783e8f;
}

@media screen and (min-width: 768px) {
  .tw-scene__number {
    font-size: 30px;
  }
}

.tw-scene__title {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  display: inline-block;
  padding-bottom: 8px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (min-width: 768px) {
  .tw-scene__title {
    font-size: 38px;
    font-weight: 300;
    padding-bottom: 22px;
    line-height: 1.9;
  }
}

.tw-scene__list {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .tw-scene__list {
    margin-top: 30px;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .tw-scene__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
}

.tw-scene__item::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .tw-scene__item::after {
    display: none;
  }
}

.tw-scene__icon {
  float: left;
  width: 60px;
  aspect-ratio: 1 / 1;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 50%;
  outline: 3px solid #783e8f;
  outline-offset: -3px;
}

@media screen and (min-width: 768px) {
  .tw-scene__icon {
    float: none;
    width: 100px;
    margin-right: 0;
    flex-shrink: 0;
    outline: 5px solid #783e8f;
    outline-offset: -5px;
  }
}

.tw-scene__text {
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .tw-scene__text {
    padding-top: 0;
    flex: 1;
    min-height: 100px;
    margin: 0;
    display: flex;
    align-items: center;
  }
}

.tw-scene__overview {
  margin-top: 40px;
  padding: 20px 0;
  background-image:
    linear-gradient(to right, #707070 2px, transparent 2px),
    linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position:
    left top,
    left bottom;
}

@media screen and (min-width: 768px) {
  .tw-scene__overview {
    margin-top: 56px;
  }
}

.tw-scene__overview-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .tw-scene__overview-title {
    font-size: 22px;
  }
}

.tw-scene__overview-list {
  margin-top: 16px;
  display: grid;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .tw-scene__overview-list {
    gap: 16px;
  }
}

.tw-scene__overview-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 16px;
  line-height: 1.8;
}

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

/* ■ を固定幅にし、改行後の行頭を本文左端に揃える（ぶら下げ） */
.tw-scene__overview-item::before {
  content: "■";
  flex-shrink: 0;
}

/* tw-scene__special-link（Scene直後のリンクボックス）================================================*/
.tw-scene__special-link {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .tw-scene__special-link {
    margin-top: 56px;
  }
}

/* Mobile (default): 縦積み  [黒ラベル] / [白タイトル] / [矢印] */
.tw-scene__special-link-inner {
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: background-color .2s ease;
}

a.tw-scene__special-link-inner:hover {
  background-color: #CCCCCC;
}

.tw-scene__special-link-label {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  word-spacing: 0.2em;
  padding: 18px 16px;
  line-height: 1.4;
}

.tw-scene__special-link-label b {
  font-weight: 700;
  margin-left: 0.15em;
}

.tw-scene__special-link-title {
  display: block;
  padding: 20px 20px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.tw-scene__special-link-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 18px;
  color: #000;
}

.tw-scene__special-link-arrow svg {
  width: 14px;
  height: 22px;
}

/* PC (768px 以上): 横並び  [黒ラベル | 白タイトル | 矢印] */
@media screen and (min-width: 768px) {
  .tw-scene__special-link-inner {
    display: grid;
    grid-template-columns: 170px 1fr auto;
    align-items: stretch;
    min-height: 58px;
  }

  .tw-scene__special-link-label {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.3;
  }

  .tw-scene__special-link-title {
    padding: 15px 24px;
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .tw-scene__special-link-arrow {
    padding: 0 28px;
    align-items: center;
  }

  .tw-scene__special-link-arrow svg {
    width: 12px;
    height: 20px;
  }
}

/* tw-summary（記事全体のハイライト）================================================*/
.tw-summary {
  padding-top: 44px;
}

@media screen and (min-width: 768px) {
  .tw-summary {
    padding-top: 44px;
  }
}

.tw-summary__inner {
  background-color: #f3ecf6;
  border-left: 8px solid #783e8f;
  padding: 24px 20px;
}

@media screen and (min-width: 768px) {
  .tw-summary__inner {
    padding: 36px 40px;
  }
}

.tw-summary__text {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #2d1a3e;
}

@media screen and (min-width: 768px) {
  .tw-summary__text {
    font-size: 24px;
  }
}

/* tw-password（パスワード保護記事の入力フォーム）================*/
.tw-password {
  padding: 60px 0 80px;
}

@media screen and (min-width: 768px) {
  .tw-password {
    padding: 100px 0 140px;
  }
}

.tw-password__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.tw-password__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #2d1a3e;
}

@media screen and (min-width: 768px) {
  .tw-password__title {
    font-size: 24px;
  }
}

.tw-password__lead {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.tw-password__error {
  margin: 20px 0 0;
  padding: 12px 16px;
  border: 1px solid #c0392b;
  background-color: #fdf1f0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  color: #c0392b;
}

.tw-password__form {
  margin: 28px auto 0;
  display: grid;
  gap: 12px;
  justify-items: stretch;
  max-width: 360px;
}

.tw-password__label {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  color: #2d1a3e;
}

.tw-password__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
}

.tw-password__input:focus {
  outline: 2px solid #0166b1;
  outline-offset: 1px;
}

.tw-password__submit {
  padding: 14px 20px;
  border: none;
  border-radius: 2px;
  background: linear-gradient(45deg, #783e8f, #0166b1);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.tw-password__submit:hover {
  opacity: 0.85;
}

/* tw-message ================================================*/
@media screen and (min-width: 768px) {
  .tw-message__br {
    display: none;
  }
}

.tw-message__inner {
  padding-top: 64px;
}

@media screen and (min-width: 768px) {
  .tw-message__inner {
    padding-top: 90px;
  }
}

.tw-message__box {
  border: 1px solid #000;
  background-color: #fff;
  padding: 30px 16px;
  position: relative;
  width: calc(100% - 10px);
}

@media screen and (min-width: 768px) {
  .tw-message__box {
    padding: 36px 24px 48px;
  }
}

.tw-message__box::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #999999;
  z-index: -1;
}

.tw-message__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tw-message__title {
    text-align: left;
  }
}

.tw-message__text {
  margin-top: 32px;
  font-family: "YuMincho", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tw-message__text {
    margin-top: 16px;
    text-align: left;
  }
}

/* tw-back-top-list ================================================*/
.tw-back-top-list {
  margin-top: 68px;
  background: linear-gradient(45deg, #783e8f, #0166b1);
  height: 100px;
  display: grid;
  place-items: center;
  margin-bottom: -50px;
}

@media screen and (min-width: 768px) {
  .tw-back-top-list {
    margin-top: 110px;
  }
}


/**
 * =========================================================
 * Insights Filter
 * =========================================================
 */
.insights-archive {
  margin-top: 5em;
}
.insights-filter__groups-header {
  display: flex;
  background-color: #e7e7e7;
  padding: 2em 0;
}
.insights-filter__groups-header-inner {
  display: flex;
  margin: 0 auto;
  gap: 30px;
}
.insights-filter__groups .insights__header {
  width: 100%;
  background-color: #e7e7e7;
}
.insights-filter__groups .insights__header .insights__header-inner {
  margin: 0 auto;
  padding: 4em 0 2em;
}
.insights__header-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-bottom: 1em;
}
.insights__header-lead {
  font-size: min(3.666667vw, 36px);
  font-weight: 600;
  line-height: min(4.1666666667vw, 50px);
}
@media screen and (max-width: 768px) {
.insights-filter__groups-header-inner {
  flex-wrap: wrap;
}
.insights-filter__groups .insights__header .insights__header-inner {
  padding: 2em 0 1em;
}
.insights__header-lead {
  font-size: 24px;
  line-height: 1.4;
}
}

/*
 * =========================================
 * Filter
 */
.insights-filter {
  width: 100%;
}
/*
 * =========================================
 * Filter Heading
 */
.insights-filter__heading {
  padding: 25px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 16px;
  font-weight: 700;
}
/*
 * =========================================
 * Filter Groups
 */
.insights-filter__groups {
  position: relative;
}
/*
 * 各グループ
 */
.insights-filter__group {
  position: relative;
  border-bottom: 1px solid #222;
  width: 25%;
}
@media screen and (max-width: 768px) {
.insights-filter__group {
  width: 100%;
}
}
/*
 * =========================================
 * Group Toggle
 */
.insights-filter__group-toggle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  border: 0;
  background: #e7e7e7;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
/*
 * =========================================
 * 下向き矢印「>」をCSSで作成
 */
.insights-filter__group-icon {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}
/*
 * 矢印 閉じている状態 → 下向き
 */
.insights-filter__group-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg);
  transition: transform .25s ease;
}
/*
 * 開いている状態 → 上向き
 */
.insights-filter__group.is-open
.insights-filter__group-icon::before {
  top: 8px;
  left: 5px;
  transform: rotate(225deg);
}
/*
 * =========================================
 * 開いている状態「>」を上向きにする
 */
.insights-filter__group.is-open
.insights-filter__group-icon::before {
  transform: translate(-50%, -50%) rotate(230deg);
}
.insights-filter__group.is-open
.insights-filter__group-icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
/*
 * =========================================
 * Group Panel
 * 絶対配置にして、
 * 下のコンテンツを押し下げない
 */
.insights-filter__group-panel {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #f2f2f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transform: translateY(-5px);
  transition:
      opacity .25s ease,
      transform .25s ease,
      visibility .25s ease;
}
/*
 * =========================================
 * 開いた状態
 */
.insights-filter__group.is-open
.insights-filter__group-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
/*
 * =========================================
 * Group Content
 */
.insights-filter__group-content {
  display: flex;
  gap: 0 20px;
  padding: 0;
  flex-direction: column;
}
/*
 * =========================================
 * Option
 */
.insights-filter__option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 30px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  padding: 15px;
}
.insights-filter__option:hover {
  background-color: #d6d6d6;
}
/*
 * 元のinputを非表示
 */
.insights-filter__option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
/*
 * =========================================
 * Custom Check
 */
.insights-filter__custom {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid #222;
}
/*
* =========================================
* Radio
*/
.insights-filter__option--radio
.insights-filter__custom {
  border-radius: 50%;
}
/*
* Radio Checked
*/
.insights-filter__option--radio
input:checked
~ .insights-filter__custom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #222;
  transform: translate(-50%, -50%);

}
/*
 * =========================================
 * Checkbox
 */
.insights-filter__option--checkbox
input:checked
~ .insights-filter__custom::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  transform: translate(-50%, -50%);
}
/*
 * =========================================
 * CLEAR ALL
 */
.insights-filter__actions {
  padding: 0;
  width: 25%;
  display: flex;
  align-items: center;
}
.insights-filter__clear {
  padding: 0;
  border: 0;
  background: transparent;
  color: #1c80be;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #1c80be;
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.insights-filter__actions {
  width: 100%;
}
}
/*
 * =========================================
 * Results
 */
.insights-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 30px;
  margin-top: 60px;
  transition: opacity .3s ease;
  margin: 3em auto;
}
.insights-results.is-loading {
  opacity: .35;
  pointer-events: none;
}
/*
 * =========================================
 * Item
 */
.insights-item__link {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.insights-item__image {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  position: relative;
}
.insights-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.insights-item__name {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  bottom: 0;
  background-color: #000;
  color: #fff;
  z-index: 3;
  padding: .2em .7em;
}
.insights-item__link:hover
.insights-item__image img {
  transform: scale(1.04);
}
.insights-item__new {
  position: absolute;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  top: 0;
  left: 0;
  background-color: #524bb9;
  padding: 5px 10px 2px;
}
.insights-item__date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
}
.insights-item__title {
  margin-top: min(1.1666666667vw, 14px);
  font-size: min(1.3333333333vw, 16px);
  line-height: min(2.3333333333vw, 28px);
  margin-bottom: 1em;
}
.insights-item__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 15px;
}
.insights-item__category {
  font-size: 12px;
  line-height: 1.5;
}
/*
 * =========================================
 * No Result
 */
.insights-no-result {
  grid-column: 1 / -1;
  padding: 50px 0;
}
/*
 * =========================================
 * Load More
 */
.insights-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
.insights-load-more {
  min-width: 180px;
  padding: 15px 30px;
  border: 1px solid #222;
  background: #222;
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  cursor: pointer;
  transition:
      background .3s ease,
      color .3s ease,
      opacity .3s ease;
  text-align: center;
}
.insights-load-more:hover {
  background: #fff;
  color: #222;
}
.insights-load-more.is-loading {
  opacity: .5;
}
.insights-load-more:disabled {
  cursor: wait;
}
/*
 * =========================================
 * Tablet
 */
@media screen and (max-width: 1024px) {
  .insights-filter__group-content {
      grid-template-columns:
          repeat(3, minmax(0, 1fr));
  }
  .insights-results {
      grid-template-columns:
          repeat(2, minmax(0, 1fr));
  }
}
/*
 * =========================================
 * Smartphone
 */
@media screen and (max-width: 767px) {
  .insights-filter__heading {
      padding: 20px 0;
  }
  .insights-filter__group-toggle {
      padding: 20px 0;
      font-size: 16px;
  }
  .insights-filter__group-content {
      grid-template-columns:
          repeat(2, minmax(0, 1fr));
      gap: 15px;
  }
  .insights-results {
      grid-template-columns: 1fr;
      gap: 35px;
      margin-top: 40px;
  }
  .insights-load-more-wrap {
      margin-top: 40px;
  }
}
.article-bottom__tags-link.tag-purple {
  background-color: #8c6c95;
  color: #fff;
}
.tag-purple-txt {
  color: #8c6c95;
}
.article-bottom__tags-list .article-bottom__tags-list {
  color: #888;
  gap: 5px 10px;
}
.author-box {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  margin: 2em 0 1em;
}
.author-box__ph {
  width: 100px;
}
.author-box__ph img {
  border-radius: 100px;
}
.author-box__nameset {
  flex: 1;
}
.author-box__nameset-name {
  font-size: 21px!important;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.author-box__nameset-position {
  font-size: 15px!important;
  color: #888;
  margin-top: .5em !important;
}