@charset "utf-8";
#thoughts p {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  #thoughts p {
    font-size: var(--fs-base);
  }
}

.thoughts-bg {
  position: relative;
  z-index: 10;
}
.thoughts-bg::before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-image: var(--thoughts-bg-img);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto 100%;
  z-index: 0;
  pointer-events: none;
}

/* 社長の活動 */
#activities-ceo .ceo-content {
  gap: 32px;
}
#activities-ceo .ceo-img {
  width: 320px;
  height: auto;
}
#activities-ceo .ceo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#activities-ceo .ceo-hd {
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color-blue-dark);
}

#activities-ceo .ceo-txt {
  flex: 1;
}

#activities-ceo .ceo-position {
  font-size: 24px;
  padding-bottom: 8px;
}
#activities-ceo .ceo-name {
  font-size: 38px;
  line-height: 1;
}
#activities-ceo .ceo-en {
  font-size: var(--fs-xxl);
  color: rgba(1, 64, 153, 0.2);
  letter-spacing: 0;
  font-family: var(--font-jost);
  line-height: 1;
}

#activities-ceo .ceo-body {
  padding-top: 32px;
}
#activities-ceo .ceo-contet-ttl {
  position: relative;
  padding-left: 12px;
  margin-bottom: 40px;
}
#activities-ceo .ceo-contet-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: var(--color-blue);
  z-index: 1;
}

#activities-ceo .ceo-contet-ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  background-color: var(--color-blue-dark);
  z-index: 2;
}

#activities-ceo .ceo-body ul li {
  padding-bottom: 24px;
}

#activities-ceo .ceo-body ul li:last-of-type {
  padding-bottom: 0;
}

#activities-ceo .ceo-body ul li p {
  font-size: 19px;
  position: relative;
  padding-left: calc(12px + 6px);
}

#activities-ceo .ceo-body ul li p::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "●";
  color: var(--color-blue-dark);
  font-size: 6px;
  transform: translateY(-50%);
}

#activities-ceo .ceo-body .furigana {
  position: relative;
}

#activities-ceo .ceo-body .furigana::before {
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 0;
  content: "ザ・フリーマーケッツ";
  display: block;
  width: auto;
  height: auto;
  font-size: var(--fs-xxs);
  font-weight: 300;
  transform: translate(50%, 50%);
}
#activities-ceo .ceo-desc-ttl {
  gap: 16px;
  justify-content: flex-end;
}

#activities-ceo .ceo-desc-ttl p {
  font-size: var(--fs-md-2);
  background: linear-gradient(90deg, #014099 0%, #007ec7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-jost);
  font-weight: 700;
  letter-spacing: 0.04em;
}
#activities-ceo .ceo-desc-ttl img {
  width: 320px;
  height: 28px;
  object-fit: contain;
}

#activities-ceo .ceo-desc-txt {
  line-height: 2;
}

#activities-ceo .ceo-desc-body img {
  width: 320px;
  height: 28px;
  object-fit: contain;
  transform: scale(-1, 1);
}

@media screen and (max-width: 1100px) {
  #activities-ceo .ceo-position {
    font-size: var(--fs-md-2);
  }
  #activities-ceo .ceo-name {
    font-size: var(--fs-xxl);
  }

  #activities-ceo .ceo-body ul li p {
    font-size: var(--fs-base-2);
  }
}

@media screen and (max-width: 960px) {
  #activities-ceo .ceo-content {
    gap: 24px;
  }
  #activities-ceo .ceo-img {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  #activities-ceo .ceo-content {
    flex-direction: column;
    align-items: flex-start;
  }
  #activities-ceo .ceo-img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  #activities-ceo .ceo-txt {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #activities-ceo .ceo-body ul li {
    padding-bottom: 16px;
  }
  #activities-ceo .ceo-body ul li p {
    font-size: var(--fs-base);
  }
  #activities-ceo .ceo-img {
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  #activities-ceo .ceo-desc-ttl img,
  #activities-ceo .ceo-desc-body img {
    max-width: 240px;
    width: 100%;
  }
}

/* スライド */
#ceo-slide {
  margin-bottom: 24px;
}
#ceo-slide .swiper-slide {
  width: 322px;
  height: auto;
  margin-right: 10px;
}
#ceo-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  #ceo-slide .swiper-slide {
    width: 260px;
  }
}

@media screen and (max-width: 600px) {
  #ceo-slide .swiper-slide {
    width: 200px;
  }
}

/* prologue 
============================================*/
#prologue {
  position: relative;
}

#prologue .prologue-inr {
  position: relative;
  z-index: 1;
  padding: 64px 0 240px 0;
  color: #fff;
  text-align: center;
  background-image: var(--prologue-bg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#prologue .prologue-ttl-ja {
  width: 618px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

#prologue .prologue-ttl-en {
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  width: 462px;
  height: 240px;
  object-fit: contain;
  transform: translateY(50%);
}
#prologue .prologue-txt {
  text-align: center;
}

