/*メイン=================================================*/
.section-title {
  margin-left: 42px;
  font-family: jost;
  font-size: 20px;
  color: #191919;
}

.section-title span {
  display: flex;
  gap: 12px;
  align-items: center;
  align-items: center;
  margin-left: -42px;
  font-size: 48px;
  color: #02b2a1;
}

.section-title span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #191919;
}

dt {
  font-weight: bold;
}

/*グラデーションボーダー*/
.gradation-border {
  position: relative;
}

.gradation-border::before,
.gradation-border::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(to right, #0537aa, #81c7e7);
}

.gradation-border::before {
  position: absolute;
  top: 0;
  left: 0;
}

.gradation-border::after {
  position: absolute;
  bottom: 0;
  left: 0;
  rotate: 180deg;
}
/*------------------*/

/*トップ-------------------------------------------*/
.top-wrapper {
  position: relative;
  margin-bottom: 86px;
  background-image: url(../img/top-mv.png);
  background-size: auto 120%;
  background-repeat:no-repeat;
}

.top-contents {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 780px;
  margin: 0 40px;
}

.catch-phrase {
  position: absolute;
  top: 476px;
  left: 43px;
}

.top-data {
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-size: 18px;
  font-weight: bold;
}

.top-data-dl {
  display: flex;
  gap: 26px;
  align-items: center;
}

.top-data-dt{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #02b2a1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
}

.top-dd-highlight {
  font-size: 32px;
}

.date-span {
  color: #0867e1;
  font-size: 60px;
}

/*お知らせ-----------------------------------------*/
.news-container {
  display: flex;
  gap: 132px;
  margin: 0 70px ;
}

.news-title {
  flex-shrink: 0;
}

.news-list {
  flex-grow: 1;
  max-width: 915px;
}

.news-list-a {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px 17px;
}

.arrow {
  display: flex;
  flex-shrink: 0;
  gap: 15px;
  align-items: center;
  width: 22px;
  height: 2px;
  background: #3a80d9;
  transition: .2s ease-in;
}

.arrow::after {
  position: relative;
  left: 11px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #3a80d9;
  border-right: solid 2px #3a80d9;
  rotate: 45deg;
}

.news-list-dl {
  display: flex;
  gap: 30px;
}

.news-list-dt {
  flex-shrink: 0;
  min-width: 217px;
  color: #3a80d9;
}

/*ラベル-お知らせ*/
.label-news::after {
  content: 'お知らせ';
  margin-left: 25px;
  padding: 2px 20px;
  border: solid 1px #3a80d9;
  border-radius: 50px;
  background: #fff;
  font-size: 14px;
  transition: .2s ease-in;
}
/*------------------*/

.news-list-dd {
  font-size: 18px;
}

.news-list li {
  border-top: solid 1px #c3c9d3;
}

.news-list li:last-child {
  border-bottom: solid 1px #c3c9d3;
}

/*お知らせ_ホバー*/
.news-list-a:hover .label-news::after{
  background: #3a80d9;
  color: #fff;
}

.news-list-a:hover .arrow{
  transform: translateX(3px);
  }
/*------------------*/

/*ごあいさつ---------------------------------------*/
#Message {
  margin: 110px 0 136px;
}

.message-container {
  max-width: 1296px;
  margin: 0 72px;
  padding: 80px 62px 126px;
  border-radius: 15px;
  background: #fff;
}

.chairman-contents {
  display: flex;
  justify-content: space-around;
  gap: 23px;
  margin: 75px auto 0;
}

.chairman-contents img {
  width: 200px;
  height: 320px;
  object-fit: cover;
}

.chairman-data {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
}

.chairman-data-detail {
  font-size: 14px;
}

.chairman-name {
  font-size: 28px;
  font-weight: bold;
}

.chairman-msg {
  max-width: 592px;
  line-height: 2;
}

/*開催情報-----------------------------------------*/
#Infomation {
  padding: 140px 0 297px;
  background-image: url(../img/campus2.jpg);
  background-color: #ffffff59;
  background-blend-mode: overlay;
  background-size: cover;
}

.infomation-container {
  margin: 0 107px;  
}

.infomation-item {
  position: relative;
  max-width: 754px;
  margin: 110px auto 0;
  padding: 71px 52px 100px;
  border-radius: 15px;
  background: #fffffff2;
}

.infomation-item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: solid 5px transparent;
  border-radius: 15px;
  background: linear-gradient(48deg, #0537aa, #81c7e7) border-box border-box;
  -webkit-mask-image:  linear-gradient(48deg, #0537aa, #81c7e7), linear-gradient(48deg, #0537aa, #81c7e7);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}

.infomation-list {
  margin-top: 55px;
}

.infomation-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  font-size: 26px;
}

.infomation-list-li {
  padding: 17px 0 16px;
}

.infomation-list-li:not(:last-child) {
  border-bottom: solid 1px #000;
}

.infomation-list-dl {
  display: flex;
  gap: 30px;
}

.infomation-list-dt {
  width: 80px;
  color: #3a80d9;
  text-align: center;
}

/*アクセス-----------------------------------------*/
#Access {
  margin: 176px 0 140px;
}

