@charset "UTF-8";

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

:root {
  --color-black: #000;
  --color-pink: #E54374;
  --color-orange: #EE8A1C;
  --color-orange-sub: #FFF4E0;
  --color-blue: #2795C4;
  --color-blue-sub: #EBF9FF;
  --color-gray: #ccc;
  --color-green: #3DBAB0;
}

/* =====================
  base
===================== */

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-black);
  background: #fff;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: var(--color-black);
  word-break: break-all;
}

a.link {
  color: var(--color-blue);
  text-decoration: underline;
}

.flx {
  display: flex;
}

#wrapper {
  position: relative;
  overflow: clip;
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    base
  ===================== */

  body {
    font-size: 18px;
    line-height: 1.9;
  }

  .pc_none {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .inner {
    width: 1080px;
    max-width: 92%;
    margin: 0 auto;
  }

  .pad {
    padding: 0 min(8vw, 100px);
  }

  .contents:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  /* =====================
    header
  ===================== */
  
  #header {
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    background: var(--color-black);
  }

  #header .logo {
    width: 195px;
  }

  #header .sns {
    margin: 0 20px 0 auto;
    align-items: center;
    gap: 0 16.5px;
  }

  #header .sns li img {
    height: 21px;
    width: auto;
  }

  #header .h_btn {
    width: 160px;
    height: 100%;
    background: var(--color-pink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  #header .h_btn._general {
    background: var(--color-pink);
  }

  #header .h_btn._medical {
    background: var(--color-green);
  }

  #header .h_btn:not(._general):not(._medical) {
    width: 180px;
    font-size: 18px;
  }

  #header .h_btn a {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  #header .h_btn span {
    font-size: 12px;
    display: block;
    font-weight: 500;
  }

  /* =====================
    bg
  ===================== */
  
  .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 50px 0;
  }

  #page_expo .bg._bg1 {
    background-image: url(../images/bg1.jpg);
  }

  #page_expo .bg._bg2 {
    background-image: url(../images/bg2.jpg);
    padding-bottom: 100px;
  }

  /* =====================
    fv
  ===================== */

  #fv {
    margin-bottom: 50px;
  }
  
  .fv_img {
    width: 687px;
    margin: 0 auto;
  }

  /* =====================
    box
  ===================== */
  
  .box {
    background: #fff;
    padding-top: 55px;
    padding-bottom: 50px;
    border-radius: 30px;
    margin-bottom: 50px;
  }

  .box:last-of-type {
    margin-bottom: 0;
  }

  /* =====================
    ttl
  ===================== */
  
  .ttl_bar {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    padding: 7px 20px;
    background: var(--color-black);
    border-radius: 8px 8px 0 0;
    margin-bottom: 30px;
  }

  /* =====================
    btn
  ===================== */
  
  .btn {
    width: 400px;
    height: 80px;
    margin: 50px auto 0;
    background: var(--color-pink);
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
  }

  .btn._general {
    background: var(--color-pink);
  }

  .btn._medical {
    background: var(--color-green);
  }

  .btn a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 0 50px;
    position: relative;
  }

  .btn a::before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .btn span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em;
  }

  .btns {
    display: flex;
    justify-content: center;
    gap: 0 40px;
  }

  .btns .btn {
    margin-left: 0;
    margin-right: 0;
  }

  /* =====================
    lead
  ===================== */

  .lead_img {
    margin-bottom: 45px;
  }

  .lead_ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 45px;
  }

  /* =====================
    about
  ===================== */

  #about .ttl_bar {
    margin-bottom: 5px;
  }

  .about_table {
    width: 100%;
  }

  .about_table th,
  .about_table td {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid var(--color-gray);
    padding: 14px 0;
  }
  
  .about_table th {
    width: 145px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_table td {
    width: calc( 100% - 145px );
    font-weight: 500;
  }

  /*  share
  ------------------------*/

  .share {
    margin-top: 45px;
  }
  
  .share_ttl {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
  }

  .share ul {
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }

  .share ul li {
    width: 57px;
  }

  /* =====================
    news
  ===================== */

  #news {
    position: relative;
    padding-bottom: 50px;
  }

  #news .ttl_bar {
    margin-bottom: 25px;
  }

  .news_item:not(.hasac),
  .news_item label {
    display: block;
    padding: 22px 25px 15px;
    position: relative;
  }

  .news_item label {
    padding-right: 75px;
  }

  .news_item {
    border-bottom: 1px solid var(--color-gray);
  }

  .news_item:nth-child(n+6) {
    display: none;
  } 

  .news_item a {
    text-decoration: underline;
  }

  .news_item label {
    cursor: pointer;
  }

  .news_item label::before,
  .news_item label .open {
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .news_item label::before {
    content: '';
    border-radius: 50%;
    border: 2px solid var(--color-black);
  }

  .news_item label .open::before,
  .news_item label .open::after {
    content: '';
    display: block;
    background: var(--color-black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .news_item label .open::before {
    width: 15px;
    height: 2px;
  }

  .news_item label .open::after {
    width: 2px;
    height: 15px;
  }

  .news_item time {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .news_ttl {
    font-size: 16px;
    font-weight: 500;
  }

  .ac {
    display: none;
  }

  .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    justify-content: space-between;
  }

  .ac:checked + label + .accshow {
    height: auto;
    opacity: 1;
    padding-bottom: 20px;
  }

  .ac:checked + label .open::after {
    opacity: 0;
  }

  .news_item .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
  }

  .news_item .accshow.flx .text {
    width: calc( 100% - 263px );
  }

  .news_img {
    width: 235px;
  }

  .news_item .new {
    width: 61px;
    height: 22px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #F03939;
    border-radius: 3px;
    position: absolute;
    top: 19px;
    left: 114px;
    transform: rotate(-7deg);
  }

  .news_more {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }

  .news_more span {
    text-decoration: underline;
    cursor: pointer;
  }

  /* =====================
    gallery
  ===================== */

  .gallery {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .gallery_ttl {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  
  .gallery_ttl .ttl {
    font-size: 32px;
    font-weight: 700;
  }

  .gallery_ttl .sub {
    font-size: 14px;
    font-weight: 700;
  }

  .gallery_list_wrap {
    position: relative;
  }

  .gallery_list {
    overflow: hidden;
  }

  .gallery_img {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
  }

  .gallery_img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .gallery_cap {
    font-size: 14px;
    font-weight: 500;
    margin-top: 9px;
    text-align: center;
  }

  .gallery_list_wrap .swiper-button-prev,
  .gallery_list_wrap .swiper-button-next {
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    cursor: pointer;
    z-index: 1;
  }

  .gallery_list_wrap .swiper-button-prev {
    left: -30px;
  }

  .gallery_list_wrap .swiper-button-next {
    right: -30px;
  }

  /* =====================
    event
  ===================== */

  #event {
    padding-bottom: 60px;
    background: var(--color-orange-sub);
    transition: .3s;
  }

  #event._general,
  #event._general .tab_btn {
    background: var(--color-orange-sub);
  }

  #event._medical,
  #event._medical .tab_btn {
    background: var(--color-blue-sub);
  }
  
  .tab_btn {
    padding-top: 60px;
    position: sticky;
    top: 0;
    z-index: 998;
    background: var(--color-orange-sub);
    border-bottom: 5px solid var(--color-orange);
    transition: .3s;
  }

  #event._general .tab_btn {
    border-color: var(--color-orange);
  }

  #event._medical .tab_btn {
    border-color: var(--color-blue);
  }

  .tab_btn ul {
    justify-content: center;
    gap: 0 40px;
  }

  .tab_btn ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 87px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
  }

  .tab_btn ul li[data-tab="general"] {
    background: var(--color-orange);
  }

  .tab_btn ul li[data-tab="medical"] {
    background: var(--color-blue);
  }

  .tab_btn ul li span {
    display: block;
  }

  .tab_btn ul li .for {
    width: 156px;
    border-radius: 50px;
    background: #fff;
    font-size: 14px;
    padding: 2px 0 3px;
    margin-bottom: 2px;
  }

  .tab_btn ul li[data-tab="general"] .for {
    color: var(--color-orange);
  }

  .tab_btn ul li[data-tab="medical"] .for {
    color: var(--color-blue);
  }

  .tab_container {
    background: #fff;
  }

  .tab_cont {
    display: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab_cont.active {
    display: block;
  }

  /*  feature
  ------------------------*/
  
  .feature_ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
  }

  .feature .text {
    line-height: 1.75;
  }

  /*  member
  ------------------------*/

  .member_list {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .member_list::before,
  .member_list::after,
  .empty {
    content: '';
    width: 155px;
  }

  .member_list::before {
    order: 1;
  }
  
  .member_item {
    max-width: 155px;
    width: 17.614%;
    margin-bottom: 28px;
    cursor: pointer;
  }

  .member_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 5px;
  }

  .member_img::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 4px 0 0 0;
    background: rgba(0, 0, 0, 0.65) url(../images/icon_zoom.svg) no-repeat top 5px center;
    background-size: 11px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  .member_img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .member_name {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .member_item .text {
    display: none;
  }

  .modal {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .modal_content {
    width: 880px;
    background: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    position: relative;
  }

  .modal_close {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icon_close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .modal_body {
    display: flex;
    justify-content: space-between;
  }

  .modal .member_img {
    width: 250px;
    height: 250px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .modal .member_img::before {
    display: none;
  }

  .modal .member_text {
    width: calc( 100% - 290px );
  }

  .modal .member_name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 12px;
  }

  .modal .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.84;
    color: #707070;
    max-height: 70vh;
    overflow-y: auto;
  }

  .member .btn {
    margin-top: 5px;
  }

  /* =====================
    booth
  ===================== */

  .booth_item {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .booth_item:last-of-type {
    margin-bottom: 0;
  }

  .booth_img {
    width: 260px;
  }

  .booth_text {
    width: calc( 100% - 290px );
    line-height: 1.6;
  }

  .booth_time {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }

  .booth_ttl {
    font-size: 20px;
    font-weight: 700;
  }

  .booth_com {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
  }
 
  /*  pickup
  ------------------------*/
  
  .pickup {
    border: 5px solid #FF6060;
    border-radius: 10px;
    padding: 25px 25px 20px;
    justify-content: space-between;
    margin: 45px 0 30px;
    position: relative;
  }

  .pickup::before {
    content: 'PICK UP';
    width: 115px;
    height: 36px;
    display: block;
    border-radius: 50px;
    line-height: 34px;
    background: #FF6060;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 25px;
    transform: translateY(-50%);
  }

  .pickup_img {
    width: 160px;
  }

  .pickup_img img {
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
  }

  .pickup_text {
    width: calc( 100% - 200px );
  }

  .pickup_ttl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .pickup_text .text {
    font-size: 16px;
    line-height: 1.7;
    color: #707070;
  }

  /*  timetable
  ------------------------*/
    
  .timetable_item {
    margin-bottom: 30px;
  }

  .timetable_item:last-of-type {
    margin-bottom: 0;
  }

  .timetable_date {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
  }

  /* =====================
    event general
  ===================== */
  
  #event._general .ttl_bar {
    background: var(--color-orange);
  }
  
  /*  timetable
  ------------------------*/
  
  .general_table {
    width: 100%;
  }

  .general_table th,
  .general_table td {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px;
  }

  .general_table tr:first-of-type th,
  .general_table tr:first-of-type td {
    border-top: 1px solid #E5E5E5;
  }

  .general_table th {
    width: 110px;
    background: #F4F4F4;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    vertical-align: middle;
  }

  .general_table td {
    width: calc( 100% - 110px );
    line-height: 1.6;
  }

  .general_td {
    justify-content: space-between;
  }

  .general_td .td_img {
    width: 178px;
  }

  .general_td .td_text {
    width: calc( 100% - 198px );
  }

  .general_td .td_ttl {
    font-size: 17px;
    font-weight: 700;
  }

  .general_td dl {
    line-height: 1.3; 
  }

  .general_td dl dt,
  .general_td dl dd {
    display: inline;
  }

  .general_td dl dt {
    font-size: 13px;
    margin-right: 17px;
  }

  .general_td dl dd {
    font-size: 15px;
  }

  .general_td dl dd::after {
    content: '\A';
    white-space: pre;
  }

  /* =====================
    event medical
  ===================== */
   
  #event._medical .ttl_bar {
    background: var(--color-blue);
  }

  #medical .timetable_date {
    margin-bottom: 30px;
  }

  /*  medical_table
  ------------------------*/

  .table_container {
    position: relative;
    max-width: 100%;
  }

  .table_wrapper {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .table_wrapper::-webkit-scrollbar {
    display: none;
  }

  .medical_table {
    width: 100%;
    table-layout: fixed;
  }

  .medical_table thead th,
  .medical_table tbody td {
    border-right: 6px solid #fff;
  }

  .medical_table thead th {
    width: 403px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 13px;
  }

  .medical_table thead th:nth-of-type(1) {
    width: 100px;
    border-right: none;
    background: #fff;
  }

  .medical_table thead th:nth-of-type(2) {
    background: var(--color-pink);
  }

  .medical_table thead th:nth-of-type(3) {
    background: #5AB531;
  }

  .medical_table thead th:nth-of-type(4) {
    background: #9B64A6;
  }

  .medical_table thead th:nth-of-type(5) {
    background: #DFC31B;
  }

  .medical_table tbody th,
  .medical_table tbody td {
    padding: 20px 15px;
    border-bottom: 6px solid #fff;
  }

  .medical_table tbody tr:last-of-type th,
  .medical_table tbody tr:last-of-type td {
    border-bottom: none;
  }

  .medical_table thead th:nth-of-type(1),
  .medical_table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
  }

  .medical_table tbody th {
    background: var(--color-black);
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding-left: 20px;
  }

  .medical_table tbody td {
    background: #F4F4F4;
    line-height: 1.7;
  }  

  .medical_table .td_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .medical_table .text {
    font-size: 14px;
  }

  .medical_table .td_sub {
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 2px;
  }

  .medical_table .td_name {
    font-size: 14px;
  }

  .custom_scrollbar {
    height: 14px;
    background: #EBF9FF;
    cursor: pointer;
    position: relative;
  }

  .custom_scrollbar_thumb {
    width: 200px;
    height: 10px;
    background: var(--color-blue);
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .scroll_msg {
    width: 200px;
    height: 130px;
    background: url(../images/scroll.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
  }

  /* =====================
    sponsor
  ===================== */
  
  .sponsor_list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .sponsor_list:last-of-type {
    margin-bottom: 0;
  }

  .sponsor_logo {
    width: 100%;
    height: 0;
    padding-bottom: 30.77%;
    position: relative;
  }

  .sponsor_logo img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sponsor_name {
    font-size: 14px;
    font-weight: 700;
  }

  /*  type_a
  ------------------------*/
  
  .sponsor_list.type_a::after {
    content: '';
    width: 260px;
  }

  .sponsor_list.type_a .sponsor_item {
    max-width: 260px;
    width: 31%;
    margin-bottom: 40px;
  }

  .sponsor_list.type_a .sponsor_item:nth-last-child(1),
  .sponsor_list.type_a .sponsor_item:nth-last-child(2):nth-child(3n+1),
  .sponsor_list.type_a .sponsor_item:nth-last-child(2):nth-child(3n+2),
  .sponsor_list.type_a .sponsor_item:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 0;
  }

  .sponsor_list.type_a .sponsor_logo {
    margin-bottom: 10px;
  }

  .sponsor_list.type_a .sponsor_name {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .sponsor_item .text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
  }

  .sponsor_link {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
  }

  .sponsor_link a {
    color: #999;
    text-decoration: underline;
  }

  /*  type_b
  ------------------------*/

  .sponsor_list.type_b::before,
  .sponsor_list.type_b::after {
    content: '';
    width: 190px;
  }

  .sponsor_list.type_b::before {
    order: 1;
  }

  .sponsor_list.type_b .sponsor_item {
    max-width: 190px;
    width: 22.5%;
    margin-bottom: 15px;
  }

  .sponsor_list.type_b .sponsor_item:nth-last-child(1),
  .sponsor_list.type_b .sponsor_item:nth-last-child(2):nth-child(4n+1),
  .sponsor_list.type_b .sponsor_item:nth-last-child(2):nth-child(4n+2),
  .sponsor_list.type_b .sponsor_item:nth-last-child(2):nth-child(4n+3),
  .sponsor_list.type_b .sponsor_item:nth-last-child(3):nth-child(4n+1),
  .sponsor_list.type_b .sponsor_item:nth-last-child(3):nth-child(4n+2),
  .sponsor_list.type_b .sponsor_item:nth-last-child(4):nth-child(4n+1) {
    margin-bottom: 0;
  }

  .sponsor_list.type_b .sponsor_logo {
    margin-bottom: 7px;
  }

  /*  type_c
  ------------------------*/
  
  .sponsor_list.type_c ul {
    width: 690px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 11px 0;
  }

  .sponsor_list.type_c ul::after {
    content: '';
    width: 190px;
  }

  .sponsor_list.type_c ul li {
    width: 190px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }

  /* =====================
    access
  ===================== */
  
  .access_item {
    justify-content: space-between;
    align-items: flex-start;
  }

  .access_gmap {
    max-width: 420px;
    width: 48%;
    height: 0;
    padding-bottom: 34.6599%;
    position: relative;
  }

  .access_gmap iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .access_img {
    max-width: 420px;
    width: 48%;
  }

  #access .text {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
  }

  /* =====================
    contact
  ===================== */
  
  #contact .text {
    text-align: center;
    font-size: 17px;
  }

  #contact .btn {
    margin-top: 30px;
    margin-bottom: 55px;
  }

  /* =====================
    footer
  ===================== */
  
  #footer {
    background: var(--color-black);
    padding: 35px 0 55px;
  }
 
  #footer .logo {
    width: 244px;
    margin: 0 auto 90px;
  }

  address {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    color: #fff;
  }

  /* =====================
    page_expo2025osaka
  ===================== */

  #page_expo2025osaka #wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/expo2025osaka/bg.jpg) no-repeat top center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #page_expo2025osaka #header .h_btn {
    background: #236BB5;
  }

  #page_expo2025osaka .ttl_bar,
  #page_expo2025osaka #event .ttl_bar {
    background: #236BB5; 
  }

  #page_expo2025osaka .btn {
    background: var(--color-black);
  }

  #page_expo2025osaka #event {
    background: none;
  }

  #page_expo2025osaka .tab_container {
    border-radius: 30px;
  }

}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

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

  /* =====================
    base
  ===================== */

  body {
    font-size: 14px;
    line-height: 1.8;
  }

  .sp_none {
    display: none !important;
  }

  .inner {
    max-width: 700px;
    width: 92%;
    margin: 0 auto;
  }

  .pad {
    padding: 0 5%;
  }

  .contents {
    margin-bottom: 40px;
  }

  .text p:not(:last-of-type) {
    margin-bottom: 15px;
  }

  /* =====================
    header
  ===================== */

  #header {
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    background: var(--color-black);
  }

  #header .logo {
    width: 130px;
  }

  #header .sns {
    margin: 0 15px 0 auto;
    align-items: center;
    gap: 0 8px;
  }

  #header .sns li img {
    height: 15px;
    width: auto;
  }

  #header .h_btn {
    width: 60px;
    height: 100%;
    background: var(--color-pink);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  #header .h_btn._general {
    background: var(--color-pink);
  }

  #header .h_btn._medical {
    background: var(--color-green);
  }

  #header .h_btn:not(._general):not(._medical) {
    width: 95px;
    font-size: 12px;
  }

  #header .h_btn a {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  #header .h_btn span {
    font-size: 10px;
    transform: scale(0.8);
    display: block;
    font-weight: 500;
  }

  /* =====================
    bg
  ===================== */
  
  .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 50px 0;
  }

  #page_expo .bg._bg1 {
    background-image: url(../images/bg1.jpg);
  }

  #page_expo .bg._bg2 {
    background-image: url(../images/bg2.jpg);
    padding-bottom: 80px;
  }

  /* =====================
    fv
  ===================== */

  #fv {
    margin-bottom: 50px;
  }
  
  .fv_img {
    width: 100%;
    margin: 0 auto;
  }

  /* =====================
    box
  ===================== */
  
  .box {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
  }

  .box:last-of-type {
    margin-bottom: 0;
  }

  /* =====================
    ttl
  ===================== */
  
  .ttl_bar {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    padding: 7px 10px;
    background: var(--color-black);
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
  }

  /* =====================
    btn
  ===================== */
  
  .btn {
    max-width: 400px;
    width: 100%;
    height: 65px;
    margin: 25px auto 0;
    background: var(--color-pink);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .btn._general {
    background: var(--color-pink);
  }

  .btn._medical {
    background: var(--color-green);
  }

  .btn a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 45px;
    position: relative;
  }

  .btn a::before {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/icon_arrow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .btn span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
  }

  .btns {
    margin-top: 25px;
  }

  .btns .btn {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .btns .btn:last-of-type {
    margin-bottom: 0;
  }

  /* =====================
    lead
  ===================== */

  .lead_img {
    margin-bottom: 20px;
  }

  .lead_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.65;
    margin-bottom: 15px;
  }

  /* =====================
    about
  ===================== */

  #about .ttl_bar {
    margin-bottom: 5px;
  }

  .about_table {
    width: 100%;
  }

  .about_table th,
  .about_table td {
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid var(--color-gray);
    padding: 14px 0;
    line-height: 1.6;
  }
  
  .about_table th {
    width: 105px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about_table td {
    width: calc( 100% - 105px );
    font-weight: 500;
  }

  /*  share
  ------------------------*/

  .share {
    margin-top: 35px;
  }
  
  .share_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
  }

  .share ul {
    justify-content: center;
    align-items: center;
    gap: 0 15px;
  }

  .share ul li {
    width: 40px;
  }

  /* =====================
    news
  ===================== */

  #news {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 0;
  }

  #news .ttl_bar {
    margin-bottom: 5px;
  }

  .news_item:not(.hasac),
  .news_item label {
    display: block;
    padding: 18px 5px 16px;
    position: relative;
  }

  .news_item label {
    padding-right: 35px;
  }

  .news_item {
    border-bottom: 1px solid var(--color-gray);
  }

  .news_item:nth-child(n+6) {
    display: none;
  } 

  .news_item a {
    text-decoration: underline;
  }

  .news_item label {
    cursor: pointer;
  }

  .news_item label::before,
  .news_item label .open {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 18px;
    right: 5px;
  }

  .news_item label::before {
    content: '';
    border-radius: 50%;
    border: 2px solid var(--color-black);
  }

  .news_item label .open::before,
  .news_item label .open::after {
    content: '';
    display: block;
    background: var(--color-black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .news_item label .open::before {
    width: 12px;
    height: 1.5px;
  }

  .news_item label .open::after {
    width: 1.5px;
    height: 12px;
  }

  .news_item time {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 7px;
  }
  
  .news_ttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }

  .ac {
    display: none;
  }

  .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: space-between;
    display: block;
  }

  .ac:checked + label + .accshow {
    height: auto;
    opacity: 1;
    padding-bottom: 20px;
  }

  .ac:checked + label .open::after {
    opacity: 0;
  }

  .news_item .text {
    font-size: 13px;
    font-weight: 300;
  }

  .news_img {
    margin-bottom: 10px;
  }

  .news_item .new {
    width: 42px;
    height: 18px;
    display: block;
    line-height: 17px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #F03939;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    left: 84px;
    transform: rotate(-7deg);
  }

  .news_more {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }

  .news_more span {
    text-decoration: underline;
    cursor: pointer;
  }

  /* =====================
    gallery
  ===================== */

  .gallery {
    padding-bottom: 30px;
  }

  .gallery_ttl {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .gallery_ttl .ttl {
    font-size: 27px;
    font-weight: 700;
  }

  .gallery_ttl .sub {
    font-size: 12px;
    font-weight: 700;
  }

  .gallery_list_wrap {
    position: relative;
  }

  .gallery_list {
    overflow: hidden;
  }

  .gallery_img {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
  }

  .gallery_img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .gallery_cap {
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    text-align: center;
  }

  .gallery_list_wrap .swiper-button-prev,
  .gallery_list_wrap .swiper-button-next {
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    cursor: pointer;
    z-index: 1;
  }

  .gallery_list_wrap .swiper-button-prev {
    left: -10px;
  }

  .gallery_list_wrap .swiper-button-next {
    right: -10px;
  }

  /* =====================
    event
  ===================== */

  #event {
    padding: 30px 0 50px;
    background: var(--color-orange-sub);
    transition: .3s;
  }

  #event._general,
  #event._general .tab_btn {
    background: var(--color-orange-sub);
  }

  #event._medical,
  #event._medical .tab_btn {
    background: var(--color-blue-sub);
  }
  
  .tab_btn {
    padding-top: 15px;
    position: sticky;
    top: 0;
    z-index: 998;
    background: var(--color-orange-sub);
    border-bottom: 4px solid var(--color-orange);
    transition: .3s;
  }

  #event._general .tab_btn {
    border-color: var(--color-orange);
  }

  #event._medical .tab_btn {
    border-color: var(--color-blue);
  }

  .tab_btn ul {
    justify-content: center;
    gap: 0 5px;
  }

  .tab_btn ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 70px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
  }

  .tab_btn ul li[data-tab="general"] {
    background: var(--color-orange);
  }

  .tab_btn ul li[data-tab="medical"] {
    background: var(--color-blue);
  }

  .tab_btn ul li span {
    display: block;
  }

  .tab_btn ul li .for {
    width: 100px;
    border-radius: 50px;
    background: #fff;
    font-size: 11px;
    padding: 1px 0 2px;
    position: absolute;
    top: 23px;
  }

  .tab_btn ul li[data-tab="general"] .for {
    color: var(--color-orange);
  }

  .tab_btn ul li[data-tab="medical"] .for {
    color: var(--color-blue);
  }

  .tab_container {
    background: #fff;
  }

  .tab_cont {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab_cont.active {
    display: block;
  }

  /*  feature
  ------------------------*/
  
  .feature_ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .feature .text {
    line-height: 1.75;
  }

  /*  member
  ------------------------*/

  .member_list {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .member_list::after {
    content: '';
    width: 30%;
  }

  .member_item {
    width: 30%;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .member_item.empty {
    display: none;
  }

  .member_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 3px;
  }

  .member_img::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 4px 0 0 0;
    background: rgba(0, 0, 0, 0.65) url(../images/icon_zoom.svg) no-repeat top 5px center;
    background-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  .member_img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .member_name {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }

  .member_item .text {
    display: none;
  }

  .modal {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  .modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .modal_content {
    width: 92%;
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    position: relative;
  }

  .modal_close {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/icon_close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .modal_body {
    display: block;
  }

  .modal .member_img {
    width: 150px;
    height: 150px;
    padding-bottom: 0;
    margin: 0 auto 20px;
  }

  .modal .member_img::before {
    display: none;
  }

  .modal .member_name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 12px;
    text-align: center;
  }

  .modal .text {
    font-weight: 500;
    font-size: 13px;
    color: #707070;
    max-height: 50vh;
    overflow-y: auto;
  }

  .member .btn {
    margin-top: 10px;
  }

  /* =====================
    booth
  ===================== */

  .booth {
    margin-bottom: 0;
  }
  
  .booth_item {
    display: block;
    margin-bottom: 20px;
  }

  .booth_item:last-of-type {
    margin-bottom: 0;
  }

  .booth_img {
    margin-bottom: 5px;
  }

  .booth_text {
    line-height: 1.6;
  }

  .booth_time {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2px;
  }

  .booth_ttl {
    font-size: 15px;
    font-weight: 700;
  }

  .booth_com {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    margin-top: 3px;
  }

  /*  pickup
  ------------------------*/
  
  .pickup {
    display: block;
    border: 3px solid #FF6060;
    border-radius: 5px;
    padding: 25px 20px 20px;
    margin: 30px 0 25px;
    position: relative;
  }

  .pickup::before {
    content: 'PICK UP';
    width: 95px;
    height: 26px;
    display: block;
    border-radius: 50px;
    line-height: 24px;
    background: #FF6060;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .pickup_img {
    width: 100px;
    margin: 0 auto 15px;
  }

  .pickup_img img {
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }

  .pickup_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
  }

  .pickup_text .text {
    font-size: 13px;
    line-height: 1.7;
    color: #707070;
  }

  /*  timetable
  ------------------------*/
    
  .timetable_item {
    margin-bottom: 30px;
  }

  .timetable_item:last-of-type {
    margin-bottom: 0;
  }

  .timetable_date {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
  }

  /* =====================
    event general
  ===================== */
  
  #event._general .ttl_bar {
    background: var(--color-orange);
  }
  
  /*  timetable
  ------------------------*/
  
  .general_table {
    width: 100%;
  }

  .general_table th,
  .general_table td {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
  }

  .general_table tr:first-of-type th,
  .general_table tr:first-of-type td {
    border-top: 1px solid #E5E5E5;
  }

  .general_table th {
    width: 65px;
    background: #F4F4F4;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
    vertical-align: top;
    padding: 10px 8px;
  }

  .general_table td {
    width: calc( 100% - 65px );
    line-height: 1.5;
    padding-right: 0;
  }

  .general_td {
    display: block;
  }

  .general_td .td_img {
    margin-bottom: 5px;
  }

  .general_td .td_ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .general_td dl {
    line-height: 1.4; 
  }

  .general_td dl dt {
    font-size: 11px;
    margin-right: 10px;
  }

  .general_td dl dd {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .general_td dl dd:last-child {
    margin-bottom: 0;
  }

  /* =====================
    event medical
  ===================== */
   
  #event._medical .ttl_bar {
    background: var(--color-blue);
  }

  /*  medical_table
  ------------------------*/

  .table_container {
    position: relative;
    max-width: 100%;
  }

  .table_wrapper {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .table_wrapper::-webkit-scrollbar {
    display: none;
  }

  .medical_table {
    width: 100%;
    table-layout: fixed;
  }

  .medical_table thead th,
  .medical_table tbody td {
    border-right: 3px solid #fff;
  }

  .medical_table thead th {
    width: 200px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    padding: 12px;
  }

  .medical_table thead th:nth-of-type(1) {
    width: 65px;
    border-right: none;
    background: #fff;
  }

  .medical_table thead th:nth-of-type(2) {
    background: var(--color-pink);
  }

  .medical_table thead th:nth-of-type(3) {
    background: #5AB531;
  }

  .medical_table thead th:nth-of-type(4) {
    background: #9B64A6;
  }

  .medical_table thead th:nth-of-type(5) {
    background: #DFC31B;
  }

  .medical_table tbody th,
  .medical_table tbody td {
    padding: 10px;
    border-bottom: 3px solid #fff;
  }

  .medical_table tbody tr:last-of-type th,
  .medical_table tbody tr:last-of-type td {
    border-bottom: none;
  }

  .medical_table thead th:nth-of-type(1),
  .medical_table tbody th {
    position: sticky;
    left: -0.5px;
    z-index: 2;
  }

  .medical_table tbody th {
    background: var(--color-black);
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    padding: 10px 8px;
  }

  .medical_table tbody td {
    background: #F4F4F4;
    line-height: 1.6;
  }  

  .medical_table .td_ttl {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .medical_table .text {
    font-size: 13px;
  }

  .medical_table .td_sub {
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 2px;
  }

  .medical_table .td_name {
    font-size: 12px;
  }

  .custom_scrollbar {
    height: 14px;
    background: #EBF9FF;
    cursor: pointer;
    position: relative;
  }

  .custom_scrollbar_thumb {
    width: 200px;
    height: 10px;
    background: var(--color-blue);
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .scroll_msg {
    width: 120px;
    height: 78px;
    position: absolute;
    background: url(../images/scroll.svg) no-repeat center;
    background-size: contain;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
  }

  /* =====================
    sponsor
  ===================== */
  
  .sponsor_list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .sponsor_list:last-of-type {
    margin-bottom: 0;
  }

  .sponsor_logo {
    width: 100%;
    height: 0;
    padding-bottom: 30.77%;
    position: relative;
    margin-bottom: 5px;
  }

  .sponsor_logo img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sponsor_name {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }

  /*  type_a
  ------------------------*/
  
  .sponsor_list.type_a {
    display: block;
  }

  .sponsor_list.type_a .sponsor_item {
    max-width: 400px;
    margin: 0 auto 15px;
  }

  .sponsor_list.type_a .sponsor_item:last-of-type {
    margin-bottom: 0;
  }

  .sponsor_list.type_a .sponsor_name {
    font-size: 14px;
    text-align: left;
    margin-bottom: 2px;
  }

  .sponsor_item .text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
  }

  .sponsor_link {
    font-size: 11px;
    margin-top: 3px;
    font-weight: 500;
  }

  .sponsor_link a {
    color: #999;
    text-decoration: underline;
  }

  /*  type_b
  ------------------------*/

  .sponsor_list.type_b .sponsor_item {
    width: 48%;
    margin-bottom: 10px;
  }

  .sponsor_list.type_b .sponsor_item:nth-last-child(1),
  .sponsor_list.type_b .sponsor_item:nth-last-child(2):nth-child(2n+1) {
    margin-bottom: 0;
  }

  /*  type_c
  ------------------------*/
  
  .sponsor_list.type_c ul {
    display: block;
  }

  .sponsor_list.type_c ul li {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
  }

  .sponsor_list.type_c ul li:last-child {
    margin-bottom: 0;
  }

  /* =====================
    access
  ===================== */
  
  .access_item {
    display: block;
  }

  .access_gmap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 15px;
  }

  .access_gmap iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  #access .text {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
  }

  /* =====================
    contact
  ===================== */
  
  #contact .text {
    font-size: 14px;
  }

  /* =====================
    footer
  ===================== */
  
  #footer {
    background: var(--color-black);
    padding: 25px 0 15px;
  }
 
  #footer .logo {
    width: 160px;
    margin: 0 auto 30px;
  }

  address {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
    color: #fff;
  }

  /* =====================
    page_expo2025osaka
  ===================== */

  #page_expo2025osaka #wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/expo2025osaka/bg.jpg) no-repeat top center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #page_expo2025osaka ._bg1 {
    padding-bottom: 0;
  }

  #page_expo2025osaka ._bg2 {
    padding-top: 0;
  }

  #page_expo2025osaka #header .h_btn {
    background: #236BB5;
  }

  #page_expo2025osaka .ttl_bar,
  #page_expo2025osaka #event .ttl_bar {
    background: #236BB5; 
  }

  #page_expo2025osaka .btn {
    background: var(--color-black);
  }

  #page_expo2025osaka #event {
    background: none;
    padding: 30px 0;
  }

  #page_expo2025osaka .tab_container {
    border-radius: 15px;
  }



}