/* ↓↓↓ common ↓↓↓ */
* {
  margin: 0;
  box-sizing: border-box;
}

.dir-under .wrap {
  position: relative;
  background: url(../images/works/technology/hakone/hakone-bg.jpg) no-repeat;
  background-size: 100% 68%;
  background-position: top center;
}

.dir-under .wrap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  height: 68%;
  background: url(../images/deco-under-bg.png) repeat-y;
  background-size: 100% auto;
}

.dir-under .wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2389px;
  background: url(../images/works/technology/hakone/hakone-bg-bottom.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .dir-under .wrap {
    background: url(../images/works/technology/hakone/hakone-bg_sp.jpg) no-repeat;
    background-size: 100% 71%;
  }

  .dir-under .wrap::before {
    height: 71%;
    background: url(../images/deco-under-bg_sp.png) repeat-y;
    background-size: 100% auto;
  }
}

.title-group {
  position: relative;
}

.title-group .deco01 {
  position: absolute;
  width: 130px;
  bottom: -10px;
  left: 1020px;
}

@media screen and (max-width: 768px) {
  .title-group .deco01 {
    width: 58px;
    top: -20px;
    bottom: initial;
    left: initial;
    right: 0px;
  }
}

.title-group .page-title {
  position: relative;
  font-size: clamp(5rem, calc(64/1280*100vw), 6.4rem);
  font-weight: 400;
  font-family: var(--rammetto);
  letter-spacing: 0.048em;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  filter: drop-shadow(8px 8px 0 #55D6C2);
  padding-bottom: 8px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .title-group .page-title {
    text-align: center;
    font-size: 4rem;
    padding-bottom: 0;
  }
}

.title-group .page-title span {
  translate: 0 200%;
  display: inline-block;
}

.title-group .sub-title {
  position: relative;
  display: block;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--zenKakuAntique);
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 11px 30px;
  margin: 0 0 20px;
  background-color: #fff;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .title-group .sub-title {
    margin: 0 auto 20px;
  }
}

.title-group .sub-title::before {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 0;
  left: 35px;
  width: 22px;
  height: 15px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #000;
}

.title-group .sub-title::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 1px;
  left: 38px;
  width: 18px;
  height: 12px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #fff;
}
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv-area ↓↓↓ */
.fv-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 0 auto;
}

.fv-area .inner {
  padding: 42px 70px 0;
}

@media screen and (max-width: 768px) {
  .fv-area .inner {
    padding: 37px 15px 0;
  }
}
/* ↑↑↑ fv-area ↑↑↑ */

/* ↓↓↓ catch-area ↓↓↓ */
.catch-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 16px auto 0;
}

@media (max-width: 768px) {
  .catch-area {
    margin: 24px auto 0;
  }
}

.catch-area .inner {
  position: relative;
  padding: 0 70px 60px;
  z-index: 1;
}

@media (max-width: 768px) {
  .catch-area .inner {
    padding: 0 32px 35px;
  }
}

