@charset "utf-8";
/* ======================
archive
========================= */
.voice.archive .page_headingbk {
  padding-top: clamp(32px, 8.89vw, 97px);
  margin-bottom: clamp(100px, 27.78vw, 192px);
}
.voice_cont {
  padding-bottom: clamp(90px, 25vw, 134px);
}
.archive .voice_cont__inner {
  margin-bottom: clamp(80px, 22.22vw, 156px);
}
.archive .ct_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.5%;
  margin: 0 auto;
}
.ct_nav {
  font-size: clamp(14px, 1.84vw, 18px);
  line-height: 1.3;
}

.archive .ct_nav__item {
  width: calc(90% / 5);
}
.archive .ct_nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  padding: 0.5em;
  background-color: #fff6e6;
}
.archive .ct_nav__item a > span {
  position: relative;
}
.archive .ct_nav__item a > span::after {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s;
}
.archive .ct_nav__item.np a span:after,
.archive .ct_nav__item a:hover span::after {
  width: 100%;
  opacity: 1;
}
.voice__list-wrap .scroll-infinity-voice {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
}
.voice__list-wrap .scroll-infinity-voice .scroll-infinity__item {
  width: 109.8vw;
  max-width: 2108px;
  min-width: 1476px;
}
.archive .voice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 2.5%;
}
.archive .voice__item {
  width: calc(95% / 3);
}
.archive .voice__item a {
  height: 100%;
  border-radius: clamp(20px, 4.17vw, 30px);
  padding: 9% 10%;
}

