body, h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}
*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box;}
html { font-size: 62.5%;}
body {
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
}
div {
  margin: 0;
  padding: 0;
}
img {
  /*width: auto;
  max-width: 100%;*/
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border-style: none;
  max-height: 190px;
  width: auto;
}
a { text-decoration: none;}
.embed-responsive {
  position: relative;
  padding-top: 56%;
}
.embed-responsive > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
      pointer-events: none;
      text-decoration: none;
  }
}


.mb0 { margin-bottom: 0px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.mt0 { margin-top: 0px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.text-center { text-align: center !important;}
.text-left { text-align: left !important;}
.text-right { text-align: right !important;}

.pc-only { display: block !important;}
.sp-only { display: none !important;}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
/*
  height: 126px;
*/
  background: #fff;
  z-index: 100;
  margin: 0 auto;
  padding: 0 0px 0 0px;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 980px;
  height: 60px;
/*
  max-width: 1240px;
  height: 126px;
*/
  margin: 0 auto;
}
header h1 {
  width: 260px;
  margin-bottom: 7px;
/*
  margin-bottom: 26px;
*/
}
@media (min-width: 769px) {
  header h1 img {
    max-width: 80%;
  }
}
header .h_nav {
  width: 70%;
  max-width: 830px;
}
header .h_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header .h_nav ul li {
  margin: 0 0 0 4%;
  padding-bottom: 23px
}
header .h_nav ul li a {
  display: block;
  text-align:center;
  position: relative;
  font-size: 1.18vw;
/*
  font-size: 1.56vw;
*/
  color: #8D8D8E;
  text-decoration: none;
  transition: .4s;
}
header .h_nav ul li:last-child {
  margin-right: 10px;
}
header .h_nav ul li.current a {
  color: #0069C8;
  font-weight: bold;
  transition: .4s;
}
header .h_nav ul li a::after {
  transition: .4s;
}
header .h_nav ul li.current a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: #0069C8;
  bottom: -23px;
  left: 0;
  transition: .4s;
}
@media (min-width: 769px) {
  header .h_nav ul li:nth-child(1) {
    width: 13%;
    text-align: right;
  }
  header .h_nav ul li:nth-child(2) {
    width: 27%;
    text-align: right;
  }
  header .h_nav ul li:nth-child(3) {
    width: 30%;
    text-align: right;
  }
  header .h_nav ul li:nth-child(4) {
    width: 30%;
    text-align: right;
  }
  header .h_nav ul li:hover a {
    color: #0069C8;
    font-weight: bold;
    position: relative;
    letter-spacing: 0;
  }
  header .h_nav ul li:hover a::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    background: #0069C8;
    bottom: -23px;
    left: 0;
  }
}


main {
  display: block;
  width: 100%;
  margin: 0 auto 0px;
  background: #ffffff;
  padding-top: 60px;
}

.main_img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg_main.png) no-repeat top center #D7DCDE;
  background-size: 100% auto, 100%;
}
.main_img .box {
  position: relative;
}


/*近藤追記*/
.title_img,.title_img_en,.title_img_register,.title_img_privacy_policy,.title_img_cookies_policy {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 15.30612244%;
  margin: 0 auto;
  background: url(../images/bg_webinar.jpg) no-repeat top center #D7DCDE;
  background-size: 100% auto, 100%;
}

.title_img h2 {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 36%;
  left: 36vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.1;
}
.title_img_en h2 {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 36%;
  left: 32vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.1;
}
.title_img_en h2 {
  position: static;
  transform: unset;
  text-align: left;
  max-width: 980px;
  margin: -9.306122% auto;
}

.title_img_register h2 {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 23%;
  left: 36vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.1;
}
.title_img_register .title_img_text_container h2 {
  font-size: 2.0em;
  position: static;
  margin: 32px 0 0;
  padding: 0;
  text-align: left;
  transform: unset;
}
.title_img_register p {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 54%;
  left: 22.5vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.1;
}

.title_img_register .title_img_register_en {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 54%;
  left: 33vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.1;
}
.title_img_register .title_img_text_container .title_img_register_en {
  position: static;
  transform: unset;
  text-align: left;
  margin-top: 40px;
  font-size: 1.5em;
}

.title_img_privacy_policy h2,.title_img_cookies_policy h2 {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 36%;
  left: 29vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.1;
}