.catch-area .catch-textgroup {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .catch-area .catch-textgroup {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

.catch-area .catch-text + .catch-text {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .catch-area .catch-text + .catch-text {
    margin-top: 40px;
  }
}
/* ↑↑↑ catch-area ↑↑↑ */

/* ↓↓↓ anchor-wrap ↓↓↓ */
.anchor-block{
  width: 100%;
  padding: 0 70px;
}

@media (max-width: 768px) {
  .anchor-block{
    padding: 0 32px;
  }
}

.anchor-block .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  container-type: inline-size;
}

@media (max-width: 768px) {
  .anchor-block .inner {
    max-width: 100%;
  }
}

.anchor-block .inner .image {
  display: block;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .anchor-block .inner {
    border-radius: 50px;
  }
}

.anchor-block .inner .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.anchor-block .inner .anchor {
  position: absolute;
  font-size: 1.4814814814814816cqw;
  font-weight: 700;
  padding: 0.6481481481481481cqw 4.074074074074074cqw 0.6481481481481481cqw 2.037037037037037cqw;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
  box-shadow: 6px 6px 0px #000;
  color: #000;
  line-height: 1.6;
  transition: translate 300ms ease, box-shadow 300ms ease;
}

@media (min-width: 769px) {
  .anchor-block .inner .anchor:hover {
    translate: 6px 6px;
    box-shadow: 0 0 0 #000;
    color: #000;
  }
}

.anchor-block .inner .anchor .arrow {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0.7407407407407408cqw;
  width: 2.7777777777777777cqw;
  height: 2.7777777777777777cqw;
  background-color: #F5E960;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  transition: background-color 300ms ease;
}

@media (min-width: 769px) {
  .anchor-block .inner .anchor:hover .arrow {
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .anchor-block .inner .anchor .arrow {
    right: 10px;
    width: 38px;
    height: 38px;
  }
}

.anchor-block .inner .anchor .arrow img {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 0.4629629629629629cqw;
  height: 0.7407407407407408cqw;
}

@media (max-width: 768px) {
  .anchor-block .inner .anchor .arrow img {
    width: 5px;
    height: 8px;
  }
}

.anchor-block .inner .anchor01 {
  top: 29.629629629629626cqw;
  left: 25.27777777777778cqw;
}

.anchor-block .inner .anchor02 {
  top: 14.444444444444443cqw;
  left: 24.537037037037038cqw;
}

.anchor-block .inner .anchor03 {
  top: 4.62962962962963cqw;
  left: 11.11111111111111cqw;
}

.anchor-block .inner .anchor04 {
  top: 4.62962962962963cqw;
  left: 42.129629629629626cqw;
}

.anchor-block .inner .anchor05 {
  top: 11.11111111111111cqw;
  left: 45cqw;
}

.anchor-block .inner .anchor06 {
  top: 17.59259259259259cqw;
  left: 45.46296296296296cqw;
}

.anchor-block .inner .anchor07 {
  top: 24.25925925925926cqw;
  left: 45cqw;
}

.anchor-block .inner .anchor08 {
  top: 30.555555555555557cqw;
  left: 45cqw;
}

.anchor-block .inner .anchor09 {
  top: 36.666666666666664cqw;
  left: 51.2962962962963cqw;
}

.anchor-block .inner .anchor10 {
  top: 25.925925925925924cqw;
  left: 62.31481481481481cqw;
}

.anchor-block .inner .anchor11 {
  top: 13.88888888888889cqw;
  left: 59.72222222222222cqw;
}

.anchor-block .inner .anchor12 {
  top: 13.88888888888889cqw;
  left: 81.48148148148148cqw;
}

.anchor-block .inner .anchor13 {
  display: block;
  width: max-content;
  top: 42.592592592592595cqw;
  left: 4.62962962962963cqw;
  padding-left: 6.481481481481481cqw;
}

.anchor-block .inner .anchor13 .person {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0.7407407407407408cqw;
  display: block;
  width: 5cqw;
  height: 5cqw;
}

@media (max-width: 768px) {
  .anchor-block .inner .anchor {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 46px 10px 18px;
  }
}

@media (max-width: 768px) {
  .anchor-block .inner .anchor-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 24px;
  }
  .anchor-block .inner .anchor {
    display: block;
    position: relative;
    width: calc((100% - 11px)/2);
    height: 62px;
    top: unset;
    left: unset;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 48px 0 12px;
    letter-spacing: 0em;
    text-align: center;
    align-content: center;
  }

  .anchor-block .inner .anchor13 {
    width: 100%;
    height: 78px;
    padding: 0 48px 0 70px;
  }

  .anchor-block .inner .anchor13 .person {
    width: 56px;
    height: 56px;
    left: 10px;
  }
}

/* ↑↑↑ anchor-wrap ↑↑↑ */

/* ↓↓↓ flow ↓↓↓ */
.flow {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 96px auto 0;
}

@media (max-width: 768px) {
  .flow {
    max-width: 100%;
    margin: 50px auto 0;
  }
}

.flow .inner {
  padding: 0 70px;
}

@media (max-width: 768px) {
  .flow .inner {
    padding: 0 32px;
  }
}

.flow .item {
  position: relative;
  width: 100%;
  padding: 38px 70px 66px;
  border: 2px solid #000;
  border-radius: 32px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .flow .item {
    padding: 38px 22px 33px;
    border-radius: 24px;
  }
}

.flow .item .deco02 {
  position: absolute;
  top: -82px;
  left: -82px;
  width: 104px;
  z-index: 0;
}

@media (max-width: 768px) {
  .flow .item .deco02 {
    top: -95px;
    left: -20px;
    width: 53px;
  }
}

.flow .item .deco03 {
  position: absolute;
  bottom: -62px;
  right: -30px;
  width: 72px;
  z-index: 1;
}

@media (max-width: 768px) {
  .flow .item .deco03 {
    bottom: -20px;
    right: -10px;
    width: 54px;
  }
}

.flow .item .deco04 {
  position: absolute;
  bottom: -32px;
  left: -60px;
  width: 134px;
  z-index: 0;
}

@media (max-width: 768px) {
  .flow .item .deco04 {
    position: absolute;
    bottom: -24px;
    left: -24px;
    width: 68px;
    z-index: 0;
  }
}

.flow .item + .item {
  margin-top: 83px;
}

@media (max-width: 768px) {
  .flow .item + .item {
    margin-top: 62px;
  }
}

.flow .item::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -30px;
  left: 50%;
  width: 46px;
  height: 29px;
  background-color: #000;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.flow .item::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -28px;
  left: 50%;
  width: 46px;
  height: 29px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.flow .item .num {
  position: absolute;
  left: 70px;
  top: -80px;
  font-size: 8.1rem;
  font-family: var(--rammetto);
  font-weight: 400;
  letter-spacing: 0.048em;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  filter: drop-shadow(8px 8px 0 #55D6C2);
}

@media (max-width: 768px) {
  .flow .item .num {
    left: 16px;
    top: -46px;
    font-size: 4.6rem;
  }
}

.flow .item .head {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .flow .item .head {
    font-size: 2.2rem;
  }
}

.flow .item .content {
  display: flex;
  gap: 2.564102564102564%;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .flow .item .content {
    flex-direction: column-reverse;
    gap: 18px;
    margin-top: 14px;
  }
}

.flow .item .content .text {
  width: 48.93162393162393%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 768px) {
  .flow .item .content .text {
    width: 100%;
    font-size: 1.4rem;
  }
}

.flow .item .content .image {
  width: 48.5042735042735%;
  height: fit-content;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .flow .item .content .image {
    width: 100%;
    border-radius: 24px;
  }
}

.flow .item .usually-block {
  position: relative;
  margin-top: 40px;
  background-color: #FFFFC7;
  border: 2px solid #231F20;
  border-radius: 32px;
  box-sizing: border-box;
  padding: 60px 47px 55px;
}

@media (max-width: 768px) {
  .flow .item .usually-block {
    position: relative;
    margin-top: 32px;
    border-radius: 24px;
    padding: 52px 22px 38px;
  }
}

.flow .item .usually-block:has(.list) {
  padding: 52px 35px 44px; 
}

@media (max-width: 768px) {
  .flow .item .usually-block:has(.list) {
    padding: 55px 22px 30px; 
  }
}

.flow .item .usually-block .block-head {
  position: absolute;
  top: -16px;
  left: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 6px 22px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 9999px;
}

@media (max-width: 768px) {
  .flow .item .usually-block .block-head {
    position: absolute;
    width: max-content;
    translate: -50% 0;
    top: -16px;
    left: 50%;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 6px 30px;
    background-color: #fff;
    border: 2px solid #000;
  }
}

.flow .item .usually-block .block-head::before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 37px;
  width: 22px;
  height: 10px;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%);
  background-color: #000;
}

