@charset "utf-8";
.fv {
  padding-top: clamp(7.5rem, 5.292rem + 4.6vw, 10.813rem);
      position: relative;
  padding-bottom: clamp(5rem, 2.167rem + 5.9vw, 9.25rem);
}
.fv-bg {
      position: absolute;
    z-index: 10;
    background-color: #F6F7F9;
    height: 100%;
    width: 100%;
      top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}
.fv__inner {
      position: relative;
    z-index: 100;
}
.fv__container {
  padding: 0 clamp(1.25rem, -1.917rem + 6.6vw, 6rem);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fv-logo {
      position: absolute;
    width: clamp(12.563rem, -2.313rem + 30.99vw, 34.875rem);
    z-index: 20;
    right: clamp(1.25rem, -1.042rem + 4.77vw, 4.688rem);
    top: clamp(1.25rem, -3.208rem + 9.29vw, 7.938rem);
}
.fv-header {
  position: relative;
    z-index: 100;
}
.fv__main {
      font-size: clamp(1.75rem, -0.417rem + 4.51vw, 5rem);
    font-weight: 700;
    line-height: 1.5;
    color: #EC3480;
    transform: rotate(357deg);
}
.fv__sub {
      font-size: clamp(0.875rem, -0.125rem + 2.08vw, 2.375rem);
    font-weight: 400;
    color: #EC3480;
    transform: rotate(357deg);
}
.img-wrap {
  position: relative;
  z-index: 30;
}

.fv__img1 {
  clip-path: inset(0 100% 0 0);
}
.loadingComplete .fv__img1 {
  animation: reveal 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1s; /* ←ここはお好み */
}
@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}




