@charset "UTF-8";
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: ZenKakuGothicNew;
  font-weight: 700;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: ZenKakuGothicNew;
  font-weight: 500;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: ZenKakuGothicNew;
  font-weight: 400;
  src: url("../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 63px;
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 86px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  background: #FFF url("../images/common/bg@2x.webp");
  background-size: contain;
}
body.MenuOpen {
  overflow: hidden;
}

a {
  color: initial;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

main {
  padding-top: 63px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-top: 93px;
  }
}

img {
  display: inline-block;
  height: auto;
  line-height: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

button {
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

figure {
  margin-inline: auto;
  margin-top: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input, button, textarea {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.h2-title {
  margin-top: 0;
  font-size: 1.75rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .h2-title {
    font-size: 2.5rem;
  }
}
.h2-title .logo {
  width: 141px;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1024px) {
  .h2-title .logo {
    width: 220px;
  }
}

.modaal-content-container {
  padding: 0;
}

.ly-header {
  position: fixed;
  z-index: 5;
  width: 100svw;
  padding-inline: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}
@media screen and (min-width: 1024px) {
  .ly-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ly-header-wrap {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 6px;
  align-items: center;
  max-width: 1266px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .ly-header-wrap {
    grid-template-columns: auto 1fr auto;
    gap: 6px 107px;
  }
}

.ly-header-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ly-header-nav {
    display: inherit;
  }
}

@media screen and (min-width: 1024px) {
  .ly-header-hamburger {
    display: none;
  }
  .ly-header-cta {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.ly-header-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 32px;
}

.ly-footer {
  padding-inline: 20px;
  padding-top: 50px;
  padding-bottom: 16px;
  background-color: #D1CDCC;
}
@media screen and (min-width: 1024px) {
  .ly-footer {
    padding-top: 72px;
    padding-bottom: 24px;
  }
}

.ly-footer-wrap {
  display: grid;
  gap: 40px;
  max-width: 1128px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .ly-footer-wrap {
    grid-template-columns: 1fr 37.2%;
    gap: 56px 0;
  }
  .ly-footer-wrap .footer-copy {
    grid-column: 1/3;
  }
}

.ly-footer-navi-links {
  display: grid;
  gap: 16px;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .ly-footer-navi-links {
    grid-template-columns: 1fr 1fr;
    gap: 24px 10px;
  }
  .ly-footer-navi-links .footer-navi-link:nth-of-type(3) {
    order: 5;
  }
  .ly-footer-navi-links .footer-navi-link:nth-of-type(4) {
    order: 6;
  }
  .ly-footer-navi-links .footer-navi-link:nth-of-type(5) {
    order: 3;
  }
  .ly-footer-navi-links .footer-navi-link:nth-of-type(6) {
    order: 4;
  }
}

.ly-footer-top-corp {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .ly-footer-top-corp {
    margin-top: 32px;
  }
}

.ly-gnavSP {
  position: fixed;
  top: -160svh;
  z-index: 3;
  width: 100%;
  height: 100svh;
  padding-inline: 15px;
  padding-top: 104px;
  color: #FFF;
  background-color: #000;
  transition: 0.3s;
}
.ly-gnavSP.Open {
  top: 0;
}

.ly-gnavSP-mini {
  margin-top: 53px;
}

.ly-kv {
  position: relative;
}

.ly-kv-contents {
  margin-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .ly-kv-contents {
    position: absolute;
    top: -2px;
    right: 100px;
    z-index: 2;
    height: 100%;
    margin-inline: inherit;
  }
}

@media screen and (min-width: 1024px) {
  .ly-kv-contents-wrap {
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 580px;
    height: 100%;
    padding: 40px;
    margin-right: 0;
    margin-left: auto;
    background: url("../images/common/bg@2x.webp");
    background-size: contain;
  }
}
.ly-kv-contents-button-wrap {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .ly-kv-contents-button-wrap {
    margin-bottom: 0;
  }
}

.ly-about {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .ly-about {
    padding-inline: inherit;
    padding-top: 105px;
    padding-bottom: 104px;
  }
}

.ly-about-lead {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .ly-about-lead {
    line-height: 1.9;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .ly-about-lead {
    margin-top: 40px;
  }
}

.ly-about-lead-card-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35.8974358974vw;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 100vw;
}
@media screen and (min-width: 768px) {
  .ly-about-lead-card-circle {
    width: 250px;
  }
}

.ly-about-lead-cards {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 692px;
  margin-inline: auto;
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .ly-about-lead-cards {
    align-items: center;
    margin-top: 24px;
  }
}
.ly-about-lead-cards .about-lead-card:nth-of-type(2) {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .ly-about-lead-cards .about-lead-card:nth-of-type(2) {
    position: static;
    transform: inherit;
  }
}

.ly-about-matching {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .ly-about-matching {
    margin-top: 40px;
  }
}

.ly-about-matching-cards {
  display: grid;
  gap: 18px;
  max-width: 1126px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .ly-about-matching-cards {
    grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
    gap: 23px;
  }
}

.ly-about-matching-card {
  padding: 16px 48px;
  background-color: #EE5119;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .ly-about-matching-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 16px;
    padding: 20px 16px;
  }
}

.ly-about-matching-card-header {
  display: flex;
  gap: 16px;
  align-items: center;
}

.ly-about-matching-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 8px;
  color: #FFF;
  list-style-type: disc;
}
@media screen and (min-width: 768px) {
  .ly-about-matching-card-list {
    margin-top: 0;
  }
}

.ly-cta {
  padding-inline: 20px;
  padding-top: 76px;
  padding-bottom: 64px;
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .ly-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.ly-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px 56px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ly-cta-wrap {
    flex-direction: row;
    justify-content: center;
  }
}

.ly-feature {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #FFF;
}
@media screen and (min-width: 1024px) {
  .ly-feature {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}

.ly-feature-card-wrap {
  display: grid;
  gap: 32px;
  max-width: 69.2307692308vw;
  margin-inline: auto;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .ly-feature-card-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    max-width: 1126px;
  }
}
@media screen and (min-width: 1024px) {
  .ly-feature-card-wrap {
    margin-top: 55px;
  }
}

.ly-step {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #FFF;
}
@media screen and (min-width: 1024px) {
  .ly-step {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}

.ly-step-card-header {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .ly-step-card-header {
    gap: 8px;
  }
  .ly-step-card-header::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 36px;
    height: 12px;
    content: "";
    background: url("../images/step-arrow.svg") no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .ly-step-card:last-of-type .ly-step-card-header::after {
    display: none;
  }
}
.ly-step-card {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .ly-step-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ly-step-card:not(:first-of-type)::before {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 26px;
  height: 12px;
  content: "";
  background: url("../images/step-arrow.svg") no-repeat;
  background-size: contain;
  transform: rotate(90deg) translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .ly-step-card:not(:first-of-type)::before {
    display: none;
  }
}

.ly-step-card-wrap {
  display: grid;
  gap: 45px;
  max-width: 67.6923076923vw;
  margin-inline: auto;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .ly-step-card-wrap {
    max-width: 264px;
  }
}
@media screen and (min-width: 1024px) {
  .ly-step-card-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1126px;
    margin-top: 56px;
  }
}

.ly-faq {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .ly-faq {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}

.ly-faq-panel-wrap {
  max-width: 1068px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 32px;
  background-color: #FFF;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .ly-faq-panel-wrap {
    padding-inline: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 56px;
  }
}

.ly-faq-panel {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .ly-faq-panel {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.ly-faq-panel:not(:first-of-type) {
  border-top: 1px solid #D1CDCC;
}

.ly-faq-panel-question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .ly-faq-panel-question {
    grid-template-columns: 100px 1fr auto;
    gap: 32px;
  }
}
.ly-faq-panel-question::before {
  font-family: "Avenir", "Avenir Next", "OpenSans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #EE5119;
  text-align: center;
  content: "Q";
}
@media screen and (min-width: 1024px) {
  .ly-faq-panel-question::before {
    font-size: 2rem;
  }
}
.ly-faq-panel-question::-webkit-details-marker {
  display: none;
}

.ly-faq-panel-answer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  padding-top: 10px;
  /* アニメーションに必要 */
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .ly-faq-panel-answer {
    grid-template-columns: 100px 1fr 20px;
    gap: 32px;
    padding-top: 10px;
  }
}
.ly-faq-panel-answer::before {
  font-family: "Avenir", "Avenir Next", "OpenSans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #D1CDCC;
  text-align: center;
  content: "A";
}
@media screen and (min-width: 1024px) {
  .ly-faq-panel-answer::before {
    font-size: 2rem;
  }
}

.ly-case {
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .ly-case {
    padding-top: 104px;
    padding-bottom: 104px;
  }
}

.ly-case-modal {
  display: none;
}

.ly-case-cards {
  display: grid;
  gap: 32px;
  max-width: 1126px;
  margin-inline: auto;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .ly-case-cards {
    gap: 40px;
    margin-top: 56px;
  }
}

.ly-case-card {
  padding: 24px 16px;
  background-color: #FFF;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .ly-case-card {
    display: grid;
    grid-template-columns: 46.4% 1fr;
    gap: 30px 5.1%;
  }
  .ly-case-card .ly-case-card-item:nth-of-type(1) {
    grid-row: 1/2;
  }
  .ly-case-card .ly-case-card-item:nth-of-type(2) {
    grid-row: 1/3;
  }
  .ly-case-card .ly-case-card-item:nth-of-type(3) {
    grid-row: 2/3;
    align-self: end;
  }
}
@media screen and (min-width: 1024px) {
  .ly-case-card {
    grid-template-columns: 1fr 420px;
    padding: 40px 96px 40px 40px;
  }
}

.ly-case-card-body {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .ly-case-card-body {
    margin-top: 16px;
  }
}

.ly-case-card-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.ly-case-card-gallery > img:first-of-type {
  grid-column: 1/4;
}
@media screen and (min-width: 768px) {
  .ly-case-card-gallery > img:first-of-type {
    width: 100%;
    aspect-ratio: 410/273;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ly-case-card-gallery > img:not(:first-of-type) {
  width: 100%;
  aspect-ratio: 20/13;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .ly-case-card-gallery > img:not(:first-of-type) {
    aspect-ratio: 128/85;
  }
}

.ly-case-modal-link {
  position: relative;
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .ly-case-modal-link {
    margin-top: 0;
    text-align: inherit;
  }
}
.ly-case-modal-link::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  content: "";
  background: url("../images/common/icon-link.svg") no-repeat;
  background-size: contain;
}
.ly-case-modal-link a {
  text-underline-offset: 4px;
}

.ly-contact {
  max-width: 772px;
  padding-inline: 20px;
  padding-top: 64px;
  padding-bottom: 96px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .ly-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.ly-form-group-item:nth-of-type(1) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.ly-form-group {
  display: grid;
  gap: 16px 24px;
}
@media screen and (min-width: 768px) {
  .ly-form-group {
    grid-template-columns: 30% 1fr;
  }
}

.ly-form-group:last-of-type {
  display: block;
  margin-top: 40px;
}

.ly-form {
  display: grid;
  gap: 40px;
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .ly-form {
    margin-top: 72px;
  }
}

.ly-form-group-item-name {
  display: flex;
  flex: 1;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .ly-form-group-item-name {
    gap: 16px;
  }
}

.ly-form-group-item-radio {
  display: grid;
  gap: 24px;
}

.ly-form-group-error:has(span) {
  background-color: #f8d3d3;
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px 10px;
}

.ly-form-error {
  background-color: #f8d3d3;
  border-radius: 5px;
  padding: 14px;
}

/* ===============================================
# header
=============================================== */
.header-logo {
  width: 140px;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .header-logo {
    width: 200px;
  }
}

.header-cta-button-PC {
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.06em;
  text-decoration: none;
  background-color: #000;
  border-radius: 0 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .header-cta-button-PC {
    display: flex;
  }
}
.header-cta-button-PC:hover {
  background-color: #333333;
}
.header-cta-button-PC::before {
  width: 22px;
  height: 22px;
  content: "";
  background: url("../images/common/icon-mail.svg") no-repeat;
  background-size: contain;
}

.header-cta-button-SP {
  display: inline-block;
  padding: 10px 24px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.75;
  color: #FFF;
  letter-spacing: 0.06em;
  text-decoration: none;
  background-color: #000;
  border-radius: 100vh;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .header-cta-button-SP {
    display: none;
  }
}

.header-nav-link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.header-nav-link a {
  text-decoration: none;
}
.header-nav-link a:hover {
  text-decoration: underline;
}

.header-hamburger-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100vh;
}

.header-hamburger-button-wrap {
  position: relative;
  width: 16px;
  height: 11px;
}
.header-hamburger-button-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EE5119;
  border-radius: 5px;
  transition: 0.5s;
}
.header-hamburger-button-wrap span:nth-of-type(1) {
  top: 0;
}
.header-hamburger-button-wrap span:nth-of-type(2) {
  top: 5px;
}
.header-hamburger-button-wrap span:nth-of-type(3) {
  bottom: 0;
}

.header-hamburger-button.Open .header-hamburger-button-wrap {
  zoom: 150%;
}
.header-hamburger-button.Open .header-hamburger-button-wrap span:nth-of-type(1) {
  transform: translateY(5px) rotate(45deg);
  transform-origin: center;
}
.header-hamburger-button.Open .header-hamburger-button-wrap span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger-button.Open .header-hamburger-button-wrap span:nth-of-type(3) {
  transform: translateY(-5px) rotate(-45deg);
  transform-origin: center;
}

/* SP用メニュー オープン時 */
.MenuOpen .header-logo {
  filter: invert(1);
}
.MenuOpen .header-cta-button-SP {
  pointer-events: none;
  opacity: 0;
}
.MenuOpen .header-hamburger-button {
  background-color: inherit;
}

/* ===============================================
# footer
=============================================== */
.footer-copy {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
  border-top: 1px solid #000;
}

.footer-navi-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.footer-navi-link a {
  text-decoration: none;
}
.footer-navi-link a:hover {
  text-decoration: underline;
}

.footer-top-logo img {
  height: 40px;
}
@media screen and (min-width: 768px) {
  .footer-top-logo img {
    height: 50px;
  }
}

.footer-top-corp-label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .footer-top-corp-label {
    font-size: 1rem;
  }
}

.footer-top-corp-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

/* ===============================================
# SP用グローバルナビゲーション
=============================================== */
.gnavSP-nav-link {
  display: inline-block;
  width: 100%;
  padding: 24px 16px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}

.gnavSP-mini-button {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  background-color: #EE5119;
  border-radius: 100vw;
}

/* ===============================================
# kv
=============================================== */
.kv-bg-item img {
  aspect-ratio: 264/331;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .kv-bg-item img {
    aspect-ratio: 4/5;
  }
}

.kv-contents-title {
  margin-top: 47px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .kv-contents-title {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .kv-contents-title {
    width: inherit;
    margin-top: 0;
    font-size: 2.5rem;
  }
}
.kv-contents-title strong {
  font-weight: 500;
  color: #EE5119;
}
.kv-contents-title .point {
  position: relative;
}
.kv-contents-title .point::before {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  width: 50px;
  aspect-ratio: 3/1;
  content: "";
  background: url("../images/icon-kv-copy.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .kv-contents-title .point::before {
    top: -37px;
    width: 90px;
  }
}

.kv-contents-txt {
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .kv-contents-txt {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .kv-contents-txt {
    margin-top: 16px;
    text-align: inherit;
  }
}

.kv-contents-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 79.4871794872vw;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #EE5119;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  background-color: #FFF;
  border: 1.5px solid #EE5119;
  border-radius: 10px;
  box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .kv-contents-button {
    width: 185px;
    aspect-ratio: 1/1;
    margin-right: 0;
    font-size: 1.5rem;
    border-width: 2px;
    border-radius: 100vw;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  }
}
.kv-contents-button:hover {
  color: #FFF;
  background-color: #EE5119;
}
.kv-contents-button .logo {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .kv-contents-button .logo {
    margin-bottom: 8px;
  }
}
.kv-contents-button br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .kv-contents-button br {
    display: inline;
  }
}

/* ===============================================
# about
=============================================== */
.about-lead-card {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-lead-card {
    font-size: 1.5rem;
  }
}
.about-lead-card strong {
  margin-top: 3px;
  font-weight: 700;
  color: #EE5119;
}
.about-lead-card .sm {
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  .about-lead-card .md {
    font-size: 1rem;
  }
}
.about-lead-card .cramp {
  letter-spacing: -0.14em;
}

.about-lead-card-img {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .about-lead-card-img {
    margin-top: 20px;
  }
}
.about-lead-card-img .illust {
  width: 66px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .about-lead-card-img .illust {
    width: 105px;
    height: 81px;
  }
}
.about-lead-card-img .logo {
  width: 16.6666666667vw;
}
@media screen and (min-width: 768px) {
  .about-lead-card-img .logo {
    width: auto;
  }
}

.about-matching-baloon {
  position: relative;
  padding: 4px 15px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  background-color: #FFF;
  border-radius: 100vw;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 768px) {
  .about-matching-baloon {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 32px;
    margin-inline: auto;
    font-size: 1.125rem;
    line-height: 1.9;
  }
}
.about-matching-baloon span {
  display: inline-block;
}
.about-matching-baloon::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  display: block;
  width: 18px;
  height: 9px;
  content: "";
  background-color: #FFF;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.about-matching-card-header-icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  margin-inline: inherit;
  background: #FFF;
  border-radius: 100vw;
}
@media screen and (min-width: 1024px) {
  .about-matching-card-header-icon {
    width: 52px;
  }
}
.about-matching-card-header-icon img {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .about-matching-card-header-icon img {
    width: 23px;
    height: 23px;
  }
}

.about-matching-card-list-item {
  margin-left: 1.5em;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .about-matching-card-list-item {
    font-size: 1rem;
  }
}

.about-matching-card-header-title {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .about-matching-card-header-title {
    font-size: 1.5rem;
  }
}
.about-matching-card-header-title .cramp {
  letter-spacing: -0.135em;
}
@media screen and (min-width: 768px) {
  .about-matching-card-header-title .cramp br {
    display: none;
  }
}

/* ===============================================
# cta
=============================================== */
.cta-sub {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .cta-sub {
    font-size: 1.125rem;
  }
}
.cta-sub::before {
  position: absolute;
  top: -28px;
  left: -35px;
  display: block;
  width: 59px;
  height: 25px;
  content: "";
  background: url("../images/icon-kv-copy.svg") no-repeat;
  background-size: contain;
  transform: rotate(-32deg);
}
@media screen and (min-width: 1024px) {
  .cta-sub::before {
    top: -23px;
    left: -39px;
  }
}

.cta-main {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .cta-main {
    font-size: 2.25rem;
  }
}

.cta-button {
  position: relative;
  display: inline-block;
  min-width: 71.7948717949vw;
  padding: 17px 40px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  color: #EE5119;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #EE5119;
  border-radius: 100vw;
}
@media screen and (min-width: 768px) {
  .cta-button {
    min-width: 360px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.25rem;
  }
}
.cta-button::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 10px;
  height: 18px;
  content: "";
  background: url("../images/common/right-orange.svg") no-repeat, url("../images/common/right-white.svg") no-repeat;
  background-size: contain, 0 0;
  transform: translateY(-50%);
}
.cta-button:hover {
  color: #FFF;
  background-color: #EE5119;
}
.cta-button:hover::after {
  background-size: 0 0, contain;
}

