@charset "UTF-8";

/* 汎用パーツ */

.title {
  color: #fff;
  margin-bottom: 30px;
}

.title span.eng {
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.title span:not(.eng) {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  text-shadow: none;
}

.container {
  padding: 70px 0;
}

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

.font_bold {
  font-weight: bold;
}

.rectangle_btn {
  color: #fff;
  background: #192B4D;
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 30px;
  position: absolute;
  bottom: -30px;
  width: 85%;
  max-width: 1020px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
  transition: all 400ms ease;
  z-index: 50;
}

.rectangle_btn:hover {
  opacity: 1;
  background: #1e4a9f;
  box-shadow: 0px 0px 24px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 1140px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 900px) {
  .title span.eng {
    font-size: 40px;
  }

}

@media screen and (max-width: 768px) {
  .title span.eng {
    font-size: 35px;
  }

}

@media screen and (max-width: 480px) {
  .title span.eng {
    font-size: 30px;
  }

  .rectangle_btn {
    font-size: 16px;
  }
}


/*============================
#mv
============================*/

#mv {
  background: rgb(228, 49, 140);
  background: -moz-linear-gradient(135deg, rgba(228, 49, 140, 1) 0%, rgba(226, 217, 37, 1) 40%, rgba(0, 167, 232, 1) 100%);
  background: linear-gradient(135deg, rgba(228, 49, 140, 1) 0%, rgba(226, 217, 37, 1) 40%, rgba(0, 167, 232, 1) 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

#mv:before {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#mv .mv_visual {
  background: url(../../../ja/images/mv_bg.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#mv .mv_visual .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  /* padding-bottom: 120px; */
  padding-left: 0px !important;
  padding-right: 50px !important;
  padding-bottom: 60px;
}

/*
#mv h1 {
  width: calc(100% - 420px);
}
*/
#mv .mv_fade {
  width: calc(100% - 420px);
}

#mv .mv_fade .slick-dots {
  margin-bottom: 10px;
  margin-top: -10px;
}

@media screen and (max-width: 640px) {
  #mv .mv_fade .slick-dots {
    margin-top: -15px;
  }
}

@media screen and (max-width: 500px) {
  #mv .mv_fade .slick-dots {
    margin-top: -5px;
  }
}

#mv .mv_fade .slick-dots li {
  width: 17px !important;
  height: 17px !important;
  margin: 0 5px !important;
}

#mv .mv_fade .slick-dots li button {
  width: 17px !important;
  height: 17px !important;
  text-indent: 0;
  line-height: 1;
  border-radius: 50px;
  color: rgba(0, 167, 232);
  background: rgba(0, 167, 232, 1);
}

#mv .mv_fade .slick-dots li button[aria-selected="true"] {
  color: rgba(232, 75, 150);
  background: rgba(232, 75, 150, 1);

}

#mv .mv_fade .slick-dots li button:before {
  display: none;
}

#mv h1 img {}

#mv .mv_txt_content {
  width: 400px;
}

#mv .mv_data_content {}

#mv .mv_data_content .mv_period {
  border: 1px solid;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  margin-top: 8px;
}

#mv .mv_data_content .mv_data {
  /* margin-top: 8px; */
}

#mv .mv_data_content .mv_data img {}

#mv .mv_data_content .mv_time {
  width: 48%;
  margin: auto;
  margin-top: 10px;
}

#mv .mv_data_content .mv_time img {}

#mv .mv_regist_content {
  background: #0d2b7c40;
  border-radius: 5px;
  padding: 30px;
  color: #fff;
  position: relative;
  margin-top: 65px;
}

.en #mv .mv_regist_content {
  margin-top: 45px;
}

#mv .mv_regist_content h4 {
  line-height: 1.1;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  text-align: center;
}

.en #mv .mv_regist_content h4 {
  font-size: 38px;
}

#mv .mv_regist_content p {
  font-size: 23px;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  text-align: center;
}

#mv .mv_regist_content .close_text_01 {
  padding-bottom: 0.65em;
}

#mv .mv_regist_content .close_text_02 {
  margin-top: 0.5em;
  font-size: 30px;
  line-height: 1.2;
}

.en #mv .mv_regist_content .close_text_02 {
  font-size: 27px;
}

#mv .mv_regist_content .close_text_02 .days_of_the_week {
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  #mv .mv_regist_content h4 {
    font-size: 40px;
  }

  #mv .mv_regist_content p {
    font-size: 23px;
  }

  #mv .mv_regist_content .close_text_02 {
    font-size: 26px;
  }

}

@media screen and (max-width: 768px) {
  #mv .mv_regist_content h4 {
    font-size: 30px;
  }

  #mv .mv_regist_content p {
    font-size: 20px;
  }

  #mv .mv_regist_content .close_text_02 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  #mv .mv_regist_content h4, .en #mv .mv_regist_content h4 {
    font-size: 25px;
  }

  #mv .mv_regist_content p {
    font-size: 18px;
  }

  .en #mv .mv_regist_content .close_text_02, #mv .mv_regist_content .close_text_02 {
    font-size: 20px;
  }

  #mv .mv_regist_content .close_text_02 .days_of_the_week {
    font-size: 14px;
  }

}

#mv .mv_regist_content .mv_regist_txt {
  background: #FFE900;
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
  border-radius: 10px;
  position: absolute;
  top: -50px;
  left: 30px;
  width: calc(100% - 60px);
  padding: 5px 10px;
  padding-right: 0;
}

.en #mv .mv_regist_content .mv_regist_txt {
  top: -25px;
  font-size: 22px;
  letter-spacing: 0;
  white-space: nowrap;
}

#mv .mv_regist_content .mv_regist_txt:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -16px;
  display: block;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #FFE900;
  border-left: 12px solid transparent;
  transform: rotate(180deg);
}

#mv .mv_regist_content .mv_regist {
  background: rgb(0, 167, 232);
  background: -moz-linear-gradient(135deg, rgba(0, 167, 232, 1) 0%, rgba(232, 75, 150, 1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(0, 167, 232, 1) 0%, rgba(232, 75, 150, 1) 100%);
  background: linear-gradient(135deg, rgba(0, 167, 232, 1) 0%, rgba(232, 75, 150, 1) 100%);
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  box-shadow: 0px 3px 12px rgb(0 0 0 / 20%);
  transition: all 400ms ease;
}

#mv .mv_regist_content .mv_regist span {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 8px;
}

