/* Tokyo confrence session */

.session-page-conference {
    padding: 8rem 0;
}
/* === THINK TANK === */

.conference-thinktank .thinktank-session {
    margin-top: 8rem;
}

.conference-thinktank .list-thinktank-wrapp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
    row-gap: 2rem;
}

.conference-thinktank .thinktank-item {
    padding: 3rem;
    border: 1.5px solid #000000;
}

.thinktank-item .item-top {
    margin-bottom: 2rem;
    display: flex;
    align-items: start;
}

.thinktank-item .item-top-content {
    flex: 1;
    text-align: center;
    width: 100%;
}

.item-top-content .title {
    font-size: 2.4rem;
    display: inline-block;
    position: relative;
    padding-bottom: 1rem;
    text-decoration: underline #3e7472 2px;
    text-underline-offset: 10px;
}

.thinktank-item .item-top-image {
    margin-left: auto;
    width: 100px;
    height: 60px;
    flex-shrink: 0;
}
/* === END THINK TANK */

/* === PARTICIPANTS === */

.participants-session {
    margin-top: 8rem;
}

.participants-session .list-participants-wrapp {
    margin: 0 auto;
    max-width: 1100px;
}

.participants-session .list-participants-wrapp {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
}

.list-participants-wrapp .participants-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.4rem;
}

.participants-item .title-keynote-speaker {
    font-size: 3rem;
    font-weight: 700;
    color: #3e7472;
}

.participants-item .item-container {
    padding: 40px;
    border: 1.5px solid #000000;
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
}

.participants-item .item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.participants-item .item-top-left {
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
}

.participants-item .content-name {
    display: inline-block;
    width: fit-content;
    position: relative;
    font-size: 2.9rem;
    font-weight: 400;
    padding-bottom: 1rem;
}

.participants-item .content-name:after {
    content: "";
    position: absolute;
    width: 130%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3e7472;
}

.participants-item .content-position {
    font-size: 2.4rem;
    margin-top: 1rem;
}

.participants-item .btn-more {
    border-radius: 1rem;
    padding: 1rem 4rem;
    font-size: 2rem;
    font-weight: bold;
    color: #3e7472;
    border: 2px solid #3e7472;
    display: inline-flex;
    transition: all 0.2s;
}

.participants-item .btn-more:hover {
    color: #fff;
    background-color: #3e7472;
}

.participants-item .image {
    width: 90px;
    height: 120px;
    background-color: #3e7472;
}
/* === END PARTICIPANTS  */

/* === CONSULTANTS === */

.consultants-session {
    margin: 8rem auto 0;
    width: 100%;
}

.consultants-session .consultants-container {
    max-width: 1600px;
}

.conference-consultants .consultants-desc {
    max-width: 900px;
    margin: 0 auto;
}



.consultants-session .list-consultants-wrapp {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 9rem;
    row-gap: 5rem;
}

.list-consultants-wrapp .consultants-item {
    padding: 20px 10px 0px 60px;
    border: 1.5px solid #000000;
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    min-height: 180px;
    position: relative;
    background-color: #fff;
}

.consultants-item .item-container {
    padding-top: 10px;
}

.consultants-item .sub-title {
    font-size: 2rem;
}

.consultants-item .item-text {
    display: flex;
    flex-direction: column;
}

.consultants-item .name {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 2.6rem;
    border-bottom: 2px solid #3e7472;
}

.consultants-item .position {
    margin-top: 0.6rem;
}

.consultants-item .item-image {
    position: absolute;
    width: 100px;
    height: 130px;
    left: 0;
    top: 50%;
    background-color: #3e7472;
    transform: translate(-50%, -50%);
}

.consultants-session .consultants-top {
    margin-bottom: 6rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 16rem;
    row-gap: 8rem;
    flex-wrap: wrap;
}

.consultants-top .consultants-item {
    padding: 8px 30px 0px 60px;
    position: relative;
}

.consultants-top .consultants-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 20px);
    left: 0;
    top: 50%;
    background: #e5e5e5;
    transform: translate(-43%, -50%);
    z-index: -10;
}

.consultants-top .consultants-item .item-image {
    height: 150px;
}



/* === END CONSULTANTS */


/* === CONFERENCE ABOUT SECTION === */
.conference-about-section .main-content {
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    row-gap: 7rem;
}

.conference-about-section .header-section {
    display: flex;
    align-items: center;
    column-gap: 3rem;
    margin-bottom: 4rem;
}

.conference-about-section .header-section .number {
    font-size: 3.4rem;
    font-weight: 500;
    color: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #3e7472;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.conference-about-section .header-section .title {
    font-size: 4rem;
    font-weight: 500;
    flex: 1;
}

.section-conference .text-desc, 
.section-media .text-desc, 
.section-global-network .text-desc, 
.section-democracy-summary .text-desc,
.section-highlevel .text-desc, 
.section-dialogue .text-desc {
    margin-bottom: 5rem;
}

