@charset "UTF-8";
a:hover {
  opacity: 0.6;
}

.c-container--oc-lg {
  max-width: 1024px !important;
}
@media (min-width: 680px) {
  .c-container--oc-lg {
    max-width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .c-container--oc-lg {
    max-width: 740px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .c-container--oc-lg {
    max-width: 900px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .c-container--oc-lg {
    max-width: 1200px !important;
    padding: 0 20px;
  }
}

.c-container--oc {
  max-width: 1024px !important;
}
@media (min-width: 680px) {
  .c-container--oc {
    max-width: 640px !important;
  }
}
@media (min-width: 1024px) {
  .c-container--oc {
    max-width: 900px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .c-container--oc {
    max-width: 1024px !important;
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .c-container--oc {
    max-width: 1024px !important;
    padding: 0 20px;
  }
}

.w-full {
  width: 100%;
}

.pb-30 {
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.d-tab-none {
  display: block;
}
@media (min-width: 680px) {
  .d-tab-none {
    display: none;
  }
}

.d-tab-block {
  display: none;
}
@media (min-width: 680px) {
  .d-tab-block {
    display: block;
  }
}

.d-pc-none {
  display: block;
}
@media (min-width: 1024px) {
  .d-pc-none {
    display: none;
  }
}

.d-pc-block {
  display: none;
}
@media (min-width: 1024px) {
  .d-pc-block {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.page-top {
  padding-top: 56px;
}
@media (min-width: 1024px) {
  .page-top {
    padding-top: 160px;
  }
}

.page-title {
  padding-top: 40px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .page-title {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .page-title {
    padding-top: 80px;
  }
}
.page-title img {
  height: auto;
}
.page-title h1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
@media (min-width: 680px) {
  .page-title h1 {
    font-size: 24px;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .page-title h1 {
    font-size: 36px;
    margin-top: 24px;
  }
}

.page-update {
  text-align: right;
  font-size: 14px;
  margin-bottom: 14px;
}

.page-mv {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-mv {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.page-mv img {
  width: 100%;
  height: auto;
}

.page-img {
  margin: auto;
  padding: 0 20px;
  max-width: 1200px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-img {
    margin-bottom: 40px;
  }
}
.page-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 767px) {
  .page-content--area {
    padding-top: 80px;
  }
}

.page-outline {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .page-outline {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.page-outline .title {
  text-align: center;
}
.page-outline .title h2 {
  display: inline-block;
}
.page-outline .content {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 24px;
}
@media (min-width: 680px) {
  .page-outline .content {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .page-outline .content {
    margin-top: 24px;
    padding-bottom: 30px;
  }
}
.page-outline .content p {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-outline .content p {
    font-size: 16px;
  }
}

.area-about {
  padding-top: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .area-about {
    padding-top: 64px;
    padding-bottom: 96px;
  }
}
.area-about .title {
  text-align: center;
}
.area-about .title h2 {
  font-family: "Bebas Neue";
  color: #fcd7a1;
  line-height: 0.8;
  font-size: 56px;
}
@media (min-width: 1024px) {
  .area-about .title h2 {
    font-size: 74px;
  }
}
.area-about .title p {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .area-about .title p {
    font-size: 20px;
  }
}
.area-about .text-about {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-about .text-about {
    font-size: 16px;
  }
}
.area-about .text-about--area {
  text-align: left;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-about .text-about--area {
    margin-top: 36px;
    text-align: center;
  }
}
.area-about .link-about {
  border: 1px solid;
  padding: 8px 12px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-about .link-about {
    padding: 16px 24px;
  }
}
.area-about .link-about--area {
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .area-about .link-about--area {
    margin-top: 52px;
  }
}
.area-about .img-about {
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .area-about .img-about {
    margin-top: 52px;
  }
}
.area-about .comment-about {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .area-about .comment-about {
    position: absolute;
    margin-top: 40px;
    gap: 40px;
    left: 0;
    bottom: 0;
  }
}
.area-about .comment-about .bubble {
  display: inline-block;
  max-width: 224px;
  min-width: 132px;
  width: 13vw;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1024px) {
  .area-about .comment-about .bubble {
    display: block;
  }
}
.area-about .comment-about .people {
  display: inline-block;
  margin-left: 16px;
  max-width: 211px;
  min-width: 132px;
  width: 13vw;
}
@media (min-width: 1024px) {
  .area-about .comment-about .people {
    display: block;
    margin-left: 32px;
  }
}

.area-experience {
  background: url(../img/bg-02.jpg);
  background-size: cover;
  background-repeat: repeat;
  padding-top: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .area-experience {
    padding-top: 64px;
    padding-bottom: 96px;
  }
}
.area-experience .title {
  text-align: center;
}
.area-experience .title h2 {
  font-family: "Bebas Neue";
  color: #ffffff;
  line-height: 0.8;
  font-size: 56px;
}
@media (min-width: 1024px) {
  .area-experience .title h2 {
    font-size: 74px;
  }
}
.area-experience .title p {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .area-experience .title p {
    font-size: 20px;
  }
}
.area-experience .text-experience {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-experience .text-experience {
    font-size: 16px;
  }
}
.area-experience .text-experience--area {
  text-align: left;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-experience .text-experience--area {
    margin-top: 36px;
    text-align: center;
  }
}
.area-experience .list-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  background-color: white;
  width: 100%;
}
@media (min-width: 1024px) {
  .area-experience .list-experience {
    width: 48%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .area-experience .list-experience {
    width: 48%;
    margin-top: 36px;
  }
}
.area-experience .list-experience .text-list-experience {
  padding: 24px;
}
.area-experience .list-experience .text-list-experience .title {
  text-align: center;
}
.area-experience .list-experience .text-list-experience .title01 img {
  width: 18vw;
  max-width: 88px;
}
@media (min-width: 1024px) {
  .area-experience .list-experience .text-list-experience .title01 img {
    width: 88px;
  }
}
.area-experience .list-experience .text-list-experience .title02 img {
  width: 27vw;
  max-width: 187px;
  min-width: 150px;
}
@media (min-width: 1024px) {
  .area-experience .list-experience .text-list-experience .title02 img {
    width: 187px;
  }
}
.area-experience .list-experience .text-list-experience .title03 img {
  width: 58vw;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .area-experience .list-experience .text-list-experience .title03 img {
    width: 300px;
  }
}
.area-experience .list-experience .text-list-experience .title04 img {
  width: 44vw;
  max-width: 214px;
}
@media (min-width: 1024px) {
  .area-experience .list-experience .text-list-experience .title04 img {
    width: 214px;
  }
}
.area-experience .list-experience .text-list-experience p {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .area-experience .list-experience .text-list-experience p {
    margin-top: 16px;
    font-size: 14px;
  }
}
.area-experience .list-experience--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area-experience .list-experience--area .list-img {
  width: 100%;
}
.area-experience .comment-experience {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .area-experience .comment-experience {
    position: absolute;
    margin-top: 40px;
    gap: 40px;
    left: 0;
    bottom: 0;
  }
}
.area-experience .comment-experience .bubble {
  display: inline-block;
  max-width: 214px;
  min-width: 132px;
  width: 13vw;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1024px) {
  .area-experience .comment-experience .bubble {
    display: block;
  }
}
.area-experience .comment-experience .people {
  display: inline-block;
  max-width: 250px;
  min-width: 184px;
  width: 13vw;
}
@media (min-width: 1024px) {
  .area-experience .comment-experience .people {
    display: block;
    margin-left: 32px;
  }
}

.area-movie {
  padding-top: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .area-movie {
    padding-top: 64px;
    padding-bottom: 96px;
  }
}
.area-movie .title {
  text-align: center;
}
.area-movie .title h2 {
  font-family: "Bebas Neue";
  color: #bae3f9;
  line-height: 0.8;
  font-size: 56px;
}
@media (min-width: 1024px) {
  .area-movie .title h2 {
    font-size: 74px;
  }
}
.area-movie .title p {
  font-size: 16px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .area-movie .title p {
    font-size: 20px;
  }
}
.area-movie .text-movie {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-movie .text-movie {
    font-size: 16px;
  }
}
.area-movie .text-movie--area {
  text-align: left;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-movie .text-movie--area {
    margin-top: 36px;
    text-align: center;
  }
}
.area-movie .list-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  background-color: white;
  width: 100%;
}
@media (min-width: 1024px) {
  .area-movie .list-movie {
    width: 48%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .area-movie .list-movie {
    width: 48%;
    margin-top: 36px;
  }
}
.area-movie .list-movie .yt-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.area-movie .list-movie .yt-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.area-movie .list-movie--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area-movie .list-movie--area .list-img {
  width: 100%;
}
.area-movie .comment-movie {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .area-movie .comment-movie {
    position: absolute;
    margin-top: 40px;
    gap: 40px;
    left: 0;
    bottom: 0;
  }
}
.area-movie .comment-movie .bubble {
  display: inline-block;
  max-width: 180px;
  min-width: 142px;
  width: 13vw;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1400px) {
  .area-movie .comment-movie .bubble {
    display: block;
    max-width: 200px;
  }
}
.area-movie .comment-movie .people {
  display: inline-block;
  max-width: 180px;
  min-width: 160px;
  width: 13vw;
}
@media (min-width: 1400px) {
  .area-movie .comment-movie .people {
    display: block;
    margin-left: 16px;
    max-width: 200px;
  }
}

.area-info {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .area-info {
    padding: 64px 48px;
  }
}
.area-info .area-infection .title {
  text-align: center;
  color: #C92F07;
}
.area-info .area-infection .title h2 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 680px) {
  .area-info .area-infection .title h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .area-info .area-infection .title h2 {
    font-size: 42px;
  }
}
.area-info .area-infection .text-info {
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .area-info .area-infection .text-info {
    font-size: 15px;
  }
}
.area-info .area-infection .text-info--area {
  text-align: left;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-info .area-infection .text-info--area {
    margin-top: 36px;
    text-align: center;
  }
}
.area-info .area-infection .counterplan {
  padding: 24px;
  margin-top: 24px;
  border: 2px solid #000;
}
@media (min-width: 1024px) {
  .area-info .area-infection .counterplan {
    padding: 36px;
    margin-top: 36px;
  }
}
.area-info .area-infection .counterplan .sub-title {
  font-size: 14px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .area-info .area-infection .counterplan .sub-title {
    font-size: 16px;
  }
}
.area-info .area-infection .counterplan ul {
  margin-top: 8px;
  list-style: none;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .area-info .area-infection .counterplan ul {
    margin-top: 12px;
  }
}
@media (min-width: 1024px) {
  .area-info .area-infection .counterplan ul {
    font-size: 15px;
  }
}
.area-info .area-infection .counterplan ul li {
  padding-left: 16px;
  text-indent: -6px;
}
.area-info .area-infection .counterplan ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  left: -6px;
  top: -4px;
  width: 6px;
  height: 6px;
  background: #f00;
  border-radius: 100%;
}
.area-info .area-infection .request {
  border: 4px solid #c7000b;
  padding: 24px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-info .area-infection .request {
    padding: 36px;
    margin-top: 36px;
  }
}
.area-info .area-infection .request .sub-title {
  font-size: 14px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .area-info .area-infection .request .sub-title {
    font-size: 16px;
  }
}
.area-info .area-infection .request ul {
  margin-top: 8px;
  list-style: none;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .area-info .area-infection .request ul {
    margin-top: 12px;
  }
}
@media (min-width: 1024px) {
  .area-info .area-infection .request ul {
    font-size: 15px;
  }
}
.area-info .area-infection .request ul li {
  padding-left: 16px;
  text-indent: -6px;
}
.area-info .area-infection .request ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  left: -6px;
  top: -4px;
  width: 6px;
  height: 6px;
  background: #c7000b;
  border-radius: 100%;
}
.area-info .area-infection .request .request-list {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .area-info .area-infection .request .request-list {
    margin-top: 12px;
  }
}
.area-info .area-infection .request .request-list dl {
  margin-top: 6px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .area-info .area-infection .request .request-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }
}
.area-info .area-infection .request .request-list dl dt {
  min-width: 200px;
  font-weight: 900;
  color: #c7000b;
}
.area-info .area-infection .request .request-list dl dd p {
  padding-left: 36px;
  text-indent: -40px;
}
.area-info .area-infection .request--area {
  background-color: #ffffff;
}
.area-info .area-access {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .area-info .area-access {
    margin-top: 64px;
  }
}
.area-info .area-access .title {
  text-align: center;
}
.area-info .area-access .title h2 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-access .title h2 {
    font-size: 20px;
  }
}
.area-info .area-access .access-info {
  padding: 32px 40px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info {
    padding: 58px 72px;
    margin-top: 36px;
  }
}
.area-info .area-access .access-info .sub-title {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info .sub-title {
    font-size: 24px;
  }
}
.area-info .area-access .access-info .text {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info .text {
    font-size: 15px;
  }
}
.area-info .area-access .access-info .method {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info .method {
    gap: 40px;
  }
}
.area-info .area-access .access-info .method .method-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
  margin-top: 12px;
}
@media (min-width: 680px) {
  .area-info .area-access .access-info .method .method-list {
    margin-top: 24px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info .method .method-list {
    margin-top: 0px;
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
    min-width: 300px;
  }
}
.area-info .area-access .access-info .method .method-list .time {
  color: #c7000b;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info .method .method-list .time {
    font-size: 15px;
  }
}
.area-info .area-access .access-info .method .method-list .way {
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info .method .method-list .way {
    font-size: 14px;
  }
}
.area-info .area-access .access-info .map {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info .map {
    margin-top: 36px;
  }
}
.area-info .area-access .access-info--area {
  background-color: #ffffff;
}
.area-info .area-contact {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .area-info .area-contact {
    margin-top: 64px;
  }
}
.area-info .area-contact--area {
  background-color: #ffffff;
}
.area-info .area-contact .title {
  text-align: center;
}
.area-info .area-contact .title h2 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-contact .title h2 {
    font-size: 20px;
  }
}
.area-info .area-contact .area-address {
  padding: 12px 24px 40px;
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 680px) {
  .area-info .area-contact .area-address {
    margin-top: 36px;
    padding: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.area-info .area-contact .area-address .address {
  text-align: left;
  margin: 24px auto;
  display: inline-block;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .address {
    margin: 0 48px;
  }
}
.area-info .area-contact .area-address .address .name {
  color: #c7000b;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .address .name {
    font-size: 15px;
  }
}
.area-info .area-contact .area-address .address .info {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .address .info {
    font-size: 14px;
  }
}
.area-info .area-contact .area-address .link-contact {
  margin: 0 48px;
  border: 1px solid;
  padding: 8px 24px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-info .area-contact .area-address .link-contact {
    padding: 16px 24px;
  }
}
.area-info .area-contact .area-address .link-contact--area {
  text-align: center;
}

.relative {
  position: relative;
}

.text-sm p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .text-sm p {
    font-size: 15px;
  }
}

.text-normal p {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .text-normal p {
    font-size: 16px;
  }
}

.text-lg p {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .text-lg p {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .text-lg-center {
    text-align: center;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-24 {
  margin-left: 24px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-xl {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .text-xl {
    font-size: 20px;
  }
}

.text-lg {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .text-lg {
    font-size: 18px;
  }
}

.text-base {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .text-base {
    font-size: 16px;
  }
}

.text-sm {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .text-sm {
    font-size: 14px;
  }
}

.font-bold {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal;
}

.indent-normal {
  padding-left: 1em;
  text-indent: -1.1em;
}

.w-full {
  width: 100%;
}

.text-red {
  color: #e60013;
}

.text-pink {
  color: #eb6e8f;
}

.inline-block {
  display: inline-block;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.caption {
  font-size: 12px !important;
  margin-top: 4px;
}

@media (min-width: 1024px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1024px) {
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.min-w-190 {
  min-width: 190px;
}

.btn-about {
  font-weight: 500;
  font-size: 12px;
  border: 2px solid #000;
  border-radius: 24px;
  padding: 4px 24px;
  margin-top: 16px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .btn-about {
    font-size: 14px;
  }
}

.btn-form-red {
  color: #fff;
  background-color: #c92c08;
  border-radius: 48px;
  font-size: 14px;
  padding: 6px 10px;
  font-weight: bold;
}
@media (min-width: 680px) {
  .btn-form-red {
    font-size: 16px;
    padding: 6px 24px;
  }
}
@media (min-width: 1024px) {
  .btn-form-red {
    font-size: 20px;
    padding: 6px 24px;
  }
}

.form-finished {
  position: relative;
  z-index: 5;
  display: inline-block;
}
.form-finished::before {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.6;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.btn-time-red {
  color: #fff;
  background-color: #c92c08;
  border-radius: 24px;
  font-size: 14px;
  padding: 6px 10px;
  font-weight: bold;
}
@media (min-width: 680px) {
  .btn-time-red {
    font-size: 18px;
    padding: 6px 24px;
  }
}
@media (min-width: 1024px) {
  .btn-time-red {
    font-size: 24px;
    padding: 6px 24px;
  }
}
.btn-time-red span {
  font-size: 10px;
}
@media (min-width: 1024px) {
  .btn-time-red span {
    font-size: 14px;
  }
}

.btn-time-red::after {
  content: "PDF";
  font-size: 10px;
  padding: 2px 4px;
  font-weight: bold;
  border: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  .btn-time-red::after {
    font-size: 14px;
    padding: 2px 6px;
  }
}

.btn-form-black {
  color: #fff;
  background-color: #231916;
  border-radius: 24px;
  font-size: 14px;
  padding: 6px 24px;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 1024px) {
  .btn-form-black {
    font-size: 16px;
  }
}

.fixed-menu {
  display: none;
}
@media (min-width: 1024px) {
  .fixed-menu {
    display: block;
    position: fixed;
    bottom: 0px;
    font-size: 0;
    z-index: 1000;
    right: 0;
    bottom: 0;
  }
  .fixed-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .fixed-menu ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 160px;
    max-height: auto;
  }
  .fixed-menu ul li a {
    margin-top: 4px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  font-size: 0;
  z-index: 1000;
}
.sp-fixed-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
}
.sp-fixed-menu ul li a {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media (min-width: 689px) {
  .sp-fixed-menu ul li:first-child {
    margin-right: 4px;
  }
}
@media (min-width: 1024px) {
  .sp-fixed-menu {
    display: none;
  }
}

.oc-fixed-menu {
  position: fixed;
  top: 10%;
  right: 3%;
  z-index: 100;
  width: 56px;
  height: 56px;
}
@media (min-width: 680px) {
  .oc-fixed-menu {
    top: 13%;
    right: 3%;
    width: 74px;
    height: 74px;
  }
}

.oc-fixed-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.oc-fixed-area-active {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

.oc-fixed-block {
  position: relative;
  top: 100px;
  padding-bottom: 24px;
}
@media (min-width: 680px) {
  .oc-fixed-block {
    top: 200px;
  }
}

@media (min-width: 1024px) {
  .flex-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.oc-fixed-comment {
  color: #af272f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .oc-fixed-comment {
    font-size: 20px;
  }
}

.oc-fixed-link {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .oc-fixed-link {
    font-size: 20px;
    width: 50%;
  }
}
.oc-fixed-link-item {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .oc-fixed-link-item {
    margin-bottom: 24px;
  }
}

.oc-fixed-sub-link {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .oc-fixed-sub-link {
    font-size: 18px;
  }
}

.page-title {
  display: inline-block;
}
.page-title img {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .page-title img {
    margin-top: 24px;
  }
}

.page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #af272f;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .page-info {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.page-info span {
  font-weight: 900;
}
.page-info-link {
  margin-right: 16px;
}

.page-outline .title {
  color: #8074a8;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 680px) {
  .page-outline .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .page-outline .title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .page-outline .about-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.page-outline .about-form__item {
  background-color: #c92c08;
  border-radius: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 16px 24px;
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-outline .about-form__item {
    font-size: 22px;
    margin-bottom: 0;
    padding: 24px 48px;
  }
}

.area-contents {
  background-image: url(../../img/0604/opencampus_bg.jpg);
  padding: 48px 0;
}

.area-present {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .area-present {
    padding: 64px 100px;
  }
}
.area-present .title {
  font-size: 20px;
  font-weight: bold;
  color: #b0894e;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .area-present .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .area-present .title {
    font-size: 36px;
  }
}
.area-present .title span {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .area-present .title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .area-present .title span {
    font-size: 40px;
  }
}
.area-present p {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-present p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .area-present__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.area-present__item2 {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .area-present__text {
    width: 60%;
  }
}
.area-present__img {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-present__img {
    width: 40%;
    margin-top: 0;
  }
}

.area-apointed {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .area-apointed {
    padding: 64px 100px;
  }
}
.area-apointed .title {
  font-size: 20px;
  font-weight: bold;
  color: #b0894e;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .area-apointed .title {
    font-size: 32px;
  }
}
.area-apointed .title span {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .area-apointed .title span {
    font-size: 38px;
  }
}
.area-apointed p {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-apointed p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .area-apointed__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.area-apointed__item2 {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .area-apointed__text {
    width: 60%;
  }
}
.area-apointed__img {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-apointed__img {
    width: 40%;
    margin-top: 0;
  }
}

.area-special {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .area-special {
    padding: 64px 48px;
  }
}
.area-special-content {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-special-content {
    padding: 0 24px;
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .area-special-content {
    padding: 0 48px;
  }
}
@media (min-width: 1024px) {
  .area-special-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 24px;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .area-special-content-flex {
    padding: 0 48px;
  }
}
.area-special-content__img {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 1200px) {
  .area-special-content__img {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .area-special-content-col-2 {
    width: 48%;
  }
}
.area-special-content-mt {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-special-content-mt {
    margin-top: 0;
  }
}
.area-special-content-border {
  border: 1px solid #000;
  padding: 16px;
}
.area-special .title {
  font-size: 24px;
  font-weight: bold;
  color: #f6ab00;
  line-height: 1.5;
}
@media (min-width: 680px) {
  .area-special .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .area-special .title {
    font-size: 40px;
  }
}
.area-special-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.title-bar {
  border-radius: 48px;
  color: #fff;
  font-size: 18px;
  padding: 2px 24px;
  font-weight: bold;
  margin-bottom: 32px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .title-bar {
    font-size: 24px;
    padding: 2px 32px;
  }
}
@media (min-width: 1200px) {
  .title-bar {
    font-size: 24px;
    padding: 4px 48px;
  }
}
.title-bar--sm {
  font-size: 16px;
  padding: 2px 20px;
}
@media (min-width: 1024px) {
  .title-bar--sm {
    font-size: 17px;
    padding: 2px 24px;
  }
}
.title-bar--yellow {
  background-color: #f6ab00;
}
.title-bar--blue {
  background-color: #1eb9ee;
}
.title-bar--blue2 {
  background-color: #227fc4;
}
.title-bar--orange {
  background-color: #ed6d01;
}
.title-bar--orange2 {
  background-color: #c92c08;
}
.title-bar--green {
  background-color: #23ac39;
}
.title-bar--purple {
  background-color: #b04c8e;
}

.program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.program-list-head {
  background-color: #e6e6e7;
  font-size: 12px;
  padding: 1px 16px;
  font-weight: bold;
  border-radius: 16px;
  margin-right: 12px;
  min-width: 36px;
}
.program-list-text {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .program-list-text {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .flex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .flex-list-item {
    margin-right: 48px;
  }
}
@media (min-width: 1024px) {
  .flex-list-item--200 {
    min-width: 200px;
  }
}
@media (min-width: 1024px) {
  .flex-list-item--180 {
    min-width: 180px;
  }
}

.common-program {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .common-program {
    padding: 64px 48px;
  }
}
@media (min-width: 1024px) {
  .common-program-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.common-program-item {
  width: 100%;
  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;
}
@media (min-width: 1024px) {
  .common-program-item {
    width: 49%;
  }
}
.common-program-item--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.common-program-content {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .common-program-content {
    padding: 0 24px;
  }
}
.common-program-sub-title {
  color: #1eb9ee;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .common-program-sub-title {
    font-size: 18px;
  }
}
.common-program .title {
  font-size: 24px;
  font-weight: bold;
  color: #1eb9ee;
  line-height: 1.5;
}
@media (min-width: 680px) {
  .common-program .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .common-program .title {
    font-size: 40px;
  }
}

.detail-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.detail-area .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 680px) {
  .detail-area .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .detail-area .title {
    font-size: 40px;
  }
}
.detail-area .title img {
  width: 200px;
}
@media (min-width: 680px) {
  .detail-area .title img {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .detail-area {
    padding: 64px 48px;
  }
}
@media (min-width: 1024px) {
  .detail-area-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.detail-area-item {
  width: 100%;
  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;
}
@media (min-width: 1024px) {
  .detail-area-item {
    width: 49%;
  }
}
.detail-area-content {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .detail-area-content {
    padding: 0 24px;
  }
}
.detail-area-content2 {
  margin-top: 24px;
  padding: 16px 8px;
  background-color: #eaf6fd;
}
@media (min-width: 1024px) {
  .detail-area-content2 {
    margin-top: 0;
    padding: 24px 12px;
  }
}
.detail-area-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.event-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .event-area {
    padding: 64px 48px;
  }
}
.event-area .title img {
  width: 230px;
}
@media (min-width: 680px) {
  .event-area .title img {
    width: auto;
  }
}
.event-area-content {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .event-area-content {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .event-area-text {
    width: 50%;
  }
}
.event-area-img {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .event-area-img {
    width: 50%;
    margin-top: 0;
  }
}

.cafe-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .cafe-area {
    padding: 64px 48px;
  }
}
.cafe-area .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #8074a8;
}
@media (min-width: 680px) {
  .cafe-area .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .cafe-area .title {
    font-size: 40px;
  }
}
.cafe-area .title img {
  width: 270px;
}
@media (min-width: 680px) {
  .cafe-area .title img {
    width: auto;
  }
}
.cafe-area .text-area {
  margin-top: 24px;
}
.cafe-area .present-area-contents {
  border: 4px solid #eb6ea5;
  margin-top: 24px;
  padding: 20px 28px;
}
@media (min-width: 1024px) {
  .cafe-area .present-area-contents {
    padding: 24px 16px;
  }
}
.cafe-area .present-area-contents--green {
  border: 4px solid #6fba2c;
}
.cafe-area .present-item {
  position: relative;
  display: inline-block;
}
.cafe-area .present-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #6fba2c;
  left: -24px;
  top: 0;
  rotate: -45deg;
}
.cafe-area .present-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #6fba2c;
  right: -24px;
  top: 0;
  rotate: 45deg;
}
@media (min-width: 1024px) {
  .cafe-area .present-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.cafe-area .present-item-img .qrcode {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .cafe-area .present-item-img .qrcode {
    margin-top: 0;
    margin-left: 16px;
  }
}
.cafe-area .sub-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .cafe-area .sub-text {
    font-size: 20px;
  }
}
.cafe-area .sub-text span {
  color: #6fba2c;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .cafe-area .sub-text span {
    font-size: 32px;
  }
}
.cafe-area .download {
  margin-top: 12px;
  color: #e60012;
  font-size: 14px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .cafe-area .download {
    font-size: 16px;
  }
}
.cafe-area .download .qr-info {
  font-weight: 700;
  line-height: 1.5;
  color: initial;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .cafe-area .download .qr-info {
    font-size: 14px;
  }
}
.cafe-area .search {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cafe-area .search {
    font-size: 14px;
  }
}
.cafe-area .cafe-img {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .cafe-area .cafe-img {
    margin-top: 24px;
  }
}

.movie-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .movie-area {
    padding: 64px 48px;
  }
}
.movie-area .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  color: #c92c08;
}
@media (min-width: 680px) {
  .movie-area .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .movie-area .title {
    font-size: 40px;
  }
}
.movie-area .title img {
  width: 270px;
}
@media (min-width: 680px) {
  .movie-area .title img {
    width: auto;
  }
}
.movie-area .sub-title {
  font-size: 18px;
  color: #c92c08;
  font-weight: bold;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .movie-area .sub-title {
    font-size: 20px;
  }
}
.movie-area-content {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: 24px auto 0;
}
.movie-area-content iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .movie-area__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .movie-area__flex-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .contact-area {
    padding: 64px 48px;
  }
}
.contact-area .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .contact-area .title {
    font-size: 24px;
  }
}

.schedule-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
}
@media (min-width: 680px) {
  .schedule-area {
    padding: 64px 48px;
  }
}
.schedule-area .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #c92c08;
}
@media (min-width: 680px) {
  .schedule-area .title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .schedule-area .title {
    font-size: 40px;
  }
}
.schedule-area .title-schedule {
  color: #c92c08;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 900;
}
@media (min-width: 680px) {
  .schedule-area .title-schedule {
    margin-top: 32px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .schedule-area .title-schedule {
    font-size: 24px;
    margin-top: 40px;
  }
}
.schedule-area .list-schedule {
  -ms-grid-column-span: 6;
  grid-column: span 6/span 6;
}
@media (min-width: 680px) {
  .schedule-area .list-schedule {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .schedule-area .list-schedule {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
}
.schedule-area .list-schedule--area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 12px;
  gap: 16px;
}
@media (min-width: 1024px) {
  .schedule-area .list-schedule--area {
    -ms-grid-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
    grid-template-columns: repeat(10, minmax(0, 1fr));
    margin-top: 24px;
    gap: 32px;
  }
}
.schedule-area .list-schedule .report {
  border: 1px solid #111111;
  margin-top: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  background-color: #ffffff;
  text-align: center;
  max-width: 100%;
  display: block;
  padding: 8px 6px;
  font-size: 10px;
}
@media (min-width: 1200px) {
  .schedule-area .list-schedule .report {
    font-size: 12px;
  }
}
.schedule-area .list-schedule .report:hover {
  opacity: 1;
  background-color: #111111;
  color: #ffffff;
}

.list-schedule-feature {
  position: relative;
  z-index: 5;
}
.list-schedule-feature::before {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.6;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-notice {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-notice {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.page-notice .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #c92c08;
}
@media (min-width: 680px) {
  .page-notice .title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .page-notice .title {
    font-size: 36px;
  }
}
.page-notice .title-star-left {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 60px;
}
@media (min-width: 680px) {
  .page-notice .title-star-left {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .page-notice .title-star-left {
    width: 104px;
  }
}
.page-notice .title-star-right {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 60px;
}
@media (min-width: 680px) {
  .page-notice .title-star-right {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .page-notice .title-star-right {
    width: 104px;
  }
}
.page-notice .notice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 32px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .page-notice .notice {
    margin-top: 40px;
    gap: 48px;
  }
}
.page-notice .notice .notice-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-notice .notice .notice-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
.page-notice .notice .notice-list a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  text-align: center;
  display: block;
}
.page-notice .notice .notice-list a .title {
  color: #231815;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list a .title {
    font-size: 16px;
  }
}
.page-notice .notice .notice-list a .limit {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 12px;
  color: #231815;
  margin-top: 8px;
  font-size: 12px;
  width: 160px;
  margin: auto;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list a .limit {
    font-size: 14px;
    margin-top: 8px;
  }
}
.page-notice .notice .notice-list a .content {
  color: #231815;
  margin-top: 8px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list a .content {
    font-size: 16px;
    margin-top: 8px;
  }
}
.page-notice .notice .notice-list .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 24px;
  row-gap: 16px;
}
@media (min-width: 1200px) {
  .page-notice .notice .notice-list .link {
    gap: 28px;
  }
}
.page-notice .notice .notice-list .link .link-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1200px) {
  .page-notice .notice .notice-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
}
.page-notice .notice .notice-list .link .link-list a {
  border: 2px solid #231815;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: block;
  width: 95%;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list a {
    width: 100%;
  }
}
.page-notice .notice .notice-list .link .link-list a span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list a span {
    font-size: 14px;
  }
}
.page-notice .notice .notice-list .link .link-list a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-notice .notice .notice-list .link .link-list a span::before {
    left: -14px;
  }
}
.page-notice .faculty .link a {
  background-color: #c92f07;
  border: none;
  border-radius: 9999px;
  padding: 8px 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .page-notice .faculty .link a {
    width: 100%;
    margin-top: 48px;
  }
}
.page-notice .faculty .link a span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-notice .faculty .link a span {
    font-size: 14px;
  }
}
.page-notice .faculty .link a span::before {
  content: "";
  position: absolute;
  top: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -16px;
}
@media (min-width: 1024px) {
  .page-notice .faculty .link a span::before {
    left: -14px;
  }
}