#mv .mv_regist_content .mv_regist:hover {
  opacity: 1;
  background: -moz-linear-gradient(-135deg, rgba(0, 167, 232, 1) 0%, rgba(232, 75, 150, 1) 100%);
  background: -webkit-linear-gradient(-135deg, rgba(0, 167, 232, 1) 0%, rgba(232, 75, 150, 1) 100%);
  background: linear-gradient(-135deg, rgba(0, 167, 232, 1) 0%, rgba(232, 75, 150, 1) 100%);
  box-shadow: 0px 3px 12px rgb(0 0 0 / 40%);
}

#mv .mv_regist_content .mv_present_txt {
  margin-top: 1.5em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFE900;
}

#mv .mv_regist_content .mv_present_txt span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 0.5em;
}


/* infobar ティッカー */

.c_infobar {
  background: #0d2b7c40;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.c_infobar_title {
  font-size: 3px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding-right: 20px;
  width: 50px;
  position: relative;
}

.c_infobar_title:after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c_infobar_title span.material-icons-round {
  font-size: 20px;
}

.c_infobar_content {
  display: flex;
  align-items: center;
  overflow-x: hidden;
  width: 100%;
  line-height: 1;
}

.c_infobar_content_animated p {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrolltext 20s linear infinite;
  font-size: 16px;
  font-weight: bold;
}

@keyframes scrolltext {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}


/* = ADバナー = */
#ad_bnr_area.container {
  padding: 0 0 70px;
}

.list_ad_bnr {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.list_ad_bnr .bnr_item {
  padding: 0 5px;
}

.list_ad_bnr .slick-arrow {
  position: absolute;
  top: 0;
  right: -30px;
  height: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  border: none;
  color: #fff;
  font-size: 30px;
  background: transparent;
}

.list_ad_bnr .slick-arrow.slick-prev {
  right: auto;
  left: -30px;
}

@media screen and (max-width: 900px) {
  .list_ad_bnr .bnr_item {
    padding: 0 20px;
  }
}

/* = ADバナー = */

/* = 報告書 = */
#ceatec2023_exhibition_report.container {
  padding: 0px 0 35px;
}

#ceatec2023_exhibition_report a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  border: 1px solid #fff;
  padding: 15px;
}

#ceatec2023_exhibition_report a figure {
  max-width: 80px;
  margin-right: 15px;
}

#ceatec2023_exhibition_report a h5 {
  font-weight: 700;
  font-size: 1.4rem;
  padding-bottom: 10px;
  color: #fff;
}

/* = 報告書 = */


.experience {
  padding-top: 0;
  padding-bottom: 80px;
  /*  margin-top: -50px;*/
  /*  margin-bottom: 30px;*/
  position: relative;
  z-index: 5;
}

.experience h3 {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 1%;
}

.experience h3 img {
  width: 350px;
  max-width: 100%;
  margin-right: 5px;
}

.experience h3 span {
  font-weight: bold;
}

.experience_slide {
  margin-top: 30px;
}

.experience_slide .slick-track {
  display: flex;
}

.experience_slide .slick-slide {
  height: auto !important;
}

.experience_slide .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  margin-left: 5%;
  margin-right: 5%;
  text-decoration: none;
  height: 100%;
  transition: all 400ms ease;
}

.experience_slide .item a:hover {
  opacity: 1;
  /* background-color: rgba(255, 255, 255, 1); */
}

.experience_slide .item a figure {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.experience .experience_slide .item a figure img {}

.experience_slide .item a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 400ms ease;
}

.experience_slide .item a:hover figure img {
  opacity: 1;
  transform: scale(1.2);
}

.experience_slide .item a .description {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: auto;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

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

  #mv .mv_fade {
    width: calc(100% - 400px);
  }

  #mv .mv_txt_content {
    width: 380px;
  }

  #mv .mv_regist_content .mv_regist_txt,
  .en #mv .mv_regist_content .mv_regist_txt {
    font-size: 20px;
  }

  .experience_slide .slick-slide {
    margin-bottom: 20px;
  }

  .experience .experience_slide .slick-arrow {
    position: absolute;
    bottom: -30px;
    top: unset;
    background: none;
    border: none;
    color: #fff;
    z-index: 50;
    font-weight: bold;
    font-size: 12px;
    font-family: 'LINESeedJP', sans-serif;
    cursor: pointer;
    padding: 0;
  }

  .experience .experience_slide .slick-arrow span {
    border: 2px solid #fff;
    border-radius: 500px;
    padding: 5px;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
    line-height: 1;
    transition: all 400ms ease;
  }

  .experience .experience_slide .slick-arrow:hover span {
    background-color: #fff;
    color: #192B4D;
  }

  .experience .experience_slide .slick-prev {
    left: 10px;
  }

  .experience .experience_slide .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #mv .mv_visual .container {
    /* padding: 80px 0 100px!important; */
    /* 0901時点 エクスペリエンスなし */
    padding: 80px 0 30px !important;
  }

  /*  #mv h1 {
    width: 65%;
    margin: auto;
  }*/

  #mv .mv_fade {
    width: 65%;
    margin: auto;
  }

  #mv .mv_txt_content {
    width: 80%;
    max-width: 480px;
    margin: auto;
  }

  #mv .mv_regist_content .mv_regist_txt,
  .en #mv .mv_regist_content .mv_regist_txt {
    left: 0px;
    width: calc(100% - 0px);
  }

  #mv .mv_txt_content br {
    display: none;
  }

  .experience {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  /*  #mv h1 {
    width: 60%;
    max-width: 250px;
  }*/

  #mv .mv_fade {
    width: 60%;
    max-width: 250px;
  }

  #mv .mv_visual .container {
    padding: 80px 0 30px !important;
  }

  #mv .mv_txt_content {
    width: 85%;
  }

  #mv .mv_regist_content {
    padding: 20px;
  }

  /* #mv .mv_regist_content .title span.eng {
    font-size: 25px;
  } */
  #mv .mv_regist_content .mv_regist_txt {
    font-size: 18px;
  }

  #mv .mv_regist_content .mv_regist_txt:after {
    bottom: -14px;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFE900;
    border-left: 10px solid transparent;
  }

  .en #mv .mv_regist_content .mv_regist_txt {
    font-size: 16px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .c_infobar {
    padding: 10px 20px;
  }

  .experience {
    /* padding-bottom: 50px; */
    margin-top: 0;
  }

  .experience_slide .slick-slide {
    margin-bottom: 10px;
  }
}


