/* -----------------------------------------------------------
phase 2
----------------------------------------------------------- */
#philosophy02 {
  padding: 100px 0 !important;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
  font-weight: 200;
  background-color: #003078;
  overflow: hidden;
  position: relative; }
  #philosophy02 .bg01, #philosophy02 .bg02, #philosophy02 .bg03, #philosophy02 .bg04 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  #philosophy02 .bg01 {
    transition: 10s all;
    transition-delay: 0.1s;
    animation: bg01 4s ease-in-out infinite alternate-reverse , fadeIn 5s; }
@keyframes bg01 {
  0% {
    top: 50; }
  100% {
    top: 20px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #philosophy02 .bg02 {
    animation: bg02 3s ease-in-out infinite alternate-reverse , fadeIn 5s; }
@keyframes bg02 {
  0% {
    top: 0; }
  100% {
    top: 20px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #philosophy02 .bg03 {
    animation: bg03 2s ease-in-out infinite alternate-reverse , fadeIn 5s; }
@keyframes bg03 {
  0% {
    top: 0; }
  100% {
    top: 30px; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #philosophy02 .bg04 {
    animation: bg04 1s ease-in-out infinite alternate-reverse , fadeIn 5s; }
@keyframes bg04 {
  0% {
    top: 20px; }
  100% {
    top: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #philosophy02 .hidden {
    opacity: 0;
    transform: translateY(50px); }
  #philosophy02 .hiddenKV {
    opacity: 0;
    transform: translateY(50px); }
  #philosophy02 .visible {
    opacity: 1;
    transform: translateY(0);
    transition: 1s all; }
  #philosophy02 .kv {
    max-width: 900px;
    min-height: 50vh;
    margin: 100px auto 200px auto;
    padding: 0;
    position: relative;
    z-index: 10; }
    #philosophy02 .kv img {
      width: 100%; }
  #philosophy02 .nowrap {
    white-space: nowrap; }
  #philosophy02 > section {
    margin-bottom: 100px;
    position: relative;
    z-index: 5; }
    #philosophy02 > section > div {
      max-width: 1000px;
      margin: auto; }
      #philosophy02 > section > div h2 {
        font-size: 1.25rem;
        font-weight: 300;
        text-align: center;
        letter-spacing: 0.1em; }
        #philosophy02 > section > div h2 span {
          font-weight: 500; }
      #philosophy02 > section > div > section {
        margin: 200px 0;
        text-align: center; }
        #philosophy02 > section > div > section h3 {
          display: inline-block;
          padding: 0.25em 2em 0 2em;
          font-size: 1rem;
          font-weight: 100;
          border: 1px #fff solid;
          border-radius: 9999px; }
        #philosophy02 > section > div > section.block01 > div {
          padding: 1em 0 1em 36%;
          text-align: left; }
          #philosophy02 > section > div > section.block01 > div p {
            font-size: 4.25rem;
            font-family: "acumin-pro", "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
            font-weight: 200;
            line-height: 1.5; }
            #philosophy02 > section > div > section.block01 > div p span {
              font-size: 2.5rem;
              vertical-align: 15px; }
        #philosophy02 > section > div > section.block01 > p {
          padding-right: 43%;
          line-height: 2;
          text-align: left; }
        #philosophy02 > section > div > section.block01.en > div {
          padding-left: 39%; }
          #philosophy02 > section > div > section.block01.en > div p {
            font-size: 4rem; }
        #philosophy02 > section > div > section.block01.en > p {
          padding-right: 40%; }
        #philosophy02 > section > div > section.block02 {
          text-align: left; }
          #philosophy02 > section > div > section.block02 > div {
            padding: 1em 20% 1em 0;
            text-align: left; }
            #philosophy02 > section > div > section.block02 > div p {
              font-size: 2.5rem;
              font-weight: 200;
              line-height: 2; }
              #philosophy02 > section > div > section.block02 > div p span {
                font-size: 2.5rem;
                vertical-align: 15px; }
              #philosophy02 > section > div > section.block02 > div p.en {
                font-size: 1.8rem; }
          #philosophy02 > section > div > section.block02 > p {
            padding-left: 40%;
            line-height: 2;
            text-align: left; }
            #philosophy02 > section > div > section.block02 > p.en {
              padding: 1em 0; }
          #philosophy02 > section > div > section.block02.en > div {
            padding-right: 0; }
            #philosophy02 > section > div > section.block02.en > div p {
              font-size: 2rem; }
        #philosophy02 > section > div > section.blockWH {
          padding: 40px;
          text-align: left;
          border-radius: 10px;
          background: #fff; }
          #philosophy02 > section > div > section.blockWH h3 {
            margin-bottom: 1rem;
            padding: 0;
            color: #005cca;
            font-weight: bold; }
          #philosophy02 > section > div > section.blockWH.noTitle {
            padding: 40px; }
          #philosophy02 > section > div > section.blockWH .logoArea {
            margin: 0 0 50px 0;
            padding: 0;
            text-align: center; }
          #philosophy02 > section > div > section.blockWH img {
            max-width: 100%; }
          #philosophy02 > section > div > section.blockWH > p {
            margin: 0 0 2rem 0;
            padding: 0 12.5%;
            color: #000;
            font-weight: normal;
            font-size: 1rem;
            text-align: left; }
          #philosophy02 > section > div > section.blockWH video {
            width: 100%;
            vertical-align: bottom; }
          #philosophy02 > section > div > section.blockWH + .blockWH {
            margin-top: -100px; }
  #philosophy02.en > section > div > section.block01 > div {
    padding-left: 39%; }
    #philosophy02.en > section > div > section.block01 > div p {
      font-size: 4rem; }
  #philosophy02.en > section > div > section.block01 > p {
    padding-right: 50%; }
  #philosophy02.en > section > div > section.block02 > div {
    padding-right: 0; }
    #philosophy02.en > section > div > section.block02 > div p {
      font-size: 2rem; }
  #philosophy02.en > section > div > section.block02 > p {
    padding-left: 50%; }

