@charset "UTF-8";

.l-breadcrumb {
  margin-bottom: 0;
}

.l-quality-head,
.l-quality-intro,
.l-quality-results,
.l-quality-case,
.l-quality-flow,
.l-quality-response,
.l-quality-system,
.l-quality-check,
.l-quality-faq,
.l-quality-contact {
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "游ゴシック",
    sans-serif;
  font-feature-settings: "palt";
}

.p-quality-btn,
.p-quality-contact_btn,
.p-quality-response_table,
.p-quality-response_note {
  font-family:
    "游ゴシック体",
    YuGothic,
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "游ゴシック",
    "Yu Gothic",
    sans-serif;
  letter-spacing: -0.08rem;
}

/*============================================================
quality assurance - head / FV
==============================================================*/
.l-quality-head {
  background: #f7f7f7;
  overflow: hidden;
}

.l-quality-head_fv {
  position: relative;
  max-width: 1100px;
  min-height: 554px;
  margin: 0 auto;
  padding: 80px 40px;
  box-sizing: border-box;
}

.l-quality-head_text {
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 1;
  width: 760px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.p-quality-head_lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  color: #4e9bd4;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-quality-head_lead::before,
.p-quality-head_lead::after {
  flex: 0 0 auto;
  width: 1.5em;
  height: 2px;
  background: currentColor;
  content: "";
}

.p-quality-head_lead::before {
  transform: rotate(63deg);
}

.p-quality-head_lead::after {
  transform: rotate(-63deg);
}

.p-quality-head_title {
  margin: 0 0 12px;
  color: #4e9bd4;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-quality-head_title_suffix {
  font-size: 0.72em;
}

.p-quality-head_desc {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.9;
}

.l-quality-head_img {
  position: absolute;
  top: 50%;
  right: -9px;
  z-index: 0;
  width: 645px;
  max-width: 645px;
  transform: translateY(-50%);
  pointer-events: none;
}

.l-quality-head_img img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-quality-head_fv {
    min-height: 50.36vw;
    padding: 7.27vw 3.64vw;
  }

  .l-quality-head_text {
    width: 69.09vw;
  }

  .l-quality-head_img {
    right: -0.82vw;
    width: 58.64vw;
  }

  .p-quality-head_lead {
    font-size: 2.18vw;
  }

  .p-quality-head_title {
    font-size: 4.82vw;
  }

  .p-quality-head_desc {
    font-size: 1.64vw;
  }
}

@media screen and (max-width: 768px) {
  .l-quality-head_fv {
    min-height: auto;
    padding: 48px 20px 20px;
  }

  .l-quality-head_text {
    position: static;
    width: 288px;
    margin: 0 auto;
    transform: none;
  }

  .p-quality-head_lead {
    font-size: 1.7rem;
    margin-bottom: 14px;
  }

  .p-quality-head_title {
    font-size: 2.6rem;
    margin-bottom: 18px;
  }

  .p-quality-head_desc {
    font-size: 1.6rem;
  }

  .l-quality-head_img {
    position: static;
    width: 228px;
    max-width: none;
    margin: 0 auto;
    transform: none;
  }
}

/*============================================================
quality assurance - intro
==============================================================*/
.l-quality-intro > .l-container,
.l-quality-results > .l-container,
.l-quality-case > .l-container,
.l-quality-flow > .l-container,
.l-quality-response > .l-container,
.l-quality-system > .l-container,
.l-quality-check > .l-container,
.l-quality-faq > .l-container,
.l-quality-contact > .l-container {
  max-width: 1020px;
}

.p-quality-title {
  margin: 0;
  color: #111;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.l-quality-results .p-quality-title,
.l-quality-system .p-quality-title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-quality-title {
    font-size: 2.8rem;
  }
}

.l-quality-intro {
  padding: 72px 0 90px;
  color: #333;
  background: #fff;
}

.p-quality-intro_text {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}

.p-quality-intro_em {
  color: #4e9bd4;
}

.p-quality-prepare {
  margin-top: 36px;
}

