/*==================================================

** index
==================================================*/
.main .section {
  padding-block: 96px; }
.main .passing-bk .passing-bar::before {
  background: #222; }
.main .passing-bk .passing-txt {
  color: #fff;
  background: #222; }
.main .passing-wt .passing-bar::before {
  background: #fff; }
.main .passing-wt .passing-txt {
  color: #222;
  background: #fff; }
.main .passing-box {
  display: block;
  line-height: 1;
  margin-top: 0; }
  .main .passing-box + .passing-box {
    margin-top: 10px; }
.main .passing-bar {
  display: inline-flex;
  position: relative;
  line-height: 1;
  z-index: 1; }
  .main .passing-bar:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 0;
    height: 100%; }
.main .passing-txt {
  color: #fff;
  background: #222;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  position: relative;
  padding-inline: 5px; }
.main .passing.move .passing-bar::before {
  animation: passing-bar 0.8s ease 0s 1 normal forwards; }
.main .passing.move .passing-txt {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.1s linear 0.3s; }

#mvl .mvl-catch {
  margin-top: 54px;
  margin-left: clamp(20px, calc( (68/1920) * 100% ), 68px); }
  #mvl .mvl-catch .catch-en {
    max-width: clamp(650px, calc( (767/1164) * 100% ), 767px);
    margin-top: 0; }
  #mvl .mvl-catch .catch-jp {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.7;
    margin-top: 15px; }
#mvl .mvl-slider {
  margin-top: 40px;
  position: relative; }
  #mvl .mvl-slider::after {
    content: '';
    display: block;
    background: #efefef;
    width: calc(100% - clamp(20px, calc( (68/1920) * 100% ), 68px));
    aspect-ratio: 1292/604;
    position: absolute;
    top: 72px;
    right: clamp(20px, calc( (68/1920) * 100% ), 68px);
    z-index: -1;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
  #mvl .mvl-slider-wrap {
    overflow: hidden;
    margin-left: clamp(20px, calc( (68/1920) * 100% ), 68px);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    overflow: hidden; }
  #mvl .mvl-slider-dots {
    opacity: 0;
    margin-top: 16px;
    gap: 8px; }
    #mvl .mvl-slider-dots .swiper-pagination-bullet {
      margin: 0;
      display: block;
      aspect-ratio: 1;
      width: 8px;
      border-radius: 1000px;
      background: #fff;
      opacity: 1;
      transition: all 0.4s; }
      #mvl .mvl-slider-dots .swiper-pagination-bullet:hover {
        background: #222; }
      #mvl .mvl-slider-dots .swiper-pagination-bullet-active {
        background: #222; }
#mvl.move .mvl-slider::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1s ease-in-out 0.8s; }
#mvl.move .mvl-slider-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1s ease-in-out 0.8s; }
#mvl.move .mvl-slider-dots {
  opacity: 1;
  transition: all 0.4s ease-in-out 1.8s; }

#philosophy {
  margin-top: 48px; }
  #philosophy .lrbox {
    gap: 48px; }
  #philosophy .txtbox {
    width: 600px; }
    #philosophy .txtbox .catch .en {
      font-size: 5.2rem;
      font-style: italic;
      line-height: 1; }
    #philosophy .txtbox .txt {
      margin-top: 32px;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.7; }

#service {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative; }
  #service::before {
    content: '';
    display: block;
    background: url("../img/common/ptn_wall_614x460.webp") repeat left top/614px auto;
    position: fixed;
    inset: 0; }
  #service .wrap {
    z-index: 1; }
  #service .heading-txt {
    font-size: 3rem;
    line-height: 1.25; }
  #service .constructionsec {
    margin-top: 64px;
    display: grid;
    grid-template-columns: 39.1% 53.3%;
    justify-content: space-between;
    gap: 48px 0; }
    #service .constructionsec .list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 24px;
      margin-top: 20px; }
      #service .constructionsec .list > * {
        min-width: 0; }
      #service .constructionsec .list-li {
        border-bottom: 1px solid #ccc;
        padding-block: 24px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.6; }
        #service .constructionsec .list-li > * {
          min-width: 0; }
    #service .constructionsec .phtbox {
      overflow: hidden; }
      #service .constructionsec .phtbox .pht {
        height: 100%; }
        #service .constructionsec .phtbox .pht img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  #service .sportsclubsec {
    margin-top: 84px; }
    #service .sportsclubsec .clublist {
      margin-top: 40px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px 3.5%; }
      #service .sportsclubsec .clublist-a {
        display: flex;
        flex-direction: column;
        height: 100%; }
        #service .sportsclubsec .clublist-a:hover .clublist-pht-img {
          scale: 1.1;
          transition: all 0.6s; }
        #service .sportsclubsec .clublist-a:hover .clublist-txt::after {
          translate: 4px -4px;
          transition: all 0.6s; }
      #service .sportsclubsec .clublist-pht {
        overflow: hidden; }
        #service .sportsclubsec .clublist-pht-img {
          scale: 1;
          transition: all 0.3s; }
      #service .sportsclubsec .clublist-txt {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 10px;
        padding-block: 8px;
        padding-inline: 0 20px;
        border-bottom: 2px solid #222;
        font-size: 1.5rem;
        font-weight: 500;
        position: relative; }
        #service .sportsclubsec .clublist-txt::after {
          content: '';
          background: url("../img/common/ico_arr_rtop_bk.svg") no-repeat center center/contain;
          display: block;
          width: 12px;
          aspect-ratio: 1;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin-block: auto;
          transition: all 0.3s; }
  #service .deco {
    width: 267px;
    position: absolute;
    top: -52px;
    right: 20px;
    z-index: -1; }
    #service .deco svg {
      width: 100%; }