/* ===============================================
# feature
=============================================== */
.feature-card-num {
  font-family: "Avenir", "Avenir Next", "OpenSans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  color: #EE5119;
}
@media screen and (min-width: 768px) {
  .feature-card-num {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.feature-card-num::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  content: "";
  background-color: #EE5119;
  border-radius: 10px;
}

.feature-card-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #EE5119;
}
@media screen and (min-width: 1024px) {
  .feature-card-title {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}

.feature-card-text {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .feature-card-img {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* ===============================================
# step
=============================================== */
.step-card-num {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  aspect-ratio: 1/1;
  font-family: "Avenir", "Avenir Next", "OpenSans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background-color: #EE5119;
  border-radius: 100vw;
}
@media screen and (min-width: 1024px) {
  .step-card-num {
    width: 48px;
    font-size: 0.875rem;
  }
}
.step-card-num .md {
  font-size: 133.3%;
  font-weight: 800;
}

.step-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #EE5119;
}
@media screen and (min-width: 1024px) {
  .step-card-title {
    font-size: 1.5rem;
  }
}
.step-card-title span {
  display: inline-block;
}

.step-card-text {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .step-card-text {
    margin-top: 16px;
  }
}

.step-card-img {
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .step-card-img {
    margin-top: 16px;
  }
}

/* ===============================================
# faq
=============================================== */
.faq-panel-question {
  align-self: self-end;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (min-width: 1024px) {
  .faq-panel-question {
    font-size: 1.25rem;
  }
}

.faq-panel-question-inner {
  margin-top: 0;
}

.faq-panel-answer {
  font-size: 1rem;
}

.faq-panel-answer-inner {
  margin-top: 0;
  line-height: 1.7;
}

.faq-panel-icon {
  position: relative;
  top: 4px;
  align-self: self-start;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .faq-panel-icon {
    width: 20px;
    height: 20px;
  }
}
.faq-panel-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.35px;
  background-color: #EE5119;
  border-radius: 5px;
  transition: 0.3s;
}
.faq-panel-icon span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
}
.faq-panel-icon span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.faq-panel[open] .faq-panel-icon span:nth-of-type(1) {
  opacity: 0;
  transform: translateX(10px);
}
.faq-panel[open] .faq-panel-icon span:nth-of-type(2) {
  transform: rotate(180deg);
}

/* ===============================================
# case
=============================================== */
.case-card-header-num {
  display: inline-block;
  font-family: "Avenir", "Avenir Next", "OpenSans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.08;
  color: #EE5119;
  border-bottom: 1px solid #EE5119;
}
@media screen and (min-width: 1024px) {
  .case-card-header-num {
    font-size: 2.5rem;
  }
}
.case-card-header-num .sm {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .case-card-header-num .sm {
    font-size: 1rem;
  }
}

.case-card-header-title {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .case-card-header-title {
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.9;
  }
}

.case-card-body-txt {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* ===============================================
# contact
=============================================== */
.contact-header-txt {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .contact-header-txt {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .contact-header-txt {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .form-group-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ly-form-group:nth-of-type(5) .form-group-label,
  .ly-form-group:nth-of-type(6) .form-group-label {
    align-items: start;
  }
}
.form-group-label .required {
  display: inline-block;
  padding: 0 9px;
  margin-left: 10px;
  font-size: 0.75rem;
  line-height: 1.75;
  color: #FFF;
  background-color: #D74C4C;
  border-radius: 100vw;
}

.form-input-txt,
.form-textarea {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  border-radius: 5px;
}
.form-input-txt::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #D1CDCC;
}
.form-input-txt::placeholder,
.form-textarea::placeholder {
  color: #D1CDCC;
}

.form-textarea {
  height: 220px;
}

.form-radio {
  cursor: pointer;
}
.form-radio span {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.form-radio input[type=radio] + span::before {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 19px;
  aspect-ratio: 1/1;
  margin-right: 8px;
  content: "";
  background-color: #FFF;
  border: 1.5px solid #D1CDCC;
  border-radius: 100vw;
}
.form-radio input[type=radio]:checked + span::before {
  background-image: url("../images/common/icon-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72%;
}

.form-submit {
  display: block;
  min-width: 280px;
  padding: 17px;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  color: #FFF;
  cursor: pointer;
  background-color: #000;
  border-radius: 100vw;
}
@media screen and (min-width: 1024px) {
  .form-submit {
    min-width: 320px;
    padding: 20px;
    font-size: 1.25rem;
  }
}
.form-submit:active {
  background-color: #EE5119;
}

.form-submit-link {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-decoration: none;
}

.form-error-title {
  display: block;
  text-align: center;
}/*# sourceMappingURL=style-base.css.map */