@charset "UTF-8";
.red {
    color: #E60012; /* 赤色に設定 */
}

body {
background-color:#ffffff;	
}

#opencampus_measures {
  font-size: 1.6rem;
}

#opencampus_measures li {
  list-style: none;
  padding: 0;
  min-height: 100px;
  margin-bottom: 64px;
}

#opencampus_measures li img,
#opencampus_measures li svg {
  clear: both;
  float: right;
  margin-left: 64px;
}

#opencampus_measures li span {
  font-weight: bold;
  color: #af272f;
}

.top-sp-area{
margin: 0 calc(50% - 50vw);
	width: 100vw;
padding-top: -80px;
}

.top-pc-area img{
        text-align: center;
        width: 100vw;
}

/* 編集範囲外CSS */

.p-pageHeader2 {
  display: none;
}

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

.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;
  margin: 0 auto;
}

@media (min-width: 380px) {
  .c-container--oc {
    max-width: 360px !important;
  }
}

@media (min-width: 400px) {
  .c-container--oc {
    max-width: 380px !important;
  }
}

@media (min-width: 420px) {
  .c-container--oc {
    max-width: 400px !important;
  }
}

@media (min-width: 440px) {
  .c-container--oc {
    max-width: 420px !important;
  }
}

@media (min-width: 480px) {
  .c-container--oc {
    max-width: 440px !important;
  }
}

@media (min-width: 500px) {
  .c-container--oc {
    max-width: 480px !important;
  }
}

@media (min-width: 550px) {
  .c-container--oc {
    max-width: 500px !important;
  }
}

@media (min-width: 600px) {
  .c-container--oc {
    max-width: 550px !important;
  }
}

@media (min-width: 640px) {
  .c-container--oc {
    max-width: 600px !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;
  }
}
  
/* 編集範囲外CSS 終わり*/

/* 追加CSS */

/* スケジュール */

.area-time {
  background-color: #ffffff;

  border-radius: 24px;
}

.area-time .title {
  font-size: 20px;
  font-weight: bold;
  color: #b0894e;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .area-time .title {
    font-size: 32px;
  }
}
.area-time .title span {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .area-time .title span {
    font-size: 38px;
  }
}
.area-time p {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-time p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .area-time__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.area-time__item2 {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .area-time__text {
    width: 60%;
  }
}
.area-time__img {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-time__img {
    width: 40%;
    margin-top: 0;
  }
}

@media (max-width: 950px) {
      .area-time h2{
      font-size: 18px;
            }

}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

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


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




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


/* スケジュール終わり */

.manabi-table {
  font-size: 14px;
  font-weight: 600;
  width: 90;
  margin-top: 8px; /* dtとの間隔を少しあける */
  margin-left:auto;
  margin-right: auto;
  border-collapse: separate; /* セル間のスペースを有効にする */
  border-spacing: 12px; /* セル間の感覚を設定 */
  text-align: center;
}

.manabi-table h4 {
  font-size: 18px;
}

@media (max-width: 679px) {
  .manabi-table {
    font-size: 8px;
    width: 100%;
    margin-top: 8px;
    border-spacing: 5px; /* モバイル用のセル間感覚 */
  }
}

@media (max-width: 679px) {
  .manabi-table h4 {
    font-size: 10px;
  }
}


.manabi-table-literature{
  background-color: #fff6e9 ;
}

.manabi-table-literature h4{
  color: #ed6c00;
  font-weight: bold;
}

.manabi-table-sociology{
  background-color: #f6faed ;
}

.manabi-table-sociology h4{
  color: #22ac38;
  font-weight: bold;
}

.manabi-table-education{
  background-color: #eaeff9 ;
}

.manabi-table-education h4{
  color: #187fc4;
  font-weight: bold;
}

.manabi-table-international{
  background-color: #f3ebf4 ;
}

.manabi-table-international h4{
  color: #af4d8e;
  font-weight: bold;
}

.manabi-table tr {
  border: 4px solid #fff;
  width: 40%;
  padding: 8px;
  text-align: center;
}
.manabi-table td {
  width: 36%; /* セルの横幅 */
  padding: 8px; /* セル内の余白 */
  text-align: center;
  vertical-align: top; /* 内容を上揃えにする */
}




/* ページインフォCSS */
.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-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-title {
  display: inline-block;
}
.page-title img {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .page-title img {
    margin-top: 24px;
  }
}

/* 申し込みバナーなど */


.about-form img{
    margin: 20px auto;
   width:80%;
}

@media (max-width: 768px) {
.about-form img{
    margin: 5px auto;
   width:80%;
}
}

/* 過去のオープンキャンパス */
.container2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 横4枚のレイアウト */
    gap: 2px; /* 画像間のスペース */
    justify-content: center;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.container2 img {
    width:80%; /* 各画像の幅を100% */
    height: auto; /* 高さは自動調整 */
   padding: 5px;  /* 画像間の余白はgapで管理するためpaddingをリセット */
}


.pastivent {
    align-items: center;
    width: 85%;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
    border: solid 1px #000;     /* 枠線指定 */
    background-color: #ffffff;     /* 背景色指定 */
    border-radius: 10px;        /* 角丸指定 */
    margin-top: 30px;
    padding-bottom: 30px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}

.item {
    flex: 1 1 calc(50% - 40px); /* 幅の50%で表示し、余白を考慮 */
    max-width: 1000%;
        text-align: center;
}


.pastivent h3{
    font-family: "corporate-logo-ver2", sans-serif;
	font-weight:700;
        margin:20px;
        font-size: 24px;
        color: #000000;
        text-align: center;
}

@media (max-width: 768px) {
    .pastivent {
       margin-top: 10px;
       padding-bottom: 10px;
    }
    .pastivent h3{
        font-size: 18px;
        margin:10px;
    }
}

/* 開催予定CSS */

.area-experience {
  position: relative;
}
@media (min-width: 1024px) {
  .area-experience {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.area-experience .title {
  text-align: center;

}

.area-experience .title img {
 width: 20%;
}


@media (max-width: 1200px) {
.area-experience .title img {
 width: 30%;
}
}

@media (max-width: 1024px) {
.area-experience .title img {
 width: 40%;
}
}


.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: 16px;
}
@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: 20px;
    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: 12px;
	margin-left: 10px;
	margin-right: 10px;
  width: 80%;
  text-align: center;
  
  
}
@media (min-width: 1024px) {
  .area-experience .list-experience {
    width: 80%;
    margin-top: 12px;
  text-align: center;
  }
}
@media (min-width: 1200px) {
  .area-experience .list-experience {
    width: 80%;
    margin-top: 12px;
  text-align: center;
  }
}


.area-experience .list-experience .text-list-experience .title {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .area-experience .list-experience .text-list-experience .title {
    font-size: 26px;
  }
}
.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;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}
.area-experience .list-experience--area .list-img {
  width: 80%;
}