.p-quality-prepare_title {
  position: relative;
  width: fit-content;
  min-width: 495px;
  margin: 0 auto 50px;
  padding: 14px 32px;
  color: #fff;
  background: #4e9bd4;
  border-radius: 7px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-quality-prepare_title::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid #4e9bd4;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.l-quality-prepare_list {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-quality-prepare_list_item {
  width: 269px;
  text-align: center;
}

.p-quality-prepare_img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 10px;
}

.p-quality-prepare_label {
  margin: 12px 0 0;
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-quality-btn_wrap {
  margin-top: 46px;
  text-align: center;
}

.p-quality-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 344px;
  min-height: 71px;
  padding: 12px 36px;
  color: #fff;
  background: #211815;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}

.p-quality-btn:hover {
  color: #fff;
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .l-quality-intro {
    padding: 65px 0 60px;
  }

  .p-quality-intro_text {
    font-size: 2rem;
    line-height: 1.9;
  }

  .p-quality-intro_text br {
    display: none;
  }

  .p-quality-intro_text .p-quality-intro_break {
    display: inline;
  }

  .p-quality-prepare_title {
    width: calc(100% - 24px);
    min-width: 0;
    padding: 12px 16px;
    font-size: 1.9rem;
  }

  .l-quality-prepare_list {
    gap: 12px;
  }

  .l-quality-prepare_list_item {
    width: calc((100% - 24px) / 3);
  }

  .p-quality-prepare_img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .p-quality-prepare_label {
    font-size: 1.8rem;
    white-space: normal;
  }

  .p-quality-btn {
    width: 100%;
    min-width: 0;
    max-width: 340px;
    min-height: 68px;
    font-size: 1.8rem;
  }
}

/*============================================================
quality assurance - results
==============================================================*/
.l-quality-results {
  position: relative;
  padding: 64px 0 72px;
  overflow: hidden;
  background: #1b91cc url("../images/guide/quality/quality-results-bg.webp") center / cover no-repeat;
}

.l-quality-results .l-container {
  position: relative;
  z-index: 1;
}

.l-quality-results_inner {
  max-width: 960px;
  margin: 34px auto 0;
}

.l-quality-results_list {
  display: grid;
  grid-template-columns: minmax(52px, 1fr) max-content max-content minmax(52px, 1fr);
  row-gap: 27px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-quality-results_list_item {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  align-items: center;
  min-height: 89px;
  padding: 10px 0;
  background: #fff;
  border-radius: 2px;
}

.p-quality-results_label {
  display: inline-flex;
  grid-column: 2;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  margin-right: 16px;
  color: #b5a13f;
  font-size: 3.3rem;
  font-weight: 700;
}

.p-quality-results_num {
  display: block;
  width: 75px;
  height: auto;
  margin: 0;
}

.p-quality-results_text {
  grid-column: 3;
  color: #111;
  text-align: left;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
}


@media screen and (max-width: 768px) {
  .l-quality-results {
    padding: 65px 0 60px;
  }

  .l-quality-results_inner {
    margin-top: 24px;
  }

  .l-quality-results_list {
    grid-template-columns: minmax(16px, 1fr) max-content max-content minmax(16px, 1fr);
    row-gap: 12px;
  }

  .l-quality-results_list_item {
    min-height: 62px;
    padding: 10px 0;
  }

  .p-quality-results_label {
    gap: 6px;
    margin-right: 10px;
    font-size: 1.8rem;
  }

  .p-quality-results_num {
    width: 40px;
  }

  .p-quality-results_text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .l-quality-results_list {
    grid-template-columns: minmax(10px, 1fr) max-content max-content minmax(10px, 1fr);
  }

  .p-quality-results_text {
    font-size: 1.5rem;
  }
}

/*============================================================
quality assurance - case
==============================================================*/
.l-quality-case {
  padding: 90px 0 100px;
  background: #fff;
}

.l-quality-case_inner {
  max-width: 960px;
  margin: 56px auto 0;
}

.l-quality-case_list {
  display: grid;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-quality-case_list_item {
  display: grid;
  grid-template-columns: 459px 1fr;
  gap: 23px;
  align-items: start;
}

.p-quality-case_img {
  display: block;
  width: 100%;
  height: 306px;
  object-fit: cover;
  background: #f3f3f3;
}

.p-quality-case_body {
  min-width: 0;
  padding-top: 29px;
}

.p-quality-case_title {
  position: relative;
  margin: 0 0 12px;
  padding-left: 60px;
  color: #111;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-quality-case_title:not(:empty)::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 51px;
  height: 51px;
  background: url("../images/guide/quality/quality-case.svg") center / contain no-repeat;
  content: "";
  transform: translateY(-50%);
}

.l-quality-case_points,
.l-quality-case_notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-quality-case_points_item {
  position: relative;
  padding-left: 1em;
  color: #333;
  font-size: 2.1rem;
  line-height: 1.7;
}

.l-quality-case_points_item:not(:empty)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.l-quality-case_notes {
  margin-top: 4px;
}

.l-quality-case_notes_item {
  position: relative;
  padding-left: 1em;
  color: #4da6d5;
  font-size: 2rem;
  line-height: 1.7;
}

.l-quality-case_notes_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.l-quality-case_notes_item a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.l-quality-case_notes_item a:hover {
  opacity: 0.75;
}

.l-quality-case--excluded {
  background: #ededed;
}

.l-quality-case--excluded .p-quality-case_title:not(:empty)::before {
  background-image: url("../images/guide/quality/quality-case-excluded.svg");
  content: "";
}


@media screen and (max-width: 768px) {
  .l-quality-case {
    padding: 65px 0 60px;
  }

  .l-quality-case .p-quality-title {
    font-size: 2.8rem;
  }

  .l-quality-case_inner {
    margin-top: 32px;
  }

  .l-quality-case_list {
    gap: 42px;
  }

  .l-quality-case_list_item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-quality-case_img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .p-quality-case_body {
    padding-top: 0px;
  }

  .p-quality-case_title {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 2rem;
  }

  .p-quality-case_title:not(:empty)::before {
    width: 30px;
    height: 30px;
  }

  .l-quality-case_points_item,
  .l-quality-case_notes_item {
    font-size: 1.6rem;
  }
}

/*============================================================
quality assurance - flow
==============================================================*/
.l-quality-flow {
  padding: 125px 0;
  background: #fff;
}

.l-quality-flow_inner {
  max-width: 960px;
  margin: 46px auto 0;
}

.l-quality-flow_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: quality-flow;
}

.l-quality-flow_list_item {
  display: flex;
  min-width: 0;
  border: 1.5px solid #222;
  background: #fff;
  flex-direction: column;
  counter-increment: quality-flow;
}

.p-quality-flow_img_wrap {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.p-quality-flow_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-quality-flow_body {
  padding: 31px 22px 33px;
}

.p-quality-flow_title {
  margin: 0 0 12px;
  color: #111;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-quality-flow_title::before {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #211815;
  content: counter(quality-flow);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.p-quality-flow_text {
  margin: 0;
  color: #333;
  font-size: 2.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-quality-flow {
    padding: 65px 0 60px;
  }

  .l-quality-flow .p-quality-title {
    font-size: 2.8rem;
  }

  .l-quality-flow_inner {
    margin-top: 32px;
  }

  .l-quality-flow_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .p-quality-flow_img_wrap {
    aspect-ratio: 16 / 10;
  }

  .p-quality-flow_body {
    padding: 18px 20px 24px;
  }

  .p-quality-flow_title {
    font-size: 2.5rem;
  }

  .p-quality-flow_text {
    font-size: 1.6rem;
  }
}

/*============================================================
quality assurance - response
==============================================================*/
.l-quality-response {
  padding: 76px 0 100px;
  background: #ededed;
}

.p-quality-response_text {
  margin: 34px 0 0;
  color: #333;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.2;
}

.p-quality-response_text span {
  color: #53a6d7;
  font-weight: 500;
}

.p-quality-response_table {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}

.p-quality-response_table th,
.p-quality-response_table td {
  padding: 18px 22px;
  border: 1px solid #777;
  color: #333;
  font-size: 2.1rem;
  line-height: 1.65;
  box-sizing: border-box;
  text-align: justify;
  text-justify: inter-character;
}


.p-quality-response_table tr:first-child th {
  font-size: 2.1rem;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  background: #898586;
  text-align: center;
  font-weight: 400;
}

.p-quality-response_table th:first-child {
  width: 28%;
  text-align: center;
}

.p-quality-response_table tr:not(:first-child) th {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-quality-response_table tr:not(:first-child) th,
.p-quality-response_table tr:not(:first-child) td {
  height: calc(2.9em + 36px);
}

.l-quality-response_notes {
  display: grid;
  gap: 2px;
  max-width: 960px;
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
}

.p-quality-response_note {
  color: #53a6d7;
  font-size: 2.1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-quality-response {
    padding: 65px 0 60px;
  }

  .l-quality-response .p-quality-title {
    font-size: 2.8rem;
  }

  .p-quality-response_text {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.9;
  }

  .p-quality-response_text br {
    display: none;
  }

  .p-quality-response_table {
    margin-top: 30px;
  }

  .p-quality-response_table th,
  .p-quality-response_table td {
    padding: 14px 12px;
    font-size: 1.6rem;
  }

  .p-quality-response_table tr:not(:first-child) th,
  .p-quality-response_table tr:not(:first-child) td {
    height: calc(3.3em + 28px);
  }

  .p-quality-response_table th:first-child {
    width: 32%;
  }

  .p-quality-response_table tr:not(:first-child) th {
    font-size: 1.8rem;
    letter-spacing: -0.08rem;
  }

  .l-quality-response_notes {
    margin-top: 18px;
  }

  .p-quality-response_note {
    font-size: 1.5rem;
  }
}

/*============================================================
quality assurance - system
==============================================================*/
.l-quality-system {
  padding: 111px 0 100px;
  background: #62b1dc url("../images/guide/quality/quality-system-bg.webp") center / cover no-repeat;
}

.l-quality-system_list {
  display: grid;
  gap: 48px;
  max-width: 960px;
  margin: 64px auto 0;
  padding: 0;
  list-style: none;
}

.p-quality-system_card {
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 300px;
  overflow: hidden;
  background: #fff;
}

.p-quality-system_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #eee;
}

.p-quality-system_body {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
  padding: 24px 28px 20px;
  flex-direction: column;
  box-sizing: border-box;
}

.p-quality-system_subtitle {
  margin: 10px 0;
  color: #111;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-quality-system_text {
  margin: 0;
  color: #333;
  font-size: 2.1rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-character;
}

.p-quality-system_link {
  color: inherit;
  text-decoration: underline;
  color: #4a9bd4;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none;
}

.p-quality-system_link:hover {
  opacity: 0.75;
}

@media screen and (min-width: 769px) and (max-width: 1020px) {
  .p-quality-system_card {
    min-height: 29.41vw;
  }

  .p-quality-system_body {
    padding: 2.35vw 2.75vw 1.96vw;
  }

  .p-quality-system_subtitle {
    margin: 0.98vw 0;
    font-size: 3.53vw;
  }

  .p-quality-system_text {
    font-size: 2.06vw;
  }
}

@media screen and (max-width: 768px) {
  .l-quality-system {
    padding: 65px 0 60px;
  }

  .l-quality-system .p-quality-title {
    font-size: 2.8rem;
  }

  .l-quality-system_list {
    gap: 24px;
    margin-top: 32px;
  }

  .p-quality-system_card {
    grid-template-columns: 1fr;
  }

  .p-quality-system_img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .p-quality-system_body {
    padding: 22px 20px 26px;
  }

  .p-quality-system_subtitle {
    font-size: 2rem;
  }

  .p-quality-system_text {
    font-size: 1.6rem;
  }
}

/*============================================================
quality assurance - check
==============================================================*/
.l-quality-check {
  padding: 117px 0 90px;
  background: #fff;
}

.l-quality-check_list {
  display: grid;
  gap: 14px;
  width: fit-content;
  margin: 34px auto 0;
  padding: 0;
  list-style: none;
}

.l-quality-check_list_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-quality-check_icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background: url("../images/guide/quality/quality-check.svg") center / contain no-repeat;
}

.p-quality-check_text {
  margin: 0;
  color: #333;
  font-size: 2.7rem;
  line-height: 1.6;
}

.p-quality-check_note {
  margin: 28px 0 0;
  color: #333;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
}

.p-quality-check_link {
  color: #4a9bd4;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none;
}

.p-quality-check_link:hover {
  opacity: 0.75;
}

.p-quality-btn.-btn-blue{
  background-color: #5b9bd3;
}


@media screen and (max-width: 768px) {
  .l-quality-check {
    padding: 65px 0 60px;
  }

  .l-quality-check .p-quality-title {
    font-size: 2.8rem;
  }

  .l-quality-check_list {
    gap: 12px;
    margin-top: 28px;
  }

  .p-quality-check_icon {
    width: 22px;
    height: 22px;
  }

  .p-quality-check_icon::before {
    font-size: 1.3rem;
  }

  .p-quality-check_text {
    font-size: 1.8rem;
  }

  .p-quality-check_note {
    margin-top: 24px;
    font-size: 1.9rem;
  }
}

/*============================================================
quality assurance - faq
==============================================================*/
.l-quality-faq {
  padding: 76px 0 90px;
  background: #ededed;
}

.p-quality-faq_inner {
  max-width: 960px;
  margin: 34px auto 0;
}

.l-quality-faq .EmbroideryCap__faqList {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: quality-faq;
}

.l-quality-faq .EmbroideryCap__faqItem {
  padding: 24px 52px 26px;
  border-bottom: 1px solid #aaa;
  counter-increment: quality-faq;
}

.l-quality-faq .EmbroideryCap__faqItem:first-child {
  padding-top: 0;
}

.l-quality-faq .EmbroideryCap__faqItem:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.l-quality-faq .EmbroideryCap__faqItemQuestion,
.l-quality-faq .EmbroideryCap__faqItemAnswer {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 8px;
  font-size: 2.4rem;
  color: #333;
}

.l-quality-faq .EmbroideryCap__faqItemQuestion {
  align-items: baseline;
  margin: 0 0 12px;
  font-weight: 500;
  line-height: 1.6;
}

.l-quality-faq .EmbroideryCap__faqItemQuestion::before {
  content: "Q" counter(quality-faq) ".";
  font-size: 3.6rem;
}

.l-quality-faq .EmbroideryCap__faqItemAnswer {
  align-items: start;
  margin: 0 0 0 25px;
}

.l-quality-faq .EmbroideryCap__faqItemAnswer::before {
  content: "A.";
  font-size: 3.6rem;
  transform: translateY(-13px);
}

@media screen and (max-width: 768px) {
  .l-quality-faq {
    padding: 65px 0 60px;
  }

  .p-quality-faq_inner {
    margin-top: 28px;
  }

  .l-quality-faq .EmbroideryCap__faqItem {
    padding: 20px 0;
  }

  .l-quality-faq .EmbroideryCap__faqItemQuestion {
    align-items: baseline;
    margin-bottom: 6px;
    font-size: 1.6rem;
  }

  .l-quality-faq .EmbroideryCap__faqItemQuestion::before,
  .l-quality-faq .EmbroideryCap__faqItemAnswer::before{
    font-size: 3rem;
  }
  .l-quality-faq .EmbroideryCap__faqItemAnswer {
    margin-left: 8px;
    font-size: 1.6rem;
  }
}

/*============================================================
quality assurance - contact
==============================================================*/
.l-quality-contact {
  padding: 120px 0 69px;
  background: #fff;
}

.p-quality-contact_btn_wrap {
  margin-top: 36px;
  text-align: center;
}

.p-quality-contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 54px;
  padding: 21px 52px;
  border-radius: 999px;
  color: #fff;
  background: #5b9bd3;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.2s;
}

.p-quality-contact_btn:hover {
  color: #fff;
  opacity: 0.75;
}

.p-quality-contact_hours {
  margin: 48px 0 0;
  color: #333;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-quality-contact {
    padding: 65px 0 60px;
  }

  .l-quality-contact .p-quality-title {
    font-size: 2.8rem;
  }

  .p-quality-contact_btn_wrap {
    margin-top: 24px;
  }

  .p-quality-contact_btn {
    width: 100%;
    min-width: 0;
    max-width: 280px;
    font-size: 1.4rem;
  }

  .p-quality-contact_hours {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
