main {
  overflow: hidden;
  position: relative;
}

.mainBack {
  width: 100%;
  min-width: var(--bgWidth);
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#mainTitleContainer {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  padding-top: 150px;
  text-align: center;
}

.mainTitle span:first-of-type {
  font-size: 25px;
  letter-spacing: 1px;
}
.mainTitle span:last-of-type {
  display: block;
  margin-top: 30px;
  font-size: 52px;
  letter-spacing: 2px;
}

.mainTitleTextContainer {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.mainTitleText {
  width: 393px;
  height: 330px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: url(../img/requirements/mainTitleTextBack1.png) center center / contain no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainTitleText:nth-of-type(2) {
  background: url(../img/requirements/mainTitleTextBack2.png) center center / contain no-repeat;
}

.mainTitleText p {
  letter-spacing: 2px;
  color: #fff;
}

.mainTitleText dt {
  margin-top: 3px;
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff89e;
}

.mainTitleText dd {
  min-height: 96px;
  margin-top: 10px;
  color: #fff;
}

.mainTitleTextArrow {
  width: 26px;
  margin-top: 10px;
}

.mainTitleTextDeco {
  margin-top: -170px;
}

.mainTitleTextDeco p {
  font-size: 25px;
  letter-spacing: 4px;
}

.mainTitleTextDeco img {
  width: 88px;
  margin-top: 10px;
}








#requirementsContainer {
  width: 90%;
  max-width: 950px;
  margin: 120px auto 0;
  padding-bottom: 70px;
}

.requirementsContents {
  margin-top: 100px;
}

#requirementsContainer h2 {
  width: 387px;
  height: 53px;
  margin: 0 auto 30px;
  padding-bottom: 3px;
  box-sizing: border-box;
  background: var(--primaryColor);
  font-size: 25px;
  letter-spacing: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.requirements {
  margin-bottom: 8px;
  display: flex;
  gap: 0 8px;
  font-weight: 500;
}

.requirements dt {
  width: 190px;
  height: 75px;
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  background: #fff;
}

.requirements dd {
  width: 747px;
  height: 75px;
  padding: 5px 20px;
  box-sizing: border-box;
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  background: #fff;
}

.entryBtn {
  width: 90%;
  max-width: 520px;
  height: 135px;
  margin: 30px auto 0;
  background: url(../img/requirements/entryBtnBack.png) center center / cover no-repeat;
  border-radius: 15px;
  cursor: pointer;
}

.entryBtn a {
  display: block;
  height: 100%;
  padding-bottom: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px 0;
}

.entryBtn a span:first-of-type {
  font-size: 10px;
}
.entryBtn a span:last-of-type {
  font-size: 25px;
}














@media (max-width: 1024px) {
/* main {
  overflow: hidden;
  position: relative;
}

.mainBack {
  width: 100%;
  max-width: var(--bgWidth);
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */

#mainTitleContainer {
  /* width: 90%;
  max-width: 1070px;
  margin: 0 auto; */
  padding-top: 120px;
  /* text-align: center; */
}

.mainTitle span:first-of-type {
  font-size: 20px;
  letter-spacing: 1px;
}
.mainTitle span:last-of-type {
  /* display: block; */
  margin-top: 25px;
  font-size: 32px;
  letter-spacing: 1.5px;
}

.mainTitleTextContainer {
  margin-top: 30px;
  /* display: flex; */
  justify-content: center;
  gap: 0 20px;
}

.mainTitleText {
  width: 200px;
  height: 361px;
  /* padding-bottom: 10px; */
  /* box-sizing: border-box; */
  background: url(../img/requirements/mainTitleTextBack1Sp.png) 100% 100% / contain no-repeat;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}
.mainTitleText:nth-of-type(2) {
  background: url(../img/requirements/mainTitleTextBack2Sp.png) center center / contain no-repeat;
}

.mainTitleText p {
  font-size: 12px;
  letter-spacing: 2px;
  /* color: #fff; */
}

.mainTitleText dt {
  margin-top: 3px;
  font-size: 20px;
  letter-spacing: 2.5px;
  /* font-weight: bold;
  color: #fff89e; */
}

.mainTitleText dd {
  min-height: 144px;
  /* margin-top: 10px;
  color: #fff; */
}

.mainTitleTextArrow {
  width: 24px;
  /* margin-top: 10px; */
}

.mainTitleTextDeco {
  margin-top: 0;
}

.mainTitleTextDeco p {
  font-size: 23px;
  letter-spacing: 3px;
}

.mainTitleTextDeco img {
  width: 80px;
  /* margin-top: 10px; */
}








#requirementsContainer {
  /* width: 90%;
  max-width: 950px; */
  margin: 30px auto 0;
  padding-bottom: 50px;
}

.requirementsContents {
  margin-top: 100px;
}
.requirementsContents:first-of-type {
  margin-top: 30px;
}

#requirementsContainer h2 {
  width: 90%;
  max-width: 350px;
  height: 50px;
  /* margin: 0 auto 30px;
  padding-bottom: 3px; */
  /* box-sizing: border-box;
  background: var(--primaryColor); */
  font-size: 22px;
  letter-spacing: 4px;
  /* color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; */
}

