/* header {
  display: none !important;
} */

.ly_serviceFv {
  height: 100vh;
  position: relative;
}

.bl_serviceFv {
  padding: 15px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.bl_serviceFv_img,
.bl_serviceFv_img::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bl_serviceFv_img::after {
  content: '';
  background: linear-gradient(
    -90deg,
    rgba(8, 109, 205, 1) 0%,
    rgba(0, 46, 90, 1) 100%
  );
  opacity: 0.5;
  z-index: 1;
}

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

.el_pageTitle {
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: clamp(1.25rem, 0.1786rem + 5.3571vw, 2.75rem);
}

.el_pageTitle span {
  background: #333;
  width: fit-content;
  padding: 4px 12px;
  text-align: center;
}

.el_fvCatch {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.8036rem + 2.2321vw, 1.875rem);
  text-align: center;
}

.ly_worry {
  padding: 40px 15px;
}

.bl_worryContent {
  margin-top: 40px;
}

.bl_worryImg img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1020px;
}

.bl_worryTexts {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bl_worryItem {
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 15px 8px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.bl_worryItem h3 {
  margin-block: 0;
  font-size: clamp(1.125rem, 0.9107rem + 1.0714vw, 1.875rem);
}

.ly_support {
  padding-block: 80px 60px;
}

.bl_supportContent {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.bl_supportImg {
  position: relative;
  max-width: 92vw;
  margin-inline: 0 auto;
}

.bl_supportItem:nth-child(even) .bl_supportImg {
  margin-inline: auto 0;
}

.bl_supportImg .bl_supportNum {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-weight: 400;
  font-size: clamp(2.5rem, 1.4286rem + 5.3571vw, 6.25rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.bl_supportItem:nth-child(even) .bl_supportNum {
  left: 0;
  right: unset;
  transform: translate(-50%, -50%);
}

.bl_supportItemText {
  background: rgba(0, 0, 0, 0.8);
  max-width: 92vw;
  margin-inline: auto 0;
  padding: 20px 15px;
  font-size: 14px;
  position: relative;
  top: -30px;
}

.bl_supportItem:nth-child(even) .bl_supportItemText {
  margin-inline: 0 auto;
}

.bl_supportItemText h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.1071rem + 0.7143vw, 1.75rem);
  margin-bottom: 20px;
}

.bl_supportItemText p {
  font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
}

.ly_case {
  padding: 80px 15px;
}

.bl_caseCatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.bl_caseCatch span {
  background: #086dcd;
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 10px 24px;
  font-size: 20px;
}

.bl_caseCompany {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-block: 20px;
  width: 100%;
  display: block;
}

.bl_caseInfo {
  background:
    url(../img/support-case.webp) no-repeat center/cover,
    rgba(0, 0, 0, 0.7);
  background-position: 30% center;
  background-blend-mode: multiply;
  padding: 26px 15px 34px;
}

.bl_caseInfo > * {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.bl_caseClient {
  font-size: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  display: flex;
  gap: 12px;
}

.bl_caseInfoLabel {
  font-weight: 700;
  font-size: 18px;
  background: #086dcd;
  padding: 4px 16px;
  width: fit-content;
}

.bl_caseSupport,
.bl_caseComment {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ly_reason {
  background: #086dcd;
}

.ly_reason::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg-check.svg) repeat;
  z-index: 0;
  opacity: 0.15;
  pointer-events: none;
}

.bl_reason {
  padding: 25px 15px 80px;
}

.bl_reasonContent {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.bl_reasonItem {
  position: relative;
  max-width: 310px;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 10px 10px 0px #00000029;
}

.bl_reasonImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.bl_reasonImg img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.bl_reasonText {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}

.bl_flow {
  padding-block: 44px 72px;
}

.bl_flowCont {
  margin-top: 44px;
  padding-inline: 45px 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_flowContItem {
  padding: 8px 8px 8px 50px;
  background: #efefef;
  position: relative;
}

.bl_flowContItem h3 {
  font-family: 'NotoSerifJp', serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: clamp(1rem, 0.6429rem + 1.7857vw, 1.5rem);
}

.bl_flowContItem p {
  font-size: 12px;
}

.bl_flowContItem_num {
  font-family: 'NotoSerifJp', serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: #fff;
  transform: translateX(-50%);
  font-size: 14px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bl_flowContItem_num span:last-child {
  font-size: 20px;
  line-height: 1;
}

.ly_faq {
  background: #e0e0e0;
  background: linear-gradient(
    90deg,
    rgba(224, 224, 224, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 52px 15px 60px;
}

.bl_faqCont {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_faqItem {
  background: #fff;
}

.bl_faqItem span {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  transform: translate(8px, 8px);
  line-height: 0.8;
}

.bl_faqQuestion {
  padding: 20px 20px 16px 40px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e0e0e0;
}

.bl_faqQuestion span {
  background: #333;
}

.bl_faqAnswer {
  position: relative;
  padding: 40px 8px 32px 28px;
}

.bl_faqAnswer span {
  background: #086dcd;
}

.ly_ctaService {
  background:
    url(../img/cta.webp) no-repeat center/cover,
    rgba(51, 51, 51, 0.75);
  background-blend-mode: multiply;
  padding: 54px 24px;
}

.bl_ctaService {
  padding: 20px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  box-shadow: 0px 10px 10px 0px #00000029;
  background: #3893eb;
  background: linear-gradient(
    180deg,
    rgba(56, 147, 235, 1) 0%,
    rgba(6, 94, 178, 1) 100%
  );
}

.bl_ctaServiceBtn {
  display: contents;
}

.bl_ctaService h2 {
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #fff;
  width: fit-content;
  margin-inline: auto;
}

.bl_ctaService .el_btn {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .ly_worry {
    padding: 80px 0 180px 0;
  }

  .bl_worryContent {
    display: flex;
    position: relative;
  }

  .bl_worryImg {
    width: 65vw;
    flex-shrink: 0;
  }

  .bl_worryTexts {
    position: absolute;
    top: 3vw;
    left: 45vw;
    width: fit-content;
    max-width: 55vw;
  }

  .bl_worryItem {
    padding: clamp(0.5rem, 0.2857rem + 1.0714vw, 1.25rem) 20px;
    width: fit-content;
    gap: clamp(0rem, -0.1429rem + 0.7143vw, 0.5rem);
  }

  .bl_worryItem p {
    font-weight: 400;
  }

  .ly_support {
    position: relative;
    padding-block: 130px 150px;
  }

  .ly_support::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    background: url(../img/service-support.svg) no-repeat center/contain;
    width: 300px;
    height: 50px;
    z-index: 2;
    transform: translateX(-50%);
  }

  .bl_supportImg {
    max-width: 72vw;
  }

  .bl_supportImg img {
    width: 100%;
  }

  .bl_supportContent {
    gap: clamp(3rem, 1.1786rem + 9.1071vw, 9.375rem);
  }

  .bl_supportItem:nth-child(odd) .bl_supportImg {
    margin-inline: clamp(0rem, -1.7857rem + 8.9286vw, 6.25rem) auto;
  }

  .bl_supportItem {
    position: relative;
  }

  .bl_supportItemText {
    max-width: 50vw;
    top: unset;
    position: absolute;
    bottom: -20px;
    left: 0;
    padding-inline: 30px;
    font-size: clamp(1.25rem, 0.7857rem + 2.3214vw, 2.875rem);
    max-width: max(600px, 45vw);
    width: 100%;
  }

  .bl_supportItem:nth-child(odd) .bl_supportItemText {
    left: unset;
    right: 0;
  }

  .bl_supportItem:nth-child(even) .bl_supportItemText {
    padding-left: min(130px, 8vw);
  }

  .ly_case {
    padding-block: 120px 200px;
  }

  .bl_caseItem {
    max-width: 830px;
    margin-inline: auto;
  }

  .bl_caseInfo {
    padding: 38px 44px;
  }

  .bl_caseInfo > * {
    font-size: 16px;
  }

  .bl_caseClient {
    font-size: 24px;
  }

  .bl_caseInfoLabel {
    font-size: 20px;
  }

  .bl_reasonContent {
    flex-direction: row;
    justify-content: center;
  }

  .bl_reason {
    padding-block: 80px 120px;
  }

  .bl_flow {
    padding-block: 85px 120px;
  }

  .bl_flowCont {
    max-width: 830px;
    gap: 30px;
    overflow: visible;
  }

  .bl_flowContItem {
    padding: 20px 20px 20px 80px;
  }

  .bl_flowContItem_num {
    width: 120px;
    height: 120px;
  }

  .bl_flowContItem p {
    font-size: 16px;
  }

  .bl_flowContItem_num span {
    font-size: 21px;
  }

  .bl_flowContItem_num span:last-child {
    font-size: 34px;
  }

  .ly_faq {
    padding-block: 120px 140px;
  }

  .bl_faqCont {
    max-width: 1000px;
    margin-inline: auto;
  }

  .bl_faqQuestion,
  .bl_faqAnswer {
    padding: 32px 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }

  .bl_faqQuestion span,
  .bl_faqAnswer span {
    position: static;
    transform: none;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .ly_ctaService {
    padding-block: 80px;
  }
  .bl_ctaService {
    padding: 40px;
    max-width: 840px;
    margin-inline: auto;
  }

  .bl_ctaServiceBtn {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
  }

  .bl_ctaServiceBtn a {
    max-width: 350px;
    margin-inline: 0;
  }

  .bl_ctaService .el_btn {
    font-size: 18px;
  }
}
