@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
　about一覧
===========================================*/
.page-concept {
  /*==========================================
   sticky
  ===========================================*/ }
  .page-concept .sec-concept .cts-ttl-block {
    text-align: center; }
  .page-concept .sec-concept .cts-img-block {
    display: flex;
    max-width: 100%;
    margin-inline: auto;
    position: relative;
    z-index: 1; }
  .page-concept .sec-concept .cts-ttl {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    font-weight: 600;
    width: auto;
    z-index: 4; }
    @media screen and (max-width: 576px) {
      .page-concept .sec-concept .cts-ttl {
        margin: 0 4%; } }
  .page-concept .sec-concept .cts-ttl-en {
    font-size: clamp(1.6rem, 0.9375vw, 1.8rem); }
    @media screen and (max-width: 960px) {
      .page-concept .sec-concept .cts-ttl-en {
        font-size: clamp(1.6rem, 4.9375vw, 1.8rem); } }
  .page-concept .sec-concept .cts-ttl-ja {
    font-size: clamp(2rem, 5.2084vw, 10rem);
    color: #A28A76;
    letter-spacing: 0.1em;
    white-space: nowrap;
    overflow: visible;
    z-index: 4; }
    @media screen and (max-width: 960px) {
      .page-concept .sec-concept .cts-ttl-ja {
        font-size: clamp(2rem, 11.2084vw, 10rem); } }
    .page-concept .sec-concept .cts-ttl-ja.sm {
      color: #000;
      font-weight: bold;
      font-size: clamp(2rem, 3.48959vw, 6.7rem); }
      @media screen and (max-width: 960px) {
        .page-concept .sec-concept .cts-ttl-ja.sm {
          font-size: clamp(2rem, 8.48959vw, 6.7rem); } }
    .page-concept .sec-concept .cts-ttl-ja.md {
      color: #000;
      font-weight: bold;
      font-size: clamp(2rem, 3.79167vw, 7rem); }
      @media screen and (max-width: 960px) {
        .page-concept .sec-concept .cts-ttl-ja.md {
          font-size: clamp(2rem, 11.079167vw, 9.2rem); } }
  .page-concept .sec-concept .cts-img {
    max-width: 100%;
    margin-inline: auto 0;
    margin-top: 20%; }
    @media screen and (max-width: 960px) {
      .page-concept .sec-concept .cts-img {
        margin-top: 10%; } }
    .page-concept .sec-concept .cts-img img {
      width: 100%; }
  .page-concept .sec-concept .cts-txt {
    margin-inline: auto 0;
    letter-spacing: 0.1em;
    line-height: 2.5;
    font-size: clamp(1.6rem, 1.09375vw, 2.1rem);
    position: relative;
    z-index: 1;
    margin-top: 16%;
    font-weight: 600; }
    @media screen and (min-width: 961px) {
      .page-concept .sec-concept .cts-txt {
        max-width: 60%; } }
    @media screen and (max-width: 960px) {
      .page-concept .sec-concept .cts-txt {
        max-width: 100%;
        padding: 0 7%; } }
  .page-concept .cts-txt {
    letter-spacing: 0em; }
  .page-concept .flex-side {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .page-concept .flex-side {
        display: block; } }
  .page-concept .left-side {
    width: 50%;
    box-sizing: border-box;
    z-index: 2;
    padding-right: 0; }
    @media screen and (max-width: 960px) {
      .page-concept .left-side {
        width: 100%;
        margin: 0 auto clamp(30px, 10vw, 50px);
        max-width: 100%;
        margin-inline: auto;
        height: 100%; } }
  .page-concept .right-side {
    margin-inline: auto 0;
    position: relative;
    z-index: 0;
    width: 100%; }
    @media screen and (min-width: 961px) {
      .page-concept .right-side {
        width: 150%;
        left: -12.5%; } }
    @media screen and (max-width: 960px) {
      .page-concept .right-side {
        width: 100%; } }
  .page-concept .sticky {
    position: sticky;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto;
    padding-block: 0%;
    z-index: 1;
    overflow: visible;
    width: 100%; }
    @media screen and (min-width: 961px) {
      .page-concept .sticky {
        top: 20%;
        padding-left: 60px;
        width: 200%; } }
    @media screen and (max-width: 960px) {
      .page-concept .sticky {
        position: relative; } }
    .page-concept .sticky:hover::-webkit-scrollbar {
      width: 7px;
      display: none !important; }
    .page-concept .sticky:hover::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.1); }
    .page-concept .sticky:hover::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.3); }
    .page-concept .sticky:hover::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 961px) {
  .closeUp.show {
    animation: closeUp linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 75%; } }

@keyframes closeUp {
  from {
    transform: scale(0.75); }
  to {
    transform: scale(1.35); } }

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