.participants-container {
  margin-top: 5rem;
}

.section-participants .participants-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.section-participants .participants-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    background: #ececec;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all .25s ease;
}

.section-participants .participants-card:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.section-participants .participants-logo {
    flex: 0 0 100px;
    height: 100px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #e5e7eb;
}

.section-participants .participants-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-participants .participants-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.section-participants .participants-name-jp {
    font-size: 2.6rem;
    font-weight: 600;
    color: #0f766e;
}

.participants-name-en {
    color: #6b7280;
}


.highlevel-participants-wrapp .participants-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0 auto;
}

.participants-list .participants-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;

  background: #ffffff;
  padding: 10px 20px 10px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}


.participants-item .color-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 8px 0 0 8px;
}

.participants-item img {
  width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.participants-content .name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0f1f3d;
}

.participants-content .title {
  color: #555555;
  margin: 0;
}

/* ===== Color variants ===== */
.color-blue .color-bar {
  background: #2f80ed;
}
.color-green .color-bar {
  background: #6fcf97;
}
.color-purple .color-bar {
  background: #9b51e0;
}
.color-red .color-bar {
  background: #eb5757;
}
.color-yellow .color-bar {
  background: #f2c94c;
}
.color-teal .color-bar {
  background: #2d9cdb;
}

.section-dialogue .dialogue-list {
    margin: 0 auto;
    padding-top: 5rem;
}

.section-dialogue .dialogue-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.dialogue-list .dialogue-item {
    background: #ececec;
    border-radius: 16px;
    padding: 40px 24px 32px;
    text-align: center;
    position: relative;
    display:grid;
    grid-template-rows: 1fr auto 1fr;
    height: 100%;
}

.dialogue-item .item-top-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dialogue-item .item-bottom-content {
    margin-top: 20px;
}

.dialogue-item.is-highlight {
    background: linear-gradient(180deg, #3e7472, #54817f);
    color: #ffffff;
}

.dialogue-item.is-highlight .dialogue-quote,
.dialogue-item.is-highlight .dialogue-desc,
.dialogue-item.is-highlight .dialogue-title {
    color: #eaf6f3;
}

.dialogue-item .dialogue-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: -90px auto 20px;
    border: 6px solid #fff;
    background: #fff;
}

.dialogue-item .dialogue-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dialogue-item .dialogue-quote {
    color: #444;
    margin-bottom: 20px;
}

.dialogue-item .dialogue-divider {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin-top: auto;
}

.dialogue-item.is-highlight .dialogue-divider {
    background: rgba(255, 255, 255, 0.4);
}

.dialogue-item .dialogue-title {
    font-size: 14px;
    opacity: 0.85;
    
}

.dialogue-item .dialogue-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}



.section-democracy-summary .summary-wrapp {
   max-width: 1000px;
   margin: 0 auto;
    
}

.section-democracy-summary .list-summary {
    display: flex;
    flex-direction: column;
    row-gap: 0.4rem;
}

.section-democracy-summary .summary-item {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

.section-democracy-summary .summary-item.odd, 
.section-democracy-summary .summary-item.odd .summary-item-container { 
    flex-direction: row-reverse;
}

.summary-item .summary-item-img {
    width: 180px;
    height: 160px;
    flex-shrink: 0;
}

.summary-item .summary-item-container {
    flex: 1;
    display: flex;
    width: 100%;
}

.summary-item .desc {
    padding-bottom: 0.6rem;
    width: 100%;
    border-bottom: 2.4px solid #3e7472;
}

.summary-item .info { 
    font-size: 2.3rem;
    font-weight: 600;
    color: #3e7472;
    padding-top: 0.6rem;
}

.summary-item .desc, 
.summary-item .info {
    padding: 8px;
}

.summary-item.odd .desc {
    border-color: #0c215e;
}

.summary-item.odd .info {
    color: #0c215e;
}

.summary-item .box {
    width: 180px;
    height: 160px;
    flex-shrink: 0;
}




.section-global-network .global-network-image {
    display: flex; 
    justify-content: center;
    width: 100%;
    
}

.section-global-network .global-img {
    margin: 0 auto;
    width: 90%;
}


.section-media .article-wrapp {
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 4rem;
    width: 90%;
    margin: 0 auto;
}

.section-media .statistics-article {
    padding:20px 25px 0px 10px;
    border: 3px solid #3e7472;
    display: flex;
    border-radius: 26px;
    column-gap: 8px;
    min-width: 280px;
}

.section-media .statistics-article .news-logo-image {
    flex-shrink: 0;
}

.section-media .logo-img {
    width: 60px;
    height: 60px;
}

.section-media .statistics-text {
   max-width: 220px;
  
}

.section-media .text-content p{
    font-size: 1.8rem;
    width: 100%;
    text-align: left;
}

.section-media .statistics-title {
    font-weight: 500;
    font-size: 2.2rem;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;

}

.section-media .statistics-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #3e7472;
}

 

