#special {
    background-color: #E7EDF5;
}

#special .top_kv {
    max-width: 100%;
    height: auto;
}

p {
    color: #2C3F64;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

h3 {
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h4 {
    color: #2C3F64;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}

.mss {
    margin-bottom: 4px;
}

.ms {
    margin-bottom: 8px;
}

.m {
    margin-bottom: 16px;
}

.ml {
    margin-bottom: 24px;
}

.l {
    margin-bottom: 32px;
}

.l2 {
    margin-bottom: 64px;
    }

.l3 {
    margin-bottom: 80px;
}

.b {
    font-weight: 600;
}

.mg16 {
    margin: 16px;
}

.mg-v16 {
    margin: 16px 0px;
}

p.small {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}


.main-title_area {
    margin-top: 140px;
    padding: 0;
    text-align: center;
}
.main-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.main-title img{
    max-width: 88%;
    height: auto;
}

.watch {
    display: flex;
    justify-content: center;
}

.watch p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
}

.watch a {
    text-decoration: none;
}

.watch-btn {
    border-radius: 4px;
    /* background: linear-gradient(92deg, #EB003F 0.37%, #C0F 176.79%); */
    background: #525252;
    display: flex;
    width: 276px;
    height: 74px;
    padding: 24px 40px;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    border: none;
    opacity: 0.33;
}

.contents {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 390px;
    left: 50%;
    transform: translate(-50%);
    margin-top: 300px;
    background-color: #FFF;
    padding: 110px 150px 80px 150px;
    width: 61.25%;
}

@media (max-width: 600px) {
  .contents {
    width: 90%;
    padding: 80px 24px 40px 24px;
    top: 350px;
    left: 50%;
    transform: translate(-50%);
  }
}

.contents h4 {
    align-self: stretch;
}

.meeting-img {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 20px;
    max-width: 88%;
    height: auto;
}

@media (max-width: 600px) {
  .meeting-img {
    width: 100%;
    height: auto;
  }
}

.meeting-img img {
    width: 100%;
    height: auto;
}

.img-sp {
  display: none;
}
@media (max-width: 600px) {
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
}


.title-bar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0;
}

.title-bar p {
    position: absolute;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .sub-title img {
        width: 100%;
        margin: 0 16px;
    }
}

.contents-inner {
    row-gap: 32px;
    display: flex;txt-inner
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.contents-inner {
    margin-bottom: 80px;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-title .txt p {
    margin-bottom: 16px;
}

.agenda-title {
    color: #2C3F64;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
}

.agenda-list {
  display:  flex;
  justify-content: space-between;
  gap : 32px;
  flex-direction: column;
}

.agenda-card {
  text-align: center;
  border: 1px solid #CDD6DD;
  border-radius: 16px;
  padding: 32px 40px;
  box-sizing: border-box;
}

.agenda-card p {
  text-align: center;
}

.agenda-list img {
    margin-bottom: 24px;
}

.speaker-list {
    display: grid;
    width: 1000px;
    row-gap: 24px;
    column-gap: 24px;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .speaker-list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr); /* タブレットで2列 */
  }
}

@media (max-width: 600px) {
  .speaker-list {
    grid-template-columns: repeat(2, 1fr); /* スマホで2列 */
  }
}

.speaker-card {
    text-align: center;
    border: 1px solid #CDD6DD;
    border-radius: 16px;
    box-sizing: border-box;
}

.speaker-info {
    padding: 16px 16px 24px 16px; 
}

.speaker-info .txt p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.speaker-img img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.event-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.event-contents-card {
    border-radius: 16px;
    border: 2px solid #003BAB;
    background: #F2F7FF;
    padding: 32px;
    text-align: center;
}

.event-contents-card p {
    text-align: center;
}

.speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.award-section h4 {
    color: #003BAB;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;

}

.award-section h3 {
    color: #001E55;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}

.award-title{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.card-txt {
    margin-top: 24px;
    color: #0F4EC7;
    font-size: 20px;
    font-weight: 500;
}

.winner {
    text-align: center;
    margin-bottom: 80px;
}

.winner img {
    margin: 8px;
    vertical-align: middle;
}

.award-section a {
    color: #fff;
    font-size: 16px;
    background: rgb(0, 38, 108);
    background: linear-gradient(277deg, rgb(0, 38, 108) 0%, rgb(0, 65, 190) 100%);
    padding: 24px 40px;
    border: none;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.award-section a:hover {
    background: rgb(0, 23, 65);
    background: linear-gradient(277deg, rgb(0, 23, 65) 0%, rgb(0, 48, 139) 100%);
}

 .info p {
    text-align: center;
 }

 .txt p {
    line-height: 1.8;
    margin-bottom: 16px;
 }

 .nav-form a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 8px 48px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #00326c;
 }

.nav-form-sp a {
    display: none;
}

@media screen and (max-width: 768px) {
    .nav-form a {
        display: none;
    }
    .nav-form-sp a {
        display: flex;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: 400;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
        padding: 8px 48px;
        text-decoration: none;
        border-radius: 4px;
        background-color: #00326c;
        text-align: center;
    }
}

.txt-inner {
    max-width: 800px;
    margin: 0 auto;

}
.txt-inner p {
    text-align: left;
    margin-bottom: 24px;
}

.event-info {
        border-style: solid;
        border-width: 1px;
        border-color: rgb(199, 215, 255);
        border-image: initial;
        background-color: #f6f9ff;
        border-radius: 8px;
        padding: 16px 32px;
        max-width: 800px;

}

.event-info p {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 0px;
}