.mv {
  overflow: hidden;
}

.mv-wrapper {
  padding: 110px 0 116px 0;
  position: relative;
}

.mv-logo {
  width: 474px;
  margin: 0 auto;
}

.mv-badge {
  position: absolute;
  width: 230px;
  top: 224px;
  right: 33px;
}

@media only screen and (max-width: 768px) {
  .mv-wrapper {
    padding: 32% 0 24.8% 0;
  }
  .mv-logo {
    width: 68.84%;
  }
  .mv-badge {
    position: absolute;
    width: 29%;
    top: 3.5%;
    right: -9%;
  }
}

.news {
  background-color: #fff22c;
}

.news-wrapper {
  padding: 78px 0 100px 0;
}

.news-ttl {
  margin: 0 0 26px 0;
}

.news-list {
  background-color: #fff;
  padding: 40px 0 60px 0;
  position: relative;
}

.news-list-wrap {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}

.news-list-item {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.news-more {
  display: none;
}

.news-list-btn {
  position: absolute;
  top: 20px;
  right: 2%;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #d69706;
  box-sizing: border-box;
  border-radius: 16px;
  vertical-align: middle;
  cursor: pointer;
}

.news-list-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #d69706;
  border-right: 2px solid #d69706;
  transition: .3s;
  -webkit-transform: translate(0px, -2px) rotate(135deg);
  transform: translate(0px, -2px) rotate(135deg);
}

.news-list-btn.-active:before {
  -webkit-transform: translate(0px, 2px) rotate(-45deg);
  transform: translate(0px, 2px) rotate(-45deg);
}

.news-list-item:first-child {
  /* padding: 0 0 20px 0; */
}

.news-list-date {
  flex-shrink: 0;
  width: 160px;
}

.news-list-cont .-link {}

.news-list-cont .-link {
  color: #d69706;
  text-decoration: underline;
}

.news-list-cont .-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .news-wrapper {
    padding: 10% 0 12% 0;
  }
  .news-ttl {
    margin: 0 0 7.5% 0;
  }
  .news-list {
    margin: 0 0 11.5% 0;
    padding: 4.3% 0 10% 0;
  }
  .news-list-wrap {
    width: 91%;
  }
  .news-list-item {
    display: block;
    padding: 5.7% 0;
  }
  .news-list-item:first-child {
    /* padding: 0 0 5.7% 0; */
  }
  .news-list-date {
    flex-shrink: 0;
    width: 100%;
  }
  .news-list-btn {
    top: 10px;
  }
}

.news-col {
  display: flex;
  justify-content: space-between;
}

.news-col-item {
  width: 47%;
  background-color: #fff;
}

.news-col-wrap {
  padding: 60px 75px 26px 75px;
}

.news-col-img {
  margin: 0 0 18px 0;
  line-height: 0;
}

.news-col-ttl {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 9px 0;
  line-height: 1;
}

.news-col-copy .-link {
  color: #d69706;
  text-decoration: underline;
}

.news-col-copy .-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .news-col {
    flex-wrap: wrap;
  }
  .news-col-item {
    width: 100%;
    margin: 0 0 11.5% 0;
  }
  .news-col-item:last-child {
    margin: 0;
  }
  .news-col-wrap {
    padding: 11.5% 8.6%;
  }
  .news-col-img {
    margin: 0 0 4.9% 0;
  }
  .news-col-ttl {
    font-size: 20px;
    margin: 0 0 3% 0;
  }
}

/* about */

