/* ===============================
profile共通
================================ */

/****** profile共通 *****/
.profile__contents-lcontainer {
  padding: 20px;
}

.profile__txt-lcontainer {
  padding: 30px 30px 30px 60px;
  margin: 20px 0;
}

.profile__list-inverse-txt {
  color: var(--color-text-inverse);
}

.profile,
.experience,
.outfit {
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 70px 20px;
  position: relative;
  box-sizing: border-box;
}

/* ===============================
sp profile共通
================================ */
/* tab */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /****** profile共通 *****/
  .profile__txt-lcontainer {
    padding: 30px 10px 30px 40px;
    margin: 50px 0;
  }

  .profile__section-title {
    font-size: 2.75vw;
  }
}

/* sp */
@media screen and (max-width: 768px) and (min-width: 426px) {
  .profile__contents-lcontainer {
    padding: 0px;
  }

  .profile,
  .experience,
  .outfit {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 20px 0;
    position: relative;
  }
}

@media screen and (max-width: 426px) {
  .profile__contents-lcontainer {
    padding: 0px;
  }

  .profile__txt-lcontainer {
    padding: 30px 10px;
    margin: 20px 0;
  }

  .profile,
  .experience,
  .outfit {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 20px 0;
    position: relative;
  }
}

/***** profile（上:名前・資格） *****/
.profile__wrap {
  position: relative;
  margin: 0 auto;
}

.profile__wrap-txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 95%;
  margin: 0 auto;
}

/* ===============================
sp profile（上:名前・資格）
================================ */
/***** ヘッダー（名前）*****/
.profile__header {
  padding: 0;
}

.profile__name-container {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  padding: 20px 30px 20px 40px;
}

.profile__name {
  font-weight: bold;
  margin: 0;
}

.profile__name-en {
  font-size: 3.75rem;
  font-family: var(--font-en-heading);
  font-weight: 300;
}

.profile__name-ja {
  font-weight: 300;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  padding-bottom: 0.5rem;
}

/***** 詳細部分 (資格) *****/
.profile__img-container,
.profile__img-position {
  position: relative;
}

.profile__details {
  position: relative;
  margin: 0 auto;
}

.profile__details-back {
  position: relative;
}

.profile__qualifications::before {
  display: block;
  content: "";
  width: 98%;
  height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: inherit;
  border: 1px solid var(--color-base-light);
  z-index: 1; /*！！！！後で削除！！！！*/
}

.profile__qualifications {
  margin-bottom: 20px;
  margin: 0 auto;
  background-color: var(--color-base);
}

.profile__section-title,
.sp-profile__section-title {
  font-family: var(--font-ja-heading);
  font-size: 1.75rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-base);
}

