@charset "UTF-8";
/* ==============================================
 * PHILOSOPHY
 *
 * memo:
 *
 * ============================================== */
/* common */
.topics-title-jp {
  line-height: 1.75;
}

.breadcrumbs {
  background-color: transparent;
}

/* effect */
.char {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: opacity;
}

.ribbon-path-top,
.ribbon-path-btm {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
          transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: opacity 10s;
          transition: opacity 10s;
  will-change: opacity, transform;
}
.ribbon-path-top.is-active,
.ribbon-path-btm.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: loop 10s ease-in-out infinite;
          animation: loop 10s ease-in-out infinite;
}

.canvasarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.canvasarea-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  will-change: transform;
}

.ribbon-path-top {
  top: 96px;
  top: 6rem;
  width: 100%;
  height: 264px;
  height: 16.5rem;
}
.ribbon-path-top--1 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top01.png") repeat-x center top;
  z-index: 2;
}
.ribbon-path-top--2 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top02.png") repeat-x center top;
  z-index: 0;
}
.ribbon-path-top--3 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top03.png") repeat-x center top;
  z-index: 3;
}
.ribbon-path-top--4 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top04.png") repeat-x center top;
  z-index: 1;
}

.ribbon-path-btm {
  bottom: 0;
  width: 100%;
  height: 256px;
  height: 16rem;
}
.ribbon-path-btm--1 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_btm01.png") repeat-x center top;
  z-index: 3;
}
.ribbon-path-btm--2 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_btm02.png") repeat-x center top;
  z-index: 4;
}
.ribbon-path-btm--3 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_btm03.png") repeat-x center top;
}
.ribbon-path-btm--4 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_btm04.png") repeat-x center top;
  z-index: 0;
}
.ribbon-path-btm--5 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_btm05.png") repeat-x center top;
  z-index: 2;
}

.story-ribbon {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 142px;
  height: 8.9rem;
  margin: auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  overflow: hidden;
}

.ribbon-pathStory {
  top: 0;
  width: 100%;
  height: 142px;
  height: 8.9rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
          transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: opacity 10s;
          transition: opacity 10s;
  will-change: opacity, transform;
}
.ribbon-pathStory--1 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_story_ribbon01.png") repeat-x center top;
  z-index: 1;
}
.ribbon-pathStory--2 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_story_ribbon02.png") repeat-x center top;
  z-index: 2;
}
.ribbon-pathStory--3 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_story_ribbon03.png") repeat-x center top;
  z-index: 0;
}
.ribbon-pathStory.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: loop 10s ease-in-out infinite;
          animation: loop 10s ease-in-out infinite;
}

.spiral-ribbon {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  height: 30rem;
  margin: auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  overflow: hidden;
}

.ribbon-path-spiral {
  top: 60px;
  width: 100%;
  height: 160px;
  height: 10rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
          transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: opacity 10s;
          transition: opacity 10s;
  will-change: opacity, transform;
}
.ribbon-path-spiral--1 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_spiral_ribbon01.png") repeat-x center top;
  z-index: 2;
}
.ribbon-path-spiral--2 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_spiral_ribbon02.png") repeat-x center top;
}
.ribbon-path-spiral.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: loop 10s ease-in-out infinite;
          animation: loop 10s ease-in-out infinite;
}

.topics-ribbon {
  position: absolute;
  top: 32px;
  top: 2rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 160px;
  height: 10rem;
  margin: auto;
  -webkit-transform: translate3d(0, -30%, 0);
          transform: translate3d(0, -30%, 0);
  overflow: hidden;
}

.ribbon-path-topics {
  top: 0;
  width: 100%;
  height: 160px;
  height: 10rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
          transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transition: opacity 10s;
          transition: opacity 10s;
  will-change: opacity, transform;
}
.ribbon-path-topics--1 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_topics_ribbon01.png") repeat-x center top;
  z-index: 3;
}
.ribbon-path-topics--2 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_topics_ribbon02.png") repeat-x center top;
  z-index: 0;
}
.ribbon-path-topics--3 {
  background: url("/assets/individual/sustainability/diversity/img/ribbon/path_top_topics_ribbon03.png") repeat-x center top;
  z-index: 1;
}
.ribbon-path-topics.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: loop 10s ease-in-out infinite;
          animation: loop 10s ease-in-out infinite;
}

/* ----------------------------------------------------
 * main | intro
 * ---------------------------------------------------- */
.main {
  width: 100%;
  height: calc(100vh - 9rem);
  overflow: hidden;
}

.main-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 43.5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: opacity, display;
  display: none;
}

