@charset "UTF-8";
/*
先輩インタビュー

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Components
# layout
  - アーカイブ
  - 投稿
# Element
  - 投稿テンプレート
# Utilities

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.entry-footer {
  padding-inline: 5px;
}
.entry-footer .arrow::before {
  left: 4%;
}

.single-interviews .page-content {
  margin-top: 0;
}
.single-interviews .entry-footer{
    padding-inline:var(--short-side);
}



/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
/* archive
--------------------------------------------- */
.post-type-archive-interviews .interviews {
  position: relative;
  --subtitle-color: var(--secondary-color);
}

.post-type-archive-interviews .breadcrumbs-area {
  margin-top: 0;
}

.post-type-archive-interviews .page-content {
  margin-top: 0;
}

.post-type-archive-interviews .page-footer {
  padding-bottom: var(--page-bottom-1);
  margin-top: 0;
  background: #fff8d9;
}
@media screen and (width < 48rem) {
  .post-type-archive-interviews .page-footer {
  }
}

.post-type-archive-interviews .arrowBtn .arrow::before {
  right: 7%;
}

.interviews .container {
  display: grid;
  gap: 111px 75px;
  grid-template-columns: repeat(auto-fit, 16.875rem);
  justify-content: center;
  margin-top: 88px;
}
@media screen and (width < 48rem) {
  .interviews .container {
    margin-top: min((88 - 28) / 375 * 100vw, 88 * 1px);
  }
}

@media (width < 80rem) {
  .interviews .container {
    gap: max(55px, 8.671875vw) max(38px, 5.859375vw);
  }
}
@media (width < 48rem) {
  .interviews .container {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}
.interview-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}

.interview-card .card-meta {
  order: -5;
  margin-top: 30px;
}

.interview-card .post-thumbnail {
  order: -10;
  width: 16.875rem;
}

@media (width < 48rem) {
  .interview-card {
    grid-template-areas: "meta thumb" "title thumb" "text text" "button button";
    grid-template-columns: 1fr 44.4%;
    grid-template-rows: 1fr auto auto;
    gap: 0 16px;
  }
  .interview-card:nth-last-of-type(odd) {
    grid-template-areas: "thumb meta" "thumb title" "text text" "button button";
    grid-template-columns: 44.4% 1fr;
  }
  .interview-card .card-meta {
    order: initial;
    grid-area: meta;
    margin-top: 0;
  }
  .interview-card .card-text {
    grid-area: text;
  }
  .interview-card .post-thumbnail {
    order: initial;
    grid-area: thumb;
    width: auto;
  }
  .interview-card .button {
    grid-area: button;
  }
}
.interview-card .card-title {
  margin-top: 10px;
}

.interview-card .card-title .title {
  font-weight: bold;
  padding-inline-end: 15px;
}

.interview-card .card-title .title .big {
  padding-inline: 6px;
  font-size: min(32 / 16 * 1rem, 38.4px);
}
@media screen and (width < 48rem) {
  .interview-card .card-title .title .big {
    font-size: min((32 - 4) / 375 * 100vw, 32 / 16 * 1rem);
  }
}

