@charset "UTF-8";
#index2021 {
  min-width: 1028px;
  /* display上書き */
}

@media screen and (max-width: 767px) {
  #index2021 {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  #index2021 .display-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #index2021 .display-sp {
    display: block !important;
  }
}

#index2021 .mv {
  background-image: url(../images/index2021_mv_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  #index2021 .mv {
    background-image: none;
  }
}

#index2021 .mv::before {
  background-color: #fff;
  content: '';
  height: 134px;
  left: 0;
  position: absolute;
  top: 105px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #index2021 .mv::before {
    content: none;
  }
}

#index2021 .mvClose {
  background-color: #bbb;
  font-size: 28px;
  font-weight: bold;
  left: 50%;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #index2021 .mvClose {
    bottom: 0;
    font-size: 14px;
    padding: 10px;
    top: auto;
    transform: translate(-50%, 0);
    width: 300px;
  }
}

#index2021 .mvImg {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  #index2021 .mvImg {
    width: 100%;
  }
}

#index2021 .mvImg::before {
  background-color: #fff;
  content: '';
  height: 150px;
  left: 135px;
  position: absolute;
  top: 255px;
  width: 520px;
}

@media screen and (max-width: 767px) {
  #index2021 .mvImg::before {
    content: none;
  }
}

#index2021 .mvImg img {
  height: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #index2021 .mvImg img {
    width: 100%;
  }
}

#index2021 .message {
  background-color: #e9f0ed;
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #index2021 .message {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

#index2021 .messagePanelInner {
  padding-bottom: 75px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  #index2021 .messagePanelInner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

#index2021 .messageText {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

#index2021 .messageText + .messageText {
  margin-top: 20px;
}

#index2021 .messageText em {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #index2021 .messageText em {
    font-size: 18px;
  }
}

#index2021 .messageTagline {
  color: #004831;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .messageTagline {
    font-size: 31px;
    line-height: 1.258;
    margin-bottom: 30px;
  }
}

#index2021 .messageTagline em {
  color: #c4d700;
}

#index2021 .join {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #index2021 .join {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

#index2021 .joinClose {
  background-color: #bbb;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .joinClose {
    font-size: 18px;
    line-height: 1.5;
  }
}

#index2021 .joinInner {
  margin-left: auto;
  margin-right: auto;
  width: 888px;
}

@media screen and (max-width: 767px) {
  #index2021 .joinInner {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

#index2021 .joinBlock + .joinBlock {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #index2021 .joinBlock + .joinBlock {
    margin-top: 40px;
  }
}

#index2021 .joinSteps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  #index2021 .joinSteps {
    justify-content: flex-start;
  }
}

#index2021 .joinSteps li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  #index2021 .joinSteps li {
    width: 50%;
  }
}

#index2021 .joinSteps li:nth-child(odd) {
  background-color: rgba(196, 215, 0, 0.16);
}

#index2021 .joinSteps li:nth-child(even) {
  background-color: rgba(196, 215, 0, 0.08);
}

@media screen and (max-width: 767px) {
  #index2021 .joinSteps li:nth-child(3) {
    background-color: rgba(196, 215, 0, 0.08);
  }
}

@media screen and (max-width: 767px) {
  #index2021 .joinSteps li:nth-child(3)::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  #index2021 .joinSteps li:nth-child(4) {
    background-color: rgba(196, 215, 0, 0.16);
  }
}

#index2021 .joinSteps li + li {
  position: relative;
}

#index2021 .joinSteps li + li::before {
  background-image: url(../images/index2021_arrow02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 26px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

@media screen and (max-width: 767px) {
  #index2021 .joinSteps li + li::before {
    height: 20px;
    left: -8px;
    width: 14px;
  }
}

#index2021 .joinStep {
  padding: 25px 15px;
}

@media screen and (max-width: 767px) {
  #index2021 .joinStep {
    padding: 20px 10px;
  }
}

#index2021 .joinStepTitle {
  color: #004831;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .joinStepTitle {
    font-size: 16px;
  }
}

#index2021 .joinStepImg {
  margin-left: -25px;
  margin-right: -25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .joinStepImg {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#index2021 .joinStepImg img {
  height: auto;
}

#index2021 .joinSns {
  margin-top: 20px;
}

#index2021 .joinStepTxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .joinStepTxt {
    font-size: 12px;
    line-height: 1.382;
  }
}

#index2021 .joinFacebook {
  align-items: center;
  background-color: #216cb6;
  background-image: url(../images/index2021_facebook.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 26px auto;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  padding-left: 55px;
  text-decoration: none;
  width: calc(136px - 55px);
}

#index2021 .joinFacebook:hover {
  opacity: .7;
}

