body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
}

a:hover img {
  opacity: 0.7;
}

#contentAll {
  min-width: 1120px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #contentAll {
    min-width: 0;
  }
}

.innerBox {
  width: 100%;
  max-width: 1397px;
  margin: 0 auto;
}

.imgWrap {
  text-align: center;
}
.imgWrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
  line-height: 0;
}

.noteTxt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .noteTxt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contentHead {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .contentHead {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
}
.contentHead .hdr01 {
  line-height: 1;
}
.contentHead .hdr01 a {
  display: block;
}
.contentHead .hdr01 img {
  width: 409px;
  height: 36px;
}
@media only screen and (max-width: 768px) {
  .contentHead .hdr01 img {
    width: 175px;
    height: auto;
  }
}

.mvBox .imgWrap img {
  width: 100%;
  vertical-align: bottom;
}

.ctaBox {
  padding: 80px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ctaBox {
    padding: 50px 0 0;
  }
}
.ctaBox .ctaBtn a {
  position: relative;
  display: block;
  width: 900px;
  height: 124px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffe100;
  border: 4px solid #bca600;
  border-radius: 12px;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 114px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .ctaBox .ctaBtn a {
    width: 85.3%;
    height: 80px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 72px;
  }
}
.ctaBox .ctaBtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 41px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/arrow_cta.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .ctaBox .ctaBtn a::before {
    right: 17px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
}
.ctaBox .ctaBtn a:hover {
  opacity: 0.7;
}
.ctaBox .ctaBadge {
  position: absolute;
  top: -27px;
  left: 25px;
  width: 166px;
  height: 166px;
  box-sizing: border-box;
  padding-top: 27px;
  background: #ff3333;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #ff3333, inset 0 0 0 9px #fff;
}
@media only screen and (max-width: 768px) {
  .ctaBox .ctaBadge {
    top: -30px;
    left: -24px;
    width: 82px;
    height: 82px;
    padding-top: 13px;
    box-shadow: inset 0 0 0 3px #ff3333, inset 0 0 0 5px #fff;
  }
}
.ctaBox .ctaBadge span {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #fff;
  text-indent: 2px;
}
@media only screen and (max-width: 768px) {
  .ctaBox .ctaBadge span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}
.ctaBox .ctaDate {
  margin-top: 15px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #00428e;
}
@media only screen and (max-width: 768px) {
  .ctaBox .ctaDate {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.ctaBox .ctaNote {
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: #00428e;
}
@media only screen and (max-width: 768px) {
  .ctaBox .ctaNote {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.stepBox + .ctaBox {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .stepBox + .ctaBox {
    padding-top: 50px;
  }
}

.checkBox {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 768px) {
  .checkBox {
    padding: 45px 0 45px;
  }
}
@media only screen and (max-width: 1440px) {
  .checkBox .innerBox {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .checkBox .innerBox {
    padding: 0;
  }
}
.checkBox .hdrCheck {
  text-align: center;
}
.checkBox .hdrCheck img {
  width: 1103px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .checkBox .hdrCheck img {
    width: 83.5%;
  }
}
.checkBox .checkList {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .checkBox .checkList {
    display: block;
    margin-top: 25px;
  }
}
.checkBox .checkList li {
  width: 31.5%;
}
@media only screen and (max-width: 768px) {
  .checkBox .checkList li {
    width: 100%;
  }
  .checkBox .checkList li + li {
    margin-top: 20px;
  }
}
.checkBox .checkList li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.checkBox .noteList {
  width: fit-content;
  margin: 22px 0 0 auto;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}
.checkBox .noteList li {
  display: flex;
}
.checkBox .noteList li span {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .checkBox .noteList {
    width: auto;
    margin-top: 15px;
    padding: 0 17px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .checkBox .noteList li span {
    width: 33px;
  }
  .checkBox .noteList li + li span {
    width: 19px;
  }
}

@media only screen and (max-width: 1440px) {
  .stepBox .innerBox {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .stepBox .innerBox {
    padding: 0;
  }
}
.stepBox .hdrStep {
  text-align: center;
}
.stepBox .hdrStep img {
  width: 554px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .stepBox .hdrStep img {
    width: 91%;
  }
}
.stepBox .stepDate {
  margin-top: 15px;
  padding-bottom: 12px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #00428e;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .stepBox .stepDate {
    margin-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.stepBox .stepDate span {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 3px solid #0075c2;
}
@media only screen and (max-width: 768px) {
  .stepBox .stepDate span {
    padding-bottom: 6px;
    border-bottom-width: 2px;
  }
}
.stepBox .stepImgWrap {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .stepBox .stepImgWrap {
    margin-top: 17px;
  }
}
.stepBox .stepImgWrap .imgWrap img {
  width: 100%;
  vertical-align: bottom;
}
.stepBox .stepImgWrap .stepBtn {
  position: absolute;
  top: 50.9%;
  left: 7%;
  width: 18.8%;
}
@media only screen and (max-width: 768px) {
  .stepBox .stepImgWrap .stepBtn {
    top: 17%;
    left: 14.7%;
    width: 70.1%;
  }
}
.stepBox .stepImgWrap .stepBtn a {
  position: relative;
  display: block;
  height: 51px;
  box-sizing: border-box;
  background: #ffe100;
  border: 2px solid #bca600;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 47px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .stepBox .stepImgWrap .stepBtn a {
    height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 42px;
  }
}
.stepBox .stepImgWrap .stepBtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/arrow_cta.png) no-repeat center/contain;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .stepBox .stepImgWrap .stepBtn a::before {
    right: 11px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
}
.stepBox .stepImgWrap .stepBtn a:hover {
  opacity: 0.7;
}

.eventBox {
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  .eventBox {
    margin-top: 39px;
  }
}
.eventBox .hdrEvent {
  position: relative;
  z-index: 1;
  height: 80px;
  margin-top: 33px;
  background: repeating-linear-gradient(90deg, #027bca 0, #027bca 12px, #0075c2 12px, #0075c2 24px);
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  line-height: 80px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .eventBox .hdrEvent {
    height: 40px;
    margin-top: 28px;
    background: repeating-linear-gradient(90deg, #027bca 0, #027bca 10.5px, #0075c2 10.5px, #0075c2 21px);
    padding-left: 19px;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-indent: 0.3em;
    line-height: 40px;
  }
  .eventBox .hdrEvent .text {
    padding-left: 5px;
  }
}
.eventBox .hdrEvent .iconArea {
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -337px;
}
@media only screen and (max-width: 768px) {
  .eventBox .hdrEvent .iconArea {
    top: -28px;
    margin-left: -168px;
  }
}
.eventBox .hdrEvent .iconArea img {
  width: 165px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .eventBox .hdrEvent .iconArea img {
    width: 87px;
  }
}
.eventBox .hdrEvent .iconHouse {
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: 185px;
}
@media only screen and (max-width: 768px) {
  .eventBox .hdrEvent .iconHouse {
    top: -5px;
    margin-left: 105px;
  }
}
.eventBox .hdrEvent .iconHouse img {
  width: 117px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .eventBox .hdrEvent .iconHouse img {
    width: 49px;
  }
}
.eventBox .innerBox {
  max-width: none;
  padding: 65px 0 96px;
  background: repeating-linear-gradient(90deg, #d6f1ff 0, #d6f1ff 12px, #dff2fc 12px, #dff2fc 24px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .eventBox .innerBox {
    padding: 35px 0 60px;
    background: repeating-linear-gradient(90deg, #d6f1ff 0, #d6f1ff 10px, #dff2fc 10px, #dff2fc 21px);
  }
}
.eventBox .eventTxt {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventTxt {
    padding: 0 26px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.eventBox .eventTxt02 {
  margin-top: 88px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventTxt02 {
    margin-top: 37px;
    padding: 0 7.35%;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}
.eventBox .eventBtn {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtn {
    margin-top: 30px;
  }
}
.eventBox .eventBtn a {
  position: relative;
  display: block;
  width: 700px;
  height: 108px;
  margin: 0 auto;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fcfcfd, #f3edff);
  border: 4px solid #134d88;
  border-radius: 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtn a {
    width: 85.3%;
    height: 115px;
    padding-top: 12px;
    border-width: 3px;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
  }
}
.eventBox .eventBtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  background: url(../images/arrow_event.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtn a::before {
    right: 13px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
}
.eventBox .eventBtn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtn:not(.eventBtnReq) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 0 19px;
    text-align: left;
  }
}
.eventBox .eventBtn .eventCat {
  display: block;
  padding: 8px 0 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtn .eventCat {
    padding: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: normal;
    text-align: left;
    text-indent: 0;
  }
}
.eventBox .eventBtnReq {
  margin-top: 31px;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtnReq {
    margin-top: 24px;
  }
}
.eventBox .eventBtnReq a {
  background: linear-gradient(to bottom, #fdfdfc, #fff6ed);
  border-color: #d9ab2c;
  line-height: 100px;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtnReq a {
    height: 108px;
    padding: 0 40px 0 85px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    box-sizing: border-box;
  }
}
.eventBox .eventBtnReq a::before {
  background-image: url(../images/arrow_req.png);
}
.eventBox .eventBtnReq .eventFree {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background: #ffe100;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 64px;
  color: #ee2023;
}
@media only screen and (max-width: 768px) {
  .eventBox .eventBtnReq .eventFree {
    left: 22px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 44px;
    text-align: center;
  }
}

.contentFoot {
  background: #603913;
  min-width: 1120px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .contentFoot {
    min-width: 0;
    width: 100%;
    padding: 12px 0;
  }
}
.contentFoot .imgWrap {
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .contentFoot .imgWrap {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .contentFoot .imgWrap img {
    width: 127px;
    height: auto;
  }
}
.contentFoot .copyright {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .contentFoot .copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}
