.l-header {
  padding: 13px 12px 7px; }

.l-footer {
  margin-top: 0; }

img {
  width: 100%;
  height: auto; }

body {
  font-family: 'Inter';
  background-color: #FFC600; }

body.is-fixed {
    overflow: hidden; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #FFC600;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.header__inner {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 33px 30px 0 33px; }

.header__logo {
    width: 309px;
    padding: 17px 0;
    text-align: center; }

.header__logo img {
      width: 235px;
      -o-object-fit: contain;
         object-fit: contain; }

.header__nav {
    max-width: 904px;
    width: calc(904 / 1440 * 100vw);
    padding-left: 54px; }

.header__logo, .header__nav {
    overflow: visible;
    background: #fff;
    border: 3px solid #9b0000;
    border-radius: 100vmax; }

.header__btn {
    padding: 6px 12px;
    color: #fff !important;
    background: #9b0000;
    font-size: 13px;
    border-radius: 100vmax; }

.header__btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }

.header__list {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header__listItem--red {
    position: relative;
    z-index: 1;
    margin: -3px -3px -3px 3px;
    background-color: #9d0000;
    border-radius: 100vmax; }

.header__listItem--red .header__link {
      padding: 20px 34px 21px 37px;
      color: #fff;
      border: 3px solid #9d0000;
      border-radius: 100vmax;
      -webkit-transition: color 0.4s, background-color 0.4s;
      transition: color 0.4s, background-color 0.4s; }

.header__listItem--red .header__link:hover {
        color: #9d0000;
        background-color: #fff;
        opacity: unset; }

.header__spMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }

.header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 32px;
    height: 25px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.header__hamburgerLine {
      display: block;
      width: 100%;
      height: 5px;
      background-color: #9b0000;
      border-radius: 2px;
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: transform 0.3s ease, opacity 0.3s ease;
      transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }

.header__spMenu.is-open .header__hamburgerLine:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg); }

.header__spMenu.is-open .header__hamburgerLine:nth-child(2) {
    opacity: 0; }

.header__spMenu.is-open .header__hamburgerLine:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg); }

.header__spMenuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease; }

.header__spMenu.is-open .header__spMenuOverlay {
    opacity: 1;
    visibility: visible; }

.header__spNav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #FBD962;
    overflow-y: auto; }