@media (max-width: 768px) {
  .flow .item .usually-block .block-head::before {
    content: '';
    position: absolute;
    translate: 0 100%;
    bottom: 0;
    left: 35px;
    width: 22px;
    height: 15px;
    clip-path: polygon(20% 0, 0% 100%, 100% 0);
    background-color: #000;
  }
}

.flow .item .usually-block .block-head::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 40px;
  width: 15px;
  height: 7px;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%);
  background-color: #fff;
}

@media (max-width: 768px) {
  .flow .item .usually-block .block-head::after {
    content: '';
    position: absolute;
    translate: 0 100%;
    bottom: 1px;
    left: 38px;
    width: 18px;
    height: 12px;
    clip-path: polygon(20% 0, 0% 100%, 100% 0);
    background-color: #fff;
  }
}

.flow .item .usually-block .text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 768px) {
  .flow .item .usually-block .text {
    font-size: 1.4rem;
  }
}

.flow .item .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 56px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .flow .item .list {
    display: block;
  }
}

.flow .item .list .card {
  position: relative;
  width: calc((100% - 56px) / 2);
}

@media (max-width: 768px) {
  .flow .item .list .card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .flow .item .list .card + .card {
    margin-top: 24px;
    padding-top: 24px;
  }

  .flow .item .list .card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../images/works/technology/hakone/line-deco01.svg) repeat-x;
  }
}

