@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: 80px 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/202304_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: url(/sites/default/files/media/jp/campus/campaign/202304_entry/img/mv_bg-w.png) 50% 50% no-repeat;
  background-size: cover;
  height: 480px;
  position: relative;
}

@media (max-width: 767px) {
  .mv {
    background: url(/sites/default/files/media/jp/campus/campaign/202304_entry/img/mv_bg-s.png) 50% bottom no-repeat;
    background-size: cover;
    border-bottom: 66px solid #06c755;
    height: 375px;
    position: relative;
  }
}

.mv__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 480px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .mv__inner {
    height: 375px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .mv__inner img {
    max-height: 350px;
  }
}

.lead {
  font-size: 2rem;
  text-align: center;
}

.lead__green {
  color: #06c755;
  font-size: 3rem;
  font-weight: 700;
}

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

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

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

.H2Area {
  text-align: center;
}

.H2Area__title {
  font-size: 4rem;
  font-weight: 400;
}

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

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

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

.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: 2.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-size: 2.3rem;
  font-weight: 700;
}

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

.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--txt {
  font-size: 2.6rem;
  font-weight: 700;
}

@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__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .campaign__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.campaign__item {
  width: calc(100% / 4 - 16px);
}

@media (max-width: 1023px) {
  .campaign__item {
    width: calc(100% / 2 - 24px);
  }
}

.campaign__item:not(:first-of-type) {
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .campaign__item:not(:first-of-type) {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .campaign__item:nth-of-type(n+3) {
    margin-top: 16px;
  }
}

.campaign__item--name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
  text-align: center;
}

.campaign__item--name span {
  font-size: 1.2rem;
}

.campaign__item--size {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.entry__btn {
  margin-top: 56px;
}

.entry__btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff6851;
  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/202304_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: 24px;
  text-align: center;
}

.text-link a {
  color: #171717;
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: underline;
}

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

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

.about {
  background: #eef8b7;
}

.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-size: 1.6rem;
  font-weight: normal;
  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-size: 2.4rem;
  font-weight: 700;
}

@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-weight: 700;
}

.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-size: 2rem;
  font-weight: 700;
}

@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: #eef8b7;
  padding: 0 20px;
}

.form {
  margin-top: 40px;
}

.form form {
  margin: 0 auto;
}

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

.mktoButtonRow {
  padding: 0 20px !important;
  text-align: center !important;
  width: 100% !important;
}

.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  background: #ff6951 !important;
  border: 1px solid #ff6951 !important;
  border-radius: 999em !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffffff !important;
  font-size: 1.8rem !important;
  max-width: 300px !important;
  padding: 12px 0 !important;
  text-shadow: none !important;
  text-shadow: none;
  width: 100% !important;
}

.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .form .mktoFormRow:nth-of-type(11) .mktoHtmlText.mktoHasWidth {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 120px;
    overflow-y: scroll;
    padding: 0 1em 1em 1em;
  }
}

@media (max-width: 767px) {
  .form .mktoFormRow:nth-of-type(11) .mktoHtmlText.mktoHasWidth::-webkit-scrollbar {
    height: 20px;
    width: 8px;
  }
}

@media (max-width: 767px) {
  .form .mktoFormRow:nth-of-type(11) .mktoHtmlText.mktoHasWidth::-webkit-scrollbar-thumb {
    background: #7c7c7c;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .form .mktoFormRow:nth-of-type(11) .mktoHtmlText.mktoHasWidth::-webkit-scrollbar-track {
    background: #f2f2f2;
    width: 16px;
  }
}
/*# sourceMappingURL=style.css.map */