@charset "UTF-8";
:root {
  --colorText: #0F0F0F;
  --colorLink: #0F0F0F;
  --colorMain: #2D419A;
  --colorGray: #f0f0f0;
  --colorTheme: #DAE1E4;
  --fontJA: "Noto Sans JP", sans-serif;
  --fontEN: "Inter", sans-serif;
}

.colorBlue {
  --colorTheme: #2D419A;
}

.colorLightBlue {
  --colorTheme: #4CC3BE;
}

.colorGreen {
  --colorTheme: #8CB237;
}

.colorOrange {
  --colorTheme: #F68448;
}

.colorPurple {
  --colorTheme: #9E5EA4;
}

/* ==========================================================================
   c-campaign
   キャンペーンコンポーネント
   ========================================================================== */
.c-campaign-wrapper {
  position: relative;
  margin: 0 -4rem;
}
@media (max-width: 768px) {
  .c-campaign-wrapper {
    margin: 0 -2rem;
  }
}

.c-campaign {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, #004BAC 15.65%, #00327D 73.56%);
  padding: 6rem 0 4rem !important;
}
@media (max-width: 768px) {
  .c-campaign {
    padding: 3.6rem 0 4rem !important;
  }
}
.c-campaign::before, .c-campaign::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F5DD9A;
}
.c-campaign::after {
  z-index: 2;
  bottom: 1rem;
}
.c-campaign::before {
  z-index: 3;
  top: 1rem;
}

.c-campaign-bg {
  z-index: 1;
  position: absolute;
  top: 40rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/recruit-ms-school/assets/images/components/campaign/bg.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-campaign-bg {
    display: none;
  }
}

.c-campaign__header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .c-campaign__header {
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
}

.c-campaign__badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(-100% - 1.6rem), calc(-50% - 2rem));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: linear-gradient(149deg, #FF6467 13.01%, #C31000 87.21%);
}
.c-campaign__badge--online {
  transform: translate(calc(-100% - 6.4rem), calc(-50% - 2rem));
}
@media (max-width: 768px) {
  .c-campaign__badge {
    font-size: 1.2rem;
    width: 5rem;
    height: 5rem;
    left: inherit;
    right: 0;
    transform: translate(1.6rem, calc(-50% - 1rem));
  }
  .c-campaign__badge--online {
    transform: translate(6.8rem, calc(-50% - 1rem));
  }
}
.c-campaign__badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.c-campaign__headerTtl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-direction: column;
}
.c-campaign__headerTtl > span {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 4.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1;
  background: var(--grade-gold, linear-gradient(180deg, #FFF2BF 22.48%, #ECC164 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .c-campaign__headerTtl > span {
    font-size: 2.4rem;
  }
}

.c-campaign__headerSubTtl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/recruit-ms-school/assets/images/components/campaign/ribbon.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-campaign__headerSubTtl__main {
  font-size: 2.2rem;
  color: #013271;
  font-weight: bold;
  padding: 0.4rem 4rem;
}
@media (max-width: 768px) {
  .c-campaign__headerSubTtl__main {
    font-size: 1.4rem;
    padding: 0.4rem 2rem;
  }
}

.c-campaign__description {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 768px) {
  .c-campaign__description {
    font-size: 1.3rem;
    padding: 0 2rem;
    text-align: left;
  }
}

.c-campaign__list {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0 2rem;
  margin-top: 4rem;
  width: min(109rem, 100%);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .c-campaign__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 2rem;
    margin-top: 1rem;
  }
}

.c-campaign__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.6rem;
  border: 1px solid #eeeeee;
  height: 100%;
  color: #292737;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-campaign__item {
    flex-direction: column;
    gap: 0;
  }
}

.c-campaign__contents {
  display: flex;
  gap: 2rem;
  padding: 1.6rem;
}
@media (max-width: 768px) {
  .c-campaign__contents {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.c-campaign__img {
  max-width: 18rem;
  width: 48%;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-campaign__img {
    max-width: none;
    width: 100%;
  }
}
.c-campaign__img figure {
  width: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
}
.c-campaign__img figure img {
  width: 100%;
}

.c-campaign__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.4rem 0 1.2rem;
}
@media (max-width: 768px) {
  .c-campaign__body {
    padding: 0;
  }
}

.c-campaign__itemTtl {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #013271;
}
@media (max-width: 768px) {
  .c-campaign__itemTtl {
    font-size: 2rem;
  }
  .c-campaign__itemTtl br {
    display: none;
  }
}
.c-campaign__itemTtl__sub {
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-campaign__itemTtl__sub {
    font-size: 1.4rem;
  }
}

.c-campaign__copy {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.c-campaign__info {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  flex-direction: column;
  line-height: 1.6;
  flex-wrap: wrap;
}

.c-campaign__infoRow {
  display: flex;
  gap: 0.2rem;
}

.c-campaign__price {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
  flex-direction: column;
}

.c-campaign__priceOriginal {
  color: #EF0000;
  font-weight: bold;
  text-decoration: line-through;
}

.c-campaign__priceDiscount {
  color: #EF0000;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
}
.c-campaign__priceDiscount__tax {
  font-size: 1.4rem;
}

.c-campaign__btns {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  border-top: 1px solid #ECECEC;
  background-color: #F4F1EC;
  padding: 1.6rem 2rem;
}
@media (max-width: 768px) {
  .c-campaign__btns {
    flex-direction: column;
  }
}

.c-campaign__btn {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.4rem 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  min-height: 3.4rem;
  border-radius: 3rem;
  border: 1px solid #BB9C5C;
  background: linear-gradient(90deg, #C6A766 0%, #BB9C5C 100%);
  transition: 0.1s ease-out;
}
@media (max-width: 768px) {
  .c-campaign__btn {
    flex: none;
  }
}
@media (any-hover: hover) {
  .c-campaign__btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #9C7C3A 0%, #A67F2D 100%);
  }
}
.c-campaign__btn .Icon {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}

.c-campaign__notesWrapper {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: min(109rem, 100%);
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: left;
  padding: 0 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-campaign__notesWrapper ul {
  padding-left: 1.6rem;
}
.c-campaign__notesWrapper ul li {
  list-style-type: disc !important;
}
@media (max-width: 768px) {
  .c-campaign__notesWrapper {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}

/*
.c-campaign__btn {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #013271;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  height: 3.4rem;
  border-radius: 1.7rem;
  border: 1px solid #BFBEBF;
  transition: 0.1s ease-out;
  background-color: #fff;

  @include mixin.mq(sp) {
    flex: none;
  }

  @media (any-hover: hover) {
    &:hover {
      color: #fff;
      background-color: #BB9C5C;
      border-color: #BB9C5C;
    }
  }

  .Icon {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
  }
}
*/
/*# sourceMappingURL=component-campain.css.map */
