.fixed-menu {
  display: none;
}
@media (min-width: 1024px) {
  .fixed-menu {
    display: block;
    position: fixed;
    bottom: 0px;
    font-size: 0;
    z-index: 1000;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .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;
    width: 140px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
    background: #7d4698;
  }
  .fixed-menu ul li:first-child {
    background: #45b035;
  }
  .fixed-menu ul li:last-child {
    background: #c92f07;
    position: relative;
  }
  .fixed-menu ul li:last-child img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .fixed-menu ul li:last-child a {
    padding: 30px 0 50px;
  }
  .fixed-menu ul li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 40px 0;
  }
}

.sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  z-index: 1000;
}
.sp-fixed-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sp-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;
  width: 33.333%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border-right: 1px solid #fff;
  background: #7d4698;
}
.sp-fixed-menu ul li:first-child {
  background: #45b035;
}
.sp-fixed-menu ul li:last-child {
  background: #c92f07;
}
.sp-fixed-menu ul li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .sp-fixed-menu {
    display: none;
  }
}

a:hover {
  opacity: 0.6;
}

.c-container--oc-lg {
  max-width: 1024px !important;
  padding: 0 20px;
}
@media (min-width: 680px) {
  .c-container--oc-lg {
    max-width: 640px !important;
    padding: 0 20px;
  }
}
@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;
  padding: 0 20px;
}
@media (min-width: 680px) {
  .c-container--oc {
    max-width: 640px !important;
    padding: 0 20px;
  }
}
@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;
}
.area-info .area-infection .title h2 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .area-info .area-infection .title h2 {
    font-size: 20px;
  }
}
.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;
}
@media (min-width: 1024px) {
  .area-info .area-infection .counterplan ul {
    margin-top: 12px;
  }
}
.area-info .area-infection .counterplan ul {
  list-style: none;
  font-size: 13px;
}
@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;
}
@media (min-width: 1024px) {
  .area-info .area-infection .request ul {
    margin-top: 12px;
  }
}
.area-info .area-infection .request ul {
  list-style: none;
  font-size: 13px;
}
@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;
}

:root {
  --gakusei: #b04c8e;
  --kyoin: #6eb92c;
  --orange: #ed720b;
}

.pageHeader {
  display: none;
}

.mainImage {
  display: none;
}

.descArea {
  display: none;
}

.c-articleSet {
  margin-top: 0 !important;
}

.c-ytSet {
  background-color: #fff;
  margin-top: 0 !important;
}

.c-htmlSet {
  margin-top: 0 !important;
}
.c-htmlSet .c-container {
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

.toListLink {
  display: none;
}

.sv-container {
  margin: auto;
  padding: 0 20px;
  max-width: 1024px;
}

.text-sm p {
  font-weight: 500;
  font-size: 13px;
}
@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: 18px;
  }
}

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

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

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

.relative {
  position: relative;
}

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

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

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

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

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

.mr-8 {
  margin-right: 8px;
}

.mr-24 {
  margin-right: 24px;
}

.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1024px) {
  .px-lg-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1024px) {
  .px-lg-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.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;
  }
}