@media print, screen and (max-width: 960px) {
  #philosophy02 .kv {
    padding: 0 5vh; }
    #philosophy02 .kv img {
      width: 100%; }
  #philosophy02 > section > div {
    margin: auto; }
    #philosophy02 > section > div h2 {
      font-size: 1.25rem;
      font-weight: 300;
      text-align: center;
      letter-spacing: 0.1em; }
      #philosophy02 > section > div h2 span {
        font-weight: 500; }
    #philosophy02 > section > div > section {
      margin: 20vh 0;
      padding: 0 2em;
      text-align: left; }
      #philosophy02 > section > div > section h3 {
        margin-bottom: 2em;
        font-size: 4.4vw; }
      #philosophy02 > section > div > section.block01 > div {
        padding: 0;
        text-align: left; }
        #philosophy02 > section > div > section.block01 > div p {
          font-size: 8.5vw;
          font-weight: 200;
          line-height: 1.5; }
          #philosophy02 > section > div > section.block01 > div p span {
            font-size: 5vw;
            vertical-align: 0; }
      #philosophy02 > section > div > section.block01 > p {
        margin: 2em 0 0 0;
        padding-right: 0;
        font-size: 3.5vw; }
        #philosophy02 > section > div > section.block01 > p br {
          display: none; }
      #philosophy02 > section > div > section.block02 {
        text-align: left; }
        #philosophy02 > section > div > section.block02 > div {
          padding: 0;
          text-align: left; }
          #philosophy02 > section > div > section.block02 > div p {
            font-size: 4.2vw; }
        #philosophy02 > section > div > section.block02 > p {
          margin: 2em 0 0 0;
          padding-left: 0;
          font-size: 3.5vw; }
          #philosophy02 > section > div > section.block02 > p br {
            display: none; }
      #philosophy02 > section > div > section.blockWH {
        margin: 0 2rem;
        padding: 1rem 1rem 1px 1rem; }
        #philosophy02 > section > div > section.blockWH h3 {
          padding: 0;
          color: #005cca;
          font-weight: bold; }
        #philosophy02 > section > div > section.blockWH .logoArea {
          margin-bottom: 2rem; }
        #philosophy02 > section > div > section.blockWH > p {
          padding: 0;
          font-size: 3.5vw; }
        #philosophy02 > section > div > section.blockWH + .blockWH {
          margin-top: 5rem; }
  #philosophy02.en > section > div > section.block01 > div {
    padding-left: 0; }
    #philosophy02.en > section > div > section.block01 > div p {
      font-size: 8.5vw; }
  #philosophy02.en > section > div > section.block01 > p {
    padding-right: 0;
    font-size: 4.5vw; }
  #philosophy02.en > section > div > section.block02 > div p {
    font-size: 6vw; }
  #philosophy02.en > section > div > section.block02 > p {
    padding-left: 0;
    font-size: 4.5vw; } }
