@charset "UTF-8";
/*==========================================================================
Font
============================================================================*/
/*==========================================================================
Color
============================================================================*/
/* CSS Document */
html {
  scroll-behavior: smooth; }

html,
body {
  height: 100%;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  position: relative; }

main {
  padding-top: 0; }

#philosophy_wrap {
  padding: 230px 40px 100px;
  /* BSfujiヘッダー高さ PC */
  /* BSfujiヘッダー高さ SP */
  position: relative;
  /* 
  .background-container {
  	position: fixed;
  	top: 0;
  	left: 0;
  	bottom:0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	@include mq() {
  		width: 150%;
  		left:-25%;
  	}
  	z-index: -1; 
  }
  
  .background-container img {
  	width: 100%;
  	height: 100%;
  
  	object-fit: contain;
  	animation: rotate-bg 60s linear infinite;
  }
  
  
   背景を回転させるアニメーション 
  @keyframes rotate-bg {
  	from {
  		transform: rotate(0deg);
  	}
  	to {
  		transform: rotate(360deg);
  	}
  }*/
  /********* コンテンツ *********/
  /* マーカーが引かれる際に付与するクラス */
  /* 1. アニメーションの基本設定 */
  /* 2. アニメーションの発火状態 */ }
  @media screen and (max-width: 768px) {
    #philosophy_wrap {
      padding: 196px 20px 100px; } }
  #philosophy_wrap .background-container {
    height: 100vh;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #philosophy_wrap .background-container img {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #philosophy_wrap h1, #philosophy_wrap h2, #philosophy_wrap h3, #philosophy_wrap h4, #philosophy_wrap h5, #philosophy_wrap h6, #philosophy_wrap td, #philosophy_wrap th, #philosophy_wrap p, #philosophy_wrap div, #philosophy_wrap input, #philosophy_wrap textarea, #philosophy_wrap pre, #philosophy_wrap ul, #philosophy_wrap li, #philosophy_wrap ol {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #555555;
    line-height: 1.8em; }
  #philosophy_wrap .link_under {
    padding-bottom: 3px;
    /* テキストと下線の間隔 */
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: bottom right;
    /* 下線の初期位置 */
    background-size: 0 1px;
    /* 下線のサイズ（横幅、高さ） */
    transition: background-size 0.3s; }
  #philosophy_wrap .link_under:hover {
    background-position: bottom left;
    /* 下線のホバー時位置 */
    background-size: 100% 1px;
    /* 下線の横幅を100%にする */ }
  #philosophy_wrap .sp {
    display: block; }
  #philosophy_wrap .pc {
    display: none; }
  @media screen and (max-width: 768px) {
    #philosophy_wrap .sp {
      display: none; }
    #philosophy_wrap .pc {
      display: block; } }
  #philosophy_wrap article.box_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 100px 100px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      #philosophy_wrap article.box_wrap {
        padding: 0 40px 40px; } }
    #philosophy_wrap article.box_wrap .ttl {
      margin: -33px auto 0;
      text-align: center; }
      #philosophy_wrap article.box_wrap .ttl h1 {
        font-size: 38px;
        margin: 0 auto;
        text-align: center; }
      #philosophy_wrap article.box_wrap .ttl h1 {
        display: block;
        margin-top: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 2; }
        @media screen and (max-width: 768px) {
          #philosophy_wrap article.box_wrap .ttl h1 {
            margin-top: 30px; } }
        #philosophy_wrap article.box_wrap .ttl h1 span {
          min-width: 4em;
          font-weight: bold;
          letter-spacing: 0.5rem; }
          @media screen and (max-width: 768px) {
            #philosophy_wrap article.box_wrap .ttl h1 span {
              min-width: 4.7em; } }
      #philosophy_wrap article.box_wrap .ttl h1::before,
      #philosophy_wrap article.box_wrap .ttl h1::after {
        content: "";
        display: block;
        height: 12px;
        width: 30%;
        flex-grow: 1; }
      #philosophy_wrap article.box_wrap .ttl h1::before {
        margin-right: 1em;
        background-image: linear-gradient(120deg, #53bebb, #9ef3e9 100%); }
        @media screen and (max-width: 768px) {
          #philosophy_wrap article.box_wrap .ttl h1::before {
            margin-right: 0.5em; } }
      #philosophy_wrap article.box_wrap .ttl h1::after {
        margin-left: 1em;
        background-image: linear-gradient(120deg, #9ef3e9, #feff9a 100%); }
        @media screen and (max-width: 768px) {
          #philosophy_wrap article.box_wrap .ttl h1::after {
            margin-left: 0.5em; } }
    #philosophy_wrap article.box_wrap section.lead {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        #philosophy_wrap article.box_wrap section.lead {
          margin-top: 30px; } }
    #philosophy_wrap article.box_wrap section.box {
      margin-top: 80px; }
      #philosophy_wrap article.box_wrap section.box h2 {
        font-size: 26px;
        margin-bottom: 40px;
        display: inline-block;
        position: relative;
        color: #555555;
        z-index: 1;
        line-height: 1em;
        letter-spacing: 0.2rem;
        font-weight: 600; }
        #philosophy_wrap article.box_wrap section.box h2 span {
          font-size: 0.5em;
          color: #53bebb;
          width: auto;
          letter-spacing: 0.2rem;
          font-family: "Reddit Sans", sans-serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal; }
      #philosophy_wrap article.box_wrap section.box ul li {
        margin-bottom: 1em; }
      #philosophy_wrap article.box_wrap section.box ul li:last-child {
        margin-bottom: 0; }
      #philosophy_wrap article.box_wrap section.box ul.li_deco {
        margin-left: 3em; }
        #philosophy_wrap article.box_wrap section.box ul.li_deco li {
          list-style: disc; }
          #philosophy_wrap article.box_wrap section.box ul.li_deco li::marker {
            color: #53bebb; }
    #philosophy_wrap article.box_wrap p, #philosophy_wrap article.box_wrap li {
      font-size: 18px; }
  #philosophy_wrap .marker {
    background-image: linear-gradient(120deg, #9ef3e9, #feff9a 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 100%;
    transition: background-size 0.25s ease-in; }
  #philosophy_wrap .marker.on {
    background-size: 100% 100% !important; }
  #philosophy_wrap hr {
    border: none;
    border-top: 2px solid #53bebb;
    overflow: visible;
    text-align: center;
    width: 15%;
    margin-top: 80px; }
  #philosophy_wrap .clip-text {
    font-size: 2.5em;
    color: #333;
    overflow: hidden;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    /* 初期状態: 左端から100%クリッピング = 全て隠す */
    clip-path: inset(-0.5em 100% -0.5em 0);
    /* 【変更点】 transitionの設定を削除 */ }
  #philosophy_wrap .clip-text.animate {
    /* 1.2秒かけて、滑らかに始まって滑らかに終わる */
    transition: clip-path 0.5s ease-in-out; }
  #philosophy_wrap .clip-text.animate.reveal {
    /* 最終状態: クリップパスを解除 = 全て表示 */
    clip-path: inset(-0.5em 0 -0.5em 0);
    transform: translateZ(0); }

/* main*/

/*# sourceMappingURL=style.css.map */
