.sp-open-fix { display: none !important;}

*,:before,:after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--s-container-block);
    font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    margin: 0;
}

main {
    font-size: 1.6rem;
    display: block;
}
.visually-hidden {
   clip: rect(0 0 0 0);
   clip-path: inset(50%);
   width: 1px;
   height: 1px;
   overflow: hidden;
   position: absolute;
   white-space: nowrap;
 }

p,table,blockquote,address,pre,iframe,form,figure,dl {
    margin: 0;
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

b,strong {
    font-weight: 700;
}

svg,img,embed,object,iframe {
    vertical-align: bottom
}

:-moz-focusring {
    outline: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=number] {
    -moz-appearance: textfield
}

[contenteditable]:focus {
    outline: auto
}

td,th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

body {
    position: relative;
    background-color: var(--c-background);
}
.main{
   color: var(--c-text);
   font-family: var(--f-default);
   background-color: var(--c-white);
   font-weight: 500;
   line-height: 1.5;
   line-break: strict;
   overflow-wrap: anywhere;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

p {
    line-height: 1.75
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); 
    margin: -1px;
  }

:root {
    --c-black: #110101;
    --c-white: #FFF;
    --c-gray: #D9D9D9;
    --c-background: #F3F3F3;
    --c-red:#E52D2B;
    --c-orange: #FF5601;
    --c-yellow: #FFAA00;
    --c-green: #3EC58D;
    --c-blue: #0196d9;
    --c-purple: #A05BFF;
    --c-text: var(--c-black);
    --f-default: YakuHanJP, "Noto Sans JP", sans-serif;
    --f-jp: YakuHanJP, "M PLUS 1", sans-serif;
    --f-en: "Work Sans", sans-serif;
    --wrap-small: 56%;
    --wrap-medium: 83%;
    --wrap-large: 91%;
    --z-fixed: 1030;
    --z-modal: 1050;
}
@media only screen and (max-width: 991.98px) {
    :root {
        --wrap-small: 93%;
        --wrap-medium: 93%;
        --wrap-large: 92%;
    }
}

.txt-lt{ text-align: left; }
.txt-cr{ text-align: center; }
.block{ display: block; }
.flex{display: flex; }
.inflex{ display: inline-flex; }
.ma-auto{ margin-inline: auto; }
.pc-none{ display: none; }
.txt-yellow{ color: var(--c-yellow); }
.en { font-family: var(--f-en); }

.ls4{ letter-spacing: 4%; }
 @media only screen and (max-width: 700px) {
    .pc-none{ display: block; }
    .sp-none{ display: none; }
 }

 .section-title{
    margin-bottom: 4rem;
 }
 .section-title h2{
    font-weight: 700;
    font-size: 10rem;
    line-height: 1;
    padding-top: 10rem;
 }
 .section-title p{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 2.8rem;
    margin-left: .9rem;
 }
 @media only screen and (max-width: 991.98px) {
  .section-title{
    margin-bottom: 2.5rem;
  }
 }
 .container{
  width: var(--wrap-large);
    /* width: var(--wrap-large);
    max-width: 1200px; */
    margin-inline: auto;
 }
 .container-small,
 .container-medium{
  width: var(--wrap-medium);
    margin-inline: auto;
 }
 @media screen and (min-width: 1440px) {
  .container-small{
    width: var(--wrap-small);
      margin-inline: auto;
   }
 }
 /* .header .global-menu-close, */
 .header .global-menu-open{
  position: relative;
    width: 87px;
    height: 60px;
    background-color: var(--c-blue);
    border-radius: 8px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
}

 @media only screen and (max-width: 991.98px) {
   .btn{
      width: 310px;
      font-size: 15px;
   }
   .btn::after{
      transform: translateX(-2px);
   }
 }
 button{
    padding: 0;
    background-color: unset;
    border: 0;
 }

 .list-circle{
  list-style: none;
 }
 .list-circle li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
 }
 .list-circle li::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: auto;
  border-radius: 50%;
  background-color: #FFD11D;
  margin-top: 9px;
  flex-shrink: 0;
  aspect-ratio: 1;
 }
 .fukidashi{
  width: 338px;
  border-radius: 9999px;
 }
 .fukidashi-inner{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--f-jp);
 }
 .fukidashi-inner::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 18px solid #555555;
  border-bottom: 0;
 }
 @media only screen and (max-width: 991.98px) {
  .contact .fukidashi{
    width: 233px;
  }
  .contact .fukidashi-inner{
    height: 84px;
    font-size: 1.2rem;
  }
 }
 /*==================================================*
  *  [ header ]
  *==================================================*/
  header{
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95.5%;
    height: 93px;
    margin-inline: auto;
    background-color: var(--c-white);
    padding-inline: 32px 23px;
    border-radius: 16px;
    box-shadow: 0 0 24px rgba(0,0,0,4%);
    z-index: var(--z-modal);
  }
   @media screen and (min-width: 1500px) {
    header{
      width: 96.5%;
    }
   }
  .header-logo{
    position: relative;
    color: var(--c-black);
    flex-shrink: 0;
    z-index: var(--z-modal);
  }
  .logo-text{
    display: block;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    margin-top: 5px;
  }
  .menu{
    display: flex;
    align-items: center;
    text-align: center;
    gap: 31px;
  }
  .menu a{
    color: var(--c-black);
    font-family: var(--f-jp);
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 50px;
    transition: .3s;
  }
  .menu a:hover{
    opacity: .7;
  }
  .menu a::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: 4px;
    transform: translateY(-2px);
    background-image: url(../assets/images/icon-achievements.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .menu li:nth-child(2) a::before{
    background-image: url(../assets/images/icon-strengths.svg);
  }
  .menu li:nth-child(3) a::before{
    background-image: url(../assets/images/icon-flow.svg);
  }
  .menu li:last-child a::before{
    margin-right: 0;
    transform: translate(-6px,-3px);
    background-image: url(../assets/images/icon-contact.svg);
  }
  .header-navigation.inner {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
  .menu .contact{
    display: block;
    border-radius: 8px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    background-color: var(--c-blue);
    color: var(--c-white);
  }

  @media print, screen and (min-width: 992px) {
    .header .global-menu {
        display: none;
    }
    .header .global-menu-open, .header .global-menu-close {
        display: none;
    }
}
@media only screen and (max-width: 991.98px) {
  header {
    top: 16px;
    top: 3.6vw;
      width: 93%;
      padding-inline: 20px 17px;
    }

    .header-navigation.out {
        display: none;
    }
    header .global-menu {
      position: absolute;
      width: 100%;
      top: 76px;
      top: 17px;
      right: 0;
      bottom: 0;
      left: 0;
      height: 93px;
      height: 76px;
      display: flex;
      justify-content: space-between;
      padding-inline: 17px;
      background-color: #FFF;
      border-radius: 16px;
      overflow: hidden;
      transition: .3s;
      margin-inline: auto;
    }
    .logo-text{
      margin-top: 0;
      transform: translateY(5px);
    }
    .header .global-menu[aria-hidden=false] {
        height: 299px;
    }
    .header .global-menu-open[aria-expanded="true"]{
      height: 284px;
    }
    .close-img{
      display: none;
    }
    .header .global-menu-open[aria-expanded="true"] .open-img{
      display: none;
    }
    .header .global-menu-open[aria-expanded="true"] .close-img{
      display: inline;
    }
    .menu{
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding-top: 102px;
    }
    .menu a{
      line-height: 1;
    }
    .menu a::before{
      margin-left: 2px;
      margin-right: 5px;
      transform: translateY(-2px);
    }
    .menu li:last-child a::before{
      margin-right: 0;
      width: 24px;
      height: 24px;
      margin-top: -4px;
      margin-left: 7px;
      margin-right: 3px;
      transform: translateX(-5px);
      background-image: none;
      background-color: var(--c-black);
      mask-image: url(../assets/images/icon-contact.svg);
      mask-repeat: no-repeat;
      mask-size: contain;
    }
}
 /*==================================================*
  *  [ FV ]
  *==================================================*/
  .about{
    padding-top: 174px;
    background-color: var(--c-red);
    background-image: url(../assets/images/bg-about.svg);
    background-size: 295px;
    padding-bottom: 16rem;
  }
  .first-view{
    position: relative;
    width: var(--wrap-large);
    margin-inline: auto;
    padding-bottom: 68px;
  }
  .top-swiper-container .scroll-infinity__item{
    flex-shrink: 0;
  }
  .top-swiper-container .scroll-infinity__item,
  .top-swiper-container .slider-content {
    height: auto;
    /* width: 438px!important; */
    width: 426px!important;
  }
  .top-swiper-container .last-slide {
    /* width: 674px!important; */
    width: 658px!important;
  }
  .top-swiper-container .slider-content{
    margin-inline: 13.5px;
  }
  .top-swiper-container .scroll-infinity__list--left {
    flex-shrink: 0;
    animation: infinity-scroll-left 70s infinite linear 0.5s both;
  }
  .about .container{
    /* width: 91%;
      max-width: 1313px; */
      padding-top: 113px;
    }
  .first-view-wrap{
    position: absolute;
    bottom: -35px;
    left: -2.5%;
    z-index: 10;
  }
  .first-view-title{
    line-height: 1.2;
    font-size: 4rem;
    font-family: var(--f-jp);
  }
  .first-view-title .txt-yellow{
    font-size: 6.4rem;
  }
  .first-view-title .txt-yellow>span{
    font-size: 4rem;
  }
  .first-view-title>span{
    font-weight: 800;
    color: var(--c-black);
    font-family: var(--f-jp);
    font-size: 4rem;
    box-decoration-break: clone;	
    -webkit-box-decoration-break: clone;
    background-color: var(--c-white);
    padding: 21px 18px 0px;
    padding-left: 15px;
  }
  .first-view-title>span:last-child{
    padding-bottom: 11px;
    padding-left: 18px;
  }
  .first-view-text{
    line-height: 1.6;
    font-size: 1.8rem;
    color: var(--c-white);
    font-weight: 500;
    margin-top: 27px;
  }
  #first-view .slideshow{
    animation: loop-slide 50s infinite linear .5s both;
  }

  @media only screen and (max-width: 700px) {
  /* @media only screen and (max-width: 991.98px) { */
    .about{
      padding-top: 141px;
      padding-top: min(34.5vw, 141px);
      padding-bottom: 130px;
      background-size: 115px;
    }
    .about .container{
      padding-top: 111px;
    }
    .first-view{
      padding-bottom: 215px;
    }
    .first-view-wrap{
      left: 0;
      bottom: -27px;
      bottom: min(-8.5vw, -27px);
    }
    .first-view-title{
      line-height: 1.3;
    }
    .first-view-title .txt-yellow{
      font-size: 4rem;
    }
    .first-view-title>span{
      padding: 18px 12px 9px;
      /* line-height: 1.3; */
    }
    .first-view-title>span,
    .first-view-title .txt-yellow>span{
      font-size: 2.4rem;
    }
    .top-swiper-container .scroll-infinity__item,
    .top-swiper-container .swiper-slide,
    .top-swiper-container .slider-content {
      width: 329px!important;
    }
    .top-swiper-container .last-slide {
      width: 506px!important;
    }
    .first-view-title>span:last-child {
      padding-bottom: 8px;
  }
    .first-view-text{
      font-size: 1.4rem;
      max-width: 273px;
      line-height: 150%;
      margin-top: 23px;
    }
  }
 @media screen and (min-width: 701px) and (max-width: 900px){
  .first-view-title{
    line-height: 1.3;
    font-size: 3rem;
  }
  .first-view-title .txt-yellow{
    font-size: 4.4rem;
  }
  .first-view-title>span{
    padding: 8px 8px 0;
  }
  .first-view-title>span:last-child {
    padding-bottom: 6px;
}
  .first-view{
    padding-bottom: 120px;
  }
 } /* */
  /*==================================================*
   *  [ Achievements ]
   *==================================================*/
   .achievements .section-title{
    color: var(--c-white);
   }
   .achievement-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
   }
   .achievement-list li{
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    background-color: var(--c-background);
    border-radius: 24px;
    color: var(--c-black);
   }
   .achievement-name{
    display: flex;
    gap: 25px;
    align-items: center;
    font-size: 1.9rem;
   }
   .achievement-name-wrap{}
   .achievement-name picture{
    flex-shrink: 0;
   }
   .achievement-name-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid var(--c-gray);
    flex-shrink: 0;
    overflow: hidden;
   }
   .noimage.achievement-name{
    margin-top: 2px;
   }
   .achievement-name{
    margin-bottom: 0;
    margin-top: 2px;
   }
   .achievement-name img{
    display: block;
   }
   .achievement-slider{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    margin-inline: auto;
    overflow: hidden;
   }
   .achievement-slider .swiper-slide {
    aspect-ratio: 3 / 2;
   }
   .achievement-slider .swiper-slide img{
    border-radius: 80px;
    width: 100%;
    height: 100%;
    background-color: #CCC;
    object-fit: cover;
   }
   /* .achievement-top{
    margin-top: 8px;
   } */
   .achievement-top>span{
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.03em;
   }
   .achievement-title{
    font-size: 2rem;
    color: var(--c-black);
    font-weight: 700;
    line-height: 1.35;
   }
   .achievement-text{
    font-size: 1.4rem;
    margin-top: 28px;
    line-height: 1.5;
    letter-spacing: 0.04em;
   }
   .achievement-number{
    flex-wrap: wrap;
    gap: .4rem;
   }
   .achievement-number>div{
    display: flex;
    align-items: center;
    border-radius: 9999px;
    background-color: var(--c-orange);
    padding: 4px 14px 3px 5px;
   }
   .achievement-number{
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--c-white);
    letter-spacing: 4%;
    line-height: 1;
    margin-top: 10px;
   }
   .achievement-number>div::before{
    content: "";
    display: block;
    width: 2.4rem;
    height: auto;
    margin-right: .3rem;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1;
   }
   .achievement-number .popular::before{
    background-image: url(../assets/images/icon-movie.svg);
   }
   .achievement-number .ticket::before{
    background-image: url(../assets/images/icon-ticket.svg);
   }
   .achievement-number .visit::before{
    background-image: url(../assets/images/icon-people.svg);
   }
   .achievement-number span{
    font-size: 2.2rem;
    font-family: var(--f-en);
    letter-spacing: -0.03em;
    margin-right: 1px;
    margin-left: 2px;
   }
   .achievement-number span>span{
    font-size: 1.6rem;
   }
   .achievement-btn{
    position: relative;
    right: -45px;
    bottom: -33px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 15px;
    margin-top: auto;
    margin-left: auto;
    text-align: center;
    color: var(--c-white);
    background-color: var(--c-black);
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    border-radius: 9999px;
    transition: .5s;
    cursor: pointer;
    overflow: hidden;
   }
   .achievement-btn span{
    display: block;
    flex-shrink: 0;
    transition: .5s;
   }
   .achievement-btn::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    background-image: url(../assets/images/icon-blank.svg);
    flex-shrink: 0;
    transition: .5s;
   }
   .achievement-btn:hover{
    width: 116px;
   }
   .achievement-btn:hover::before{
    margin-right: 4px;
    transform: translateX(4px);
   }

   @media only screen and (max-width: 991.98px) {
    .achievement-list li{
      width: 100%;
      padding: 35px 20px;
      padding: max(10%, 35px) max(5.6%, 20px) max(5.6%, 20px);
      min-height: 100%;
    }
    .achievements .section-title img{
      max-width: 316px;
    }
    /* .achievement-slider .swiper-slide{
      height: 213px;
    } */
    .achievement-top{
      margin-top: 0;
    }
    .achievement-title{
      font-size: 1.8rem;
    }
    .achievement-name{
      gap: 20px;
      margin-bottom: 0;
    }
    .achievement-number{
      font-size: 1.2rem;
    }
    .achievement-number span{
      font-size: 1.6rem;
    }
    .achievement-text{
      margin-top: 20px;
    }
    .achievement-btn{
      right: 0;
      bottom: 0;
      margin-top: 11px;
      width: 116px!important;
  }
  .achievement-btn::before{
    margin-right: 3px!important;
    transform: translateX(4px)!important;
   }
  .achievement-btn:hover {
    opacity: .7;
  }
   }
   @media screen and (min-width: 768px) {
    .achievement-list li{
      padding: 56px 55px 45px;
    }
    .achievement-btn{
      width: 116px;
    }
    .achievement-btn::before {
      margin-right: 4px;
      transform: translateX(4px);
    }
  .achievement-btn:hover {
    opacity: .7;
  }
  }

   .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 10px;
  }
   .swiper-pagination-bullet{
    width: 8px;
    border-radius: 9999px;
    margin: 0 7.5px!important;
    background: var(--c-white);
   }
   .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 19px;
   }
   .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 19px;
   }
   .swiper-button-next:after, .swiper-button-prev:after{
    content: "";
    background-image: url(../assets/images/icon-slide-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
   }
   .swiper-button-prev{
    transform: rotate(180deg);
   }
   .swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-color: var(--c-white);
    border-radius: 50%;
    background-image: url(../assets/images/icon-slide-arrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
   }
   .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    opacity: 1;
   }
   .swiper-pagination-bullet{
    transition: .3s;
   }
   .swiper-pagination-bullet-active{
    position: relative;
    width: 16px;
   }
   .swiper-pagination-bullet::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 9999px;
    transform: translate(-50%,-50%);
   }
   .swiper-pagination-bullet-active::after{
    border: 1px solid #FFF;
   }
   .swiper-button-next:after, .swiper-button-prev:after{
    color: var(--c-black);
   }

    @media screen and (min-width: 992px) {
      .swiper-button-next, .swiper-button-prev, .swiper-pagination{
        opacity: 0;
        transition: .3s;
       }
       .achievement-slider:hover .swiper-button-next,
       .achievement-slider:hover .swiper-button-prev,
       .achievement-slider:hover .swiper-pagination{
        opacity: 1;
       }
    }

   @media only screen and (max-width: 991.98px) {
    .achievement-slider .swiper-slide img{
      border-radius: 48px;
    }
    .achievement-slider{
      padding-bottom: 30px;
      margin-bottom: 2px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
      margin: auto;
      width: 100%;
      bottom: 4px;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
      background-color: #A3A3A3;
    }
    .swiper-pagination-bullet-active{
      background: var(--c-black)!important;
     }
     .swiper-pagination-bullet-active::after{
      border-color: var(--c-black);
     }
    .swiper-button-wrap{
      display: none;
    }
  }

