@charset "utf-8";

@media (min-width: 1025px) {
  .about_fv_group {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-left: 80px;
  }
}

@media (min-width: 1025px) {
  .about_fv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
  }
}

.about_fv_box {
  align-items: flex-end;
  position: relative;
}

@media (min-width: 1025px) {
  .about_fv_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.about_img {
  display: block;
  width: calc(286 / 375 * 100%);
  height: calc(100vh * 633 / 815);
  height: calc(100svh * 633 / 815);
  padding-top: 32px;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .about_img {
    width: calc(1200 / 1920 * 100vw);
    height: calc(800 / 1080 * 100vh);
    padding-top: 0;
  }
}

.about_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  animation: fv_zoom_in 2.8s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  .about_img img {
    animation: none;
  }
}

.about_img_sp {
  display: block;
}

@media (min-width: 1025px) {
  .about_img_sp {
    display: none;
  }
}

.about_img_pc {
  display: none;
}

@media (min-width: 1025px) {
  .about_img_pc {
    display: block;
  }
}

.about_ttl {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .about_ttl {
    top: 80px;
    left: 0;
    transform: translateY(0);
    gap: 0;
  }
}

.about_ttl_text {
  display: flex;
}

.about_fc {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
  margin: 32px 16px 0 16px;
  border-radius: 5px;
  background-image: url(../img/back.webp);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px) {
  .about_fc {
    flex: 1 1 max(400px, 45%);
    padding: 40px;
    gap: 40px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .about_profile_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 80px;
  }
}

.about_text_ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Oswald" , sans-serif;
  font-size: clamp(18px, 1.6667vw, 32px);
}

.about_text_ttl::after{
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #a200ca;
}

@media (min-width: 1025px) {
  .about_text_ttl::after {
    width: 100px;
    height: 5px;
  }
}

.about_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #595959;
  margin: 16px 0;
}

@media (min-width: 1025px) {
  .about_text {
    gap: 20px;
  }

  .about_text::after {
    margin: 0 0 20px;
  }
}

.about_favorite {
  margin-top: -8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1025px) {
  .about_favorite {
    margin-top: -40px;
    gap: 40px;
  }
}

.about_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about_tag {
  padding: 4px 12px;
  border: 1px solid #ffb300;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ffb300;
}

/* 見出しバー（career/strength/skill/vision/sttl 共通。h2昇格に伴いh3相当のサイズを明示指定） */
.about_sttl,
.about_career_ttl,
.about_strength_ttl,
.about_skill_ttl,
.about_vision_ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Oswald" , sans-serif;
  font-size: clamp(18px, 1.6667vw, 32px);
}

.about_sttl {
  font-weight: 500;
}

.about_sttl::after,
.about_career_ttl::after,
.about_strength_ttl::after,
.about_skill_ttl::after,
.about_vision_ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #a200ca;
}

@media (min-width: 1025px) {
  .about_sttl::after,
  .about_career_ttl::after,
  .about_strength_ttl::after,
  .about_skill_ttl::after,
  .about_vision_ttl::after {
    width: 100px;
    height: 5px;
  }
}

/* 経歴 */

@media (min-width: 1025px) {
  .about_career {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-left: 80px;
  }
}

.about_career_img1 {
  display: block;
  width: calc(286 / 375 * 100%);
  height: 160px;
  margin-top: 32px;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .about_career_img1 {
    flex: 1 1 max(400px, 45%);
    height: calc(500 / 1080 * 100vh);
    margin-top: 0;
    margin-left: 0;
  }
}

.about_career_img1 img{
  object-position: center;
}

.about_career_img1_sp {
  display: block;
}

@media (min-width: 1025px) {
  .about_career_img1_sp {
    display: none;
  }
}

.about_career_img1_pc {
  display: none;
}

@media (min-width: 1025px) {
  .about_career_img1_pc {
    display: block;
  }
}

.about_career_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_career_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #595959;
  margin: 16px 0;
}

@media (min-width: 1025px) {
  .about_career_top {
    gap: 40px;
  }

  .about_career_top::after {
    margin: 0 0 20px;
  }
}