.archive .voices__imgbk {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.archive .voice__item a .voices__imgbk img {
  transition: 0.3s;
}
.archive .voice__item a:hover .voices__imgbk img {
  scale: 1.05;
}
.archive .voices__txt {
  font-size: clamp(20px, 2.55vw, 25px);
  line-height: 1.52;
  min-height: 3.8em;
  margin-bottom: 1em;
}
.archive .voices__txt span {
  display: inline-block;
}
.archive .voices__person {
  line-height: 1.5;
}
.archive .voices__person .name {
  margin-right: 1em;
}
.archive .voices__person .joining {
  display: inline-block;
}
.archive .voices__person .name::before {
  content: "■";
  margin-right: 0.2em;
}
.archive .voices__person a .voices__imgbk img {
  transition: 0.3s;
}
.archive .voices__person a:hover .voices__imgbk img {
  scale: 1.05;
}
.voice__empty {
  text-align: center;
  padding: 100px 0;
}
/* ======================
single
========================= */
.main_contents {
  padding-bottom: 95px;
}

.mask {
  -webkit-mask-image: url("../imgs/voice/mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../imgs/voice/mask.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* fallback */
  overflow: hidden;
}
/* ----------------------
voice_heading
------------------------- */
.single .headingbk {
  margin-bottom: 145px;
}
.voice_heading {
  margin-bottom: clamp(120px, 33.33vw, 160px);
  padding-top: 103px;
}
.voice_heading .heading {
  width: 34.69vw;
  max-width: 508px;
  min-width: 305px;
  position: absolute;
  left: 0;
  top: 20%;
  transform: translate(-11%, -55%);
  z-index: 3;
}
.voice_heading .heading img {
  opacity: 0;
  transform: translateY(20px);
}
.heading__in {
  z-index: 2;
}
.heading__imgwrap {
  width: 40.9vw;
  max-width: 589px;
  min-width: 440px;
  margin: 0 auto;
}
.single .heading__imgwrap::before {
  content: "";
  /* width: 49.93vw; */
  /* max-width: 719px;  */
  /* min-width: 537px; */
  width: 122%;
  min-width: 383px;
  aspect-ratio: 719 / 885;
  background-image: url(../imgs/voice/headingbk_left-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  opacity: 0;
  transform: translate(calc(-62% + 80px), calc(50% - 80px));
}
.foods .heading__imgwrap::before {
  background-image: url(../imgs/voice/headingbk_left-2.svg);
}
.energy .heading__imgwrap::before {
  background-image: url(../imgs/voice/headingbk_left-3.svg);
}
.day-care .heading__imgwrap::before {
  background-image: url(../imgs/voice/headingbk_left-4.svg);
}
.single .heading__imgwrap::after {
  content: "";
  /* width: 44.03vw;
  max-width: 634px; */
  width: 108%;
  min-width: 474px;
  aspect-ratio: 634 / 701;
  background-image: url(../imgs/voice/headingbk_right-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(74%, -10%);
  z-index: -1;
  opacity: 0;
  transform: translate(calc(74% + 80px), calc(-10% - 80px));
}
.foods .headheading__imgwrapingbk::after {
  background-image: url(../imgs/voice/headingbk_right-2.svg);
}
.energy .heading__imgwrap::after {
  background-image: url(../imgs/voice/headingbk_right-3.svg);
}
.day-care .heading__imgwrap::after {
  background-image: url(../imgs/voice/headingbk_right-4.svg);
}
.heading__img {
  opacity: 0;
}
.heading__img::before {
  content: "";
  width: 100%;
  aspect-ratio: 589 / 750;
  border-radius: clamp(52px, 4.86vw, 70px);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 1%) rotate(6.3deg);
}
.heading__img::after {
  content: "";
  width: 84%;
  max-width: 492px;
  aspect-ratio: 41 / 13;
  background-image: url(../imgs/voice/headingbk_front-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translate(calc(-35% + 60px), calc(50% - 60px));
}
.foods .heading__img::after {
  background-image: url(../imgs/voice/headingbk_front-2.svg);
}
.day-care .heading__img::after {
  background-image: url(../imgs/voice/headingbk_front-3.svg);
}
.heading__img-inner {
  aspect-ratio: 589 / 750;
  border-radius: clamp(52px, 4.86vw, 70px);
  overflow: hidden;
  transform: translateX(-5%) rotate(-6.3deg);
}
.voice_heading .catch {
  font-size: clamp(29px, 3.3vw, 41px);
  line-height: 1.58;
  letter-spacing: 0.069em;
  width: calc(10em + 10px);
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
}
.voice_heading .catch span {
  display: block;
  background: #fff;
  padding-left: 10px;
  margin-bottom: 0.32em;
  opacity: 0;
  transform: translateX(-40px);
}
.voice_heading .person {
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.6;
  width: 14.1em;
  max-width: 254px;
  position: absolute;
  left: 0;
  bottom: -2.4em;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
}

.voice_heading .person .person__joining {
  font-size: clamp(18px, 2.05vw, 24px);
  line-height: 1.83;
  display: block;
  padding: 0 13px;
  margin-bottom: 0.9em;
  background: #fff;
}
.voice_heading .person .person__name {
  font-size: clamp(23px, 4.79vw, 40px);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.voice_heading .person .person__career {
  padding-bottom: 1em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #000;
}

/* ===== 表示後 ===== */

.voice_heading.is-active .heading__img {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s ease;
}
.voice_heading.is-active .heading__imgwrap::before {
  opacity: 1;
  transform: translate(-62%, 50%);
  transition: 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.voice_heading.is-active .heading__imgwrap::after {
  opacity: 1;
  transform: translate(74%, -10%);
  transition: 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
}

.voice_heading.is-active .heading__img::after {
  opacity: 1;
  transform: translate(-35%, 50%);
  transition: 0.6s cubic-bezier(0.33, 0.1, 0.2, 1) 0.1s;
}

.voice_heading.is-active .heading img {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s ease 1s;
}

.voice_heading.is-active .catch span {
  opacity: 1;
  transform: translateX(0);
  transition: 0.6s ease;
}

.voice_heading.is-active .catch span:nth-child(1) {
  transition-delay: 1.8s;
}
.voice_heading.is-active .catch span:nth-child(2) {
  transition-delay: 2s;
}
.voice_heading.is-active .catch span:nth-child(3) {
  transition-delay: 2.2s;
}
.voice_heading.is-active .catch span:nth-child(4) {
  transition-delay: 2.3s;
}
.voice_heading.is-active .catch span:nth-child(5) {
  transition-delay: 2.4s;
}

.voice_heading.is-active .person {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s ease;
}

.voice_heading.is-active .person {
  transition-delay: 2.4s;
}

/* ----------------------
voice_interview
------------------------- */
.voice_interview {
  padding-bottom: clamp(130px, 36.11vw, 195px);
}
.int__q_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38.89vw;
  max-width: 560px;
  min-width: 249px;
  /* height: 436px; */
  aspect-ratio: 140 / 109;
  padding-top: 4%;
  background: url(../imgs/voice/q_bg.svg) no-repeat center/contain;
  transform: scale(0.8);
  opacity: 0;
}
.int__q_wrap.mov {
  transform: scale(1);
  opacity: 1;
  transition:
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.4s ease;
}
.int__q {
  font-size: clamp(21px, 3.13vw, 45px);
  line-height: 1.42;
  display: flex;
  align-items: center;
  max-width: 10em;
  min-height: 2.84em;
}
.int__q .num {
  font-size: clamp(63px, 9.93vw, 143px);
  line-height: 1;
  letter-spacing: 0.047em;
  text-shadow:
    1px 0 #231815,
    -1px 0 #231815,
    0 1px #231815,
    0 -1px #231815;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(20%, -5%);
}
.int__q .num::before {
  content: "Q";
  font-size: 90%;
}
.int__a {
  line-height: 1.83;
}
/* === int1 === */
.int1 {
  margin-bottom: 30px;
}
.int1__imgbk {
  width: 100%;
  aspect-ratio: 640 / 251;
  min-height: 300px;
  margin-bottom: 2.78em;
}
.int1 .int__q_wrap {
  /* padding: 3.5% 3% 0 5%; */
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(-27%) scale(0.8);
  opacity: 0;
}
.int1 .int__q_wrap.mov {
  transform: translateY(-27%) scale(1);
  opacity: 1;
  transition:
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.4s ease;
}
/* .int1 .num {
  top: 0;
  left: 50%;
  transform: translate(-2%, -70%);
} */
.int1 .int__a {
  width: 46.3%;
  min-height: 13.2em;
  margin: 0 0 0 auto;
}
/* === int2 === */
.int2 {
  margin-bottom: 142px;
}
.int2 .int__inner {
  min-height: 400px;
}
.int2__imgbk {
  width: 58.47vw;
  max-width: 842px;
  aspect-ratio: 421 / 328;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(15%, 15%);
}

.int2 .int__q_wrap {
  /* padding: 8% 6.5% 0 3%; */
  margin: 0 0 1.78em auto;
}
/* .int2 .num {
  top: 0;
  left: 50%;
  transform: translate(15%, -110%);
} */
.int2 .int__a {
  width: 38%;
  min-height: 16em;
  margin: 0 0 0 auto;
}
/* === int3 === */
.int3 {
  margin-bottom: 50px;
}
.int3 .int__q_wrap {
  /* padding: 5.5% 3.2% 0px 0.8%; */
  margin-bottom: 1.78em;
}
.int3__imgbk {
  width: 67.01vw;
  max-width: 965px;
  aspect-ratio: 965 / 652;
  /* height: 45.8vw;
  min-height: 300px; */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(0, -13%);
  border-radius: clamp(30px, 4.86vw, 70px) 0 0 clamp(30px, 4.86vw, 70px);
}
@media screen and (min-width: 1930px) {
  .int3__imgbk {
    border-radius: 70px;
  }
}
/* .int3 .num {
  top: 0;
  left: 50%;
  transform: translate(24%, -80%);
} */
.int3 .int__a {
  width: 41.2%;
  min-height: 13.4em;
}
/* === int4 === */
.int4 {
  padding-top: min(9.51vw, 137px);
}

.int4__imgbk {
  width: 58.47vw;
  max-width: 842px;
  aspect-ratio: 421 / 328;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(29%, 0);
}
.int4 .int__q_wrap {
  /* padding: 4% 3.2% 0 3.2%; */
  margin: 0 0 clamp(1.78em, 8.33vw, 120px) auto;
}
/* .int4 .num {
  top: 0;
  left: 50%;
  transform: translate(20%, -82%);
} */
.int4 .int__a {
  max-width: 960px;
  margin: 0 auto;
}
/* scroll-infinity */
.voice_interview .scroll-infinity {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -68%);
}
.voice_interview .scroll-infinity__item {
  width: 165vw;
  min-width: 2217px;
}
/* ----------------------
voice_timetable
------------------------- */
.voice_timetable {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.timetable_wh {
  padding-top: clamp(64px, 9.86vw, 142px);
  padding-bottom: clamp(80px, 22.22vw, 180px);
}
.timetable__heading {
  font-size: clamp(35px, 5vw, 49px);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 45px;
}
.timetable__heading::before {
  content: "";
  width: 1.43em;
  height: 1.43em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.timetable__wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.timetable__list {
  width: 58%;
  padding-top: 68px;
  padding-left: 18px;
  flex-shrink: 0;
}
.timetable__item {
  position: relative;
}
.timetable__item:not(:last-child) {
  padding-bottom: 2.78em;
}
.timetable__item:not(:last-child):before {
  content: "";
  width: 5px;
  height: 100%;
  background-size: 5px 11px;
  background-repeat: repeat-y;
  position: absolute;
  top: 2em;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
}
.timetable__item dt {
  font-size: clamp(18px, 2.84vw, 30px);
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3em;
  max-width: 17.5em;
  padding-left: min(8.33vw, 120px);
  margin-bottom: 0.4em;
}

.timetable__item dt .f_mnv {
  font-size: 2em;
  letter-spacing: 0.036em;
  transform: translateY(-0.1em);
}
.timetable__item dt .f_mnv::before {
  content: "●";
  font-size: 0.42em;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: max(-8.33vw, -120px);
  transform: translate(-50%, -20%);
}
.timetable__item dt .f_mnv::after {
  content: "";
  width: min(6.74vw, 97px);
  height: 2px;
  position: absolute;
  top: 0.6em;
  left: max(-8.33vw, -120px);
}
.timetable__item dd {
  padding-left: min(8.33vw, 120px);
  max-width: calc(8.33vw + 350px);
  min-height: 3.8em;
}
.timetable_imgbk {
  width: 38.06vw;
  max-width: 548px;

  position: relative;
  right: -2%;
  flex-shrink: 0;
}
.timetable_img {
  aspect-ratio: 548 / 427;
  margin-bottom: 15px;
}
/* scroll-infinity */
.voice_timetable .scroll-infinity-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
.voice_timetable .scroll-infinity-top .scroll-infinity__item {
  width: 117.4vw;
  min-width: 1578px;
}
.voice_timetable .scroll-infinity-btm {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 48%);
}

.voice_timetable .scroll-infinity-btm .scroll-infinity__item {
  width: 177.9vw;
  min-width: 2392px;
}
@media screen and (max-width: 980px) {
  /* ======================
	archive
	========================= */
  .archive .ct_nav__item {
    width: calc(92.5% / 4);
  }
}
@media screen and (max-width: 880px) {
  /* ======================
	archive
	========================= */
  .archive .ct_nav__item {
    width: calc(92.5% / 4);
  }
  /* ======================
	single
	========================= */
  /* ----------------------
	voice_heading
	------------------------- */
  .voice_heading {
    padding-top: 88px;
  }
  .voice_heading .heading {
    width: 45.83vw;
    max-width: 405px;
    min-width: 220px;
  }
  .voice_heading .headingbk {
    width: 84%;
    max-width: 645px;
    margin-bottom: 30px;
  }
  .voice_heading .heading {
    top: 0;
    left: 4%;
  }
  .heading__in {
    padding-bottom: 118px;
  }
  .heading__imgwrap {
    width: 84%;
    max-width: 483px;
    min-width: initial;
    margin: 0 auto;
  }
  .voice_heading.is-active .heading__imgwrap::before {
    transform: translate(-68%, 53%);
  }
  .voice_heading .catch {
    font-size: clamp(24px, 5vw, 29px);
    width: auto;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(-8%);
  }
  .voice_heading .person {
    width: 100%;
    max-width: initial;
    padding: clamp(20px, 5.56vw, 25px) min(5.56vw, 30px);
    background: #fff;
    border-radius: clamp(16px, 4.44vw, 30px);
    position: relative;
    bottom: 0;
    z-index: 2;
  }
  .voice_heading .pankz {
    width: 84%;
    max-width: 645px;
  }

  /* ----------------------
	voice_interview
	------------------------- */
  .int__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  .int__q_wrap {
    flex-shrink: 0;
    transform: translateY(-50%) scale(0.8) !important;
  }

  .int__q_wrap.mov {
    transform: translateY(-50%) scale(1) !important;
  }
  .int__a {
    width: 100% !important;
    min-height: initial !important;
  }
  /* === int1〜 4 === */
  .int1__imgbk {
    margin-bottom: 1.78em;
  }
  .int1 .int__q_wrap {
    position: relative;
    left: 0;
  }
  .int2,
  .int3 {
    margin-bottom: 30px;
  }
  .int2__imgbk,
  .int4__imgbk {
    /* max-width: 374px; */

    width: 98%;
    max-width: 515px;
    margin: 0 auto 1.78em;
    position: static;
    transform: initial;
  }

  .int2 .int__inner {
    min-height: initial;
  }
  .int2 .int__q_wrap,
  .int4 .int__q_wrap {
    margin: 0 0 1.78em;
  }

  .int3__imgbk {
    width: 90%;
    max-width: 590px;
    margin: 0 0 1.78em auto;
    position: static;
    transform: initial;
  }
  .int4 {
    padding: 0;
  }
  /* ----------------------
	voice_timetable
	------------------------- */
  .timetable__wrap {
    display: block;
  }
  .timetable__list {
    margin-bottom: 50px;
    padding-top: 0;
  }
  .timetable__list {
    width: 100%;
  }
  .timetable__item dd {
    max-width: initial;
  }
  .timetable_imgbk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 4%;
    max-width: initial;
    position: static;
    width: 100%;
  }
  .timetable_img {
    width: 48%;
    max-width: 350px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .archive .voice__list {
    justify-content: space-between;
    gap: 50px 0;
  }
  .archive .voice__item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  /* ======================
	archive
	========================= */
  .archive .ct_nav__item {
    width: calc(95% / 3);
  }
  .archive .voices__txt {
    font-size: clamp(16px, 3.33vw, 20px);
  }
  /* ======================
	single
	========================= */
  /* ----------------------
	voice_heading
	------------------------- */
  .heading__img::before {
    /* content: none; */
    border-radius: 8.33vw;
  }
  .heading__img-inner {
    /* transform: initial; */
    /* border-radius: 10.18vw; */
    border-radius: 8.33vw;
  }
  /* ----------------------
	voice_interview
	------------------------- */
  .int__inner {
    flex-direction: column;
    padding-top: 160px;
  }
  .int__q_wrap {
    position: absolute !important;
    top: 0;
    transform: translateY(-20%) scale(0.8) !important;
  }
  .int__q_wrap.mov {
    transform: translateY(-20%) scale(1) !important;
  }
  .int1__imgbk,
  .int3__imgbk {
    margin-bottom: 0;
  }
  .int2__imgbk,
  .int4__imgbk {
    margin: 0 auto;
  }
  /* ----------------------
	voice_timetable
	------------------------- */
  .timetable_imgbk {
    flex-direction: column;
    align-items: center;
  }
  .timetable_img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* ======================
	single
	========================= */
  .voice_heading .catch {
    font-size: min(8.13vw, 24px);
  }
}
@media screen and (max-width: 360px) {
  /* ======================
	archive,taxonomy
	========================= */
  .archive .ct_nav {
    justify-content: space-between;
    gap: 10px 0;
  }
  .archive .ct_nav__item {
    width: 48%;
  }
  .archive .voice__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .archive .voice__item {
    width: 90%;
    max-width: 258px;
  }
  /* ======================
	single
	========================= */
  .heading__in {
    padding-bottom: 0;
  }
  .voice_heading .catch {
    position: static;
  }
  .voice_heading .catch span {
    padding: 0 min(5.56vw, 30px);
  }
}

/* 〜 カテゴリーカラー 〜 */
.gas-station .int__q .num,
.gas-station .timetable__item dt .f_mnv::before {
  color: #ffcccc;
}
.energy .int__q .num,
.energy .timetable__item dt .f_mnv::before {
  color: #ffe0b1;
}
.car-maintenance .int__q .num,
.car-maintenance .timetable__item dt .f_mnv::before {
  color: #e0e0e0;
}
.fitness .int__q .num,
.fitness .timetable__item dt .f_mnv::before {
  color: #d7e9ff;
}
.entertainment .int__q .num,
.entertainment .timetable__item dt .f_mnv::before {
  color: #c9f1f7;
}
.reuse .int__q .num,
.reuse .timetable__item dt .f_mnv::before {
  color: #cef9d1;
}
.public-facility .int__q .num,
.public-facility .timetable__item dt .f_mnv::before {
  color: #e8d1c9;
}
.day-care .int__q .num,
.day-care .timetable__item dt .f_mnv::before {
  color: #e2f9c8;
}
.foods .int__q .num,
.foods .timetable__item dt .f_mnv::before {
  color: #fffcc5;
}

.ct_nav .ct_gas-station a,
.archive .voice__item.ct_gas-station a,
.single .gas-station .main_contents,
.single .gas-station .timetable__item dt .f_mnv::after {
  background-color: #ffcccc;
}
.ct_nav .ct_energy a,
.archive .voice__item.ct_energy a,
.single .energy .main_contents,
.single .energy .timetable__item dt .f_mnv::after {
  background-color: #ffe0b1;
}
.ct_nav .ct_car-maintenance a,
.archive .voice__item.ct_car-maintenance a,
.single .car-maintenance .main_contents,
.single .car-maintenance .timetable__item dt .f_mnv::after {
  background-color: #e0e0e0;
}
.ct_nav .ct_fitness a,
.archive .voice__item.ct_fitness a,
.single .fitness .main_contents,
.single .fitness .timetable__item dt .f_mnv::after {
  background-color: #d7e9ff;
}
.ct_nav .ct_entertainment a,
.archive .voice__item.ct_entertainment a,
.single .entertainment .main_contents,
.single .entertainment .timetable__item dt .f_mnv::after {
  background-color: #c9f1f7;
}
.ct_nav .ct_reuse a,
.archive .voice__item.ct_reuse a,
.single .reuse .main_contents,
.single .reuse .timetable__item dt .f_mnv::after {
  background-color: #cef9d1;
}
.ct_nav .ct_public-facility a,
.archive .voice__item.ct_public-facility a,
.single .public-facility .main_contents,
.single .public-facility .timetable__item dt .f_mnv::after {
  background-color: #e8d1c9;
}
.ct_nav .ct_day-care a,
.archive .voice__item.ct_day-care a,
.single .day-care .main_contents,
.single .day-care .timetable__item dt .f_mnv::after {
  background-color: #e2f9c8;
}
.ct_nav .ct_foods a,
.archive .voice__item.ct_foods a,
.single .foods .main_contents,
.single .foods .timetable__item dt .f_mnv::after {
  background-color: #fffcc5;
}
.gas-station .heading__img::before {
  background: #ffe0e0;
}
.energy .heading__img::before {
  background: #ffefd8;
}
.car-maintenance .heading__img::before {
  background: #efefef;
}
.fitness .heading__img::before {
  background: #ebf4ff;
}
.entertainment .heading__img::before {
  background: #dff7fa;
}
.reuse .heading__img::before {
  background: #e6fce8;
}
.public-facility .heading__img::before {
  background: #f1e3df;
}
.day-care .heading__img::before {
  background: #f2fce6;
}
.foods .heading__img::before {
  background: #fffee8;
}

.gas-station .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #ffcccc 2.5px, transparent 2.5px);
}
.energy .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #ffe0b1 2.5px, transparent 2.5px);
}
.car-maintenance .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #e0e0e0 2.5px, transparent 2.5px);
}
.fitness .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #d7e9ff 2.5px, transparent 2.5px);
}
.entertainment .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #c9f1f7 2.5px, transparent 2.5px);
}
.reuse .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #cef9d1 2.5px, transparent 2.5px);
}
.public-facility .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #e8d1c9 2.5px, transparent 2.5px);
}
.day-care .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #e2f9c8 2.5px, transparent 2.5px);
}
.foods .timetable__item:not(:last-child):before {
  background-image: radial-gradient(circle, #fffcc5 2.5px, transparent 2.5px);
}
.gas-station .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_gas-station.jpg);
}
.energy .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_energy.jpg);
}
.car-maintenance .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_car-maintenance.jpg);
}
.fitness .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_fitness.jpg);
}
.entertainment .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_entertainment.jpg);
}
.reuse .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_reuse.jpg);
}
.public-facility .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_public-facility.jpg);
}
.day-care .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_day-care.jpg);
}
.foods .voice_timetable {
  background-image: url(../imgs/common/plaid_bg_foods.jpg);
}