/* バナーエリア */

.banner_area>.container {
  padding-bottom: 0;
}

.banner_area .banner_list {
  display: flex;
  justify-content: center;
  /*  flex-wrap: wrap;*/
  /*  justify-content: space-between;
  justify-content: space-around;*/
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.banner_area .banner_list .banner_list_item {
  width: 33%;
  display: block;
  max-width: 366px;
  padding: 0 25px;
}

.banner_area .banner_list .banner_list_item a {
  display: block;
  width: 100%;
  max-width: 366px;
  margin: 0 auto;
}

.banner_area .banner_list .banner_list_item a img {
  display: block;
  border: 1px solid #efefef;
}

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

  .banner_area .banner_list .banner_list_item {
    display: block;
    width: 100%;
    padding: 0 0px;
    max-width: 336px;
  }
}


/*============================
#keyword
============================*/

#keyword {}

#keyword .keyword_list {
  /* margin-top: 80px; */
  /* 0901時点 エクスペリエンスなし */
  margin-top: 0;
}

#keyword .keyword_list .keyword_list_item {
  width: calc(100% / 3);
  padding: 50px 3%;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

#keyword .keyword_list .keyword_list_item h3 {
  width: 75%;
  max-width: 350px;
}

#keyword .keyword_list .keyword_list_item h3 img {}

#keyword .keyword_list [class*="keyword_num"] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#keyword .keyword_list [class*="keyword_num"]:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 55%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#keyword .keyword_list .keyword_num1 {
  background-image: url(../../../ja/images/keyword_1_bg.webp);
}

#keyword .keyword_list .keyword_num2 {
  background-image: url(../../../ja/images/keyword_2_bg.webp);
}

#keyword .keyword_list .keyword_num3 {
  background-image: url(../../../ja/images/keyword_3_bg.webp);
}

#keyword .keyword_list .keyword_num4 {
  background-image: url(../../../ja/images/keyword_4_bg.webp);
}

#keyword .keyword_list .keyword_num5 {
  background-image: url(../../../ja/images/keyword_5_bg.webp);
}

#keyword .keyword_list .keyword_list_item .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding-left: 8px;
  width: 80px;
  height: 80px;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

#keyword .keyword_list .keyword_num1 .num {
  background: #f9b700;
  background: -moz-linear-gradient(135deg, #f9b700 0%, #f9b700 50%, #f9b70000 50%);
  background: -webkit-linear-gradient(135deg, #f9b700 0%, #f9b700 50%, #f9b70000 50%);
  background: linear-gradient(135deg, #f9b700 0%, #f9b700 50%, #f9b70000 51%);
}

#keyword .keyword_list .keyword_num2 .num {
  background: #009a59;
  background: -moz-linear-gradient(135deg, #009a59 0%, #009a59 50%, #009a5900 51%);
  background: -webkit-linear-gradient(135deg, #009a59 0%, #009a59 50%, #009a5900 51%);
  background: linear-gradient(135deg, #009a59 0%, #009a59 50%, #009a5900 51%);
}

#keyword .keyword_list .keyword_num3 .num {
  background: #ebc700;
  background: -moz-linear-gradient(135deg, #ebc700 0%, #ebc700 50%, #f9b70000 51%);
  background: -webkit-linear-gradient(135deg, #ebc700 0%, #ebc700 50%, #f9b70000 51%);
  background: linear-gradient(135deg, #ebc700 0%, #ebc700 50%, #f9b70000 51%);
}

#keyword .keyword_list .keyword_num4 .num {
  background: #ec6d88;
  background: -moz-linear-gradient(135deg, #ec6d88 0%, #ec6d88 50%, #ec6d8800 51%);
  background: -webkit-linear-gradient(135deg, #ec6d88 0%, #ec6d88 50%, #ec6d8800 51%);
  background: linear-gradient(135deg, #ec6d88 0%, #ec6d88 50%, #ec6d8800 51%);
}

#keyword .keyword_list .keyword_num5 .num {
  background: #2e933a;
  background: -moz-linear-gradient(135deg, #2e933a 0%, #2e933a 50%, #2e933a00 51%);
  background: -webkit-linear-gradient(135deg, #2e933a 0%, #2e933a 50%, #2e933a00 51%);
  background: linear-gradient(135deg, #2e933a 0%, #2e933a 50%, #2e933a00 51%);
}


#keyword .keyword_list .keyword_list_item h4 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
}

#keyword .keyword_list .keyword_num1 h4 {
  color: #f9b700;
}

#keyword .keyword_list .keyword_num2 h4 {
  color: #11c277;
}

#keyword .keyword_list .keyword_num3 h4 {
  color: #ebc700;
}

#keyword .keyword_list .keyword_num4 h4 {
  color: #f78ba2;
}

#keyword .keyword_list .keyword_num5 h4 {
  color: #41b04e;
}

#keyword .keyword_list .keyword_list_item h4 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

#keyword .keyword_list .keyword_list_item h4 span {
  font-size: 30px;
  border-bottom: 2px solid;
  line-height: 1.2;
  display: inline-block;
  margin-right: 5px;
}

#keyword .keyword_list .keyword_list_item p {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

#keyword .keyword_list .keyword_list_item .keyword_label {
  width: 100%;
  margin-top: 10px;
}

#keyword .keyword_list .keyword_list_item .keyword_label li {
  font-weight: bold;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  text-indent: -1em;
  padding-left: 1em;
}

#keyword .keyword_list .keyword_list_item .keyword_label li:before {
  content: "■";
}

#keyword .keyword_list .keyword_num1 .keyword_label li {
  color: #f9b700;
}

#keyword .keyword_list .keyword_num2 .keyword_label li {
  color: #11c277;
}

#keyword .keyword_list .keyword_num3 .keyword_label li {
  color: #ebc700;
}

#keyword .keyword_list .keyword_num4 .keyword_label li {
  color: #f78ba2;
}

#keyword .keyword_list .keyword_num5 .keyword_label li {
  color: #41b04e;
}

@media screen and (max-width: 1140px) {
  #keyword .keyword_list .keyword_list_item {
    min-height: unset;
  }
}

@media screen and (max-width: 900px) {
  #keyword .keyword_list .keyword_list_item .num {
    font-size: 20px;
    padding-left: 5px;
    width: 60px;
    height: 60px;
  }

  #keyword .keyword_list .keyword_list_item h4 {
    font-size: 20px;
  }

  #keyword .keyword_list .keyword_list_item h4 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  #keyword .keyword_list .keyword_list_item {
    width: calc(100% / 2);
  }

  #keyword .keyword_list [class*="keyword_num"] {
    justify-content: unset;
  }
}

