@charset "utf-8";

/*====================
  TRUTHページ
====================*/
.l-contentsAboutTruth_body {
  background: #fff;
  color: #000;
}

/*----------
  MV
----------*/
.l-contentsAboutTruth_mv {
  position: relative;
  color: #fff;
  padding: 7rem 16% 24.5rem;
  background: #000;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_mv {
    padding: 7rem 9% 16.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_mv {
    padding: 5.5rem 15% 12rem;
  }
}

.l-contentsAboutTruth_mv--title {
  font-weight: 400;
  font-size: 4.4rem;
  line-height: calc(60 / 44);
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_mv--title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_mv--title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

/*----------
  サマリー
----------*/
.l-contentsAboutTruth_summaries {
  margin-top: -16.5rem;
  padding: 0 0 10rem;
}

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

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

.l-contentsAboutTruth_summaries--inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}

.l-contentsAboutTruth_summaries--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10rem 4rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_summaries--list {
    gap: 10rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_summaries--list {
    gap: 5.5rem 0;
  }
}

.l-contentsAboutTruth_summaries--list_item {
  transition: 0.3s ease;
  transform: scale(0);
  flex-basis: 40rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_summaries--list_item {
    flex-basis: 26rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_summaries--list_item {
    flex-basis: 20rem;
  }
}

.l-contentsAboutTruth_summaries--list_item.show {
  transform: scale(1);
}

.l-contentsAboutTruth_summaries--list_item--details {
  position: relative;
  text-align: center;
  margin-top: 3.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_summaries--list_item--details {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_summaries--list_item--details {
    margin-top: 1.5rem;
    padding-bottom: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_summaries--list_item--details:after {
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 3rem;
    height: 0.3rem;
    background: currentColor;
  }
}

.l-contentsAboutTruth_summaries--list_item--details_text {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_summaries--list_item--details_text {
    font-size: 1rem;
    padding-bottom: 0;
  }
}

.l-contentsAboutTruth_summaries--list_item--details_text:after {
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_summaries--list_item--details_text:after {
    display: none;
  }
}

.l-contentsAboutTruth_summaries--list_item--details_text strong {
  display: block;
  font-size: 165%;
  margin: 1rem auto 0;
}

.l-contentsAboutTruth_summaries--list_item--details_download {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_summaries--list_item--details_download {
    font-size: 1rem;
  }
}

.l-contentsAboutTruth_summaries--list_item--details_download i {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.4;
  vertical-align: top;
}

.l-contentsAboutTruth_summaries--list_item--details_download i::before {
  font-family: fontello;
  content: "\e801";
}

/*----------
  Creative Impact Starts with Deep Cultural Knowledge
----------*/
.l-contentsAboutTruth_knowledge {
  padding: 8.5rem 3% 13.5rem;
  background: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_knowledge {
    padding: 8.5rem 3% 2.5rem;
    background: #f3f3f3;
  }
}

.l-contentsAboutTruth_knowledge--inner {
  margin: 0 16%;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_knowledge--inner {
    margin: 0 11%;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_knowledge--inner {
    margin: 0 6%;
  }
}

.l-contentsAboutTruth_knowledge--title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: calc(30 / 24);
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_knowledge--title {
    font-size: 2.2rem;
    line-height: calc(30 / 22);
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_knowledge--title {
    font-size: 2rem;
    line-height: calc(30 / 20);
  }
}

.l-contentsAboutTruth_knowledge--column {
  column-count: 2;
  column-gap: 4rem;
  margin-top: 8rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_knowledge--column {
    column-gap: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_knowledge--column {
    column-count: 1;
    margin-top: 5rem;
  }
}

.l-contentsAboutTruth_knowledge--column_text {
  display: inherit;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  break-inside: avoid;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_knowledge--column_text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 5rem;
  }
}

/*----------
  WATCH VIDEO
----------*/
.l-contentsAboutTruth_watchvideo {
  position: relative;
  min-height: 68rem;
  padding: 22rem 0 0;
  background: url("../images/about/truth/truthcentral_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_watchvideo {
    min-height: 44rem;
    padding: 10.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_watchvideo {
    min-height: 51rem;
    padding: 15.5rem 0 0;
    background-image: url("../images/about/truth/truthcentral_bg_sp.jpg");
  }
}

.l-contentsAboutTruth_watchvideo--link {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_watchvideo--link {
    width: 19.5rem;
    height: 19.5rem;
  }
}

.l-contentsAboutTruth_watchvideo--link::before {
  transition: 0.3s ease;
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.l-contentsAboutTruth_watchvideo--link:hover::before {
  transform: scale(1.1);
}

.l-contentsAboutTruth_watchvideo--link_head {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_watchvideo--link_head {
    font-size: 1rem;
    padding-bottom: 1.8rem;
  }
}

.l-contentsAboutTruth_watchvideo--link_head::after {
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_watchvideo--link_head::after {
    width: 3rem;
    height: 0.3rem;
  }
}

.l-contentsAboutTruth_watchvideo--link_head--title {
  display: block;
  margin: 1rem auto 0;
  font-size: 165%;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_watchvideo--link_head--title {
    margin-top: 0.7rem;
  }
}

.l-contentsAboutTruth_watchvideo--link_bottom {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_watchvideo--link_bottom {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.l-contentsAboutTruth_watchvideo--link:hover .l-contentsAboutTruth_watchvideo--link_bottom {
  text-decoration: underline;
}

.l-contentsAboutTruth_watchvideo--video {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/*----------
  TRUTH STUDIES
----------*/
.l-contentsAboutTruth_studies {
  padding: 12.5rem 3% 13rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_studies {
    padding: 4rem 3% 10rem;
  }
}

.l-contentsAboutTruth_studies--title {
  position: relative;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_studies--title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_studies--title {
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

.l-contentsAboutTruth_studies--title::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background: currentColor;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_studies--title::after {
    width: 3rem;
    height: 0.3rem;
  }
}

.l-contentsAboutTruth_studies--text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin: 6rem 16% 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_studies--text {
    margin: 6rem 11% 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_studies--text {
    font-size: 1.5rem;
    margin: 4.5rem 6% 0;
  }
}

.l-contentsAboutTruth_studies--list {
  max-width: 100rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_studies--list {
    max-width: 68rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_studies--list {
    max-width: 25rem;
  }
}

.l-contentsAboutTruth_studies--list_item--image {
  margin: 0 calc((100% - 22rem) / 2);
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_studies--list_item--image {
    margin: 0 calc((100% - 20rem) / 2);
  }
}

.l-contentsAboutTruth_studies--list_item--details {
  margin: 2rem calc((100% - 22rem) / 2) 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_studies--list_item--details {
    margin: 1.5rem calc((100% - 20rem) / 2) 0;
  }
}

.l-contentsAboutTruth_studies--list_item--details_text {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_studies--list_item--details_text {
    font-size: 1rem;
  }
}

.l-contentsAboutTruth_studies--list_item--details_text strong {
  display: block;
  font-size: 125%;
  margin: 1rem auto 0;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_studies--list_item--details_text strong {
    font-size: 165%;
  }
}

.l-contentsAboutTruth_studies--list .slick-arrow {
  cursor: pointer;
  opacity: 0.5;
  transform: translateY(-50%);
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: 11rem;
  font-family: fontello;
  color: #fff;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  background: 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_studies--list .slick-arrow {
    top: 10rem;
  }
}

.l-contentsAboutTruth_studies--list .slick-arrow::before {
  position: static;
  display: block;
  margin: 0;
  color: #000;
  font-size: 3rem;
  text-indent: 0;
}

.l-contentsAboutTruth_studies--list .slick-arrow.slick-prev {
  left: -3rem;
}

.l-contentsAboutTruth_studies--list .slick-arrow.slick-prev::before {
  content: "\e807";
}

.l-contentsAboutTruth_studies--list .slick-arrow.slick-next {
  right: -3rem;
}

.l-contentsAboutTruth_studies--list .slick-arrow.slick-next::before {
  content: "\e801";
}

/*----------
  Contact
----------*/
.l-contentsAboutTruth_contact {
  color: #fff;
  padding: 22rem 10rem 5rem;
  background: url("../images/about/truth/contact_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_contact {
    padding: 11.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_contact {
    color: #fff;
    padding: 8rem 10% 8.2rem;
    background: #3c3d41;
  }
}

.l-contentsAboutTruth_contact--title {
  font-weight: 500;
  font-size: 1.65rem;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.l-contentsAboutTruth_contact--text {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 0 9%;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_contact--text {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 0 9%;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_contact--text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 2.2rem;
    padding: 0;
  }
}

.l-contentsAboutTruth_contact--list {
  display: flex;
  justify-content: center;
  margin-top: 13.5rem;
  /* background: #000; */
}

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

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_contact--list {
    justify-content: center;
    margin-top: 7.5rem;
    background: none;
  }
}

.l-contentsAboutTruth_contact--list_mail {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  vertical-align: middle;
  text-transform: uppercase;
  width: 20rem;
  height: 8rem;
  background: #c8c7c4;
}

.l-contentsAboutTruth_contact--list_info {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding-left: 4.5rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_contact--list_info {
    flex-direction: column;
    font-size: 1rem;
    text-align: center;
    padding: 0;
  }
}

.l-contentsAboutTruth_contact--list_info--inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_contact--list_info--inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_contact--list_info {
    display: flex;
    flex-direction: column;
  }
}

.l-contentsAboutTruth_contact--list_info--address {
  display: block;
  width: 28%;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_contact--list_info--address {
    display: inline-block;
    width: auto;
  }
}

.l-contentsAboutTruth_contact--list_info--address span {
  display: block;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_contact--list_info--address span {
    display: inline-block;
  }
}

.l-contentsAboutTruth_contact--list_info--email {
  display: block;
  text-align: center;
  width: 28%;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutTruth_contact--list_info--email {
    display: inline-block;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutTruth_contact--list_info--email {
    margin-top: 1.2rem;
  }
}

.l-contentsAboutTruth_contact--list_info a {
  color: #c8c7c4;
}