.area-experience .comment-experience {
  margin-top: 29px;
  text-align: center;
}
@media (min-width: 1024px) {
  .area-experience .comment-experience {
    position: absolute;
    margin-top: 20px;
    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;
  }
}	


/* movie修正CSS */

.movie-area h2{
        color: #c92c08;
  font-size: 48px;
}

@media (max-width: 840px) {
   .movie-area h2{
        color: #c92c08;
        font-size: 30px;
}
}

@media (max-width: 620px) {
.movie-area h2{
  color: #c92c08;
  font-size: 26px;
}
}


.movie-area h3{
	font-family: "corporate-logo-ver2", sans-serif;
        color: #c92c08;
        font-size: 52px;
}

@media (max-width: 840px) {
   .movie-area h3{
        color: #c92c08;
        font-size: 24px;
}
}


.movie-area-content {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; /* 全体の幅に対する割合で調整 */
}

.movie-area-content iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-area-content {
    max-width: 90%; /* 画像にも動画と同じ余白 */
    margin: 20px auto; /* 中央寄せ */
    padding-left: 10px; /* 画像の左右の余白 */
    padding-right: 10px;
}

/* スマホ、タブレット対応 */
@media (max-width: 768px) {
    .movie-area-content iframe {
        width: 100%;
        height: 100%; /* スマホ画面で見やすい高さに設定 */
    }
}

.movie-area-title{
  text-align: center;
}

@media (min-width: 1024px) {
.movie-area-title img {
  width: 47%;
}

}

@media (max-width: 1023px) {
.movie-area-title img {
  width: 70%;
}
}

.movie-area-title2{
  text-align: center;
  padding: 50px 0px 20px 0px;
}

@media (max-width: 1023px) {
.movie-area-title2{
  padding: 30px 0px 10px 0px;
}
}

@media (min-width: 1024px) {
.movie-area-title2 img {
  width: 55%;
}
}

@media (max-width: 1023px) {
.movie-area-title2 img {
  width: 80%;
}
}


.movie-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
   width: 74%;               /* 幅指定 */
    height: auto;              /* 高さ指定 */

}
@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: 36px;
  color: #c92c08;
  font-weight: bold;
 margin-top: 20px;

}
@media (max-width: 844px) {
  .movie-area .sub-title {
    font-size: 18px;
  }
}


.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 {
  flex-wrap: nowrap; /* 折り返しなしで1行に */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
 justify-content: space-between; /* 両端揃え */

  }
}

@media (min-width: 1024px) {
  .movie-area__flex-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: nowrap; /* 折り返しなしで1行に */
    -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;
  }
}



/* カフェエリア修正CSS */
.cafe-area-title{
  text-align: center;
}

@media (min-width: 1024px) {
.cafe-area-title img {
  width: 35%;
}

}

@media (max-width: 1023px) {
.cafe-area-title img {
  width: 50%;
}

}


.cafe-area {
  background-color: #fff;
  padding: 0px 8px;
  border-radius: 24px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
   width: 78%;               /* 幅指定 */
    height: auto;    
}

.cafe-area h2{
  color: #45b035;
  font-size: 42px;
}

@media (max-width: 768px) {
      .cafe-area  h2{
          color: #45b035;
          font-size: 32px;
}
}


@media (min-width: 1024px) {
  .cafe-area {
    padding: 40px 20px;
  }
}

@media (max-width: 1023px) {
  .cafe-area {
  padding: 24px 16px;
  }
}

.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: 10px;
}


.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 {
  text-align: center;
  width: 100%;
  }
}

.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;
  }
}
@media (max-width: 1023px) {
  .cafe-area .sub-text {
    font-size: 15px;
  }
}

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


/* 特別イベント修正CSS */



