:root {
  --c-white: #fff;
  --c-black: #000;
  --c-dark: #333;
  --c-yellow: #e8b407;
  --c-orange: #f88f40;
  --c-purple: #c75ae2;
  --c-lightblue: #13a3be;
  --c-blue: #2955ce;
  --c-lightgreen: #8bc8b6;
  --c-green: #157fa0;
  --c-teal: #157fa0;
  --c-grass: #0e8d61;
  --c-water: #96d0c7;
  --f-sans: Noto Sans JP, sans-serif;
  --f-din: din-condensed, sans-serif;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--c-black);
  font-size: 1.6rem;
  font-family: var(--f-sans);
  font-feature-settings: "palt";
  background: #fff;
}

@media (min-width: 767px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    /* font-size: 2.8rem; */
  }
}
.sec {
  padding-block: 2rem;
}
.sec.-lg {
  padding-block: 4rem;
}

@media (max-width: 767px) {
  .sec {
    padding-block: 4rem;
  }
  .sec.-lg {
    padding-block: 4rem;
  }
}
.sec_row {
  display: flex;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
}
.sec_row > * {
  flex: 1;
}
.sec_row > *:not(:last-of-type) {
  position: relative;
}
.sec_row > *:not(:last-of-type)::after {
  /* position: absolute;
  right: -5rem;
  bottom: 0;
  width: 2px;
  height: 83%;
  background: #C90D5C; */
  content: "";
}
.sec_row .container {
  padding-inline: 0;
}

@media (max-width: 767px) {
  .sec_row {
    flex-direction: column;
  }
  .sec_row > *:not(:last-of-type)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
  }
}
.container {
  width: 100%;
  max-width: calc(1166px + 3rem);
  padding-inline: 1.5rem;
  margin-inline: auto;
}
.container.-sm {
  position: relative;
  max-width: calc(1066px + 3rem);
}