.header__spList {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 83px 27px 0 28px;
    background: #fff; }

.header__spList::after {
      content: "";
      position: absolute;
      left: 0;
      display: block;
      width: 100vw;
      aspect-ratio: 375 / 82;
      background-image: url("../img/business-matching/hamberger-bottom.png");
      background-size: contain;
      background-repeat: no-repeat; }

.header__spList li {
      padding: 43px 0 48px; }

.header__spList li:not(:last-of-type) {
        border-bottom: 5px dotted #FFF3C8; }

.header__spList li:last-of-type {
        margin-top: 43px;
        padding: 0; }

.header__spList a {
      position: relative;
      display: block;
      font-size: 20px;
      font-weight: 700;
      -webkit-transition: 0.4s;
      transition: 0.4s; }

.header__spList a:hover {
        opacity: 0.6; }

.header__spList a:not(.header__spLink--red)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 60px;
      height: 60px;
      background-color: #FFC600;
      background-image: url("../img/business-matching/icon-polygon.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 11px;
      border-radius: 100vmax;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.header__spLink--red {
    background: #9b0000;
    color: #fff !important;
    padding: 19px 0;
    text-align: center;
    border-radius: 100vmax; }

.header__spLink--red img {
      width: 197px; }

.header__link {
    display: block;
    padding: 21px 0 20px;
    color: #9b0000;
    font-weight: 700;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }

.header__link:hover {
      opacity: 0.6; }

.kv {
  position: relative;
  z-index: 2;
  padding: 175px 0 28px; }

.kv__imgarea {
    max-width: 927px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center; }

.kv__imgarea img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }

.kv__imgarea h1 img {
      width: 74.5%; }

.kv__imgarea img + img {
      margin-top: 13px; }

.kv__btn {
    display: block;
    max-width: 400px;
    margin: 70px auto 0;
    padding: 20px 0 22px;
    text-align: center;
    background-color: #9b0000;
    border: 3px solid #9b0000;
    border-radius: 100vmax;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }

.kv__btnText {
      display: block;
      width: 227px;
      height: 27px;
      margin: 0 auto;
      background-color: #fff;
      -webkit-mask: url("../img/business-matching/btn-text-1.svg") no-repeat center;
              mask: url("../img/business-matching/btn-text-1.svg") no-repeat center;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s; }

.kv__btn:hover {
      background-color: #fff; }

.kv__btn:hover .kv__btnText {
        background-color: #9b0000; }

.section__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }

.intro {
  position: relative;
  z-index: 1;
  padding: 112px 0 141px;
  background-color: #fff; }

.intro::before {
    content: "";
    position: absolute;
    bottom: 100%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 228px;
    background-image: url("../img/business-matching/bg-kv.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.intro::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 228px;
    background-image: url("../img/business-matching/bg-problem.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.intro__title {
    max-width: 294px;
    margin: 0 auto; }

.intro__desc {
    margin-top: 40px;
    font-size: 18px; }

.intro__youtube {
    margin-top: 40px; }

.intro__youtube img {
      width: 100%; }

.intro__flyer {
    margin-top: 100px; }

.intro__flyer h3 {
      max-width: 229px;
      margin: 0 auto; }

.intro__flyerImg {
      width: 100%;
      margin-top: 40px; }

.intro__btn {
    display: block;
    max-width: 383px;
    margin: 40px auto 0;
    padding: 16px 0;
    text-align: center;
    background-color: #fff;
    border: 3px solid #9D0000;
    border-radius: 100vmax;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }

.intro__btnText {
      display: block;
      width: 281px;
      height: 23px;
      margin: 0 auto;
      background-color: #9D0000;
      -webkit-mask: url("../img/business-matching/btn-text-2.svg") no-repeat center;
              mask: url("../img/business-matching/btn-text-2.svg") no-repeat center;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s; }

.intro__btn:hover {
      background-color: #9D0000; }

.intro__btn:hover .intro__btnText {
        background-color: #fff; }

.problem {
  position: relative;
  z-index: 0;
  padding: 140px 0 207px;
  background-color: #FFF3C8; }

.problem__title {
    max-width: 341px;
    margin: 0 auto; }

.problem__lead {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2.3; }

.problem__common, .problem__situation, .problem__future {
    margin-top: 100px; }

.problem__common h3 {
    max-width: 226px;
    margin: 0 auto; }

.problem__commonImg {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 40px; }

.problem__situation h3 {
    max-width: 416px;
    margin: 0 auto; }

.problem__future h3 {
    max-width: 385px;
    margin: 0 auto; }

.problem__vision {
    font-size: 18px;
    line-height: 2.2; }

.problem__vision:first-of-type {
      margin-top: 40px; }

.problem__vision + .problem__vision {
      margin-top: 40px; }

.problem__vision--strong {
      font-size: 22px;
      font-weight: 700; }

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  margin-top: 40px; }

.data__item h4 {
    max-width: 555px;
    margin: 0 auto; }

.data__item:nth-child(1) .data__body picture {
    width: calc((611 / 860) * 100%); }

.data__item:nth-child(1) .data__body .data__ossan {
    width: calc((188 / 860) * 100%); }

.data__item:nth-child(2) .data__body picture {
    width: calc((601 / 860) * 100%); }

.data__item:nth-child(2) .data__body .data__ossan {
    width: calc((237 / 860) * 100%); }

.data__item:nth-child(3) .data__body picture {
    width: calc((569 / 860) * 100%); }

.data__item:nth-child(3) .data__body .data__ossan {
    width: calc((229 / 860) * 100%); }

.data__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px; }

.data__body picture img {
      width: 100%; }

.data__body--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }

.data__graph, .data__ossan {
    -o-object-fit: contain;
       object-fit: contain; }

.data__text {
    width: 100%;
    margin-top: 40px;
    padding: 24px 0 20px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 100vmax; }

.cta {
  position: relative;
  padding: 65px 0 57px;
  background-color: #FFC600; }

.cta::before, .cta::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    -webkit-mask-image: url("../img/business-matching/triangle-line-cta.svg");
            mask-image: url("../img/business-matching/triangle-line-cta.svg");
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #FFC600; }

.cta::before {
    top: -50px; }

.cta::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }

.cta__title {
    max-width: 300px;
    margin: 0 auto; }

.cta--type2 {
    background-color: #FFF3C8; }

.cta--type2::before, .cta--type2::after {
      background-color: #FFF3C8; }

.cta__btn {
    display: block;
    max-width: 400px;
    margin: 21px auto 0;
    padding: 20px 0 22px;
    text-align: center;
    background-color: #9D0000;
    border: 3px solid #9D0000;
    border-radius: 100vmax;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }

.cta__btnText {
      display: block;
      width: 260px;
      height: 27px;
      margin: 0 auto;
      background-color: #fff;
      -webkit-mask: url("../img/business-matching/btn-text-3.svg") no-repeat center;
              mask: url("../img/business-matching/btn-text-3.svg") no-repeat center;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s; }

.cta__btn:hover {
      background-color: #fff; }

.cta__btn:hover .cta__btnText {
        background-color: #9D0000; }

.support {
  padding: 187px 0 191px;
  background-color: #fff; }

.support__title {
    max-width: 356px;
    margin: 0 auto; }

.support__heading {
    max-width: 555px;
    margin: 100px auto 0; }

.support__text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2.3; }

.support__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 64px; }

.support__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: 28px;
    width: calc((543 / 860) * 100%); }

.support__listItem {
      padding-bottom: 23px;
      text-align: left;
      border-bottom: 5px dotted #FFC600; }

.support__name {
    font-size: 20px;
    font-weight: 700; }

.support__desc {
    margin: 12px 0 0 43px;
    font-size: 14px;
    line-height: 1.8; }

.support__ossan {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: calc((210 / 860) * 100%); }

.support__flow {
    margin-top: 100px; }

.support__flow h3 {
      max-width: 385px;
      margin: 0 auto; }

.support__flowImg {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin-top: 40px; }

.support__note {
    margin-top: 40px;
    font-size: 14px;
    text-align: left; }

.case {
  padding: 186px 0 187px;
  background-color: #FFF; }

.case__title {
    max-width: 194px;
    margin: 0 auto; }

.case__lead {
    margin-top: 40px;
    font-size: 18px; }

.case__heading {
    max-width: 256px;
    margin: 100px auto 0; }

.case__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: 40px;
    margin-top: 40px; }

.case__other {
    margin-top: 100px; }

.case__other h3 {
      max-width: 576px;
      margin: 0 auto; }

.case__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 40px; }

.case__flex img {
      max-width: 150px;
      width: calc((150 / 860) * 100%);
      -o-object-fit: contain;
         object-fit: contain; }

.case__note {
    margin-top: 40px;
    text-align: left;
    font-size: 14px; }

.slider {
  position: relative;
  max-width: 690px;
  width: calc((690 / 860) * 100%);
  padding: 0 52px; }

.slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.slider .slick-slide {
    width: 180px !important;
    height: auto !important;
    margin: 0 8px;
    background-color: #FFF3C8;
    border-radius: 20px; }

.slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.slider__pagination {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none; }

.slider__nav {
    pointer-events: auto;
    position: static;
    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;
    width: 48px;
    height: 48px;
    padding: 0;
    background-color: #FFC600;
    background-image: url("../img/business-matching/icon-polygon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    border: none;
    border-radius: 100vmax;
    cursor: pointer;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }

.slider__nav::before {
      content: none; }

.slider__nav:hover {
      opacity: 0.6; }

.slider__nav--prev {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.slider__slide {
    height: 100%; }

.slider__inner {
    width: 100%;
    min-height: 200px;
    padding: 12px 12px 15px;
    font-size: 14px;
    line-height: 1.6; }

.slider__company + .slider__company {
    margin-top: 23px; }

.slider__label {
    padding: 8px 0 6px;
    background-color: #FFF;
    font-size: 14px;
    border-radius: 100vmax; }

.slider__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr; }

.slider__list dt, .slider__list dd {
      margin-top: 8px; }

.slider__list dt {
      font-weight: unset; }

.slider__list dd {
      text-align: left; }

.interview {
  text-align: left; }

.interview:not(:last-child) {
    padding-bottom: 35px;
    border-bottom: 5px dotted #FFC600; }

.interview__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px; }

.interview__img {
    max-width: 430px;
    width: calc((430 / 860) * 100%);
    height: auto;
    border-radius: 20px; }

.interview__company {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }

.interview__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 24px;
    background-color: #FFC600;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100vmax; }

.interview__item + .interview__item {
    margin-top: 28px; }

.interview__section {
    margin-top: 28px; }

.interview__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7; }

.interview__text--lg {
      font-size: 20px;
      font-weight: 700; }

.faq {
  padding: 190px 0 140px;
  background-color: #FFC600; }

.faq__title {
    max-width: 275px;
    margin: 0 auto;
    text-align: center; }

.faq__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: 12px;
    margin-top: 100px; }

.faq__item {
    background-color: #fff;
    border-radius: 50px; }

.faq__item.is-open {
      border-radius: 32px; }

.faq__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 7px 7px 7px 28px;
    font-weight: 700;
    text-align: left;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: #fff;
    border-radius: 50px; }

.faq__trigger::after {
      content: '';
      width: 48px;
      height: 48px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-color: #FFC600;
      background-image: url("../img/business-matching/icon-polygon.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 9px;
      border-radius: 100vmax;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
      transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
      transition: transform 0.3s ease, background-color 0.2s ease;
      transition: transform 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease; }

.js-faq-accordion.is-open .faq__trigger {
      background-color: #000;
      color: #fff; }

.js-faq-accordion.is-open .faq__trigger::after {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
        background-color: #fff; }

.faq__trigger:hover {
      background-color: rgba(255, 255, 255, 0.5); }

.js-faq-accordion.is-open .faq__trigger:hover {
      background-color: #000; }

.faq__text {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 0;
    padding-left: 20px; }

.faq__text::before {
      content: 'Q. ';
      position: absolute;
      left: 0; }

.faq__answer {
    padding: 20px 0; }

.faq__answer p {
      max-width: calc( 100% - 56px);
      margin: 0 auto;
      text-align: left;
      font-size: 14px;
      line-height: 1.8; }

.contact {
  position: relative;
  z-index: 0;
  padding: 140px 0;
  background-color: #fff; }

.contact::before, .contact::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    aspect-ratio: 1440 / 228;
    background-image: url("../img/business-matching/bg-contact.png");
    background-repeat: no-repeat;
    background-size: contain; }

.contact::before {
    top: 0; }

.contact::after {
    bottom: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.contact__title {
    max-width: 235px;
    margin: 0 auto; }

.contact form {
    margin-top: 100px;
    text-align: left; }

.contact__note {
    max-width: 460px;
    margin: 20px auto 0;
    font-size: 12px; }

.contact__recaptcha {
    margin: 0 auto; }

.afterword {
  position: relative;
  padding: 140px 0 100px;
  background-color: #FFC600; }

.afterword::after {
    content: "";
    position: absolute;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    display: block;
    width: 100%;
    height: 50px;
    -webkit-mask-image: url("../img/business-matching/triangle-line-cta.svg");
            mask-image: url("../img/business-matching/triangle-line-cta.svg");
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #FFC600; }

.afterword__img {
    width: 100%;
    height: auto;
    border-radius: 20px; }

.afterword__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-top: 40px; }

.afterword__box {
    text-align: left; }

.afterword__box:first-child {
      position: relative; }

.afterword__box:first-child::before {
        content: "";
        position: absolute;
        right: -30px;
        display: block;
        width: 5px;
        height: 100%;
        border-right: 5px dotted #fff; }

.afterword__box:first-child .afterword__logo {
        max-width: 150px;
        margin-top: 9px; }

.afterword__box:first-child .afterword__company {
        margin-top: 19px; }

.afterword__box:last-child .afterword__logo {
      max-width: 113px;
      margin-top: 13px; }

.afterword__box:last-child .afterword__company {
      margin-top: 25px; }

.afterword__label {
    font-size: 14px; }

.afterword__name span {
    font-size: 14px;
    font-weight: 400; }

.afterword__company, .afterword__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5; }

.afterword__message {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7; }

.footer {
  padding: 76px 0 20px;
  text-align: center;
  background-color: #fff; }

.footer__copyright {
    font-weight: 700; }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }
    .header {
      position: fixed;
      background: #fff; }
      .header::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -23px;
        z-index: -1;
        display: block;
        width: 100vw;
        height: 24px;
        background-image: url("../img/business-matching/triangle-line.png");
        background-size: contain;
        background-repeat: repeat-x; }
      .header__inner {
        padding: 12px 12px 0; }
      .header__logo {
        max-width: 205px;
        width: 100%;
        padding: 0;
        border: none; }
        .header__logo img {
          max-width: unset;
          width: 100%; }
    .kv {
      z-index: 2;
      padding: 118px 0 0; }
      .kv__imgarea {
        max-width: 500px;
        padding: 0; }
        .kv__imgarea h1 img {
          width: 100%; }
      .kv__btn {
        max-width: 320px;
        margin-top: 47px;
        padding: 19px; }
        .kv__btn .kv__btn__text {
          width: 197px; }
    .section__inner {
      max-width: 424px;
      padding: 0 12px; }
    .intro {
      z-index: 1;
      margin-top: -88px;
      padding: 168px 0 80px; }
      .intro::before {
        bottom: 100%;
        height: 58px; }
      .intro::after {
        height: 58px; }
      .intro__title {
        max-width: 247px; }
      .intro__desc {
        max-width: 288px;
        margin: 32px auto 0;
        font-size: 16px; }
      .intro__youtube {
        margin-top: 32px; }
      .intro__flyer {
        margin-top: 80px; }
        .intro__flyer h3 {
          max-width: 213px; }
        .intro__flyerImg {
          margin-top: 32px; }
      .intro__btn {
        max-width: 320px;
        padding: 11px 0 12px; }
        .intro__btn .intro__btnText {
          width: 213px; }
    .problem {
      padding: 80px 0 102px; }
      .problem__title {
        max-width: 288px; }
      .problem__lead {
        margin-top: 32px;
        font-size: 16px;
        line-height: 1.7; }
      .problem__common, .problem__situation, .problem__future {
        margin-top: 80px; }
    .problem__common h3, .problem__situation h3 {
      max-width: 184px; }
      .problem__commonImg {
        max-width: 320px;
        margin: 32px auto 0; }
      .problem__future h3 {
        max-width: 321px; }
      .problem__vision {
        font-size: 15px;
        line-height: 2.4; }
        .problem__vision:first-of-type {
          margin-top: 32px; }
        .problem__vision--strong {
          font-size: 18px; }
    .data {
      gap: 80px; }
      .data__item:nth-child(1) .data__body .data__ossan {
        max-width: 188px;
        width: auto; }
      .data__item:nth-child(2) .data__body .data__ossan {
        max-width: 233px;
        width: auto; }
      .data__item:nth-child(3) .data__body .data__ossan {
        max-width: 225px;
        width: auto; }
    .data__item:nth-child(1) .data__body picture,
    .data__item:nth-child(2) .data__body picture,
    .data__item:nth-child(3) .data__body picture {
      width: 100%; }
      .data__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 32px;
        margin-top: 32px; }
      .data__text {
        margin-top: 32px;
        padding: 12px 0;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 20px; }
    .cta {
      padding: 40px 0 36px; }
      .cta::before, .cta::after {
        -webkit-mask-image: url("../img/business-matching/triangle-line-cta-sp.svg");
                mask-image: url("../img/business-matching/triangle-line-cta-sp.svg");
        height: 22px; }
      .cta::before {
        top: -22px; }
      .cta::after {
        -webkit-transform-origin: unset;
                transform-origin: unset;
        bottom: -22px; }
      .cta__btn {
        max-width: 320px; }
        .cta__btn .cta__btnText {
          width: 226px; }
    .support {
      padding: 102px 0 100px; }
      .support__title {
        max-width: 288px; }
      .support__heading {
        max-width: 321px;
        margin: 80px auto 0; }
      .support__text {
        margin-top: 32px;
        font-size: 16px;
        line-height: 1.7; }
      .support__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 32px;
        margin-top: 46px; }
      .support__list {
        gap: 24px;
        width: 100%; }
        .support__listItem {
          padding-bottom: 19px; }
      .support__name {
        font-size: 18px; }
      .support__desc {
        margin: 8px 0 0 32px; }
      .support__ossan {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        max-width: 210px;
        width: auto; }
      .support__flow {
        margin-top: 80px; }
        .support__flow h3 {
          max-width: 313px; }
      .support__note {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.2; }
    .case {
      padding: 102px 0; }
      .case__title {
        max-width: 155px; }
      .case__lead {
        margin-top: 32px;
        font-size: 16px; }
      .case__heading {
        max-width: 209px;
        margin: 80px auto 0; }
      .case__list {
        gap: 28px;
        margin-top: 32px; }
      .case__other {
        margin-top: 80px; }
        .case__other h3 {
          max-width: 263px; }
      .case__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 0;
        margin-top: 32px; }
        .case__flex img {
          max-width: 210px;
          width: auto;
          margin: 32px auto 0; }
      .case__note {
        margin-top: 16px;
        font-size: 13px; }
    .slider {
      width: 100vw;
      padding: 0; }
      .interview:not(:last-child) {
        padding-bottom: 23px; }
      .interview__profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .interview__img {
        max-width: unset;
        width: 100%; }
        .interview__text--lg {
          font-size: 18px; }
    .faq {
      padding: 102px 0; }
      .faq__title {
        max-width: 220px; }
      .faq__list {
        margin-top: 80px; }
        .faq__item.is-open {
          border-radius: 50px 50px 32px 32px; }
      .faq__trigger {
        padding: 14px 12px 14px 24px; }
        .faq__trigger::after {
          width: 60px;
          height: 60px; }
    .contact {
      padding: 80px 0; }
      .contact__title {
        max-width: 192px; }
      .contact form {
        margin-top: 32px; }
    .afterword {
      padding: 80px 0 78px; }
      .afterword::after {
        bottom: -22px;
        height: 22px;
        -webkit-mask-image: url("../img/business-matching/triangle-line-cta-sp.svg");
                mask-image: url("../img/business-matching/triangle-line-cta-sp.svg"); }
      .afterword__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 64px;
        margin-top: 32px; }
          .afterword__box:first-child::before {
            right: 0;
            top: -35px;
            width: 100%;
            height: 5px;
            border-right: none;
            border-bottom: 5px dotted #fff; }
          .afterword__box:first-child .afterword__logo {
            max-width: 131px; }
        .afterword__box:last-child .afterword__logo {
          max-width: 105px; }
    .footer {
      padding: 38px 0 27px; }
      .footer__copyright {
        font-size: 14px; } }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none; }
    .header.is-hidden {
      opacity: 0; }
    .header.is-fixed {
      position: fixed;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #fff; }
      .header.is-fixed::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -52px;
        z-index: -1;
        display: block;
        width: 100vw;
        height: 53px;
        background-image: url("../img/business-matching/triangle-line-pc.png");
        background-size: contain;
        background-repeat: repeat-x; }
      .header.is-fixed .header__inner {
        padding: 12px 30px 20px 72px; }
      .header.is-fixed .header__logo, .header.is-fixed .header__nav {
        background-color: transparent;
        border: none;
        border-radius: 0; }
      .header.is-fixed .header__logo {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 199px;
        padding: 0; }
        .header.is-fixed .header__logo img {
          max-width: unset;
          width: 100%; }
      .header.is-fixed .header__nav {
        max-width: 700px;
        margin-left: auto;
        padding-left: 0; }
      .header.is-fixed .header__list {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 0; }
      .header.is-fixed .header__listItem {
        padding: 0; }
        .header.is-fixed .header__listItem:first-child {
          padding-left: 0; }
        .header.is-fixed .header__listItem--red {
          margin-left: 0;
          margin-right: 0; }
          .header.is-fixed .header__listItem--red .header__link {
            padding: 16px 27px 15px; }
      .header.is-fixed .header__link {
        padding: 16px 0 15px;
        font-size: 14px; } }

@media screen and (min-width: 769px) and (max-width: 1000px) {
      .header.is-fixed .header__inner {
        padding: 12px 10px 20px 24px; }
          .header.is-fixed .header__listItem--red .header__link {
            padding: 16px 22px 15px; }
      .header.is-fixed .header__link {
        font-size: 12px; } }

@media screen and (min-width: 769px) and (max-width: 900px) {
          .header.is-fixed .header__listItem--red .header__link {
            padding: 16px 17px 15px; }
      .header.is-fixed .header__link {
        font-size: 11px; } }

@media screen and (max-width: 1100px) {
      .header__logo {
        width: 209px; }
        .header__logo img {
          width: 159px; }
      .header__nav {
        padding-left: 27px; }
        .header__listItem--red .header__link {
          padding: 20px 14px 21px 17px; } }

@media screen and (max-width: 370px) {
      .header__logo {
        max-width: 180px; } }

@media screen and (max-width: 1300px) {
      .header__nav {
        padding-left: 37px; }
        .header__listItem--red .header__link {
          padding: 20px 24px 21px 27px; }
      .header__link {
        font-size: 14px; } }

@media screen and (max-width: 900px) {
      .header__nav {
        padding-left: 17px; } }

@media screen and (max-width: 1000px) {
        .header__listItem--red .header__link {
          padding: 20px 9px 21px 12px; }
      .header__link {
        font-size: 10px; } }
