@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------------------
settings
------------------------------------------------------------------ */
/* -----------------------------------------------------------------
base
------------------------------------------------------------------ */
img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
}

.project-contents {
  font-size: 1.3rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .project-contents {
    font-size: 1.4rem;
  }
}

.project__ttl_1 {
  margin-bottom: 1em;
  text-align: center;
  font-family: "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-size: 1.7rem;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: -0.03em;
}

@media print, screen and (min-width: 768px) {
  .project__ttl_1 {
    text-align: left;
    font-size: 3.0rem;
  }
}

.project-box {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .project-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media print, screen and (min-width: 768px) {
  .project-box__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 2em 0 0;
  }
}

/* -----------------------------------------------------------------
project
------------------------------------------------------------------ */
.project-mv {
  padding: 20px 0 40px;
  background: linear-gradient(165deg, #55d3ff 0%, #0393a4 25%, #556bff 50%, #c21e79 75%, #ce1e79 100%);
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .project-mv {
    padding: 45px 0 75px;
    background: linear-gradient(135deg, #55d3ff 0%, #0393a4 25%, #556bff 50%, #c21e79 75%, #ce1e79 100%);
  }
}

.project-schematic {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .project-schematic {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.project-purpose {
  background: #333;
  color: #fff;
}

.project-attempt {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media print, screen and (min-width: 768px) {
  .project-attempt {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.project-attempt__item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
}

@media print, screen and (min-width: 768px) {
  .project-attempt__item_1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .project-attempt__item_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project-attempt__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .project-attempt .attempt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.project-attempt .attempt-box__item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.project-attempt .attempt-box__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .project-attempt .attempt-box__item {
    width: 33.33333%;
    margin-bottom: 0;
  }
}

.project-attempt .attempt-box__ttl {
  padding: 25px 5px;
  background: linear-gradient(150deg, #ffa3a2 0%, #b40a48 75%);
  text-align: center;
  color: #fff;
  font-family: "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-size: 1.6rem;
  line-height: 1.55;
  font-weight: bold;
  letter-spacing: -0.06em;
}

@media print, screen and (min-width: 768px) {
  .project-attempt .attempt-box__ttl {
    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;
    padding: 0;
    font-size: 2.7rem;
  }
  .project-attempt .attempt-box__ttl::before {
    display: block;
    width: 0;
    padding-top: 100%;
    content: '';
  }
}

.project-attempt .attempt-box__txt {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .project-attempt .theme-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.project-attempt .theme-box__ttl {
  padding: 5px;
  margin-bottom: 20px;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #bdbab9 2px, #bdbab9 4px);
  text-align: center;
  font-family: "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-size: 1.7rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .project-attempt .theme-box__ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 185px;
    padding: 10px;
    margin: 0 25px 0 0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #bdbab9 2px, #bdbab9 4px);
    font-size: 1.9rem;
  }
}

.project-attempt .theme-box__ttl .ttl-inner {
  display: block;
  padding: 15px 0;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .project-attempt .theme-box__ttl .ttl-inner {
    padding: 30px 0;
  }
}

.project-attempt .theme-box__txt ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.project-forum {
  background: #e0e0e0;
}

.project-forum::after {
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, #55d3ff 0%, #c21e79 70%, #ce1e79 100%);
  content: '';
}

@media print, screen and (min-width: 768px) {
  .project-forum::after {
    height: 100px;
  }
}

.project .f_pc {
  margin-top: 0;
}

/* -----------------------------------------------------------------
event-forum
------------------------------------------------------------------ */
.event-forum {
  padding-top: 50px;
  padding-bottom: 70px;
}

.event-forum .pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .event-forum .pc {
    display: block;
  }
}

.event-forum .sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .event-forum .sp {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .event-forum {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.event-forum .page-box {
  background: #1da8d6;
}

.event-forum .page-ttl {
  padding: 20px 0;
}

.event-forum .page-ttl h2 {
  color: #fff;
  margin-bottom: 10px;
}

.event-forum .page-ttl p {
  color: #fff;
  font-size: 20px;
  font-family: "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
}

@media screen and (max-width: 767px) {
  .event-forum .page-ttl p {
    font-size: 14px;
  }
}

.event-forum .page-ttl2 {
  font-size: 26px;
  margin-bottom: 16px;
}

.event-forum .page-section {
  padding: 40px 0;
  line-height: 1.6;
}

.event-forum .page-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.event-forum .page-schedule.program {
  display: block;
}

.event-forum .page-schedule.program dd {
  padding-left: 1rem;
}

.event-forum .page-gray {
  background: #e0e0e0;
}

.event-forum .page-movie {
  margin-top: 30px;
}

.event-forum .page-btn a {
  background-color: #709BB9;
  padding: 16px 40px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.event-forum .page-accordion {
  margin-top: 20px;
}

.event-forum .page-accordion-contents {
  margin-top: 10px;
}

.event-forum .page-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.event-forum .page-img:nth-child(3) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .event-forum .page-img:nth-child(3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .event-forum .page-img:nth-child(2) {
    margin-top: 30px;
  }
}

.event-forum .page-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .event-forum .page-img-block {
    display: block;
  }
}

.event-forum .page-item:nth-of-type(2) {
  margin-top: 50px;
}

.event-table {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .event-table {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.event-table table {
  width: 100%;
  font-size: 1.35rem;
}

.event-table br {
  display: block;
}

.event-table th {
  text-align: center;
}

.event-table th, .event-table td {
  border: 2px solid #ddd !important;
}

.event-box {
  display: block;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .event-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.event-box-mv {
  margin-top: 80px;
  margin-bottom: 60px;
}

.event-box-mv a {
  background-color: #B40A48;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
}

.event-item {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .event-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.event-item a {
  background-color: #1da8d6;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  display: block;
}

.event-txtlink {
  margin-top: 30px;
  display: inline-block;
}

.event-black {
  padding: 35px 0;
  margin-bottom: 30px;
}

.event-black h2 {
  margin-bottom: 0;
}

.img-top {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .img-top {
    margin-top: 0px;
  }
}

.img-top2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .img-top2 {
    margin-top: 0px;
  }
}

/* 追加 */
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.d-none {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .d-none {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .image-2clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.image-2clm a {
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .image-2clm a {
    width: 47%;
    margin-bottom: 0;
  }
}

.image-2clm a img {
  width: 100%;
}

.image-2clm img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .image-2clm img {
    width: 47%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .clm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.clm2__item {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .clm2__item {
    width: 47%;
    margin-right: 6%;
  }
}

@media print, screen and (min-width: 768px) {
  .clm2__item:nth-child(2n) {
    margin-right: 0;
  }
}

.clm2__item h4 {
  font-family: "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  border-left: 6px solid #1DA8D6;
  padding-left: 10px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.clm2__item p {
  margin-bottom: 40px;
}

.clm2__item iframe {
  width: 100%;
  height: 250px;
}
/*# sourceMappingURL=forum.css.map */