#prologue .prologue-txt p {
  text-align: center;
  font-size: var(--fs-md-2);
  font-weight: 600;
  color: var(--color-white);
  line-height: 2;
  text-shadow: 0px 0px 6px #000000;
}

@media screen and (max-width: 960px) {
  #prologue .prologue-inr {
    padding: 64px 0 200px 0;
  }

  #prologue .prologue-ttl-en {
    width: 360px;
    height: 180px;
    transform: translate(30%, 50%);
    bottom: calc(100% - 20px);
  }
}

@media screen and (max-width: 768px) {
  #prologue .prologue-ttl-en {
    width: 300px;
    height: 160px;
  }
  #prologue .prologue-txt p {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  #prologue .prologue-inr {
    padding: 40px 0 160px 0;
  }
  #prologue .prologue-ttl {
    width: 120%;
    margin-left: -10%;
  }
  #prologue .prologue-ttl-en {
    width: 200px;
    height: 100px;
    bottom: calc(100% - 10px);
    transform: translate(10%, 50%);
  }
}

@media screen and (max-width: 480px) {
  #prologue .prologue-ttl-en {
    width: 160px;
    height: 80px;
    bottom: calc(100% - 1em);
  }
}

/* interview
============================================*/
#interview {
  position: relative;
  margin-top: -120px;
}
#interview .iv-ttl {
  background: linear-gradient(90deg, #014099 0%, #007ec7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-zen);
  font-size: 49px;
  font-weight: 900;
  letter-spacing: 0.38em;
  position: relative;
  display: inline-block;
  padding-left: 32px;
}

#interview .iv-ttl::before,
#interview .iv-ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 14px;
}
#interview .iv-ttl::before {
  height: 100%;
  background-color: var(--color-blue);
}
#interview .iv-ttl::after {
  height: 8px;
  background-color: var(--color-blue-dark);
}

#interview .iv-ttl img {
  position: absolute;
  top: calc(100% - 0.25em);
  right: -1em;
  width: 250px;
  height: 50px;
  object-fit: contain;
}

#interview .iv-item-hd {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 40px;
}

#interview .iv-item-hd img {
  position: absolute;
  top: 0;
  right: calc(100% - 2em);
  transform: translate(0, -50%);
  width: 103px;
  height: 103px;
  object-fit: contain;
  z-index: 10;
}

#interview .iv-item-hd-txt {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 4px;
}

#interview .iv-item-hd-txt p {
  position: relative;
  display: block;
  width: fit-content;
  font-family: var(--font-zen);
  font-size: var(--fs-lg-2);
  font-weight: 900;
  padding: 10px 24px;
  line-height: 1;
  background: linear-gradient(90deg, var(--color-blue-dark), var(--color-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

#interview .iv-item-hd-txt p::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* ボーダーの太さ */
  background: linear-gradient(90deg, #014099, #007ec7); /* グラデボーダー */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}

#interview .iv-item-hd-txt p:first-of-type {
  margin-bottom: 4px;
}

#interview .iv-item-hd p:first-of-type {
  color: var(--color-blue);
}

#interview .iv-item-q span {
  font-family: var(--font-jost);
  background-color: var(--color-blue-dark);
  color: var(--color-white);
  font-size: 30px;
  font-weight: 600;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#interview .iv-item-q {
  gap: 16px;
  padding-bottom: 40px;
}

#interview .iv-item-q p {
  flex: 1;
  font-weight: 600;
  font-size: var(--fs-md-2);
  color: var(--color-blue-dark);
}

#interview .iv-item-a {
  position: relative;
  padding-bottom: 40px;
}

#interview .iv-item-a-txt {
  position: relative;
  background-color: var(--color-white);
  padding: 40px 56px;
  border-radius: 15px;
  width: 55%;
  z-index: 1;
}

#interview .iv-item-a-txt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--color-blue-works1),
    var(--color-blue-works1) 1px,
    transparent 1px,
    transparent 7px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
  z-index: -10;
}

#interview .iv-item-a-txt::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 15px;
  background: linear-gradient(
    90deg,
    var(--color-blue-light-2),
    var(--color-lime-green)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}

#interview .iv-item-a span {
  position: absolute;
  content: "A";
  display: block;
  font-family: var(--font-jost);
  font-size: 65px;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    var(--color-blue-light-2) 0%,
    var(--color-lime-green) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
  top: 8px;
  left: 12px;
  line-height: 1;
}

#interview .iv-item-a img {
  position: absolute;
  top: 30%;
  right: -80px;
  width: 58%;
  height: auto;
  aspect-ratio: 536 / 412;
  object-fit: cover;
  z-index: 0;
  border-radius: 0 50px 0 50px;
  box-shadow: 5.8px 5.8px 0 rgba(70, 131, 192, 0.2);
}

