@charset "utf-8";

/*====================
  固定ページB用
====================*/
.l-contentsAboutPage {
  color: #000;
  background: #fff;
}

.l-contentsAboutPage_article {
  padding: 0 2rem 11rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_article {
    margin-bottom: 0;
    padding: 0 0 6.5rem;
  }
}

/*----- メインビジュアル -----*/
.l-contentsAboutPage_mVisual {
  padding: 0 0 9.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_mVisual {
    padding-bottom: 12.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_mVisual {
    padding: 0 0 4rem;
  }
}

/* 動画の場合 */
.l-contentsAboutPage_mVisual--video {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: calc(100% / 1920 * 1080);
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_mVisual--video {
    margin: 0 0 4rem;
    padding-bottom: calc(100% / 1920 * 1080);
  }
}

.l-contentsAboutPage_mVisual--video_thumbnail {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-contentsAboutPage_mVisual--video_video {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-contentsAboutPage_mVisual--video:not(.play)
  .l-contentsAboutPage_mVisual--video_thumbnail
  + .l-contentsAboutPage_mVisual--video_video {
  display: none;
}

.l-contentsAboutPage_mVisual--video_playicon {
  transition: all 0.3s ease;
  pointer-events: none;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  font-size: 1rem;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.l-contentsAboutPage_mVisual--video_playicon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  height: 0;
  border-top: 2.1em solid transparent;
  border-bottom: 2.1em solid transparent;
  border-left: 2.7em solid #fff;
}

.l-contentsAboutPage_mVisual--video.play .l-contentsAboutPage_mVisual--video_thumbnail {
  display: none;
}

.l-contentsAboutPage_mVisual--video.play .l-contentsAboutPage_mVisual--video_video {
  pointer-events: all;
}

.l-contentsAboutPage_mVisual--video.play .l-contentsAboutPage_mVisual--video_playicon {
  opacity: 0;
}

/*----- 上部コンテンツ -----*/
.l-contentsAboutPage_topContent {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_topContent {
    flex-direction: column;
  }
}

/*----- テキスト -----*/
.l-contentsAboutPage_text {
  flex-basis: 92rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_text {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_text {
    order: 1;
    padding: 0 2rem;
  }
}

.l-contentsAboutPage_text > *:first-child {
  margin-top: 0 !important;
}

.l-contentsAboutPage_text > *:last-child {
  margin-bottom: 0 !important;
}

.l-contentsAboutPage_text h1,
.l-contentsAboutPage_text h2,
.l-contentsAboutPage_text h3,
.l-contentsAboutPage_text h4,
.l-contentsAboutPage_text h5,
.l-contentsAboutPage_text h6 {
  font-weight: 600;
  line-height: 1.6;
}

.l-contentsAboutPage_text h1 {
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 0 0 4.5rem;
}

.l-contentsAboutPage_text h2,
.l-contentsAboutPage_text h3 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1.5rem 0 7rem;
}

@media only screen and (max-width: 767px) {
  .l-contentsAboutPage_text h2,
  .l-contentsAboutPage_text h3 {
    font-size: 1.5rem;
  }
}

.l-contentsAboutPage_text h4 {
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 0.3em;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.l-contentsAboutPage_text h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 24px;
  border-bottom: solid 2px #000;
  border-bottom-width: 2px;
}

.l-contentsAboutPage_text ol,
.l-contentsAboutPage_text p,
.l-contentsAboutPage_text td,
.l-contentsAboutPage_text th,
.l-contentsAboutPage_text ul {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1.5rem 0 4.5rem;
}

@media only screen and (max-width: 767px) {
  .l-contentsAboutPage_text ol,
  .l-contentsAboutPage_text p,
  .l-contentsAboutPage_text td,
  .l-contentsAboutPage_text th,
  .l-contentsAboutPage_text ul {
    font-size: 1.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
}

.l-contentsAboutPage_text ol,
.l-contentsAboutPage_text ul {
  list-style: disc;
  margin-left: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .l-contentsAboutPage_text ol,
  .l-contentsAboutPage_text ul {
    margin-left: 2.5rem;
  }
}

.l-contentsAboutPage_text a {
  text-decoration: underline;
  cursor: pointer;
}

.l-contentsAboutPage_text img[width] {
  width: auto;
}

.l-contentsAboutPage_text img[height] {
  height: auto;
}

.l-contentsAboutPage_text em {
  font-style: italic;
}

/*----- 受賞歴 -----*/
.l-contentsAboutPage_awards {
  min-width: calc(100% - 92rem);
  max-width: calc(100% - 92rem);
  margin: 4rem 0 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_awards {
    display: flex;
    flex-wrap: wrap;
    min-width: min-content;
    max-width: max-content;
    width: 100%;
    margin: 7.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_awards {
    order: 3;
    min-width: 100%;
    margin: 5rem 0 0;
    padding: 0 2rem;
  }
}

.l-contentsAboutPage_awards--item {
  display: flex;
  justify-content: center;
  width: 23rem;
  margin: 0 auto 8rem;
  padding-left: 10rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_awards--item {
    width: 12rem;
    margin: 0 3rem 5rem;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_awards--item {
    width: 50%;
    margin: 0 0 5rem;
    padding: 0;
  }

  .l-contentsAboutPage_awards--item > * {
    width: 50%;
    margin: 0 auto;
  }
}

/*----- ロール -----*/
.l-contentsAboutPage_role {
  margin-top: 5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_role {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_role {
    order: 2;
    margin-top: 2rem;
    padding: 5rem 9%;
    background: #e5e5e1;
  }
}

.l-contentsAboutPage_role--head {
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.l-contentsAboutPage_role--body {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_role--body {
    font-size: 2.4rem;
  }
}

/*----- 下部コンテンツ -----*/
.l-contentsAboutPage_bottomContent {
  display: flex;
  gap: 5.5rem;
  margin-top: 8rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_bottomContent {
    gap: 3%;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_bottomContent {
    display: block;
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

/*----- エージェンシー -----*/
.l-contentsAboutPage_agencies {
  flex-basis: 27.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_agencies {
    flex-basis: 47%;
  }
}

.l-contentsAboutPage_agencies--head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: calc(36 / 24);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_agencies--head {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.l-contentsAboutPage_agencies--list {
  margin-top: 1rem;
}

.l-contentsAboutPage_agencies--list_item {
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_agencies--list_item {
    line-height: calc(23 / 20);
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_agencies--list_item {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
  }
}

/*----- エクスパタイズ -----*/
.l-contentsAboutPage_expertise {
  flex-basis: 22rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_expertise {
    flex-basis: 42%;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_expertise {
    margin-top: 3.4rem;
  }
}

.l-contentsAboutPage_expertise--head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: calc(36 / 24);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_expertise--head {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.l-contentsAboutPage_expertise--list {
  margin-top: 1rem;
}

.l-contentsAboutPage_expertise--list_item {
  display: inline;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_expertise--list_item {
    line-height: calc(23 / 20);
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutPage_expertise--list_item {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
  }
}

.l-contentsAboutPage_expertise--list_item:after {
  content: ", ";
}

/*----- 前へ、次へ -----*/
.l-contentsAboutPage_controls {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  background: #c8c7c4;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutPage_controls {
    display: none;
  }
}

.l-contentsAboutPage_controls--item {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  height: 10rem;
}

.l-contentsAboutPage_controls--item_text--brand {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.35;
}

.l-contentsAboutPage_controls--item_text--name {
  font-size: 1.6rem;
  line-height: 1.35;
}

.l-contentsAboutPage_controls--item_arrow {
  width: 3rem;
}

/* 次へのみ */
.l-contentsAboutPage_controls--item {
  text-align: right;
}

/* 真ん中 */
.l-contentsAboutPage_controls--totop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto;
  width: 3.2rem;
}