.requirements {
  margin-bottom: 0;
  /* display: flex; */
  gap: 0;
  flex-direction: column;
  /* font-weight: 500; */
}

.requirements dt {
  width: 100%;
  height: 40px;
  background: #78cbeb;
  color: #fff;
  /* padding: 10px 10px; */
  /* box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; */
  /* letter-spacing: 3px; */
  /* background: #fff; */
}

.requirements dd {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  text-align: center;
  justify-content: center;
  /* box-sizing: border-box; */
  /* display: flex;
  letter-spacing: 1px;
  align-items: center;
  background: #fff; */
}

/* .entryBtn {
  width: 90%;
  max-width: 520px;
  height: 135px;
  margin: 30px auto 0;
  background: url(../requirements/img/entryBtnBack.png) center center / cover no-repeat;
  border-radius: 15px;
  cursor: pointer;
}

.entryBtn a {
  display: block;
  height: 100%;
  padding-bottom: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px 0;
}

.entryBtn a span:first-of-type {
  font-size: 10px;
}
.entryBtn a span:last-of-type {
  font-size: 25px;
} */
}












@media (max-width: 560px) {
/* main {
  overflow: hidden;
  position: relative;
}

.mainBack {
  width: 100%;
  max-width: var(--bgWidth);
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */

#mainTitleContainer {
  /* width: 90%;
  max-width: 1070px;
  margin: 0 auto; */
  padding-top: 80px;
  /* text-align: center; */
}

.mainTitle span:first-of-type {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.mainTitle span:last-of-type {
  /* display: block; */
  margin-top: 25px;
  font-size: 22px;
  letter-spacing: 1px;
}

.mainTitleTextContainer {
  margin-top: 30px;
  /* display: flex; */
  justify-content: center;
  gap: 0 20px;
}

.mainTitleText {
  width: 150.9px;
  height: 284.8px;
  /* padding-bottom: 10px; */
  /* box-sizing: border-box; */
  background: url(../img/requirements/mainTitleTextBack1Sp.png) center center / contain no-repeat;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}
.mainTitleText:nth-of-type(2) {
  background: url(../img/requirements/mainTitleTextBack2Sp.png) center center / contain no-repeat;
}

.mainTitleText p {
  font-size: 12px;
  letter-spacing: 2px;
  /* color: #fff; */
}

.mainTitleText dt {
  margin-top: 3px;
  font-size: 20px;
  letter-spacing: 2.5px;
  /* font-weight: bold;
  color: #fff89e; */
}

.mainTitleText dd {
  min-height: 108px;
  font-size: 12px;
  /* margin-top: 10px;
  color: #fff; */
}

.mainTitleTextArrow {
  width: 20px;
  /* margin-top: 10px; */
}

/* .mainTitleTextDeco {
  margin-top: 0;
} */

.mainTitleTextDeco p {
  font-size: 20px;
  /* letter-spacing: 3px; */
}

.mainTitleTextDeco img {
  width: 70px;
  /* margin-top: 10px; */
}








/* #requirementsContainer { */
  /* width: 90%;
  max-width: 950px; */
  /* margin: 30px auto 0;
  padding-bottom: 50px;
} */

/* .requirementsContents {
  margin-top: 100px;
}
.requirementsContents:first-of-type {
  margin-top: 30px;
} */

#requirementsContainer h2 {
  /* width: 90%; */
  max-width: 309px;
  height: 43px;
  /* margin: 0 auto 30px; */
  padding-bottom: 2px;
  /* box-sizing: border-box;
  background: var(--primaryColor); */
  font-size: 20px;
  letter-spacing: 4px;
  /* color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px; */
}

.requirements {
  margin-bottom: 0;
  /* display: flex; */
  gap: 0;
  flex-direction: column;
  /* font-weight: 500; */
}

.requirements dt {
  /* width: 100%; */
  height: 34px;
  /* background: #78cbeb;
  color: #fff; */
  /* padding: 10px 10px; */
  /* box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; */
  /* letter-spacing: 3px; */
  /* background: #fff; */
}

.requirements dd {
  /* width: 100%;
  height: auto; */
  padding: 15px 15px;
  /* text-align: center;
  justify-content: center; */
  font-size: 14px;
  /* box-sizing: border-box; */
  /* display: flex;
  letter-spacing: 1px;
  align-items: center;
  background: #fff; */
}

.entryBtn {
  /* width: 90%; */
  max-width: 287px;
  height: 108px;
  /* margin: 30px auto 0; */
  background: url(../img/requirements/entryBtnBackSp.png) center center / cover no-repeat;
  /* border-radius: 15px;
  cursor: pointer; */
}

.entryBtn a {
  /* display: block;
  height: 100%; */
  padding-bottom: 0px;
  /* box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  gap: 0px 0;
}

.entryBtn a span:first-of-type {
  font-size: 11px;
}
.entryBtn a span:last-of-type {
  font-size: 20px;
}
}