.flow .item .list .card:nth-of-type(1):after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: calc(100% * 2 + 56px);
  height: 2px;
  background: url(../images/works/technology/hakone/line-deco01.svg) repeat-x;
}

@media (max-width: 768px) {
  .flow .item .list .card:nth-of-type(1):after {
    display: none;
  }
}

.flow .item .list .card:nth-of-type(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: -28px;
  width: 2px;
  height: calc(100% * 3);
  background: url(../images/works/technology/hakone/line-deco02.svg) repeat-y;
}

@media (max-width: 768px) {
  .flow .item .list .card:nth-of-type(1)::before {
    display: none;
  }
}

.flow .item .list .card .text01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 768px) {
  .flow .item .list .card .text01 {
    font-size: 1.8rem;
  }
}

.flow .item .list .card .text01 .-small {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .flow .item .list .card .text01 .-small {
    font-size: 1.4rem;
  }
}

.flow .item .list .card .text02 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 16px;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 768px) {
  .flow .item .list .card .text02 {
    margin-top: 8px;
  }
}

/* ↑↑↑ flow ↑↑↑ */

/* ↓↓↓ interview ↓↓↓ */
.interview {
  position: relative;
  max-width: 100%;
  margin: 140px auto 0;
  padding: 0 70px;
  z-index: 1;
  border-radius: 100px 100px 0 0;
}

@media (max-width: 768px) {
  .interview {
    position: relative;
    max-width: 100%;
    margin: 70px auto 0;
    padding: 0 32px;
    border-radius: 50px 50px 0 0;
  }
}

.interview .block-deco {
  position: absolute;
  font-size: min(12.5rem, 9.765625vw);
  font-family: var(--rammetto);
  width: max-content;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
  letter-spacing: 0.048em;
  translate: -50% 0;
  top: 0;
  left: 50%;
}

@media (max-width: 768px) {
  .interview .block-deco {
    font-size: 7.5rem; 
    text-align: center;
  }
}

.interview::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  background-image: linear-gradient(180deg, #B2EEE5 0%, #B2EEE5 10%, #FFFFFF 60%, transparent 60% );
  z-index: -1;
  border-radius: 100px 100px 0 0;
}

@media (max-width: 768px) {
  .interview::after {
    border-radius: 50px 50px 0 0;
  }
}

.interview .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 112px;
}

@media (max-width: 768px) {
  .interview .inner {
    max-width: 100%;
    padding-top: 170px;
  }
}

.interview .inner::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 78px;
  left: 50%;
  max-width: 1327px;
  width: 122.8703703703704%;
  height: 130%;
  background: url(../images/works/technology/hakone/interview-deco.png) no-repeat;
}

@media (max-width: 768px) {
  .interview .inner::before {
    content: '';
    position: absolute;
    translate: -50% 0;
    top: 78px;
    left: 50%;
    max-width: 750px;
    width: 130.2250803858521%;
    height: 101%;
    background: url(../images/works/technology/hakone/interview-deco_sp.png) repeat-y;
    background-size: cover;
  }
}

.interview .inner .intro-block {
  display: flex;
  align-items: center;
  gap: 39px;
}

@media (max-width: 768px) {
  .interview .inner .intro-block {
    position: relative;
    flex-direction: column-reverse;
    gap: 13px;
  }
}

.interview .inner .intro-block .text-wrap {
  width: 418px;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .text-wrap {
    width: 100%;
  }
}

.interview .inner .intro-block .text-wrap .ttl {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .text-wrap .ttl {
    position: absolute;
    translate: -50% 0;
    top: 0;
    left: 50%;
    width: max-content;
    font-size: 2.2rem;
    text-align: center;
  }
}

.interview .inner .intro-block .text-wrap .prof-block {
  position: relative;
  padding: 54px 30px 30px;
  border: 2px solid #000;
  background-color: #577FFF;
  margin-top: 28px;
  border-radius: 32px;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .text-wrap .prof-block {
    position: relative;
    padding: 38px 22px 22px;
    border: 2px solid #000;
    background-color: #577FFF;
    margin-top: 0;
    border-radius: 24px;
  }
}