.swiper-top {
    width: clamp(12.313rem, 5.688rem + 13.8vw, 22.25rem);
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
      position: relative;
    z-index: 100;
}
.swiper-wrapper {
  transition-timing-function: linear;
  align-items: center!important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-img {
     max-height: 88px;
    object-fit: contain;
}

.about {
      position: relative;
    z-index: 100;
}
.about__inner {
      position: relative;
    padding-left: clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    padding-right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.about__logo {
      position: absolute;
    z-index: 10;
    width: clamp(21.25rem, -14.25rem + 73.96vw, 74.5rem);
    left: -4%;
    top: 32%;
}
.about__container {
      position: relative;
    z-index: 100;
    display: flex;
    column-gap: clamp(1.25rem, -4.75rem + 12.5vw, 10.25rem);
}
.about__left {
  width: 48%;
}
.about-left__top {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.5rem, 1rem + 1.04vw, 2.25rem);
}
.about__header {
      display: flex;
    align-items: flex-end;
}
.about-header__mozi {
      width: clamp(7.125rem, 4.042rem + 6.42vw, 11.75rem);
    object-fit: contain;
}
.popup.is-animated {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.about-header__text {
      font-size: clamp(1.5rem, 0.5rem + 2.08vw, 3rem);
    font-weight: 600;
    color: #EC3480;
}
.about-left__center {
      margin-top: clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(2rem, 1.333rem + 1.39vw, 3rem);
}
.about__text {
      font-weight: 500;
    line-height: 2.7;
}
.about__text--pink {
      font-size: 18px;
    font-weight: 600;
    color: #EC3480;
    line-height: 2.2;
}
.about-left__bottom {
  margin-top: 48px;
}
.about__right {
      display: flex;
    flex-direction: column;
    row-gap: clamp(2rem, 0.667rem + 2.78vw, 4rem);
    width: 52%;
}
.about__img1 {
      width: clamp(14.438rem, 4.813rem + 20.05vw, 28.875rem);
    aspect-ratio: 462/260;
    object-fit: cover;
}
.about__img2 {
      width: clamp(18.563rem, 6.229rem + 25.69vw, 37.063rem);
    aspect-ratio: 593/292;
    object-fit: cover;
    margin-left: auto;
}

.message {
      margin-top: clamp(5rem, 2.167rem + 5.9vw, 9.25rem);
    position: relative;
    z-index: 100;
    padding: 40px 0;
  overflow: hidden;
}
.message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234,234,234,0.3); /* ←出したい背景色 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2.5s ease;
  z-index: -1;
}

.message.is-active::before {
  transform: scaleX(1);
}
.message__container {
      display: flex;
    column-gap: clamp(1.25rem, -6.625rem + 16.41vw, 13.063rem);
}
.message__left {
  width: 50%;
}
.message__img {
      aspect-ratio: 867/488;
    object-fit: cover;
}
.message__right {
      width: 50%;
    padding-right: clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.message__title {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 600;
    color: #EC3480;
}
.message__name {
      margin-top: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    display: flex;
    column-gap: 8px;
    align-items: baseline;
}
.message-name__1 {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 500;
}
.message-name__2 {
      font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 600;
}
.message__text {
      margin-top: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
    font-weight: 500;
    line-height: 2.2;
}
.message__bottom {
  margin-top: 48px;
}

.btn1--blue {
      background-color: #0360AA;
    border: 1px solid #0360AA;
}
.btn1--blue:hover {
  background-color: #fff;
}
.btn1--blue:hover .btn1__text--blue {
  color: #0360AA;
}
.btn1--orange {
      background-color: #E96000;
    border: 1px solid #E96000;
}
.btn1--orange:hover {
  background-color: #fff;
}
.btn1--orange:hover .btn1__text--orange {
  color: #E96000;
}

.t-title {
      font-size: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    font-weight: 600;
    color: #E30074;
    text-align: center;
}
.t-title--left {
  text-align: start;
}

.service {
  padding-top: clamp(7.5rem, 5rem + 5.21vw, 11.25rem);
}
.service__items {
      display: flex;
    flex-direction: column;
    row-gap: 120px;
    margin-top: clamp(3rem, 2rem + 2.08vw, 4.5rem);
}
.service__item {
      display: flex;
    border-right: clamp(1.375rem, 0.75rem + 1.3vw, 2.313rem) solid #015FAB;
    padding-right: clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    column-gap: clamp(1.25rem, -6.25rem + 15.63vw, 12.5rem);
    align-items: stretch;
}
.service__item--orange {
      flex-direction: row-reverse;
    padding-right: 0;
    padding-left: clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
    border-right: none;
    border-left: clamp(1.375rem, 0.75rem + 1.3vw, 2.313rem) solid #E96000;
}
.service__left {
  width: 50%;
}
.service__img {
      height: 100%;
    aspect-ratio: 700/1032;
    object-fit: cover;
}
.service__right {
      width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service__top {
      display: flex;
    column-gap: clamp(0.625rem, -0.292rem + 1.91vw, 2rem);
      flex-wrap: wrap;
    row-gap: 16px;
    justify-content: center;
}
.service-top__text {
      padding: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem) clamp(1.5rem, 1.25rem + 0.52vw, 1.875rem);
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 700;
    color: #015FAB;
    border: 3px solid #015FAB;
    border-radius: 31px;
    line-height: 1;
      text-align: center;
    width: fit-content;
}
.service-top__text--orange {
      color: #E96000;
    border: 3px solid #E96000;
}
.service__logo {
      margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    width: clamp(19.375rem, 5.083rem + 29.77vw, 40.813rem);
}
.service__title {
      margin-top: clamp(3rem, 2.333rem + 1.39vw, 4rem);
    line-height: 2.2;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #015FAB;
}
.service__title--orange {
  color: #E96000;
}
.service__text {
      margin-top: 32px;
    line-height: 2;
    text-align: center;
    font-weight: 500;
}
.service-box__items {
      margin-top: clamp(2.375rem, 1.958rem + 0.87vw, 3rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(2.625rem, 2.208rem + 0.87vw, 3.25rem);
    width: 100%;
    padding: 0 clamp(0rem, -4rem + 8.33vw, 6rem);
}
.service-box__item {
      display: flex;
    align-items: center;
    column-gap: clamp(1.75rem, 1.417rem + 0.69vw, 2.25rem);
    width: 85%;
}
.service-box__item:nth-child(2) {
  margin-left: auto;
}
.service-box__left {
  width: 20%;
      display: flex;
    justify-content: flex-end;
}
.service-box__icon {
    height: clamp(2.313rem, 1.479rem + 1.74vw, 3.563rem);
    object-fit: contain;
  width: fit-content;
}
.service-box__right {
  width: 80%;
}
.service-box__text {
      line-height: 1.5;
    font-weight: 700;
    color: #015FAB;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.service-box__text--orange {
  color: #E96000;
}
.service__bottom {
  margin-top: clamp(4rem, 3.333rem + 1.39vw, 5rem);
}

#root {
  overflow: hidden;
}
.slider__wrapper {
  display: flex;
  overflow: hidden;
    width: 100vw;
  column-gap: 40px;
  padding-top: clamp(4rem, -0.417rem + 9.2vw, 10.625rem);
}
.slider {
  animation: scroll-left 40s infinite linear .5s both;
  display: flex; 
      align-items: center;
  column-gap: 40px;
}
.slide-img {
  width: calc(100vw / 4);
}
.slide-img:nth-child(2n) {
  padding-top: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
}
.slide-img:nth-child(2n+1) {
  padding-bottom: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.case {
  padding-top: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
}
.case__inner {
  padding: 0 clamp(1.25rem, -12.667rem + 28.99vw, 22.125rem);
}

.news__block {
    margin-top: 40px;
}
.news__block section {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.25rem, -0.25rem + 3.13vw, 3.5rem);
    row-gap: clamp(2rem, 4.17vw, 5rem);
  position: relative;
}
.news__item {
      display: flex;
        padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    transition: all 0.5s;
    flex-direction: column;
    row-gap: 16px;
  position: relative;
  top: 0;
}
.newsItemImg img {
    aspect-ratio: 328/217;
    object-fit: cover;
}
.newsItemImg > img + span{
	display: none;
}
.newsItemText__top {
        display: flex;
    column-gap: 17px;
    align-items: center;
}
.newsItemTime {
        color: #EC3480;
    font-weight: 600;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
}
.newsItemCate {
        min-width: 85px;
    font-size: 12px;
    font-weight: 600;
    color: #EC3480;
    background-color: #fff;
    border: 2px solid #EC3480;
    border-radius: 15px;
    line-height: 1;
    text-align: center;
    padding: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem) 12px;
}
.newsItemTit {
        margin-top: 14px;
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 500;
      overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsItemText-box__icon {
      display: flex;
    align-items: center;
  margin-left: 10px;
}
.newsItemText-box__icon img {
        min-width: 8px;
    width: clamp(0.5rem, 0.417rem + 0.17vw, 0.625rem);
}
.news__item:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.16); 
  top: 5px;
}
.case__bottom {
      margin-top: 40px;
    display: flex;
    justify-content: center;
}

.insta {
  padding-top: 120px;
}
.insta__inner {
  position: relative;
}
.insta-bg {
      position: absolute;
    top: 0;
    right: 0;
    width: 416px;
}
.insta__container {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
  position: relative;
  z-index: 100;
}
.Instagram__block {
  margin-top: 40px;
}
.Instagram__block section {
  margin-top: 32px;
	display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.Instagram__block .imgBx01>img+span,
.Instagram__block .imgBx01>video+span {
	display: none;
}
.imgBx01 img {
      height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.imgBx01 video {
  max-width: 100%;
      height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.mt-3, .my-3 {
  display: none;
}

.blog {
  padding: clamp(7.5rem, 5.833rem + 3.47vw, 10rem) 0;
      position: relative;
    z-index: 20;
}
.blog__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.blog__block {
    margin-top: 64px;
}
.blog__block section {
      display: flex;
    flex-direction: column;
    row-gap: 32px;
  position: relative;
}
.blog__item {
      display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.blogItemImg {
  width: 24%;
  overflow: hidden;
}
.blogItemImg img {
    aspect-ratio: 175/111;
    object-fit: cover;
  transition: all 0.5s;
}
.blogItemImg > img + span{
	display: none;
}
.blogItemText{
    width: 76%;
        display: flex;
    justify-content: space-between;
}
.blogItemText__top {
        display: flex;
    column-gap: 17px;
    align-items: center;
}
.blogItemTime {
        color: #EC3480;
    font-weight: 600;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
}
.blogItemCate {
        min-width: 85px;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 600;
    color: #EC3480;
    background-color: #fff;
    border: 2px solid #EC3480;
    border-radius: 15px;
    line-height: 1;
    text-align: center;
    padding: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem) 12px;
}
.blogItemTit {
        margin-top: 17px;
    font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 600;
      overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blogItemText-box__icon {
      display: flex;
    align-items: center;
  margin-left: 10px;
}
.blog__icon {
        min-width: 8px;
    width: clamp(0.5rem, 0.417rem + 0.17vw, 0.625rem);
  transition: all 0.5s;
}

.blog__item:hover .blog__icon {
  transform: translateX(10px);
}
.blog__item:hover .newsItemImg img {
  transform: scale(1.1);
}
.blog__bottom {
  justify-content: flex-end;
}


@media (max-width: 1023px) {
 .swiper-img {
     max-height: 48px;
  }
}

@media (max-width: 767px) {
  .fv-logo {
        top: 220px;
    right: 0;
    width: clamp(12.5rem, -0.431rem + 53.05vw, 25rem);
  }
  .fv__main {
    font-size: clamp(1.75rem, 0.974rem + 3.18vw, 2.5rem);
  }
  .img-wrap {
    margin-top: 16px;
  }
  .swiper-top {
    margin-left: unset;
  }
  
  .about__logo {
        top: 68%;
    left: -26%;
    width: clamp(21.25rem, 10.905rem + 42.44vw, 31.25rem);
  }
  .about__container {
        flex-direction: column-reverse;
    row-gap: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__left,
  .about__right {
    width: 100%;
  }
  
  .message__inner {
    padding: 0 20px;
  }
  .message__container {
        flex-direction: column;
    row-gap: 40px;
        max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .message__left {
    width: 100%;
  }
  .message__right {
        padding-right: 0;
    width: 100%;
  }
  
  .service__item {
        flex-direction: column;
    row-gap: 32px;
    padding-right: 0;
    border-right: 0;
    border-bottom: clamp(1.375rem, 0.75rem + 1.3vw, 2.313rem) solid #015FAB;
    padding-bottom: 64px;
  }
  .service__item--orange {
        padding-left: 0;
    border-left: 0;
    border-bottom: clamp(1.375rem, 0.75rem + 1.3vw, 2.313rem) solid #E96000;
  }
  .service__left,
  .service__right {
    width: 100%;
        max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .service__img {
    aspect-ratio: 390/376;
  }
  .service__right {
    padding: 0 20px;
  }
  .service-box__item {
    width: 100%;
  }
  .service-box__icon {
    height: 47px;
  }
  .service-box__text {
    font-size: 14px;
  }
  .service__top {
        flex-direction: column;
    align-items: center;
  }
  
  .slider__wrapper {
    column-gap: 20px;
  }
  .slider {
    column-gap: 20px;
  }
  .slide-img {
    width: calc(100vw / 1.5);
  }
  .slide-img:nth-child(2n) {
    padding-top: clamp(3.75rem, -0.129rem + 15.92vw, 7.5rem);
  }
  .slide-img:nth-child(2n+1) {
    padding-bottom: clamp(3.75rem, -0.129rem + 15.92vw, 7.5rem);
  }
  
  .news__block section {
    grid-template-columns: repeat(1, 1fr);
  }
  .news__item {
    column-gap: 8px;
  }
  .newsItemCate {
    font-size: 10px;
  }
  .newsItemTit {
    font-size: 14px;
  }
  
  .insta-bg {
        width: clamp(12.5rem, 11.777rem + 2.96vw, 26rem);
    top: 50%;
  }
  .Instagram__block {
    margin-top: 120px;
  }
  .Instagram__block section {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .blog__item {
    column-gap: 8px;
  }
  .blogItemImg {
    width: 35%;
  }
  .blogItemText {
    width: 65%;
  }
  .blogItemCate {
    font-size: 10px;
  }
  .blogItemTit {
    font-size: 14px;
  }
  .blog__bottom {
    justify-content: center;
  }
}

@media (max-width: 389px) {
  .fv__sub {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  .about__img2 {
    width: clamp(15rem, 3.406rem + 57.97vw, 17.5rem);
  }
  .about-header__mozi {
    width: clamp(6rem, 0.783rem + 26.09vw, 7.125rem);
  }
  .about-header__text {
    font-size: clamp(1.25rem, 0.091rem + 5.8vw, 1.5rem);
  }
  .about__text--pink {
    font-size: 16px;
  }
  .message__title {
    font-size: clamp(1rem, -0.159rem + 5.8vw, 1.25rem);
  }
  .service-box__item {
    column-gap: 16px;
  }
  .service-box__icon {
    height: clamp(2.313rem, -0.586rem + 14.49vw, 2.938rem);
  }
  .service-box__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  .service__title {
    font-size: clamp(1rem, -0.159rem + 5.8vw, 1.25rem);
  }
  .service__text {
    font-size: clamp(0.75rem, 0.17rem + 2.9vw, 0.875rem);
  }
  .newsItemText__top {
    column-gap: 8px;
  }
  .newsItemTime  {
    font-size: 10px;
  }
  .newsItemTit {
    font-size: 12px;
  }
  .newsItemText-box__icon img {
        width: 6px;
    min-width: 6px;
  }
  .Instagram__block section {
    grid-template-columns: repeat(2, 1fr);
  }
  .blogItemText__top {
    column-gap: 8px;
  }
  .blogItemTime  {
    font-size: 10px;
  }
  .blogItemTit {
    font-size: 12px;
  }
  .blog__icon {
        width: 6px;
    min-width: 6px;
  }
}