.about {
  background-image: url(../img/home/outline_bg01.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.about-wrapper {
  padding: 84px 0 230px 0;
  position: relative;
}

.about-ttl {
  margin: 0 0 52px 0;
}

.about-copy {
  max-width: 742px;
  width: 90%;
  margin: 0 auto;
}

.about-copy-item {
  margin: 0 0 1.5em 0;
  line-height: 2.1em;
}

.about-img {
  width: 311px;
  position: absolute;
  bottom: 0;
  right: -45px;
}

.about-copy-btn {
  max-width: 274px;
  width: 100%;
  margin: 0 auto;
}

.about-copy-btn .-item {
  display: flex;
  background-color: #f6ab00;
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.about-copy-btn .-txt {
  color: #fff;
}

.about-copy-btn .-icon {
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  right: 34px;
  top: 50%;
  margin: -4px 0 0 0;
  line-height: 0;
  transition: 0.3s;
}

.about-copy-btn .-item:hover {
  background-color: #f8bc33;
}

.about-copy-btn .-item:hover .-icon {
  right: 20px;
}

@media only screen and (max-width: 768px) {
  .about-wrapper {
    padding: 12% 0 40% 0;
  }
  .about-img {
    width: 38%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .about-copy-item {
    letter-spacing: 0;
  }
  .about-copy-btn {}
  .about-copy-btn .-item {}
  .about-copy-btn .-txt {}
  .about-copy-btn .-icon {
    width: 12px;
    height: 8px;
    right: 5%;
  }
}

/* outline */

.outline {
  background-image: url(../img/home/outline_bg01.png), url(../img/home/outline_bg02.png);
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.outline-wrapper {
  padding: 115px 0 98px 0;
  position: relative;
}

.outline-ttl {
  margin: 0 0 62px 0;
}

.outline-list {
  padding: 0 0 0 138px;
}

.outline-list-item {
  display: flex;
  margin: 0 0 62px 0;
}

.outline-list-item:last-child {
  margin: 0;
}

.outline-list-ttl {
  font-weight: bold;
  width: 166px;
  flex-shrink: 0;
}

.outline-list-cont {
  width: 100%;
}

.outline-list-cont .-large {
  font-size: 17px;
}

.outline-list-cont-link-item .-link {
  display: flex;
}

.outline-list-cont-link-item .-txt {
  color: #d69706;
  border-bottom: 1px solid #d69706;
}

.outline-list-cont-link-item .-link:hover .-txt {
  border-bottom: none;
}

.outline-list-cont-link-item .-icon {
  width: 22px;
  margin: 0 0 0 8px;
}

.outline-list-cont-txt {
  margin: 0 0 1.8em 0;
}

.outline-list-cont-txt.-cont-txt02 {
  margin: 0 0 2.4em 0;
}

.outline-list-cont-txt.-cont-txt03 {
  margin: 0 0 1em 0;
}

.outline-list-cont-link {
  margin: 0 0 1.6em 0;
}

.outline-list-cont-note-item {
  font-size: 15px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.outline-list-cont-note-item .-txt {
  margin: 0 0 1.2em 0;
}

.outline-list-cont-note-item .-indent {
  padding: 0 0 0 1em;
}

.outline-list-cont-note-item .-txt:last-child {
  margin: 0;
}

.outline-list-cont-btn {
  max-width: 500px;
  width: 100%;
}

.outline-list-cont-btn .-item {
  display: flex;
  background-color: #f6ab00;
  width: 100%;
  height: 100px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.outline-list-cont-btn .-txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.outline-list-cont-btn .-icon {
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  right: 34px;
  top: 50%;
  margin: -4px 0 0 0;
  line-height: 0;
  transition: 0.3s;
}

.outline-list-cont-btn .-item:hover {
  background-color: #f8bc33;
}

.outline-list-cont-btn .-item:hover .-icon {
  right: 20px;
}

@media only screen and (max-width: 1200px) {
  .outline-list {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .outline {
    background-image: url(../img/home/outline_bg01_sp.png), url(../img/home/outline_bg02_sp.png);
    background-position: top center, bottom center;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .outline-wrapper {
    padding: 16% 0 13% 0;
    width: 84%;
  }
  .outline-list-item {
    display: block;
  }
  .outline-list-ttl {
    width: 100%;
  }
  .outline-ttl {
    margin: 0 0 12% 0;
  }
  .outline-list-item {
    display: block;
    margin: 0 0 17% 0;
  }
  .outline-list-item:last-child {
    margin: 0;
  }
  .outline-list-ttl {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0 0 9% 0;
  }
  .outline-list-cont .-large {
    font-size: 16px;
  }
  .outline-list-cont-note-item {
    font-size: 13px;
  }
  .outline-list-cont-note-item .-indent {
    padding: 0 0 0 0;
    text-indent: 0;
  }
  .outline-list-cont-note-item .-txt:last-child {
    margin: 0;
  }
  .outline-list-cont-btn {
    max-width: 500px;
    width: 100%;
  }
  .outline-list-cont-btn .-item {
    width: 100%;
    height: 75px;
  }
  .outline-list-cont-btn .-txt {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4em;
  }
  .outline-list-cont-btn .-icon {
    width: 12px;
    height: 8px;
    right: 5%;
  }
}

/* schedule */

.schedule {
  background-color: #f5aa00;
  overflow: hidden;
}

.schedule-wrapper {
  padding: 100px 0 120px 0;
  max-width: 692px;
}

.schedule-ttl {
  margin: 0 0 62px 0;
}

.schedule-list-item {
  background-color: #fff;
  margin: 0 0 28px 0;
  position: relative;
}

.schedule-list-item:last-child {
  margin: 0;
}

.schedule-list-item.-active:after {
  content: "";
  display: block;
  width: 87px;
  height: 76px;
  position: absolute;
  right: -37px;
  top: 50%;
  margin: -38px 0 0 0;
  background-image: url(../img/home/schedule_now.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.schedule-list-item .-no {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border: 3px solid #000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
  top: 50%;
  margin: -30px 0 0 0;
}

.schedule-list-wrap {
  padding: 38px 30px 38px 60px;
}

.schedule-list-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 40px solid;
  border-top: 50px solid #fff;
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin: 0 0 0 -38px;
}

.schedule-list-item:last-child .schedule-list-wrap:after {
  display: none;
}

.schedule-list-item .-date {
  font-weight: bold;
  font-size: 17px;
}

.schedule-list-item .-ttl {
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  .schedule-wrapper {
    padding: 16% 0;
  }
  .schedule-ttl {
    margin: 0 0 17.4% 0;
  }
  .schedule-list-item {
    margin: 0 0 17% 0;
  }
  .schedule-list-item:last-child {
    margin: 0;
  }
  .schedule-list-item.-active:after {
    width: 63px;
    height: 61px;
    right: -5px;
    top: auto;
    bottom: -15px;
    margin: -38px 0 0 0;
    background-image: url(../img/home/schedule_now_sp.png);
  }
  .schedule-list-item .-no {
    font-size: 24px;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
  }
  .schedule-list-wrap {
    padding: 8% 4.3% 7% 4.3%;
  }
  .schedule-list-wrap:after {
    border: transparent 20px solid;
    border-top: 40px solid #fff;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin: 0 0 0 -20px;
  }
  .schedule-list-item:last-child .schedule-list-wrap:after {
    display: none;
  }
  .schedule-list-item .-date {
    font-size: 16px;
  }
  .schedule-list-item .-ttl {
    font-size: 16px;
  }
}

/* qanda */

.qanda {
  background-image: url(../img/home/qanda_bg.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.qanda-img {
  position: absolute;
  width: 30%;
  right: 0;
  top: 34px;
}

.qanda-wrapper {
  padding: 118px 0 152px 0;
  max-width: 748px;
}

.qanda-ttl {
  margin: 0 0 56px 0;
}

.qanda-list {}

.qanda-list-item {
  padding: 0 110px 38px 0;
  margin: 0 0 38px 0;
  border-bottom: 2px solid #000;
  position: relative;
}

.qanda-list-item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin: -5px 0 0 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}

.qanda-list-item.-active:after {
  transform: rotate(225deg);
}

.qanda-list-q {
  color: #d69706;
  text-decoration: underline;
}

.qanda-list-a {
  margin: 38px 0 0 0;
  display: none;
}

@media only screen and (max-width: 768px) {
  .qanda {
    background-image: url(../img/home/qanda_bg_sp.png);
  }
  .qanda-wrapper {
    padding: 14% 0;
    width: 84%;
  }
  .qanda-img {
    width: 38%;
    right: -3%;
    top: 0.5%;
  }
  .qanda-ttl {
    margin: 0 0 9% 0;
  }
  .qanda-list-item {
    padding: 0 8% 12% 0;
    margin: 0 0 12% 0;
  }
  .qanda-list-item:after {
    right: 0;
  }
  .qanda-list-a {
    margin: 12% 0 0 0;
  }
}

/* archive */

.archive {
  background-color: #05a699;
}

.archive-wrapper {
  padding: 70px 0 100px 0;
}

.archive-ttl {
  margin: 0 0 27px 0;
}

.archive-list {
  background-color: #fff;
}

.archive-list-wrap {
  padding: 70px 0;
  display: flex;
  justify-content: center;
}

.archive-list-item .-link {
  color: #d69706;
  text-decoration: underline;
  font-size: 18px;
}

.archive-list-item .-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .archive-wrapper {
    padding: 16% 0 13% 0;
  }
  .archive-list-item .-link {
    font-size: 16px;
  }
  .archive-list-wrap {
    padding: 10% 0;
  }
}


/* result */

.result {
  padding: 90px 0;
  background-color: #f5aa00;
}

.result-ttl {
  margin: 0 0 50px 0;
}

.result-txt-wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 75px;
  box-sizing: border-box;
}

.result-txt {
  position: relative;
  letter-spacing: .05em;
  font-size: 16px;
  text-align: left;
  font-size: 94%;
}

.result-txt .result-txt-btn {
  position: absolute;
  bottom: 0;
  right: 6px;
  display: block;
  text-align: right;
  padding-right: 18px;
  color: #fff;
  text-decoration: underline;
}

.result-txt .result-txt-btn:hover {
  text-decoration: none;
}

.result-txt .result-txt-btn:after {
  content: "→";
  position: absolute;
  bottom: 0;
  right: 0;
}

.result-column {
  position: relative;
  margin-bottom: 4%;
  padding: 12% 185px 6%;
  box-sizing: border-box;
  background-color: #FFF;
}

.result-column.award-gra:before {
  content: "";
  position: absolute;
  top: 0;
  right: 3%;
  display: inline-block;
  width: 11%;
  max-width: 120px;
  height: 100%;
  background-image: url(../img/home/award_gra.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.result-column.award-chosen:before {
  content: "";
  position: absolute;
  top: 0;
  right: 3%;
  display: inline-block;
  width: 9%;
  max-width: 100px;
  height: 100%;
  background-image: url(../img/home/award_chosen.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.result-column-btn {
  display: block;
  color: #000;
}

.result-column-btn:hover {
  opacity: .7;
}

.result-column-img {
  margin-bottom: 4%;
}

.result-column-img img {
  vertical-align: bottom;
}

.result-column-tag {
  display: flex;
  flex-wrap: wrap;
}

.-tag {
  position: relative;
  width: 100%;
  max-width: 135px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  color: #FFF;
}

.-tag:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 13px 6px 13px 0;
}

.-tag.-red {
  background-color: #ee4111;
}

.-tag.-orange {
  background-color: #f5aa00;
}

.-tag.-purple {
  background-color: #9b11a5;
}

.-tag.-blue {
  background-color: #218ce4;
}

.-tag.-navy {
  background-color: #323aa9;
}

.-tag.-green {
  background-color: #0bb659;
}

.-tag.-blank {
  opacity: 0;
}

.-tag.-blank::before {
  display: block;
  content: " ";
  height: 1em;
}

.result-column-ttl {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.001em;
}

.result-column-number {
  padding: 0 15px;
  font-size: 14px;
  border-radius: 20px;
  border: 2px solid #000;
}

.result-list {
  display: flex;
  flex-wrap: wrap;
}

.result-list-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 8%;
}

.result-list-item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {

  .result {
    padding: 10% 0;
    background-size: 143px;
  }

  .result-txt-wrap {
    padding: 0;
    margin-bottom: 8%;
  }

  .result-txt .result-txt-btn {
    position: static;
    padding-right: 26px;
  }

  .result-txt .result-txt-btn:after {
    right: 10px;
  }

  .result-column {
    padding: 20% 10% 10%;
  }

  .result-column-ttl {
    font-size: 16px;
  }

  .result-column.award-gra:before {
    width: 15%;
  }

  .result-column.award-chosen:before {
    width: 13%;
  }

  .result-list-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16%;
  }

  .-tag.-blank {
    display: none;
  }
  

}



/* add by camp4 2022.5.9 */
.menu {
  background-color: #e3efcb;
}

.menu-wrapper {
  padding: 70px 0 100px 0;
}

.menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 867px;
  width: 90%;
  margin: 0 auto;
}

.menu-list-item {
  width: 42%;
}

.menu-list-wrap {
}

.menu-list-img {
  margin: 0 0 18px 0;
  line-height: 0;
}

.menu-list-ttl {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 9px 0;
  line-height: 1;
}

.menu-list-copy .-link {
  color: #d69706;
  text-decoration: underline;
}

.menu-list-copy .-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .menu-wrapper {
    padding: 8% 0;
  }
  .menu-list-item {
    width: 100%;
    margin: 0 0 11.5% 0;
  }
  .menu-list-item:last-child {
    margin: 0;
  }
  .menu-list-wrap {
  }
  .menu-list-img {
    margin: 0 0 4.9% 0;
  }
  .menu-list-ttl {
    font-size: 20px;
    margin: 0 0 3% 0;
  }
}