.access-container {
  margin:0 40px;
  padding: 80pX 65px 69px;
  border-radius: 15px;
  background: #fff;
}

.venue {
  display: flex;
  gap: 20px;
  margin: 40px 60px;
  font-size: 24px;
  font-weight: bold;
}

.venue span {
  flex-shrink: 0;
  color: #02b2a1;
}

.access-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.access-detail-dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.access-detail-dt {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 26px;
}

.access-detail-dt::before {
  content: '';
  width: 13px;
  height: 13px;
  background: #02b2a1;
}

.access-detail-dd {
  margin-left: 28px;
}

.train-sub {
  font-size: 12px;
}

.car {
  font-size: 14px;
}

.kinkiunv-link {
  margin-top: 48px;
  padding: 19px 8px 15px;
  border: solid 1px #115aff;
  font-size: 18px;
  text-align: center;
}

.kinkiunv-link a {
  color: #115aff;
  text-decoration: underline;
}

/*アクセス_地図*/
.map-area {
  width: 100%;
  height: 351px;
  margin-top: 50px;
  background: #ccc;
}
/*========================================================
  スマホ  
========================================================*/
@media (max-width: 768px) {
  /*スマホ_メイン==========================================*/
  .section-title {
    margin-left: 35px;
    font-size: 14px;
  }

  .section-title span {
    gap: 10px;
    margin-left: -35px;
    font-size: 32px;
  }

  .section-title span::before {
    width: 25px;
  }

  /*スマホ_グラデーションボーダー*/
  .gradation-border:before,
  .gradation-border::after {
    height: 17px;
    border-radius: 6px 6px 0 0;
  }

  .gradation-border::before {
    top: 0;
    left: 0;
  }

  .gradation-border::after {
    position: absolute;
    bottom: 0;
  }
  /*------------------*/

  /*スマホ_トップ------------------------------------*/
  .top-wrapper {
    margin-bottom: 103px;
    background-image: url(../img/top-mv_sp.png);
    background-size: cover;
    background-position: bottom;
  }
  
  .top-contents {
    flex-direction: column;
    height: 707px;
    margin: auto;
  }

  .catch-phrase {
    position: absolute;
    top: 320px;
    left: 0;
  }

  .top-data {
    gap: 12px;
    font-size: 13px;
  }

  .top-data-dl {
    gap: 14px;
  }

  .top-data-dt {
    font-size: 15px;;
  }

  .top-dd-highlight {
    font-size: 18px;
  }

  .date-span {
    font-size: 34px;
  }

  /*スマホ_お知らせ-----------------------------------*/
  .news-container {
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }

  .news-list-dl {
    flex-direction: column;
    gap: 12px;
  }

  .news-list-dt,
    .news-list-dd {
    font-size: 14px;
  }

  .news-list-a {
    padding: 16px 0 13px;
  }
  
  /*スマホ_ラベル―お知らせ*/
  .label-news::after {
    margin-left: 15px;
    padding: 2px 16px;
    font-size: 12px;
  }
  /*------------------*/

  /*スマホ_ごあいさつ---------------------------------*/
  #Message {
    margin: 70px 0 115px;
  }
  .message-container {
    margin: 0;
    padding: 75px 25px 43px;
    border: 6px;
  }


  .chairman-contents {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .chairman-data {
    flex-direction: row-reverse;
    gap: 25px;
    align-items: center;
  }

  .chairman-contents img {
    width: 102px;
    height: 164px;;
  }

  .chairman-data-detail {
    font-size: 10px;
    text-align: right;
  }

  .chairman-name {
    font-size: 15px;
  }
  
  /*スマホ_開催情報------------------------------------*/
  .infomation-container {
    margin: 0;
  }

  .infomation-title {
    gap: 8px;
    font-size: 13px;
  }

  .infomation-title-logo {
    width: 225px;
  }

  .infomation-item {
    width: 100%;
    margin-top: 82px;
    padding: 43px 24px;
  }

  .infomation-list {
    margin-top: 40px;
  }

  .infomation-list-li {
    padding: 10px;
  }

  .infomation-list-dl {
    gap: 20px;
    font-size: 12px;
  }

  .infomation-list-dt {
    width: 50px;
    flex-shrink: 0;
  }

  /*スマホ_アクセス-----------------------------------*/
  #Access {
    margin: 100px 0 40px;
  }

  .access-container {
    margin: 0;
    padding: 77pX 24px 85px;
    border-radius: 6px;
    background: #fff;
  }

  .venue {
    flex-direction: column;
    gap: 8px;
    margin: 20px 0;
    font-size: 14px;
  }

  .access-detail {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }

  .access-detail-dl{
    gap: 10px;
  }

  .access-detail-dt {
    gap: 8px;
    font-size: 14px;
  }

  .access-detail-dt::before {
    width: 8px;
    height: 8px;
  }

  .access-detail-dd {
    font-size: 12px;
    margin-left: 16px;
  }

  .train-sub {
    font-size: 10px;
  }

  /*スマホ_アクセス_地図*/
  .map-area {
    width: 100%;
    height: 207px;
    margin-top: 43px;
 }
 /*------------------*/

 .kinkiunv-link {
  font-size: 12px;
  text-align: left;
 }
}