.gas-station .timetable__heading::before {
  background-image: url(../imgs/voice/time_gas-station.svg);
}
.energy .timetable__heading::before {
  background-image: url(../imgs/voice/time_energy.svg);
}
.car-maintenance .timetable__heading::before {
  background-image: url(../imgs/voice/time_car-maintenance.svg);
}
.fitness .timetable__heading::before {
  background-image: url(../imgs/voice/time_fitness.svg);
}
.entertainment .timetable__heading::before {
  background-image: url(../imgs/voice/time_entertainment.svg);
}
.reuse .timetable__heading::before {
  background-image: url(../imgs/voice/time_reuse.svg);
}
.public-facility .timetable__heading::before {
  background-image: url(../imgs/voice/time_public-facility.svg);
}
.day-care .timetable__heading::before {
  background-image: url(../imgs/voice/time_day-care.svg);
}
.foods .timetable__heading::before {
  background-image: url(../imgs/voice/time_foods.svg);
}
@media screen and (max-width: 880px) {
  /* ======================
	single
	========================= */
  .gas-station .voice_heading .person .person__joining {
    background: #ffcccc;
  }
  .energy .voice_heading .person .person__joining {
    background: #ffe0b1;
  }
  .car-maintenance .voice_heading .person .person__joining {
    background: #e0e0e0;
  }
  .fitness .voice_heading .person .person__joining {
    background: #d7e9ff;
  }
  .entertainment .voice_heading .person .person__joining {
    background: #c9f1f7;
  }
  .reuse .voice_heading .person .person__joining {
    background: #cef9d1;
  }
  .public-facility .voice_heading .person .person__joining {
    background: #e8d1c9;
  }
  .day-care .voice_heading .person .person__joining {
    background: #e2f9c8;
  }
  .foods .voice_heading .person .person__joining {
    background: #fffcc5;
  }
}
