@charset "UTF-8";
.main-wrapper {
  position: relative;
}
.main-wrapper::after {
  content: "";
  position: fixed;
  background-color: #ece7c7;
  background-image: linear-gradient(rgba(211, 211, 212, 0.5) 1px, transparent 0), linear-gradient(90deg, rgba(211, 211, 212, 0.5) 1px, transparent 0);
  background-size: 30px 30px;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: -1;
}
.main-wrapper .loop {
  overflow: hidden;
}
.main-wrapper .bg-pc {
  display: flex;
  height: 60vh;
  position: fixed;
  top: 0;
  width: 310vw;
}
.main-wrapper .bg-pc img:first-child {
  animation: loop 150s -75s linear infinite;
}
.main-wrapper .bg-pc img:last-child {
  animation: loop2 150s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.main-wrapper .bg-pc .image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.main-wrapper .message {
  position: fixed;
  top: 32%;
  left: 25%;
  width: 23%;
  max-width: 400px;
  transform: translateY(-50%);
}
.main-wrapper .fixed-pc {
  position: fixed;
  bottom: 10%;
  left: 7%;
}
.main-wrapper .fixed-pc .flex-box {
  gap: 4%;
  margin-bottom: 20px;
}
.main-wrapper .fixed-pc .application,
.main-wrapper .fixed-pc .request {
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  font-size: 2.2rem;
}
.main-wrapper .fixed-pc .application::before,
.main-wrapper .fixed-pc .request::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}
.main-wrapper .fixed-pc .application::before {
  background-image: url(../images/icon-school.svg);
  width: 45px;
  height: 33px;
}
.main-wrapper .fixed-pc .request::before {
  background-image: url(../images/icon-document.svg);
  width: 28px;
  height: 33px;
}
@media screen and (max-width: 1379px) {
  .main-wrapper .message {
    left: 18%;
  }
  .main-wrapper .fixed-pc {
    max-width: 400px;
  }
  .main-wrapper .fixed-pc .flex-box {
    margin-bottom: 10px;
  }
  .main-wrapper .fixed-pc .application,
  .main-wrapper .fixed-pc .request {
    gap: 5px;
    font-size: 1.6rem;
  }
  .main-wrapper .fixed-pc .application::before {
    width: 35px;
    height: 25px;
  }
  .main-wrapper .fixed-pc .request::before {
    width: 18px;
    height: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .main-wrapper .message,
  .main-wrapper .fixed-pc .flex-box,
  .main-wrapper .logo-pc {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .main-wrapper .pc-content {
    display: none;
  }
}

.main-contents {
  position: relative;
  margin: 0 10% 0 auto;
  padding-top: 5%;
  width: 100%;
  min-width: 375px;
  max-width: 450px;
  z-index: 999;
  overflow: hidden;
}
@media screen and (max-width: 1379px) {
  .main-contents {
    margin-right: 6%;
  }
}
@media screen and (max-width: 1023px) {
  .main-contents {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .main-contents {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
}

/* メインビジュアル */
.mv {
  height: 580px;
  position: relative;
}
.mv .swiper-container {
  height: 580px;
  z-index: -1;
  position: relative;
}
.mv .swiper-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv .mv-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px;
  background-image: url(../images/triangle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 75%;
  height: 50%;
  z-index: 10;
}
.mv .mv-logo img {
  max-width: 265px;
  width: 57%;
}
.mv .mv-access {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px;
  text-align: right;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  justify-content: right;
}
.mv .mv-access .text {
  margin-right: 10px;
  line-height: 1.8rem;
  font-weight: 600;
}
.mv .mv-access span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.mv .mv-access img {
  width: 100%;
  max-width: 25px;
}
.mv .mv-info h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 100%;
  padding: 0 20px;
}
.mv .mv-info .mv-h1 {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.mv .mv-offer {
  position: absolute;
  width: 100%;
  max-width: 300px;
  top: 85px;
  right: 0;
  padding: 0 20px;
}
.mv .scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  color: #960005;
}
.mv .scroll span {
  position: absolute;
  left: -42px;
  bottom: 13px;
  color: #960005;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.mv .scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #960005;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 36px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.mv .scroll:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 1px;
  height: 36px;
  background: #960005;
}

/* ３つのポイント */
.point {
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(rgba(211, 211, 212, 0.5) 1px, transparent 0), linear-gradient(90deg, rgba(211, 211, 212, 0.5) 1px, transparent 0);
  background-size: 15px 15px;
}
.point .title-wrap {
  padding: 0 20px;
}
.point .title-wrap.bg-01, .point .title-wrap.bg-02, .point .title-wrap.bg-03 {
  position: relative;
  background-repeat: repeat;
  background-image: radial-gradient(#fffbc2 9%, transparent 16%), radial-gradient(#fffbc2 9%, transparent 16%);
  background-size: 15px 15px;
}
.point .title-wrap.bg-01::before, .point .title-wrap.bg-02::before, .point .title-wrap.bg-03::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.point .title-wrap.bg-01 {
  background-color: #00abeb;
}
.point .title-wrap.bg-01::before {
  background: linear-gradient(to top, #00abeb 40%, rgba(110, 186, 68, 0.01));
}
.point .title-wrap.bg-02 {
  background-color: #6eba44;
}
.point .title-wrap.bg-02::before {
  background: linear-gradient(to top, #6eba44 40%, rgba(110, 186, 68, 0.01));
}
.point .title-wrap.bg-03 {
  background-color: #f3994f;
}
.point .title-wrap.bg-03::before {
  background: linear-gradient(to top, #f3994f 40%, rgba(110, 186, 68, 0.01));
}
.point .title-inner {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 14px;
}
.point .title-inner .subheading {
  width: 38%;
  position: absolute;
  max-width: 165px;
  top: -35%;
  right: 0;
}
.point .title .point-txt01 {
  height: 7.1rem;
}
@media screen and (max-width: 449px) {
  .point .title .point-txt01 {
    height: 5.81rem;
  }
}
.point .title .point-txt02,
.point .title .point-txt03 {
  height: 7rem;
}
@media screen and (max-width: 449px) {
  .point .title .point-txt02,
  .point .title .point-txt03 {
    height: 5.71rem;
  }
}
.point .description {
  padding: 20px 20px 25px;
}
.point .description li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.point .description li::before {
  content: "●";
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 430px) {
  .point .title .yellow-text {
    font-size: 1.7rem;
  }
}

/* information */
.information {
  background-color: #fff;
  /* 参加者の声 */
  /* program */
  /* schedule */
}
.information .title {
  padding: 10px 20px 5px;
  margin-bottom: 40px;
}
.information .title.bg-04 {
  background-color: #009e96;
  position: relative;
  -webkit-filter: drop-shadow(0px 8px 0px #006660);
  filter: drop-shadow(0px 8px 0px #006660);
}
.information .title.bg-05 {
  background-color: #00b4ed;
  position: relative;
  -webkit-filter: drop-shadow(0px 8px 0px #007ba2);
  filter: drop-shadow(0px 8px 0px #007ba2);
}
.information .title.bg-06 {
  background-color: #f095bc;
  position: relative;
  -webkit-filter: drop-shadow(0px 8px 0px #ab6887);
  filter: drop-shadow(0px 8px 0px #ab6887);
}
.information .title.bg-04::before, .information .title.bg-05::before, .information .title.bg-06::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
}
.information .title.bg-04::before {
  border-top: 11px solid #009e96;
}
.information .title.bg-05::before {
  border-top: 11px solid #00b4ed;
}
.information .title.bg-06::before {
  border-top: 11px solid #f095bc;
}
.information .yellow-text {
  font-family: "CenturyGothic", "Century Gothic", sans-serif;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information .yellow-bg {
  margin-right: 10px;
  font-family: "yu-gothic-pr6n", "游ゴシック", YuGothic, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: inline;
  line-height: 2rem;
  background-color: #fff100;
}
.information .info-voice {
  background-color: #b2dddb;
}
.information .info-voice .content {
  padding: 20px 20px 30px;
  max-width: 450px;
  margin: 0 auto;
}
.information .info-voice .content:nth-child(3) .text-wrap {
  flex-direction: row-reverse;
}
.information .info-voice .content:nth-child(3) .human {
  width: 35%;
  max-width: 100px;
  padding-right: 0;
  padding-left: 20px;
}
.information .info-voice .voice-image {
  max-height: 40px;
  margin: 0 auto 8px;
}
.information .info-voice .decoration-01 {
  position: relative;
}
.information .info-voice .decoration-01::before {
  top: -68%;
  width: 30px;
  height: 48px;
  background-image: url(../images/set-square.png);
}
.information .info-voice .decoration-01::after {
  right: 0;
  top: -50%;
  width: 35px;
  height: 60px;
  background-image: url(../images/compass.png);
}
.information .info-voice .decoration-02 {
  position: relative;
}
.information .info-voice .decoration-02::before {
  top: -60%;
  width: 60px;
  height: 45px;
  background-image: url(../images/ruler.png);
}
.information .info-voice .decoration-02::after {
  top: -44%;
  right: 8%;
  width: 22px;
  height: 50px;
  background-image: url(../images/pencil.png);
}
.information .info-voice .decoration-03 {
  position: relative;
}
.information .info-voice .decoration-03::after {
  top: -70%;
  right: -3%;
  width: 42px;
  height: 48px;
  background-image: url(../images/protractor.png);
}
.information .info-voice .decoration-01::before,
.information .info-voice .decoration-01::after,
.information .info-voice .decoration-02::before,
.information .info-voice .decoration-02::after,
.information .info-voice .decoration-03::after {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.information .info-voice .text-wrap {
  display: flex;
  align-items: flex-end;
}
.information .info-voice .human {
  width: 35%;
  max-width: 100px;
  padding-right: 20px;
}
.information .info-voice .text {
  margin-bottom: 0;
}
.information .info-program {
  background-color: #fff;
}
.information .info-program .title {
  margin-bottom: 0;
  z-index: 10;
}
.information .info-program .content-bg {
  background-color: #bae3f9;
  padding: 60px 30px;
  margin: 0 35px;
  text-align: center;
  height: 100%;
  position: relative;
}
.information .info-program .manufacturing {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
  line-height: 2rem;
  background-color: #fff100;
  margin: 0 0 15px;
}
.information .info-program .sub-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.information .info-program .image-wrap {
  position: relative;
  margin-bottom: 45px;
}
.information .info-program .image {
  border: solid 4px #fff;
  aspect-ratio: 160/101;
  object-fit: cover;
}
.information .info-program .date {
  background-image: url(../images/circle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  position: absolute;
  bottom: -32px;
  right: 0;
  margin-bottom: 0;
  font-family: "Oxygen", sans-serif;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.information .info-program .date span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  font-family: "yu-gothic-pr6n", "游ゴシック", YuGothic, sans-serif;
}
.information .info-program .text {
  text-align: left;
}
.information .info-program .swiper-container {
  position: relative;
  width: min(100%, 600px);
  height: 100%;
  overflow: hidden;
}
.information .info-program .swiper-wrapper {
  align-items: stretch;
}
.information .info-program .swiper-slide {
  width: 100%;
  display: block;
}
.information .info-program .swiper-button-prev,
.information .info-program .swiper-button-next {
  background-color: #bae3f9;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(calc(-50% + 16px));
}
.information .info-program .swiper-button-prev {
  left: 5px;
}
.information .info-program .swiper-button-next {
  right: 5px;
}
.information .info-program .swiper-button-prev::after,
.information .info-program .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}
.information .info-program .swiper-button-prev::after {
  border-right: 8px solid #007ba2;
  left: 45%;
}
.information .info-program .swiper-button-next::after {
  border-left: 8px solid #007ba2;
  left: 54%;
}
.information .info-program .frame-01,
.information .info-program .frame-02,
.information .info-program .frame-03,
.information .info-program .frame-04 {
  width: 20px;
  height: 20px;
  object-fit: cover;
  position: absolute;
}
.information .info-program .frame-01 {
  top: 7%;
  left: 15px;
}
.information .info-program .frame-02 {
  top: 7%;
  right: 15px;
  transform: rotate(90deg);
}
.information .info-program .frame-03 {
  bottom: 7%;
  right: 15px;
  transform: rotate(180deg);
}
.information .info-program .frame-04 {
  bottom: 7%;
  left: 15px;
  transform: rotate(-90deg);
}
.information .info-program .br-s {
  display: none;
}
@media screen and (max-width: 420px) {
  .information .info-program .br-s {
    display: block;
  }
}
.information .info-schedule {
  background-color: #fce8f0;
}
.information .info-schedule .month-menu {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto 20px;
}
.information .info-schedule .btn {
  padding: 0 20px;
  font-weight: bold;
  border-radius: 2px;
}
.information .info-schedule .color-01 {
  background-color: #f095bc;
}
.information .info-schedule .color-02 {
  background-color: #e9546b;
}
.information .info-schedule .color-03 {
  background-color: #e94709;
}
.information .info-schedule .month-wrap {
  padding-bottom: 15px;
}
.information .info-schedule .sub-title {
  font-size: 3rem;
  line-height: 3rem;
  padding: 10px;
  color: #fff;
  -webkit-text-stroke: 0.5px #000;
  text-stroke: 0.5px #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.information .info-schedule .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.information .info-schedule .unit {
  text-align: center;
}
.information .info-schedule .unit p {
  margin-bottom: unset;
}
.information .info-schedule .unit .category {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 0;
}
.information .info-schedule .unit .data-area {
  padding: 10px 0;
}
.information .info-schedule .unit .date,
.information .info-schedule .unit .time {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
}
.information .info-schedule .unit .date {
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3%;
  padding-bottom: 8px;
  letter-spacing: 0.1em;
}
.information .info-schedule .unit .date span {
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 2px;
  display: block;
  letter-spacing: normal;
}
.information .info-schedule .unit .date .blue {
  color: #fff;
  background-color: #036eb8;
  border: solid 1px #036eb8;
}
.information .info-schedule .unit .date .pink {
  color: #fff;
  background-color: #e4007f;
  border: solid 1px #e4007f;
}
.information .info-schedule .unit .time {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.information .info-schedule .unit .label {
  border: solid 1px rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 0 5px;
  margin-top: 8px;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
}
.information .info-schedule .line-01 {
  border: solid 1px #f095bc;
  border-radius: 3px;
}
.information .info-schedule .line-02 {
  border: solid 1px #e9546b;
  border-radius: 3px;
}
.information .info-schedule .line-03 {
  border: solid 1px #e94709;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .information .info-schedule .l-wrapper {
    padding-bottom: 115px;
  }
}

/* footer */
.footer {
  background-color: #fff;
}
.footer .application {
  position: relative;
}
.footer .application::before, .footer .application::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1px;
  height: 35%;
  background: #fff;
}
.footer .application::before {
  left: 50%;
  transform: translateX(calc(-50% - 125px)) translateY(-50%) rotate(-15deg);
}
.footer .application::after {
  right: 50%;
  transform: translateX(calc(-50% + 125px)) translateY(-50%) rotate(15deg);
}
.footer .text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    z-index: 999;
  }
}/*# sourceMappingURL=style.css.map */