.main-catch-row {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.main-catch-row + .main-catch-row {
  margin: 48px 0 0;
  margin: 3rem 0 0;
}
.main-catch-row--second {
  text-indent: 0.5em;
}

.char {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-catchEn {
  color: #BBBCBC;
  font-family: "Josefin Sans", sans-serif;
  font-size: 57px;
  font-size: 3.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 43.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -13rem);
          transform: translate(-50%, -13rem);
  overflow: hidden;
}

.main-logo {
  position: absolute;
  top: 43.5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  will-change: opacity, transform;
  width: 121px;
  width: 7.6rem;
}
.main-logo svg {
  width: 100%;
  height: auto;
}

.main-message {
  font-family: "Noto Serif JP", serif;
  font-size: 41px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 43.5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: display;
  display: none;
}

.main-message-paragraph + .main-message-paragraph {
  margin-top: 96px;
  margin-top: 6rem;
}

.main-message-row {
  display: block;
}
.main-message-row + .main-message-row {
  margin-top: 19px;
  margin-top: 1.2rem;
}

.main-scrollBar {
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  z-index: 10;
  width: 1px;
  height: 184px;
  height: 11.5rem;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.main-scrollBar:after {
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  height: 1.5rem;
  will-change: opacity, transform, height, bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  bottom: 0;
  left: 0;
}
.main-scrollBar .main-scrollBar-inner {
  background: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 184px;
  height: 11.5rem;
  will-change: opacity, transform, height, bottom;
}
.main-scrollBar.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-scrollBar.is-active:after {
  -webkit-animation: loopbar-sub 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
          animation: loopbar-sub 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}
.main-scrollBar.is-active .main-scrollBar-inner {
  -webkit-animation: loopbar 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
          animation: loopbar 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}

@-webkit-keyframes loopbar {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    bottom: 11.5rem;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  34% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 11.5rem;
    bottom: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  74% {
    height: 11.5rem;
    bottom: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 0;
    bottom: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
}

@keyframes loopbar {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    bottom: 11.5rem;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  34% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 11.5rem;
    bottom: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  74% {
    height: 11.5rem;
    bottom: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 0;
    bottom: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
}
@-webkit-keyframes loopbar-sub {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    bottom: 1.5rem;
    left: 0.7rem;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  32% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  45% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 1.5rem;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  90% {
    height: 1.5rem;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
}
@keyframes loopbar-sub {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    bottom: 1.5rem;
    left: 0.7rem;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  32% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  45% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 1.5rem;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  90% {
    height: 1.5rem;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
}
/* ----------------------------------------------------
 * our philosophy
 * ---------------------------------------------------- */
.our-philosophy-inner {
  margin: 120px 0;
}

.our-philosophy-wrap {
  width: calc((828/1280)*100%);
  margin: 0 auto;
}
.our-philosophy-wrap a {
  display: block;
  text-align: center;
  border: 1px solid #BBBCBC;
  padding: 44px 10px;
  box-sizing: border-box;
}
.our-philosophy-wrap h2 {
  padding-bottom: 32px;
  font-size: 38px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.our-philosophy-wrap h2 span {
  display: inline-block;
  padding-bottom: 20px;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  color: #BBBCBC;
  letter-spacing: 0.04em;
}
.our-philosophy-wrap p {
  font-size: 28px;
  font-size: 1.8rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.04em;
}
.our-philosophy-wrap p:before {
  content: "";
  display: inline-block;
  width: 64px;
  width: 4rem;
  height: 22px;
  height: 1.4rem;
  margin-right: 10px;
  background: transparent url("/assets/individual/sustainability/diversity/img/philosophy/btn_arrow.svg") no-repeat scroll center center/cover;
}

/* ----------------------------------------------------
 * our di&e movie
 * ---------------------------------------------------- */
.our-die-movie-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((1090/1280)*100%);
  margin: 0 auto;
  padding: 64px 0 134px;
}
.our-die-movie-wrap p {
  width: calc((487/1090)*100%);
  font-size: 25px;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.our-die-movie-wrap iframe {
  display: block;
  width: calc((515/1090)*100%);
}

/* ----------------------------------------------------
 * our efforts
 * ---------------------------------------------------- */
.our-efforts-accordion {
  width: calc((827/1280)*100%);
  margin: 0 auto;
  padding: 70px 0;
}
.our-efforts-accordion dl {
  border: 1px solid #BBBCBC;
}
.our-efforts-accordion dl + * {
  margin-top: 40px;
}
.our-efforts-accordion dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px calc((20/827)*100%);
  cursor: pointer;
}
.our-efforts-accordion dt span {
  display: inline-block;
  width: 45px;
  margin-right: 30px;
}
.our-efforts-accordion dt:before {
  content: "";
  position: absolute;
  top: 50px;
  right: calc((39/827)*100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #BBBCBC;
}
.our-efforts-accordion dt:after {
  content: "";
  position: absolute;
  top: 50px;
  right: calc((39/827)*100%);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 30px;
  height: 1px;
  background-color: #BBBCBC;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
          transition: transform 0.4s ease 0s;
}
.our-efforts-accordion dt.is-active:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.our-efforts-accordion dt h3 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.06em;
}
.our-efforts-accordion dt h3 em {
  display: inline-block;
  font-size: 22px;
  font-size: 1.4rem;
  font-style: normal;
  margin-left: 22px;
  letter-spacing: 0.04em;
}
.our-efforts-accordion dd {
  padding: 0 calc((38/827)*100%);
  border-top: 1px solid #EAEAEA;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.our-efforts-accordion dd.is-open {
  padding: 40px calc((38/827)*100%);
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.our-efforts-accordion dd h4 {
  font-size: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-bottom: 10px;
}
.our-efforts-accordion dd p {
  padding-top: 10px;
  font-size: 22px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.our-efforts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

.our-efforts-list-item {
  width: calc((355/750)*100%);
}
.our-efforts-list-item p {
  display: block;
  padding: 20px 0;
  font-size: 22px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1px solid #BBBCBC;
}
.our-efforts-list-item a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 0;
  font-size: 22px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.our-efforts-list-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 10px;
  background: transparent url("/assets/individual/sustainability/diversity/img/philosophy/arrow_efforts.svg") no-repeat scroll center center/cover;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
          transition: transform 0.4s ease 0s;
}
.our-efforts-list-item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #BBBCBC;
}
.our-efforts-list-item a:hover:before {
  -webkit-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}
.our-efforts-list-item a:hover:after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: hoverBorder 0.4s ease 0s forwards;
          animation: hoverBorder 0.4s ease 0s forwards;
}
.our-efforts-list-item span {
  display: block;
  padding-top: 10px;
  font-size: 19px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #808080;
}
.our-efforts-list-item span em {
  color: #00BFB3;
  text-decoration: underline;
}

@-webkit-keyframes hoverBorder {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes hoverBorder {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.our-efforts-image {
  text-align: center;
  width: calc((380/750)*100%);
  margin: 20px auto;
}
.our-efforts-image img {
  width: 100%;
  height: auto;
}
.our-efforts-image span {
  display: block;
  padding-top: 20px;
  font-size: 22px;
  font-size: 1.4rem;
  color: #808080;
}

.our-efforts-image-full {
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
.our-efforts-image-full img {
  width: 100%;
  height: auto;
}
.our-efforts-image-full span {
  display: block;
  padding-top: 20px;
  font-size: 22px;
  font-size: 1.4rem;
  color: #808080;
}

/* ----------------------------------------------------
 * bottom nav
 * ---------------------------------------------------- */
.bottom-nav {
  padding: 40px 0 120px;
  background: #ededed;
}

.bottom-nav-inner {
  width: calc((1000/1280)*100%);
  margin: 0 auto;
}
.bottom-nav-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bottom-nav-inner li {
  width: calc((484/1000)*100%);
}
.bottom-nav-inner li a {
  position: relative;
  display: block;
  font-size: 25px;
  font-size: 1.6rem;
  padding: 1.5em 0;
  border-top: 1px solid #BBBCBC;
  border-bottom: 1px solid #BBBCBC;
}
.bottom-nav-inner li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 10px;
  background: transparent url("/assets/individual/sustainability/diversity/img/philosophy/arrow_efforts.svg") no-repeat scroll center center/cover;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
          transition: transform 0.4s ease 0s;
}
.bottom-nav-inner li a:hover:before {
  -webkit-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}
.bottom-nav-inner li a.external:before {
  width: 14px;
  height: 18px;
  background: transparent url("/assets/individual/sustainability/diversity/img/philosophy/icon_pdf.svg") no-repeat scroll center center/cover;
}
.bottom-nav-inner li a.external:hover:before {
  -webkit-transform: translateX(0) translateY(-50%) scale(1.08);
          transform: translateX(0) translateY(-50%) scale(1.08);
}

/* ----------------------------------------------------
 * challenge
 * ---------------------------------------------------- */
.challenge-title {
  padding: 25px 0 80px;
  padding: 1.6rem 0 5rem;
  position: relative;
}
.challenge-title:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #BBBCBC;
}

.challenge-title-en {
  color: #BBBCBC;
  font-size: 38px;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 0 57px;
  margin: 0 0 3.6rem;
}

.challenge-title-jp {
  display: block;
  font-size: 64px;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.challenge-lead {
  font-size: 25px;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 44px;
  line-height: 2.8rem;
  text-align: justify;
  padding: 118px 0 32px;
  padding: 7.4rem 0 2rem;
}

.challenge-btn {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-size: 1.8rem;
  text-align: right;
}
.challenge-btn a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.challenge-btn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.challenge-btn:before {
  content: "";
  background: url(/assets/individual/sustainability/diversity/img/home/challenge_arrow.svg) no-repeat center top;
  background-size: contain;
  margin-right: 6px;
  margin-right: 0.4rem;
  width: 64px;
  width: 4rem;
  height: 22px;
  height: 1.4rem;
  display: inline-block;
}

.challenge-primary-wrap {
  width: 100%;
  max-width: 1664px;
  max-width: 104rem;
  padding: 130px 0 0;
  position: relative;
  margin: 0 auto;
}

.challenge-primary {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 0 32px;
  padding: 0 2rem;
}

.challenge-primary-left {
  width: 825px;
  width: 51.6rem;
  white-space: nowrap;
}

.challenge-primary-right {
  width: 774px;
  width: 48.4rem;
}

/* ----------------------------------------------------
 * story
 * ---------------------------------------------------- */
.story {
  padding: 0 0 240px;
  padding: 0 0 15rem;
}

.story-title {
  padding: 25px 0 80px;
  padding: 1.6rem 0 5rem;
  position: relative;
}
.story-title:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #BBBCBC;
}

.story-title-en {
  color: #BBBCBC;
  font-size: 38px;
  font-size: 2.4rem;
  font-family: "Josefin Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 0 57px;
  margin: 0 0 3.6rem;
}

.story-title-jp {
  display: block;
  font-size: 64px;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.story-lead {
  font-size: 25px;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 44px;
  line-height: 2.8rem;
  text-align: justify;
  padding: 118px 0 0;
  padding: 7.4rem 0 0;
}

.story-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1664px;
  max-width: 104rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 208px 32px 256px;
  padding: 13rem 2rem 16rem;
}

.story-primary-left {
  width: 825px;
  width: 51.6rem;
  white-space: nowrap;
}

.story-primary-right {
  width: 774px;
  width: 48.4rem;
}

.story-category-title {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 64px;
  margin: 0 auto 4rem;
}

.story-category-boxes {
  background: url(/assets/individual/sustainability/diversity/img/home/story_bg_category.png) repeat-x center;
  background-size: auto 32.8rem;
  font-size: 0;
  text-align: center;
  height: 524px;
  height: 32.8rem;
}

.story-category-box {
  max-width: 616px;
  max-width: 38.5rem;
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
}

.story-category-caption {
  font-size: 44px;
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  padding: 96px 0 0;
  padding: 6rem 0 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.story-category-caption--character:after,
.story-category-caption--value:after,
.story-category-caption--ability:after {
  background-size: contain !important;
  content: "";
  width: 96px;
  width: 6rem;
  height: 76px;
  height: 4.8rem;
  margin: 48px auto 0;
  margin: 3rem auto 0;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.story-category-caption--character:after {
  background: url(/assets/individual/sustainability/diversity/img/home/story_icon_character.svg) no-repeat center top;
}

.story-category-caption--value:after {
  background: url(/assets/individual/sustainability/diversity/img/home/story_icon_value.svg) no-repeat center top;
}

.story-category-caption--ability:after {
  background: url(/assets/individual/sustainability/diversity/img/home/story_icon_ability.svg) no-repeat center top;
}

.story-category-text {
  font-size: 22px;
  font-size: 1.4rem;
  line-height: 38px;
  line-height: 2.4rem;
  letter-spacing: 0.16em;
  padding: 48px 0 0;
  padding: 3rem 0 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

@media (max-width: 1153px) {
  .story-category-boxes {
    background-size: 100% auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .story-category-caption {
    font-size: 2.4rem;
    padding: 8rem 0 0;
  }

  .story-category-caption--character:after,
  .story-category-caption--value:after,
  .story-category-caption--ability:after {
    width: 4rem;
    height: 3.8rem;
    margin: 1.5rem auto 0;
  }

  .story-category-text {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 2rem 0 0;
  }
}
.story-chapter {
  padding: 160px 32px 0;
  padding: 10rem 2rem 0;
}

.story-chapter-title {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 67px;
  line-height: 4.2rem;
  text-align: center;
  margin: 0 auto 80px;
  margin: 0 auto 5rem;
}

.story-chapter-boxes {
  display: table;
  max-width: 1664px;
  max-width: 104rem;
  margin: 0 auto 96px;
  margin: 0 auto 6rem;
}

.story-chapter-box {
  display: table-cell;
  padding: 25px 48px 0;
  padding: 1.6rem 3rem 0;
  width: calc(100% / 3);
}
.story-chapter-box:first-of-type {
  padding-left: 0;
  border-right: 1px solid #eaeaea;
}
.story-chapter-box:first-of-type {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}
.story-chapter-box:last-of-type {
  padding-right: 0;
  border-left: 1px solid #eaeaea;
}

.story-chapter-num {
  background: url(/assets/individual/sustainability/diversity/img/home/circle_bg.png) no-repeat center top;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  width: 96px;
  width: 6rem;
  height: 72px;
  height: 4.5rem;
  margin: 0 auto 64px;
  margin: 0 auto 4rem;
  padding: 19px 0 0;
  padding: 1.2rem 0 0;
  position: relative;
}
.story-chapter-num:before {
  content: "CHAPTER";
  color: #BBBCBC;
  font-family: "Josefin Sans", sans-serif;
  font-size: 17px;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -2.5em);
          transform: translate(-50%, -2.5em);
}

.story-chapter-caption {
  font-size: 44px;
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 0 0 48px;
  margin: 0 0 3rem;
}

.story-chapter-text {
  font-size: 22px;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 38px;
  line-height: 2.4rem;
}

@media (min-width: 768px) and (max-width: 1040px) {
  .story-chapter-box {
    padding: 1.6rem 2rem 0;
  }

  .story-chapter-num {
    margin: 0 auto 2rem;
  }

  .story-chapter-caption {
    font-size: 2rem;
    margin: 0 0 2rem;
    white-space: nowrap;
  }

  .story-chapter-text {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
/* ----------------------------------------------------
 * spiral
 * ---------------------------------------------------- */
.spiral-inner {
  padding: 128px 0 320px;
  padding: 8rem 0 20rem;
}

.spiral-title {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 67px;
  line-height: 4.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 64px;
  margin: 0 auto 4rem;
}

.spiral-caption {
  color: #BBBCBC;
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 57px;
  margin: 0 0 3.6rem;
}

.spiral-note {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 19px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.16em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 128px 0 0;
  margin: 8rem 0 0;
}

.spiral-content {
  width: 603px;
  width: 37.7rem;
  height: 1204px;
  height: 75.3rem;
  position: relative;
  margin: auto;
}

.spiral-flow {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

.spiral-flow-bg {
  background: url(/assets/individual/sustainability/diversity/img/home/spiral_bg.svg) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.spiral-flow-arrow {
  background: url(/assets/individual/sustainability/diversity/img/home/spiral_arrow.svg) no-repeat center top;
  background-size: contain;
  width: 108px;
  width: 6.8rem;
  height: 108px;
  height: 6.8rem;
  position: absolute;
  margin: auto;
}
.spiral-flow-arrow--1 {
  top: 704px;
  top: 44rem;
  left: 358px;
  left: 22.4rem;
}
.spiral-flow-arrow--2 {
  top: 944px;
  top: 59rem;
  left: 390px;
  left: 24.4rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.spiral-flow-arrow--3 {
  top: 984px;
  top: 61.5rem;
  left: 139px;
  left: 8.7rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.spiral-flow-arrow--4 {
  top: 744px;
  top: 46.5rem;
  left: 96px;
  left: 6rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.spiral-flow-item {
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 35px;
  line-height: 2.2rem;
  letter-spacing: 0.16em;
  text-align: center;
  background: url(/assets/individual/sustainability/diversity/img/home/spiral_bg_circle.png) no-repeat center top;
  background-size: contain;
  width: 240px;
  width: 15rem;
  height: 240px;
  height: 15rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 10;
}
.spiral-flow-item--1 {
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
}
.spiral-flow-item--2 {
  top: 256px;
  top: 16rem;
  left: 0;
  right: 0;
  margin: auto;
}
.spiral-flow-item--3 {
  top: 528px;
  top: 33rem;
  left: 0;
  right: 0;
  margin: auto;
}
.spiral-flow-item--4 {
  top: 776px;
  top: 48.5rem;
  right: -88px;
  right: -5.5rem;
  margin: auto;
}
.spiral-flow-item--5 {
  top: 1040px;
  top: 65rem;
  right: 0;
  left: 0;
  margin: auto;
}
.spiral-flow-item--6 {
  top: 776px;
  top: 48.5rem;
  left: -88px;
  left: -5.5rem;
  margin: auto;
}

.spiral-flow-item-num {
  display: none;
}

.spiral-flow-item-strong {
  font-size: 25px;
  font-size: 1.6rem;
  font-weight: bold;
}

.spiral-detail {
  width: 384px;
  width: 24rem;
  position: absolute;
}
.spiral-detail--1 {
  top: 224px;
  top: 14rem;
  left: -288px;
  left: -18rem;
}
.spiral-detail--1:after {
  background: #BBBCBC;
  content: "";
  width: 160px;
  width: 10rem;
  height: 1px;
  position: absolute;
  top: 64px;
  top: 4rem;
  right: -160px;
  right: -10rem;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.spiral-detail--2 {
  top: 224px;
  top: 14rem;
  right: -288px;
  right: -18rem;
}
.spiral-detail--2:after {
  background: #BBBCBC;
  content: "";
  width: 160px;
  width: 10rem;
  height: 1px;
  position: absolute;
  top: 64px;
  top: 4rem;
  left: -160px;
  left: -10rem;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
.spiral-detail--3 {
  top: 512px;
  top: 32rem;
  left: -288px;
  left: -18rem;
}
.spiral-detail--3:after {
  background: #BBBCBC;
  content: "";
  width: 160px;
  width: 10rem;
  height: 1px;
  position: absolute;
  top: 64px;
  top: 4rem;
  right: -160px;
  right: -10rem;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.spiral-detail--4 {
  top: 512px;
  top: 32rem;
  right: -288px;
  right: -18rem;
}
.spiral-detail--4:after {
  background: #BBBCBC;
  content: "";
  width: 160px;
  width: 10rem;
  height: 1px;
  position: absolute;
  top: 64px;
  top: 4rem;
  left: -160px;
  left: -10rem;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

.spiral-detail-title {
  font-size: 22px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  white-space: nowrap;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.spiral-detail-title--1, .spiral-detail-title--3 {
  text-align: right;
}

@media (min-width: 768px) {
  .spiral-detail-title span {
    display: none;
  }
}
.spiral-detail-text {
  font-size: 19px;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 35px;
  line-height: 2.2rem;
}

/* home ribbon to retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ribbon-path-top {
    background-size: auto 100% !important;
  }
  .ribbon-path-top--1 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top01.png");
  }
  .ribbon-path-top--2 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top02.png");
  }
  .ribbon-path-top--3 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top03.png");
  }
  .ribbon-path-top--4 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top04.png");
  }

  .ribbon-path-btm {
    background-size: auto 100% !important;
  }
  .ribbon-path-btm--1 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_btm01.png");
  }
  .ribbon-path-btm--2 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_btm02.png");
  }
  .ribbon-path-btm--3 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_btm03.png");
  }
  .ribbon-path-btm--4 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_btm04.png");
  }
  .ribbon-path-btm--5 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_btm05.png");
  }

  .ribbon-pathStory {
    background-size: auto 100% !important;
  }
  .ribbon-pathStory--1 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_story_ribbon01.png");
  }
  .ribbon-pathStory--2 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_story_ribbon02.png");
  }
  .ribbon-pathStory--3 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_story_ribbon03.png");
  }

  .ribbon-path-spiral {
    background-size: auto 100% !important;
  }
  .ribbon-path-spiral--1 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_spiral_ribbon01.png");
  }
  .ribbon-path-spiral--2 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_spiral_ribbon02.png");
  }

  .ribbon-path-topics {
    background-size: auto 100% !important;
  }
  .ribbon-path-topics--1 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_topics_ribbon01.png");
  }
  .ribbon-path-topics--2 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_topics_ribbon02.png");
  }
  .ribbon-path-topics--3 {
    background-image: url("/assets/individual/sustainability/diversity/img/ribbon/path@2x/path_top_topics_ribbon03.png");
  }
}
@media screen and (max-width: 767px) {
  /* ==============================================
   * SP HOME
   *
   * memo:
   *
   * ============================================== */
  .ribbon-path-top,
  .ribbon-path-btm {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transition: opacity 10s;
            transition: opacity 10s;
    will-change: opacity, transform;
  }
  .ribbon-path-top.is-active,
  .ribbon-path-btm.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: loop 10s ease-in-out infinite;
            animation: loop 10s ease-in-out infinite;
  }

  .ribbon-path-top {
    top: 14.67vw;
    height: 22.67vw;
  }

  .ribbon-path-btm {
    bottom: 0vw;
    height: 21.33vw;
  }

  .story-ribbon {
    width: 100%;
    height: 40vw;
    margin: auto;
    -webkit-transform: translate3d(0, -5.33vw, 0);
            transform: translate3d(0, -5.33vw, 0);
    overflow: hidden;
  }

  .ribbon-pathStory {
    width: 100%;
    height: 12vw;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transition: opacity 10s;
            transition: opacity 10s;
    will-change: opacity, transform;
  }

  .spiral-ribbon {
    top: -2.67vw;
    height: 20.27vw;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  .ribbon-path-spiral {
    top: 0;
    height: 20.27vw;
  }

  .topics-ribbon {
    top: -5.33vw;
    height: 26.67vw;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .ribbon-path-topics {
    top: 5.33vw;
    height: 13.33vw;
  }

  /* ----------------------------------------------------
   * main | intro
   * ---------------------------------------------------- */
  .main {
    height: calc(100vh - 18.67vw);
  }

  .main-inner {
    position: relative;
    top: -18.67vw;
  }

  .main-catch {
    font-size: 6.4vw;
    line-height: 11.2vw;
    text-indent: -0.5em;
    margin-left: 0.25em;
    top: 50%;
    display: none;
  }

  .chrome .main-catch {
    top: 57.5%;
  }

  .main-catch-row {
    display: block;
  }
  .main-catch-row + .main-catch-row {
    margin: 0 0 2rem;
  }
  .main-catch-row--second {
    text-indent: -0.5em;
  }

  .main-catchEn {
    font-size: 4.27vw;
    -webkit-transform: translate(-50%, -39px);
            transform: translate(-50%, -39px);
  }

  .main-logo {
    width: 46px;
  }
  .main-logo svg, .main-logo img {
    width: 100%;
    height: auto;
  }

  .main-message {
    font-family: "Noto Serif JP", serif;
    font-size: 4.27vw;
  }

  .main-message-paragraph + .main-message-paragraph {
    margin-top: 5.33vw;
  }

  .main-message-row {
    display: block;
    line-height: 7.47vw;
  }
  .main-message-row + .main-message-row {
    margin-top: 0;
  }

  .main-scrollBar {
    height: 30.4vw;
  }

  /* ----------------------------------------------------
   * challenge
   * ---------------------------------------------------- */
  .challenge {
    padding: 0 5.33vw;
  }

  .challenge-inner {
    padding: 100px 0 0;
  }

  .challenge-title {
    padding: 0 0 8vw;
    margin: 0;
    position: relative;
  }
  .challenge-title:after {
    width: 10.93vw;
  }
  .challenge-title:before {
    display: none;
  }

  .challenge-title-en {
    font-size: 3.73vw;
    margin: 0 0 5.33vw;
  }

  .challenge-title-jp {
    font-size: 6.4vw;
  }

  .challenge-lead {
    font-size: 3.73vw;
    line-height: 6.4vw;
    padding: 2.67vw 0 5.33vw;
  }

  .challenge-btn {
    font-size: 4.27vw;
    text-align: left;
  }
  .challenge-btn:before {
    margin-right: 1.07vw;
    width: 10.67vw;
    height: 3.2vw;
    display: inline-block;
  }
  .challenge-btn a {
    -webkit-transition: none;
            transition: none;
  }
  .challenge-btn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .challenge-primary-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0;
  }

  .chrome .challenge-primary-wrap {
    padding: 16vw 0 0;
  }

  .safari .challenge-primary-wrap {
    margin-top: -10.67vw;
  }

  .challenge-primary {
    display: block;
    max-width: 100%;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }

  .challenge-primary-left,
  .challenge-primary-right {
    width: 100%;
  }

  /* ----------------------------------------------------
   * story
   * ---------------------------------------------------- */
  .story {
    padding: 100px 0 0;
  }
  .story:before {
    height: 19.47vw;
  }

  .story-title {
    padding: 0 0 8vw;
    margin: 0;
    position: relative;
  }
  .story-title:after {
    width: 10.93vw;
  }
  .story-title:before {
    display: none;
  }

  .story-title-en {
    font-size: 3.73vw;
    margin: 0 0 5.33vw;
  }

  .story-title-jp {
    font-size: 6.4vw;
  }

  .story-lead {
    font-size: 3.73vw;
    line-height: 6.4vw;
    padding: 2.67vw 0 5.33vw;
  }

  .story-primary {
    display: block;
    max-width: 100%;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.33vw 16vw;
  }

  .story-primary-left,
  .story-primary-right {
    width: 100%;
  }

  .story-category-title {
    font-size: 4.27vw;
    margin: 0 auto 8vw;
  }

  .story-category-boxes {
    background: url("/assets/individual/sustainability/diversity/img/philosophy/story_bg_category.png") repeat-x center top;
    background-size: auto 100%;
    height: 27.2vw;
  }

  .story-category-box {
    width: 32vw;
  }

  .story-category-caption {
    font-size: 4vw;
    padding: 5.33vw 0 0;
  }

  .story-category-caption--character:after,
  .story-category-caption--value:after,
  .story-category-caption--ability:after {
    background-size: contain;
    width: 9.6vw;
    height: 8vw;
    margin: 3.2vw auto 0;
  }

  .story-category-text {
    font-size: 2.67vw;
    line-height: 4.53vw;
    text-align: justify;
    width: 24vw;
    margin: 0 auto;
    padding: 8vw 0 0;
  }
  .story-category-text br {
    display: none;
  }

  .story-chapter {
    padding: 34.67vw 0 60px;
  }

  .story-chapter-title {
    font-size: 4.27vw;
    line-height: 7.47vw;
    margin: 0 auto 2.67vw;
  }

  .story-chapter-boxes {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .story-chapter-boxes:first-of-type .story-chapter-box:first-of-type {
    border-right: 0 none;
  }

  .story-chapter-box {
    display: block;
    padding: 10.67vw 0 6.67vw !important;
    margin: 0 auto;
    width: 68.27vw;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #eaeaea;
  }
  .story-chapter-box:first-of-type {
    border-right: 0 none;
  }
  .story-chapter-box:last-of-type {
    padding-right: 0;
    border-left: 0 none;
  }

  .story-chapter-boxes:last-of-type .story-chapter-box:last-of-type {
    border-bottom: 0 none;
  }

  .story-chapter-num {
    background: url("/assets/individual/sustainability/diversity/img/philosophy/circle_bg.png") no-repeat center top;
    font-size: 5.33vw;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 5.33vw;
    padding: 3.2vw 0 0;
  }
  .story-chapter-num:before {
    font-size: 2.93vw;
  }

  .story-chapter-caption {
    font-size: 5.87vw;
    margin: 0 0 8vw;
  }

  .story-chapter-text {
    font-size: 3.2vw;
    line-height: 5.87vw;
    text-align: justify;
  }

  /* ----------------------------------------------------
   * spiral
   * ---------------------------------------------------- */
  .spiral:before {
    height: 20.53vw;
  }

  .spiral-inner {
    padding: 13.33vw 0 13.33vw;
  }

  .spiral-title {
    font-size: 4.8vw;
    line-height: 9.6vw;
    margin: 0 auto 3rem;
  }

  .spiral-caption {
    font-size: 3.73vw;
    margin: 0 0 4.27vw;
  }

  .spiral-note {
    color: #000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 2.67vw;
    margin: 16vw 0 0;
  }

  .spiral-content {
    width: auto;
    height: auto;
  }

  .spiral-flow {
    width: 80vw;
    height: auto;
    position: relative;
    margin: 0 auto 21.33vw;
  }

  .spiral-flow-bg {
    width: 80vw;
    height: 153.07vw;
    position: relative;
    top: 2.67vw;
    margin: 0 auto;
  }

  .spiral-flow-arrow {
    background: url("/assets/individual/sustainability/diversity/img/philosophy/spiral_arrow.svg") no-repeat center top;
    background-size: contain;
    width: 13.33vw;
    height: 13.33vw;
    position: absolute;
    margin: auto;
  }
  .spiral-flow-arrow--1 {
    top: 92vw;
    left: calc(50% + 6.93vw);
  }
  .spiral-flow-arrow--2 {
    top: 122.67vw;
    left: calc(50% + 13.33vw);
  }
  .spiral-flow-arrow--3 {
    top: 127.47vw;
    left: calc(50% - 21.6vw);
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
  .spiral-flow-arrow--4 {
    top: 97.33vw;
    left: calc(50% - 24.8vw);
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }

  .spiral-flow-item {
    font-size: 2.13vw;
    line-height: 3.73vw;
    width: 29.87vw;
    height: 29.87vw;
  }
  .spiral-flow-item--1 {
    top: 0;
  }
  .spiral-flow-item--2 {
    top: 34.67vw;
  }
  .spiral-flow-item--3 {
    top: 70.67vw;
  }
  .spiral-flow-item--4 {
    top: 100.27vw;
    right: -8vw;
    margin: auto;
  }
  .spiral-flow-item--5 {
    top: 132.8vw;
  }
  .spiral-flow-item--6 {
    top: 100.27vw;
    left: -8vw;
    margin: auto;
  }

  .spiral-flow-item-num {
    font-size: 3.2vw;
    display: block;
    text-align: center;
    margin: 1.6vw 0 0;
  }

  .spiral-flow-item-strong {
    font-size: 3.2vw;
  }

  .spiral-detail {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    padding: 0 5.33vw 8vw;
  }
  .spiral-detail:after {
    content: none;
  }

  .spiral-detail-title {
    font-size: 3.73vw;
    font-weight: bold;
    white-space: initial;
    margin: 0 0 1.6vw;
    text-align: left;
  }

  .spiral-detail-text {
    font-size: 3.2vw;
    line-height: 5.87vw;
    text-align: justify;
  }
}

/*# sourceMappingURL=maps/philosophy.css.map */
