/*----------------------------------------
	fv.scss
---------------------------------------- */
.p-fv {
  position: relative;
  min-height: 121.6rem;
}
.p-fv::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 39.0625%;
  height: 100%;
  background: url("../images/fv_bg01.svg") left top no-repeat;
  background-size: contain;
}
.p-fv__inner {
  display: grid;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  block-size: 100svb;
  margin: 0 auto;
  background: url("../images/fv_bg02.svg") center center no-repeat;
  background-size: contain;
}
.p-fv__text {
  margin-top: 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5384615385;
  color: #ffef3b;
}
.p-fv__text span {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1300px) {
  .p-fv::after {
    width: 31.25%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1119px) {
  .p-fv {
    min-height: auto;
  }
  .p-fv::after {
    width: 52.0833333333%;
  }
  .p-fv__inner {
    block-size: 100svb;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
  }
  .p-fv__text {
    font-size: 1.8rem;
    line-height: 1.6923076923;
    letter-spacing: -0.02em;
  }
  .p-fv__text span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .p-fv {
    min-height: auto;
  }
  .p-fv::after {
    width: 52.0833333333%;
  }
  .p-fv__inner {
    height: 100%;
    block-size: 100svb;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
  }
  .p-fv__text {
    margin-top: 2rem;
    font-size: 3.6458333333vw;
  }
  .p-fv__text span {
    font-size: 2.6041666667vw;
  }
}

@media only screen and (orientation: landscape) and (max-height: 768px) {
  .p-fv::after {
    width: 38.1944444444%;
  }
  .p-fv__inner {
    height: 100%;
    padding: 10rem 0;
  }
  .p-fv__head {
    margin: 0 2rem;
  }
}
/*----------------------------------------
	message.scss
---------------------------------------- */
.p-message {
  position: relative;
}
.p-message__inner {
  max-width: 1120px;
  margin: 2.5rem auto 0;
}
.p-message__head {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  display: inline-block;
  padding: 0.4rem 2rem;
  background-color: #007dab;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.p-message__text {
  position: relative;
  padding: 5rem 4rem;
  line-height: 1.7;
  text-align: left;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px #ffef3b solid;
  border-radius: 1.2rem;
  z-index: 1;
}
.p-message__text p {
  font-size: 2rem;
  font-weight: 700;
}
.p-message__text p + p {
  margin-top: 1em;
}
@media print, screen and (min-width: 1120px) and (max-width: 1180px) {
  .p-message__inner {
    max-width: 1080px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1119px) {
  .p-message__inner {
    margin: 2.5rem 3rem 0;
  }
  .p-message__text {
    padding: 4rem 3rem;
  }
  .p-message__text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .p-message__inner {
    margin: 2.5rem 2rem 0;
  }
  .p-message__text {
    padding: 3rem 2rem;
    text-align: justify;
  }
  .p-message__text p {
    font-size: 3.3854166667vw;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1119px) and (orientation: landscape) {
  .p-message__inner {
    margin: 2.5rem 3rem 0;
  }
}
/*----------------------------------------
	event01.scss
---------------------------------------- */
.p-event01 {
  position: relative;
  max-width: 1120px;
  margin: 10rem auto 2rem;
}
.p-event01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 1120px) and (max-width: 1180px) {
  .p-event01 {
    max-width: 1080px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1119px) {
  .p-event01 {
    margin: 5rem auto 2rem;
  }
  .p-event01__inner {
    gap: 0 2rem;
    margin: 0 3rem 0 2rem;
  }
}
@media screen and (max-width: 749px) {
  .p-event01 {
    margin: 5rem auto 2rem;
  }
  .p-event01__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 0;
    margin: 0 2rem 0 1rem;
  }
  .p-event01__inner img {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1119px) and (orientation: landscape) {
  .p-event01__inner {
    gap: 0 2rem;
    margin: 0 3rem 0 2rem;
  }
}
/*----------------------------------------
	schedule.scss
---------------------------------------- */
.p-schedule {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 10rem;
}
@media print, screen and (min-width: 1120px) and (max-width: 1180px) {
  .p-schedule {
    max-width: 1080px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1119px) {
  .p-schedule__inner {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 749px) {
  .p-schedule__inner {
    margin: 0 2rem;
  }
  .p-schedule__inner img {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1119px) and (orientation: landscape) {
  .p-schedule__inner {
    margin: 0 3rem;
  }
}
/*----------------------------------------
	event02.scss
---------------------------------------- */
.p-event02 {
  position: relative;
  max-width: 1120px;
  margin: 10rem auto;
}
.p-event02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-event02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-event02 .list p + p {
  margin-top: 3rem;
}
@media print, screen and (min-width: 1120px) and (max-width: 1180px) {
  .p-event02 {
    max-width: 1080px;
  }
  .p-event02 .list {
    width: 48.2142857143%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1119px) {
  .p-event02__inner {
    margin: 0 3rem;
    gap: 6rem 2rem;
  }
  .p-event02 .list {
    width: 48%;
  }
  .p-event02 .list p + p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .p-event02 {
    margin: 10rem auto 6rem;
  }
  .p-event02__inner {
    margin: 0 2rem;
    gap: 5rem 0;
  }
  .p-event02 .list p + p {
    margin-top: 2rem;
  }
  .p-event02 .list img {
    width: 100%;
  }
  .p-event02 .list + .list {
    padding-top: 5rem;
    border-top: 1px #66a9c8 dashed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1119px) and (orientation: landscape) {
  .p-event02__inner {
    margin: 0 3rem;
    gap: 6rem 2rem;
  }
  .p-event02 .list {
    width: 48%;
  }
  .p-event02 .list p + p {
    margin-top: 2rem;
  }
}
/*// ============================================================
// lp
// ============================================================*/