@charset "UTF-8";
.m-floating + .company-area {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .m-floating + .company-area {
    padding-bottom: 48px;
  }
  .m-floating + .company-area .company-inner {
    background: #000000;
  }
}
@media (min-width: 1399px) {
  .m-floating + .company-area {
    padding-bottom: 50px;
  }
}
.m-floating + .company-area .company-inner:after {
  display: none;
}

.p-mv__collab {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .p-mv__collab {
    transform: translateY(50px);
    background: rgba(255, 255, 255, 0.7);
    padding: 1.25rem;
    gap: 0.5rem;
    max-width: 1084px;
    margin: auto;
  }
}
@media (min-width: 1399px) {
  .p-mv__collab {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.7);
    padding: 1.25rem;
    gap: 0.5rem;
    max-width: 678px;
    position: absolute;
    right: 22px;
    top: -400px;
  }
}
.p-mv__collab__heading {
  padding: 10px 20px;
  width: 100%;
  background: #000;
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 600;
  margin-top: 0;
}
.p-mv__collab__heading span {
  background: linear-gradient(90deg, #adcd03 0%, #ffff01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1399px) {
  .p-mv__collab__heading {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-mv__collab__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .p-mv__collab__list {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-mv__collab__li-card-course {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .p-mv__collab__li-card-course {
    flex: 1 1 auto;
    gap: 0.3125rem;
  }
}
.p-mv__collab__li-card-course img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.p-mv__collab__caption {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  color: #fff;
}

@media (min-width: 768px) {
  .p-mv__collab__caption {
    color: #202020;
    text-align: left;
    font-size: 0.8125rem;
    align-self: stretch;
  }
}
.pickup-area {
  overflow: hidden;
  text-align: center;
}
.pickup-area .pickup-title {
  background: linear-gradient(90deg, rgb(173, 205, 3) 0%, rgb(255, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1.008, 1);
  text-align: center;
}
@media (min-width: 768px) {
  .pickup-area .pickup-title {
    font-size: 63px;
    transform: rotate(0deg) scale(1.004, 1.004);
  }
}
.pickup-area .pickup-subtitle {
  display: block;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .pickup-area .pickup-subtitle {
    margin-top: 3rem;
  }
}

/* PICK UP */
.l-bg-pnk {
  padding-bottom: 72px;
}
@media (min-width: 768px) {
  .l-bg-pnk {
    padding-bottom: 120px;
  }
}

.block_collab {
  padding-inline-start: 0;
}
.p-swiper-card-wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .p-swiper-card-wrapper {
    flex-direction: column;
    gap: 48px;
  }
}

.p-swiper-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 22px 22px 30px 22px;
}
.p-swiper-card img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-swiper-card {
    max-width: 1084px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 36px;
    padding: 0;
  }
}

.p-swiper-card-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-swiper-card-inner {
    gap: 16px;
    flex: 0 0 calc(50% - 18px);
    max-width: 520px;
  }
}

.campany span {
  color: #333333;
  text-align: left;
  font-size: 21px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .campany span {
    font-weight: 700;
    font-size: 22px;
    background: url(../images/ico_ttl.svg) 0 no-repeat;
    background-size: 17px 22px;
    padding-left: 23px;
  }
}

.p-swiper-card-heading {
  color: #adcd03;
  text-align: left;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.004em;
  font-weight: 700;
  position: relative;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .p-swiper-card-heading {
    font-size: 28px;
  }
}

.p-swiper-card-text {
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.004em;
  position: relative;
  font-weight: 400;
}
.block_collab {
  margin-top: 22px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .block_collab {
    margin-top: 100px;
    padding-inline: 40px;
  }
}
.block_collab {
  /* スライダー非活性時 */
}
.block_collab .swiper:not(.swiper-initialized) {
  padding: 0;
}
.block_collab .swiper:not(.swiper-initialized) .swiper-button-prev,
.block_collab .swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.block_collab .swiper:not(.swiper-initialized) .swiper-wrapper:not(.block_support_inner) {
  display: flex;
}
.block_collab .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 9px;
}
.block_collab .swiper-button-next.swiper-button-disabled,
.block_collab .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.block_collab .swiper-button-prev:after,
.block_collab .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 34px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_prev.svg);
}
.block_collab .swiper-button-next {
  right: 7px;
}
.block_collab .swiper-button-next:after,
.block_collab .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 34px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_next.svg);
}
.block_collab .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #cccccc;
  opacity: 1;
}
.block_collab .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #adcd03;
}
@media (max-width: 767.98px) {
  .block_collab {
    overflow: hidden;
  }
  .block_collab .swiper {
    overflow: visible;
  }
  .block_collab .swiper-slide {
    width: 291px;
    margin-bottom: 110px;
    margin-bottom: 54px;
    height: auto;
    border-radius: 10px;
    border: 2px solid #adcd03;
  }
  .block_collab .p-swiper-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.subtitle-point.p0101 {
  width: 323px;
}
@media (min-width: 768px) {
  .subtitle-point.p0101 {
    width: 646px;
  }
}

.note {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px; /* 270% */
  letter-spacing: 0.363px;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .note {
    font-size: 14px;
    margin-top: 36px;
  }
}

.p-support4 {
  text-align: center;
  padding: 80px 28px 64px;
}
@media (min-width: 768px) {
  .p-support4 {
    padding: 136px 5% 100px;
  }
}
.p-support4 .l-sec__inner {
  width: 100%;
  max-width: 896px;
  margin: auto;
}
.p-support4 .p-support4__text {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .p-support4 .p-support4__text {
    margin-top: 40px;
    text-align: left;
  }
}
.p-support4 .m-point-ttl-txt {
  margin-top: 0;
}
.p-support4 * + .m-point-ttl {
  margin-top: 40px;
  position: relative;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.75px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-support4 * + .m-point-ttl {
    margin-top: 4rem;
    text-align: left;
  }
  .p-support4 * + .m-point-ttl .m-point-ttl-txt {
    font-size: 21px;
  }
}
.p-support4 .m-support4-item {
  align-items: flex-end;
  background: #FAFAFA;
  padding: 1.25rem 1.125rem 1.25rem 1.125rem;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .p-support4 .m-support4-item {
    margin-top: 48px;
    padding: 1.5rem 2rem;
  }
  .p-support4 .m-support4-item + .m-support4-item {
    margin-top: 32px;
  }
}
.p-support4 .m-support4-item-heading {
  display: block;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0rem 0rem 0.0625rem 0rem;
  padding: 0rem 0rem 1.25rem 0rem;
  color: #202020;
  text-align: center;
  font-size: var(--heading-l-font-size, 1.125rem);
  line-height: var(--heading-l-line-height, 140%);
  letter-spacing: var(--heading-l-letter-spacing, 0.0625rem);
  font-weight: var(--heading-l-font-weight, 600);
  position: relative;
}
.p-support4 .m-support4-item-heading span {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 1.4;
}
.p-support4 .m-support4-item-txt {
  position: relative;
  color: #202020;
  font-size: var(--body-m-font-size, 0.9375rem);
  line-height: var(--body-m-line-height, 190%);
  margin-top: 1.125rem;
}
.p-support4 .m-support4-item-txt + .m-support4-item-note {
  margin-top: 0.5rem;
}
.p-support4 .m-support4-item-note {
  color: #202020;
  text-align: left;
  font-size: var(--caption-xs-font-size, 0.75rem);
  line-height: var(--caption-xs-line-height, 140%);
  letter-spacing: var(--caption-xs-letter-spacing, 0.0625rem);
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.p-support4 .m-support4-table {
  margin-top: 20px;
  overflow-x: auto;
}
.p-support4 .m-support4-table table {
  width: 100%;
  min-width: 517px;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.p-support4 .m-support4-table th,
.p-support4 .m-support4-table td {
  vertical-align: middle;
  padding: 10px 8px;
  background: #FAFAFA;
  color: #202020;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.p-support4 .m-support4-table td {
  height: 80px;
}
.p-support4 .m-support4-table tr th:nth-child(n+2),
.p-support4 .m-support4-table td {
  border-left: 4px solid #fff;
}
.p-support4 .m-support4-table tr th:nth-child(1) {
  background: #D1E700;
  width: 140px;
}
.p-support4 .m-support4-table tr *:nth-child(2) {
  width: 140px;
  vertical-align: middle;
}
.p-support4 .m-support4-table tr td:nth-child(3) {
  padding: 20px;
  text-align: left;
  height: 145px;
}
.p-support4 .m-support4-table tr td:nth-child(3) span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 0.5rem;
}
.p-support4 .m-support4-table.c-gray-table .m-support4-table-ttl {
  background: #9c9c9c;
  color: #fff;
}
.p-support4 .m-support4-table.c-gray-table th,
.p-support4 .m-support4-table.c-gray-table td {
  background: #f1f1f1;
}
.p-support4 .m-support4-table.c-gray-table tr th:nth-child(1) {
  background: #aaa;
  color: #fff;
}
.p-support4 .m-support4-table-ttl {
  display: block;
  width: 100%;
  min-width: 517px;
  background: #D1E700;
  padding: 0.6875rem;
  color: #202020;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
}

/*
  * セクション入れ替えによるマージン調整
  */
.id-area {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .id-area {
    margin-top: 210px;
  }
}

.location-area {
  margin-top: 84px;
}
@media (min-width: 768px) {
  .location-area {
    margin-top: 130px;
  }
}

.location-inner {
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .location-inner {
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .request-area {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .request-area + .company-area::before {
    display: none;
  }
  .request-area + .company-area {
    margin-top: 0;
  }
}

.about-area {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .about-area {
    margin-top: 87px;
  }
}

@media (min-width: 768px) {
  .bg-circle-bk.point03,
  .bg-circle.point01-bg {
    padding-bottom: 330px;
  }
}

.reason-area + .bg-circle-bk {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .reason-area + .bg-circle-bk {
    margin-top: 100px;
  }
}

/* 260319 導線追加 */
.topics-area {
  padding-top: 0 !important;
}

.sct-links {
  padding: 24px 20px 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 47.9375rem) {
  .sct-links {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}
.sct-links .links-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-width: 980px;
  margin: auto;
  position: relative;
}

.sct-links .links-inner > * {
  width: 100%;
}

.sct-links .links-headding {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  position: relative;
  font-weight: 600;
}

.sct-links .marker {
  background: linear-gradient(transparent 54%, #FDFF9D 0%);
  display: inline;
  padding: 0 1px 0px;
}

.sct-links .ttl {
  padding: 0px 8px 0px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.sct-links .ttl-sub {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  font-weight: 600;
}

@media screen and (max-width: 47.9375rem) {
  .sct-links .ttl-sub {
    font-size: 16px;
  }
}
.sct-links .line-ttl-sub-left {
  background: #333333;
  border-style: solid;
  border-color: #333333;
  border-width: 1px;
  flex-shrink: 0;
  width: 22px;
  height: 1px;
  position: relative;
  transform: rotate(60deg) scale(1, 1);
}

.sct-links .line-ttl-sub-right {
  background: #333333;
  border-style: solid;
  border-color: #333333;
  border-width: 1px;
  flex-shrink: 0;
  width: 22px;
  height: 1px;
  position: relative;
  transform: rotate(-60deg) scale(1, 1);
}

.sct-links .ttl-main {
  color: #333;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
  position: relative;
}

@media screen and (max-width: 47.9375rem) {
  .sct-links .ttl-main {
    font-size: 20px;
  }
}
.sct-links .links-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 980px;
  position: relative;
  margin: auto;
  margin-top: 24px;
}

@media screen and (max-width: 47.9375rem) {
  .sct-links .links-wrap {
    margin-top: 16px;
  }
}
.sct-links .btn-school {
  text-decoration: none;
  background: #ffffff;
  border-style: solid;
  border-color: #92AD00;
  border-width: 2px;
  padding: 9px 10px 10px 9px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  transition: opacity 0.6s;
}

.sct-links .btn-school:hover {
  opacity: 0.6;
}

.sct-links .btn-school-heading {
  padding: 0px 6px 0px 6px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.sct-links .label {
  color: #92AD00;
  text-align: center;
  font-size: 19px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  flex: 1;
}

.sct-links .icon-school-select {
  flex-shrink: 0;
  width: 9px;
  height: 16px;
  position: relative;
  overflow: visible;
}

.sct-links .ttl-shool {
  background: #92AD00;
  padding: 4px 6px 4px 6px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.sct-links .div5 {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  flex: 1;
}

.capcom-topic {
  overflow: hidden;
}

.company-list {
  max-width: 782px;
}/*# sourceMappingURL=add_2603.css.map */