@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bahiana&family=Lexend+Peta:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main#container {
  width: 100%;
  padding: 74px 0 120px 0;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main#container #visual {
  width: 100%;
  min-width: 1212px;
  position: relative;
  overflow: hidden;
}
main#container #visual:not(:last-child) {
  margin-bottom: 0px;
}
main#container #visual::before {
  content: "";
  width: 1600px;
  height: 590px;
  background-image: url(../images/deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: calc(50% - 800px);
  display: block;
  z-index: 1;
}
main#container #visual .text {
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  z-index: 10;
}
main#container #visual .text h2 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #visual .text h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #visual .photo {
  width: 100%;
  height: auto;
  position: relative;
}
main#container #message {
  width: 100%;
  padding: 70px 0;
  margin: 0 auto;
  background-color: #F2F2F2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
main#container #message:not(:last-child) {
  margin-bottom: 100px;
}
main#container #message .text {
  text-align: left;
  width: 1020px;
}
main#container #message .text h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container #message .text h4:not(:last-child) {
  margin-bottom: 20px;
}
main#container #message .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container .section {
  width: 1040px;
  margin: 0 auto;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main#container .section:not(:last-child) {
  margin-bottom: 80px;
}
main#container .section.on {
  opacity: 1;
}
main#container .section .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .title:not(:last-child) {
  margin-bottom: 60px;
}
main#container .section .title h3 {
  opacity: 1;
  transition: all 0.5s ease-in 0.25s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section .title h3:not(:last-child) {
  margin-bottom: 20px;
}
main#container .section .title h3::before {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: calc(-50vw - 20px);
}
main#container .section .title h3 span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container .section .title h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#intro {
  width: 100%;
}
main#container .section#intro .inner {
  width: 1040px;
  margin: 0 auto;
}
main#container .section#intro .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  background-color: #384691;
  padding: 8px 16px;
  margin-bottom: 54px;
}
main#container .section#intro .inner .wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .section#intro .inner .wrap .graph {
  width: 590px;
}
main#container .section#intro .inner .wrap .text {
  width: calc(100% - 592px - 70px);
  padding: 40px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