.profile__list {
  margin: 0;
  padding-left: 3vmin;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.profile__list-item {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

.profile__list-item:nth-child(5) {
  margin-bottom: 0;
}

/***** プロフィール写真部分 *****/
.profile__photo {
  position: absolute;
  top: 35%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 40%;
}

.profile__photo img {
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

/* ===============================
sp profile contents (top:名前・資格)
================================ */
/* tab */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .profile__photo {
    top: 25%;
  }
}

/* sp */
@media screen and (max-width: 768px) and (min-width: 426px) {
  /***** ヘッダー（名前）*****/
  .profile__header {
    position: relative;
  }

  .profile__name-container {
    text-align: center;
    align-items: center;
    gap: 0px;
    padding: 20px 0px;
    flex-direction: column;
    position: relative;
  }

  .profile__name {
    width: 100%;
  }

  .profile__name-en {
    font-size: 30vw;
  }

  .profile__name-ja {
    text-align: right;
    font-size: 0.75rem;
  }

  /***** 詳細部分 (資格) *****/
  .profile__img-container {
    position: static;
  }

  .profile__details {
    position: static;
    margin: 0 auto;
  }

  .profile__qualifications::before {
    width: 100%;
    height: 94%;
    color: inherit;
    border-left: none;
    border-right: none;
  }

  .profile__photo {
    top: -24vw;
    left: 47%;
    width: 30vw;
  }
}

@media screen and (max-width: 426px) {
  /***** ヘッダー（名前）*****/
  .profile__header {
    position: relative;
  }

  .profile__name-container {
    text-align: center;
    align-items: center;
    gap: 0px;
    padding: 20px 0px;
    flex-direction: column;
    position: relative;
  }

  .profile__name {
    width: 100%;
  }

  .profile__name-en {
    font-size: 30vw;
  }

  .profile__name-ja {
    text-align: right;
    font-size: 0.75rem;
  }

  /***** 詳細部分 (資格) *****/
  .profile__img-container {
    position: static;
  }

  .profile__details {
    position: static;
    margin: 0 auto;
  }

  .profile__qualifications::before {
    width: 100%;
    height: 94%;
    color: inherit;
    border-left: none;
    border-right: none;
  }

  .profile__photo {
    top: -24vw;
    left: 47%;
    width: 30vw;
  }

  .sp-profile__outfit-left .sp-profile__section-title,
  .sp-profile__outfit-center .sp-profile__section-title,
  .sp-profile__outfit-right .sp-profile__section-title {
    font-size: 1.05rem;
  }
}

/* ===============================
profile contents (各実績)
================================ */
/***** 実績 *****/
.profile__experience-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile__photo-career {
  position: relative;
}

.profile__photo-career::before,
.profile__photo-career::after {
  display: block;
  content: "";
  background: var(--color-base);
  position: absolute;
}

.profile__photo-career::before {
  width: 100%;
  height: 68%;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.profile__photo-career::after {
  width: 95%;
  height: 65%;
  position: absolute;
  top: calc(100% - 34%);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: solid 1px var(--color-base-light);
}

.sp-profile__experience-ttl {
  display: none;
}

/* ===============================
 sp profile contents (各実績)
================================ */
/* tab */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .profile__experience-img {
    width: 40%;
  }

  .profile__photo-career img {
    width: 100%;
  }

  .profile__experience {
    width: 60%;
  }
}

/* sp */
@media screen and (max-width: 768px) and (min-width: 426px) {
  .profile__experience-wrap {
    flex-direction: column;
  }

  .profile__experience-img {
    width: 100%;
    position: relative;
  }

  .profile__photo-career {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  .profile__photo-career-img {
    width: 40%;
  }

  .profile__experience-ttl-wrap {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .profile__photo-career::before {
    display: none;
  }

  .profile__photo-career::after {
    width: 100vw;
    height: 60%;
    top: calc(100% - 49.5%);
    border-left: none;
    border-right: none;
  }

  
  .sp-profile__photo-back {
    display: block;
    content: "";
    background: var(--color-base);
    position: absolute;
    width: 100vw;
    height: 65%;
    bottom: 17%;
    left: -5.5%;
    z-index: -2;
  }


  /* toggle-btn */
  .sp-profile__experience-toggle-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
  }

  .sp-profile__experience-toggle-btn::before,
  .sp-profile__experience-toggle-btn::after {
    display: block;
    content: "";
    background: var(--color-primary);
    position: absolute;
    width: 1.5px;
    height: 20px;
    transition: 0.3s ease-in-out;
  }

  .sp-profile__experience-toggle-btn::before {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%) rotate(32deg);
  }

  .sp-profile__experience-toggle-btn::after {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-32deg);
  }

  /* アクティブ状態のボタン */
  .sp-profile__experience-toggle-btn.active::before {
    transform: translate(-50%, -50%) rotate(-32deg);
    transition: 0.3s ease-in-out;
  }

  .sp-profile__experience-toggle-btn.active::after {
    transform: translate(-50%, -50%) rotate(32deg);
    transition: 0.3s ease-in-out;
  }

  .profile__experience {
    width: 100%;
  }

  .profile__toggle-list {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .profile__toggle-list.show {
    display: block;
    opacity: 1;
  }

  .sp-profile__experience-ttl {
    display: block;
    width: 50%;
  }

  .sp-profile__experience-ttl p {
    color: var(--color-text-inverse);
    font-family: var(--font-en-cursive);
    font-size: 7.5vw;
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-wide);
    font-weight: var(--font-weight-bold);
  }

  .profile__experience-ttl-wrap .profile__section-title {
    font-size: 5vw;
  }
}

@media screen and (max-width: 426px) {
  .profile__experience-wrap {
    flex-direction: column;
  }

  .profile__experience-img {
    width: 100%;
    position: relative;
  }

  .profile__photo-career {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .profile__photo-career-img {
    width: 25%;
  }

  .profile__experience-ttl-wrap {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .profile__photo-career::before {
    display: none;
    /* width: 100%;
    height: 65%;
    bottom: 17%;
    left: 0;
    z-index: -2; */
  }

  .profile__photo-career::after {
    width: 100vw;
    height: 60%;
    top: calc(100% - 49.5%);
    border-left: none;
    border-right: none;
    overflow-x: hidden;
  }

    
  .sp-profile__photo-back {
    display: block;
    content: "";
    background: var(--color-base);
    position: absolute;
    width: 100vw;
    height: 65%;
    bottom: 17%;
    left: -5.5%;
    z-index: -2;
  }

  /* toggle-btn */
  .sp-profile__experience-toggle-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
  }

  .sp-profile__experience-toggle-btn::before,
  .sp-profile__experience-toggle-btn::after {
    display: block;
    content: "";
    background: var(--color-primary);
    position: absolute;
    width: 1.5px;
    height: 20px;
    transition: 0.3s ease-in-out;
  }

  .sp-profile__experience-toggle-btn::before {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%) rotate(32deg);
  }

  .sp-profile__experience-toggle-btn::after {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-32deg);
  }

  /* アクティブ状態のボタン */
  .sp-profile__experience-toggle-btn.active::before {
    transform: translate(-50%, -50%) rotate(-32deg);
    transition: 0.3s ease-in-out;
  }

  .sp-profile__experience-toggle-btn.active::after {
    transform: translate(-50%, -50%) rotate(32deg);
    transition: 0.3s ease-in-out;
  }

  .profile__experience {
    width: 100%;
  }

  .profile__toggle-list {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .profile__toggle-list.show {
    display: block;
    opacity: 1;
  }

  .sp-profile__experience-ttl {
    display: block;
    width: 70%;
  }

  .sp-profile__experience-ttl p {
    color: var(--color-text-inverse);
    font-family: var(--font-en-cursive);
    font-size: 2.5rem;
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-wide);
    font-weight: var(--font-weight-bold);
  }

  .profile__experience-ttl-wrap .profile__section-title {
    font-size: 5vw;
  }
}