@media screen and (max-width: 480px) {
  #keyword .keyword_list .keyword_list_item {
    padding: 40px 3%;
  }

  #keyword .keyword_list .keyword_list_item .num {
    font-size: 12px;
    padding-left: 4px;
    width: 40px;
    height: 40px;
  }

  #keyword .keyword_list .keyword_list_item h4 {
    font-size: 16px;
  }

  #keyword .keyword_list .keyword_list_item h4 span {
    font-size: 20px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 440px) {
  #keyword .keyword_list .keyword_list_item {
    width: 100%;
    padding: 40px 10%;
  }
}


/*============================
#area
============================*/

#area {
  background: #f1f1f1;
}

#area .title {
  color: #102F84;
}

#area .title span.eng {}

#area .title span {}

#area .flex {
  align-items: flex-start;
}

#area .flex_l {
  width: 55%;
}

#area .flex_l img {
  display: block;
}

#area .area_list {
  width: 42%;
  counter-reset: count 0;
}

#area .area_list .area_list_item {
  padding: 10px 15px;
  border-radius: 5px;
}

#area .area_list .area_list_item+.area_list_item {
  margin-top: 10px;
}

#area .area_list .area_list_item:nth-child(1) {
  color: #003894;
  background-color: #dee5f0;
}

#area .area_list .area_list_item:nth-child(2) {
  color: #009a59;
  background-color: #d9f1e8;
}

#area .area_list .area_list_item:nth-child(3) {
  color: #f9b700;
  background-color: #fef4df;
}

#area .area_list .area_list_item:nth-child(4) {
  color: #ec6d88;
  background-color: #e4dadb;
}

#area .area_list .area_list_item:nth-child(5) {
  color: #791285;
  background-color: #cac2cd;
}

#area .area_list .area_list_item:nth-child(6) {
  color: #b03333;
  background-color: #f8eeed;
}

#area .area_list .area_list_item h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 35px;
  position: relative;
}

#area .area_list .area_list_item h4:before {
  content: counter(count);
  counter-increment: count 1;
  font-weight: bold;
  background: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  border-radius: 500px;
  border: 1px solid;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

#area .area_list .area_list_item p {
  font-size: 14px;
}


@media screen and (max-width: 900px) {
  #area .flex_l {
    width: 100%;
  }

  #area .title {
    margin-bottom: 0;
  }

  #area .flex_l img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  #area .area_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }

  #area .area_list .area_list_item {
    width: 32.5%;
  }

  #area .area_list .area_list_item+.area_list_item {
    margin-top: 0;
  }

  #area .area_list .area_list_item:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  #area .area_list .area_list_item {
    width: 49.5%;
    padding: 9px 12px;
  }

  #area .area_list .area_list_item:nth-child(n+3) {
    margin-top: 5px;
  }

  #area .area_list .area_list_item h4 {
    font-size: 16px;
    padding-left: 25px;
  }

  #area .area_list .area_list_item h4:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 440px) {
  #area .area_list .area_list_item {
    width: 100%;
  }
}

/*============================
#featuredContents
============================*/

#featuredContents {
  background-image: url(../../../ja/images/featured_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: 50px; */
  /* margin-top: -30px; */
}

#featuredContents .title {}

#featuredContents .flex {
  flex-wrap: nowrap;
}

#featuredContents .featured_main_slider_cont {
  width: 65%;
}

#featuredContents .featured_main_slider {}

#featuredContents .featured_main_slider .featured_main_slider_item {
  padding: 0 2px 30px;
}

#featuredContents .featured_main_slider .featured_main_slider_item img {}

#featuredContents .featured_main_slider .featured_main_slider_item h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}

#featuredContents .featured_main_slider .featured_main_slider_item p {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  font-weight: bold;
}

#featuredContents .featured_main_slider .featured_main_slider_item .c_btn {
  border: 1px solid;
  color: #fff;
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 30px;
  transition: all 400ms ease;
}

#featuredContents .featured_main_slider .featured_main_slider_item .c_btn:hover {
  background-color: #fff;
  color: #192B4D;
  opacity: 1;
}

#featuredContents .featured_main_slider .slick-arrow {
  position: absolute;
  bottom: -30px;
  top: unset;
  background: none;
  border: none;
  color: #fff;
  z-index: 50;
  font-weight: bold;
  font-size: 12px;
  font-family: 'LINESeedJP', sans-serif;
  cursor: pointer;
  padding: 0;
}

#featuredContents .featured_main_slider .slick-arrow span {
  border: 2px solid #fff;
  border-radius: 500px;
  padding: 5px;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  transition: all 400ms ease;
}

#featuredContents .featured_main_slider .slick-arrow:hover span {
  background-color: #fff;
  color: #192B4D;
}

#featuredContents .featured_main_slider .slick-prev {
  left: 0;
}

#featuredContents .featured_main_slider .slick-next {
  right: 0;
}

#featuredContents .featured_thumnail_slider {
  width: 30%;
  /* height: 950px; */
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 90%, transparent);
  mask-image: linear-gradient(to bottom, black 0%, black 90%, transparent);
}

#featuredContents .featured_thumnail_slider .featured_thumnail_slider_item {
  margin-bottom: 30px;
  cursor: pointer;
  transition: opacity 400ms ease;
}

#featuredContents .featured_thumnail_slider .featured_thumnail_slider_item:hover {
  opacity: 0.5;
}

/* #featuredContents .featured_thumnail_slider .featured_thumnail_slider_item.slick-current {
  display: none;
} */

#featuredContents .featured_thumnail_slider .featured_thumnail_slider_item img {}

#featuredContents .featured_thumnail_slider .featured_thumnail_slider_item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

