@charset "utf-8";

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

/*----------
  共通パーツ
----------*/
/* 見出し1 */
.l-contentsAboutApproach_sectionHead {
  position: relative;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 6rem;
  padding: 12.5rem 0 1.5rem;
}

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_sectionHead {
    position: relative;
    z-index: 10;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding: 4rem 0 4.5rem;
  }
}

.l-contentsAboutApproach_sectionHead::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-contentsAboutApproach_sectionHead::after {
    bottom: 3rem;
    width: 3rem;
    height: 0.3rem;
  }
}

/* 見出し2 */
.l-contentsAboutApproach_sectionSubHead {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: calc(30 / 24);
  margin-bottom: 8rem;
}

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_sectionSubHead {
    font-size: 2rem;
    line-height: calc(30 / 20);
    text-align: center;
    margin-bottom: 5rem;
  }
}

/* 矢印 */
.l-contentsAboutApproach_arrowRight {
  position: relative;
  display: inline-block;
  width: 0;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_arrowRight {
    display: block;
    margin: 4rem auto;
  }
}

.l-contentsAboutApproach_arrowRight::before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 40%;
  font-size: 1.2rem;
  line-height: 0;
  content: "\e814";
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_arrowRight::before {
    display: none;
  }
}

.l-contentsAboutApproach_arrowRight::after {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  content: "\e801";
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_arrowRight::after {
    transform: translateX(-50%);
    font-size: 1.5rem;
    line-height: 4rem;
    color: #000;
    height: 4rem;
    width: 4rem;
    margin: 0;
    background: #c8c7c4;
    border-radius: 50%;
  }
}

/*----------
  MV
----------*/
.l-contentsAboutApproach_mv {
  min-height: 76rem;
  padding: 12.5rem 0;
  background: url("../images/about/approach/mv_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_mv {
    min-height: 49.4rem;
    padding: 8.2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_mv {
    color: #fff;
    min-height: 55rem;
    padding: 5.5rem 6% 10rem;
    background-image: url("../images/about/approach/mv_bg_sp.jpg");
  }
}

.l-contentsAboutApproach_mv--text {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 15%;
  padding: 7rem;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_mv--text {
    font-size: 2.4rem;
    margin: 0 8%;
    padding: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_mv--text {
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: none;
  }
}

/*----------
  APPROACH
----------*/
.l-contentsAboutApproach_approach {
  padding: 0 3% 11rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_approach {
    padding-bottom: 8rem;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_approach .l-contentsAboutApproach_sectionHead {
    margin-top: -9rem;
    background: #fff;
  }
}

.l-contentsAboutApproach_approach--column {
  column-count: 2;
  column-gap: 4rem;
  margin-bottom: 6rem;
}

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_approach--column {
    column-count: unset;
    margin-bottom: 5rem;
  }
}

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

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

.l-contentsAboutApproach_approach--icon {
  width: 9rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_approach--icon {
    width: 5.4rem;
  }
}
.l-contentsAboutApproach_approach--img {
  width: 20rem;
  height:auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_approach--img {
    width: 10rem;
    height: auto;
  }
}

/*----------
  MW SUSTAINABILITY
----------*/
.l-contentsAboutApproach_sustainability {
  text-align: center;
  color: #fff;
  min-height: 90rem;
  background: url("../images/about/approach/global-network_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_sustainability {
    min-height: 58.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_sustainability {
    position: relative;
    min-height: 58rem;
  }
}

.l-contentsAboutApproach_sustainability .l-contentsAboutApproach_sectionHead {
  padding-top: 30rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_sustainability .l-contentsAboutApproach_sectionHead {
    padding-top: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_sustainability .l-contentsAboutApproach_sectionHead {
    padding-top: 13.5rem;
  }
}

.l-contentsAboutApproach_sustainability--inner {
  padding: 0 20%;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_sustainability--inner {
    padding: 0 8%;
  }
}

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

.l-contentsAboutApproach_sustainability--text {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
}

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_sustainability--text {
    font-size: 1.9rem;
  }
}

/*----------
  INNOVATION
----------*/
.l-contentsAboutApproach_innovation {
  padding: 0 3% 11.5rem;
  background: #f3f3f3;
}

/* @media screen and (max-width: 767px) {
  .l-contentsAboutApproach_innovation {
    padding-bottom: 8rem;
  }
} */

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

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

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_innovation .l-contentsAboutApproach_sectionHead {
    margin-top: -9rem;
    background: #f3f3f3;
  }
}

.l-contentsAboutApproach_innovation--text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  column-count: 2;
  column-gap: 4rem;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_innovation--text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    column-count: unset;
  }
}