#message {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative; }
  #message::before {
    content: '';
    display: block;
    background: url("../img/index/index_message_bg_pc.webp") repeat center center/cover;
    position: fixed;
    inset: 0; }
  #message .lrbox {
    gap: 48px; }
  #message .ttlbox {
    color: #fff; }
  #message .txtbox {
    width: 600px;
    color: #fff; }
    #message .txtbox .catch-txt {
      font-size: 3rem;
      font-weight: 900;
      line-height: 1.5;
      padding-right: 0; }
    #message .txtbox .txt {
      margin-top: 32px;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.7; }
      #message .txtbox .txt + .txt {
        margin-top: 16px; }
    #message .txtbox .sign {
      margin-top: 24px;
      font-size: 1.4rem;
      gap: 12px; }
      #message .txtbox .sign-name {
        font-size: 2.4rem; }

#company .company-contents {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 7.1%; }
  #company .company-contents .heading-txt {
    font-size: 3rem;
    line-height: 1.25; }
  #company .company-contents .tbl {
    margin-top: 24px; }

@media screen and (max-width: 960px) and (min-width: 768px) {
  #service .deco {
    right: 0; } }
@media screen and (max-width: 960px) {
  #company .company-contents {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  .main .section {
    padding-block: 80px; }

  #mvl .mvl-catch {
    margin-top: 40px;
    margin-left: 5%; }
    #mvl .mvl-catch .catch-en {
      max-width: min(68.5vw, 274px);
      margin-top: 0; }
    #mvl .mvl-catch .catch-jp {
      font-size: 2.3rem;
      margin-top: 10px; }
  #mvl .mvl-slider {
    margin-top: 24px; }
    #mvl .mvl-slider::after {
      width: 95%;
      aspect-ratio: 380/392;
      top: 48px;
      right: auto;
      left: 0%; }
    #mvl .mvl-slider-wrap {
      margin-left: auto;
      width: 95%; }

  #philosophy {
    margin-top: 24px; }
    #philosophy .txtbox {
      width: 100%; }
      #philosophy .txtbox .catch .en {
        font-size: min(10.4vw, 4.3rem); }
      #philosophy .txtbox .txt {
        margin-top: 24px;
        font-size: 2rem; }

  #service .heading {
    font-size: min(7vw, 2.8rem); }
  #service .constructionsec {
    margin-top: 48px;
    grid-template-columns: 1fr; }
    #service .constructionsec .list {
      gap: 0 8.8%;
      margin-top: 16px; }
      #service .constructionsec .list-li {
        font-size: 1.4rem; }
  #service .sportsclubsec {
    margin-top: 56px; }
    #service .sportsclubsec .clublist {
      grid-template-columns: 1fr; }
      #service .sportsclubsec .clublist-txt {
        margin-top: 8px;
        padding-block: 8px; }
  #service .deco {
    width: 46.6%;
    top: -32px;
    right: 0; }

  #message::before {
    background-image: url("../img/index/index_message_bg_sp.webp"); }
  #message .txtbox {
    width: 100%; }
    #message .txtbox .catch-txt {
      font-size: min(7.7vw, 2.8rem); }

  #company .company-contents {
    margin-top: 48px;
    grid-template-columns: 1fr; }
    #company .company-contents .heading-txt {
      font-size: min(7vw, 2.8rem); }
    #company .company-contents .tbl {
      margin-top: 16px; } }