#index2021 .joinTwitter {
  align-items: center;
  background-color: #1da1f2;
  background-image: url(../images/index2021_twitter.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 31px auto;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  padding-left: 55px;
  padding-right: 20px;
  text-decoration: none;
}

#index2021 .joinTwitter:hover {
  opacity: .7;
}

#index2021 .joinTwitter + .joinTwitter {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  #index2021 .joinTwitter + .joinTwitter {
    margin-left: 0;
    margin-top: 15px;
  }
}

#index2021 .joinText {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .joinText {
    line-height: 1.75;
  }
}

#index2021 .readme {
  background-color: #e9f0ed;
  padding-bottom: 100px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #index2021 .readme {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

#index2021 .readmePanelInner {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #index2021 .readmePanelInner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #index2021 .readmeBlock {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#index2021 .readmeBlock + .readmeBlock {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #index2021 .readmeBlock + .readmeBlock {
    margin-top: 45px;
  }
}

#index2021 .readmeTitle {
  color: #004831;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #index2021 .readmeTitle {
    font-size: 16px;
  }
}

#index2021 .readmeTitle + .readmeText {
  margin-top: 20px;
}

#index2021 .readmeScroll {
  border: 2px solid #e3e3e3;
  height: 170px;
  margin-top: 20px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  #index2021 .readmeScroll {
    height: 340px;
  }
}

#index2021 .readmeDoc {
  padding: 15px 20px;
}

#index2021 .readmeText {
  font-size: 16px;
  line-height: 1.75;
}

#index2021 .readmeText + .readmeText {
  margin-top: 16px;
}

#index2021 .readmeText + .readmeItemList {
  margin-top: 16px;
}

#index2021 .readmeText b {
  font-weight: bold;
}

#index2021 .readmeNote {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}

#index2021 .readmeNote + .readmeText {
  margin-top: 16px;
}

#index2021 .readmeItemList li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  position: relative;
}

#index2021 .readmeItemList li::before {
  content: '・';
  left: 0;
  position: absolute;
}

#index2021 .entryBtn {
  align-items: center;
  background-color: #004831;
  background-image: url(../images/index2021_arrow01.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 480px;
}

@media screen and (max-width: 767px) {
  #index2021 .entryBtn {
    background-position: right 15px center;
    font-size: 14px;
    height: 60px;
    width: 290px;
  }
}

#index2021 .entryBtn:hover {
  opacity: .7;
}

#index2021 .entryBtn.is-disable {
  background-color: #bbb;
  pointer-events: none;
}

#index2021 .entry {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  #index2021 .entry {
    margin-top: 30px;
  }
}

#index2021 .period {
  background-color: rgba(196, 215, 0, 0.16);
  margin-bottom: 70px;
  margin-top: 35px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  #index2021 .period {
    margin-bottom: 40px;
    margin-top: 25px;
    padding: 15px;
  }
}

#index2021 .period div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #index2021 .period div {
    display: block;
  }
}

#index2021 .period dt {
  color: #004831;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 140px;
}

@media screen and (max-width: 767px) {
  #index2021 .period dt {
    font-size: 16px;
    padding-bottom: 15px;
    width: auto;
  }
}

#index2021 .period dd {
  align-items: center;
  background-color: #fff;
  color: #004831;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: bold;
  height: 64px;
  justify-content: center;
  text-align: center;
  width: calc(100%  - 140px);
}

@media screen and (max-width: 767px) {
  #index2021 .period dd {
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 1.75;
    padding: 10px;
    width: auto;
  }
}

#index2021 .panel {
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  width: 1008px;
}

@media screen and (max-width: 767px) {
  #index2021 .panel {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

#index2021 .panelInner {
  margin-left: auto;
  margin-right: auto;
  width: 888px;
}

@media screen and (max-width: 767px) {
  #index2021 .panelInner {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
}

#index2021 .title {
  color: #004831;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .title {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

#index2021 .title::before {
  background-color: #c4d700;
  bottom: 0;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

@media screen and (max-width: 767px) {
  #index2021 .title::before {
    height: 2px;
  }
}

#index2021 .title02 {
  color: #004831;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

#index2021 .thanksMv {
  background-color: #c4d700;
  margin-bottom: -50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .thanksMv {
    margin-bottom: -20px;
  }
}

#index2021 .thanksMv img {
  height: auto;
  max-width: 1028px;
  width: 100%;
}

#index2021 .voice {
  background-color: #004831;
  padding-bottom: 25px;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #index2021 .voice {
    padding: 20px;
  }
}

.agree {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.agreeLabel {
  font-size: 16px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .agreeLabel {
    text-align: center;
  }
}