#featuredContents .featured_thumnail_slider .featured_thumnail_slider_item p {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  #featuredContents .featured_main_slider_cont {
    width: 55%;
  }

  #featuredContents .featured_main_slider .featured_main_slider_item h4 {
    font-size: 25px;
  }

  #featuredContents .featured_main_slider .featured_main_slider_item p {
    font-size: 16px;
  }

  #featuredContents .featured_thumnail_slider {
    width: 40%;
    /* height: 800px; */
  }

  #featuredContents .featured_thumnail_slider .featured_thumnail_slider_item h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #featuredContents .flex {
    display: block;
  }

  #featuredContents .featured_main_slider_cont {
    width: 100%;
  }

  #featuredContents .featured_main_slider .featured_main_slider_item .c_btn {
    font-size: 18px;
  }

  #featuredContents .featured_thumnail_slider {
    width: 100%;
    margin-top: 50px;
    /* height: auto; */
  }

  #featuredContents .featured_thumnail_slider .featured_thumnail_slider_item {
    margin: 0 5px;
  }

  #featuredContents .featured_thumnail_slider .featured_thumnail_slider_item p {
    -webkit-line-clamp: 2;
  }

  #featuredContents .featured_thumnail_slider .featured_thumnail_slider_item[aria-hidden="true"] p {
    background: unset;
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  #featuredContents .featured_main_slider .featured_main_slider_item h4 {
    font-size: 20px;
  }

  #featuredContents .featured_main_slider .featured_main_slider_item p {
    font-size: 14px;
  }

  #featuredContents .featured_main_slider .featured_main_slider_item .c_btn {
    font-size: 16px;
  }
}


/*============================
#eventsIntroduction
============================*/

#eventsIntroduction {}

#eventsIntroduction .container {
  padding-bottom: 30px;
}

#eventsIntroduction .title {
  color: #102F84;
}

#eventsIntroduction .title span.eng {}

#eventsIntroduction .title span {}

#eventsIntroduction .events_link_list {
  display: flex;
  flex-wrap: wrap;
  /* width: calc(100% - 200px); */
}

#eventsIntroduction .events_link_list .events_link_list_item {
  margin: 0 10px 10px 0;
}

#eventsIntroduction .events_link_list .events_link_list_item a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  color: #102F84;
}

#eventsIntroduction .events_slider_area {
  position: relative;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item {
  border-left: 1px solid #7F8095;
  overflow: hidden;
}

#eventsIntroduction .events_slider_area .events_down_slider .events_slider_item {
  border-top: 1px solid #7F8095;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a {
  position: relative;
  display: block;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a:before {
  content: "";
  background-color: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
  z-index: 1;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a img {
  object-fit: cover;
  transition: all .2s;
  z-index: 0;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 5;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a div h4 {
  margin-top: 0;
  margin-bottom: auto;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.4;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  text-align: left;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a div h4 span {
  font-size: 16px;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a div p.more_txt {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}

#eventsIntroduction .events_slider_area .events_slider[dir="rtl"] .events_slider_item a div p.more_txt {
  flex-direction: row-reverse;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a div p.more_txt:after {
  background: #ffffff00;
  color: #fff;
  transition: all .2s;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a:hover {
  opacity: 1;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a:hover:before {
  background-color: #0000001a;
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a:hover img {
  transform: scale(1.2);
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a:hover div h4 {
  text-shadow: 0px 3px 10px rgb(0 0 0 / 50%);
}

#eventsIntroduction .events_slider_area .events_slider .events_slider_item a:hover div p.more_txt:after {
  background: #ffffff;
  color: #000;
  border-color: #fff;
}

#eventsIntroduction .events_slider_area .events_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: none;
  border: none;
  color: #102F84;
  z-index: 50;
  font-weight: bold;
  font-size: 12px;
  font-family: 'LINESeedJP', sans-serif;
  cursor: pointer;
  padding: 0;
  /* width: 100px; */
}

#eventsIntroduction .events_slider_area .events_slider .slick-arrow span {
  border: 2px solid #102F84;
  background: #ffffffbf;
  border-radius: 500px;
  padding: 5px;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  transition: all 400ms ease;
}

#eventsIntroduction .events_slider_area .events_slider .slick-arrow:hover span {
  background-color: #102F84;
  color: #fff;
  border-color: #102F84;
}

#eventsIntroduction .events_slider_area .events_slider .slick-prev {
  left: 15px;
}

#eventsIntroduction .events_slider_area .events_slider .slick-next {
  right: 15px;
}


@media screen and (max-width: 768px) {
  #eventsIntroduction .events_slider_area .events_slider .events_slider_item a div {
    padding: 10%;
  }
}


@media screen and (max-width: 480px) {
  #eventsIntroduction .events_slider_area .events_slider .events_slider_item a div h4 {
    font-size: 18px;
  }

  #eventsIntroduction .events_slider_area .events_slider .events_slider_item a div h4 span {
    font-size: 12px;
  }

  #eventsIntroduction .events_slider_area .events_slider .slick-prev {
    left: 5px;
  }

  #eventsIntroduction .events_slider_area .events_slider .slick-next {
    right: 5px;
  }
}

/*============================
#conferencesSpeakers
============================*/

#conferencesSpeakers {
  background: #F9B900;
  position: relative;
}

#conferencesSpeakers .speakers_slider {
  opacity: 0;
  transition: opacity .2s linear
}

#conferencesSpeakers .speakers_slider.slick-initialized {
  opacity: 1
}


#conferencesSpeakers .speakers_slider .slick-list {
  padding-top: 100px !important;
  padding-bottom: 160px !important;
  margin-top: -100px;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item {
  position: relative;
  padding: 50px 0 0 0;
  margin: 0 1vw;
  transform: scale(1);
  min-width: 9vw;
  transition: all .2s;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item .speakers_img {
  position: relative;
  background: #fff;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item .speakers_img img {
  aspect-ratio: 1 / 1;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item .speakers_img .face {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item .speakers_img p {
  position: absolute;
  bottom: -12%;
  right: -12%;
  width: 35%;
  background: #fff;
  object-fit: contain;
  padding: 6%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item .speakers_img .logo {
  width: 100%;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item div {
  padding: 15px 0;
  color: #fff;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item h4 {
  font-weight: bold;
  font-size: 18px;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item p {
  font-size: 11px;
}

.en #conferencesSpeakers .speakers_slider .speakers_slider_item h4 {
  line-height: 1.4;
}

.en #conferencesSpeakers .speakers_slider .speakers_slider_item p {
  line-height: 1.3;
}

/* カレント */
#conferencesSpeakers .speakers_slider .slick-current+.slick-active {
  transform: scale(2);
  margin: 0 7vw;
  /* max-width: 180px; */
}

#conferencesSpeakers .speakers_slider .slick-current+.slick-active .speakers_img p {
  top: -13%;
  right: -10%;
  width: 45%;
}

#conferencesSpeakers .speakers_slider .slick-current+.slick-active div {
  padding: 20px 16px;
  background: #00000059;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  transform: scale(0.5);
  transform-origin: left bottom;
}

#conferencesSpeakers .speakers_slider .slick-current+.slick-active h4 {
  font-weight: bold;
  font-size: 20px;
}