.event-area {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
   width: 78%;               /* 幅指定 */
    height: auto;   
}


.event-area-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  width: 100%; /* 全体幅を100%に */
  max-width: 100vw; /* ビューポート幅を超えない */
}

.event-area-text, .event-area-img {
  min-width: 150px; /* 1列に縮小されない最小幅を設定 */
  box-sizing: border-box;
}

@media (max-width: 768px) { /* スマホ表示向け */
  .event-area-content {
    display: grid;
    grid-template-columns: 1fr; /* 1列表示に変更 */
  }
  
  .event-area-img {
    order: 2; /* .event-area-text の後に配置 */
  }
  
  .event-area-text {
    order: 1;
  }
}

@media (max-width: 768px) { /* スマホ表示向け */
  .event-area-img {
    display: flex;
    justify-content: space-between; /* 左右に配置 */
    align-items: center;
  }

  .event-area-img div {
    flex: 1; /* 画像エリアを均等に広げる */
    text-align: center; /* 画像を中央揃え */
  }

  .event-area-img img {
    width: 100%; /* スマホサイズで画像が親要素に合わせて拡大縮小するように */
    max-width: 194px; /* 元の画像幅を超えないように制限 */
  }
}



/* 修正CSS終わり */


.event-area-content {
  margin-top: 24px;
}

.event-area h2{
  color: #7d4698;
  font-size: 42px;
}

@media (max-width: 768px) {
      .event-area h2{
          color: #7d4698;
          font-size: 42px;
}
}


@media (max-width: 679px) {
.event-area h2{
  color: #7d4698;
  font-size: 26px;
}
}

@media (max-width: 500px) {
.event-area h3{
  color: #ffffff;
  font-size: 10px;
}
}

.event-area .title-bar {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #7d4698;
}

.event-area .title-bar:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #7d4698;
}

.title-bar {
	font-weight:500;
  color: #ffffff;
  line-height: 1.2;

}

@media (max-width: 679px) {
　　.title-bar {
	　font-weight:500;
      　  font-size: 10px;
  　　　  color: #ffffff;
          line-height: 1.2;
}
}

@media (max-width: 456px) {
　　.title-bar {
	　font-weight:300;
      　  font-size: 6px;
  　　　  color: #ffffff;
          line-height: 1.2;
}
}

/*プログラムエリア*/

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

.common-program-title{
  text-align: center;
}
.common-program-img{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
width: 100%;
}


@media (min-width: 1024px) {
.common-program-title img {
  width: 25%;
}

}

@media (max-width: 1023px) {
.common-program-title img {
  width: 32%;
}

}

.common-program {
  background-color: #fff;
  padding: 32px 32px;
  border-radius: 24px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
   width: 75%;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
 
}




.common-program-flex {
  display: flex !important;
  flex-direction: column !important; /* 1列に強制設定 */
  text-align: center;
  margin-bottom:30px;
}

.common-program-item {
  width: 100% !important; /* 幅を100%に固定 */
}

@media (min-width: 1024px) {
  .common-program-flex {
    flex-direction: column !important; /* PCでも1列 */
  text-align: center;
  }
  .common-program-item {
    width: 100% !important; /* PCでも幅100% */
  }
}


.common-program-content {
  margin-top: 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .common-program-content {
    padding: 0 24px;
     width:80%;
  margin: 0 auto;
  }
}

.common-program-sub-title {
  color: #e60013;
  font-size: 16px;
  font-weight: bold;
  text-align:left;
}
@media (min-width: 1024px) {
  .common-program-sub-title {
    font-size: 18px;
  }
}

.common-program .sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #1eb9ee;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .common-program .sub-title {
    font-size: 20px;
  }
}

.common-program h2{
  color: #004098;
    font-size: 42px;
}

.pg-last {
        padding: 20px 0px;
}


.pg-last p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
   text-align:center;
}


@media (min-width: 1024px) {
  .pg-last p {
    font-size: 15px;
  font-weight: 600;
padding: 5px 0px;
  }
}



@media (min-width: 1024px) {
  .pg-last p {
    font-size: 15px;
  }
}


/*テーブル*/

.text-sm p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
padding: 5px 0px;
text-align: left;

}


@media (min-width: 1024px) {
  .text-sm p {
    font-size: 15px;
  font-weight: 600;
padding: 5px 0px;
text-align: left;
  }
}

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

.program-table {
  width: 100%;
  color: #fff;
  background-color: #c92c08
}
.program-table th {
  border: 1px solid #fff;
  width: 48%;
  padding: 8px;
  text-align: center;
}
.program-table td {
  border: 1px solid #fff;
  width: 52%;
  padding: 8px;
}
.program-table-gray {
  background-color: #b5b6b6;
}



  .flex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  flex-wrap: nowrap; /* 折り返しなしで1行に */
  }



@media (min-width: 1024px) {
  .flex-list-item--200 {
    min-width: 200px;
  }
}


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


.program-list {
  display: flex;
  margin-bottom: 12px;
          align-items: start;
}
.program-list-head {
  background-color: #e6e6e7;
  font-size: 10px;
  padding: 1px 10px;
  font-weight: bold;
  text-align: center;
  margin-right: 12px;
  min-width: 70px;

  flex-shrink: 0; /* 要素の幅を固定 */
}