/* -----------------------------------------------------------
phase 1
----------------------------------------------------------- */
#philosophy {
  padding-top: 0 !important; }
  #philosophy > section {
    margin-bottom: 100px;
    padding: 0 20px; }
    #philosophy > section.kv {
      padding: 0; }
      #philosophy > section.kv > div {
        max-width: 1600px; }
        #philosophy > section.kv > div img {
          width: 100%; }
    #philosophy > section div {
      max-width: 1140px;
      margin: 0 auto; }
      #philosophy > section div > section {
        margin-bottom: 50px; }
      #philosophy > section div h2 {
        margin-bottom: 1em;
        font-size: 2.25rem;
        text-align: center; }
        #philosophy > section div h2:after {
          content: " ";
          display: block;
          width: 2em;
          height: 5px;
          margin: 0.75em auto 0 auto;
          border-radius: 100px;
          background: #003D86; }
      #philosophy > section div h3 {
        margin-bottom: 0.5em;
        color: #005cca;
        font-size: 1.75rem; }
      #philosophy > section div .strongArea {
        margin-top: 3rem;
        padding: 2.15rem 0 1.75rem 0;
        text-align: center;
        background: #f8f8f3; }
        #philosophy > section div .strongArea p {
          display: inline-block;
          padding: 0;
          font-size: 1.5rem;
          font-weight: bold;
          text-align: left; }
          #philosophy > section div .strongArea p span {
            font-size: 2.25rem; }
      #philosophy > section div .logoArea {
        margin: 2rem 0;
        padding: 40px 0 20px 0;
        text-align: center; }

@media print, screen and (max-width: 960px) {
  #philosophy > section {
    margin-bottom: 50px;
    padding: 0 20px; }
    #philosophy > section.kv {
      padding: 0; }
    #philosophy > section div {
      max-width: 100%; }
      #philosophy > section div > section {
        margin-bottom: 25px; }
        #philosophy > section div > section.block01 > p {
          font-size: 0.85rem; }
        #philosophy > section div > section.block02 > p {
          font-size: 0.85rem; }
      #philosophy > section div h2 {
        margin-bottom: 2em;
        font-size: 6.0vw; }
      #philosophy > section div h3 {
        font-size: 5.0vw; }
      #philosophy > section div .strongArea {
        margin-top: 1rem;
        background: #f8f8f0; }
        #philosophy > section div .strongArea p {
          font-size: 3.5vw; }
          #philosophy > section div .strongArea p span {
            font-size: 5vw; }
      #philosophy > section div .logoArea {
        margin-top: 1rem;
        padding: 40px 0 20px 0; }
        #philosophy > section div .logoArea img {
          width: 100%; } }
@media print, screen and (max-width: 500px) {
  /* movie */
  #philosophy02 #heroMovie {
    display: none; } }
/* -----------------------------------------------------------
modal movie
----------------------------------------------------------- */
html.movieArea {
  padding-right: 17px;
  overflow: hidden; }

.result {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overscroll-behavior: contain; }
  .result video {
    width: 60%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .result .btn {
    position: fixed;
    bottom: 80px;
    left: 50%;
    z-index: 1005;
    transform: translateX(-50%); }
    .result .btn p {
      margin: 0;
      padding: 0.125rem 1rem;
      color: #000;
      font-size: 0.875rem;
      background: rgba(255, 255, 255, 0.7);
      transition: 0.3s; }
    .result .btn:hover {
      cursor: pointer; }
      .result .btn:hover p {
        color: #fff;
        background: #005cca; }

@media (orientation: portrait) {
  html.movieArea {
    padding-right: 0; }

  .result video {
    width: 90%; } }
@media print, screen and (max-width: 500px) {
  .result {
    display: none !important; }

  #philosophy02 .kv {
    min-height: 33.3vh; } }