.about_career_text{
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
  margin: 32px 16px;
  border-radius: 5px;
  background-image: url(../img/back.webp);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px) {
  .about_career_text {
    width: 100%;
    padding: 40px;
    gap: 40px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .about_career_bottom {
    margin-top: -40px;
  }
}

.about_career_bottom ul {
  padding-top: 16px;
}

@media (min-width: 1025px) {
  .about_career_bottom ul {
    padding-top: 40px;
  }
}

.about_career_bottom ul li p {
  font-size: clamp(12px, 0.8333vw, 16px);
}


/* 強み */
@media (min-width: 1025px) {
  .about_strength {
    margin-top: 80px;
    padding-left: 80px;
  }
}

.about_strength_box{
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
  margin: 32px 16px;
  border-radius: 5px;
  background-image: url(../img/back.webp);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px) {
  .about_strength_box {
    width: 100%;
    padding: 40px;
    gap: 40px;
    margin: 0;
  }
}

.about_strength_tab {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_strength_tab_list {
  display: flex;
  gap: 24px;
}

.about_strength_tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #595959;
  margin: 16px 0;
}

@media (min-width: 1025px) {
  .about_strength_tab {
    gap: 20px;
  }

  .about_strength_tab::after {
    margin: 0 0 20px;
  }
}

.about_strength_tab_btn {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #595959;
}

.about_strength_tab_btn.is_active {
  color: #a200ca;
}

.about_strength_panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.about_strength_panel.is_fading_out,
.about_strength_panel.is_fading_in {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .about_strength_panel {
    transition: none;
  }
}

@media (min-width: 1025px) {
  .about_strength_panel {
    margin-top: -40px;
    gap: 20px;
  }
}

.about_strength_panel[hidden] {
  display: none;
}

.about_strength_panel h3,
.about_skill_top h3,
.about_skill_bottom h3,
.about_vision_top h3,
.about_vision_bottom h3 {
  font-size: clamp(14px, 1.0417vw, 20px);
  font-weight: 500;
  color: #ffb300;
}


/* スキル */
@media (min-width: 1025px) {
  .about_skill {
    margin-top: 80px;
    padding-left: 80px;
  }
}

.about_skill_box {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
  margin: 32px 16px;
  border-radius: 5px;
  background-image: url(../img/back.webp);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px) {
  .about_skill_box {
    width: 100%;
    padding: 40px;
    gap: 40px;
    margin: 0;
  }
}

.about_skill_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_skill_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #595959;
  margin: 16px 0;
}

@media (min-width: 1025px) {
  .about_skill_top {
    gap: 20px;
  }

  .about_skill_top::after {
    margin: 0 0 20px;
  }
}

.about_skill_bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1025px) {
  .about_skill_bottom {
    margin-top: -40px;
  }
}

/* ビジョン */
@media (min-width: 1025px) {
  .about_vision {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 80px;
    padding-left: 80px;
  }
}

.about_vision_img1 {
  display: block;
  width: calc(286 / 375 * 100%);
  height: 160px;
  margin-top: 32px;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .about_vision_img1 {
    flex: 1 1 max(400px, 45%);
    height: calc(500 / 1080 * 100vh);
    margin-top: 0;
    margin-left: 0;
  }
}

.about_vision_img1 img{
  object-position: center;
}

.about_vision_img1_sp {
  display: block;
}

@media (min-width: 1025px) {
  .about_vision_img1_sp {
    display: none;
  }
}

.about_vision_img1_pc {
  display: none;
}

@media (min-width: 1025px) {
  .about_vision_img1_pc {
    display: block;
  }
}

.about_vision_box {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
  margin: 32px 16px;
  border-radius: 5px;
  background-image: url(../img/back.webp);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px) {
  .about_vision_box {
    flex: 1 1 max(400px, 45%);
    padding: 40px;
    gap: 40px;
    margin: 0;
  }
}

.about_vision_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_vision_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #595959;
  margin: 16px 0;
}

@media (min-width: 1025px) {
  .about_vision_top {
    gap: 20px;
  }

  .about_vision_top::after {
    margin: 0 0 20px;
  }
}

.about_vision_bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1025px) {
  .about_vision_bottom {
    margin-top: -40px;
  }
}