/* =======================
 outfit
 ======================= */
.profile__outfit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 画像 */
.profile__outfit-img {
  width: 95%;
  position: relative;
}

.profile__outfit-img-ttl {
  font-family: var(--font-en-cursive);
  font-size: 22.5rem;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: -12px 2px 1px var(--color-text-inverse);
  width: 80%;
  text-align: center;
  color: var(--color-base);
  letter-spacing: var(--letter-spacing-wide);
  z-index: 10;
}

.profile__outfit-img::before,
.profile__outfit-img::after {
  display: block;
  content: "";
  position: absolute;
  background: var(--color-base);
}

.profile__outfit-img::before {
  width: 100%;
  height: calc(100% - 35%);
  top: 5%;
  left: 0;
  z-index: -2;
}

.profile__outfit-img::after {
  width: 98%;
  height: calc(100% - 37%);
  border: solid 1px var(--color-base-light);
  top: 6%;
  left: 1%;
  z-index: -1;
}

.profile__photo-outfit-list,
.sp-profile__photo-outfit-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.profile__photo-outfit-item {
  width: 33%;
}

.profile__photo-outfit-item img {
  width: 100%;
}

/* アニメーション */
.outfit-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.outfit-fadeUp.play {
  opacity: 1;
  transform: translateY(0);
}