.program-list-text {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.w-full {
  width: 100%; /* dd要素がテーブルに合わせて全幅を占有する */
}

.program-table {
  font-size: 14px;
  width: 100%;
  margin-top: 8px; /* dtとの間隔を少しあける */
}

@media (max-width: 679px) {
     .program-table {
         font-size: 8px;
         width: 100%;
         margin-top: 8px; /* dtとの間隔を少しあける */
}
}


.program-table th,
.program-table td {
  padding: 4px 8px;
}


@media (min-width: 1024px) {
  .program-list-text {
    font-size: 14px;
  font-weight: 600;
  text-align: left;
  }
}

.area-special {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  margin-top: 48px;
 margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
   width: 70%;               /* 幅指定 */
    height: auto;              /* 高さ指定 */
}
@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;
    margin-bottom: 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: 48px;
  }
}
@media (min-width: 1200px) {
  .area-special-content-flex {
    padding: 10px 48px 0px 48px;
  }
}


@media (min-width: 1024px) {
  .area-special-content-flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 24px;
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .area-special-content-flex-2 {
    padding: 0 48px;
  }
}




@media (min-width: 1024px) {
  .area-special-content-col-2-2 {
    width: 90%;
  }
}

.text-xl p{
 font-size: 28px;
  font-weight: bold;
  color: #oooooo;

}

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

@media (max-width: 1023px) {
.mt-17 {
  text-align: center;
}

.mt-17 img {
    width: 50%;
}
}


.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-title01{
  text-align: center;
}

@media (min-width: 1024px) {
.area-special-title01 img {
  width: 35%;
}

}

@media (max-width: 1023px) {
.area-special-title01 img {
  width: 45%;
}

}


.area-special-title02{
  text-align: center;
  padding-top: 60px;
}

@media (min-width: 1024px) {
.area-special-title02 img {
  width: 60%;
}

}

@media (max-width: 1023px) {
.area-special-title02 img {
  width: 85%;
}

}

.area-special .content p {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .area-special .content p {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .area-special .content p {
  font-weight: 500;
}
}

  .area-special .content {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 24px;
}
@media (min-width: 680px) {
  .area-special .content {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .area-special .content {
    margin-top: 24px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .area-special .content {
   text-align:center;
}
}



.area-special .title2 {
  font-size: 20px;
  font-weight: bold;
  color: #227fc4;
  line-height: 1.5;
}
@media (min-width: 680px) {
  .area-special .title2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .area-special .title2 {
    font-size: 40px;
  }
}
.area-special .title3 {
  font-size: 16px;
  font-weight: bold;
  color: #227fc4;
  line-height: 1.5;
  text-align: center;
  background-color: #e9eef8;
  border-radius: 16px;
  padding: 8px;
  margin-top: 16px;
}
@media (min-width: 680px) {
  .area-special .title3 {
    font-size: 20px;
    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;
  }
}
@media (min-width: 1024px) {
  .area-special .title3 {
    font-size: 24px;
    margin-top: 24px;
  }
}
.area-special .title3 .title3-lg {
  font-size: 20px;
  font-weight: bold;
  color: #227fc4;
  line-height: 1.5;
  display: block;
}
@media (min-width: 680px) {
  .area-special .title3 .title3-lg {
    font-size: 24px;
    margin-bottom: 4px;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .area-special .title3 .title3-lg {
    font-size: 36px;
    margin-bottom: 6px;
    margin-left: 16px;
  }
}
.area-special .sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #227fc4;
  line-height: 1.5;
}
@media (min-width: 680px) {
  .area-special .sub-title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .area-special .sub-title {
    font-size: 24px;
  }
}
.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;
}
@media (min-width: 1024px) {
  .area-special-content2 {
    width: 50%;
  }
}
.area-special-content3 {
  background-color: #fff798;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  position: relative;
  font-weight: 500;
}
.area-special-content3::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 12px solid;
  border-bottom: 24px solid;
  border-color: transparent transparent #fff798 transparent;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.area-special .title-deco {
  position: relative;
}
.area-special .title-deco::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 70%;
  top: 15%;
  left: -16px;
  background-color: #227fc4;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.area-special .title-deco::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 70%;
  top: 15%;
  right: -16px;
  background-color: #227fc4;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media (min-width: 1024px) {
  .area-special .border {
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 100%;
    background-color: #dcdddd;
  }
}

.area-special-title01 h2{
  font-size: 42px;
  font-weight: bold;
  color: #7d4698;
}

/*テーブル終わり*/

box-text p{
        font-size: 32px;
}

.bk{
background-color:#000000;
}


h2{
	font-family: "corporate-logo-ver2", sans-serif;
	font-weight:900;
        color: #c6a75c;
        margin-bottom: 10px;
        font-size: 32px;
        text-align: center;
}

.area-special .title-bar {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #7d4698;

}

.area-special .title-bar:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #7d4698;
}



.title-bar {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #004098;
   margin:30px 0;
}

.title-bar:before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #004098;
}

.title-bar {
	font-family: "corporate-logo-ver2", sans-serif;
	font-weight:900;
        font-size:  32px;
  color: #ffffff;

}

@media (max-width: 679px) {
    .title-bar {
	font-family: "corporate-logo-ver2", sans-serif;
	font-weight:900;
        font-size:  16px;
        color: #ffffff;

}
}