.registration_form {
  overflow: hidden;
  margin: 50px auto 70px;
  width: 90%;
  max-width: 500px;
}



@media (min-width: 769px) {
  .main_img .box {
    width: 70%;
    max-width: 768px;
/*
    max-width: 70%;
*/
    margin: 0 auto;
  }
}
.main_img .box h2 {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 4.13%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  font-family: "Arial";
  color: #0069C8;
  font-weight: bold;
  font-size: 2.5vw;
/*
  font-size: 6.5vw;
*/
  line-height: 1.1;
}
.main_img .box h2 span {
  display: block;
  font-size: 1.5vw;
/*
  font-size: 2.2vw;
*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin-top: 20px;
}
.main_img .box {
  position: relative;
}
.main_img .link01 {
  position: absolute;
  z-index: 5;
  top: 40.5%;
  left: 8.2%;
  width: 12.9%;
  transition: .4s;
}
.main_img .link02 {
  position: absolute;
  z-index: 5;
  top: 34.1%;
  left: 41.9%;
  width: 16.5%;
  transition: .4s;
}
.main_img .link03 {
  position: absolute;
  z-index: 5;
  top: 53.4%;
  left: 57.7%;
  width: 12.9%;
  transition: .4s;
}
@media (min-width: 769px) {
  .main_img .link01:hover {
    opacity: 0.7;
  }
  .main_img .link02:hover {
    opacity: 0.7;
  }
  .main_img .link03:hover {
    opacity: 0.7;
  }
}
.main_img .img_cloud {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  animation-name:updown1;
  animation-delay:0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.main_img .img_balloon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.main_img .img_earth {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main_img .img_bottom {
  position: relative;
  z-index: 10;
  margin-top: -120px;
}
.main_img .img_bottom img {
  width: 100%;
}

.main_img .img_main img {
  width: 100%;
}

main h3.h3_ttl {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5vw;
  color: #0069C8;
  padding: 0px 0 0 60px;
  margin: 0 0;
  height: 57px;
  /*line-height: 57px;*/
  font-size: 2.2vw;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
main h3.h3_ttl::before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 43px;
/*
  width: 66px;
  height: 57px;
*/
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_h3.png) no-repeat;
  background-size: 50px 43px;