/* テキスト */
.profile__outfit-reason,
.sp-profile__outfit-reason {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.profile__outfit-left-wrap,
.profile__outfit-center-wrap,
.profile__outfit-right-wrap,
.sp-profile__outfit-left-wrap,
.sp-profile__outfit-center-wrap,
.sp-profile__outfit-right-wrap {
  width: 28%;
  padding: 0 20px;
  line-height: var(--line-height-base);
}

.profile__outfit-center-wrap,
.profile__outfit-right-wrap,
.sp-profile__outfit-center-wrap,
.sp-profile__outfit-right-wrap {
  border-left: dotted 1px var(--color-base);
}

.profile__outfit-left,
.profile__outfit-center,
.profile__outfit-right,
.sp-profile__outfit-left,
.sp-profile__outfit-center,
.sp-profile__outfit-right {
  width: 100%;
  margin: 0 auto;
}

.profile_outfit-ttl,
.sp-profile_outfit-ttl {
  font-size: 1.35rem;
  text-align: center;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

.profile__outfit-txt,
.sp-profile__outfit-txt {
  padding-top: 10px;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

.sp-profile__outfit-wrap {
  display: none;
}

/* =======================
 sp outfit
 ======================= */

@media screen and (max-width: 1300px) and (min-width: 1024px) {
  .profile_outfit-ttl {
    font-size: 1.7vw;
  }
}

/* tab */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .profile__outfit-img-ttl {
    font-size: 30vw;
  }

  .profile__outfit-img-ttl {
    text-shadow: -7px 2px 1px var(--color-text-inverse);
  }

  .profile__outfit-reason {
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
  }

  .profile__outfit-left-wrap,
  .profile__outfit-center-wrap,
  .profile__outfit-right-wrap {
    width: 80%;
    padding: 35px 20px;
    line-height: var(--line-height-base);
  }

  .profile__outfit-center-wrap,
  .profile__outfit-right-wrap {
    border-left: none;
    border-top: dotted 1px var(--color-base);
  }

  .profile_outfit-ttl {
    font-size: 2.75vw;
    padding-bottom: 25px;
  }
}

/* sp */
@media screen and (max-width: 768px) and (min-width: 426px) {
  .profile__outfit-wrap {
    display: none;
  }

  .sp-profile__outfit-wrap {
    display: block;
  }

  .sp-profile__outfit-img-ttl {
    font-size: 30vw;
  }

  .sp-profile__outfit-img-ttl {
    text-shadow: -7px 2px 1px var(--color-text-inverse);
  }

  .sp-profile__outfit-reason {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .sp-profile__outfit-left-wrap,
  .sp-profile__outfit-center-wrap,
  .sp-profile__outfit-right-wrap {
    width: 90%;
    padding: 0px;
    line-height: var(--line-height-base);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
  }

  .sp-profile__outfit-left-img,
  .sp-profile__outfit-center-img,
  .sp-profile__outfit-right-img {
    position: relative;
  }

  .sp-profile__outfit-left-img img,
  .sp-profile__outfit-center-img img,
  .sp-profile__outfit-right-img img {
    position: relative;
    opacity: 0;
    top: 50px;
  }

  .sp-profile__outfit-left-img::before,
  .sp-profile__outfit-center-img::before,
  .sp-profile__outfit-right-img::before,
  .sp-profile__outfit-left-img::after,
  .sp-profile__outfit-center-img::after,
  .sp-profile__outfit-right-img::after {
    display: block;
    content: "";
    position: absolute;
  }

  .sp-profile__outfit-left-img::before,
  .sp-profile__outfit-center-img::before,
  .sp-profile__outfit-right-img::before {
    background-color: var(--color-base);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -2;
  }

  .sp-profile__outfit-left-img::after,
  .sp-profile__outfit-center-img::after,
  .sp-profile__outfit-right-img::after {
    border: solid 1px var(--color-base-light);
    width: 94%;
    height: 54%;
    bottom: 13%;
    left: 3%;
    z-index: -1;
  }



  .sp-profile__outfit-center-wrap,
  .sp-profile__outfit-right-wrap {
    border-left: none;
    border-top: dotted 1px var(--color-base);
  }

  .sp-profile_outfit-ttl {
    font-size: 2.75vw;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 426px) {
  .profile__outfit-wrap {
    display: none;
  }

  .sp-profile__outfit-wrap {
    display: block;
  }

  .sp-profile__outfit-img-ttl {
    font-size: 30vw;
  }

  .sp-profile__outfit-img-ttl {
    text-shadow: -7px 2px 1px var(--color-text-inverse);
  }

  .sp-profile__outfit-reason {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .sp-profile__outfit-left-wrap,
  .sp-profile__outfit-center-wrap,
  .sp-profile__outfit-right-wrap {
    width: 90%;
    padding: 0px;
    line-height: var(--line-height-base);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
  }

  .sp-profile__outfit-left-img,
  .sp-profile__outfit-center-img,
  .sp-profile__outfit-right-img {
    position: relative;
  }

  .sp-profile__outfit-left-img::before,
  .sp-profile__outfit-center-img::before,
  .sp-profile__outfit-right-img::before,
  .sp-profile__outfit-left-img::after,
  .sp-profile__outfit-center-img::after,
  .sp-profile__outfit-right-img::after {
    display: block;
    content: "";
    position: absolute;
  }

  .sp-profile__outfit-left-img::before,
  .sp-profile__outfit-center-img::before,
  .sp-profile__outfit-right-img::before {
    background-color: var(--color-base);
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -2;
  }

  .sp-profile__outfit-left-img::after,
  .sp-profile__outfit-center-img::after,
  .sp-profile__outfit-right-img::after {
    border: solid 1px var(--color-base-light);
    width: 94%;
    height: 54%;
    bottom: 13%;
    left: 3%;
    z-index: -1;
  }

  .sp-profile__outfit-center-wrap,
  .sp-profile__outfit-right-wrap {
    border-left: none;
    border-top: dotted 1px var(--color-base);
  }

  .sp-profile_outfit-ttl {
    font-size: 2.75vw;
    padding-bottom: 25px;
  }
}

/* =======================
 QA
 ======================= */
.profile__qa-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -15%;
  left: calc(100% - 67%);
  margin: 0 auto;
}

.profile__qa-img-ttl,
.sp-profile__qa-img-ttl {
  display: block;
  font-family: var(--font-en-cursive);
  font-size: 12rem;
  text-align: center;
  text-shadow: -9px 2px 1px var(--color-text-inverse);
}

/* QA画像 */
.profile__photo-qa::before {
  display: block;
  content: "";
  width: 100%;
  height: 36%;
  background: var(--color-base);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.profile__photo-qa::after {
  display: block;
  content: "";
  width: 96%;
  height: 34%;
  background: var(--color-base);
  border: solid 1px var(--color-base-light);
  position: absolute;
  bottom: 1%;
  left: 2%;
  z-index: -1;
}

.profile__photo-qa img {
  width: 100%;
}

/* QA項目 */
.profile__qa-wrap {
  display: flex;
  flex-direction: column;
  gap: 10%;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.profile__qa-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 38%;
  padding: 2.5% 0;
  position: relative;
}

.profile__qa-list:nth-child(3) {
  gap: 20px;
}

.profile__qa-list-item {
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 0;
  margin: 0 auto;
}

.profile__qa-q-ttl,
.profile__qa-a-txt {
  width: 95%;
  letter-spacing: var(--letter-spacing-base);
}

.profile__qa-q-ttl p {
  display: block;
  font-family: var(--font-ja-heading);
  font-weight: var(--font-weight-bold);
  padding: 10px;
  text-align: left;
  width: 100%;
}

.profile__qa-a-txt p {
  display: block;
  font-size: var(--font-size-text);
  padding: 10px 15px;
  text-align: left;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}

.sp-profile__qa-img {
  display: none;
}

/* =======================
  sp QA
 ======================= */

@media screen and (max-width: 1300px) and (min-width: 1024px) {
  .profile__qa-img {
    width: 30%;
  }

  .profile__qa-list-item {
    width: 32%;
  }

  .profile__qa-q-ttl p {
    font-size: 2vw;
  }
}

/* tab */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .profile__qa-img {
    width: 30%;
  }

  .sp-profile__qa-img::before {
    display: none;
  }

  .sp-profile__qa-img::after {
    width: 100vw;
    overflow-x: hidden;
  }

  .sp-profile__qa-back {
    display: block;
    content: "";
    background: var(--color-base);
    position: absolute;
    width: 100vw;
    height: 60%;
    top: 30%;
    bottom: 17%;
    left: -5.5%;
    z-index: -2;
  }

  .profile__qa-list-item {
    width: 32%;
    margin: 0;
  }

  .profile__qa-img-ttl {
    font-size: 19vw;
  }

  .profile__qa-a-txt p {
    padding: 10px 15px 15px 10px;
  }
}

/* sp */
@media screen and (max-width: 768px) and (min-width: 426px) {
  .sp-profile__qa-img {
    position: relative;
    width: 100%;
  }

  .sp-profile__photo-qa {
    width: 60%;
  }

  .sp-profile__photo-qa img {
    width: 100%;
  }

  .sp-profile__qa-img-ttl {
    width: 35%;
  }

  .sp-profile__qa-img::before,
  .sp-profile__qa-img::after {
    display: none;
  }

  .sp-profile__qa-back {
    display: block;
    content: "";
    background: var(--color-base);
    position: absolute;
    width: 100vw;
    height: 60%;
    top: 30%;
    bottom: 17%;
    left: -5.5%;
    z-index: -2;
  }

  .sp-profile__qa-back::after {
    display: block;
    content: "";
    background: var(--color-base);
    position: absolute;
    width: 100vw;
    border: solid 1px var(--color-base-light);
    height: 92%;
    bottom: 4%;
    left: 0%;
    z-index: -1;
    border-left: none;
    border-right: none;
  } 


  .sp-profile__qa-img-ttl {
    color: var(--color-base);
    font-family: var(--font-en-cursive);
    font-size: 7.5vw;
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-wide);
    font-weight: var(--font-weight-bold);
  }

  .sp-profile__qa-margin {
    padding-left: 25px;
  }

  .sp-profile__qa-img {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .profile__qa-list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .profile__qa-list-item {
    width: 100%;
    gap: 15px;
  }

  .profile__qa-q-ttl {
    position: relative;
  }

  .profile__qa-q-ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-120%); 
    
    border-style: solid;
    border-width: 30px 0px 0px 30px;
    border-color: transparent transparent transparent var(--color-primary);
    z-index: -1;
    opacity: .4;
  }

  .profile__qa-q-ttl p {
    font-size: 1.85rem;
    font-weight: var(--font-weight-bold);
  }

  .profile__qa-q-ttl p::before  {
    display: block;
    content: "";
   border: dotted 1px var(--color-primary);
   width: 70%;
   min-width: 320px;
   position: absolute;
   bottom: 9%;
   left: 5%;
   opacity: .4;
  }

  .profile__qa-a-txt p {
    font-size: 1.5rem;
  }

  .profile__qa-img {
    display: none;
  }
}

@media screen and (max-width: 426px) {
  .sp-profile__qa-img {
    position: relative;
    width: 100%;
  }

  .sp-profile__photo-qa {
    width: 60%;
  }

  .sp-profile__photo-qa img {
    width: 100%;
  }

  .sp-profile__qa-img-ttl {
    width: 35%;
  }

  .sp-profile__qa-back {
    display: block;
    content: "";
    background: var(--color-base);
    position: absolute;
    width: 100vw;
    height: 60%;
    top: 30%;
    bottom: 17%;
    left: -5.5%;
    z-index: -2;
  }

  .sp-profile__qa-back::after {
    display: block;
    content: "";
    background: var(--color-base);
    position: absolute;
    width: 100vw;
    border: solid 1px var(--color-base-light);
    height: 92%;
    bottom: 4%;
    left: 0%;
    z-index: -1;
    border-left: none;
    border-right: none;
  } 
  
  .sp-profile__qa-img-ttl {
    color: var(--color-base);
    font-family: var(--font-en-cursive);
    font-size: 7.5vw;
    line-height: var(--line-height-base);
    letter-spacing: var(--letter-spacing-wide);
    font-weight: var(--font-weight-bold);
  }

  .sp-profile__qa-margin {
    padding-left: 15px;
  }

  .sp-profile__qa-img {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .profile__qa-list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .profile__qa-list-item {
    width: 100%;
    gap: 15px;
  }

  .profile__qa-q-ttl {
    position: relative;
  }

  .profile__qa-q-ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-120%); 
    
    border-style: solid;
    border-width: 30px 0px 0px 30px;
    border-color: transparent transparent transparent var(--color-primary);
    z-index: -1;
    opacity: .4;
  }

  .profile__qa-q-ttl p {
    font-size: 1.4rem;
    font-weight: var(--font-weight-bold);
    padding: 10px 0;
  }

  .profile__qa-q-ttl p::before  {
    display: block;
    content: "";
   border: dotted 1px var(--color-primary);
   width: 70%;
   min-width: 250px;
   position: absolute;
   bottom: 9%;
   left: 5%;
   opacity: .4;
  }

  .profile__qa-a-txt p {
    font-size: 1.125rem;
    padding: 10px 0;
  }

  .profile__qa-img {
    display: none;
  }
}