.interview-card .card-title .title .small {
  vertical-align: 2px;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 48rem) {
  .interview-card .card-title .title .small {
    font-size: min((20 - 4) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

.interview-card .card-title .text .big {
  vertical-align: 2px;
  font-size: min(22 / 16 * 1rem, 26.4px);
}
@media screen and (width < 48rem) {
  .interview-card .card-title .text .big {
    font-size: min(19 / 375 * 100vw, 19 / 16 * 1rem);
  }
}

.interview-card .card-title .text .small {
  vertical-align: 2px;
  font-feature-settings: "palt";
  font-size: min(16 / 16 * 1rem, 32px);
}
@media screen and (width < 48rem) {
  .interview-card .card-title .text .small {
    font-size: min(14 / 375 * 100vw, 1rem);
  }
}

.interview-card .card-text {
  margin-top: 11px;
  font-size: min(16 / 16 * 1rem, 32px);
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (width < 48rem) {
  .interview-card .card-text {
    font-size: min((16 - 2) / 375 * 100vw, 16 / 16 * 1rem);
  }
}

.interview-card .button {
  margin-top: 27px;
}
@media screen and (width < 48rem) {
  .interview-card .button {
    margin-top: min((27 - 12) / 375 * 100vw, 27 * 1px);
  }
}

.interview-card .post-thumbnail {
  aspect-ratio: 270/350;
  position: relative;
  border-radius: 16px;
  /* background: var(--primary-color); */
}
.interview-card .post-thumbnail img {
  position: absolute;
}
.interview-card .post-thumbnail .card-bg {
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  border-radius: 16px;
}

.interview-card .post-thumbnail .wp-post-image {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
  max-height: 376px;
  width: 100%;
}

.interview-card .box01 {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.interview-card .box01 + .box01 {
  margin-top: 3px;
}

.interview-card .box01 .label {
  background: var(--primary-color);
  border-radius: 1000px;
  color: #fff;
  line-height: 1.5625rem;
  font-weight: bold;
  width: 4.875rem;
  text-align: center;
  font-size: min(15 / 16 * 1rem, 30px);
}
@media screen and (width < 48rem) {
  .interview-card .box01 .label {
    font-size: min((15 - 1) / 375 * 100vw, 15 / 16 * 1rem);
  }
}

.interview-card .box01:first-of-type .label {
  letter-spacing: 0.36em;
  padding-inline-start: 0.36em;
  flex-shrink: 0;
}

.interview-card .box01 .item {
  font-feature-settings: "palt";
  font-size: min(1.125rem, 27px);
}

.interview-card .box01 .item .sub {
  font-size: 1rem;
}

@media (width < 48rem) {
  .interview-card .post-thumbnail {
    aspect-ratio: 140/175;
  }
  .interview-card .card-title {
    grid-area: title;
    margin-top: 0;
    padding-inline-end: 0;
    line-height: 1;
  }
  .interview-card .card-title .title {
    padding-inline-end: 0px;
  }
  .interview-card .card-title .title .big {
    padding-inline: 0 0px;
  }
  .interview-card .box01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .interview-card .box01 .item {
    font-weight: bold;
    font-size: 0.9375rem;
  }
  .interview-card .box01 .item .sub {
    font-size: inherit;
  }
  .interview-card .card-title .text {
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .interview-card .card-text {
    margin-top: 16px;
  }
  .interview-card .post-thumbnail .wp-post-image {
    max-height: 51.2vw;
  }
  .interview-card .button {
    padding-block: 2px;
    max-width: 85.7%;
  }
}

.s-mascot {
  background: #fff8d9;
  --subtitle-color: var(--secondary-color);
  --subtitle-opacity: 0.4;
  position: relative;
  margin-top: 80px;
  padding-bottom: 83px;
}

@media screen and (width < 48rem) {
  .s-mascot {
    padding-bottom: min(60 / 375 * 100vw, 83px);
  }
}

.s-mascot .section-subtitle {
  z-index: auto;
}

.mascot-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-areas:
    "thumb"
    "title"
    "text";
  z-index: 10;
}

.mascot-card .post-thumbnail {
  grid-area: thumb;
}

.mascot-card .post-thumbnail {
  aspect-ratio: 272/272;
  position: relative;
  border-radius: 16px;
  display: grid;
}
.mascot-card .post-thumbnail img {
  position: absolute;
  width: fit-content;
  top: 0;
  bottom: 0;
  right: 0;
    height: auto;
  left: 0;
  margin: auto;
}
.mascot-card .post-thumbnail .card-bg {
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  border-radius: 16px;
}

.mascot-card .card-title {
  font-size: min(32 / 16 * 1rem, 38.4px);
  font-weight: bold;
  grid-area: title;
  line-height: 1.25;
  margin-top: 30px;
}

.mascot-card .card-text {
  font-size: min(18 / 16 * 1rem, 32px);
  grid-area: text;
  font-feature-settings: "palt";
  line-height: 1.3333;
  margin-top: 15px;
}

@media screen and (width < 48rem) {
  .mascot-card .card-title {
    font-size: min(28 / 375 * 100vw, 28 / 16 * 1rem);
  }
  .mascot-card .card-text {
    font-size: min(15 / 375 * 100vw, 15 / 16 * 1rem);
  }
}

@media (width < 48rem) {
  .s-mascot {
    margin-top: min(60 / 375 * 100vw, 80px);
  }
  .mascot-card {
    grid-template-areas:
      "title thumb"
      "text thumb";
    grid-template-columns: 1fr 44.4%;
    grid-template-rows: auto auto;
    gap: 11px 16px;
  }

  .mascot-card:nth-of-type(odd) {
    grid-template-areas:
      "thumb title"
      "thumb text";
    grid-template-columns: 44.4% 1fr;
    gap: 11px 16px;
  }
  .mascot-card .card-title {
    align-self: flex-end;
    margin-top: 0;
  }
  .mascot-card .card-text {
    margin-top: 0;
  }
}

/* 投稿
--------------------------------------------- */


.single-interviews .entry-header .top {
  background-image: url(../image/page/interview/single/bg-atom-interview-header.svg),
    linear-gradient(45deg, #ffea99, #fcc800);
  background-repeat: no-repeat;
  background-size: auto, 100% 100%;
  background-position: left calc(100% + 10px) bottom 16px, 0 0;
  min-height: 540px;
  position: relative;
  display: grid;
  /* padding-block: 24px 12px; */
}

.single-interviews .entry-header .center-layout,
.single-interviews .entry-header .top-container {
  height: 100%;
}

.single-interviews .entry-header .top-container {
  display: grid;
  grid-template-rows: auto 1fr;
}

.single-interviews .entry-header .post-thumbnail {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 516px;
  aspect-ratio: 516/500;
  z-index: 50;
  right: -50px;
}

.single-interviews .entry-header .post-thumbnail img {
  width: 100%;
  object-fit: contain;
  object-position: bottom;
  height: 100%;
  filter: drop-shadow(0px 0px 20px rgba(232, 80, 0, 0.3));
}

.single-interviews .entry-header .container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}

.single-interviews .entry-header .head {
  font-feature-settings: "palt";
  word-break: keep-all;
  font-size: min(22 / 16 * 1rem, 26.4px);
}
@media screen and (width < 62rem) {
  .single-interviews .entry-header .head {
    font-size: min((22 + 4) / 375 * 100vw, 31.2px);
  }
}

.single-interviews .entry-header .section-subtitle {
  z-index: initial;
  --subtitle-opacity: 0.5;
}

.single-interviews .entry-header .entry-title {
  font-weight: bold;
  width: 64.9%;
  padding-block: 18px 30px;
}

.single-interviews .entry-header .entry-title.sp {
  display: none;
}

.single-interviews .entry-header .entry-title .box {
  display: block;
  font-size: min(26 / 16 * 1rem, 31.2px);
}
@media screen and (width < 62rem) {
  .single-interviews .entry-header .entry-title .box {
    font-size: min((26 - 6) / 375 * 100vw, 26 / 16 * 1rem);
  }
}
.single-interviews .entry-header .entry-title .text {
  display: inline;
  padding: 4px 16px;
  letter-spacing: 0.02em;

  font-feature-settings: "palt";
  word-break: auto-phrase;
  background-image: linear-gradient(to bottom, var(--body-color));
  color: #fff;
  line-height: calc(1em + 2.5rem);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.single-interviews .entry-subtitle {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  width: min(11.25rem, 180px);
  bottom: 20px;
  right: -26px;
  aspect-ratio: 1/1;
}

.single-interviews .entry-subtitle .desc {
  display: grid;
  place-content: center;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  inset: 0;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  display: grid;
  padding-top: 20px;
}

.single-interviews .entry-subtitle .bg {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  mix-blend-mode: multiply;
  border-radius: 100%;
  z-index: 100;
}

.single-interviews .entry-subtitle .title {
  line-height: 1.333;
}

.single-interviews .entry-subtitle .title .big {
  padding-inline: 6px;
  font-size: min(32 / 16 * 1rem, 38.4px);
  text-transform: uppercase;
}
@media screen and (width < 62rem) {
  .single-interviews .entry-subtitle .title .big {
    font-size: min((32 - 14) / 375 * 100vw, 32 / 16 * 1rem);
  }
}

.single-interviews .entry-subtitle .title .small {
  font-size: min(26 / 16 * 1rem, 31.2px);
}
@media screen and (width < 62rem) {
  .single-interviews .entry-subtitle .title .small {
    font-size: min((26 - 12) / 375 * 100vw, 26 / 16 * 1rem);
  }
}

.single-interviews .entry-subtitle .text {
  font-feature-settings: "palt";
  order: -10;
  line-height: 1.333;
  font-size: min(26 / 16 * 1rem, 31.2px);
}
@media screen and (width < 62rem) {
  .single-interviews .entry-subtitle .text {
    font-size: min((26 - 12) / 375 * 100vw, 26 / 16 * 1rem);
  }
}

@media (width < 62rem) {
  .single-interviews .entry-header .top {
    min-height: none;
    padding-block: 0;
    background-image: url(../image/page/interview/single/bg-atom-interview-header@sp.svg),
      linear-gradient(45deg, #ffea99, #fcc800);
    background-repeat: no-repeat;
    background-size: 90.6% auto, 100% 100%;
    background-position: left 100% bottom 0px, 0 0;
  }
  .single-interviews .entry-header .head-group {
    padding-top: 5.8666666667vw;
  }
  .single-interviews .entry-header .head {
    line-height: 1.4;
  }
  .single-interviews .head {
    flex-direction: column;
    text-align: center;
    word-break: auto-phrase;
  }
  .single-interviews .head .line {
    position: static;
    width: 63px;
    transform: none;
    margin-top: 14px;
  }
  .single-interviews .entry-header .entry-title {
    margin-top: 5.3333333333vw;
    text-align: center;
    padding-block: 0;
    width: auto;
  }
  .single-interviews .entry-header .entry-title.sp {
    display: block;
  }
  .single-interviews .entry-header .entry-title.pc {
    display: none;
  }

  .single-interviews .entry-header .entry-title .box {
    display: inline-block;
  }
  .single-interviews .entry-header .entry-title .text {
    line-height: 2;
    padding: 4px 12px;
  }
  .single-interviews .entry-header .container {
    flex-direction: column;
  }
  .single-interviews .entry-header .post-thumbnail {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 3.7333333333vw;
  }
  .single-interviews .entry-header .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
  }
  .single-interviews .entry-subtitle {
    width: min(6.9375rem, 111px);
    width: min(29.6vw, 200px);
    right: calc(37.15vw - 135px);
  }
  .single-interviews .entry-subtitle .desc {
    padding-top: 0;
    gap: 6px;
  }
}
/* エントリーヘッダー（bottom）
--------------------------------------------- */
.single-interviews .entry-header .bottom {
  background: var(--gray-1);
  padding-block: 50px;
}

.single-interviews .entry-meta {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.single-interviews .entry-meta .list {
  display: flex;
  flex: 1;
  font-weight: bold;
  align-items: center;
  gap: 14px;
}

.single-interviews .entry-meta .label {
  background: var(--primary-color);
  line-height: 1;
  color: #fff;
  border-radius: 1000px;
  text-align: center;
  line-height: 2.1875rem;
  width: 6.875rem;
  font-size: min(20 / 16 * 1rem, 24px);
}
@media screen and (width < 48rem) {
  .single-interviews .entry-meta .label {
    font-size: min((20 - 2) / 375 * 100vw, 20 / 16 * 1rem);
  }
}

.single-interviews .entry-meta .list:first-of-type .label {
  letter-spacing: 0.36em;
  padding-inline-start: 0.36em;
}

.single-interviews .entry-meta .item {
  font-feature-settings: "palt";
  font-size: min(22 / 16 * 1rem, 26.4px);
}

.single-interviews .entry-meta .list:first-of-type .item .sub {
  font-size: 0.68em;
  vertical-align: middle;
}

@media screen and (width < 48rem) {
  .single-interviews .entry-meta .item {
    font-size: min((22 - 7) / 375 * 100vw, 22 / 16 * 1rem);
  }
}

@media (width < 48rem) {
  .single-interviews .entry-header .bottom {
    padding-block: 25px;
  }
  .single-interviews .entry-meta {
    flex-direction: column;
    gap: 20px;
    max-width: max-content;
    margin-inline: auto;
  }
}
/* エントリーコンテンツ interview
--------------------------------------------- */
.single-interviews .s-interview {
  padding-block: 80px;
}

.single-interviews .s-interview .title {
  color: var(--primary-color);
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  padding-inline-start: 17px;
  font-size: min(22 / 16 * 1rem, 26.4px);
  flex-shrink: 0;
}
@media screen and (width < 48rem) {
  .single-interviews .s-interview .title {
    font-size: min((22 - 2) / 375 * 100vw, 22 / 16 * 1rem);
  }
}

.single-interviews .s-interview .title::before {
  content: "";
  position: absolute;
  border-left: 5px solid var(--primary-color);
  left: 0;
  height: 100%;
  display: block;
}

.single-interviews .s-interview .only-text-container {
  display: flex;
  gap: 40px;

  align-items: flex-start;
}

.single-interviews .s-interview .only-text-container .text {
  line-height: 2;
}

.single-interviews .s-interview .image-container:nth-of-type(2) {
  margin-top: 46px;
}
@media screen and (width < 48rem) {
  .single-interviews .s-interview .image-container:nth-of-type(2) {
    margin-top: min((46 - 20) / 375 * 100vw, 46 * 1px);
  }
}

.single-interviews .s-interview .image-container {
  margin-top: 40px;
  display: flex;
  margin-top: 70px;
  gap: 40px;
  margin-top: 70px;
}
@media screen and (width < 48rem) {
  .single-interviews .s-interview .image-container {
    margin-top: min((70 - 16) / 375 * 100vw, 70 * 1px);
  }
}

.single-interviews .s-interview .image-container .text {
  line-height: 1.75;
  margin-top: 22px;
}

.single-interviews .s-interview .image-container.reverse .thumb {
  order: -10;
}

.single-interviews .s-interview .image-container .thumb {
  flex-basis: 47.9%;
  flex-shrink: 0;
}

.single-interviews .s-interview .image-container .thumb img {
  aspect-ratio: 460/280;
  border-radius: 16px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (width < 62rem) {
  .single-interviews .s-interview {
    padding-block: min(17.3333333333vw, 71.5px) min(13.8666666667vw, 57.2px);
  }
  .single-interviews .s-interview .title {
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
    padding-inline-start: 15px;
  }
  .single-interviews .s-interview .only-text-container {
    flex-direction: column;
    gap: min(4.8vw, 19.8px);
  }
  .single-interviews .s-interview .only-text-container .text {
    line-height: 1.5;
  }
  .single-interviews .s-interview .only-text-container .text br {
    display: none;
  }
  .single-interviews .s-interview .image-container {
    flex-direction: column;
    gap: min(10.6666666667vw, 44px);
  }
  .single-interviews .s-interview .image-container .thumb {
    order: -10;
  }
  .single-interviews .s-interview .image-container:nth-of-type(2) .title br {
    display: none;
  }
  .single-interviews .s-interview .image-container:nth-of-type(2),
  .single-interviews .s-interview .image-container {
    margin-top: min(8.8vw, 36.3px);
  }
}
/* 仕事の流れ
--------------------------------------------- */
.s-flow {
  background: linear-gradient(45deg, var(--primary-color), #f4a11a);
  color: #fff;
  position: relative;
  padding-block: 80px;
  overflow: hidden;
}

.s-flow .content {
  position: relative;
  z-index: 10;
  min-height: 444px;
}

.s-flow .container {
  position: relative;
}

.flow-thumb {
  position: absolute;
}

.flow-thumb .thumb {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.s-flow .deco-front {
  width: 220px;
  height: 220px;
  position: absolute;
  right: -5%;
  top: 165px;
  object-fit: contain;
  z-index: 10;
}

.flow-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-flow .head .line {
  background-color: #fff;
}

/* pattern */
/* 共通  */
.s-flow .flow-thumb {
  width: var(--flow-thumb-width, 300px);
  top: var(--flow-thumb-top, -82px);
  right: var(--flow-thumb-end, 0);
}

.s-flow .flow-thumb .deco-bg {
  width: 168px;
  height: 124px;
  z-index: -10;
  object-fit: contain;
  position: absolute;
  left: var(--flow-deco-bg-left, -125px);
  top: var(--flow-deco-bg-top, 15px);
}

.s-flow::after {
  content: "";
  right: -47px;
  right: calc((100vw - 960px) / 2);
  top: var(--flow-circle-top, 150px);
  position: absolute;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: var(--secondary-color);
  opacity: 0.3;
  transform: translateX(150%);
}

/* 01（デフォルト） */
/* 02 */
.s-flow.type02 {
  --flow-thumb-width: 402px;
  --flow-deco-bg-top: calc(50% + 68px);
  --flow-deco-bg-left: -85px;
  --flow-circle-top: 92px;
}

/* 03 */
.s-flow.type03 {
  --flow-thumb-end: 80px;
  --flow-thumb-top: -34px;
  --flow-deco-bg-left: -90px;
  --flow-deco-bg-top: -50px;
}

.s-flow:where(.type03) .content {
  min-height: 450px;
}

/* 04 */
.s-flow.type04 .flow-thumb .deco-bg {
  transform: rotate(-40deg);
}

/* 05 */
.s-flow.type05 {
  --flow-thumb-end: 80px;
  --flow-thumb-top: -34px;
  --flow-deco-bg-left: -90px;
  --flow-circle-top: 92px;
  --flow-deco-bg-top: calc(50% - 40px);
}

.s-flow.type05 .flow-thumb .deco-bg {
  transform: rotate(-14deg);
}

/* 06 */
.s-flow.type06 {
  --flow-thumb-end: 80px;
  --flow-thumb-top: -34px;
  --flow-deco-bg-top: 50%;
  --flow-deco-bg-left: -152px;
  --flow-circle-top: 92px;
}

.s-flow:where(.type06) .content {
  min-height: 418px;
}

.s-flow.type06 .flow-thumb .deco-bg {
  transform: rotate(-22deg);
}

/* 07 */
.s-flow.type07 {
  --flow-thumb-end: 56px;
  --flow-thumb-top: -34px;
  --flow-deco-bg-left: -96px;
  --flow-deco-bg-top: calc(50% + 40px);
}

/* 08 */
.s-flow.type08 {
  --flow-thumb-width: 250px;
  --flow-thumb-top: 22px;
  --flow-deco-bg-top: -86px;
  --flow-deco-bg-left: -58px;
}

.s-flow.type08 .flow-thumb .deco-bg {
  transform: rotate(50deg);
}

.s-flow.type08 .deco-front {
  right: 17%;
}

@media (width < 62rem) {
  /* SPは共通 */
  .s-flow {
    padding-block: 45px 73px;
  }
  .s-flow .content {
    min-height: unset;
  }
  .s-flow .deco-front {
    width: min(46.6666666667vw, 220px);
    height: min(46.6666666667vw, 220px);
    top: initial;
    right: initial;
    left: calc(var(--flow-thumb-width) - 40px);
    bottom: -45px;
  }
  .flow-thumb {
    left: 70px;
  }
  .single-interviews .entry-content .s-flow {
    --flow-thumb-width: min(230 / 375 * 100vw, 230 * 1.4px);
  }
  .s-flow .flow-thumb .thumb {
    position: static;
    margin-top: 48px;
  }
  .s-flow::after {
    content: unset;
  }
  .s-flow .flow-thumb {
    position: relative;
    top: 0;
  }
  .s-flow .flow-thumb .deco-bg {
    left: -63px;
    top: -14px;
    transform: none;
  }
  .s-flow .flow-thumb::after {
    content: "";
    left: 76vw;
    top: -88px;
    position: absolute;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: var(--secondary-color);
    opacity: 0.3;
  }
}
@media (width < 36rem) {
  .flow-thumb {
    left: 0;
  }
  .single-interviews .entry-content .s-flow {
    --flow-thumb-width: 229px;
  }

  .s-flow.type01 .flow-thumb::after {
    left: 64vw;
  }
  .s-flow .deco-front {
    right: unset;
    left: calc(var(--flow-thumb-width) - 90px) !important;
    max-width: 174px !important;
  }
}
.s-flow .list01 {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
}

.s-flow .list01 .item {
  display: flex;
  font-weight: bold;
  gap: 30px;
  line-height: 1.444;
  position: relative;
  padding-bottom: 8px;
  font-size: min(32 / 16 * 1rem, 38.4px);
}
@media screen and (width < 62rem) {
  .s-flow .list01 .item {
    font-size: min((32 - 12) / 375 * 100vw, 32 / 16 * 1rem);
  }
}

.s-flow .list01 .item:last-of-type {
  padding-bottom: 0;
}

.s-flow .list01 .time {
  text-align: right;
  flex-shrink: 0;
  width: 5rem;
  font-family: "Barlow", sans-serif;
}

.s-flow .list01 .item .deco {
  background: var(--secondary-color);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  top: 15px;
}

.s-flow .list01 .item::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 7.34375rem;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  border-left: 2px solid var(--secondary-color);
}

.s-flow .list01 .item:first-of-type::after {
  top: 20px;
}

.s-flow .list01 .item:last-of-type::after {
  height: 20px;
}

.s-flow .list01 .text {
  margin-top: 0.25rem;
  font-size: min(24 / 16 * 1rem, 28.8px);
}
@media screen and (width < 62rem) {
  .s-flow .list01 .text {
    font-size: min((24 - 9) / 375 * 100vw, 24 / 16 * 1rem);
  }
}

@media (width < 62rem) {
  .s-flow .list01 {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
  }
  .s-flow .list01 .item {
    padding-bottom: 14px;
  }
  .s-flow .list01 .item {
    gap: 0;
  }
  .s-flow .list01 .time {
    width: 4.5em;
    text-align: left;
  }
  .s-flow .list01 .item .deco {
    position: absolute;
    left: 3.1em;
    top: 0.3em;
  }
  .s-flow .list01 .item::after {
    left: calc(3.0625em + 7.5px);
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* 投稿テンプレート
--------------------------------------------- */
