@charset "UTF-8";
/* Font Size ----- */
/* :root {
    //color settings
    //original
    --color-txt: #222b37;
    --color-white: #fff;
    --color-yellow: #ffe200;
    --color-blue: #00a2d2;
    --color-gray: #e7ecf0;

    //color role
    --color-main: var(--color-txt) !important;
    --color-accent: var(--color-yellow) !important;
    --color-sub: var(--color-blue) !important;
    --color-base : var(--color-gray) !important;
} */
article {
  padding-top: 0　 !important;
}

.anchor-inner {
  width: 100%;
}
@media screen and (max-width:767px) {
  .anchor-inner {
    padding-inline: 0;
  }
}
@media screen and (max-width:767px) {
  .anchor-list {
    gap: 1rem;
  }
}
.anchor-item {
  width: 100%;
}
@media screen and (min-width:768px) {
  .anchor-item {
    width: 30%;
  }
}
@media screen and (min-width:1200px) {
  .anchor-item {
    width: 20%;
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .anchor-item:nth-child(3) a {
    border-right: solid 1px #d5d7d9;
  }
}
@media screen and (max-width:767px) {
  .anchor-item:last-child a {
    border-bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .anchor-item:last-child a {
    border-left: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .anchor-link {
    border-right: 0 !important;
    border-left: 0 !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 0.8rem;
    padding-inline: 2rem;
    border-bottom: 1px solid #d5d7d9;
  }
}

.section-top-txt {
  margin-bottom: 4rem;
}

.section__ttl {
  margin-bottom: 3rem;
}

.section-top-description {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  text-align: center;
}
@media screen and (min-width:992px) {
  .section-top-description {
    width: 80%;
    margin-inline: auto;
  }
}

.real-story-section .accordion {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.real-story-section .accordion.is-opened .accordion__head {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.real-story-section .accordion__inner {
  display: block;
  display: flow-root;
  background: transparent;
  padding: 5rem 0;
}
@media screen and (max-width:991px) {
  .real-story-section .accordion__inner {
    padding-block: 3rem;
  }
}
.real-story-section .schedule-list {
  width: auto;
}
.real-story-section .schedule-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px dotted #d5d7d9;
}
@media screen and (max-width:767px) {
  .real-story-section .schedule-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.real-story-section .schedule-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.real-story-section .schedule-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #00a2d2;
  font-size: clamp(1.8rem, 1.71rem + 0.413vw, 2.2rem);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  min-width: 110px;
}
.real-story-section .schedule-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.real-story-section .schedule-desc .schedule-ttl {
  font-size: clamp(2rem, 1.91rem + 0.413vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.real-story-section .schedule-desc .schedule-txt {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
}
.real-story-section .schedule-desc .schedule-txt strong {
  color: #00a2d2;
  font-weight: 700;
}
.real-story-section .schedule-desc .schedule-txt p {
  margin-bottom: 1em;
}
.real-story-section .schedule-desc .schedule-txt p:last-child {
  margin-bottom: 0;
}
.real-story-section .schedule-img {
  float: right;
  width: 35%;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width:991px) {
  .real-story-section .schedule-img {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2rem;
  }
}
.real-story-section .schedule-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.cross-talk-section__inner {
  display: grid;
  gap: 6rem;
}
@media screen and (min-width:768px) {
  .cross-talk-section__inner {
    gap: 9rem;
  }
}
.cross-talk-section .talk-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #00a2d2;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .cross-talk-section .talk-question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cross-talk-section .talk-question .q-mark {
  color: #ffe200;
  font-size: clamp(2.2rem, 2.065rem + 0.619vw, 2.8rem);
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .cross-talk-section .talk-question .q-mark {
    line-height: 1;
  }
}
.cross-talk-section .talk-question .q-text {
  font-size: clamp(2.2rem, 2.065rem + 0.619vw, 2.8rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .cross-talk-section .talk-question .q-text {
    font-size: 1.8rem;
  }
}
.cross-talk-section .talk-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.cross-talk-section .talk-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width:767px) {
  .cross-talk-section .talk-item {
    gap: 1.5rem;
  }
}
.cross-talk-section .talk-face {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:767px) {
  .cross-talk-section .talk-face {
    width: 6.5rem;
  }
}
.cross-talk-section .talk-balloon {
  position: relative;
  background-color: #f1f2f3;
  border-radius: 15px;
  padding: 2.5rem 3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top-left-radius: 0;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .cross-talk-section .talk-balloon {
    padding: 2rem;
    width: 100%;
    margin-top: 5px;
  }
}
.cross-talk-section .talk-balloon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 24px 21px 0;
  border-color: transparent #f1f2f3 transparent transparent;
}
@media screen and (max-width:767px) {
  .cross-talk-section .talk-balloon::before {
    left: -14px;
    border-width: 0px 14px 11px 0;
  }
}
.cross-talk-section .talk-balloon .talk-text {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.cross-talk-section .talk-balloon .talk-profile {
  font-size: clamp(1.2rem, 1.155rem + 0.206vw, 1.4rem);
  color: #a3aab1;
  font-weight: 500;
  margin: 0;
}

.number-section .number-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width:768px) {
  .number-section .number-list {
    gap: 1.5rem;
  }
}
@media screen and (min-width:992px) {
  .number-section .number-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.number-section .number-item {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.number-section .number-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 5px;
  background: #ffe200;
}
.number-section .number-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.number-section .number-item.is-wide {
  grid-column: span 2;
}
@media screen and (max-width:991px) {
  .number-section .number-item.is-wide {
    grid-column: span 2;
  }
}
.number-section .number-item.is-large {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width:991px) {
  .number-section .number-item.is-large {
    grid-column: span 2;
    grid-row: auto;
  }
}

.work-growth-section .work-growth-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width:767px) {
  .work-growth-section .work-growth-content {
    gap: 5rem;
  }
}
.work-growth-section .work-group__head {
  text-align: center;
}
.work-growth-section .work-group__head span {
  font-size: clamp(1.8rem, 1.71rem + 0.413vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .work-growth-section .work-group__head span {
    margin-bottom: 3rem;
  }
}
.work-growth-section .work-group__head span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 3px dotted #00a2d2;
}
@media screen and (max-width:767px) {
  .work-growth-section .work-group__head span {
    margin-bottom: 3rem;
  }
}
.work-growth-section .training-wrap {
  padding-block: 4rem 5rem;
  padding-inline: 6rem;
  background: #f1f2f3;
  border-radius: 15px;
}
@media screen and (max-width:767px) {
  .work-growth-section .training-wrap {
    padding-inline: 3rem;
  }
}
.work-growth-section .training-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media screen and (min-width:768px) {
  .work-growth-section .training-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem;
  }
}
@media screen and (min-width:992px) {
  .work-growth-section .training-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.work-growth-section .training-img {
  position: relative;
  margin: 0 0 1rem;
}
.work-growth-section .training-img img {
  width: 100%;
  height: auto;
  display: block;
}
.work-growth-section .training-img .badge {
  position: absolute;
  top: -5px;
  left: 10px;
  background-color: #ffe200;
  color: #00a2d2;
  font-weight: 700;
  font-size: 1.2rem;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width:992px) {
  .work-growth-section .training-img .badge {
    width: 70px;
  }
}
.work-growth-section .training-name {
  color: #00a2d2;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.755rem + 0.206vw, 2rem);
}
@media screen and (min-width:768px) {
  .work-growth-section .training-name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:1200px) {
  .work-growth-section .training-name {
    font-size: 2rem;
  }
}
.work-growth-section .welfare-wrap {
  border: solid 4px #e7e9eb;
  padding-block: 3rem;
  padding-inline: 4rem;
  border-radius: 15px;
}
@media screen and (max-width:767px) {
  .work-growth-section .welfare-wrap {
    padding-inline: 1.5rem;
  }
}
.work-growth-section .welfare-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1rem;
}
@media screen and (min-width:768px) {
  .work-growth-section .welfare-list {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  }
}
.work-growth-section .welfare-item {
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 2rem;
}
@media screen and (min-width:1200px) {
  .work-growth-section .welfare-item + .welfare-item {
    border-left: dotted 2px #bdc3c8;
  }
}
.work-growth-section .welfare-item .icon {
  width: 100%;
  margin-inline: auto;
  max-width: 85px;
}
@media screen and (max-width:991px) {
  .work-growth-section .welfare-item .icon {
    width: 100%;
  }
}
.work-growth-section .welfare-item .icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.work-growth-section .welfare-item .text {
  color: #00a2d2;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.555rem + 0.206vw, 1.8rem);
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .work-growth-section .welfare-item .text {
    font-size: 1.3rem;
  }
}
.work-growth-section .event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  background: #fff;
}
@media screen and (max-width:991px) {
  .work-growth-section .event-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
}
.work-growth-section .event-img {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:991px) {
  .work-growth-section .event-img {
    width: 100%;
  }
}
.work-growth-section .event-img img {
  width: 100%;
  height: auto;
}
.work-growth-section .event-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.work-growth-section .event-txt .desc {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 3rem;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .work-growth-section .event-txt .desc {
    margin-bottom: 2rem;
  }
}
.work-growth-section .event-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
.work-growth-section .event-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.555rem + 0.206vw, 1.8rem);
  line-height: 1;
}
.work-growth-section .event-list li::before {
  content: "";
  display: block;
  width: 0.3lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #00a2d2;
}
.work-growth-section .career-chart-img {
  margin-bottom: 6rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .work-growth-section .career-chart-img {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 4rem;
    border: solid 4px #e7e9eb;
    border-radius: 15px;
    padding: 2rem 2rem;
  }
}
@media screen and (min-width:992px) {
  .work-growth-section .career-chart-img {
    width: 80%;
  }
}
.work-growth-section .career-chart-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:767px) {
  .work-growth-section .career-chart-img img {
    width: 700px;
    max-width: none;
    height: auto;
    display: inline-block;
  }
}
.work-growth-section .career-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.work-growth-section .career-row:nth-child(1) .c-head {
  border-bottom: solid 2px #def3f9;
}
.work-growth-section .career-row:nth-child(1) .c-head::before {
  background: #def3f9;
}
.work-growth-section .career-row:nth-child(2) .c-head {
  border-bottom: solid 2px #b2e3f1;
}
.work-growth-section .career-row:nth-child(2) .c-head::before {
  background: #b2e3f1;
}
.work-growth-section .career-row:nth-child(3) .c-head {
  border-bottom: solid 2px #78cee7;
}
.work-growth-section .career-row:nth-child(3) .c-head::before {
  background: #78cee7;
}
.work-growth-section .career-row:nth-child(4) .c-head {
  border-bottom: solid 2px #78cee7;
}
.work-growth-section .career-row:nth-child(4) .c-head::before {
  background: #78cee7;
}
.work-growth-section .career-row:nth-child(5) .c-head {
  border-bottom: solid 2px #00a2d2;
}
.work-growth-section .career-row:nth-child(5) .c-head::before {
  background: #00a2d2;
}
.work-growth-section .career-row .c-head {
  font-size: clamp(1.8rem, 1.755rem + 0.206vw, 2rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.work-growth-section .career-row .c-head::before {
  content: "";
  width: 0.8lh;
  aspect-ratio: 1;
  border-radius: 50%;
}
.work-growth-section .career-row .c-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width:991px) {
  .work-growth-section .career-row .c-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.work-growth-section .career-row .c-desc {
  width: 45%;
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width:991px) {
  .work-growth-section .career-row .c-desc {
    width: 100%;
  }
}
.work-growth-section .career-row .c-goal {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:991px) {
  .work-growth-section .career-row .c-goal {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .work-growth-section .career-row .c-goal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.work-growth-section .career-row .c-goal .label {
  background-color: #def3f9;
  color: #00a2d2;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  padding: 0.3rem 1.8rem;
  border-radius: 4px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.work-growth-section .career-row .c-goal .text {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
}

.why-kurashiki-section {
  position: relative;
  background: #00a2d2;
}
.why-kurashiki-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="2.8" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.4"/%3E%3C/svg%3E'), radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
  background-blend-mode: overlay;
  z-index: 0;
}
.why-kurashiki-section .section__ttl-sub {
  color: #ffe200;
}
.why-kurashiki-section .why-kurashiki-inner {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .why-kurashiki-inner {
    margin-top: 3rem;
    gap: 5rem;
  }
}
.why-kurashiki-section .why-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width:991px) {
  .why-kurashiki-section .why-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media screen and (max-width:479px) {
  .why-kurashiki-section .why-features {
    grid-template-columns: 1fr;
  }
}
.why-kurashiki-section .why-feature-item {
  color: #fff;
}
.why-kurashiki-section .why-feature-item .feature-img {
  position: relative;
  margin-bottom: 1.5rem;
}
.why-kurashiki-section .why-feature-item .feature-img img {
  width: 100%;
  height: auto;
  display: block;
}
.why-kurashiki-section .why-feature-item .feature-img .num {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-shadow: 0 0 9px rgba(38, 60, 165, 0.9);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.why-kurashiki-section .why-feature-item .feature-ttl {
  font-size: clamp(2.2rem, 2.065rem + 0.619vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.why-kurashiki-section .why-feature-item .feature-txt {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  line-height: 1.6;
}
.why-kurashiki-section .why-voices-area .voice-head {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .why-voices-area .voice-head {
    margin-bottom: 2rem;
  }
}
.why-kurashiki-section .why-voices-area .voice-head .voice-ttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .why-voices-area .voice-head .voice-ttl {
    margin-bottom: 1.5rem;
  }
}
.why-kurashiki-section .why-voices-area .voice-head .voice-ttl span {
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 1rem;
  position: relative;
  color: #fff;
  line-height: 1.6;
}
.why-kurashiki-section .why-voices-area .voice-head .voice-ttl span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  border-bottom: 3px dotted #ffe200;
}
.why-kurashiki-section .why-voices-area .voice-head .voice-sub {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  color: #fff;
  font-weight: 600;
}
.why-kurashiki-section .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.why-kurashiki-section .voice-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .voice-card {
    padding: 2.5rem;
  }
}
@media screen and (max-width:991px) {
  .why-kurashiki-section .voice-card {
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem;
  }
}
.why-kurashiki-section .voice-card .voice-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .voice-card .voice-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width:991px) {
  .why-kurashiki-section .voice-card .voice-meta {
    width: 100%;
    border-bottom: solid 1px #d5d7d9;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width:992px) {
  .why-kurashiki-section .voice-card .voice-meta {
    border-right: solid 1px #d5d7d9;
    padding-right: 30px;
    margin-right: 30px;
  }
}
.why-kurashiki-section .voice-card .voice-face {
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* border: 2px solid $sub; */
  margin: 0;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .voice-card .voice-face {
    width: 120px;
  }
}
.why-kurashiki-section .voice-card .voice-face img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-kurashiki-section .voice-card .voice-info .name {
  color: #00a2d2;
  font-weight: 600;
  font-size: clamp(1.8rem, 1.755rem + 0.206vw, 2rem);
  line-height: 1;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
.why-kurashiki-section .voice-card .voice-info .from {
  font-size: clamp(1.2rem, 1.155rem + 0.206vw, 1.4rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.why-kurashiki-section .voice-card .voice-comment {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  line-height: 1.8;
  font-weight: 500;
}
.why-kurashiki-section .why-bottom-info {
  border: 2px solid #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 2.5rem;
  gap: 3rem;
}
@media screen and (min-width:992px) {
  .why-kurashiki-section .why-bottom-info {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem;
  }
}
@media screen and (min-width:1200px) {
  .why-kurashiki-section .why-bottom-info {
    grid-template-columns: repeat(3, 1fr);
  }
}
.why-kurashiki-section .why-bottom-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .why-bottom-info .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    max-width: 80%;
    margin-inline: auto;
    gap: 1.5rem;
  }
}
.why-kurashiki-section .why-bottom-info .info-item .icon {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border-radius: 13px;
  padding: 5px;
}
@media screen and (min-width:768px) {
  .why-kurashiki-section .why-bottom-info .info-item .icon {
    width: 120px;
  }
}
.why-kurashiki-section .why-bottom-info .info-item .icon img {
  width: 100%;
  aspect-ratio: 6/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-kurashiki-section .why-bottom-info .info-item .desc .ttl {
  font-size: clamp(1.8rem, 1.71rem + 0.413vw, 2.2rem);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width:767px) {
  .why-kurashiki-section .why-bottom-info .info-item .desc .ttl {
    text-align: center;
  }
}
.why-kurashiki-section .why-bottom-info .info-item .desc .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}/*# sourceMappingURL=style-about.css.map */