.logo-double .achievement-slider{
  margin-bottom: 18px;
}
/* .logo-double .achievement-name{
  gap: 9px;
} */
.logo-double .achievement-top>span{
  line-height: 1.4;
  display: block;
 }
.logo-double .achievement-top>span br{
  display: block;
}
.achievement-name-wrap{
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.logo-double .achievement-name-image{
  width: 60px;
  height: 60px;
}
.logo-double .achievement-name img {
  display: block;
  margin: auto;
  width: 40%;
}
@media only screen and (max-width: 991.98px){
  .logo-double .achievement-slider{
    margin-bottom: 12px;
  }
}
/*==================================================*
 *  [ strengths ]
 *==================================================*/
 .strengths{
  position: relative;
  border-radius: 80px;
  background-color: var(--c-background);
  padding: 159px 0 173px;
  margin-top: -80px;
  background-image: -webkit-image-set(url("../assets/images/bg-grid.webp"),
  url("../assets/images/bg-grid.png"));
  /* background-size: ; */
  z-index: 2;
 }
 .strengths .container-inner{
  display: flex;
  justify-content: space-between;
  gap: 31px;
 }
 .strengths h2{
  display: block;
  margin-top: -32px;
  flex-shrink: 0;
 }
 .strengths h2 img{
  display: block;
  position: sticky;
  top: 0;
 }
 .strengths-list{
  list-style: none;
  width: 69%;
  /* max-width: 825px; */
 }
 .strengths-list li{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 59px;
  background-color: var(--c-gray);
  /* max-width: 825px; */
  padding: 41px;
  padding-inline: 56px 51px;
  padding-inline: min(6.5vw, 55px);
  border-radius: 24px;
 }
 .strengths-list li+li{
  margin-top: 10px;
 }
 .strengths-list h3{
  font-family: var(--f-jp);
  font-size: 2.4rem;
  font-weight: 700;
  box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
	padding: 1px 5px 1px;
	background-color: var(--c-white);
  margin-bottom: 10px;
 }
 .strengths-list p{
  display: block;
  font-size: 1.4rem;
  margin-top: 21px;
  line-height: 1.5;
 }
 .strengths-list hgroup p{
  color: #7C7C7C;
  font-family: var(--f-en);
  margin-top: 4px;
  margin-left: 1px;
  font-weight: 600;
 }
 .strengths-list figure{
  flex-shrink: 0;
 }
  @media screen and (min-width: 1024px) {
    .strengths-list li:first-child figure{
      transform: translateY(6px);
    }
  }
 @media screen and (max-width: 1024px) {
  .strengths .container-inner{
    flex-wrap: wrap;
  }
  .strengths-list{
    width: 100%;
  }
}
 @media only screen and (max-width: 750px) {
  .strengths-list li{
    flex-wrap: wrap;
    justify-content: center;
  }
  .strengths-list li:first-child figure{
    transform: translateY(6px);
  }
  .strengths-list li:nth-child(2) figure{
    transform: translateY(4px);
  }
  .strengths-list li:last-child figure{
    transform: translateY(8px);
  }
 }
 @media only screen and (max-width: 991.98px) {
  .strengths{
    border-radius: 32px;
    padding-top: 56px;
    padding-bottom: 23px;
  }
  .strengths h2{
    margin-top: 0;
  }
  .strengths h2 img{
    max-width: 237px;
  }
  .strengths-list{
    width: 100%;
    margin-inline: auto;
  }
  .strengths-list h3{
    font-size: 2.4rem;
  }
  .strengths-list li{
    padding: 10px 19px 19px;
    gap: 16px;
    border-radius: 32px;
  }
  .strengths-list p{
    margin-top: 13px;
  }
  .strengths-list li+li{
    margin-top: 18px;
  }
  }

   @media screen and (max-width: 1439px) and (min-width: 1024px){
    .strengths-list li{
      gap: 0;
    }
    .strengths-list figure{
      width: 53%;
    }
   } /* */
 /* [ こんな方におすすめ ] */
 .recommend{
  position: relative;
  background-color: var(--c-blue);
  color: var(--c-white);
  border-radius: 24px;
  margin: 142px auto 0;
  max-width: 990px;
  padding: 50px 47px 48px;
 }
 .recommend-inner{
  display: flex;
  gap: 22px;
 }
 .recommend-inner>div:first-child{
  width: 399px;
  min-width: 290px;
 }
 .recommend h3{
  font-family: var(--f-jp);
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 29px;
  color: var(--c-white);
  white-space: nowrap;
 }
 .recommend h3::before{
  content: "";
  display: block;
  background-image: url(../assets/images/icon-recommend.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 44px;
  margin-bottom: 7px;
 }
 .recommend ul{
  color: var(--c-white);
 }
 .recommend .slideshow{
  animation: loop-slide 30s infinite linear .5s both;
 }
 .recommend p{
  font-size: 1.4rem;
  margin-top: 12px;
  line-height: 1.4;
  color: var(--c-white);
 }

 .fukidashi-recommend{
  position: absolute;
  right: -47px;
  right: max(-3.2vw, -47px);
  top: -31px;
  z-index: 10;
 }

 .slide-box{
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 544px;
  height: 364px;
  background-color: var(--c-white);
  border-radius: 8px;
  overflow: hidden;
 }
 .slide-box li{
  width: 184px;
  margin-inline: 4px;
}
 .slide-box li:nth-child(even){
  margin-top: 27px;
 }
 /* @media only screen and (max-width: 991.98px) { */
 @media only screen and (max-width: 700px) {
  .recommend{
    flex-wrap: wrap;
    padding: 18px 33px 42px;
    margin-top: 137px;
  }
  .recommend h3{
    margin-bottom: 13px;
  }
  .fukidashi-recommend{
    top: -55px;
    right: -6px;
    max-width: 278px;
  }
  .recommend-inner{
    flex-wrap: wrap;
  }
    .recommend-inner>div:first-child,
    .slide-box{
      width: 100%;
    }
    .slide-box{
      max-width: 100%;
    }
  }
 /*==================================================*
  *  [ flow ]
  *==================================================*/
  .bottom{
    background-color: #FFD11D;
    background-image: url(../assets/images/bg-flow.svg);
    background-size: 295px;
    margin-top: -115px;
    padding-top: 177px;
  }

  .flow{
    /* padding-top: 180px;
    margin-top: -115px; */
    overflow: hidden;
  }
  .flow-content{
    display: flex;
    gap: 8px;
    margin-top: 55px;
    padding-bottom: 70px;
    counter-reset: number 0;
  }
  .flow-content li{
    position: relative;
    width: calc(25% - 6px);
    min-width: 222px;
    background-color: var(--c-white);
    border-radius: 80px;
    padding: 56px 46px 39px;
    flex-shrink: 0;
  }
  .flow-content figure img{
    display: block;
    margin-inline: auto;
  }
  .flow-title{
    margin-top: 15px;
  }
  .flow-title h3{
    display: block;
    font-size: 2.4rem;
    font-family: var(--f-jp);
    font-weight: 700;
  }
  .flow-title h3::before{
    content: counter(number, decimal-leading-zero);
    counter-increment: number 1;
    display: block;
    font-family: var(--f-en);
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 4px;
  }
  .flow-content li:first-child h3::before{
    color: var(--c-green);
  }
  .flow-content li:nth-child(2) h3::before{
    color: var(--c-blue);
  }
  .flow-content li:nth-child(3) h3::before{
    color: var(--c-purple);
  }
  .flow-content li:nth-child(4) h3::before{
    color: var(--c-orange);
  }
  .flow-title p{
    font-size: 1.4rem;
    color: #7C7C7C;
    font-family: var(--f-en);
    font-weight: 600;
    line-height: 1.3;
  }
  .flow-content li>p{
    font-size: 1.4rem;
    margin-top: 16px;
    line-height: 1.5;
  }
  .flow-content li .flow-dot{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    bottom: -64px;
    left: 0%;
    right: 0%;
    margin-inline: auto;
  }
  .flow-content li .flow-dot::before,
  .flow-content li .flow-dot::after,
  .flow-content li .flow-dot>span{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .flow-content li .flow-dot>span.flow-dot-large{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .flow-content li:first-child .flow-dot-large{ background-color: #3EC58D; }
  .flow-content li:first-child .flow-dot>span:last-child{ background-color: #32BC9C; }
  .flow-content li:first-child .flow-dot::after{ background-color: #25B2AC; }
  .flow-content li:nth-child(2) .flow-dot::before{ background-color: #19A9BB; }
  .flow-content li:nth-child(2) .flow-dot>span:first-child{ background-color: #0C9FCB; }
  .flow-content li:nth-child(2) .flow-dot-large{ background-color: #0196d9; }
  .flow-content li:nth-child(2) .flow-dot>span:last-child{ background-color: #208AE1; }
  .flow-content li:nth-child(2) .flow-dot::after{ background-color: #407EE9; }
  .flow-content li:nth-child(3) .flow-dot::before{ background-color: #6073F0; }
  .flow-content li:nth-child(3) .flow-dot>span:first-child{ background-color: #8067F8; }
  .flow-content li:nth-child(3) .flow-dot-large{ background-color: #A05BFF; }
  .flow-content li:nth-child(3) .flow-dot>span:last-child{ background-color: #B35ACC; }
  .flow-content li:nth-child(3) .flow-dot::after{ background-color: #C65999; }
  .flow-content li:nth-child(4) .flow-dot::before{ background-color: #D95867; }
  .flow-content li:nth-child(4) .flow-dot>span:first-child{ background-color: #EC5734; }
  .flow-content li:nth-child(4) .flow-dot-large{ background-color: #FF5601; }
  .flow-content li:last-child{
    display: none;
  }
   @media screen and (max-width: 700px) {
     .bottom{
      background-size: 115px;
     }
   }
 @media only screen and (max-width: 991.98px) {
  .bottom{
    padding-top: 199px;
  }
  .flow .section-title img{
    max-width: 277px;
  }
  .flow .container-medium{
    width: 100%;
    margin-inline: 3.501%;
  }
  .flow-content{
    margin-top: 23px;
    padding-inline: 3.501% 0!important;
  }
  .flow-content-wrap{
    margin-left: -3.501%!important;
  }
  .flow-content li:last-child{
    /* width: calc(7.725vw - 8px)!important; */
    width:calc(7.601vw - 8px)!important;
    margin-left: 0!important;
  }
  }
  @media only screen and (max-width: 1181px) {
  .flow-content-wrap{
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0;
    margin-inline: calc(50% - 50vw);
  }
  .flow-content-wrap::-webkit-scrollbar{
    display: none;
  }
  .flow-content{
    padding-inline: 3.5%;
    padding-inline: 8.5%;
  }
  .flow-content li{
    min-width: min(57.4%, 420px);
    border-radius: 48px;
    padding: 38px 25px 39px;
    padding: max(4.7%, 38px) max(3.1%, 25px) max(4.8%, 39px);
  }
  .flow-content li .flow-dot{
    bottom: -50px;
  }
  .flow-content li:last-child{
    display: block;
    padding: 0;
    border-radius: 0;
    width: calc(7.601vw - 16px);
    margin-left: -8px;
    min-width: unset;
    background: unset;
  }
  }

/*==================================================*
 *  [ Contact ]
 *==================================================*/
 section.contact {
    margin-top: 157px;
 }
 .contact .section-title{
    margin-bottom: 47px;
 }
 .contact .fukidashi{
  position: absolute;
  right: -74px;
  top: -59px;
  color: var(--c-white);
  background-color: var(--c-purple);
 }
 .contact .fukidashi-inner{
  height: 96px;
  gap: 18px;
 }
 .contact .fukidashi-inner::after{
  right: 75px;
  bottom: -12px;
  border-top-color: var(--c-purple);
 }
 .contact .fukidashi-inner img{
  transform: translateX(9px);
 }
 .contact-form{
    margin-top: 8.5rem;
    padding-left: 1rem;
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 6.5rem;
 }
 .contact-wrap{
  position: relative;
  background-color: var(--c-white);
  /* padding: 64px 48px; */
    padding: 48px;
  /* max-width: 804px; */
  margin-inline: auto;
  border-radius: 40px;
 }
 .attention{
  background-color: var(--c-background);
  height: 240px;
  padding: 35px 34px;
  border-radius: 8px;
  margin-bottom: 32px;
  overflow-y: scroll;
 }
 .attention h3{
  font-family: var(--f-jp);
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
 }
 .attention li{
  font-size: 1.4rem;
  margin-bottom: 16px;
 }
 .attention li:last-child{
  margin-bottom: 0;
 }
 .attention li::before{
  background-color: var(--c-blue);
  width: 4px;
 }

 @media only screen and (max-width: 991.98px) {
  .contact .fukidashi{
    right: -5px;
    top: -51px;
  }
  section.contact{
    margin-top: 82px;
  }
  .contact .section-title{
    margin-bottom: 48px;
  }
  section.contact .section-title img{
    max-width: 239px;
  }
  .contact-wrap{
    padding: 24px 20px;
  }
  .attention{
    border-radius: 24px;
    padding: 33px 25px;
  }
  .attention h3{
    text-align: left;
    font-size: 1.5rem;
  }
  .attention li{
    font-size: 1.2rem;
    margin-bottom: 12px;
 }
 .contact .fukidashi-inner img{
  width: 33px;
  transform: translateX(3px);
 }
 .contact .fukidashi-inner::after{
  right: 59px;
  bottom: -13px;
 }
 .contact .fukidashi-inner{
  height: 84px;
  gap: 7px;
 }
}

 /* [ お問い合わせ追従ボタン ] */
 .contact-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 114px;
  height: 114px;
  color: var(--c-white);
  bottom: 2.3%;
  right: 2.3%;
  position: fixed;
  font-family: var(--f-jp);
  background-color: var(--c-blue);
  border-radius: 50%;
  font-size: 1.3rem;
  aspect-ratio: 1;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: var(--z-modal);
}
.contact-btn span{
  transform: translateY(8px);
}
.contact-btn .contact-btn-en{
  font-family: var(--f-en);
  font-size: 1.1rem;
  transform: translateY(7px);
}
.contact-btn img{
  display: block;
  margin-inline: auto;
}
.contact-btn::before{
  content: "";
  position: absolute;
  width: 129px;
  height: 129px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../assets/images/contact-circle.svg);
  animation: 12s linear infinite rotation;
}
.contact-btn.active{
  opacity: 1;
  pointer-events: auto;
}
.contact-btn.active:hover{
  opacity: .7;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

@media only screen and (max-width: 900px) {
  .contact-btn{
    width: 68px;
    height: 68px;
    right: 4.4%;
  }
  .contact-btn::before{
    width: 83px;
    height: 83px;
  }
  .contact-btn .sp-none{
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .contact-btn{
    right: 2%;
    bottom: 2%;
  }
}

/* 追記 */
/* .contact-btn{
  opacity: 1;
} */
.contact-btn::before{
  background-image: url(../assets/images/contact-circle-2.svg);
  background-size: 134px;
  background-position: center;
}
@media only screen and (max-width: 900px) {
  .contact-btn::before{
    background-image: url(../assets/images/contact-circle-2-sp.svg);
    background-size: 88px;
  }
 }

 /*==================================================*
  *  [ footer ]
  *==================================================*/
  footer{
    padding-bottom: 35px;
    overflow-x: hidden;
  }
  .footer .wrap{
    margin-top: 156px;
  }
  .footer .container{
    position: relative;
   align-items: flex-end;
    justify-content: space-between;
    width: 95.5%;
  }
  .footer-image{
    flex-shrink: 0;
  }
  .footer .container a{
    display: block;
    font-size: 1.4rem;
    cursor: pointer;
  transition: .3s;
  }
  .footer .container a:hover{
    opacity: .7;
  }
  .footer .container a::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    mask-image: url('../assets/images/icon-blank.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    margin-right: 7px;
    margin-top: -6px;
  }

  .footer .scroll-infinity__wrap+.scroll-infinity__wrap{
    margin-top: 22px;
    transform: translateX(-10%);
  }
  .top-swiper-container .swiper-wrapper {
    transition-timing-function: linear;
}

.footer .slider-content {
  margin-inline: 12px;
}
.slider-content {
  width: 280px;
  flex-shrink: 0;
}
.footer>.slider-wrap{
  padding-top: 158px;
}
.slider-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.slider-wrapper{
  margin-top: 22px;
  width: calc(110.5% + 20px);
  transform: translateX(-10.5%);
  }
.slideshow {
  display: flex;
  animation: loop-slide 40s infinite linear .5s both;
  flex-shrink: 0;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__item>img {
  display: block;
  width: 100%;
}
.footer-logo-text{
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  font-family: var(--f-en);
  margin-top: 6px;
}
.copyright{
  font-size: 1.2rem;
  font-family: var(--f-en);
  line-height: 1;
  margin-top: 15px;
}
.footer-menu{
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 25px;
}
  #backtop{
    position: absolute;
    top:33px;
    right: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: .3s;
  }
  #backtop:hover{
    opacity: .7;
  }

  @media only screen and (max-width: 991.98px) {
    footer{
      padding-bottom: 25px;
    }
    .footer>.slider-wrap{
      padding-top: 82px;
    }
    .footer .slider-content{
      margin-inline: 6px;
    }
    .footer .container{
      width: 92%;
    }
    /* .footer .container>div:first-child{
      margin-top: -9px;
    } */
    .slider-content{
      width: 140px;
      margin-inline: 7.5px;
    }
    .slider-wrapper{
      margin-top: 12px;
      width: calc(110.5% + 20px);
      transform: translateX(-10.5%);
    }
    .footer .wrap {
      margin-top: 91px;
    }
    #backtop{
      right: -28px;
      left: auto;
      top: -12px;
    }
    .copyright{
      line-height: 1.3;
    }
   }

   /* 制作実績 */
.reveal-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--c-blue);
  background-color: var(--c-white);
  border-radius: 24px;
  font-size: 16px;
  gap: 7px;
  font-weight: bold;
  font-family: var(--f-jp);
  height: 88px;
  line-height: 88px;
  cursor: pointer;
  transition: .3s;
  @media only screen and (max-width: 991.98px){
    height: 72px;
    line-height: 72px;
  }
}
@media (hover: hover) {
  .reveal-btn:hover{
    color: var(--c-white);
    background-color: var(--c-blue);
  }
}
.reveal {
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition:
    height 300ms ease,
    opacity 300ms ease;
}

.reveal.is-open {
  opacity: 1;
}

.icon-plus{
  position: relative;
  background-color: var(--c-blue);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: .3s;
}
 .icon-plus::before,
 .icon-plus::after{
  content: "";
  position: absolute;

  background-color: var(--c-white);
  border-radius: 9999px;
 }
  .icon-plus::before{
    top: 5px;
  left: 11px;
    width: 2px;
    height: 14px;
  }
  .icon-plus::after{
    top: 11px;
  left: 5px;
    width: 14px;
    height: 2px;
  }

@media (hover: hover) {
  .reveal-btn:hover .icon-plus{
    background-color: var(--c-white);
  }
.reveal-btn:hover .icon-plus::before,
.reveal-btn:hover .icon-plus::after{
    background-color: var(--c-blue);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; }
}

.sponsorship{
    margin-bottom: 48px;
}

.sponsorship>picture img{
  display: block;
  margin-bottom: 13px;
  @media only screen and (max-width: 991.98px){
    margin-bottom: 10px;
  }
}

.sponsorship-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  background-color: var(--c-white);
  color: var(--c-blue);
  font-family: var(--f-jp);
  border-radius: 32px;
  padding: 30px 49px;
  padding-right: 33px;
  line-height: 1;
  transition: .3s;
  @media only screen and (max-width: 991.98px){
    font-size: 16px;
    padding: 22px 25px;
    padding-right: 23px;
  }
}

.sponsorship-btn div span{
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
  @media only screen and (max-width: 991.98px){
    font-size: 14px;
  }
}

.sponsorship-btn>span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--c-blue);
}

.sponsorship-btn>span img{
  filter: brightness(0) invert(1);
}

@media (hover: hover) {
   .sponsorship-btn:hover{
    color: var(--c-white);
    background-color: var(--c-blue);
   }
   .sponsorship-btn:hover>span{
    background-color: var(--c-white);
   }
   .sponsorship-btn:hover>span img{
    filter: unset;
   }
 }

.contact-fukidashi{
  margin-bottom: 12px;
  @media only screen and (max-width: 991.98px){
    margin-bottom: 9px;
  }
}