.interview .inner .intro-block .text-wrap .prof-block .prof {
  position: absolute;
  top: 5px;
  right: 48px;
  font-size: 5.2rem;
  font-family: var(--rammetto);
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .text-wrap .prof-block .prof {
    position: absolute;
    top: 5px;
    right: 40px;
    font-size: 3.8rem;
  }
}

.interview .inner .intro-block .text-wrap .prof-block .name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .text-wrap .prof-block .name {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }
}

.interview .inner .intro-block .text-wrap .prof-block .name .en {
  font-size: 1.4rem;
  font-family: var(--montserrat);
  padding-left: 22px;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .text-wrap .prof-block .name .en {
    font-size: 1.2rem;
    font-family: var(--montserrat);
    padding-left: 10px;
  }
}

.interview .inner .intro-block .text-wrap .prof-block .text {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.625;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .text-wrap .prof-block .text {
    font-size: 1.2rem;
  }
}

.interview .inner .intro-block .image {
  flex: 1;
  /* width: 57.223%; */
  border-radius: 100px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .interview .inner .intro-block .image {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    margin-top: 115px;
  }
}

.interview .inner .content {
  padding: 40px 50px 54px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 32px;
  margin-top: 56px;
}

@media (max-width: 768px) {
  .interview .inner .content {
    position: relative;
    padding: 38px 17px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 24px;
    margin-top: 32px;
    z-index: 1;
  }
}

.interview .inner .content .qa-block + .qa-block {
  margin-top: 56px;
}

@media (max-width: 768px) {
  .interview .inner .content .qa-block + .qa-block {
    margin-top: 32px;
  }
}

.interview .inner .content .question {
  position: relative;
  width: fit-content;
  display: flex;
  gap: 16px;
  padding: 4px 32px;
  background-color: #55D6C2;
  border: 2px solid #000;
  border-radius: 100px;
  align-items: center;
}

@media (max-width: 768px) {
  .interview .inner .content .question {
    gap: 8px;
    padding: 4px 16px;
  }
}

.interview .inner .content .question::before {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 0;
  left: 25px;
  width: 22px;
  height: 15px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #000;
}

.interview .inner .content .question::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 1px;
  left: 28px;
  width: 18px;
  height: 12px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #55D6C2;
}

.interview .inner .content .question .q-icon {
  font-size: 3.9rem;
  font-family: var(--rammetto);
  color: #fff;
  -webkit-text-stroke: 2px #000;
  line-height: 1;
}

@media (max-width: 768px) {
  .interview .inner .content .question .q-icon {
    font-size: 2.8rem;
  }
}

.interview .inner .content .question .q-text {
  font-size: 2.8rem;
  font-family: var(--zenKakuAntique);
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .interview .inner .content .question .q-text {
    font-size: 1.4rem;
    font-family: var(--zenKakuAntique);
    font-weight: 700;
  }
}

.interview .inner .content .answer {
  display: flex;
  gap: 24px;
  padding-left: 32px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .interview .inner .content .answer {
    display: flex;
    gap: 8px;
    padding-left: 0;
    margin-top: 24px;
  }
}

.interview .inner .content .answer .a-icon {
  font-size: 4.0rem;
  font-family: var(--rammetto);
  color: #fff;
  -webkit-text-stroke: 2px #000;
  line-height: 1;
  filter: drop-shadow(8px 8px 0 #55D6C2);
}

@media (max-width: 768px) {
  .interview .inner .content .answer .a-icon {
    font-size: 2.8rem;
  }
}

.interview .inner .content .answer .a-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 768px) {
  .interview .inner .content .answer .a-text {
    font-size: 1.4rem;
    margin-top: 0;
    line-height: 1.8;
  }
}

.interview .inner .mid-image {
  position: relative;
  width: 100vw;
  max-width: 1280px;
  translate: -50% 0;
  left: 50%;
  margin-top: 80px;

  + .content {
    position: relative;
    margin-top: -77px;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .interview .inner .mid-image {
    position: relative;
    width: 100vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 64px;

    + .content {
      position: relative;
      margin-top: -40px;
      z-index: 1;
    }
  }
}

.interview .inner .bottom-image {
  width: 89.345%;
  margin: 50px auto 0;
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .interview .inner .bottom-image {
    width: 100%;
    margin: 30px auto 0;
    border-radius: 24px;
    overflow: hidden;
  }
}
/* ↑↑↑ interview ↑↑↑ */