/*----------
  MW TRUTH CENTRAL
----------*/
.l-contentsAboutApproach_truth {
  text-align: center;
  color: #fff;
  min-height: 90rem;
  background: url("../images/about/approach/truth_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_truth {
    min-height: 58.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_truth {
    position: relative;
    min-height: 68rem;
    background-image: url("../images/about/approach/truth_bg_sp.jpg");
  }
}

.l-contentsAboutApproach_truth .l-contentsAboutApproach_sectionHead {
  padding-top: 26.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_truth .l-contentsAboutApproach_sectionHead {
    padding-top: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_truth .l-contentsAboutApproach_sectionHead {
    padding-top: 13.5rem;
  }
}

.l-contentsAboutApproach_truth--inner {
  padding: 0 20%;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_truth--inner {
    padding: 0 8%;
  }
}

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

.l-contentsAboutApproach_truth--text {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
}

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_truth--text {
    font-size: 1.9rem;
  }
}

/*----------
  THOUGHT LEADERSHIP
----------*/
.l-contentsAboutApproach_leadership {
  padding: 0 3% 14rem;
}

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

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

.l-contentsAboutApproach_leadership--text {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: calc(30 / 24);
  margin: 0 16%;
}

@media screen and (max-width: 1199px) {
  .l-contentsAboutApproach_leadership--text {
    font-size: 2.2rem;
    line-height: calc(30 / 22);
    width: 94%;
    margin: 0 auto;
    padding: 0 calc(100% * 0.94 * 0.11);
  }
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_leadership--text {
    font-size: 2rem;
    line-height: calc(30 / 20);
    text-align: center;
    padding: 0 calc(100% * 0.94 * 0.06);
    margin: 0 3%;
  }
}

.l-contentsAboutApproach_leadership--links {
  display: flex;
  max-width: 102.4rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_leadership--links {
    display: block;
    margin-top: 5rem;
  }
}

.l-contentsAboutApproach_leadership--links_slide {
  flex: 1;
  display: flex;
  padding: 0.5rem;
}

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

.l-contentsAboutApproach_leadership--links_item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  min-height: 34rem;
  padding: 0 2rem 4rem;
  background: #666;
}

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_leadership--links_slide {
    min-height: 30rem;
  }
}

.l-contentsAboutApproach_leadership--links_item--title {
  position: relative;
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin: calc((100% - 2rem) * 0.05);
  padding: 0 0 2rem;
}

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

@media screen and (max-width: 767px) {
  .l-contentsAboutApproach_leadership--links_item--title {
    font-size: 1.9rem;
  }
}

.l-contentsAboutApproach_leadership--links_item--title::after {
  transform: translateX(-50%);
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.4rem;
  height: 0.2rem;
  background: currentColor;
}

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

/* 順番で色を変える */
.l-contentsAboutApproach_leadership--links_slide:nth-child(4n + 1) .l-contentsAboutApproach_leadership--links_item {
  color: #fff;
  background: #9eb7f8;
}

.l-contentsAboutApproach_leadership--links_slide:nth-child(4n + 2) .l-contentsAboutApproach_leadership--links_item {
  color: #fff;
  background: #3d3e52;
}

.l-contentsAboutApproach_leadership--links_slide:nth-child(4n + 3) .l-contentsAboutApproach_leadership--links_item {
  color: #000;
  background: #dde0ef;
}

.l-contentsAboutApproach_leadership--links_slide:nth-child(4n + 4) .l-contentsAboutApproach_leadership--links_item {
  color: #fff;
  background: #8189cf;
}