/*
  background-size: 66px 57px;
*/
}
main .message h3.h3_ttl {
  font-size: 1.5vw;
  padding: 0px 0 0 58px;
  margin: 0 0 15px;
  height: 39px;
  line-height: 38px;
}
main .message h3.h3_ttl::before {
  width: 44px;
  height: 38px;
  background-size: 44px 38px;
}
.webinar {
  display: block;
  width: 98%;
  max-width: 768px;
/*
  max-width: 1240px;
*/
  /*margin: 0 auto 13px;*/
  margin: 0 auto 20px;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: start;
}
.webinar .img_cell {
  /*width: 35%;*/
/*
  width: 46.7%;
*/
  width: auto;
  margin-right: 25px;
}
.webinar .img_cell_2nd_ptn {
  width: 22%;
}
.webinar .img_cell_3rd_ptn {
  width: 42%;
}
.webinar .img_cell p {
  font-size: 1.18vw;
/*
  font-size: 1.38vw;
*/
  margin: 15px 0 0px;
  line-height: 1.9;
  color: #5A5958;
}
.webinar .img_cell p span {
  font-size: 1.5vw;
/*
  font-size: 1.94vw;
*/
}
.webinar .txt_cell {
  /*width: 62%;*/
/*
  width: 46.7%;
*/
  width: auto;
}
.webinar .txt_cell_2nd_ptn {
width: 75%;
}
.webinar .txt_cell_3rd_ptn {
width: 55%;
}
.webinar .txt_cell .ttl {
  font-size: 1.9vw;
  margin: 0 0 10px;
  font-weight: bold;
  color: #0069C8;
  word-wrap: break-word;
}
.webinar .txt_cell .date_time {
  font-size: 1.5vw;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 2;
  color: #5A5958;
}
.webinar .txt_cell .role,.webinar .txt_cell_2nd_ptn .role,.webinar .txt_cell_3rd_ptn .role {
  font-size: 1.4vw;
  font-weight: bold;
  margin: 0 0;
  color: #0069C8;
  word-wrap: break-word;
}
.webinar .txt_cell .name,.webinar .txt_cell_2nd_ptn .name,.webinar .txt_cell_3rd_ptn .name {
  font-size: 1.9vw;
  font-weight: bold;
  margin: 0 0 0px;
  line-height: 1.6;
  color: #5A5958;
  word-wrap: break-word;
}
.webinar .txt_cell .position {
  font-size: 1.3vw;
  margin: 0 0 20px;
  line-height: 1.4;
  color: #5A5958;
  word-wrap: break-word;
}
.webinar .txt_cell_2nd_ptn .position_2nd_ptn,.webinar .txt_cell_3rd_ptn .position_2nd_ptn {
  font-size: 1.3vw;
  margin: 5px 0 10px;
  line-height: 1.4;
  color: #5A5958;
  word-wrap: break-word;
}
.webinar .txt_cell .career {
  font-size: 1.3vw;
  margin: 0 0 10px;
  line-height: 1.3;
  color: #5A5958;
  word-wrap: break-word;
}
.webinar .txt_cell .career span {
  font-weight: bold;
}
.keynote_speech_ttl {
  /*width: 98%;*/
  max-width: 768px;
  margin: 0 auto;
}
.keynote_speech_ttl .h3_ttl {
  font-size: 1.5vw;
}
.keynote_speech_ttl .ttl {
  padding-bottom: 15px;
  color: #0069C8;
  font-size: 2.0vw;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
.keynote_speech_ttl h2.ttl {
  font-size: 1.5em;
}
.keynote_speech_ttl .date_time {
    font-size: 1.25vw;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 1;
    color: #5A5958;
}


.ttl_and_date_time {
    width: 98%;
    max-width: 768px;
    margin: 0 auto 20px;
    font-size: 1.5vw;
    font-weight: bolder;
    color: #5A5958;
    line-height: 1.5;
}


.privacy_policy,.cookies_policy {
  width: 85%;
  max-width: 550px;
  margin: 50px auto 80px;
  word-wrap: break-word;
}
.privacy_policy h3,.cookies_policy h3 {
  font-size: 1.9vw;
  line-height: 3.8vw;
  color: #0069C8;
}
.privacy_policy b,.cookies_policy b {
  display: block;
  font-size: 1.7vw;
  /*line-height: 2.5vw;*/
  color: #0069C8;
  margin-bottom: 10px;
}
.privacy_policy p,.cookies_policy p{
  font-size: 1.4vw;
  line-height: 2.2vw;
  margin-bottom: 1.8vw;
  color: #5A5958;
}
.privacy_policy a {
  color: #5A5958;
  text-decoration: none;
  padding-left: 15px;
}
.cookies_policy a{
  /*color: #5A5958;*/
  text-decoration: none;
}
.privacy_policy a:hover,.cookies_policy a:hover {
  text-decoration: underline;
}
.webinar2 {
  width: 98%;
  max-width: 768px;
  margin: 0 auto 75px;
  overflow: hidden;
}
.webinar2 .webinar_summary {
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.8;
  color: #0069C8;
}
.webinar2 .txt {
  font-size: 1.3vw;
  margin: 0 0 0px;
  line-height: 1.6;
  color: #5A5958;
  word-wrap: break-word;
}
.webinar2 a.link {
  display: block;
  position: relative;
  background: #0069C8;
  border-radius: 32px;
  color: #fff;
  width: 300px;
  margin: 0 auto;
  padding: 0 0 0 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.3vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
}
.webinar2 a.link::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_link.png) no-repeat;
  background-size: 32px 32px;
}

h3.h3_ttl_2nd_ptn {
  display: flex;
  align-items: center;
  position: relative;
  color: #0069C8;
  padding: 0px 0 0 60px;
  margin: 0 auto 15px;
  width: 98%;
  max-width: 768px;
  height: 100%;
  min-height: 50px;
  /* line-height: 57px; */
  font-size: 1.9vw;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}
h3.h3_ttl_2nd_ptn::before {
  display: block;
  position: absolute;
  content: "";
  width: 50px;
  height: 43px;
/*
  width: 66px;
  height: 57px;
*/
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_h3.png) no-repeat;
  background-size: 50px 43px;
/*
  background-size: 66px 57px;
*/
}

.timetable {
  margin: 0 auto 75px;
  width: 98%;
  max-width: 768px;
}

.timetable img {
  width: 768px;
}