#conferencesSpeakers .speakers_slider .slick-current+.slick-active p {
  font-size: 12px;
}

#conferencesSpeakers .speakers_slider .speakers_slider_item[aria-hidden="true"] {
  height: 100px;
}


#conferencesSpeakers .speakers_slider .slick-arrow_cont {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: right;
  padding: 0;
}

#conferencesSpeakers .speakers_slider .slick-arrow_cont.slick-prev {
  width: calc(100% - 200px);
  max-width: 1000px;
  z-index: 5;
}

#conferencesSpeakers .speakers_slider button.slick-arrow {
  background: none;
  border: none;
  color: #fff;
  z-index: 50;
  font-weight: bold;
  font-size: 12px;
  font-family: 'LINESeedJP', sans-serif;
  cursor: pointer;
  text-align: right;
}

#conferencesSpeakers .speakers_slider button.slick-arrow span {
  border: 2px solid #fff;
  border-radius: 500px;
  padding: 5px;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  transition: all 400ms ease;
}

#conferencesSpeakers .speakers_slider .slick-arrow:hover span {
  background-color: #fff;
  color: #192B4D;
}

#conferencesSpeakers .speakers_slider .slick-prev {}

#conferencesSpeakers .speakers_slider .slick-next {}


@media screen and (max-width: 940px) {
  #conferencesSpeakers .speakers_slider .slick-list {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
  }

  #conferencesSpeakers .speakers_slider .speakers_slider_item {
    margin: 0 2vw;
    transform: scale(1);
    min-width: 10vw;
  }

  #conferencesSpeakers .speakers_slider .slick-current+.slick-active {
    margin: 0 8vw;
  }
}

@media screen and (max-width: 767px) {
  #conferencesSpeakers .speakers_slider .speakers_slider_item {
    margin: 0 3vw;
  }

  #conferencesSpeakers .speakers_slider .slick-current+.slick-active {
    transform: scale(1.5);
  }

  #conferencesSpeakers .speakers_slider .slick-current+.slick-active div {
    padding: 10px 8px;
    width: 100%;
    transform: scale(1);
  }

  #conferencesSpeakers .speakers_slider .slick-current+.slick-active h4 {
    font-size: 12px;
  }

  #conferencesSpeakers .speakers_slider .slick-current+.slick-active p {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  #conferencesSpeakers .speakers_slider .speakers_slider_item {
    transform: scale(0.8);
  }

  #conferencesSpeakers .speakers_slider .speakers_slider_item h4 {
    font-size: 16px;
  }

  #conferencesSpeakers .speakers_slider .slick-slide[tabindex="0"] {
    transform: scale(1.1);
  }

  #conferencesSpeakers .speakers_slider .slick-slide[tabindex="0"] div {
    padding: 10px 8px;
    background: #00000059;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1);
    width: 100%;
  }

  #conferencesSpeakers .speakers_slider .slick-slide[tabindex="0"] h4 {
    font-size: 16px;
  }

  #conferencesSpeakers .speakers_slider .slick-slide[tabindex="0"] p {
    font-size: 12px;
  }

  #conferencesSpeakers .speakers_slider .slick-slide[tabindex="0"] .speakers_img p {
    top: -13%;
    right: -10%;
    width: 45%;
    padding: 8%;
  }

  #conferencesSpeakers .speakers_slider .slick-list {
    padding-bottom: 160px !important;
  }

  #conferencesSpeakers .speakers_slider .slick-arrow_cont {
    bottom: 50px;
  }
}

/*============================
#award
============================*/

#award {
  background-image: url(../../../ja/images/award_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#award .container {
  padding: 170px 40px 140px;
  align-items: center;
}

#award h3 {
  width: 50%;
}

#award h3 img {}

#award p {
  width: 47%;
  color: #C4993D;
  font-weight: bold;
  line-height: 1.8;
}

#award p span {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

#award .rectangle_btn {
  background: rgb(196, 153, 61);
  background: -moz-linear-gradient(135deg, rgba(196, 153, 61, 1) 0%, rgba(242, 204, 121, 1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(196, 153, 61, 1) 0%, rgba(242, 204, 121, 1) 100%);
  background: linear-gradient(135deg, rgba(196, 153, 61, 1) 0%, rgba(242, 204, 121, 1) 100%);
}

#award .rectangle_btn:hover {
  background: -moz-linear-gradient(-135deg, rgba(196, 153, 61, 1) 0%, rgba(242, 204, 121, 1) 100%);
  background: -webkit-linear-gradient(-135deg, rgba(196, 153, 61, 1) 0%, rgba(242, 204, 121, 1) 100%);
  background: linear-gradient(-135deg, rgba(196, 153, 61, 1) 0%, rgba(242, 204, 121, 1) 100%);
}

@media screen and (max-width: 768px) {
  #award .container {
    padding: 100px 40px;
  }

  #award h3 {
    width: 60%;
    margin: auto;
  }

  #award p {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  #award h3 {
    width: 80%;
    max-width: 300px;
  }
}


/* information  ======================================== */

.information {
  background-color: #D8DDE3;
}

.information .container {
  padding: 100px 0;
}

.information h4.ttl {
  font-size: 18px;
  font-weight: bold;
}

.information .info_news {
  width: 49%;
}

/* top info_list  */

.information .info_news .info_list {
  margin-top: 10px;
}

.information .info_news .info_list li {}

.information .info_news .info_list li+li {
  margin-top: 8px;
}

.information .info_news .info_list li a {
  background-color: #FFF;
  padding: 25px;
  display: block;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  color: #000;
  transition: all 400ms ease;
}

.information .info_news .info_list li a:hover {
  color: #1e4a9f;
}

.information .info_news .info_list li a dl {
  width: 100%;
  align-items: center;
}

.information .info_news .info_list li a dt {
  margin-bottom: 15px;
  width: 100%;
}

.information .info_news .info_list li a dd {}

.information .info_news .info_list li a .top_info_date {
  font-weight: bold;
  font-size: 12px;
}

.information .info_news .info_list li a .top_info_date span {}

.more_txt {
  font-weight: bold;
  font-size: 12px;
}

.more_txt:after {
  font-family: 'Material Icons Round';
  content: "chevron_right";
  display: inline-block;
  border: 2px solid;
  border-radius: 500px;
  padding: 3px;
  font-size: 20px;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
}

.information .info_access {
  width: 49%;
}

.information .info_access h4.ttl {}

.information .info_access a {
  display: block;
  height: calc(100% - 2.2em);
  background: #102F84;
  margin-top: 10px;
  padding: 30px;
  /*  background-image: url(../../../ja/images/access_bg_1.webp), url(../../../ja/images/access_bg_2.webp);
  background-size: contain, cover;
  background-repeat: no-repeat;
  background-position: bottom center, center;*/
  background-image: url(../../../ja/images/access_bg_2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px 7px rgb(0 0 0 / 80%);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  transition: all 400ms ease;
}

.information .info_access a p {}

.information .info_access a p.more_txt {
  margin-top: 30px;
  text-align: right;
}


/* top_info_social */

.top_info_social {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1000px;
  margin: auto;
  margin-top: 100px;
}

.top_info_social .title {
  margin-bottom: 0;
}

.top_info_social .title span.eng {}

.top_info_social ul {
  width: calc(100% - 520px);
}

.top_info_social ul li {
  width: 90px;
}

.top_info_social ul li a {
  text-align: center;
  transition: all 400ms ease;
}

.top_info_social ul li a img {
  aspect-ratio: 1 / 1;
}

.top_info_social ul li a span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 900px) {
  .top_info_social ul {
    width: calc(100% - 400px);
  }

  .top_info_social ul li {
    width: 75px;
    max-width: 25%;
  }

  .top_info_social ul li a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .information .info_news {
    width: 100%;
  }

  .information .info_access {
    width: 100%;
    margin-top: 30px;
  }

  .top_info_social {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .top_info_social .title {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .top_info_social ul {
    width: 100%;
    max-width: 350px;
  }
}


/* ここから古い */

.nav_right.appnav {
  display: none;
  animation-name: slideAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.nav_right.appnav.hidden {
  display: block;
}

@keyframes slideAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.c_section h2 {
  font-weight: bold;
  font-weight: 700;
  font-size: 24px;
}

.c_section h2 span {
  display: block;
  font-size: 16px;
}

.visual .slick-slide {
  height: auto !important;
}

.visual .slick-slider .slick-track, .visual .slick-slider .slick-list {
  display: flex;
  padding-bottom: 0px;
}

#video_wp {
  position: relative;
  top: 0;
}

#video_wp #sec_video {
  position: fixed;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  max-height: 2000px;
  background-image: url(../../../ja/application/images/bg_mv_mob.webp);
  background-size: cover;
  background-position: center center;
}

#video_wp #sec_video #video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.visual {
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.visual .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .visual .container {
    width: 90%;
  }
}

.visual .slide01 {
  padding: 100px 0 80px;
}

.visual .slide01 h1 {
  width: 43%;
}

.visual .slide01 .inner {
  width: 50%;
  text-align: center;
  color: #fff;
}

.visual .slide01 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.en .visual .slide01 h2 {
  font-size: 26px;
  line-height: 1.4;
}

.en .visual .slide01 h2 span {
  display: block;
  font-size: 45px;
  letter-spacing: 0.05em;
}

.visual .slide01 img {
  width: 100%;
  max-width: 650px;
}

.visual .slide01 .inner .text_scheduled {
  text-align: center;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fdfdfd;
  margin-top: 20px;
  margin-bottom: -20px;
  padding: 7px;
  font-size: 20px;
}

.visual .c_btn {
  max-width: unset;
}

.visual .c_btn.exhibition_app {
  margin-top: 2em;
  font-size: 20px;
  margin-bottom: 0.55em;
}


/*
.visual .c_btn.exhibition_app.coming::after {
  font-family: 'LINESeedJP';
  content: "2月7日 AM10:00より受付開始";
  display: block;
  font-size: 18px;
  color: #D92681;
  width: 100%;
  text-align: center;
  font-weight: 700;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}

.visual .c_btn.exhibition_app.coming:hover {
  opacity: 1;
}*/

.visual .date {
  display: inline-block;
}

.visual .date dt, .visual .date dd {
  font-weight: 700;
}

.visual .date dt {
  font-size: 14px;
  display: block;
  background-color: #fff;
  color: #000;
  padding: 2px 10px;
  margin-bottom: 0.5em;
}

.visual .date dd {
  font-size: 40px;
  display: flex;
  font-size: 30px;
  position: relative;
  align-items: flex-end;
  line-height: 1;
}

.en .visual .date dd {
  font-size: 32px;
}

.visual .date dd .day {
  font-size: 20px;
}

.visual .date dd .week {
  display: inline-flex;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
}

.en .visual .date dd .week {
  font-size: 12px;
  width: 28px;
  height: 28px;
}

.visual .date dd .week.ic {
  margin-right: 25px;
}

.visual .date dd .week.ic::after {
  font-family: 'Material Icons Round';
  content: "keyboard_double_arrow_right";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 24px;
  /*  color: #000;*/
  color: #fff;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.visual .date dd .time {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
}

@media screen and (max-width: 1000px) {
  .en .visual .date dd {
    flex-wrap: wrap;
    padding-top: 10px;
    justify-content: center;
  }

  .en .visual .slide01 .inner .time {
    padding-top: 10px;
    display: block;
  }

  .en .visual .c_btn.exhibition_app {
    margin-top: 1em;
    font-size: 18px;
  }
}

@media screen and (max-width: 880px) {
  .visual .slide01 .inner .sp_only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .visual .container {
    flex-direction: column;
    width: 100%;
  }

  .visual .slide01 {
    padding: 80px 0 60px;
  }

  .visual .slide01 h1 {
    text-align: center;
    padding-top: 1em;
    margin-bottom: 0.5em;
    margin-right: auto;
    margin-left: auto;
    order: 1;
  }

  .visual .slide01 h1 img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .visual .slide01 .inner {
    width: 80%;
    order: 2;
    max-width: 500px;
    text-align: center;
    padding-bottom: 2em;
  }

  .visual .c_btn.exhibition_app {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .visual .slide01 {
    padding: 30px 0 60px;
  }

  .visual .date dd {
    flex-wrap: wrap;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .visual .date dd .time {
    margin-top: 0.5em;
  }
}


/* top_links ============================================ */

.top_links {
  padding: 70px 0;
  background: linear-gradient(45deg, #D92681 16%, #00b1eb 57%, #fef121 90%);
  background: -webkit-linear-gradient(45deg, #D92681 16%, #00b1eb 57%, #fef121 90%);
}

@media screen and (max-width: 1140px) {
  .top_links {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.top_links .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_links .item {
  width: 31.5%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top_links .item {
    width: 100%;
  }

  .top_links .item+.item {
    margin-top: 1em;
  }
}

.top_links .item a {
  padding: 20px;
  background: rgba(255, 255, 255, .8);
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 400ms ease;
}

.top_links .item a .c_btn {
  margin-top: auto;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 400ms ease;
}

.top_links .item a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
}

.top_links .item a:hover .c_btn {
  color: #fff;
  background: linear-gradient(45deg, #D92681 16%, #00b1eb 57%, #fef121 90%);
  background: -webkit-linear-gradient(45deg, #D92681 16%, #00b1eb 57%, #fef121 90%);
  border: 1px solid #fff;
}

.top_links .item h4 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-weight: 700;
  padding-top: 45px;
  color: #000;
}

.top_links .item a h4+p {
  padding: 1em 0 2em;
  color: #000;
}

.top_links .item a::before {
  font-family: 'Material Icons Round';
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 30px;
  text-align: center;
  color: #000;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.top_links .item:first-of-type a::before {
  content: "border_color";
}

.top_links .item:nth-of-type(2) a::before {
  content: "volunteer_activism";
}

.top_links .item:nth-of-type(3) a::before {
  content: "calendar_month";
}


/* document_request  ======================================== */

.document_request {
  padding: 70px 0;
  background-color: #000;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.document_request::after {
  content: '';
  opacity: .8;
  background-image: url(../../ja/application/images/bg_document_request.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background-attachment: fixed;
}

@media screen and (max-width: 1140px) {
  .document_request .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.document_request h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.required_txt {
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
}

.document_request #form {
  margin-bottom: 2em;
}

.document_request #form .required {
  display: inline-block;
  background-color: red;
  font-size: 11px;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 50px;
}

.document_request #form .flex_unit_tb {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.en .document_request #form .flex_unit_tb {
  max-width: 900px;
}

.document_request #form .flex_unit_tb dt {
  color: #fff;
  width: 200px;
  font-weight: 700;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.en .document_request #form .flex_unit_tb dt {
  width: 300px;
}

.document_request #form .flex_unit_tb dd {
  width: calc(100% - 200px);
  padding-bottom: 20px;
}

.en .document_request #form .flex_unit_tb dd {
  width: calc(100% - 300px);
}

@media screen and (max-width: 840px) {
  .document_request #form .flex_unit_tb dt {
    width: 100%;
    padding-top: 0.5em;
    padding-right: 0px;
  }

  .en .document_request #form .flex_unit_tb dt {
    width: 100%;
  }

  .document_request #form .flex_unit_tb dd {
    width: 100%;
    padding-bottom: 15px;
  }

  .en .document_request #form .flex_unit_tb dd {
    width: 100%;
  }
}

.document_request #form .errors {
  display: inline-block;
  background-color: red;
  font-size: 12px;
  padding: 3px 10px 3px 20px;
  line-height: 1;
  color: #ffffff;
  position: relative;
}

.document_request #form .errors::after {
  font-family: 'Material Icons Round';
  content: "warning";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 13px;
}

.document_request #form input {
  height: 2.7em;
  width: 100%;
  padding: 0 16px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.document_request #form input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.document_request #form #submit {
  transition: all 400ms ease;
  border: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.document_request #form #submit:hover {
  background-color: #D92681;
}

.document_request #form #submit:focus {
  outline: 0;
  background-color: #000;
}


/* ローダー */

.loader {
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .txt {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
}


/* モーダル画面 */

.ui-dialog {
  max-width: 500px !important;
}

.ui-dialog-titlebar {
  position: relative;
}

.ui-dialog-title {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #efefef;
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
  padding: 30px 30px 0;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 50px;
  background-color: #fff;
  color: transparent;
  font-size: 5px;
}

.ui-dialog-titlebar-close::before {
  font-family: 'Material Icons Round';
  content: "close";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  right: 5px;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #aaa;
  transition: all 400ms ease;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.ui-dialog-titlebar-close:hover {
  background-color: #000;
}

.ui-dialog-titlebar-close:hover::before {
  background-color: #000;
}

#dialog-confirm {
  background-color: #efefef;
  padding: 0 30px 30px;
}

#dialog-confirm .material-icons-round {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#dialog-confirm .confi_txt {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}

#dialog-confirm .confirm_det {
  display: flex;
  flex-wrap: wrap;
}

#dialog-confirm .confirm_det .form_title {
  width: 8em;
}

#dialog-confirm .confirm_det .content_confi {
  width: calc(100% - 8em);
  font-weight: 700;
}

.ui-dialog-buttonset {
  width: 100%;
  text-align: center;
  /* display: flex; */
  justify-content: space-around;
  /* padding: 0 30px 30px; */
  padding: 0 30px 60px;
  background-color: #efefef;
}

.ui-dialog-buttonset .ui-button {
  /* width: 48%; */
  width: 100%;
  padding: 15px;
  font-weight: 700;
  background-color: #aaa;
  border: none;
  border-radius: 50px;
  color: #fff;
  transition: all 400ms ease;
}

.ui-dialog-buttonset .ui-button:hover {
  background-color: #D92681;
}

.ui-dialog-buttonset .ui-button:last-of-type {
  background-color: #00b1eb;
  position: relative;
  margin-top: 2%;
}

.ui-dialog-buttonset .ui-button:last-of-type::after {
  position: absolute;
  white-space: pre;
  content: "「送信する」ボタンは1度だけ押してください。\A※画面が切り替わる前に2度3度とボタンを押さないでください。";
  color: #000;
  bottom: -90%;
  left: 0;
  right: 0;
  margin: auto;
}

.en .ui-dialog-buttonset .ui-button:last-of-type::after {
  content: "Please press the 'Submit' button only once.\A Do not press the button twice or thrice before the screen switches! ";
}

.ui-dialog-buttonset .ui-button:last-of-type:hover {
  background-color: #D92681;
}

@media screen and (max-width: 540px) {
  .ui-dialog-buttonset {
    display: block;
  }

  .ui-dialog-buttonset .ui-button:last-of-type::after {
    font-size: .7rem;
  }
}