@charset "UTF-8";
.c-wrap {
  padding-top: 0;
}

.btn--arrow,
.btn--outline {
  backdrop-filter: blur(3px) saturate(120%);
}
@media (min-width: 768px) {
  .btn--arrow,
  .btn--outline {
    min-width: 20rem;
  }
}

.p-mv {
  position: relative;
  overflow: hidden;
}
.p-mv .custom-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  right: 2rem;
  bottom: 4.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  .p-mv .custom-arrows {
    right: 5.6rem;
    bottom: 5.6rem;
  }
}
.p-mv .custom-arrows .counter {
  font-weight: 700;
  min-width: 3rem;
  text-align: right;
  display: flex;
  align-items: center;
}
.p-mv .custom-arrows .divider {
  margin-inline: 0.6rem;
  font-size: 1.8rem;
  font-weight: 300;
}
.p-mv .custom-arrows .slick-arrow {
  cursor: pointer;
  background: none;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
.p-mv .custom-arrows .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1rem;
  background: url(../images/common/icon_arrow_01.svg);
  background-size: contain;
  filter: invert(1);
}
.p-mv .custom-arrows .slick-arrow.slick-prev:before {
  left: -0.8rem;
}
.p-mv .custom-arrows .slick-arrow.slick-next:before {
  right: -0.8rem;
  transform: translateY(-50%) rotate(180deg);
}
.p-mv__ttl {
  display: inline-block;
  color: #fff;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-mv__ttl {
    margin-bottom: 4rem;
  }
}
.p-mv__ttl__txt {
  display: block;
  letter-spacing: 0.04em;
  font-size: 3.7rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-mv__ttl__txt {
    font-size: 5.3rem;
  }
}
.p-mv__ttl__txt.line-1 {
  margin-left: 3rem;
}
@media (min-width: 768px) {
  .p-mv__ttl__txt.line-1 {
    margin-left: 4rem;
  }
}
.p-mv__ttl__txt.line-2 {
  margin-left: 6rem;
}
@media (min-width: 768px) {
  .p-mv__ttl__txt.line-2 {
    margin-left: 8rem;
  }
}
.p-mv__ttl__en {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-mv__ttl__en {
    margin-left: 6rem;
  }
}
@media (min-width: 768px) {
  .p-mv__ttl__en {
    position: absolute;
    right: -9rem;
    bottom: 1rem;
  }
}
.p-mv__txt {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-mv__txt {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    max-width: 59rem;
  }
}
.p-mv__img img {
  aspect-ratio: 375/500;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 1120/600;
  }
}
.p-mv__img.has-overlay {
  position: relative;
  z-index: 1;
}
.p-mv__img.has-overlay::after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  inset: 0;
}
.p-mv__des {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  right: 2rem;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-mv__des {
    bottom: 5.2rem;
    left: 4.6rem;
    right: 4.6rem;
  }
}

.c-side-sp {
  margin-top: 2rem;
  position: relative;
}
.c-side-sp .c-side__slider-txt {
  display: block;
}
.c-side-sp__bot {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
  position: absolute;
  right: 2rem;
  bottom: 0;
}
.c-side-sp__bot .custom-dots {
  display: flex;
  align-items: center;
}
.c-side-sp__bot .custom-dots .slick-dots {
  display: flex !important;
  gap: 0.8rem;
}
.c-side-sp__bot .custom-dots .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.c-side-sp__bot .custom-dots .slick-dots li.slick-active button {
  background: #333;
}
.c-side-sp__bot .custom-dots .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: none;
  color: transparent;
  padding: 0;
  background: rgba(51, 51, 51, 0.5);
}