@media (max-width: 767px) {
  .container {
    padding-inline: 2rem;
  }
}
.ttl {
  position: relative;
  padding: 0 0 15px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1;
}
.ttl:before {
  content: "";
  width: 240%;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
}
.seminar .ttl:before {
  right: auto;
  left: 0;
}
.ttl_main {
  font-weight: 500;
  font-size: 45px;
  font-family: var(--f-din);
  color: #333;
  line-height: 1;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
.ttl_sub {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .ttl {
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .ttl_main {
    font-size: 3.2rem;
  }
  .ttl_sub {
    font-size: 1.3rem;
  }
}
.header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 9rem;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
}
.header_inner {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 3rem;
  gap: 1rem 1rem;
}
.header_logo {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.header_logo a {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  transition: opacity 0.3s ease;
}
.header-logo {
  width: 34vw;
  display: flex;
  align-items: center;
}
.header-logo img {
  display: block;
}
.header-sns {
  display: flex;
  margin: 0 0 0 20px;
  gap: 20px;
  max-width: 150px;
  padding: 8px 0;
}
.header-logo-j {
  margin: 0 0 0 15px;
}
@media (hover: hover) {
  .header_logo a:hover {
    opacity: 0.6;
  }
}
.header_logo a img:nth-child(1) {
  max-width: 17.8rem;
}
.header_logo a img:nth-child(2) {
  max-width: 11.4rem;
}
.header_nav {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.header_nav_top {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.header_nav_bottom {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.header_nav_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.header_nav_link {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
  display: inline-block;
}
.header_nav_link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0a68a0;
  transition: transform 0.3s ease;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media (hover: hover) {
  .header_nav_link:hover::after {
    transform: scale(1, 1);
  }
}
.header_nav_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.header_nav_btn {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 14rem;
  min-height: 3.3rem;
  border-radius: 100vh;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_btn > span {
  position: relative;
  z-index: 1;
}
.header_nav_btn.-white {
  border: 1px solid #1A92E5;
  background-color: var(--c-white);
  color: #1A92E5;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .header_nav_btn.-white:hover {
    color: var(--c-white);
    background-color: #1A92E5;
  }
}
.header_nav_btn.-green {
  position: relative;
  border: none;
  background: #FFEC00;
  color: #DC000C;
  box-shadow: 0 3px 0 #DC000C;
}
.header_nav_btn.-green > span {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .header_nav_btn.-green:hover::before {
    opacity: 1;
  }
}
.header .idportal_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 17rem;
  min-height: 2.4rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.3rem;
  text-align: center;
  color: var(--c-teal);
  background-color: transparent;
  border: 1px solid var(--c-teal);
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .header .idportal_btn:hover {
    color: var(--c-white);
    background-color: var(--c-teal);
  }
}
.header_nav_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.header_nav_sub a {
  color: var(--c-dark);
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.header_nav_sub a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #157fa0;
  transition: transform 0.3s ease;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media (hover: hover) {
  .header_nav_sub a:hover::after {
    transform: scale(1, 1);
  }
}

@media (max-width: 767px) {
  .header {
    height: 8rem;
  }
  .header_inner {
    padding: 1rem 2rem;
  }
  .header_logo a {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .header_logo a img:nth-child(1) {
    max-width: 15.2rem;
  }
  .header_logo a img:nth-child(2) {
    max-width: 8.4rem;
  }
  .header_nav {
    display: none;
  }
}
.drawer-btn {
  display: none;
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .drawer-btn:hover {
    opacity: 0.6;
  }
}
.drawer-btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.3rem;
  border-radius: 100vh;
  background: #333;
}
.drawer-btn > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 1rem));
  transition: transform 0.3s ease;
}
.drawer-btn > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer-btn > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 1rem));
  transition: transform 0.3s ease;
}
.drawer-btn.js-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-btn.js-open > span:nth-child(2) {
  opacity: 0;
}
.drawer-btn.js-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .drawer-btn {
    display: block;
  }
}
.drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  padding-top: 8rem;
}
.drawer-nav_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  transform: translateX(100%);
  overflow: scroll;
  overflow: auto;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 4rem 2rem;
  background-color: var(--c-white);
  transition: transform 0.3s ease;
  row-gap: 3rem;
}
.drawer-nav_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 28.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-inline: auto;
}
.drawer-nav_btn {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 14rem;
  min-height: 3.3rem;
  border-radius: 100vh;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.drawer-nav_btn.-white {
  border: 1px solid #1A92E5;
  background-color: var(--c-white);
  color: #1A92E5;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .drawer-nav_btn.-white:hover {
    color: var(--c-white);
    background-color: #15a092;
  }
}
.drawer-nav_btn.-green {
  position: relative;
  border: none;
  background: #FFEC00;
  color: #DC000C;
  box-shadow: 0 3px 0 #DC000C;
}
.drawer-nav_btn.-green::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background: #C90D5C;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.drawer-nav_btn.-green > span {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .drawer-nav_btn.-green:hover::before {
    opacity: 1;
  }
}
.drawer-nav_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.drawer-nav_item {
  line-height: 1;
}
.drawer-nav_link {
  color: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .drawer-nav_link:hover {
    opacity: 0.6;
  }
}
.drawer-nav_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.drawer-nav_sub li {
  line-height: 1;
}
.drawer-nav_sub a {
  color: var(--c-dark);
  font-size: 1.3rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .drawer-nav_sub a:hover {
    opacity: 0.6;
  }
}
.drawer-nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.drawer-nav.js-open {
  visibility: visible;
}
.drawer-nav.js-open .drawer-nav_inner {
  transform: translateX(0);
}
.drawer-nav.js-open .drawer-nav_bg {
  opacity: 1;
}
.mv {
  position: relative;
  padding: 0;
  /* background: url(/image/fmiexpo2025//top/kv-bg-pc.png) no-repeat top/contain; */
}
.mv_inner {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  margin-bottom: 2rem;
}
.mv_right_ttl {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.mv_right_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #C90D5C;
}
.mv_right_ttl .ttl_main {
  font-size: 4.2rem;
}
.mv_right_ttl .ttl_sub {
  font-size: 1.1rem;
}
.mv_right_banner {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .mv_right_banner:hover {
    opacity: 0.6;
  }
}
.mv_btn_wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  padding: 10px 0;
  left: 0;
  top: 50%;
  z-index: 99;
  /* background: rgb(255 255 255 / 60%); */
}
.mv_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 29rem;
  min-height: 5rem;
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 20px 6px;
  line-height: 1.8;
  letter-spacing: 5px;
  box-shadow: 0px 1px 10px #b8b8b8;
  background: #C90D5C;
  color: var(--c-white);
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
  writing-mode: vertical-rl;
}
.mv_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background: #C90D5C;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.mv_btn > span {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .mv_btn:hover::before {
    opacity: 1;
  }
}
.mv_btn_remarks {
  color: var(--c-dark);
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
}
.mv_right {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

@media (max-width: 767px) {
  .mv {
    padding: 0;
    background: url(/image/fmiexpo2025//top/kv-bg-sp.png) no-repeat top / 100%;
  }
  .mv_inner {
    flex-direction: column;
    row-gap: 2rem;
  }
  .mv_left {
    position: relative;
  }
  .mv_btn_wrap {
    top: auto;
    bottom: 0;
    padding: 0;
    width: 100%;
    align-items: flex-start;
  }
  .mv_btn {
    width: calc(100% - 70px);
    max-width: 100%;
    border-radius: 4px;
    writing-mode: inherit;
    letter-spacing: normal;
    padding: 10px;
    margin: 0 0 10px 10px;
  }
  .mv_btn_remarks {
    font-size: 1.1rem;
    text-align: center;
  }
  .mv_right {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .mv_right_ttl {
    margin-bottom: 0.5rem;
  }
  .mv_right_ttl .ttl_main {
    font-size: 3.2rem;
  }
  .mv_right_ttl .ttl_sub {
    font-size: 1.3rem;
  }
  .mv_right_banner {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 767px) and (hover: hover) {
  .mv_right_banner:hover {
    opacity: 0.6;
  }
}
.news_box {
  border-radius: 0.8rem;
  background-color: #F5F5F5;
  padding-block: 2rem;
}
.news_inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
.news_ttl {
  color: #333;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: nowrap;
}
.news_list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.news_list_link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .news_list_link:hover {
    opacity: 0.6;
  }
}
.news_list_date,
.news_list_ttl {
  font-weight: 400;
  font-size: 1.6rem;
}
.news_list_date {
  min-width: 12rem;
}
.news_list_ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
  .news_inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2rem;
  }
  .news_list_link {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.5rem;
  }
  .news_list_date,
  .news_list_ttl {
    font-size: 1.4rem;
  }
}
.more-link_wrap {
  text-align: right;
}
.more-link {
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  color: #333;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  transition: opacity 0.3s ease;
}
.more-link::before,
.more-link::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.more-link::before{
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.more-link::after{
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1A92E5;
  border-right: 1px solid #1A92E5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-link > span {
  text-decoration: underline;
}
@media (hover: hover) {
  .more-link:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .more-link_wrap {
    text-align: center;
  }
}
.recommend_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  row-gap: 1rem;
}
.recommend_link {
  position: relative;
  display: flex;
  align-items: center;
  height: 15rem;
  padding: 45px 1.5rem 1.5rem 1.5rem;
  border-radius: 0.4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: var(--c-white);
  color: inherit;
  text-decoration: none;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  overflow: hidden;

}
@media (hover: hover) {
  .recommend_link:hover .recommend_link_img img {
    transform: scale(1.1);
  }
}
.recommend_link_img {
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  max-width: 16rem;
  height: auto;
  border-radius: 0.4rem;
  aspect-ratio: 16/9;
}
.recommend_link_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.recommend_link_body {
  flex-grow: 1;
}
.recommend_link_ttl {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recommend_link_subttl {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 4px 10px;
}
.recommend_link_subttl.ex-color-01 {
  color: #000;
  background: #FCD31E;
}
.recommend_link_subttl.ex-color-02 {
  color: #fff;
  background: #399327;
}
.recommend_link_subttl.ex-color-03 {
  color: #fff;
  background: #d44a8b;
}
.recommend_link_subttl.ex-color-04 {
  color: #fff;
  background: #b58b32;
}
.recommend_link_subttl.ex-color-05 {
  color: #fff;
  background: #00adc5;
}
.recommend_link_txt {
  display: none;
}

@media (max-width: 767px) {
  .recommend_list {
    margin-bottom: 4rem;
  }
  .recommend_link {
    flex-direction: column;
    height: auto;
    padding: 45px 2rem 2rem 2rem;
    row-gap: 2rem;
  }
  .recommend_link_img {
    max-width: 22.4rem;
    margin-inline: auto;
  }
  .recommend_link_body {
    flex-grow: 1;
  }
  .recommend_link_ttl {
    /* display: none; */
  }
  .recommend_link_subttl {
    color: var(--c-black);
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
  }
  .recommend_link_txt {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.seminar_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  row-gap: 1rem;
}
.seminar_link {
  position: relative;
  height: 15rem;
  padding: 45px 1.5rem 1.5rem 1.5rem;
  border: none;
  overflow: hidden;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: var(--c-white);
  color: inherit;
  text-decoration: none;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.seminar_link.list-item-cat-m {
  border-color: #ff8c00;
}
.seminar_link.list-item-cat-a {
  border-color: #5f9ea0;
}
.seminar_link.list-item-cat-b {
  border-color: #585099;
}
.seminar_link.list-item-cat-c {
  border-color: #01B4EC;
}
.seminar_link.list-item-cat-w {
  border-color: #ff99a8;
}
.seminar_link.list-item-cat-g {
  border-color: #ee8981;
}
@media (hover: hover) {
  .seminar_link:hover .seminar_link_img img {
    transform: scale(1.1);
  }
}
.seminar_link_sp-ttl {
  display: none;
}
.seminar_link_img {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 16rem;
  height: auto;
  border-radius: 0.4rem;
  aspect-ratio: 16/9;
}
.seminar_link_img > span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0.2rem 0.6rem;
  background-color: var(--c-yellow);
  color: var(--c-white);
  font-size: 1.3rem;
}
.seminar_link.list-item-cat-m .seminar_link_img > span {
  background-color: #ff8c00;
}
.seminar_link.list-item-cat-a .seminar_link_img > span {
  background-color: #5f9ea0;
}
.seminar_link.list-item-cat-b .seminar_link_img > span {
  background-color: #585099;
}
.seminar_link.list-item-cat-c .seminar_link_img > span {
  background-color: #01B4EC;
}
.seminar_link.list-item-cat-w .seminar_link_img > span {
  background-color: #ff99a8;
}
.seminar_link.list-item-cat-g .seminar_link_img > span {
  background-color: #ee8981;
}
.seminar_link_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.seminar_link_body {
  flex-grow: 1;
}
.seminar_link_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.seminar_link_date {
  font-size: 1.3rem;
}
.seminar_link_cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  background-color: var(--c-yellow);
  color: var(--c-white);
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 4px 10px;
}
.seminar_link.list-item-cat-m .seminar_link_cat {
  background-color: #ff8c00;
}
.seminar_link.list-item-cat-a .seminar_link_cat {
  background-color: #5f9ea0;
}
.seminar_link.list-item-cat-b .seminar_link_cat {
  background-color: #585099;
}
.seminar_link.list-item-cat-c .seminar_link_cat {
  background-color: #01B4EC;
}
.seminar_link.list-item-cat-w .seminar_link_cat {
  background-color: #ff99a8;
}
.seminar_link.list-item-cat-g .seminar_link_cat {
  background-color: #ee8981;
}
.seminar_link_ttl {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.seminar_link_txt {
  font-size: 1.3rem;
  line-height: 1.5;
}
.seminar_link.cat-w {
  border-color: var(--c-purple);
}
.seminar_link.cat-w .seminar_link_sp-ttl,
.seminar_link.cat-w .seminar_link_img > span,
.seminar_link.cat-w .seminar_link_cat {
  background-color: var(--c-purple);
}

@media (max-width: 767px) {
  .seminar_list {
    margin-bottom: 4rem;
  }
  .seminar_link {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
  .seminar_link_sp-ttl {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    background-color: var(--c-yellow);
    color: var(--c-white);
    font-size: 1.2rem;
    text-align: center;
  }
  .seminar_link_img {
    max-width: 22.4rem;
  }
  .seminar_link_img > span {
    font-size: 1.8rem;
  }
  .seminar_link_body {
    padding: 1rem 2rem 2rem;
  }
  .seminar_link_meta {
    justify-content: flex-start;
    margin-bottom: 1rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .seminar_link_ttl {
    margin-bottom: 1rem;
  }
}
.recommend-news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3rem;
  margin-bottom: 2.5rem;
}
.recommend-news_card {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border-radius: 0.6rem;
  background-color: #fff;
  /* border: 2px solid #289a95; */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .recommend-news_card:hover .recommend-news_card_img img {
    transform: scale(1.1);
  }
}
.recommend-news_card_img {
  width: 100%;
  height: auto;
  aspect-ratio: 295/166;
  border-radius: 0.4rem;
  overflow: hidden;
}
.recommend-news_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recommend-news_card_date {
  font-weight: 500;
  font-size: 1.3rem;
}
.recommend-news_card_ttl {
  font-weight: 700;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .recommend-news_list {
    grid-template-columns: unset;
  }
}
.event {
  position: relative;
  /* background: url(/image/fmiexpo2025/events/event_bg.jpg) no-repeat center/cover; */
}
.event::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 50%;
  /* background: url(/image/fmiexpo2025/events/event_bg.jpg) no-repeat; */
  background-size: 100% auto;
  background-position: left;
  left: 0;
}
.event_list {
  display: flex;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.event_item {
  position: relative;
  flex: 1;
  padding: 6.4rem 2.5rem 1.4rem 2.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: var(--c-white);
  border-radius: 6px;
  overflow: hidden;
}
.event_item_ttl {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  top: 0;
  left: 0;
  text-align: center;
}
.ev-real .event_item_ttl {
  background: #83B40F;
}
.ev-online .event_item_ttl {
  background: #83B40F;
}
.event_item_dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.event_item_dl dt {
  width: 80px;
  text-align: center;
  padding: 0.15rem 1.1rem;
  color: var(--c-white);
  font-weight: 700;
  font-size: 1.8rem;
}
.ev-real .event_item_dl dt {
  background: #83B40F;
}
.ev-online .event_item_dl dt {
  background: #83B40F;
}
.event_item_dl dd {
  display: flex;
  font-size: 1.8rem;
  width: calc(100% - 110px);
  align-items: center;
  gap: 8px;
}
.event_item_dl dd:not(:last-of-type) {
  /* margin-bottom: 1.4rem; */
}
.event_item_dl dd small {
  display: block;
  font-size: 1.2rem;
}
.event_item_dl dd a {
  color: #0a68a0;
  border-bottom: 1px solid #0a68a0;
}
.event_sponsor {
  text-align: center;
}
.event_sponsor_ttl {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
.event_sponsor_txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

@media (max-width: 767px) {
  .event_list {
    flex-direction: column;
    row-gap: 3rem;
  }
  .event_item_ttl {
    font-size: 1.8rem;
  }
  .event_item_dl {
    gap: 10px 30px;
  }
  .event_item_dl dd {
    width: 100%;
    flex-wrap: wrap;
  }
  .event_item_dl dt,
  .event_item_dl dd {
    font-size: 1.6rem;
  }
  .event_item_dl dt {
    padding: 0 1rem;
  }
  .event_sponsor_ttl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .event_sponsor_txt {
    font-size: 1.6rem;
  }
  .recommend-news .container.-sm,
  .event .container.-sm {
    padding: 0;
  }
}
.banner_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.banner_link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  transition: opacity 0.3s ease;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media (hover: hover) {
  .banner_link:hover {
    opacity: 0.6;
  }
}
.banner_link_bg {
  width: 100%;
  height: auto;
  aspect-ratio: 526/126;
}
.banner_link_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner_link_ttl {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 10;
  color: var(--c-white);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.banner_link_ttl::after {
  display: inline-block;
  width: 0.7rem;
  height: auto;
  background: url(/image/fmiexpo2025/events/arrow_white.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 7/12;
}
.banner_link_lead {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 3.3rem;
  bottom: 4.5rem;
  z-index: 10;
  color: var(--c-white);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (max-width: 1366px) {
}
@media (max-width: 767px) {
  .banner {
    padding-bottom: 1rem;
  }
  .banner_list {
    grid-template-columns: unset;
  }
  .banner_link_bg {
    aspect-ratio: 335/126;
  }
  .banner_link_ttl {
    right: 1rem;
    bottom: 1rem;
    font-size: 1.8rem;
  }
  .banner_link_lead {
    right: 2.6rem;
    bottom: 4rem;
    font-size: 1.2rem;
  }
}
/* .pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 2rem;
  z-index: 900;
  left: calc(100% - 8.3rem);
  width: 100%;
  max-width: 6.3rem;
  height: auto;
  border-radius: 50%;
  background-color: var(--c-teal);
  transition: opacity 0.3s ease;
  aspect-ratio: 1/1;
  filter: drop-shadow(0px 3px 10px rgba(0, 85, 98, 0.15));
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .pagetop {
    left: calc(100% - 6.5rem);
    max-width: 4.5rem;
  }
  .pagetop img {
    width: 1.8rem;
  }
} */
.fixed-banner {
  position: fixed;
  top: 10rem;
  right: 0;
}
.fixed-banner a {
  display: block;
  max-width: 22.5rem;
  border-radius: 1rem 0px 0px 1rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .fixed-banner a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .fixed-banner {
    top: 8.5rem;
  }
  .fixed-banner a {
    max-width: 7rem;
  }
}
.footer {
  background-color: var(--c-dark);
  color: var(--c-white);
}
.footer_inner {
  display: flex;
  padding-top: 4rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}
.footer_nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 2.5rem;
}
.footer_nav_item.-underline {
  padding-bottom: 2.5rem;
  border-bottom: solid 1px var(--c-white);
}
.footer_nav_link {
  display: flex;
  align-items: center;
  color: var(--c-white);
  font-size: 1.8rem;
  text-decoration: none;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  transition: opacity 0.3s ease;
}
.footer_nav_link[target="_blank"]::after {
  display: inline-block;
  width: 1.3333333333em;
  height: auto;
  background: url(/image/fmiexpo2025/events/icon_blank.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .footer_nav_link:hover {
    opacity: 0.6;
  }
}
.footer_bottom {
  /* display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-block: 2rem; */
  padding: 50px 0 30px;
}
.footer_bottom_link {
  text-align: right;
}
.footer_bottom_link a {
  color: var(--c-white);
  font-size: 1.2rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer_bottom_link a:hover {
    opacity: 0.6;
  }
}
.copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    margin-bottom: 8rem;
    padding-top: 5rem;
    row-gap: 3rem;
  }
  .footer_nav {
    row-gap: 3rem;
  }
  .footer_nav_item.-underline {
    padding-bottom: 3rem;
  }
  .footer_nav_link {
    font-size: 1.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .footer_nav_link[target="_blank"]::after {
    max-width: 2rem;
  }
  .footer_nav_link img {
    max-width: 2.4rem;
  }
  .footer_bottom {
    grid-template-columns: unset;
    padding-block: 1rem;
  }
  .footer_bottom_link {
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
}
.comingsoon-bnr {
  position: relative;
}
.comingsoon-bnr a {
  pointer-events: none;
}
.comingsoon-bnr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 11;
  border-radius: 6px;
}
.comingsoon-bnr::after {
  content: "Coming Soon…";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 11;
  border-radius: 6px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 140%;
  top: 0;
}
.top-tab {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.tab-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.tab-list {
  display: flex;
  justify-content: space-between;
}
.tab-item {
  width: 25%;
  padding: 20px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
}
.tab-item:first-child {
  /* background-color: rgba(252, 211, 30, 0.15); */
  background-color: #FCD31E;
  color: #000;
}
.tab-item:nth-child(2) {
  /* background-color: rgba(50, 163, 167, 0.15); */
  background-color: #32A3A7;
  color: #fff;
}
.tab-item:nth-child(3) {
  /* background-color: rgba(88, 80, 153, 0.15); */
  background-color: #585099;
  color: #fff;
}
.tab-item:last-child {
  /* background-color: rgba(1, 180, 236, 0.15); */
  background-color: #01B4EC;
  color: #fff;
}
.tab-item:hover {
  opacity: 0.5;
}
.panel-list {
  background-color: #fff;
}
.panel-item {
  display: none;
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .tab-item {
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
  }
  .panel-item {
    padding: 30px 15px;
  }
  .pnl-ttl {
    font-size: 25px;
  }
  .pnl-txt {
    font-size: 14px;
  }
  .pnl-list-item {
    width: 100%;
    justify-content: flex-start;
  }
  .pnl-list-item-ttl {
    text-align: left;
  }
  .pnl-list-item02 {
    width: 100%;
  }
}
.top-tab {
  max-width: 1230px;
  margin: 60px auto;
  padding: 0 15px;
}
.tab-list {
  display: flex;
  justify-content: space-between;
}
.tab-item {
  display: flex;
  width: 25%;
  padding: 20px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
  justify-content: center;
  align-items: center;
}
.tab-item:first-child {
  background-color: #FCD31E;
  color: #000;
}
.tab-item:nth-child(2) {
  background-color: #399327;
  color: #fff;
}
.tab-item:nth-child(3) {
  background-color: #d44a8b;
  color: #fff;
}
.tab-item:nth-child(4) {
  background-color: #b58b32;
  color: #fff;
}
.tab-item:last-child {
  background-color: #00adc5;
  color: #fff;
}
.tab-item:hover {
  opacity: 0.5;
}
.tab-item:first-child {
  color: #000;
  background-color: #FCD31E;
}
.tab-item:nth-child(2) {
  color: #fff;
  background-color: #399327;
}
.tab-item:nth-child(3) {
  color: #fff;
  background-color: #d44a8b;
}
.tab-item:nth-child(4) {
  color: #fff;
  background-color: #b58b32;
}
.tab-item:last-child {
  color: #fff;
  background-color: #00adc5;
}
.panel-list {
  background-color: #fff;
}
.panel-item {
  position: relative;
  /* display: none; */
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
.panel-item:first-child {
  border: 25px solid #FCD31E;
}
.panel-item:nth-child(2) {
  border: 25px solid #399327;
}
.panel-item:nth-child(3) {
  border: 25px solid #d44a8b;
}
.panel-item:nth-child(4) {
  border: 25px solid #b58b32;
}
.panel-item:last-child {
  border: 25px solid #00adc5;
}
.top-tab .pnl-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  max-width: 560px;
  margin: 30px auto 15px;
  color: #0092e5;
}
.top-tab .pnl-ttl::before,
.top-tab .pnl-ttl::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #0092e5;
}
.top-tab .pnl-ttl::before {
  margin-right: 30px;
  transform: rotate(35deg);
}
.top-tab .pnl-ttl::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
.pnl-lead {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.pnl-linkbtn-btn {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #08AEEA;
  background-image: linear-gradient(225deg, #0c9aeb 50%, #13c6b4 100%);
  border-radius: 999px;
  width: 30vw;
  height: 4.375vw;
  font-size: 1.4vw;
  font-weight: bold;
  color: #fff;
  box-shadow: 0.3vw 0.3vw 1vw rgba(0, 0, 0, 0.16);
}
.panel02 .pnl-lead {
  color: #fff;
}
.panel03 .pnl-lead {
  color: #fff;
}
.panel04 .pnl-lead {
  color: #fff;
}
.panel05 .pnl-lead {
  color: #fff;
}
.pnl-title-ol {
  position: relative;
  text-align: center;
  padding: 0 120px 0;
}
.pnl-title-logo {
  position: absolute;
  max-width: 100px;
  right: 0;
  top: 50%;
  margin: -50px 0 0 0;
}
.pnl-title-ttl {
  max-width: 600px;
  margin: 0 auto 15px;
}
.pnl-title-lead {
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid;
}
.panel02 .pnl-title-lead {
  border-color: #dd73a4;
  color: #dd73a4;
}
.panel03 .pnl-title-lead {
  border-color: #b58b32;
  color: #b58b32;
}
.panel04 .pnl-title-lead {
  border-color: #00adc5;
  color: #00adc5;
}
.panel05 .pnl-title-lead {
  border-color: #399327;
  color: #399327;
}
.pnl-cont {
  max-width: 960px;
  margin: 30px auto 0;
}
.pnl-image-list {
  display: flex;
  margin: 30px 0 0 0;
}
.ex-intro {
  margin: 30px auto 0;
}
.ex-intro-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.ex-intro-txt {
  max-width: 700px;
  margin: 15px auto 0;
}
.ex-intro-image {
  display: flex;
  max-width: 600px;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.panel02 .ex-intro-ttl {
  color: #d44a8b;
}
.panel03 .ex-intro-ttl {
  color: #b58b32;
}
.panel04 .ex-intro-ttl {
  color: #00adc5;
}
.panel05 .ex-intro-ttl {
  color: #399327;
}
.pnl-list-item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  max-width: 560px;
  margin: 30px auto 15px;
  color: #0092e5;
}
.pnl-list-item-ttl::before,
.pnl-list-item-ttl::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #0092e5;
}
.pnl-list-item-ttl::before {
  margin-right: 30px;
  transform: rotate(35deg);
}
.pnl-list-item-ttl::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
.pnl-list-item-txt {
  max-width: 700px;
  margin: 15px auto 0;
}
.pnl-link-btn {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #08AEEA;
  background-image: linear-gradient(225deg, #0c9aeb 50%, #13c6b4 100%);
  border-radius: 999px;
  width: 30vw;
  max-width: 460px;
  height: 4.375vw;
  max-height: 70px;
  font-size: 1.4vw;
  font-weight: bold;
  color: #fff;
  box-shadow: 0.3vw 0.3vw 1vw rgba(0, 0, 0, 0.16);
}
.pnl-link {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.pnl-set {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin: 0 0 30px 0;
}
.pnl-set-lead {
  color: #399327;
  font-size: 20px;
  font-weight: bold;
}
.pnl-set-logo {
  width: 320px;
}
.panel05 .pnl-item {
  max-width: 900px;
  margin: 0 auto;
}
.pnl-link-btn img {
  width: 20px;
  padding: 0 0 0 5px;
}
.tab-int {

}
.tab-int-link {
  display: block;
  margin: 0 auto;
  padding: 30px;
  background: #bad6ffd6;
  border-radius: 4px;
}
.tab-int-link:hover {
  
}
.tab-int-ttl {
  font-size: 32px;
  font-weight: bold;
  color: #35498F;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.tab-int-txt {
  background: #1d6cb7;
  max-width: 840px;
  font-weight: bold;
  color: #e3e7ec;
  padding: 6px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 20px;
  max-width: 850px;
}
.tab-int-item-ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #46507b;
  color: #35498F;
  padding: 0 0 5px 0;
}
.tab-int-ol {
  display: flex;
  gap: 30px;
  margin: 20px auto 0;
  max-width: 850px;
}
.tab-int-item {}
.int-clm-01 {}
.int-clm-02 {
  width: 240px;
}
.tab-int-item-txt {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.tab-int-item-spr {
  background: #ffffff69;
  padding: 10px;
  font-weight: bold;
}
.tab-int-item-btn {
  display: flex;
  width: 100%;
  height: 37px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #1d6cb7;
  border-radius: 40px;
  margin: 15px 0 0 0;
}
.kv-detail {
  padding: 0 15px;
  margin: 40px auto;
  max-width: 1000px;
}
.inr_mv_btn_wrap {
  position: fixed;
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  bottom: 0;
  background: #ffffffc7;
  z-index: 1;
}
.header-logo > a img {
  width: 100%;
  max-width: 260px;
}
.about-item-img {
  margin: 30px 0 0 0;
}
.about-item {
  max-width: 960px;
  margin: 30px auto 0;
}
.about-item-img {
  margin: 30px 0 0 0;
}
.about-key {
  max-width: 960px;
  margin: 30px auto 0;
}
.pnl-subttl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #bababa;
  color: #0092e5;
}
.pnl-subttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #0092e5;
  bottom: -1px;
  width: 48px;
}
.about-key-name {
  margin: 0 0 30px 0;
  padding: 15px;
  line-height: 1.8;
  font-feature-settings: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 980px) {
  .header-logo {
      width: 34.6vw;
  }
}
@media screen and (max-width: 767px) {
  .inr_mv_btn_wrap {
      padding: 5px 50px 5px 0;
  }
  .inr_mv_btn {
    font-size: 18px;
  }
  .header-logo {
    width: 75.1vw;
  }
  .kv-detail {
    margin: 40px auto 0;
  }
  .top-tab {
    margin: 60px auto;
  }
  .top-tab-ex {
    position: relative;
  }
  .tab-list {
    position: absolute;
    width: 100%;
    top: -60px;
    left: 0;
    overflow-x: scroll;
    gap: 15px;
  }
  .tab-item {
    width: auto;
    min-width: 200px;
    padding: 15px 20px;
    border-radius: 6px;
  }
  .pnl-lead {
    position: initial;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 10px;
    text-align: left;
  }
  .panel-item {
    padding: 15px;
  }
  .top-tab .pnl-ttl {
    margin: 0 auto 15px;
  }
  .panel-item:first-child {
    border: 10px solid #FCD31E;
  }
  .panel-item:nth-child(2) {
    border: 10px solid #399327;
  }
  .panel-item:nth-child(3) {
    border: 10px solid #d44a8b;
  }
  .panel-item:nth-child(4) {
    border: 10px solid #b58b32;
  }
  .panel-item:last-child {
    border: 10px solid #00adc5;
  }
  .panel02 .pnl-lead {
    color: #d44a8b;;
  }
  .panel03 .pnl-lead {
    color: #b58b32;
  }
  .panel04 .pnl-lead {
    color: #00adc5;
  }
  .panel05 .pnl-lead {
    color: #399327;
  }
  .pnl-title-ol {
    padding: 95px 0 0 0;
    margin: 15px 0 0 0;
  }
  .pnl-title-logo {
    max-width: 90px;
    right: initial;
    left: 50%;
    top: -10px;
    margin: 0 0 0 -45px;
  }
  .pnl-title-lead {
    font-size: 5vw;
  }
  .about-key-name {
    font-size: 15px;
    padding: 10px 0 10px 10px;
  }
}