.contents {
  display: block;
  width: 98%;
  max-width: 768px;
  margin: 0 auto 70px;
/*
  max-width: 1240px;
  margin: 0 auto 100px;
*/
}
.contents ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents ul li {
  width: 46.7%;
  margin-bottom: 20px;
}
.contents ul li .movie {
  display: block;
  margin-bottom: 5px;
}
.contents ul li .movie iframe {
  width: 100%;
  height: 326px;
}
.contents ul li a.link {
  display: block;
  position: relative;
  background: #0069C8;
  border-radius: 32px;
  color: #fff;
  width: 100%;
  margin: 20px 0 0;
/*
  padding: 0 0 0 60px;
*/
  padding: 0 0 0 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.18vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
/*
  height: 64px;
  line-height: 64px;
  font-size: 1.8vw;
*/
}
.contents ul li a.link::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_link.png) no-repeat;
  background-size: 32px 32px;
/*
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
*/
}
@media (min-width: 769px) {
  .contents ul li a.link:hover {
    opacity: 0.7;
  }
}

.area .area_top {
  background: -moz-linear-gradient(top, #FFF, #d0e3f4);
  background: -webkit-linear-gradient(top, #fff, #d0e3f4);
  background: linear-gradient(to bottom, #fff, #d0e3f4);
}
.area .area_top h3 {
  text-align: center;
  margin: 0 0 50px;
  line-height: 1;
}
.area .area_top h3 span {
  position: relative;
  padding: 0 108px;
  font-size: 2.0vw;
  color: #727171;
  font-weight: normal;
}
.area .area_top h3 span::before,
.area .area_top h3 span::after {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 2px;
  background: #727171;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.area .area_top h3 span::before {
  left: 0%;
}
.area .area_top h3 span::after {
  right: 0%;
}
.area ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 98%;
  max-width: 768px;
/*
  max-width: 1240px;
*/
  margin: 0 auto;
}
.area ul.pc-only {
  display: flex !important;
}
.area ul li {
  width: 21.7%;
  margin: 0 1.5% 35px;
}
.area ul li:nth-child(1) {
  margin: 0 3% 35px 0%;
}
.area ul li:nth-child(4) {
  margin: 0 0 35px 3%;
}
.area ul li .icon {
  width: 50px;
/*
  width: 97px;
*/
  margin: 0 auto 20px;
}
.area ul li .txt_date {
  font-size: 1.2vw;
/*
  font-size: 1.66vw;
*/
  color: #717071;
  text-align: center;
  margin: 0 0 0px;
  font-weight: bold;
}
.area ul li .txt_date span {
  font-size: 1.5vw;
/*
  font-size: 2.4vw;
*/
}
.area ul li a {
  display: block;
  position: relative;
  background: #0069C8;
  border-radius: 18px;
  color: #fff;
  height: 36px;
  width: 180px;
  margin: 15px auto 15px;
  padding: 0 0 0 10px;
  line-height: 36px;
  font-size: 1.05vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
}
.area ul li a::after {
  display: block;
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_link.png) no-repeat;
  background-size: 28px 28px;
}
@media (min-width: 769px) {
  .area ul li a:hover {
    opacity: 0.7;
  }
}
.area ul li .txt_country {
  font-size: 1.5vw;
/*
  font-size: 3.5vw;
*/
  color: #717071;
  text-align: center;
  margin: 0 0 0px;
  font-weight: bold;
}


.area .box {
  position: relative;
}
.area .box img {
  width: 100%;
}
@media (min-width: 769px) {
  .area .box {
    background: url(../images/bg_area.png) no-repeat;
    background-size: 100% 100%;
  }
  .area .box img {
    width: 100%;
    max-width: 768px;
    /*
    width: 70%;
    */
    margin: 0 auto;
  }
}

.area .box .link {
  position: absolute;
  bottom: 5.1%;
  display: block;
  width: 95%;
  max-width: 837px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.area .box .link a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 32px;
  color: #0069C8;
  width: 80%;
  margin: 0px auto 0;
  padding: 0 0 0 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.5vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
/*
  line-height: 64px;
  font-size: 1.8vw;
*/
}
.area .box .link a::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_area.png) no-repeat;
  background-size: 32px 32px;
  transition: .4s;
/*
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
*/
}
@media (min-width: 769px) {
  .area .box .link a:hover {
    background: #163D70;
    color: #fff;
  }
  .area .box .link a:hover::after {
    background: url(../images/icon_btn_link.png) no-repeat;
    background-size: 52px 52px;
  }
}


