@charset "UTF-8";
#vantan-header img {
  display: inline;
}

.header-vantan-logo {
  padding: 12px 16px;
  background: #fff;
}

.p-header__cv-outer {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
}

.p-header__cv-outer a {
  width: 300px;
}

.l-main {
  margin-top: 0;
  overflow: hidden;
}

.p-fv {
  position: relative;
  max-width: 1300px;
  min-height: 550px;
  margin: auto;
  background-position: center top;
  background-color: #eaeef1;
  background-image: none;
}

.p-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 438px;
  overflow: hidden;
  background-color: #eaeef1;
  background-image: url(../img/bg_fv_sp.jpg);
  background-size: 100%;
}

.p-fv__img {
  position: absolute;
  top: 219px;
  left: 17px;
  z-index: 2;
  padding: 0;
  margin: 0;
  max-width: 355px;
}

.p-fv__text {
  position: absolute;
  bottom: 22px;
  left: 12px;
  z-index: 2;
  padding: 0;
  margin: 0;
}

.p-fv__note {
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: 2;
  padding: 8px 20px;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.5;
  background-color: rgba(234, 238, 241, 0.75);
}

.p-fv__badge {
  position: absolute;
  top: 77px;
  left: 14px;
  z-index: 2;
  width: 126px;
}

.p-fv__megumi {
  position: absolute;
  top: 377px;
  left: 32px;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 312px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.p-fv__megumiVisual {
  width: 120px;
}

.p-fv__megumiText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 17px 4px 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #e0779d;
}

.p-fv__megumiText .text-large {
  font-size: 1.25rem;
}