main#container .section#intro .inner .wrap .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
}
main#container .section#day {
  width: 100%;
}
main#container .section#day:not(:last-child) {
  margin-bottom: 160px;
}
main#container .section#day .day {
  text-align: left;
  width: 1040px;
  margin: 0 auto;
}
main#container .section#day .day:not(:last-child) {
  margin-bottom: 160px;
}
main#container .section#day .day.day2 h4::after {
  background-color: #389dbf;
}
main#container .section#day .day.day2 h4 span:nth-child(1), main#container .section#day .day.day2 h4 span:nth-child(2) {
  color: #389dbf;
}
main#container .section#day .day.day2 h5 {
  color: #389dbf;
}
main#container .section#day .day.day2 h6 {
  color: #389dbf;
}
main#container .section#day .day.day2 p.notice {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
main#container .section#day .day.day2 .schedule {
  border-color: #389dbf;
}
main#container .section#day .day.day2 .schedule dl {
  width: 50%;
}
main#container .section#day .day.day2 .schedule dl:first-child dt {
  border-left-color: #389dbf;
}
main#container .section#day .day.day2 .schedule dl:last-child dd {
  border-right: solid 1px #389dbf;
}
main#container .section#day .day.day2 .schedule dl dt {
  background-color: #389dbf;
}
main#container .section#day .day.day2 .schedule dl dd {
  border-left: solid 1px #389dbf;
}
main#container .section#day .day h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 56px;
}
main#container .section#day .day h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00a99d;
  flex-shrink: 1;
  display: block;
}
main#container .section#day .day h4 span {
  flex-shrink: 0;
}
main#container .section#day .day h4 span:nth-child(1) {
  color: #00a99d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#day .day h4 span:nth-child(2) {
  color: #00a99d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#day .day h5 {
  color: #00a99d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container .section#day .day h6 {
  color: #00a99d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 48px;
}
main#container .section#day .day .schedule {
  width: 100%;
  border-top: solid 1px #00a99d;
  border-bottom: solid 1px #00a99d;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main#container .section#day .day .schedule:not(:last-child) {
  margin-bottom: 24px;
}
main#container .section#day .day .schedule:not(:last-child):nth-last-child(2) {
  margin-bottom: 56px;
}
main#container .section#day .day .schedule.mos {
  border-top-color: #008877;
  border-bottom-color: #008877;
}
main#container .section#day .day .schedule.mos dl:first-child dt {
  border-left-color: #008877;
}
main#container .section#day .day .schedule.mos dl:last-child dd {
  border-right-color: #008877;
}
main#container .section#day .day .schedule.mos dl dt {
  background-color: #008877;
}
main#container .section#day .day .schedule.mos dl dd {
  border-left-color: #008877;
}
main#container .section#day .day .schedule dl {
  width: 33.3333333333%;
}
main#container .section#day .day .schedule dl:first-child dt {
  border-left-color: #00a99d;
}
main#container .section#day .day .schedule dl:last-child dd {
  border-right: solid 1px #00a99d;
}
main#container .section#day .day .schedule dl dt {
  width: 100%;
  height: 54px;
  padding: 0 24px;
  border-left: solid 1px #FFF;
  box-sizing: border-box;
  background-color: #00a99d;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .section#day .day .schedule dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#day .day .schedule dl dt span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#day .day .schedule dl dd {
  width: 100%;
  height: 148px;
  border-left: solid 1px #00a99d;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main#container .section#day .day .schedule dl dd > div {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 8px;
  margin-bottom: 16px;
  border: solid 1px #000;
}
main#container .section#day .day .schedule dl dd > p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
main#container .section#day .day .schedule + article {
  width: 20px;
  margin: 0 auto 24px auto;
}
main#container .section#day .day .schedule + article div {
  width: 100%;
  height: 36px;
  background-image: url(../images/arrow_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container .section#day .photos {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .section#day .photos > div {
  width: calc(50% - 20px);
  border-radius: 8px;
  overflow: hidden;
}
main#container .section#voice {
  text-align: left;
  width: 100%;
}
main#container .section#voice .inner {
  width: 1040px;
  margin: 0 auto;
}
main#container .section#voice .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #384691;
  padding: 8px 16px;
  margin-bottom: 54px;
}
main#container .section#voice .inner h4 + p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 0 16px;
  margin-bottom: 40px;
}
main#container .section#voice .inner .voices {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section#voice .inner .voices .voice {
  position: relative;
}
main#container .section#voice .inner .voices .voice dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section#voice .inner .voices .voice dl dt {
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  z-index: 5;
}
main#container .section#voice .inner .voices .voice dl dt::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: -1;
  filter: blur(4px);
}
main#container .section#voice .inner .voices .voice dl dt::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
main#container .section#voice .inner .voices .voice dl dt > div {
  background-color: #cae6ee;
  border-radius: 8px;
  padding: 40px;
}
main#container .section#voice .inner .voices .voice dl dt > div p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container .section#voice .inner .voices .voice dl dt > div p:not(:last-child) {
  margin-bottom: 24px;
}
main#container .section#voice .inner .voices .voice dl dd {
  width: 156px;
}
main#container .section#voice .inner .voices .voice.v1 {
  width: 495px;
}
main#container .section#voice .inner .voices .voice.v1 dl dt::before {
  border-left: 0px solid transparent;
  border-right: 32px solid transparent;
  border-top: 64px solid rgba(0, 0, 0, 0.3);
  bottom: -68px;
  left: 48px;
}
main#container .section#voice .inner .voices .voice.v1 dl dt::after {
  border-left: 0px solid transparent;
  border-right: 32px solid transparent;
  border-top: 64px solid #cae6ee;
  bottom: -64px;
  left: 48px;
}
main#container .section#voice .inner .voices .voice.v2 {
  width: 408px;
  margin-left: auto;
  transform: translateY(64px);
  z-index: 3;
}
main#container .section#voice .inner .voices .voice.v2 dl {
  align-items: flex-end;
}
main#container .section#voice .inner .voices .voice.v2 dl dt::before {
  border-left: 32px solid transparent;
  border-right: 0px solid transparent;
  border-top: 36px solid rgba(0, 0, 0, 0.3);
  bottom: -40px;
  right: 80px;
}
main#container .section#voice .inner .voices .voice.v2 dl dt::after {
  border-left: 32px solid transparent;
  border-right: 0px solid transparent;
  border-top: 36px solid #cae6ee;
  bottom: -36px;
  right: 80px;
}
main#container .section#voice .inner .voices .voice.v3 {
  width: 600px;
  margin: -208px auto 0 auto;
  z-index: 0;
}
main#container .section#voice .inner .voices .voice.v3 dl dt {
  margin-bottom: 16px;
}
main#container .section#voice .inner .voices .voice.v3 dl dt::before {
  border-left: 0px solid transparent;
  border-right: 32px solid transparent;
  border-top: 40px solid rgba(0, 0, 0, 0.3);
  bottom: -44px;
  left: 32px;
}
main#container .section#voice .inner .voices .voice.v3 dl dt::after {
  border-left: 0px solid transparent;
  border-right: 32px solid transparent;
  border-top: 40px solid #cae6ee;
  bottom: -40px;
  left: 32px;
}
main#container .section#voice .inner .voices .voice.v3 dl dd {
  transform: translateX(-64px);
}
main#container .section#voice .inner .voices .voice.v4 {
  width: 632px;
  margin: -128px 0 0 auto;
}
main#container .section#voice .inner .voices .voice.v4 dl dt::before {
  border-left: 32px solid transparent;
  border-right: 0px solid transparent;
  border-top: 64px solid rgba(0, 0, 0, 0.3);
  bottom: -68px;
  right: 160px;
}
main#container .section#voice .inner .voices .voice.v4 dl dt::after {
  border-left: 32px solid transparent;
  border-right: 0px solid transparent;
  border-top: 64px solid #384691;
  bottom: -64px;
  right: 160px;
}
main#container .section#voice .inner .voices .voice.v4 dl dt > div {
  background-color: #384691;
}
main#container .section#voice .inner .voices .voice.v4 dl dt > div p {
  color: #FFF;
}
main#container .section#voice .inner .voices .voice.v4 dl dd {
  margin-left: auto;
  transform: translateX(-64px);
}
main#container .section#list {
  text-align: left;
  width: 100%;
}
main#container .section#list .inner {
  width: 1040px;
  margin: 0 auto;
}
main#container .section#list .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #384691;
  padding: 8px 16px;
  margin-bottom: 54px;
}
main#container .section#list .inner h4 + p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 0 16px;
  margin-bottom: 40px;
}
main#container .section#list .inner table {
  width: 100%;
  border: solid 1px #000;
}
main#container .section#list .inner table tbody tr th {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
  vertical-align: middle;
  background-color: #384691;
  padding: 16px 24px;
  border-bottom: solid 1px #FFF;
}
main#container .section#list .inner table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  vertical-align: middle;
  padding: 16px 24px;
  border-bottom: solid 1px #808080;
}
main#container .section#list .inner table tbody tr td a:hover {
  color: #384691;
}
main#container .section#flow {
  text-align: left;
  width: 100%;
}
main#container .section#flow .inner {
  width: 1040px;
  margin: 0 auto;
}
main#container .section#flow .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #384691;
  padding: 8px 16px;
  margin-bottom: 54px;
}
main#container .section#flow .inner h4 + p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 0 16px;
  margin-bottom: 40px;
}
main#container .section#flow .inner .flow {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section#flow .inner .flow .a {
  width: 60px;
  height: 32px;
  background-image: url(../images/arrow_flow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  transform: translateY(54px);
}
main#container .section#flow .inner .flow dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#flow .inner .flow dl dt {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 140px;
  height: 140px;
  margin-bottom: 32px;
  background-color: #384691;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main#container .section#flow .inner .flow dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}
