.u-spBlock {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-spBlock {
    display: block;
  }
}
.u-spNone {
  display: block;
}
@media screen and (max-width: 650px) {
  .u-spNone {
    display: none;
  }
}
.p-profile {
  padding-top: 90px;
}
@media screen and (max-width: 1080px) {
  .p-profile {
    padding-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .p-profile {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .p-profile {
    padding-top: 60px;
  }
}
.p-profile .c-titA {
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-profile .c-inner.c-inner--full {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; /* 必要なら */
  }
}

.p-profile__content {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
  padding: 80px;
  background-color: #ededed;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 810px) {
  .p-profile__content {
    flex-direction: column;
    gap: 25px;
    padding: 60px;
  }
}
@media screen and (max-width: 650px) {
  .p-profile__content {
    padding: 50px 30px;
  }
}
.p-profile__img {
  width: 34%;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 810px) {
  .p-profile__img {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .p-profile__img {
    width: 80%;
  }
}
.p-profile__desc {
  width: 61%;
  padding-top: 10px;
}
@media screen and (max-width: 810px) {
  .p-profile__desc {
    width: 100%;
  }
}
.p-profile__name {
  font-size: 28px;
}
@media screen and (max-width: 1080px) {
  .p-profile__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 810px) {
  .p-profile__name {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p-profile__name {
    font-size: 22px;
  }
}
.p-profile__text {
  margin-top: 25px;
  line-height: 1.8;
}
.p-profile__list {
  border-top: 1px solid #de471a;
  border-bottom: 1px solid #de471a;
  margin-top: 25px;
}
.p-profile__item {
  padding: 14px 0;
  display: flex;
  gap: 3%;
}
.p-profile__item:nth-child(n + 2) {
  border-top: 1px solid #de471a;
}
.p-profile__label {
  width: 100px;
  display: block;
  font-size: 16px;
}
.p-profile__value {
  font-size: 16px;
  width: calc(100% - 100px);
  line-height: 1.3;
}
.p-profile__swiper {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .p-profile__swiper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .p-profile__swiper {
    margin-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .p-profile__swiper {
    margin-top: 50px;
  }
}
.swiper-slide {
  width: 320px;
  aspect-ratio: 3.2 / 2.4;
}
.p-history {
  padding-top: 85px;
}
@media screen and (max-width: 1080px) {
  .p-history {
    padding-top: 75px;
  }
}
@media screen and (max-width: 810px) {
  .p-history {
    padding-top: 65px;
  }
}
@media screen and (max-width: 500px) {
  .p-history {
    padding-top: 40px;
  }
}
.p-history .c-inner {
  position: relative;
}
.p-history .c-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ededed;
}
@media screen and (max-width: 650px) {
  .p-history .c-inner::before {
    height: 80px;
  }
}
.p-history__wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-history .c-titA {
  align-items: flex-end;
  flex-direction: initial;
  margin-bottom: initial;
  position: relative;
  padding: 20px 0 10px;
}
@media screen and (max-width: 650px) {
  .p-history .c-titA {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    padding: 20px 0;
  }
}
.p-history .c-titA .en {
  margin-bottom: 5px;
}
@media screen and (max-width: 650px) {
  .p-history .c-titA .en {
    margin-bottom: initial;
  }
}
@media screen and (max-width: 650px) {
  .p-history .c-titA .ja {
    margin-top: 5px;
  }
}
.p-history .p-sec02__cta {
  margin-top: 100px;
}
@media screen and (max-width: 810px) {
  .p-history .p-sec02__cta {
    margin-top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .p-history .p-sec02__cta {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .p-history .p-sec02__cta {
    margin-top: 60px;
  }
}
.p-history__wrapper {
  margin-top: 25px;
}
.p-history__row {
  display: flex;
  gap: 5%;
}
.p-history__year {
  width: 20%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: initial;
  font-size: 15px;
}
.p-history__detail {
  width: 75%;
  padding: 15px 0;
  font-size: 15px;
}
.p-history__block:nth-child(n + 2) {
  margin-top: 15px;
}
.p-history__year,
.p-history__detail {
  border-top: 1px solid #707070;
  line-height: 1.3;
}
.p-history__row:last-of-type .p-history__year,
.p-history__row:last-of-type .p-history__detail {
  border-bottom: 1px solid #707070;
}

.p-history__bullets {
  margin-top: 5px;
}
.p-history__bullet {
  margin-top: 5px;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #de471a;
}
.p-history__bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #de471a;
}
.p-history__note {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}