.p-newhot {
  padding: 3rem 0 4.5rem;
}
.p-newhot-wrap {
  margin: 0 2rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0dc;
}
@media (min-width: 768px) {
  .p-newhot-wrap {
    margin-inline: min(3.3333333333vw, 48px);
    flex-direction: row;
    align-items: center;
  }
}
.p-newhot-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 768px) {
  .p-newhot-content {
    flex-direction: row;
    align-items: center;
  }
}
.p-newhot-content .news-item {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.p-newhot-content .news-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-newhot-content .news-item__date {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.1rem;
}
.p-newhot-content .news-item__txt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .p-newhot-content .news-item__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
.p-newhot__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 4.8rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-newhot__ttl {
    padding-right: 2rem;
  }
}
.p-newhot__meta {
  flex: 1;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-newhot__meta {
    margin-top: 0;
    padding-left: 4.8rem;
    padding-right: 2rem;
    background-image: url(../images/common/ic_line_2.png), url(../images/common/ic_line_2.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-newhot__meta {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-newhot__btn {
    margin-top: 3rem;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .p-newhot__btn {
    padding-left: 4.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-newhot__btn {
    padding-left: 2rem;
  }
}

.p-post {
  position: relative;
}
@media (min-width: 768px) {
  .p-post {
    margin-block: 6.5rem 11rem;
  }
}
@media (max-width: 767px) {
  .p-post {
    border-bottom: 1px solid #e0e0dc;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
.p-post__ttl {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-post__ttl {
    margin-bottom: 3.2rem;
  }
}
.p-post__list {
  display: grid;
}
@media (max-width: 767px) {
  .p-post__list {
    grid-template-rows: auto;
    gap: 2.4rem;
  }
}
@media (min-width: 768px) {
  .p-post__list {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-post__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-post__list-item {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .p-post__list-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: -2.5rem;
  }
}
@media (max-width: 767px) {
  .p-post__list-item:first-child {
    margin-bottom: 1.5rem;
  }
  .p-post__list-item:not(:first-child) {
    display: flex;
    gap: 2rem;
  }
  .p-post__list-item:not(:first-child) .p-post__list-img {
    flex-shrink: 0;
    width: 15.7rem;
    margin-bottom: 0;
  }
  .p-post__list-item:not(:first-child) .p-post__list-info {
    flex: 1 1;
  }
  .p-post__list-item:not(:first-child) .p-post__list-ttl {
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-post__list-item:not(:nth-child(even))::after {
    background-image: repeating-linear-gradient(to bottom, #B8B8B4 0px, #B8B8B4 1px, transparent 1px, transparent 4px);
  }
}
@media (min-width: 1024px) {
  .p-post__list-item:not(:nth-child(3n))::after {
    background-image: repeating-linear-gradient(to bottom, #B8B8B4 0px, #B8B8B4 1px, transparent 1px, transparent 4px);
  }
}
.p-post__list-item:hover .p-post__list-img img {
  transform: scale(1.05);
}
.p-post__list-item:hover .p-post__list-ttl {
  animation: underline_animation 0.3s both;
}
.p-post__list-img {
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 292/195;
}
@media (min-width: 768px) {
  .p-post__list-img {
    border-radius: 2rem;
  }
}
.p-post__list-img img {
  transition: 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-post__list-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.p-post__list-cate {
  background-color: var(--cate-color);
  border: 0.2rem solid #D9D9D4;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.3rem 0.6rem;
}
.p-post__list-date {
  font-family: var(--font-number);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.5;
}
.p-post__list-ttl {
  display: inline;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  background-position: right 100% bottom 0;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-size: 100% 0;
}
.p-post__btn {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-post__btn {
    margin-top: 5.5rem;
  }
}

.p-event {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-event {
    gap: 4.8611111111vw;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .p-event {
    padding-bottom: 5.7rem;
    border-bottom: 1px solid #e0e0dc;
  }
}
.p-event-left {
  position: relative;
}
@media (min-width: 768px) {
  .p-event-left {
    width: 17.7083333333vw;
  }
}
.p-event-btn {
  text-align: right;
}
.p-event-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-event-content .slick-list {
  overflow: visible;
}
.p-event-content .event-item {
  background: #fff;
  border-radius: 1.6rem;
  position: relative;
  padding: 1.6rem;
}
@media (min-width: 768px) {
  .p-event-content .event-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .p-event-content .event-item {
    width: 31.5rem;
    margin-right: 2rem;
  }
}
.p-event-content .event-item.--list-new::before, .p-event-content .event-item.--list-close::before {
  position: absolute;
  z-index: 3;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  left: 0;
  top: 0;
  border-radius: 50%;
  font-family: var(--font-en);
  font-weight: bold;
  width: 4rem;
  font-size: 0.8rem;
  transform: rotate(-45deg);
}
.p-event-content .event-item.--list-new::before {
  content: "new";
  background-color: var(--cl-body);
}
.p-event-content .event-item.--list-close::before {
  content: "close";
  background-color: var(--cl-primary);
}
.p-event-content .event-item.--list-close .event-item__img::before {
  content: "このイベントは\a終了しました";
  white-space: pre;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  z-index: 1;
}
.p-event-content .event-item.--list-close .event-item__img::after {
  content: "";
  position: absolute;
  width: 108%;
  height: 1px;
  left: 1px;
  top: 1px;
  transform: rotate(29.3806078613deg);
  transform-origin: left;
  background: linear-gradient(to right, #fff 28%, transparent 28%, transparent 75%, #fff 75%);
  z-index: 2;
}
.p-event-content .event-item:hover .event-item__img img {
  transform: scale(1.05);
}
.p-event-content .event-item:hover .ic-right {
  animation: translateArrow 0.2s ease;
}
.p-event-content .event-item__img {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  aspect-ratio: 238/134;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-event-content .event-item__img {
    width: 23.8rem;
  }
}
.p-event-content .event-item__img img {
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-event-content .event-item__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-event-content .event-item__meta {
    margin-top: 3rem;
  }
}
.p-event-content .event-item__sub {
  font-size: 1.2rem;
}
.p-event-content .event-item__sub:not(:last-child) {
  margin-bottom: 0.6rem;
}
.p-event-content .event-item__sub .label {
  min-width: 6rem;
  line-height: 1.2;
  display: inline-block;
  margin-right: 1rem;
  border-right: 1px solid rgba(51, 51, 51, 0.5);
}
.p-event-content .event-item__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.8rem 0 0.6rem;
}
.p-event-content .event-item__btn {
  text-align: right;
  margin-top: auto;
}

.p-circle-wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-circle-wrap {
    padding-bottom: 6.7rem;
    padding-left: min(3.3333333333vw, 48px);
  }
  .p-circle-wrap:after {
    content: "";
    position: absolute;
    border: 1px solid #e0e0dc;
    border-radius: 0 0 0 5rem;
    border-width: 0 0 1px 1px;
    inset: 0;
    top: 10.5rem;
    z-index: -1;
  }
}

.p-interview {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-interview {
    padding-bottom: 5.7rem;
    border-bottom: 1px solid #e0e0dc;
    margin-bottom: 4rem;
    margin-top: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-interview {
    margin-bottom: 4rem;
  }
}
.p-interview .c-list__tags {
  margin-bottom: 0;
}
.p-interview .c-list__date {
  display: none;
}
.p-interview-flex {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-interview-flex {
    flex-direction: row;
    gap: 3.8rem;
    margin-bottom: 3.8rem;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-interview-flex {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-interview-flex.custom-flex .interview-grid {
    flex: none;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .p-interview-flex.custom-flex .interview-grid .c-list__item {
    display: block;
    width: 23.0833333333vw;
  }
}
@media (min-width: 1200px) {
  .p-interview-flex.custom-flex .interview-grid .c-list__item {
    width: 15.625vw;
  }
}
.p-interview-flex .interview-grid {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-interview-flex .interview-grid {
    order: -1;
    gap: 3.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-interview-flex .interview-grid {
    gap: 2.5rem;
  }
}
.p-interview-flex .interview-grid .c-list__item {
  flex: 0 calc(50% - var(--gap));
}
@media (min-width: 768px) {
  .p-interview-flex .interview-grid .c-list__item {
    --gap: 1.9rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-interview-flex .interview-grid .c-list__item {
    --gap: 1.25rem;
  }
}
.p-interview-flex .interview-grid .c-list__body {
  padding-inline: 0;
}
@media (max-width: 767px) {
  .p-interview-flex .interview-grid .c-list__image img {
    border-radius: 1rem;
  }
}
.p-interview-flex .interview-grid .c-list__ttl {
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-interview-flex .interview-grid .c-list__ttl {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-interview-flex > .c-list__item {
  display: block;
}
@media (min-width: 768px) {
  .p-interview-flex > .c-list__item {
    flex-shrink: 0;
    width: 37.5vw;
  }
}
@media (min-width: 1200px) {
  .p-interview-flex > .c-list__item {
    width: 31.25vw;
  }
}
@media (min-width: 768px) {
  .p-interview-flex > .c-list__item.--list-new::before {
    width: 6rem;
    font-size: 1rem;
  }
}
.p-interview-flex > .c-list__item .c-list__image {
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .p-interview-flex > .c-list__item .c-list__image {
    border-radius: 3rem;
  }
}
@media (min-width: 768px) {
  .p-interview-flex > .c-list__item .c-list__ttl {
    font-size: 2rem;
  }
}

.marquee {
  overflow: hidden;
}
.marquee .track {
  color: rgba(0, 0, 0, 0.04);
  font-size: 7rem;
  font-weight: 700;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 35s linear infinite;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .marquee .track {
    animation: marquee 55s linear infinite;
    font-size: 9.6rem;
  }
}
.marquee .track-item {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.marquee .track-item img {
  margin: 0 1rem;
}

.p-philosophy {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6rem;
  position: relative;
  padding-top: 8rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-philosophy {
    padding-bottom: 0;
    margin-top: 8rem;
    gap: 7rem;
    padding-top: 16rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .p-philosophy {
    margin-top: 3rem;
    gap: 3.5rem;
    padding-top: 15rem;
  }
}
@media (max-width: 767px) {
  .p-philosophy {
    gap: 3rem;
    flex-direction: column;
  }
  .p-philosophy:before {
    background: #fff;
    left: -2rem;
    top: 7rem;
    width: calc(100% + 4rem);
    height: 100%;
    position: absolute;
    content: "";
  }
}
.p-philosophy::after {
  position: absolute;
  content: "";
  top: 0;
  left: -9.6rem;
  width: 52.7rem;
  height: 18rem;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-philosophy::after {
    left: -38.8888888889vw;
    height: 104.8611111111vw;
    width: 138.8888888889vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .p-philosophy::after {
    height: 104.8611111111vw;
    width: 166.6666666667vw;
  }
}
@media (min-width: 768px) and (min-width: 1341px) {
  .p-philosophy::after {
    width: 144.5833333333vw;
    height: 49.3055555556vw;
  }
}
.p-philosophy__info {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-philosophy__info {
    width: 24.3055555556vw;
    margin-top: -2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .p-philosophy__info {
    width: 33.3333333333vw;
  }
}
@media (min-width: 1341px) {
  .p-philosophy__info {
    width: 22.9166666667vw;
  }
}
@media (min-width: 768px) {
  .p-philosophy__sub {
    margin-bottom: 3.8rem;
  }
}
@media (min-width: 768px) {
  .p-philosophy__btn {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .p-philosophy__btn .btn--arrow {
    padding-inline: 2.4rem 6rem;
  }
  .p-philosophy__btn .btn--arrow::before, .p-philosophy__btn .btn--arrow::after {
    right: 1.6rem;
  }
}
.p-philosophy__content {
  flex: 1;
  position: relative;
  z-index: 2;
}
.p-philosophy__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-philosophy__grid {
    gap: 2.4rem;
  }
}
.p-philosophy__grid img {
  border-radius: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .p-philosophy__grid img {
    border-radius: 2rem;
  }
}
.p-philosophy__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-philosophy__social {
    gap: 1rem;
    justify-content: flex-end;
  }
}
.p-philosophy__social label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-philosophy__social label {
    padding-left: 3.5rem;
    width: 100%;
  }
}
.p-philosophy__social .ic_social {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0dc;
  border-radius: 50%;
}
.p-philosophy__social .ic_social img {
  max-width: 1.7rem;
}
.p-philosophy__social__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-philosophy__social__content {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

.p-store {
  position: relative;
  padding-bottom: 8.6rem;
}
@media (min-width: 768px) {
  .p-store {
    margin-top: 11rem;
    padding-bottom: 14rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-store {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-store::after {
  position: absolute;
  content: "";
  left: -4.8rem;
  top: 0;
  background: #fffefa;
  width: 200%;
  height: 100%;
  z-index: 0;
}
.p-store__content {
  overflow: hidden;
  border-radius: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-store__content {
    border-radius: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-store .store-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.p-store .store-item img {
  transition: all 0.3s;
}
.p-store .store-item:hover img {
  transform: scale(1.05);
}
.p-store .store-item__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.p-store .store-item__info__en {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.4rem;
}
.p-store .store-item__info__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-store .store-item__info__ttl {
    font-size: 2.4rem;
  }
}

.crews-footer {
  position: relative;
}
@media (min-width: 768px) {
  .crews-footer {
    padding: 8rem min(3.3333333333vw, 48px) 0;
  }
}
.crews-footer::after {
  position: absolute;
  content: "";
  left: -4.8rem;
  top: 0;
  background: #fffefa;
  width: 200%;
  height: 100%;
}
.crews-footer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_body.png) repeat;
  z-index: 1;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media (min-width: 768px) {
  .crews-footer:before {
    border-radius: 5rem 5rem 0 0;
  }
}
.crews-footer .footer-top {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .crews-footer .footer-top {
    margin-left: max(-3.3333333333vw, -48px);
  }
}

.p-crews {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-crews {
    padding: 4.4rem 2rem 1.6rem;
  }
}
.p-crews__head {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-crews__head {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-crews__head .c-sub {
  margin: 0;
}
.p-crews__head .btn-reload {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  font-family: var(--font-number);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-left: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .p-crews__head .btn-reload:hover::after {
    transform: rotate(360deg);
  }
}
.p-crews__head .btn-reload:disabled {
  color: #333;
}
.p-crews__head .btn-reload.loading::after {
  animation: spin 0.8s linear both infinite;
}
.p-crews__head .btn-reload::after {
  content: "";
  background: url("../images/common/icon_reload.svg") no-repeat center/contain;
  height: 2.4rem;
  width: 2.4rem;
  transition: 0.3s ease;
}
.p-crews__content {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-crews__content {
    gap: 1.6rem;
    margin-top: 4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-crews__content .crews-item {
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2.4rem;
  aspect-ratio: 157/88;
}
@media (min-width: 768px) {
  .p-crews__content .crews-item {
    aspect-ratio: 244/137;
    padding: 2.4rem 3.5rem;
    border-radius: 1.2rem;
  }
}
.p-crews__content .crews-item:after {
  position: absolute;
  content: "";
  right: 3rem;
  bottom: 0.7rem;
  width: 1px;
  height: 1.8rem;
  background: url(../images/common/ic_line_2.png) repeat-y;
  background-position: left center;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-crews__content .crews-item:after {
    right: 3.4rem;
    height: 2rem;
    bottom: 1rem;
  }
}
.p-crews__content .crews-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-crews__content .crews-item__ic {
  display: inline-block;
  background: url(../images/common/icon_arrow_02.svg);
  background-size: contain;
  width: 1.2rem;
  height: 1rem;
  position: absolute;
  right: 0.8rem;
  bottom: 1.2rem;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .p-crews__content .crews-item__ic {
    right: 1.2rem;
    bottom: 1.5rem;
  }
}
.p-crews__content .crews-item:hover .crews-item__ic {
  animation: translateArrow2 0.2s ease forwards;
}