/* pタグ */
P{
        text-align: center;
}

.past h3{
    font-family: "corporate-logo-ver2", sans-serif;
	font-weight:700;
        margin:20px;
        font-size: 32px;
        color: #ffffff;
}

.introduction p{
    color: #eee;
    text-align: center;
}
.content p{
    color: #eee;
    text-align: center;
    color: #ffffff;
        font-size: 18px;
}

@media (max-width: 814px) {
    .content p{
         color: #eee;
         text-align: center;
         color: #ffffff;
         font-size: 10px;
}
}

/*プログラム page-outline*/

.page-outline{
     padding: 10px 0px 0px 0px;
}

@media (max-width: 768px) {
.page-outline{
     padding: 10px 0px 0px 0px;
}
}

.proguram {
    color: #ffffff;
    text-align: center;
    font-family: "corporate-logo-ver2", sans-serif;
    font-weight:900; 
    font-size: 24px;
}

.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 767px){
  .for-pc { display:none; }
  .for-sp { display:block; }
.proguram {
    font-weight:900; 
      font-size: 16px;
      }
}


.roman{
    font-family:Times New Roman;
    font-style:italic;
    font-size: 24px;
    color: #eee;
}

.white{
    color: #eee;  
}
.gold{
    color: #c6a75c;
}

.introduction {
     margin-bottom: 20px;
}

.introduction h2 {
    font-family: "ta-mincho-gf-01", sans-serif;
    font-weight:300;
    font-style:italic;
 
  font-size: 38px;
}
@media (max-width: 689px) {
     .introduction h2 {  
            font-size: 24px;
  }
}

.contentp{
    font-size: 14px;
    color: #eee;
}


@media (max-width: 768px) {
.contentp{
    font-size: 8px;
    color: #eee;
}
    }


.introduction p{
    font-size: 14px;
    color: #eee;
}

.small {
    line-height: 20px;
  font-size: 8px;
}

.title p{
    font-family: "corporate-logo-ver2", sans-serif;
    font-weight:700;
    color:#eee;
  font-size: 24px;


}

.list-experience--area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-experience--area2 .list-img {
  width: 100%;
}

/* 各画像がmainの幅に合わせて調整されるようにする */
.container img {
    max-width: 70%; /* mainの幅に収める */
    height: auto; /* 画像の縦横比を保つ */
    padding: 10px; /* 画像間に余白をつける */
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* 画像間のスペース */
    margin-left: 20px;
    margin-right: 20px;
}


.brack {
      color: #000000;
}

.apri {
    background-color:#ffffff;
    color: white;
    text-align: center;
    padding: 10px;
}
.apri img{
    margin-top: 40px;
    text-align:center;
}

.sub-title {
        color: #000000;
}



.ast-area-title{
    align-items: center;
    width: 90%;               /* 幅指定 */
    height:auto;              /* 高さ指定 */
    border-radius: 30px;        /* 角丸指定 */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



.notice-app{
    text-align: center;
    margin: 0 auto;    
}

.notice-app-area-title {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    gap: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.list-notice-app {
    text-align: center;
}

.notice-app-area-title img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 750px) {
    .notice-app-area-title {
        display: block;
        text-align: center;
    }
    .list-notice-app {
        width: 100%;
        text-align: center;
    }
}

.page-content--area{
        text-align: center;
  }


.name p{
        font-size: 24px;
         padding-bottom: 10px;
}


/* 追加CSS動画 */

.movie {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding: 0 20px; /* セクション全体の左右に余白 */
}

.movie-area-content {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 90%; /* 全体の幅に対する割合で調整 */
}

.movie-area-content iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-area-content {
    max-width: 90%; /* 画像にも動画と同じ余白 */
    margin: 20px auto; /* 中央寄せ */
    padding-left: 10px; /* 画像の左右の余白 */
    padding-right: 10px;
}

/* スマホ、タブレット対応 */
@media (max-width: 768px) {
    .movie-area-content iframe {
        width: 100%;
        height: 100%; /* スマホ画面で見やすい高さに設定 */
    }
}



/* 追加CSS終わり */


.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: 50%;
  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;
  }
}

a:hover {
  opacity: 0.6;
}


                    
.w-full {
  width: 100%;
}

.text-xs p {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .text-xs p {
    font-size: 12px;
  }
}



.text-normal p {
  font-weight: 500;
  font-size: 14px;
    text-align: left;
}



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

.text-movie {
  font-weight: 500;
  font-size: 14px;
    text-align: center;
}


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

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

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

    .next-schedule--img img{
    width: 100%;
    margin: 30px 0px;
     }


@media (min-width: 1024px) {
  .next-schedule--img img{
    margin: 90px 0px 30px 0px;
     }
  }

@media (max-width: 767px) {
  .next-schedule--img img{
    margin: 20px 0px 20px 0px;
     }
  }



.notice-app-area-title-img{
text-align: center;
}

.notice-app-area-title-img img{
padding: 0px 0px 15px 0px;
width: 80%;
hight:80%;
}


.list-notice-app img{
margin: 20px auto;
text-align: center;
}



.d-tab-none {
  display: block;
}
@media (min-width: 680px) {
  .d-tab-none {
    display: none;
  }
.notice-app-area-title-img img{
padding:5px 0px 5px 0px;
width: 80%;
hight: 80%;
}

}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

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

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

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

