
/* リセット */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}
.p-remy-about *{
  margin: 0;
}
.c-grid.mdl-grid{
  padding: 0;
}
.c-cell.mdl-cell{
  margin: 0;
}
.pc-active{
  display: block;
}
.sp-active{
  display: none;
}
button{
  cursor: pointer;
}
/* アニメーション */
[data-animation='fadein']{
  opacity: 0;
}
[data-animation='fadein'].is-animated {
  animation: fadeIn 1.5s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* about */
.p-remy-about{
  padding-block: 25px 88px;
}
.p-remy-about p{
  font-size: 16px;
  line-height: calc(25/16);
  color: #494949;
}
.p-remy-about__container{
  box-sizing: initial;
  max-inline-size: 1000px;
  padding-inline: 58px;
  margin-inline: auto;
}
.p-remy-about__heading{
  text-align: center;
  margin-bottom: 32px;
}
.p-remy-about__heading img{
  width: 182px;
  height: auto;
  object-fit: cover;
}
.p-remy-about__fv{
  margin-bottom: 80px;
}
.p-remy-about__fv-img{
  aspect-ratio: 1000 / 697;
  margin-bottom: 72px;
}
.p-remy-about__fv-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-remy-about__fv-title{
  font-size: 24px;
  font-weight: 500;
  line-height: calc(40/24);
  text-align: center;
  padding-inline: 40px;
  margin-inline: auto;
  margin-bottom: 32px;
}
.p-remy-about__fv-text{
  text-align: left;
  color: #494949;
  margin-bottom: 52px;
  margin-inline: auto;
  padding-inline: 40px;
}
.p-remy-about__section{
  background: #F7F7F7;
  padding-bottom: 80px;
}
.p-remy-about__section-title{
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(40 / 24);
}
.p-remy-about__section-text{
  margin-bottom: 52px;
}
.p-remy-about__img{
  width: 100%;
  aspect-ratio: 1000 / 600;
}
.p-remy-about__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-remy-about__box{
  width: 80%;
  max-width: 800px;
  margin-inline: auto;
  background-color: #fff;
  padding: 56px 48px 76px;
  margin-top: -56px;
  position: relative;
  z-index: 1;
}
.p-remy-about__button{
  width: 100%;
}
.p-remy-about__button a{
  width: 100%;
  max-width: 504px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #9F9F9F;
  font-size: 16px;
  font-weight: 700;
  margin-inline: auto;
  color: #292929;
}
.p-remy-about__member{
  display: flex;
  gap: 24px;
  padding-top: 16px;
}
.p-remy-about__member-content{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.p-remy-about__member-content .p-remy-about__button a{
  min-height: 60px;
}
.p-remy-about__member-content img{
  width: 200px;
  height: auto;
  object-fit: cover;
}
.p-remy-about__bottom-message{
  margin-top: 72px;
  padding-inline: 40px;
}
.p-remy-about__bottom-message p{
}
.p-remy-about__bottom-message p+p{
  margin-top: 2.0em;
}
/*
 * 767px以下（SP表示)
 */
@media(max-width: 767px) {
  .pc-active{
    display: none;
  }
  .sp-active{
    display: block;
  }
  /* about */
  .p-remy-about{
    padding-block: 46px 56px;
  }
  .p-remy-about p{
    line-height: calc(28/16);
  }
  .p-remy-about__heading img{
    width: 120px;
  }
  .p-remy-about__container{
    padding-inline: 18px;
  }
  .p-remy-about__fv{
    margin-bottom: 64px;
  }
  .p-remy-about__fv-img{
    margin-bottom: 24px;
  }
  .p-remy-about__fv-img img{
    aspect-ratio: 354 / 235;
  }
  .p-remy-about__fv-title{
    font-size: 20px;
    line-height: calc(32/20);
    text-align: left;
    padding-inline: 8px;
    margin-bottom: 24px;
  }
  .p-remy-about__fv-text{
    line-height: calc(28/16);
    text-align: left;
    padding-inline: 8px;
    margin-bottom: 24px;
  }
  .p-remy-about__heading{
    margin-bottom: 24px;
  }
  .p-remy-about__section{
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-bottom: 56px;
  }
  .p-remy-about__button a{
    width: 100%;
    max-width: 207px;
    min-height: 42px;
    font-size: 13px;
  }
  .p-remy-about__section-title{
    font-size: 20px;
    line-height: calc(32/20);
    text-align: left;
    margin-bottom: 24px;
  }
  .p-remy-about__section-text{
    margin-bottom: 24px;
    line-height: calc(28/16);
  }
  .p-remy-about__box{
    width: calc((322 / 390) * 100%);
    padding: 32px 24px;
    margin-top: -54px;
  }
  .p-remy-about__member{
    padding-top: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    padding-top: 16px;
  }
  .p-remy-about__member-content{
    max-width: 207px;
    width: 100%;
    gap: 16px;
  }
  .p-remy-about__member-content img{
    width: 120px;
  }
  .p-remy-about__member-content .p-remy-about__button a{
    min-height: 42px;
  }
  .p-remy-about__bottom-message{
    margin-top: 40px;
    padding-inline: 8px;
  }
  .p-remy-about__img{
    width: 100%;
    aspect-ratio: 390 / 240;
  }
}