.section-media .statistics-number {
    color: #3e7472;
    font-weight: 600;
    font-size: 4.2rem;
    text-align: center;
    line-height: normal;
}

/* === END CONFERENCE ABOUT SECTION */

@media (max-width: 1603px) {
    .consultants-session {
        padding-left: 6rem;
    }

    .consultants-session .list-consultants-wrapp {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 9rem;
    }
}

@media (max-width: 1023px) {
    /* === Home page === */ 
    .top-page .interview .interview-info .interview-title {
        max-height: none;
    }

    /* === THINK TANK === */
    .conference-thinktank .list-thinktank-wrapp {
        column-gap: 3rem;
    }
    /* === END THINK TANK  */

    /* ===  CONSULTANTS === */
    .consultants-session .list-consultants-wrapp {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
        margin: 0 auto;
        column-gap: 9rem;
    }

    .list-consultants-wrapp .consultants-item {
        min-height: 160px;
    }

    .consultants-item .item-image ,
    .consultants-top .consultants-item .item-image {
        position: absolute;
        width: 80px;
        height: 130px;
        left: 0;
        top: 50%;
        background-color: #3e7472;
        transform: translate(-50%, -50%);
    }
    /* === END CONSULTANTS */

    .highlevel-participants-wrapp .participants-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-dialogue .dialogue-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12rem;
        column-gap: 4rem;
    }

    .section-dialogue .dialogue-list {
        padding-top: 8rem;
    }

    .dialogue-list .dialogue-item {
        padding: 40px 12px 16px;
    }
}

@media (max-width: 767px) {
    /* === THINK TANK === */
    .conference-thinktank .list-thinktank-wrapp {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 3rem;
    }

    .conference-thinktank .thinktank-item {
        padding: 2rem;
    }

    .thinktank-item .item-top {
        flex-direction: column-reverse;
        margin-bottom: 3.2rem;
    }

    .thinktank-item .item-top-image {
        height: auto;
    }
    /* === END THINK TANK  */

    /* === PARTICIPANTS === */

    .participants-item .item-top {
        flex-direction: column-reverse;
        align-items: start;
        row-gap: 1.8rem;
    }

    .participants-item .content-name:after {
        width: calc(100% + 2rem);
    }

    .participants-item .content-position {
        font-size: 2.6rem;
    }

    .participants-item .item-top-right {
        margin-left: auto;
    }

    .participants-item .btn-more {
        font-size: 2.4rem;
    }

    .participants-item .item-container {
        padding: 20px;
    }

    /* === END PARTICIPANTS  */

    /* === CONFERENCE ABOUT SECTION === */

    .conference-about-section .header-section .title {
        font-size: 2.8rem;
    }

    .section-conference .text-desc, 
    .section-media .text-desc, 
    .section-global-network .text-desc, 
    .section-democracy-summary .text-desc,
    .section-highlevel .text-desc, 
    .section-dialogue .text-desc {
        margin-bottom: 4rem;
    }

    .section-global-network .global-img { 
        width: 100%;
    }

    .section-media .article-wrapp {
        flex-direction: column-reverse;
        row-gap: 0rem;
        width: 100%;
        padding: 0 2rem
    }

    .section-media .statistics-article {
        margin-bottom: 4rem;
        border-radius: 10px;
    }

    .section-democracy-summary .list-summary {
        row-gap: 1.6rem;
    }

    .summary-item .summary-item-img { 
        width: 120px;
        height: 120px;
    }

    .summary-item .box {
        display: none;
    }

   .highlevel-participants-wrapp .participants-list {
       grid-template-columns: repeat(1, 1fr);
   }

   .participants-content .name {
    font-size: 2.8rem;
   }

   .section-dialogue .dialogue-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12rem;
        column-gap: 4rem;
    }

    .section-dialogue .dialogue-list {
        padding-top: 8rem;
    }

    .dialogue-list .dialogue-item {
        padding: 40px 12px 16px;
    }

    .section-dialogue .dialogue-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 12rem;
        column-gap: 4rem;
    }

    .dialogue-list .dialogue-item { 
        max-width: 380px;
        margin: 0 auto;
    }


    .dialogue-item .dialogue-avatar {
        width: 100px;
        height: 100px;
    }
    
    .section-participants .participants-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
       

    /* === END CONFERENCE ABOUT SECTION */
}

@media (max-width: 480px) {
    /* ===  CONSULTANTS === */
    .consultants-session .list-consultants-wrapp {
        grid-template-columns: repeat(1, 1fr);
    }

    .consultants-item .item-image, 
    .consultants-top .consultants-item .item-image {
        position: absolute;
        width: 80px;
        height: 130px;
        left: 0;
        top: 50%;
        background-color: #3e7472;
        transform: translate(-50%, -50%);
    }
    /* === END CONSULTANTS */
}