.page-top {
  padding-top: 56px;
}
@media (min-width: 1024px) {
  .page-top {
    padding-top: 160px;
  }
}
.yearschedule-area-contain{
padding-bottom: 50px;
}
.yearschedule-area{

    margin: 0 calc(50% - 50vw);
	width: 100vw;

}


.yearschedule-area-title{

    text-align: center;
    padding: 32px 24px;
    border-radius: 24px;
    margin-top: 48px;
    
   }

  
     @media (min-width: 680px) {
        .yearschedule-area-title {
            margin: auto;
            width: 680px;
            text-align: center;
 
        }
      }
      .yearschedule-area-title img{
        padding: 15px 0px;
      }

 
     
      @media (min-width: 1024px) {
        .yearschedule-area-title {
            margin: auto;
            width: 1024px;
            text-align: center;
padding: 80px 0px 30px 0px;
        
        }
      }
      
      .yearschedule-area-title img{
        padding: 30px 0px;
        width: 70%;
      }

@media (min-width: 1024px) {
    .yearschedule-area-title img{
        padding: 0px 0px;
        width: 40%;
      }
}


.past{

    text-align: center;
    padding: 32px 0px;
    border-radius: 24px;
    margin-top: 48px;
    align-items: center;
   }

.list-past{
padding-top: 50px ;
padding-bottom: 50px;
}


.list-past img{
 padding: 10px 10px;
width:162px;
height:162px;

}
/*
.past-area-title-img img{
  width: 23%
}

*/
@media (max-width: 1200px) {
.past-area-title-img img {
 width: 27%;
}
/*

}

@media (max-width: 1024px) {
.past-area-title-img img {
 width: 27%;
}
}
*/
@media (max-width: 800px) {
.past-area-title-img img {
 width: 30%;
}
}

@media (max-width: 600px) {
.past-area-title-img img {
 width: 35%;
}
}






@media (max-width: 670px) {

.past{

    text-align: center;
    padding: 32px 0px;
    border-radius: 24px;
    
    
   }

/* 修正あり */
.list-past {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 横4列 */
  grid-template-rows: repeat(2, auto);   /* 縦2行 */
  gap: 10px; /* 画像間の余白 */
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-past img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto;
  padding: 5px;
}



/* 修正あり 終わり*/

}
@media (max-width: 455px) {

.past{

    text-align: center;
    padding: 10px 0px;
    border-radius: 24px;
    margin-top: 25px;
    
   }

}
  

      .img-text-yearschedule{
            margin: auto;
            width: 1024px;
            text-align: center;
           padding-bottom: 90px;
}



@media (min-width: 1024px) {
      .img-text-yearschedule{
            margin: auto;
            width: 1024px;
            text-align: center;
           padding-bottom: 90px;
}

 .img-text-yearschedule img{
            width: 100%;
}

}
@media (max-width: 1023px) {
  .img-text-yearschedule{
            width: 750px;
           padding-bottom: 50px;
}

 .img-text-yearschedule img{
            width: 100%;
}

      .text-yearschedule--area-right p{
        font-size: 12px;
      }

}

@media (max-width: 750px) {
  .img-text-yearschedule{
            width: 570px;
           padding-bottom: 30px;
}

 .img-text-yearschedule img{
            width: 100%;
}

      .text-yearschedule--area-right p{
        font-size: 10px;
      }

 .text-yearschedule--area-right{
text-align: center; 
}

}

@media (max-width: 570px) {
  .img-text-yearschedule{
            width: 350px;
           padding-bottom: 20px;
}

 .img-text-yearschedule img{
            width: 100%;
}

      .text-yearschedule--area-right p{
        font-size: 10px;
      }

 .text-yearschedule--area-right{
text-align: center; 
}

}


@media (max-width: 570px) {
  .yearschedule-area-title {
          padding: 10px 24px;
        }
}
      }

@media (max-width: 450px) {
  .yearschedule-area-title {
          padding: 5px 24px;
        }
  .yearschedule-area-title img{
        padding: 15px 0px;
      }

}
      }

      .yearschedule-area-title img{
        padding: 15px 0px;
      }


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

       .text-yearschedule--area .text-yearschedule p{
        font-size: 16px;
  font-weight: 500;
}
.text-experience--area .text-experience p{
font-size: 16px;
  font-weight: 500;
}

      @media (min-width: 1024px) {
        .yearschedule-area-title {
            margin: auto;
            width: 1024px;
            text-align: center;
        
        }
      }
      


      .text-yearschedule--area-right p{
        font-size: 15px;
        text-align: right;
      }


.area-schedule {

  position: relative;
 padding-bottom: 30px;
}

@media (max-width: 679px) {
  .area-schedule {
    padding-bottom: 0px;
  }
}
.area-schedule .title {
  text-align: center;
}
.area-schedule .title h2 {
  font-family: "Bebas Neue";
  color: #ffffff;
  line-height: 0.8;
  font-size: 56px;
}
@media (min-width: 1024px) {
  .area-schedule .title h2 {
    font-size: 74px;
  }
}
.area-schedule .title p {
  margin-top: 8px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .area-schedule .title p {
    font-size: 20px;
  }
}


.next-schedule--area{
  position: relative;
}

.next-schedule--notice img{
  position: absolute;
  top: -50px;
  left: -80px;
  width: 25%;
}