#interview .iv-item:not(.iv-item-1) p:nth-of-type(2) {
  margin-left: 1em;
}

#interview .iv-item.iv-item-2 .iv-item-a-txt {
  margin-right: 0;
  margin-left: auto;
}

#interview .iv-item.iv-item-2 .iv-item-a img {
  right: initial;
  left: -80px;
  border-radius: 50px 0 50px 0;
}

#interview .iv-item.iv-item-3 .iv-item-a-txt {
  width: 60%;
}

#interview .iv-item.iv-item-3 .iv-item-a img {
  width: 53%;
  top: 50%;
}

#interview .iv-item.iv-item-4 .iv-item-a-txt {
  width: 100%;
}

#interview .iv-item.iv-item-4 .iv-item-a-txt::before {
  display: none;
}

#interview .iv-item.iv-item-4 .iv-item-a img {
  position: initial;
  width: 100%;
  aspect-ratio: 850 / 385;
  right: initial;
  top: initial;
  border-radius: 50px 0 50px 0;
}

#interview .iv-item.iv-item-4 .iv-item-a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    var(--color-blue-works1),
    var(--color-blue-works1) 1px,
    transparent 1px,
    transparent 7px
  );
  background-size: 8px 1px;
  background-repeat: repeat-x;
  z-index: -10;
}

#interview .iv-item.iv-item-4 a {
  font-weight: 300;
  border-bottom: 1px solid var(--color-black);
  line-height: 1;
  font-size: var(--fs-base);
  margin: 0 auto;
  display: block;
  width: fit-content;
  padding-top: 16px;
}
#interview .iv-item.iv-item-4 a:hover {
  border-bottom: 1px solid var(--color-blue);
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  #interview .iv-ttl {
    font-size: var(--fs-xxxxl);
  }
  #interview .iv-item-hd-txt {
    padding-left: 64px;
  }
  #interview .iv-item-hd img {
    right: initial;
    left: -1em;
  }
  #interview .iv-item-a img {
    right: 0;
    width: 460px;
  }
  #interview .iv-item.iv-item-2 .iv-item-a img {
    left: 0;
  }
}

@media screen and (max-width: 960px) {
  #interview .iv-ttl {
    font-size: var(--fs-xxxl);
  }
  #interview .iv-ttl img {
    width: 200px;
    height: 40px;
  }
  #interview .iv-item.iv-item-1,
  #interview .iv-item.iv-item-2,
  #interview .iv-item.iv-item-3 {
    padding-bottom: 80px;
  }
  #interview .iv-item-hd img {
    width: 80px;
    height: 80px;
    left: 0;
  }
  #interview .iv-item-hd-txt {
    padding-left: 40px;
  }
  #interview .iv-item-a-txt {
    padding: 32px 40px;
    width: 55%;
  }
  #interview .iv-item-a img {
    width: 50%;
  }
  #interview .iv-item-q {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  #interview .iv-item-a {
    position: relative;
  }
  #interview .iv-item-a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: repeating-linear-gradient(
      to right,
      var(--color-blue-works1),
      var(--color-blue-works1) 1px,
      transparent 1px,
      transparent 7px
    );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    z-index: -10;
  }
  #interview .iv-item-a-txt,
  #interview .iv-item.iv-item-3 .iv-item-a img,
  #interview .iv-item.iv-item-3 .iv-item-a-txt {
    width: 100%;
  }
  #interview .iv-item-a-txt::before {
    display: none;
  }
  #interview .iv-item-a img {
    position: initial;
    display: block;
    margin-top: 24px;
    width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 600px) {
  #interview .iv-ttl {
    font-size: var(--fs-xxl);
  }
  #interview .iv-item-hd-txt {
    padding-left: 32px;
  }
  #interview .iv-ttl img {
    width: 160px;
    height: 32px;
  }
  #interview .iv-item-hd img {
    width: 48px;
    height: 48px;
  }
  #interview .iv-item-hd {
    padding-bottom: 24px;
  }
  #interview .iv-item-hd-txt p {
    font-size: var(--fs-md-2);
    padding: 10px 8px;
  }

  #interview .iv-item.iv-item-1,
  #interview .iv-item.iv-item-2,
  #interview .iv-item.iv-item-3 {
    padding-bottom: 64px;
  }
  #interview .iv-item-q span {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  #interview .iv-item-q {
    gap: 12px;
  }
  #interview .iv-item-q p {
    font-size: var(--fs-base);
  }
  #interview .iv-item-a span {
    font-size: 32px;
  }
  #interview .iv-item-a-txt {
    padding: 24px;
  }
  #interview .iv-item-a img {
    width: 100%;
    height: 220px;
  }
}