.modal-open,
.modal-open02 {
  cursor: pointer;
  transition: .4s;
}
@media (min-width: 769px) {
  .modal-open:hover,
  .modal-open02:hover {
    opacity: 0.7;
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,
.modal-container02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,70%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container02.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal-close02 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
.modal-content iframe{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 370px;
}

/* footer */
footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #0e72ca;
}
footer p {
  display: block;
  width: 98%;
  max-width: 768px;
  margin: 0 auto;
  padding: 67px 0 55px;
  font-size: 1.18vw;
  color: #fff;
  text-align: center;
  /*border-top: 1px solid #FFFFFF;*/
}

.webinar_footer{
  /*position: relative;*/
  overflow: hidden;
}
.webinar_footer p {
    display: block;
    width: 98%;
    max-width: 768px;
    margin: 0 auto;
    padding: 30px 0 55px;
    font-size: 1.18vw;
    color: #fff;
    text-align: center;
}
.webinar_footer ul{
  /*position: absolute;
  z-index: 20;
  top: 0%;
  left: 73vw;*/
  display: flex;
  justify-content: flex-end;
  margin: 30px 50px;
}
.webinar_footer a.link {
  /*display: inline-block;*/
  padding: 0 20px;
  color: #fff;
  font-size: 1.18vw;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  width: 20vw;
  /*background: url(../images/icon_link.png) 0 50% no-repeat;
  background-size: 10px 10px;*/
}
.webinar_footer a.link:hover {
  text-decoration: underline;
}

.registration_thanks {
  margin: 100px auto;
}

.registration_thanks h3 {
  width: 90%;
  max-width: 768px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 2.5vw;
  color: #5A5958;
  font-weight: bold;
}
.registration_thanks p {
  width: 90%;
  max-width: 768px;
  margin: 0 auto 3vw;
  text-align: center;
  font-size: 1.6vw;
  color: #5A5958;
}
.registration_thanks p.notice {
  width: 90%;
  max-width: 768px;
  margin: 0 auto 1.8vw;
  text-align: center;
  font-size: 1.2vw;
  color: #5A5958;
}
.registration_thanks a.link {
  display: block;
  position: relative;
  background: #0069C8;
  border-radius: 32px;
  color: #fff;
  width: 300px;
  margin: 80px auto 0;
  padding: 0 0 0 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.4vw;
  text-decoration: none;
  font-weight: bold;
  transition: .4s;
  }
.registration_thanks a.link::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
  background: url(../images/icon_btn_link.png) no-repeat;
  background-size: 32px 32px;
  }

.title_img_text_container {
  max-width: 980px;
  position: relative;
  margin-top: -15.30612244%;
  margin-left: auto;
  margin-right: auto;
}