@media only screen and (max-width: 1024px) {
.next-schedule--notice img{
  top: -35px;
  left: -60px;
}
}

@media only screen and (max-width: 750px) {
.next-schedule--notice img{
  left: -40px;
}
}

@media only screen and (max-width: 679px) {
.next-schedule--notice img{
  top: -30px;
  left: -30px;
}
}

@media only screen and (max-width: 520px) {
.next-schedule--notice img{
  top: -20px;
  left: -20px;
  width: 25%;
}
}

.area-schedule .next-schedule {
  color: #00a73c;
  position: relative;
  padding: 16px 24px 8px 24px;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .area-schedule .next-schedule {
    font-size: 30px;
  }
}
.area-schedule .next-schedule::before {
  position: absolute;
  top: 40%;
  content: "";
  border-left: solid 3px;
  left: 0;
  height: 16px;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}
@media (min-width: 1024px) {
  .area-schedule .next-schedule::before {
    height: 28px;
  }
}
.area-schedule .next-schedule::after {
  position: absolute;
  top: 40%;
  content: "";
  border-right: solid 3px;
  right: 0;
  height: 18px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media (min-width: 1024px) {
  .area-schedule .next-schedule::after {
    height: 28px;
  }
}

.area-schedule .next-schedule--area {
  text-align: center;
}

.area-schedule .next-schedule--img {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .area-schedule .next-schedule--img {
    font-size: 32px;
  }
}
.area-schedule .list-schedule {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}
@media (min-width: 680px) {
  .area-schedule .list-schedule {
    -ms-grid-column-span: 2;
    grid-column: span 4/span 2;
  }
}
@media (min-width: 1024px) {
  .area-schedule .list-schedule {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
}


.area-schedule .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) {
  .area-schedule .list-schedule .report {
    font-size: 12px;
  }
}
.area-schedule .list-schedule .report:hover {
  opacity: 1;
  background-color: #111111;
  color: #ffffff;
}
.area-schedule .list-schedule-feature {
  position: relative;
  z-index: 5;
}
.area-schedule .list-schedule-feature::before {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.6;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.area-schedule .title-schedule {
  color: #00a73c;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 680px) {
  .area-schedule .title-schedule {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .area-schedule .title-schedule {
    font-size: 28px;
    margin-top: 40px;
  }
}
.area-schedule .comment-schedule {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .area-schedule .comment-schedule {
    position: absolute;
    margin-top: 40px;
    gap: 40px;
    left: 0;
    bottom: 0;
  }
}
.area-schedule .comment-schedule .bubble {
  display: inline-block;
  max-width: 259px;
  min-width: 132px;
  width: 13vw;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 1024px) {
  .area-schedule .comment-schedule .bubble {
    display: block;
  }
}
.area-schedule .comment-schedule .people {
  display: inline-block;
  max-width: 259px;
  min-width: 132px;
  width: 13vw;
}
@media (min-width: 1024px) {
  .area-schedule .comment-schedule .people {
    display: block;
  }
}


.cafecoupon-area{
  text-align: center;
padding-bottom: 3%;

}

.area-movie {
  padding-top: 32px;
	  margin-left: auto;
	  margin-left: auto;
  position: relative;
  text-align: center;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media (min-width: 1024px) {
  .area-movie {
    padding-top: 30px;
    padding-bottom: 96px;
  }
}

@media (max-width: 700px) {
  .area-movie {
    padding-top: 10px;
  }
}


.area-movie .title {
  text-align: center;
}

.area-movie .title img{
  width: 35%;
}

@media (max-width: 1200px) {
.area-movie .title img {
 width: 50%;
}
}

@media (max-width: 1024px) {
.area-movie .title img {
 width: 60%;
}
}


.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: 24px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .area-movie .title p {
    font-size: 24px;
  }
}
.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 {
  margin-top: 24px;
  width: 100%;
}


.yt-area .list-movie{
  text-align: center;
  max-height: 315px;
width: 100%;
}

@media (max-width: 1024px) {
.yt-area{
width: 100%;
height: 300px;

}

.area-movie .list-movie .yt-area iframe {
 
  width: 100px;
  height: 100px;
}

}

.area-movie .list-movie .yt-area iframe {
 
  width: 560px;
  height: 315px;
}

@media (max-width: 673px) {
.yt-area{
width: 100%;
max-height: 300px;

}

.area-movie .list-movie .yt-area iframe {
 
  width: 100%;
  height: 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: 1024px) {
  .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: 1024px) {
  .area-movie .comment-movie .people {
    display: block;
    margin-left: 16px;
    max-width: 200px;
  }
}

.area-info {
  padding-top: 32px;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media (min-width: 1024px) {
  .area-info {
    padding-top: 64px;

  }
}


.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;
}
@media (min-width: 1024px) {
  .area-info .area-infection .counterplan {
    padding: 36px;
    margin-top: 36px;
  }
}
.area-info .area-infection .counterplan .sub-title {
  font-size: 20px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .area-info .area-infection .counterplan .sub-title {
    font-size: 20px;
  }
}
.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: 10px;
}
.area-info .area-infection .counterplan--area {
  background-color: #ffffff;
}
.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: 20px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .area-info .area-infection .request .sub-title {
    font-size: 20px;
  }
}
.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 .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 .title {
  text-align: center;
}

.area-info .area-access .title img{
  width: 18%
}

@media (max-width: 1200px) {
.area-info .area-access .title img {
 width: 25%;
}
}

@media (max-width: 1024px) {
.area-info .area-access .title img {
 width: 30%;
}
}



.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: 0px 20px;
  padding-bottom: 30px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .area-info .area-access .access-info {
    padding: 0px 72px;
  padding-bottom: 30px;
    margin-top: 36px;
  }
}
.area-info .area-access .access-info .sub-title {
  font-size: 20px;
  font-weight: 700;
}

/* スマホサイズ */
@media (max-width: 768px)  {
  .area-info .area-access .access-info .sub-title {
    font-size: 16px;
  }
}

/* スマホサイズ */

@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: #000000;
  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;
    align-items: center;
    width: 90%;               /* 幅指定 */
    height:auto;              /* 高さ指定 */
    border: solid 1px #000;      /*枠線指定 */
    border-radius: 10px;        /* 角丸指定 */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.area-info .area-contact {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .area-info .area-contact {
    margin-top: 64px;
  }
}

.info p{
 text-align: center;
 color: #ffffff;
 font-size:16px;
}


.area-info .area-contact--area {

 text-align: center;
}
.area-info .area-contact .title {
  text-align: center;
}
.area-info .area-contact .title h2 {
  font-size: 16px;
  font-weight: 700;
padding:15px 0px 0px 0px;
}
@media (min-width: 1024px) {
  .area-info .area-contact .title h2 {
    font-size: 20px;
padding:20px 0px;
  }
}

@media (min-width: 767px) {
  .area-info .area-contact .title h2 {
padding:20px 0px 0px 0px;
  }



}

@media (min-width: 1024px) {
  .area-info .area-contact .title h2 {
    font-size: 20px;
padding:30px 0px;
  }

.area-info .area-contact .area-address {
  padding: 0px 0px 0px 0px;
  text-align: center;
}

}


@media (min-width: 680px) {
  .area-info .area-contact .area-address {
    padding: 0px 0px 30px 0px;
    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: #ffffff;
  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;
}

.page-system {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .page-system {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.page-system h2 img {
  max-width: 651px;
  width: 79vw;
  height: auto;
}
.page-system .detail-none {
  font-size: 16px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-system .detail-none {
    font-size: 24px;
    margin-top: 40px;
  }
}
.page-system .system {
  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-system .system {
    margin-top: 40px;
    gap: 48px;
  }
}
.page-system .system .system-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-system .system .system-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
    min-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-system .system .system-list {
    margin-top: 0px;
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
    min-width: 300px;
  }
}
.page-system .system .system-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;
  border: 1px solid #231815;
  border-radius: 24px;
  display: block;
}
.page-system .system .system-list a .title {
  color: #231815;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .page-system .system .system-list a .title {
    font-size: 16px;
  }
}
.page-system .system .system-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-system .system .system-list a .limit {
    font-size: 14px;
    margin-top: 8px;
  }
}
.page-system .system .system-list a .content {
  color: #231815;
  margin-top: 8px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-system .system .system-list a .content {
    font-size: 16px;
    margin-top: 8px;
  }
}
.page-system .system .system-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-system .system .system-list .link {
    gap: 28px;
  }
}
.page-system .system .system-list .link .link-list {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}
@media (min-width: 1024px) {
  .page-system .system .system-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1200px) {
  .page-system .system .system-list .link .link-list {
    margin-top: 0px;
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
}
.page-system .system .system-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-system .system .system-list .link .link-list a {
    width: 100%;
  }
}
.page-system .system .system-list .link .link-list a span {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-system .system .system-list .link .link-list a span {
    font-size: 14px;
  }
}
.page-system .system .system-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-system .system .system-list .link .link-list a span::before {
    left: -14px;
  }
}
.page-system .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;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .page-system .faculty .link a {
    width: 100%;
    margin-top: 48px;
  }
}
.page-system .faculty .link a span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .page-system .faculty .link a span {
    font-size: 14px;
  }
}
.page-system .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-system .faculty .link a span::before {
    left: -14px;
  }
}


.notice-app{

    text-align: center;
width: fit-content;
    padding: 20px;
    border-radius: 24px;
    margin-top: 60px;
    
   }


.list-notice-app img{

width: 480px;
height: 364px;

}

.notice-app-area-title-img img{
width: 40% ;
hight:40%;
 padding: 20px 0px 20px 0px;
}


@media (max-width: 1024px) {
.notice-app-area-title-img img {
 width:45%;
 hight:45%;
}
}

@media (max-width: 800px) {
.notice-app-area-title-img img {
 width: 60%;
 hight:60%;
 padding:10px 0px 10px 0px;
}
}

@media (max-width: 600px) {
.notice-app-area-title-img img {
 width: 70%;
 hight:70%;
 padding:0px 0px 0px 0px;
}
}


@media (max-width: 1024px) {
.list-notice-app{
  display:block;
}

@media screen and (max-width: 1024px) {

    .list-notice-app {
     display:block;
    }
  .notice-app{

    text-align: center;
    padding: 0px 0px;
    border-radius: 24px;
    margin-top: 48px;
    
   }

.list-notice-app img{
 padding: 10px auto;
width: 384px;
height: 300px;

}


}