main#container .section#entry {
  text-align: left;
  width: 100%;
  overflow: hidden;
}
main#container .section#entry .inner {
  width: 100%;
  padding: 136px 0;
  margin: 0 auto;
  background-color: #384691;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section#entry .inner::before {
  content: "";
  width: 1258px;
  height: 470px;
  background-image: url(../images/bg_entry.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1258px 470px;
  position: absolute;
  left: calc(50% - 629px);
  top: -88px;
  display: block;
}
main#container .section#entry .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
main#container .section#entry .inner .btn {
  width: 1020px;
}
main#container .section#entry .inner .btn a {
  width: 100%;
  height: 96px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main#container .section#entry .inner .btn a:hover {
  background-color: #f0f0f0;
}
main#container .section#entry .inner .btn a::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #384691;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  display: block;
}
main#container .section#entry .inner .btn a span {
  color: #384691;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#banner {
  width: 100%;
}
main#container .section#banner .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section#banner .inner h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
main#container .section#banner .inner > div {
  width: 1020px;
}
main#container .section#banner .inner > div a {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
main#container .section#banner .inner > div a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main#container {
    width: 100%;
    padding: 44px 0 48px 0;
  }
  main#container #visual {
    min-width: 100%;
  }
  main#container #visual::before {
    content: "";
    width: 800px;
    height: 245px;
    top: -30px;
    left: calc(50% - 400px);
  }
  main#container #visual .text {
    width: 100%;
    height: calc(100% - 16px);
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    z-index: 10;
  }
  main#container #visual .text h2 {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #visual .text h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #visual .photo {
    width: 100%;
    height: auto;
    position: relative;
  }
  main#container #message {
    padding: 40px 0;
  }
  main#container #message:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container #message .text {
    width: calc(100% - 32px);
  }
  main#container #message .text h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #message .text h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main#container #message .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main#container .section {
    width: calc(100% - 32px);
    margin: 0 auto;
    transition: all 0.5s ease-in 0s;
    opacity: 0;
  }
  main#container .section:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section.on {
    opacity: 1;
  }
  main#container .section .title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .title:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container .section .title h3 {
    opacity: 1;
    transition: all 0.5s ease-in 0.25s;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section .title h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main#container .section .title h3::before {
    content: "";
    width: 50vw;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    left: calc(-50vw - 20px);
  }
  main#container .section .title h3 span {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container .section .title h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#intro {
    width: 100%;
  }
  main#container .section#intro .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  main#container .section#intro .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px;
    margin-bottom: 24px;
  }
  main#container .section#intro .inner .wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#intro .inner .wrap .graph {
    width: 100%;
    margin-bottom: 32px;
  }
  main#container .section#intro .inner .wrap .text {
    width: 100%;
    padding: 0px;
    border-top: none;
    border-bottom: none;
  }
  main#container .section#intro .inner .wrap .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main#container .section#day {
    width: 100%;
  }
  main#container .section#day:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container .section#day .day {
    text-align: left;
    width: calc(100% - 32px);
  }
  main#container .section#day .day:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container .section#day .day.day2 h4::after {
    background-color: #389dbf;
  }
  main#container .section#day .day.day2 h4 span:nth-child(1), main#container .section#day .day.day2 h4 span:nth-child(2) {
    color: #389dbf;
  }
  main#container .section#day .day.day2 h5 {
    color: #389dbf;
  }
  main#container .section#day .day.day2 h6 {
    color: #389dbf;
  }
  main#container .section#day .day.day2 p.notice {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main#container .section#day .day.day2 .schedule {
    border-color: #389dbf;
  }
  main#container .section#day .day.day2 .schedule dl {
    width: 100%;
  }
  main#container .section#day .day.day2 .schedule dl:first-child dt {
    border-left-color: #389dbf;
  }
  main#container .section#day .day.day2 .schedule dl:last-child dd {
    border-right: solid 1px #389dbf;
  }
  main#container .section#day .day.day2 .schedule dl dt {
    background-color: #389dbf;
  }
  main#container .section#day .day.day2 .schedule dl dd {
    border-left: solid 1px #389dbf;
  }
  main#container .section#day .day h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  main#container .section#day .day h4 span:nth-child(1) {
    color: #00a99d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#day .day h4 span:nth-child(2) {
    color: #00a99d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#day .day h5 {
    color: #00a99d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main#container .section#day .day h6 {
    color: #00a99d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 24px;
  }
  main#container .section#day .day .schedule {
    width: 100%;
    border-top: solid 1px #00a99d;
    border-bottom: solid 1px #00a99d;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#day .day .schedule:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section#day .day .schedule:not(:last-child):nth-last-child(2) {
    margin-bottom: 40px;
  }
  main#container .section#day .day .schedule.mos {
    border-top-color: #008877;
    border-bottom-color: #008877;
  }
  main#container .section#day .day .schedule.mos dl:first-child dt {
    border-left-color: #008877;
  }
  main#container .section#day .day .schedule.mos dl:last-child dd {
    border-right-color: #008877;
  }
  main#container .section#day .day .schedule.mos dl dt {
    background-color: #008877;
  }
  main#container .section#day .day .schedule.mos dl dd {
    border-left-color: #008877;
  }
  main#container .section#day .day .schedule dl {
    width: 100%;
  }
  main#container .section#day .day .schedule dl:first-child dt {
    border-left-color: #00a99d;
  }
  main#container .section#day .day .schedule dl:last-child dd {
    border-right: solid 1px #00a99d;
  }
  main#container .section#day .day .schedule dl dt {
    width: 100%;
    height: 40px;
    padding: 0 24px;
    border-right: solid 1px #FFF;
  }
  main#container .section#day .day .schedule dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#day .day .schedule dl dt span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#day .day .schedule dl dd {
    width: 100%;
    height: 120px;
    border-right: solid 1px #00a99d;
    border-left: solid 1px #00a99d;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#container .section#day .day .schedule dl dd > div {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 8px;
    margin-bottom: 8px;
    border: solid 1px #000;
  }
  main#container .section#day .day .schedule dl dd > p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: center;
  }
  main#container .section#day .day .schedule + article {
    width: 20px;
    margin: 0 auto 24px auto;
  }
  main#container .section#day .day .schedule + article div {
    width: 100%;
    height: 36px;
    background-image: url(../images/arrow_next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main#container .section#day .photos {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#day .photos > div {
    width: 100%;
  }
  main#container .section#day .photos > div:first-child {
    margin-bottom: 16px;
  }
  main#container .section#voice {
    text-align: left;
    width: 100%;
  }
  main#container .section#voice .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  main#container .section#voice .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px 16px;
    margin-bottom: 24px;
  }
  main#container .section#voice .inner h4 + p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    padding: 0px;
    margin-bottom: 40px;
  }
  main#container .section#voice .inner .voices {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#voice .inner .voices .voice {
    position: relative;
  }
  main#container .section#voice .inner .voices .voice dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#voice .inner .voices .voice dl dt {
    margin-bottom: 16px;
    border-radius: 8px;
    position: relative;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    z-index: 5;
  }
  main#container .section#voice .inner .voices .voice dl dt::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: -1;
    filter: blur(4px);
  }
  main#container .section#voice .inner .voices .voice dl dt::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
  }
  main#container .section#voice .inner .voices .voice dl dt > div {
    background-color: #cae6ee;
    border-radius: 8px;
    padding: 16px;
  }
  main#container .section#voice .inner .voices .voice dl dt > div p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main#container .section#voice .inner .voices .voice dl dt > div p:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section#voice .inner .voices .voice dl dd {
    width: 80px;
  }
  main#container .section#voice .inner .voices .voice.v1 {
    width: calc(100% - 40px);
  }
  main#container .section#voice .inner .voices .voice.v1 dl dt::before {
    border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid rgba(0, 0, 0, 0.3);
    bottom: -32px;
    left: 48px;
  }
  main#container .section#voice .inner .voices .voice.v1 dl dt::after {
    border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    border-top: 32px solid #cae6ee;
    bottom: -32px;
    left: 48px;
  }
  main#container .section#voice .inner .voices .voice.v2 {
    width: calc(100% - 96px);
    margin-top: -56px;
    margin-left: auto;
    transform: translateY(0px);
    z-index: 3;
  }
  main#container .section#voice .inner .voices .voice.v2 dl {
    align-items: flex-end;
  }
  main#container .section#voice .inner .voices .voice.v2 dl dt::before {
    border-left: 24px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid rgba(0, 0, 0, 0.3);
    bottom: -24px;
    right: 80px;
  }
  main#container .section#voice .inner .voices .voice.v2 dl dt::after {
    border-left: 24px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #cae6ee;
    bottom: -24px;
    right: 80px;
  }
  main#container .section#voice .inner .voices .voice.v3 {
    width: calc(100% - 96px);
    margin: -64px auto 0 0;
    z-index: 0;
  }
  main#container .section#voice .inner .voices .voice.v3 dl dt {
    margin-bottom: 16px;
  }
  main#container .section#voice .inner .voices .voice.v3 dl dt::before {
    border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    border-top: 24px solid rgba(0, 0, 0, 0.3);
    bottom: -24px;
    left: 80px;
  }
  main#container .section#voice .inner .voices .voice.v3 dl dt::after {
    border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    border-top: 24px solid #cae6ee;
    bottom: -24px;
    left: 80px;
  }
  main#container .section#voice .inner .voices .voice.v3 dl dd {
    transform: translateX(0px);
  }
  main#container .section#voice .inner .voices .voice.v4 {
    width: calc(100% - 96px);
    margin: -64px 0 0 auto;
  }
  main#container .section#voice .inner .voices .voice.v4 dl dt::before {
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-top: 32px solid rgba(0, 0, 0, 0.3);
    bottom: -34px;
    right: 120px;
  }
  main#container .section#voice .inner .voices .voice.v4 dl dt::after {
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-top: 32px solid #384691;
    bottom: -32px;
    right: 120px;
  }
  main#container .section#voice .inner .voices .voice.v4 dl dt > div {
    background-color: #384691;
  }
  main#container .section#voice .inner .voices .voice.v4 dl dt > div p {
    color: #FFF;
  }
  main#container .section#voice .inner .voices .voice.v4 dl dd {
    margin-left: auto;
    transform: translateX(-40px);
  }
  main#container .section#list .inner {
    width: calc(100% - 32px);
  }
  main#container .section#list .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px;
    margin-bottom: 32px;
  }
  main#container .section#list .inner h4 + p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  main#container .section#list .inner table {
    width: 100%;
    border: solid 1px #000;
  }
  main#container .section#list .inner table tbody tr th {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    white-space: nowrap;
    padding: 8px 16px;
  }
  main#container .section#list .inner table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
    vertical-align: middle;
    padding: 8px 16px;
    border-bottom: solid 1px #808080;
  }
  main#container .section#list .inner table tbody tr td a:hover {
    color: #384691;
  }
  main#container .section#flow .inner {
    width: calc(100% - 32px);
  }
  main#container .section#flow .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px;
    margin-bottom: 32px;
  }
  main#container .section#flow .inner h4 + p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  main#container .section#flow .inner .flow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#flow .inner .flow .a {
    width: 30px;
    height: 16px;
    background-image: url(../images/arrow_flow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    transform: translateY(62px);
    margin-left: 8px;
  }
  main#container .section#flow .inner .flow dl {
    width: calc((100% - 60px - 24px) / 2);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#flow .inner .flow dl:not(:first-child) {
    margin-left: 8px;
  }
  main#container .section#flow .inner .flow dl:nth-child(1), main#container .section#flow .inner .flow dl:nth-child(3) {
    margin-bottom: 16px;
  }
  main#container .section#flow .inner .flow dl:nth-child(5) {
    margin-left: 0px;
  }
  main#container .section#flow .inner .flow dl:nth-child(5) dd br {
    display: none;
  }
  main#container .section#flow .inner .flow dl dt {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    width: 140px;
    height: 140px;
    margin-bottom: 8px;
    background-color: #384691;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  main#container .section#flow .inner .flow dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
  }
  main#container .section#entry .inner {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    background-color: #384691;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section#entry .inner::before {
    width: 535px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 535px 200px;
    left: calc(50% - 300px);
    top: -20px;
  }
  main#container .section#entry .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 24px;
  }
  main#container .section#entry .inner .btn {
    width: calc(100% - 32px);
  }
  main#container .section#entry .inner .btn a {
    width: 100%;
    height: 56px;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main#container .section#entry .inner .btn a:hover {
    background-color: #f0f0f0;
  }
  main#container .section#entry .inner .btn a::before {
    width: 32px;
    height: 1px;
  }
  main#container .section#entry .inner .btn a span {
    color: #384691;
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#banner {
    width: 100%;
  }
  main#container .section#banner .inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section#banner .inner h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 24px;
  }
  main#container .section#banner .inner > div {
    width: calc(100% - 32px);
  }
  main#container .section#banner .inner > div a:hover {
    opacity: 1;
  }
}

/*# sourceMappingURL=style_intern.css.map */