.w-full {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

.bg-white {
  background-color: #fff;
}

.text-green {
  color: #24882f;
}

.text-purple {
  color: #b82f7f;
}

.text-red {
  color: #e60013;
}

.text-pink {
  color: #eb6e8f;
}

.text-brown {
  color: #b0894e;
}

.text-orange {
  color: #e07e1c;
}

.text-blue {
  color: #0670b0;
}

.text-orange2 {
  color: #d75d0f;
}

.border-orange {
  border-color: #e07e1c !important;
}

.border-orange2 {
  border-color: #d75d0f !important;
}

.border-purple {
  border-color: #b82f7f !important;
}

.border-blue {
  border-color: #0670b0 !important;
}

.border-green {
  border-color: #24882f !important;
}

.text-primary {
  color: var(--gakusei);
}

.text-white {
  color: #ffffff;
}

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

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

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

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

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

.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;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-header {
  background-color: #fbfbfc;
}
@media (min-width: 767px) {
  .view-header {
    padding-top: 100px;
    padding-bottom: 24px;
  }
}
.view-header-content {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .view-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.view-header-title {
  border-bottom: 5px solid #a22d33;
  margin-right: 24px;
  font-size: 24px;
}
.view-header-category {
  color: #fff;
  background-color: #92311d;
  padding: 4px 8px;
  font-size: 16px;
  margin-right: 24px;
  width: 140px;
  text-align: center;
}
.view-header-tag {
  color: #92311d;
  border: 3px solid #92311d;
  padding: 2px 8px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.mv-area {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 14px;
}
@media (min-width: 480px) {
  .mv-area {
    padding-top: 30px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .mv-area {
    padding-top: 60px;
    padding-bottom: 24px;
  }
}
.mv-area .title {
  display: inline-block;
  position: relative;
  width: 50vw;
}
@media (min-width: 1024px) {
  .mv-area .title {
    width: 40vw;
    max-width: 652px;
  }
}
.mv-area .sub-title {
  display: inline-block;
  max-width: 533px;
  width: 50vw;
  margin-top: 12px;
}
@media (min-width: 480px) {
  .mv-area .sub-title {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .mv-area .sub-title {
    position: absolute;
    bottom: -15%;
    left: 90%;
    width: 33vw;
  }
}
.mv-area .text {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .mv-area .text {
    text-align: left;
    margin-top: 48px;
  }
}

.bg-special-movie {
  background-image: url(../img/special-movie_bg.png);
  background-size: cover;
  background-position: center top;
}

.special-movie-container {
  margin: auto;
  padding: 0 20px;
  max-width: 1024px;
}

.special-movie-block {
  position: relative;
  margin: auto;
  border: 2px solid #ccc;
  width: 800px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.special-movie-block::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.special-movie-block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.special-movie {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .special-movie {
    margin: 0 auto;
    padding: 60px 0;
  }
}
.special-movie .text {
  font-size: 18px;
}
@media (min-width: 680px) {
  .special-movie .text {
    font-size: 20px;
  }
}
.special-movie .title {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 75vw;
  max-width: 948px;
}
.special-movie .thumbnail {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .special-movie .thumbnail {
    margin-top: 80px;
  }
}
.special-movie .students {
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 680px) {
  .special-movie .students {
    max-width: 1200px;
  }
}
.special-movie .students__block {
  padding: 32px 0;
  position: relative;
  gap: 16px;
  border-top: 1px solid #111;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .special-movie .students__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    max-width: 1200px;
  }
}
.special-movie .students__sub {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 8px;
}
@media (min-width: 680px) {
  .special-movie .students__sub {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .special-movie .students__sub {
    font-size: 16px;
  }
}
.special-movie .students__sub span {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .special-movie .students__sub span {
    font-size: 20px;
  }
}
.special-movie .students__name {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 8px;
}
.special-movie .students__name span {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .special-movie .students__name {
    font-size: 32px;
  }
  .special-movie .students__name span {
    font-size: 18px;
  }
}
.special-movie .students__text {
  padding: 0 24px;
}
.special-movie .students__item1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 680px) {
  .special-movie .students__item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    border-right: 1px solid;
    padding-right: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.special-movie .students__item2 {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .special-movie .students__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    width: 45%;
    gap: 16px;
    margin-top: 0;
  }
}
.special-movie .students__item2 .link {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .special-movie .students__item2 .link {
    margin-top: 0;
  }
}
.special-movie .students__item3 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 680px) {
  .special-movie .students__item3 {
    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: 32px;
    text-align: left;
    min-width: 550px;
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .special-movie .students__item3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.special-movie .students .students-img {
  border-radius: 12px;
  min-width: 120px;
}
.special-movie .students .bg-green {
  background-color: #22ac38;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-movie .students .bg-orange {
  background-color: #f08300;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-movie .students .bg-blue {
  background-color: #187fc4;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-movie .students .bg-purple {
  background-color: #af4d8e;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gap-16 {
  gap: 16px;
}

.gap-32 {
  gap: 32px;
}

.nowrap {
  white-space: nowrap;
}

.border-bottom {
  border-bottom: 1px solid;
}