@media (min-width: 1200px) {
  header .h_nav {
    width: 70%;
    max-width: 830px;
  }
  header .h_nav ul li {
    margin: 0 0 0 50px;
    padding-bottom: 23px
  }
  header .h_nav ul li a {
    font-size: 16px;
  }
  .main_img .box h2 {
    font-size: 2.5vw;
  }
  .main_img .box h2 span {
    font-size: 1.5vw;
  }
/*
  .main_img .box h2 {
    font-size: 6.5vw;
  }
  .main_img .box h2 span {
    font-size: 2.2vw;
  }
*/
  .title_img h2,.title_img_en h2 {
    top: 41%;
    left: 35vw;
    font-size: 3.4vw;
  }
 
  .title_img_register h2 {
    /*top: 24%;
    left: 43vw;
    font-size: 3vw;
    left: 31%;
    font-size: 2.0em;*/
    font-size: 2.0em;
    position: static;
    margin: 32px 0 0;
    padding: 0;
    text-align: left;
    transform: unset;
  }

  .title_img_register p {
    /*top: 54%;
    left: 31vw;
    font-size: 2.5vw;*/

  }
  .title_img_register .title_img_register_en {
    /*top: 54%;
    left: 40vw;
    font-size: 2.5vw;*/
    position: static;
    transform: unset;
    text-align: left;
    margin-top: 40px;
    font-size: 1.5em;
  }
  .title_img_privacy_policy h2,.title_img_cookies_policy h2 {
    top: 41%;
    left: 33vw;
    font-size: 3vw;
  }

  main h3.h3_ttl {
    font-size: 20px;
  }
  main .webinar h3.h3_ttl {
    font-size: 22px;
  }
  .webinar .img_cell p {
    font-size: 16px;
/*
    font-size: 20px;
*/
  }
  .webinar .img_cell p span {
    font-size: 24px;
/*
    font-size: 28px;
*/
  }
  .webinar .txt_cell .ttl {
    font-size: 26px;
  }
  .webinar .txt_cell .role,.webinar .txt_cell_2nd_ptn .role,.webinar .txt_cell_3rd_ptn .role {
    font-size: 16px;
  }
  .webinar .txt_cell .name,.webinar .txt_cell_2nd_ptn .name,.webinar .txt_cell_3rd_ptn .name {
    font-size: 26px;
  }
  .webinar .txt_cell .position,.webinar .txt_cell_2nd_ptn .position_2nd_ptn,.webinar .txt_cell_3rd_ptn .position_2nd_ptn {
    font-size: 17px;
  }
  .webinar .txt_cell .career {
    font-size: 16px;
  }

  .webinar2 {
    width: 98%;
    max-width: 768px;
  }

  .webinar2 a.link::after {
    display: block;
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/icon_btn_link.png) no-repeat;
    background-size: 32px 32px;
  }
  .webinar2 .webinar_summary {
  font-size: 16px;
  }
  .webinar2 .txt {
    font-size: 16px;
  }
  .webinar2 a.link {
    font-size: 16px;
  }

  h3.h3_ttl_2nd_ptn {
    font-size: 26px;
  }

  .contents ul li a.link {
    font-size: 18px;
  }
  .area .area_top h3 span {
    font-size: 30px;
  }
  .area ul li .txt_date {
    font-size: 16px;
/*
    font-size: 24px;
*/
  }
  .area ul li .txt_date span {
    font-size: 22px;
/*
    font-size: 35px;
*/
  }
  .area ul li a {
    font-size: 15px;
  }
  .area ul li .txt_country {
    font-size: 28px;
/*
    font-size: 51px;
*/
  }
  .area .box .link a {
    font-size: 20px;
  }
  footer p {
    font-size: 16px;
  }

.registration_thanks p {
  font-size: 1.4vw;
  }
.registration_thanks p.notice {
  font-size: 1.1vw;
  }
.registration_thanks a.link {
    font-size: 20px;
  }
.privacy_policy, .cookies_policy {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
  .sub-header {
    text-align: center;
  }
  .sub-header p {
    font-size: 1.0em;
    color: #0069C8;
    font-weight: 600;
    margin-top: 25px;
  }
}



