@charset "UTF-8";
.pc-hide {
  display: block;
}

@media (max-width: 1023px) {
  .pc-hide {
    display: none;
  }
}

.sp-hide {
  display: none;
}

@media (max-width: 1023px) {
  .sp-hide {
    display: block;
  }
}

.contents__inner-w {
  margin: 0 auto;
  max-width: 1100px;
  padding: 67px 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .contents__inner-w {
    padding: 40px 0;
  }
}

.pageTxt {
  font-size: 1.8rem;
  margin: 40px auto 0;
  max-width: 980px;
}

@media (max-width: 1023px) {
  .pageTxt {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}

.arrow {
  background: url(/sites/default/files/media/jp/campus/campaign/202408_entry/img/gray-arrow.png) 50% 50% no-repeat;
  background-size: cover;
  content: '';
  height: 71px;
  margin: 53px auto 0;
  width: 400px;
}

@media (max-width: 1023px) {
  .arrow {
    height: 35px;
    margin: 32px auto 0;
    width: 200px;
  }
}

.mv {
  background: #ffe700;
  position: relative;
  text-align: center;
  width: 100%;
}

.mv__inner {
  width: 100%;
}

@media (max-width: 1023px) {
  .mv__inner {
    height: auto;
  }
}

.mv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.lead {
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .lead {
    font-size: 1.7rem;
    letter-spacing: -.01em;
  }
}

.lead__orange {
  color: #ea6b1d;
  font-size: 3rem;
}

@media (max-width: 1023px) {
  .lead__orange {
    font-size: 2rem;
  }
}

.lead__orange--b {
  font-size: 5rem;
}

@media (max-width: 1023px) {
  .lead__orange--b {
    font-size: 3.2rem;
  }
}

.H2Area {
  text-align: center;
}

.H2Area__title {
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 4rem;
}

@media (max-width: 1023px) {
  .H2Area__title {
    font-size: 2.4rem;
  }
}

.campaign__inner {
  background: #ffffff;
  border: 20px solid #ffeb35;
  border-radius: 20px;
  margin-top: 24px;
  padding: 80px 48px;
}

@media (max-width: 1023px) {
  .campaign__inner {
    border: 14px solid #ffeb35;
    padding: 24px 16px;
  }
}

.campaign__txt {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 1023px) {
  .campaign__txt {
    font-size: 1.6rem;
  }
}

.campaign__detail--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1023px) {
  .campaign__detail--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.campaign__detail--contents:not(:first-of-type) {
  margin-top: 40px;
}

.campaign__detail--title {
  font-size: 2rem;
  margin-right: 16px;
  width: 22.93%;
}

@media (max-width: 1023px) {
  .campaign__detail--title {
    font-size: 1.8rem;
    width: 100%;
  }
}

.campaign__detail--title:before {
  color: #06c755;
  content: '★';
  margin-right: 8px;
}

.campaign__detail--block01 {
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .campaign__detail--block01 {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}

.campaign__detail--block01 li {
  counter-increment: num;
  padding-left: 1em;
  text-indent: -1em;
}

.campaign__detail--block01 li:before {
  content: counter(num) ".";
  font-family: 'UD新ゴ B';
}

.campaign__detail--block02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .campaign__detail--block02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.campaign__detail--block03 {
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .campaign__detail--block03 {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}

.campaign__detail--block03 li {
  padding-left: 1em;
  text-indent: -1em;
}

.campaign__detail--block03 li:before {
  content: '・';
  font-family: 'UD新ゴ B';
}

.campaign__detail--txt {
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 2.3rem;
}

@media (max-width: 1023px) {
  .campaign__detail--txt {
    font-size: 1.8rem;
  }
}

.campaign__detail--txt span {
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  .campaign__detail--txt span {
    font-size: 1.6rem;
  }
}

.campaign__detail--img img {
  max-width: 400px;
  width: 100%;
}

.campaign__txtBlock {
  background: rgba(255, 186, 92, 0.24);
  border-radius: 20px;
  margin-top: 67px;
  padding: 48px 30px;
  text-align: left;
}

@media (max-width: 1023px) {
  .campaign__txtBlock {
    margin-top: 40px;
    padding: 32px 20px;
  }
}

.campaign__txt02 {
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 1.9rem;
  text-align: left;
}

@media (max-width: 1023px) {
  .campaign__txt02 {
    font-size: 1.7rem;
  }
}

.campaign__txt02--orange {
  color: #ea6b1d;
}

.campaign__txt02--item {
  color: #ea6b1d;
  font-family: 'UD新ゴ B', sans-serif;
}

.campaign__list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1140px;
}

@media (max-width: 1023px) {
  .campaign__list {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.campaign__item {
  text-align: center;
}

.campaign__item--title {
  color: #1cbd54;
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .campaign__item--title {
    font-size: 2rem;
  }
}

.campaign__item--small {
  font-size: 1.4rem;
}

.campaign__item figure {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .campaign__item figure {
    margin-top: 12px;
  }
}

.campaign__item figure img {
  max-width: 520px;
  width: 100%;
}

.campaign__item figure figcaption {
  color: #989898;
  font-size: 1.6rem;
  margin-top: 16px;
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .campaign__item figure figcaption {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}

@media (min-width: 1024px) {
  .campaign__item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media (min-width: 1024px) {
  .campaign__item2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media (min-width: 1024px) {
  .campaign__item3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
}

.entry__btn {
  margin-top: 56px;
}

.entry__btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f77911;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 8px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 1023px) {
  .entry__btn a {
    font-size: 1.6rem;
  }
}

.entry__btn a:hover {
  opacity: .7;
  text-decoration: none;
}

.entry__btn a:after {
  background: url(/sites/default/files/media/jp/campus/campaign/202408_entry/img/arrow-circle-down.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  width: 24px;
}

.text-link {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1023px) {
  .text-link {
    margin-top: 20px;
  }
}

.text-link a {
  color: #171717;
  font-family: 'UD新ゴ M', sans-serif;
  font-size: 2rem;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .text-link a {
    font-size: 1.4rem;
  }
}

.text-link a:hover {
  text-decoration: none;
}

.about {
  background: #ffeb35;
}

.about .contents__inner-w {
  max-width: 1100px;
}

.about__inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 70px;
}

@media (max-width: 1023px) {
  .about__inner {
    padding: 32px 24px;
  }
}

.about__inner:not(:first-of-type) {
  margin-top: 80px;
}

.about__contents {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 54px;
}

@media (max-width: 1023px) {
  .about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
}

.about__txt {
  font-size: 1.8rem;
  line-height: 1.8;
  width: 46%;
}

@media (max-width: 1023px) {
  .about__txt {
    font-size: 1.5rem;
    width: 100%;
  }
}

.about__txt p:not(:first-of-type) {
  margin-top: 16px;
}

.about__img {
  width: 46%;
}

@media (max-width: 1023px) {
  .about__img {
    margin: 32px auto 0;
    width: 60%;
  }
}

@media (max-width: 600px) {
  .about__img {
    width: 100%;
  }
}

.about__link {
  color: #171717;
  display: block;
  font-family: 'UD新ゴ M', sans-serif;
  font-size: 1.6rem;
  margin-top: 40px;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .about__link {
    font-size: 1.3rem;
    margin-top: 12px;
  }
}

.about__link:hover {
  text-decoration: none;
}

.flow {
  background: #ffffff;
}

.flow__contents {
  margin-top: 56px;
}

@media (max-width: 1023px) {
  .flow__contents {
    margin-top: 24px;
  }
}

.flow__title {
  color: #06c755;
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 2.4rem;
}

@media (max-width: 1023px) {
  .flow__title {
    font-size: 1.8rem;
  }
}

.flow__block {
  font-size: 1.8rem;
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .flow__block {
    font-size: 1.5rem;
    margin-top: 24px;
  }
}

.flow__block ul {
  margin-top: 8px;
}

.flow__block li {
  padding-left: 1em;
  text-indent: -1em;
}

.flow__block li:not(:first-of-type) {
  margin-top: 4px;
}

.flow__block dl {
  font-size: 1.8rem;
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .flow__block dl {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}

.flow__block dt {
  font-family: 'UD新ゴ B', sans-serif;
}

.flow__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .flow__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__detail--block {
  font-size: 1.8rem;
  width: 48%;
}

@media (max-width: 1023px) {
  .flow__detail--block {
    font-size: 1.5rem;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .flow__detail--block:not(:first-of-type) {
    margin-top: 24px;
  }
}

.flow__detail--title {
  font-family: 'UD新ゴ B', sans-serif;
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .flow__detail--title {
    font-size: 1.6rem;
  }
}

.flow__detail--title:before {
  color: #06c755;
  content: '★';
  margin-right: 8px;
}

.flow__detail--contents {
  margin-top: 8px;
}

.flow__detail--contents ul {
  font-size: 1.8rem;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .flow__detail--contents ul {
    font-size: 1.5rem;
  }
}

.flow__detail--contents li {
  padding-left: 1em;
  text-indent: -1em;
}

.flow__detail--contents li:not(:first-of-type) {
  margin-top: 11px;
}

.flow__detail--contents span {
  display: block;
  font-size: 1.3rem;
  margin-top: 16px;
}

#form {
  background: #ffeb35;
  padding: 0 20px;
}

.form {
  margin-top: 40px;
}

.form form {
  margin: 0 auto;
}

.form__contents {
  background: #ffffff;
  padding: 60px 24px;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  max-width: 300px !important;
  width: 100% !important;
}

.account__link {
  font-size: 1.4rem;
  margin-top: 4px;
  text-align: center;
}

.account__link a {
  font-family: 'UD新ゴ B', sans-serif;
  text-decoration: underline;
}

.account__link a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */