@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700");
.billboard.is-display,
.billboard__scroll,
.philosophy-readmore__button__text:after,
.tile-list__item__anchor:before,
.tile-list__item__text:before,
.tile-list__item__text__inner,
.tile-list__item__label-ja:before,
.tile-list__item__nav__list__item__anchor:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.billboard__title,
.billboard__image,
.billboard__image__content,
.bg-toge:after {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.billboard__text,
.billboard__text__content {
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

@-webkit-keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@-webkit-keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes icon-map {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon-map {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes icon-map-paper {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon-map-paper {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes icon-pdf {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes icon-pdf {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.waypoint-fade-pan-up {
  opacity: 0;
}

@-webkit-keyframes waypoint-fade-pan-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes waypoint-fade-pan-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.waypoint-fade-in {
  opacity: 0;
}
.waypoint-fade-in.is-waypoint {
  -webkit-animation: waypoint-fade-in 1.2s ease-out forwards !important;
  animation: waypoint-fade-in 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes waypoint-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.waypoint-fade-out-up {
  opacity: 1;
}
.waypoint-fade-out-up.is-waypoint {
  -webkit-animation: waypoint-fade-out-up 1.2s ease-out forwards !important;
  animation: waypoint-fade-out-up 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes waypoint-fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.waypoint-fade-up {
  opacity: 0;
}
.waypoint-fade-up.is-waypoint {
  -webkit-animation: waypoint-fade-up 1.2s ease-out 0s forwards !important;
  animation: waypoint-fade-up 1.2s ease-out 0s forwards !important;
}

.waypoint-fade-up-delay {
  opacity: 0;
}
.waypoint-fade-up-delay.is-waypoint {
  -webkit-animation: waypoint-fade-up 1.2s ease-out 0.5s forwards !important;
  animation: waypoint-fade-up 1.2s ease-out 0.5s forwards !important;
}

@-webkit-keyframes waypoint-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes waypoint-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.waypoint-image-shadow-fade-up {
  opacity: 0;
}
.waypoint-image-shadow-fade-up.is-waypoint {
  -webkit-animation: waypoint-image-shadow-fade-up 1.2s ease-out forwards !important;
  animation: waypoint-image-shadow-fade-up 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-image-shadow-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes waypoint-image-shadow-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 414px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container--1100 {
  max-width: 1100px;
}
.container--900 {
  max-width: 900px;
}
.container--800 {
  max-width: 800px;
}
.container--880 {
  max-width: 800px;
}
.container--700 {
  max-width: 700px;
}
.container--to-narrow {
  padding-left: 45px;
  padding-right: 45px;
}

.billboard {
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
}
.billboard.is-display {
  opacity: 1;
}
.billboard__title {
  position: absolute;
  top: 90px;
  left: 80px;
  font-size: 26px;
  letter-spacing: 0.09em;
  line-height: 1.75;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .billboard__title {
    position: fixed;
    top: 60px;
    left: 0;
    font-size: 18px;
    margin-left: 25px;
  }
}
.is-scroll-a-little .billboard__title {
  opacity: 0;
  pointer-events: none;
}
.billboard__image {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .billboard__image {
    display: none;
  }
}
.is-scroll-a-little .billboard__image {
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  pointer-events: none;
}
.billboard__image__content {
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/philosophy/billboard.png");
  background-repeat: no-repeat;
  background-position: right -60px center;
  background-size: 60%;
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.billboard__image__content.is-waypoint {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.billboard__text {
  opacity: 1;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .billboard__text {
    top: 180px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-scroll-a-little .billboard__text {
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .is-scroll-a-little .billboard__text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.billboard__text__content {
  font-size: 24px;
  letter-spacing: 0.09em;
  line-height: 290%;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
  text-shadow: 0.75em 0.75em 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .billboard__text__content {
    font-size: 20px;
    letter-spacing: 0.075em;
    line-height: 3em;
    margin-top: -1em;
  }
}
.billboard__text__content.is-waypoint {
  opacity: 1;
}
.billboard__scroll {
  text-align: center;
  position: fixed;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .billboard__scroll {
    display: none;
  }
}
.is-scroll-a-little .billboard__scroll {
  pointer-events: none;
  opacity: 0;
}
.billboard__scroll:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDE2OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pbWdfc2Nyb2xsX3RvZ2U8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuaWh+WtlyI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEgMTY5IDIgMCAwIDAgMSAxNjkiLz48L2c+PC9nPjwvc3ZnPg==");
  width: 2px;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  height: 169px;
  -webkit-animation: scroll-toge-anm 1.5s ease-out 0s infinite;
  animation: scroll-toge-anm 1.5s ease-out 0s infinite;
  -webkit-transform-origin: top;
  transform-origin: top;
}

@-webkit-keyframes scroll-toge-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scroll-toge-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.billboard__scroll__text {
  font-size: 9px;
  letter-spacing: 0.09em;
}
.billboard__scroll__text__inner {
  margin-left: 70px;
}

.bg-toge {
  position: relative;
}
.bg-toge:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 0 140px 90vw;
  border-color: transparent transparent transparent #fafafb;
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .bg-toge:after {
    display: none;
  }
}
.bg-toge--reverse:after {
  left: auto;
  right: 0;
  border-width: 140px 90vw 140px 0;
  border-color: transparent #fafafb transparent transparent;
  -webkit-transform-origin: right;
  transform-origin: right;
}
@media screen and (max-width: 767px) {
  .bg-toge--reverse:after {
    display: none;
  }
}
.bg-toge.is-waypoint:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.figure {
  position: relative;
}
.figure--visible {
  overflow: visible;
}
.figure__caption {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 175%;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
  position: absolute;
  text-shadow: 0.75em 0.75em 12px rgba(0, 0, 0, 0.2);
}
.figure__caption--01 {
  bottom: 20px;
  left: -100px;
}
.figure__caption--02 {
  width: 90%;
  position: absolute;
  bottom: -140px;
  left: 50px;
}
.figure__caption--03 {
  width: 70%;
  position: absolute;
  bottom: -140px;
  left: 50px;
}
.figure--pdca {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-origin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-origin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.figure--pdca__arrow {
  position: absolute;
  width: 58.75%;
  height: 58.75%;
  top: 0;
  left: 20%;
  z-index: -1;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: 17.75%;
  margin-left: -3.5%;
}
.figure--pdca__arrow img {
  width: 36px;
  height: 18px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.philosophy-figure-01 {
  width: 250px;
  height: 270px;
  overflow: visible;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.philosophy-figure-01__object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.philosophy-figure-01__object:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDMwNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5waGlsb3NvcGh5LWZpZ3VyZS0wMTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i5paH5a2XIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMSAzMDUgMiAwIDAgMCAxIDMwNSIvPjwvZz48L2c+PC9zdmc+");
  background-repeat: no-repeat;
  width: 2px;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 305px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  transform-origin: top;
}

@-webkit-keyframes philosophy-figure-01-toge-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes philosophy-figure-01-toge-anm {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.philosophy-figure-01__object.is-waypoint:after {
  -webkit-animation: philosophy-figure-01-toge-anm 0.5s ease-out 1s forwards;
  animation: philosophy-figure-01-toge-anm 0.5s ease-out 1s forwards;
}
.philosophy-figure-01__object__item {
  text-align: left;
}
.philosophy-figure-01__object__item--01 {
  font-size: 13px;
  line-height: 120%;
  position: absolute;
  top: -2px;
  left: 140px;
}
.philosophy-figure-01__object__item--02 {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 54px;
  left: 13px;
}
.philosophy-figure-01__object__item--03 {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 86px;
  left: 140px;
}
.philosophy-figure-01__object__item--04 {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 120px;
  left: -10px;
}
.philosophy-figure-01__object__item--05 {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 154px;
  left: 140px;
}
.philosophy-figure-01__object__item--06 {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 185px;
  left: 70px;
}
.philosophy-figure-01__object__item--07 {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 220px;
  left: 140px;
}
.philosophy-figure-01__object__item--08 {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 250px;
  left: -10px;
}
.philosophy-figure-02 {
  width: 400px;
  height: 80px;
  overflow: visible;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .philosophy-figure-02 {
    width: 100%;
  }
}
.philosophy-figure-02__object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.philosophy-figure-02__object:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzYgMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5waGlsb3NvcGh5LWZpZ3VyZS0wMjwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44OI44Ky44Gq44GpIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDc2IDEgMCAwIDAgMiA0NzYgMSIvPjwvZz48L2c+PC9zdmc+");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 410px;
  height: 2px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .philosophy-figure-02__object:after {
    background-image: url("/assets/images/philosophy/philosophy-figure_02_sp.png");
    width: 100%;
    background-size: cover;
  }
}

@-webkit-keyframes philosophy-figure-02-toge-anm {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes philosophy-figure-02-toge-anm {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.philosophy-figure-02__object.is-waypoint:after {
  -webkit-animation: philosophy-figure-02-toge-anm 0.5s ease-out 1s forwards;
  animation: philosophy-figure-02-toge-anm 0.5s ease-out 1s forwards;
}
.philosophy-figure-02__object__item {
  text-align: left;
}
.philosophy-figure-02__object__item--01 {
  position: absolute;
  top: 34px;
  left: 0;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
}
.philosophy-figure-02__object__item--02 {
  position: absolute;
  top: 0;
  left: 12px;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .philosophy-figure-02__object__item--02 {
    left: 10%;
  }
}
.philosophy-figure-02__object__item--03 {
  position: absolute;
  top: 39px;
  left: 145px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .philosophy-figure-02__object__item--03 {
    left: 45%;
  }
}
.philosophy-figure-02__object__item--04 {
  position: absolute;
  top: 0;
  left: 220px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .philosophy-figure-02__object__item--04 {
    left: auto;
    right: 20%;
  }
}
.philosophy-figure-02__object__item--05 {
  position: absolute;
  top: 40px;
  left: 295px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-shadow: 20px 20px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .philosophy-figure-02__object__item--05 {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .philosophy-figure-03 {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .philosophy-figure-03__svg {
    margin-left: -30px;
    margin-right: -50px;
  }
}

.philosophy-figure-03__svg svg {
  width: 529px;
  height: 266px;
}

.philosophy-figure-04 {
  position: relative;
  overflow: visible;
}
.philosophy-figure-04__svg svg {
  width: 445px;
  height: 296px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 61%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .philosophy-figure-04__svg svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    left: 0;
  }
}
.philosophy-figure-04__paragraph {
  font-size: 14px;
  position: absolute;
  top: 40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .philosophy-figure-04__paragraph {
    top: -30px;
  }
}
.philosophy-figure-04__circle {
  padding: 20%;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .philosophy-figure-04__circle {
    left: 20%;
    padding: 25%;
  }
}
.philosophy-figure-04__circle__arrow {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 25%;
  top: -25%;
  -webkit-transform-origin: center 150%;
  transform-origin: center 150%;
  -webkit-animation: philosophy-figure-04-arrow-anm 10s linear infinite;
  animation: philosophy-figure-04-arrow-anm 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .philosophy-figure-04__circle__arrow {
    -webkit-transform-origin: center 151%;
    transform-origin: center 151%;
  }
}
.philosophy-figure-04__circle__arrow:before {
  content: "";
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
  transform: rotate(45deg) translate(-25%, -25%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes philosophy-figure-04-arrow-anm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes philosophy-figure-04-arrow-anm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.philosophy-figure-05 {
  position: relative;
}
.philosophy-figure-05__paragraph {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .philosophy-figure-05__paragraph {
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(calc(-50% + 10px));
    transform: translateX(calc(-50% + 10px));
    width: 100%;
    text-align: center;
  }
}
.philosophy-figure-05__svg svg {
  width: 550px;
  height: 150px;
}


@media screen and (max-width: 767px) {
  .philosophy-readmore {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .philosophy-readmore__button {
    position: relative;
    display: block;
    font-size: 12px;
    width: 100%;
    border: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .philosophy-readmore__button__text {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(-38px);
    transform: translateX(-38px);
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy-readmore__button__text:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OS40MyA0OS40MyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fcmVhZG1vcmU8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODoeODi+ODpeODvOODmuODvOOCuCI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI1LjY5IDQ5LjQzIDIzLjc0IDAgMjcuNjQgMCAyNS42OSA0OS40MyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIwIDIzLjc0IDQ5LjQzIDI1LjY5IDQ5LjQzIDIxLjc5IDAgMjMuNzQiLz48L2c+PC9nPjwvc3ZnPg==");
    display: inline-block;
    position: absolute;
    top: -3px;
    right: -35px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .philosophy-readmore__button.is-active .philosophy-readmore__button__text:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .philosophy-readmore__content {
    display: none;
  }
}

.tile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tile-list {
    display: block;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .tile-list:not(:first-child) {
    margin-top: 10px;
  }
}
.tile-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .tile-list__item:not(:first-child) {
    margin-top: 10px;
  }
}
.tile-list__item__anchor {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 45% 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid #fff;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .tile-list__item__anchor {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 35% 20px;
  }
}
.tile-list__item__anchor:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.tile-list__item__anchor:hover {
  outline: none;
}
.tile-list__item__anchor:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tile-list__item__anchor:hover .tile-list__item__text:before {
  opacity: 1;
}
.tile-list__item__anchor:hover .tile-list__item__text__inner {
  opacity: 0;
}
.tile-list__item__anchor:hover .tile-list__item__label-ja:before {
  opacity: 1;
}
.tile-list__item__anchor:hover .tile-list__item__label-ja__inner {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .tile-list__item__anchor.is-waypoint {
    outline: none;
  }
  .tile-list__item__anchor.is-waypoint:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tile-list__item__anchor.is-waypoint .tile-list__item__label {
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tile-list__item__anchor.is-waypoint .tile-list__item__text {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tile-list__item__anchor.is-waypoint .tile-list__item__text:before {
    opacity: 1;
  }
  .tile-list__item__anchor.is-waypoint .tile-list__item__text__inner {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tile-list__item__anchor.is-waypoint .tile-list__item__label-ja {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .tile-list__item__anchor.is-waypoint .tile-list__item__label-ja:before {
    opacity: 1;
  }
  .tile-list__item__anchor.is-waypoint .tile-list__item__label-ja__inner {
    opacity: 0;
  }
}
.tile-list__item__text {
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1.75em;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tile-list__item__text {
    font-size: 20px;
  }
}
.tile-list__item__text:before {
  content: attr(data-hover-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.tile-list__item__label {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 10px;
  left: 25px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .tile-list__item__label {
    font-size: 12px;
  }
}
.tile-list__item__label-ja {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  text-align: right;
}
.tile-list__item__label-ja:before {
  content: attr(data-hover-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
}
.tile-list__item__nav {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.tile-list__item__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .tile-list__item__nav__list {
    display: block;
    padding-left: 0;
  }
}
.tile-list__item__nav__list__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 50%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .tile-list__item__nav__list__item {
    width: 100%;
    margin-top: 30px;
  }
}
.tile-list__item__nav__list__item:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tile-list__item__nav__list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.tile-list__item__nav__list__item__anchor {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
.tile-list__item__nav__list__item__anchor:after {
  content: "＞";
  display: inline-block;
}
.tile-list__item__nav__list__item__anchor:hover:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tile-list__item--togaru-menu {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 70%;
  display: block;
  padding: 0 30% 0 0;
}
@media screen and (max-width: 767px) {
  .tile-list__item--togaru-menu {
    width: 100%;
  }
}
.tile-list__item--togaru-menu .tile-list__item__anchor {
  padding: 10% 20px 5%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tile-list__item--togaru-menu .tile-list__item__anchor {
    padding: 120px 20px 75px;
  }
}
.tile-list__item--togaru-menu .tile-list__item__anchor:before {
  background-image: -webkit-linear-gradient(45deg, #f06 0%, #d41872 52%, #a445b2 100%);
  background-image: linear-gradient(45deg, #f06 0%, #d41872 52%, #a445b2 100%);
}
.tile-list__item--togaru-menu .tile-list__item__text {
  font-size: 22px;
}
.tile-list__item--works .tile-list__item__anchor:before {
  background-image: -webkit-linear-gradient(45deg, #007adf 0%, #00ecbc 100%);
  background-image: linear-gradient(45deg, #007adf 0%, #00ecbc 100%);
}
.tile-list__item--about .tile-list__item__anchor {
  background-color: #fff;
  color: #000;
}
.tile-list__item--about .tile-list__item__anchor:before {
  background-image: -webkit-linear-gradient(45deg, #323d47 0%, #52606d 100%);
  background-image: linear-gradient(45deg, #323d47 0%, #52606d 100%);
}
.tile-list__item--about .tile-list__item__anchor:hover {
  color: #fff;
}
.tile-list__item--recruit .tile-list__item__anchor:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#e14fad), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #e14fad 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #e14fad 0%, #f9d423 100%);
}
.tile-list__item--contact .tile-list__item__anchor:before {
  background-image: -webkit-linear-gradient(315deg, #77ffd2 0%, #6297db 48%, #1eecff 100%);
  background-image: linear-gradient(-225deg, #77ffd2 0%, #6297db 48%, #1eecff 100%);
}

.waypoint-effect--order__01,
.waypoint-effect--order__02,
.waypoint-effect--order__03 {
  opacity: 0;
}

.waypoint-effect--order.is-waypoint .waypoint-effect--order__01 {
  -webkit-animation: fade-in 0.5s ease-in 0s forwards;
  animation: fade-in 0.5s ease-in 0s forwards;
}

.waypoint-effect--order.is-waypoint .waypoint-effect--order__02 {
  -webkit-animation: fade-in 0.5s ease-in 0.75s forwards;
  animation: fade-in 0.5s ease-in 0.75s forwards;
}

.waypoint-effect--order.is-waypoint .waypoint-effect--order__03 {
  -webkit-animation: fade-in 0.5s ease-in 0.75s forwards;
  animation: fade-in 0.5s ease-in 0.75s forwards;
}