@media (max-width: 768px) {
  .pc-only { display: none !important;}
  .sp-only { display: block !important;}

  header {
    width: 100%;
    height: 80px;
/*
    height: 110px;
*/
  }
  header .header_inner {
    justify-content:flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 90%;
    height: 80px;
/*
    height: 110px;
*/
  }
  header h1 {
    width: 100%;
    margin-bottom: 0px;
  }
  header h1 img {
    width: 162px;
  }
  header .h_nav {
    width: 100%;
    max-width: 830px;
  }
  header .h_nav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  header .h_nav ul li {
    margin: 0 18px 0 0;
    padding-bottom: 10px;
  }
  header .h_nav ul li a {
    font-size: 10px;
  }
  header .h_nav ul li.current a::after {
    height: 3px;
    bottom: -10px;
/*
    bottom: -16px;
*/
    left: 0;
  }

  main {
    display: block;
    width: 100%;
    margin: 0 auto 0px;
    background: #ffffff;
    padding-top: 80px;
  }
  .main_img .box h2 {
    top: 4.13%;
    font-size: 28px;
    line-height: 30px;
  }
  .main_img .box h2 span {
    font-size: 16px;
    margin-top: 10px;
  }
  .main_img .box {
    position: relative;
  }
  .main_img .link01 {
    position: absolute;
    z-index: 5;
    top: 47.0%;
    left: 9.6%;
    width: 22.6%;
  }
  .main_img .link02 {
    position: absolute;
    z-index: 5;
    top: 23.3%;
    left: 35.7%;
    width: 28.5%;
  }
  .main_img .link03 {
    position: absolute;
    z-index: 5;
    top: 57.8%;
    left: 57.8%;
    width: 22.6%;
  }
  .main_img .img_cloud {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    animation-name:updown1;
    animation-delay:0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  @keyframes updown1 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .main_img .img_bottom {
    margin-top: -60px;
/*
    margin-top: -90px;
*/
  }
  .title_img_register .title_img_text_container h2 {
    font-size: 1.5em;
  }
  .title_img_text_container {
    max-width: 90%;
  }
  .title_img h2 {
    top: 37%;
    left: 36vw;
    font-size: 3.8vw;
  }
  .title_img_en h2 {
    top: 37%;
    left: 30vw;
    font-size: 3.8vw;
    margin-left: 5%;
  }
  .title_img_privacy_policy h2,.title_img_cookies_policy h2 {
    top: 37%;
    left: 22vw;
    font-size: 3.8vw;
  }
  main h3.h3_ttl {
    font-size: 14px;
    padding: 0px 0 0 48px;
    margin: 0 0 10px;
    min-height: 37px;
  }
  main h3.h3_ttl::before {
    width: 37px;
    height: 32px;
    background-size: 37px 32px;
  }
  main .webinar h3.h3_ttl {
    font-size: 22px;
    padding: 0px 0 0 58px;
    margin: 0 0 15px;
    min-height: 38px;
  }
  main .webinar h3.h3_ttl::before {
    width: 43px;
    height: 37px;
    background-size: 43px 37px;
  }
  .webinar {
    padding-top: 20px;
    background: #fff;
    width: 100%;
/*
    width: 90%;
*/
    margin: 0 auto 20px;
    flex-direction: column;
  }
  .webinar .img_cell img{
    max-width: 50%;
  }
  .webinar .img_cell,.webinar .img_cell_2nd_ptn,.webinar .img_cell_3rd_ptn {
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }
  
  .webinar .img_cell p {
    font-size: 10px;
    margin: 8px 0 0px;
    line-height: 21px;
  }
  .webinar .img_cell p span {
    font-size: 15px;
  }
  .webinar .txt_cell,.webinar .txt_cell_2nd_ptn,.webinar .txt_cell_3rd_ptn {
    width: 90%;
    margin: 0 auto;
/*
    width: 100%;
*/
  }
  .webinar .txt_cell .ttl {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px;
  }
  .webinar .txt_cell .role,.webinar .txt_cell_2nd_ptn .role,.webinar .txt_cell_3rd_ptn .role {
    font-size: 16px;
    margin: 0 0 0px;
    line-height: 2;
  }
  .webinar .txt_cell .name,.webinar .txt_cell_2nd_ptn .name,.webinar .txt_cell_3rd_ptn .name {
    font-size: 21px;
    margin: 0 0 10px;
    line-height: 1.6;
  }
  .webinar .txt_cell .position {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 22px;
  }
  .webinar .txt_cell_2nd_ptn .position_2nd_ptn,.webinar .txt_cell_3rd_ptn .position_2nd_ptn {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 22px;
  }
  .webinar .txt_cell .career {
    font-size: 16px;
    margin: 0 0;
    line-height: 22px;
  }
  .keynote_speech_ttl {
    width: 90%;
  }
  .keynote_speech_ttl .h3_ttl {
    font-size: 22px;
  }
  .keynote_speech_ttl .ttl{
    font-size: 24px;
  }
  .keynote_speech_ttl .date_time{
    font-size: 21px;
    margin: 0 0 10px;
    line-height: 1.6;
  }

    
  .ttl_and_date_time .date_time{
    width: 90%;
    margin: 0 auto 20px;
    font-size: 20px;
  }


  .webinar2 {
    width: 90%;
    margin: 0 auto 90px;
  }
  .webinar2 .webinar_summary {
    font-size: 16px;
    margin: 0 0 0px;
    line-height: 2;
  }
  .webinar2 .txt {
    font-size: 16px;
    margin: 0 0 0px;
    line-height: 24px;
  }
  .webinar2 a.link {
    font-size: 14px;
  }

  h3.h3_ttl_2nd_ptn {
    font-size: 22px;
    width: 90%;
  }

.timetable {
  width: 90%;
}

  .contents {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents ul {
    flex-direction: column;
  }
  .contents ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents ul li:last-child {
    margin-bottom: 0px;
  }
  .contents ul li .movie {
    display: block;
    margin-bottom: 5px;
  }
  .contents ul li .movie iframe {
    width: 100%;
    height: 326px;
  }
  .contents ul li a.link,.webinar a.link {
    border-radius: 18px;
    height: 36px;
    width: 100%;
    margin: 12px 0 0;
    padding: 0 0 0 18px;
    line-height: 36px;
    font-size: 14px;
  }
  .contents ul li a.link::after {
    display: block;
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../images/icon_btn_link.png) no-repeat;
    background-size: 32px 32px;
  }

  .area .area_top {
    background: -moz-linear-gradient(top, #FFF, #d0e3f4);
    background: -webkit-linear-gradient(top, #fff, #d0e3f4);
    background: linear-gradient(to bottom, #fff, #d0e3f4);
  }
  .area .area_top h3 {
    margin: 0 0 42px;
  }
  .area .area_top h3 span {
    padding: 0 55px;
    font-size: 18px;
  }
  .area .area_top h3 span::before,
  .area .area_top h3 span::after {
    width: 28px;
    height: 2px;
  }
  .area .area_top h3 span::before {
    left: 0%;
  }
  .area .area_top h3 span::after {
    right: 0%;
  }
  .area ul {
    width: 90%;
  }
  .area ul.pc-only {
    display: none !important;
  }
  .area ul.sp-only {
    display: flex !important;
  }
  .area ul li {
    width: 50%;
    margin: 0 0% 40px;
  }
  .area ul li:nth-child(1) {
    margin: 0 0% 40px;
  }
  .area ul li:nth-child(4) {
    margin: 0 0% 40px;
  }
  .area ul li .icon {
    width: 70px;
    margin: 0 auto 12px;
  }
  .area ul li .txt_date {
    letter-spacing: -0.02em;
    font-size: 16px;
    margin: 0 0 0px;
  }
  .area ul li .txt_date span {
    font-size: 23px;
  }
  .area ul li a {
    border-radius: 18px;
    height: 26px;
    width: 132px;
    margin: 15px auto 5px;
    padding: 0 0 0 10px;
    line-height: 26px;
    font-size: 10px;
  }
  .area ul li a::after {
    width: 21px;
    height: 21px;
    right: 3px;
    background-size: 21px 21px;
  }
  .area ul li .txt_country {
    font-size: 37px;
  }
  .area ul li:nth-child(3) .txt_country {
    font-size: 32px;
    padding-top: 5px;
  }
  .area .box {
    position: relative;
  }
  .area .box .link {
    position: absolute;
    bottom: 5.1%;
    display: block;
    width: 95%;
    max-width: 837px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .area .box .link a {
    border-radius: 18px;
    height: 36px;
    width: 334px;
    margin: 0px auto 0;
    padding: 0 0 0 16px;
    line-height: 36px;
    font-size: 10px;
  }
  .area .box .link a::after {
    width: 29px;
    height: 29px;
    right: 6px;
    background-size: 29px 29px;
  }
  /* footer */
  footer p {
    width: 90%;
    padding: 20px 0 25px;
    font-size: 12px;
  }
  .webinar_footer ul {
    margin: 30px 15px;
  }
  .webinar_footer a.link {
    padding: 0 15px;
    font-size: 2vw;
  }
  .registration_thanks {
    margin: 50px auto;
  }
  .registration_thanks h3 {
    font-size: 4vw;
    margin: 0 auto 30px;
  }
  .registration_thanks p {
    font-size: 2.5vw;
    margin-bottom: 6vw;
  }
  .registration_thanks p.notice {
    font-size: 1.8vw;
}
  .registration_thanks a.link {
    font-size: 14px;
    margin: 40px auto 0;
  }
  .privacy_policy h3, .cookies_policy h3 {
    font-size: 22px;
    line-height: 28px;
    color: #0069C8;
    margin-bottom: 10px;
  }
  .privacy_policy b,.cookies_policy b {
    font-size: 18px;
    /* line-height: 26px; */
    margin-bottom: 10px;
  }
  .privacy_policy p,.cookies_policy p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .title_img_register .title_img_text_container h2 {
    font-size: 1em;
  }
}

@media (max-width: 414px){
  h3.h3_ttl_2nd_ptn {
    font-size: 20px;
    width: 90%;
  }
}


.unordered-list {
  list-style: disc;
  padding-left: 30px;
}
.unordered-list > li {
  margin-bottom: 8px;
  color: #5A5958;
}
.webinar_date_info {
  margin-bottom: 20px;
}