/* intro */
.p-intro__em {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-intro__footer-note {
  margin-top: 32px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}

/* about */
.p-about__footer-note {
  margin-top: 32px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}

.p-location__address {
  line-height: 1.2;
}

.p-location__place--nagoya {
  width: 183px;
}

.p-location__place--fukuoka {
  width: 205px;
}

.p-location__place--sapporo {
  display: flex;
  align-items: center;
  width: 196px;
  height: 50px;
}

.p-footer {
  padding-top: 0;
}

.p-footer__items {
  flex-wrap: wrap;
}

.p-footer__item {
  width: 50%;
  margin-left: 0;
  margin-bottom: 4rem;
}

.p-footer .l-sec__inner {
  padding-bottom: 0;
}

/* .js-fixedBanner */
.js-fixedBanner {
  transition: opacity 0.25s ease-out;
}

.js-fixedBanner:not(.is-visible) {
  pointer-events: none;
  opacity: 0;
}

.js-fixedBanner.is-visible {
  opacity: 1;
}

@media (min-width: 769px) {
  .p-fv {
    background-image: url(../img/bg_fv.jpg);
  }
  .p-fv::after {
    content: none;
  }
  .p-fv__img {
    position: absolute;
    right: auto;
    bottom: 265px;
    left: 113px;
    padding: 0;
    margin: 0;
    max-width: 589px;
  }
  .p-fv__text {
    position: absolute;
    right: 79px;
    bottom: 82px;
    left: auto;
    padding: 0;
    margin: 0;
  }
  .p-fv__note {
    padding-inline: 44px;
    color: #fff;
    background-color: transparent;
  }
  .p-fv__badge {
    top: 13px;
    right: 13px;
    left: auto;
    width: 240px;
  }
  .p-fv__megumi {
    top: 500px;
    left: 93px;
    max-width: 525px;
  }
  .p-fv__megumiVisual {
    width: 214px;
  }
  .p-fv__megumiText {
    padding-left: 37px;
    font-size: 1.625rem;
  }
  .p-fv__megumiText .text-small {
    font-size: 1.4375rem;
  }
  .p-fv__megumiText .text-large {
    font-size: 2rem;
  }
  .header-vantan-logo {
    padding: 18px 32px;
  }
  .l-main {
    margin-top: 0;
  }
  .p-intro__text {
    padding-top: 20px;
  }
  .p-intro__text span {
    top: 16px;
  }
  .p-intro__em {
    font-size: 20px;
  }
  .p-intro__text--ft {
    padding-top: 32px;
  }
  .p-intro__text--rd {
    padding-left: 84px;
  }
}
@media (min-width: 1240px) {
  .p-fv__megumi {
    top: 596px;
  }
}
@media (max-width: 768px) {
  .p-intro__text.p-intro__text--nd .p-intro__em-note {
    position: absolute;
    bottom: 2.4em;
  }
  .p-footer {
    padding-bottom: 130px;
  }
  .p-footer__item {
    width: auto;
    margin-bottom: 0;
  }
}
/* President MEGUMI */
.p-president {
  position: relative;
}

.p-president__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-president__bg img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-president__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.p-president__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.p-president__title > * {
  display: block;
  padding: 12px 10px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #c08cc7;
}

.p-president__title .label-top {
  max-width: 896px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.p-president__title .label-bottom {
  max-width: 880px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
}

.p-president__photo {
  overflow: hidden;
  border-radius: 40px;
}

.p-president__message .message-title {
  margin-bottom: 20px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.9px;
  text-decoration: underline;
  text-decoration-thickness: 15px;
  text-decoration-color: #ffccde;
  text-underline-offset: -8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.p-president__message .message-body {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.p-president__message .message-sign-post {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.p-president__message .message-sign-name {
  display: block;
  max-width: 108px;
}

@media (min-width: 769px) {
  .p-president__title {
    gap: 15px;
    align-items: center;
    margin-bottom: 50px;
  }
  .p-president__title > * {
    padding: 12px 40px;
  }
  .p-president__title .label-top {
    font-size: 1.25rem;
  }
  .p-president__title .label-bottom {
    font-size: 2.5rem;
  }
  .p-president__message .message-title {
    font-size: 2rem;
  }
  .p-president__message .message-body {
    font-size: 1.125rem;
  }
}
@media (min-width: 860px) {
  .p-president__row {
    flex-direction: row;
    gap: 60px;
    align-items: center;
    justify-content: center;
  }
  .p-president__col {
    flex: 1 1 50%;
  }
}
@media (min-width: 1240px) {
  .l-sec__inner--president {
    box-sizing: content-box;
  }
}
/* 認定校 */
.p-feature .p-feature__title-note-mark {
  position: absolute;
  transform: translate(-1em, -0.35em);
}

.p-feature-box__head {
  margin-bottom: 30px;
}

.p-feature-box__accredited {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid #ebebeb;
}

.p-feature__note {
  margin-top: 32px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}

.p-feature-col__description {
  margin-top: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 769px) {
  .p-feature-box__head {
    margin-bottom: 40px;
  }
}
/* 注釈 */
.c-note-mark {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  vertical-align: top;
  line-height: 1;
  color: inherit;
}

.p-course-item__en--nd {
  width: 362px;
}

@media (min-width: 769px) {
  .p-course-item__en--nd {
    width: 567px;
  }
}
/**
 * 週1日通学コース追加
 */
.OtherCourse {
  padding: 60px 20px;
}
@media (min-width: 769px) {
  .OtherCourse {
    padding-block: 120px;
  }
}

.OtherCourse__topText {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: #e470a5;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(203, 113, 176, 0.15);
  text-decoration-thickness: 50%; /* 9px */
  text-underline-offset: -20%; /* -3.6px */
  text-underline-position: from-font;
}
@media (min-width: 769px) {
  .OtherCourse__topText {
    margin-bottom: 16px;
    font-size: 1.75rem;
  }
}

.OtherCourse__title {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #151515;
  text-align: center;
}
@media (min-width: 769px) {
  .OtherCourse__title {
    margin-bottom: 40px;
    font-size: 2.375rem;
  }
}

.OtherCourse__title::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: 16px auto 0;
  content: "";
  background-color: #cb71b0;
}

.OtherCourse__media {
  max-width: 1074px;
  margin: 0 auto 32px;
}
@media (min-width: 769px) {
  .OtherCourse__media {
    margin-bottom: 48px;
  }
}

.OtherCourse__text {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
@media (min-width: 769px) {
  .OtherCourse__text {
    margin-bottom: 36px;
    text-align: center;
  }
}

.OtherCourse__recommended {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin-inline: auto;
  border-radius: 4px;
  border: 1px solid #e470a5;
  background: #fff;
}

.OtherCourse__recommendedTitle {
  width: 100%;
  padding-block: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #e470a5;
}
@media (min-width: 769px) {
  .OtherCourse__recommendedTitle {
    font-size: 1.25rem;
  }
}

.OtherCourse__recommendedList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 32px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #e470a5;
  list-style-type: none;
}

.OtherCourse__buttonLink {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  max-width: 20.9375rem;
  padding: 18px 8px;
  margin: 32px auto 0;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-color: #dd4a84;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease-out;
}
@media (min-width: 769px) {
  .OtherCourse__buttonLink {
    gap: 8px;
    max-width: 26.25rem;
    margin-top: 40px;
  }
}

@media (min-width: 769px) {
  .OtherCourse__buttonLink:hover {
    opacity: 0.6;
  }
}
.OtherCourse__buttonLinkTop {
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  .OtherCourse__buttonLinkTop {
    font-size: 1rem;
  }
}

.OtherCourse__buttonLinkBottom {
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .OtherCourse__buttonLinkBottom {
    font-size: 1.375rem;
  }
}

.OtherCourse__buttonLinkIcon {
  position: absolute;
  right: 14px;
  top: 50%;
  display: block;
  width: 9px;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .OtherCourse__buttonLinkIcon {
    right: 22px;
  }
}

/* googlemap ボタン */
.p-location__googlemap {
  margin-top: 20px;
}

.p-location__googlemap a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #dd4a84;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.p-location__googlemap .text {
  max-width: 152px;
}

.p-location__googlemap .icon {
  max-width: 20px;
}

@media (min-width: 769px) {
  .p-location__googlemap a {
    transition: opacity 0.3s ease-out;
  }
  .p-location__googlemap a:hover {
    opacity: 0.6;
  }
}
/* スクールスライダー対応 */
.p-school-outer {
  overflow: hidden;
}

.p-school__slider {
  width: 100%;
}

.p-school__slider.swiper {
  overflow: initial;
}

/* 250425 改修対応 */
/* FV改修 */
.p-fv {
  height: auto;
  min-height: auto;
}
.p-fv::after {
  height: 100%;
}

.p-fv__inner {
  padding-top: 107.4666666667%;
}
@media (min-width: 769px) {
  .p-fv__inner {
    padding-top: 820px;
  }
}

.p-fv__img {
  top: auto;
  bottom: 21px;
}
@media (min-width: 769px) {
  .p-fv__img {
    left: 100px;
    top: 320px;
    bottom: auto;
  }
}

.p-fv__text {
  top: 32px;
  right: 0;
  left: auto;
  bottom: auto;
  align-items: flex-end;
}
@media (min-width: 769px) {
  .p-fv__text {
    top: auto;
    bottom: 262px;
    right: 86px;
  }
}

.p-fv__lead {
  padding: 2px 6px;
  line-height: 1.3;
}
.p-fv__lead:nth-child(2) {
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .p-fv__lead {
    padding: 5px 10px;
    font-size: 1.0625rem;
  }
  .p-fv__lead:nth-child(2) {
    font-size: 2.125rem;
  }
}

.p-fv__megumi {
  top: 0;
  left: 0;
  gap: 9px;
  max-width: 198px;
  border-radius: 0px 0px 8px 0px;
  background: #fffabe;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
@media (min-width: 769px) {
  .p-fv__megumi {
    max-width: 354px;
  }
}

.p-fv__megumiVisual {
  width: 70px;
}
.p-fv__megumiVisual img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 769px) {
  .p-fv__megumiVisual {
    width: 116px;
  }
}

.p-fv__megumiText {
  padding: 11px 0;
}
.p-fv__megumiText span {
  font-size: 0.6875rem;
  display: flex;
  align-items: baseline;
}
.p-fv__megumiText .text-large {
  font-size: 0.9375rem;
}
.p-fv__megumiText .text-small {
  font-size: 0.6875rem;
}
@media (min-width: 769px) {
  .p-fv__megumiText {
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .p-fv__megumiText span {
    font-size: 1.25rem;
  }
  .p-fv__megumiText .text-large {
    font-size: 1.5rem;
  }
  .p-fv__megumiText .text-small {
    font-size: 1.25rem;
  }
}

/* コラボ授業 */
.p-fv__collabo {
  padding: 0.625rem 0rem 1.875rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  position: relative;
  background-image: url(../img/bg_president.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 769px) {
  .p-fv__collabo {
    background: rgba(255, 255, 255, 0.8);
    margin-top: -220px;
    padding: 1.25rem;
    gap: 1.125rem;
  }
}

.p-fv__collaboTitle {
  padding: 0.625rem 1.25rem;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  position: relative;
  color: #dd4a84;
  text-align: center;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-fv__collaboTitle {
    max-width: 70.5rem;
    margin: auto;
    font-size: 1.625rem;
    padding: 0.375rem 1.25rem;
    background: #e470a5;
    color: #fff;
  }
}

.p-fv__collaboImageWrap {
  display: flex;
  flex-direction: row;
  gap: 0rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 1;
  position: relative;
  max-width: 600px;
  margin: auto;
}
@media (min-width: 769px) {
  .p-fv__collaboImageWrap {
    max-width: 70.5rem;
    margin: auto;
    gap: 2.375rem;
  }
}

.p-fv__collaboImage {
  list-style-type: none;
  flex: 1 1 0;
  position: static;
}
.p-fv__collaboImage p {
  display: none;
}
@media (min-width: 769px) {
  .p-fv__collaboImage:nth-child(1) {
    flex-grow: 404;
  }
  .p-fv__collaboImage:nth-child(2) {
    flex-grow: 280;
  }
  .p-fv__collaboImage:nth-child(3) {
    flex-grow: 368;
  }
  .p-fv__collaboImage p {
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
    margin-top: 8px;
  }
}

.frame-926__div2 {
  width: 3.625rem;
  height: 1rem;
  position: absolute;
  left: 17.75rem;
  top: 8.5625rem;
  overflow: visible;
}

/* 選べる姉妹校 */
.p-fv__link {
  padding: 3.75rem 0rem;
  position: relative;
}
@media (min-width: 769px) {
  .p-fv__link {
    padding: 5rem 0;
  }
}

.p-fv__link__inr {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-start;
  max-width: 61.25rem;
  margin: auto;
  position: relative;
  padding: 0 1.25rem;
}
@media (min-width: 769px) {
  .p-fv__link__inr {
    padding: 0 2.5rem;
    gap: 2rem;
  }
}

.p-fv__link__catch-lead {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  line-height: 160%;
  display: inline;
  padding: 0 4px 2px 4px;
  text-decoration: underline;
  text-decoration-thickness: 0.75rem;
  text-decoration-color: rgba(242, 166, 199, 0.57);
  text-underline-offset: -8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.p-fv__link__list-select {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .p-fv__link__list-select {
    gap: 1.5rem;
  }
}

.p-fv__link__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.p-fv__link__ttl-sub {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  color: #000000;
  text-align: center;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-fv__link__ttl-sub {
    font-size: 1.125rem;
  }
}
.p-fv__link__ttl-sub::after, .p-fv__link__ttl-sub::before {
  content: "";
  display: block;
  margin: auto;
  background: #000000;
  border-style: solid;
  border-color: #000000;
  border-width: 0.0625rem;
  width: 1.25rem;
  height: 0.0625rem;
}
.p-fv__link__ttl-sub::after {
  transform: rotate(-60deg);
}
.p-fv__link__ttl-sub::before {
  transform: rotate(60deg);
}

.p-fv__link__div3 {
  color: #000000;
  text-align: center;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 600;
  position: relative;
}
@media (min-width: 769px) {
  .p-fv__link__div3 {
    font-size: 1.625rem;
  }
}

.p-fv__link__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 21rem;
  position: relative;
}
@media (min-width: 769px) {
  .p-fv__link__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 61.25rem;
  }
}

.p-fv__link__btn-school {
  border-radius: 0.625rem;
  border-style: solid;
  border-color: #dd4a84;
  border-width: 0.125rem;
  padding: 0.5625rem 0.625rem 0.625rem 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 769px) {
  .p-fv__link__btn-school {
    flex: 1 0 0;
    min-width: 290px;
    max-width: 320px;
  }
  .p-fv__link__btn-school:hover {
    opacity: 0.6;
  }
}

.p-fv__linkLabel {
  padding: 0rem 1rem 0rem 0.375rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  position: relative;
  color: #e0779d;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 26.6px */
}
.p-fv__linkLabel::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-image: url(../img/icon_arrow_cv_pnk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
}

.p-fv__link__ttl-shool {
  padding: 4px 6px;
  width: 100%;
  background: #e0779d;
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.4px */
}

/* PICK UP */
.l-bg-pattern {
  background-image: url(../img/bg_pickup.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 769px) {
  .l-bg-pattern::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 4px;
    left: 52px;
    display: block;
    width: 74px;
    height: 1065px;
    background-image: url(../img/bg_text_collaboration_pc.svg);
    background-size: cover;
    background-position: top right;
  }
}

.p-pickup__title {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}
@media (min-width: 769px) {
  .p-pickup__title {
    gap: 1.25rem;
  }
}

.p-pickup__title__pick-up {
  background: #bb72c4;
  border-radius: 0.375rem;
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 114px;
  margin: auto;
}
@media (min-width: 769px) {
  .p-pickup__title__pick-up {
    border-radius: 0.625rem;
    padding: 0.625rem 1.25rem;
    width: 133px;
  }
}

.p-pickup__title__jp {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.p-pickup__title__frame {
  background: #ffffff;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .p-pickup__title__frame {
    padding: 1rem 1.25rem;
  }
}

.p-pickup__title__div {
  color: #bb72c4;
  text-align: center;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-pickup__title__div {
    font-size: 3rem;
  }
}

.p-pickup__itemWrap {
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
  max-width: 68.75rem;
}

.p-pickup__item {
  padding: 0rem 0.125rem 0rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  position: relative;
}
@media (min-width: 769px) {
  .p-pickup__item {
    gap: 40px;
    flex-direction: row;
  }
  .p-pickup__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .p-pickup__item > img {
    flex: 1 1 545px;
    width: calc(100% - 553px);
    max-width: 545px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-pickup__item__textwrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  position: relative;
}
@media (min-width: 769px) {
  .p-pickup__item__textwrap {
    flex: 0 0 512px;
    gap: 1.25rem;
  }
}
@media (min-width: 1180px) {
  .p-pickup__item__textwrap {
    justify-content: center;
  }
}

.p-pickup__item__heading-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}
@media (min-width: 769px) {
  .p-pickup__item__heading-group {
    gap: 1.5rem;
  }
}

.p-pickup__item__title-text-collaboration {
  width: 15rem;
  position: relative;
  aspect-ratio: 240/38;
}
@media (min-width: 769px) {
  .p-pickup__item__title-text-collaboration {
    width: 343px;
  }
}

.p-pickup__item__headingWrap {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  position: relative;
}

.p-pickup__item__heading {
  background: #bb72c4;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 769px) {
  .p-pickup__item__heading {
    padding: 0.625rem;
    font-size: 1.75rem;
  }
}

.p-pickup__item__text {
  background: #ffffff;
  padding: 0.625rem;
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 1rem;
  line-height: 170%;
  font-weight: 400;
}/*# sourceMappingURL=add-style.css.map */