@charset "UTF-8";


* {
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

address {
  font-style: normal;
  margin: 30px auto 50px auto;
  margin-bottom: 50px;
}

:root {
  --color-bg: #fff;
  --text-black: #0068b7;
  --color-primary: #ffe100;
  --color-secondary: #00b2d6;
  --color-danger: #00bb6a;
  --color-blue: #0b308d;
  --color-bg3: #c7e6ea;
}



header ul li,
header ol li {
  font-weight: 600;
  color: var(--text-black);
  list-style: none;
  margin: 10px 0;
  padding: 0 2em;
  border-right: 1px solid var(--text-black);
  box-sizing: border-box;
}

.menu_fast{
    border-left: 1px solid var(--text-black) ;
}
ul {
  display: flex;
  justify-content: center;
}

ul .li_last,
table,
th,
td {

  border: none;
}



.inner {
  text-align: center;
  display: block;
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 50px;
}

a {
  display: block;
}

img {
  display: block;
  margin: 10px auto;
}

.text,
p {
  color: var(--text-black);
  margin: 15px auto;
}


.tx_little {
  font-size: 12px;
}

.tx_big {
  font-size: 40px;
  font-weight: 600;
}


.p_box {
  display: block;
  padding: 20px30px;
}

.flexs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


.line_yellow {
  max-width: 767px;
  margin: 5em auto;
}

.line_blue {
  display: block;
  max-width: 767px;
  margin: 0 auto;
}

header {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  align-items: center;
  text-align: center;
  background-image: url(../img/bg.png);
  background-size: 100%;
}

header img {
  height: 44px;
  margin: 0;
}

header a {
  text-decoration: none;
}

header .flexs {
  justify-content: space-between;
}


.oversize-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
}



.bg_space img,
.bg_space2 img,
.bg_space3 img {
  margin: 0 auto;
  padding: 0;
  vertical-align: baseline;
}

.bg_space2 {
  background-color: #eeeeef;
}

@media screen and (min-width: 1500px) {
.bg_space2  {
  background-color: #e2eee2;
}}

.bg_space4 {
  background-color: #fff;
}

.bg_space5 {
  background-color: #e55552;
}

.bg_space6 img,
.bg_space5 img {
  margin: 0 auto;
}

.mgn_50 {
  margin: 50px auto;
}

.mgn_ri2 {
  margin-right: 3em;
}

.mgn_le1 {
  margin-right: -0.3em;
}

h1 {
  font-size: 21px;
  font-weight: 600;
  padding: 28px 0;
  display: block;
  color: var(--text-black);
  background: url(../img/con_title.png) no-repeat center;
  background-size: 300px;
}


h2 {
  position: relative;
  display: inline-block;
  color: #0068b7;
  z-index: 1;
  padding: 10px 0;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5em;
  /* 縦位置を微調整 */
  width: 100%;
  height: 0.6em;
  /* マーカーの太さ */
  background: var(--color-primary);
  z-index: -1;
  /* 背景より上、文字より下 */
}

.bule {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 600;
}

h3 {
  color: var(--text-black);
  background-image: url(../img/h3_top.png);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: bottom -0.5em;
  background-position: top;
  padding-top: 50px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

.btn_3 {
  max-width: 767px;
  width: 50%;
  padding: 20px 0;
  background-color: #fff;
  color: #f19500;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  margin: 20px auto;
}

#btn_top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 5em;
  right: 5em;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.5s ease;
  /* フェード用 */
}

#btn_top.show {
  opacity: 1;
  visibility: visible;
}

.sp {
  display: none;
}

.pc {
  display: block;
}


/***** トップ部分(box1) *****/

.box1 {
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--text-black);
  background-color: #fff;
}

.top_img {
  margin-top: 50px;
  width: 100%;
}


.nitizi {
  display: block;
  padding: 10px;
  background-color: var(--text-black);
  color: var(--color-primary);
  width: 3em;
}

.nitizi_table td,
.nitizi_table th {
  font-size: 21px;
  padding: 3px;
  margin: 5px;
  font-weight: 600;
}

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

  .nitizi_table td,
  .nitizi_table th {
    font-size: 14px;
  }
}

.nitizi_table td {
  text-align: left;
  padding-left: 0.5em;
}


.pickup {
  font-weight: 600;
  border: 3px solid var(--color-primary);
  border-radius: 30px;
  margin: 10px;
  padding: 1%;
  width: 100px;
}

.btn_1 {
  max-width: 767px;
  width: 100%;
  padding: 10px 0;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border-radius: 40px;
  margin: 20px 0;
}

.btn_2 {
  max-width: 767px;
  width: 100%;
  padding: 10px 0;
  background-color: var(--color-primary);
  color: var(--text-black);
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border-radius: 40px;
  margin: 20px 0;
}


@media screen and (max-width: 768px) {
  .box1 .inner {}

  .pickup {
    font-size: 15px;
    margin: 8px;
  }

  .box3 table td span {
    white-space: nowrap;
    display: inline-flex
  }
}

/***** 対象（box2) *****/
.box2 {
  background: url(../img/bg.png), #eeeeef;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .box2 {
    margin: 0 auto;
  }
}

.taisyou {
  background-color: var(--color-bg);
  background-position: bottom 11vw right 5vw, bottom 5vw right 5vw;
  border-radius: 40px;
  padding: 20px 0;
}


.negikko_2 {
  padding: 80px 0px;
  background-image: url(../img/sp_guest.png), url(../img/negi_bg.png);
  background-size: 300px, 100%;
  background-repeat: no-repeat;
  margin: 5em 0;
  background-position: top 1% left 5%, bottom 50% right 0vw;
}

.negikko_2 img {
  width: 70%;
}

.negi {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  color: var(--color-danger);
}

.negi_name {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-danger);
}

.negi_gaiyou p {
  text-align: left
}

.negi_gaiyou {
  padding-left: 85px;
  margin: 0;
  width: 100%;
}


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

  .negikko_2 {
    padding: 80px 0px 60px;
    background-image: url(../img/sp_guest.png), url(../img/negi_bg.png);
    background-size: 150px, 100%;
    background-repeat: no-repeat;
    margin: 0;
    background-position: top 13% left 5%, bottom 40% right 0vw;
  }

  .negikko_2 img {
    width: 50vh;
    padding-right: 20px;
  }

  .negi_gaiyou {
    width: 80vh;
    padding-left: 20px
  }

  .box2 .bule {
    font-size: 14px;
    padding: 15px 0;
  }

  .taisyou {
    padding: 30px 10px;
  }

  .negi {
    font-size: 15px;
  }

  .negi_name {
    font-size: 12px;
    margin: 0 auto;
  }

}




/***** プログラム（box3) *****/
.box3 {
  background-color: #c7e6ea;
}

footer {
  background-color: ;
  padding: 40px 0;
}

footer p {
  color: var(--color-bg);
}

.box3 table {
  width: 80%;
  margin: 1em auto;
  border-spacing: 20px 10px !important;

}

.box3 table td {
  text-align: left;
  padding-left: 2em;
}

.pr_zikan,
.pr_zikan2 {
  padding: 3px;
  font-weight: 600;
}

.program1 .pr_zikan {
  background-color: var(--color-primary);
  color: var(--text-black);
  width: 5em;
  height: 5em;
}

.program1 td {
  font-size: 18px;
  color: var(--color-blue);
  font-weight: 600;
}

.program1 .tx_little {
  color: var(--text-black);
}

.program2 .pr_zikan {
  background-color: #fff;
  color: #595757;
  width: 5em;
  height: 5em;
}

.program2 td {
  font-size: 18px;
  color: var(--text-black);
  font-weight: 600;
}

.program2 .tx_little {
  color: #595757;
}

.box3 p.tx_little {
  color: #595757;
}


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

  .program1 .pr_zikan,
  .program2 .pr_zikan {
    width: 20px;
    height: 3em;
  }

  .box3 table {
    margin: 12px 10px;
  }

}

/* 来場者特典 */
.box4 {
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
}

.box4 .tokuten_tx,
.box4 .tokuten_tx p {
  text-align: left;
}

.tokuten img {
  display: block;
  margin: 10px auto;
  width: 30%;
}

.box4 .inner {
  padding-bottom: 0;
}



/* 開催概要*/
.box5 {
  align-items: center;
  text-align: center;
  justify-content: center;
  background: url(../img/bg.png), #eeeeef;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0;
}

.box5 .logo_icon {
  width: 50%;
  margin-bottom: 4em;
}

.box5 .nitizi {
  color: #fff;
}

.box5 .nitizi_table td {
  color: var(--text-black);
  padding-left: 1em;
}

.box5 .map {
  width: 60%;
  margin: 30px auto;
}

.box5 .btn_1 {
  margin: auto;
  width: 60%;
}

.box5 .bg_space3 {
  background-color: #eeeeef;
}

@media screen and (max-width: 768px) {
  .box5 .btn_1 {
    margin: auto;
    width: 70%;
  }

  .box5 .map {
    width: 80%;
  }
}

/* 参加までの流れ */
.box6 {
  margin: 0 auto;
}

.box6 h1 {
  display: block;
  margin-bottom: 50px;
}

.box6 .line_blue {
  margin: 30px auto;
}

.box6 img {
  max-width: 30%;
  max-height: 10em;
}

.touzitu {
  width: 450px;
  margin: 0;
}

.sankaku {
  margin: 50px auto;
}

.box6 .line_blue {}

.box6 .line_blue img {
  max-width: 600px;
  margin: 0 auto;
}

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

  /* .box6 img {
  max-width: 30%;
  max-height: 7m;
} */
  .touzitu {
    width: 350px;
    margin: 0;
    padding-left: 10px;
  }

  .box6 .line_blue img {
    max-width: 100%;
    margin: 0 auto;
  }

}

/* footer */
footer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0;
}

.footer1 {
  background-color: #e55552;
}

.footer2 {
  background-color: var(--color-secondary);
  margin: 0;
  padding: 0;
}

img.ken_icon {
  width: 40px;
  margin: 0;
}

.footer3 {
  background: url(../img/bg.png), #eeeeef;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0;
  padding-top: 20px;
}

footer p {
  color: #fff;
  line-height: 2em;
  margin: 0;
}

footer a,
footer h4 {
  color: #fff;
}

.nowrap {
  white-space: nowrap;
  display: inline-flex;
}

.footer_banner {
  background-color: #00b4d8;
  margin: 0 auto;
}

.footer_banner li {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.footer_banner img {
  max-width: 200px;
  max-height: 80px;
  margin: 0 10px;
}



@media screen and (max-width: 768px) {
  .footer2 img {
    width: 20px;
    margin: 0 20px 0 0;
  }

  .footer_banner img {
    margin: 20px auto;
    max-width: 200px;
    max-height: 80px;
  }

  .banner {
    padding: 50px 0;
  }
}

/* 一覧ページ */
.itiran section {
  display: block;
  margin-top: 70px;
}
.itiran .inner{
  width: 95%; 
}

.itiran section span {
  padding: 20px;
}

.itiran table th,
.itiran table td {
  text-align: left;
  padding: 10px 0;
  font-size: 16px;
}

.itiran table {
  width: 100%;
  margin-left: 85px;
}

.itiran_bg {
  display: block;
  margin-top: 50px;
}

.itiran table td {
  width: 30%;
}

.itiran table td.syamei {
  width: 50%;
  font-size: 15px;
}
.itiran table td.syamei a{
  display: inline;
  text-align: left;
  font-weight: 600;
}

.itiran table td.syamei a:link{
  color: #3366cc;
}

.itiran table td.syamei a:visited{
  color: #6a60b0;
}

section.pankuzu {
  text-align: left;
  font-size: 12px;
  margin-top: 20px;
}

section.pankuzu p,
section.pankuzu a {
  color: #000;
}

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

  .itiran table th,
  .itiran table td {
    text-align: left;
    padding: 15px 2px;
    font-size: 14px;
  }

  .itiran table td {
    width: 30%;
  }

  .itiran table td.syamei {
    width: 75%;
    font-size: 15px;
  }

  .itiran table {
    width: 100%;
    margin: 2.5%;
  }
  .itiran h2.sp_big{
    font-size: 25px;
   }
}



/* 企業詳細ページ */

.kigyou_name h1 {
  font-size: 25px;
  color: #000;
  background-image: none;
  text-align: left;
  padding: 40px 0 0 0;
}

.kigyou_syousai dl dt,
.kigyou_syousai dl dd {
  text-align: left;
  line-height: 2em;
}

.kigyou_syousai dl dt {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-black);
}

.kigyou_syousai .u_line {
  display: block;
  border-bottom: var(--text-black);
  border-bottom-style: solid;
  padding: 40px 0;
}

.kigyou_syousai img {
  padding: 30px 0;
  max-height: 700px;
}

.kigyou_syousai .tx_little {
  font-weight: 400;
}

.kigyou_syousai dd img {
  padding: 0;
}

.circle_bl {
  border: 2px solid var(--text-black);
  border-radius: 30px;
  margin: 10px;
  /* padding: 1px 7px; */
}

.kigyou_syousai .flexs {
  justify-content: flex-start;
  margin: 0;
}

.touroku_icon img {
  width: 60px;
}
.web {
  align-items: center;
  padding: 15px 0;
}
img.web_icon {
  width: 20px;
  margin: 0;
  padding: 0;
}
span.web {
  text-align: left;
  color: #595757;
}
span.web a{
  text-align: left;
  color: #595757;
}


@media screen and (max-width: 768px) {
  .touroku_icon img {
    width: 45px;
  }
  .flexs_sp_only{
 display:flex;
}
}


/* レスポンシブ対応 */

@media screen and (max-width: 768px) {
  .inner {
    padding-bottom: 20px;
    width: 90%;
  }

  body {
    font-size: 1em;
  }

  main {
    padding: 0;
  }

  header {
    width: 100%;
    padding: 0.5em 0;
  }

  header img {
    padding: 0;
    height: 30px;
  }

  img {
    display: block;
    margin: 5px auto;
  }


  h1 {
    font-size: 18px;
    background-size: 200px;
  }

  h2 {
    font-size: 16px;
    padding: 0;
  }

  .sp_img_100 {
    width: 100%;
  }

  .sp_img_70 {
    width: 70%;
  }

  .line_yellow {
    width: 95%;
    margin: 2em auto;
  }

  text,
  p {
    margin: auto;
  }


  p {
    font-size: 12px;
  }

  .tx_big {
    font-size: 15px;
  }

  .tx_little {
    font-size: 10.5px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .btn_3 {
    width: 70%;
    font-size: 15px;
    margin: 20px auto;
  }


  #btn_top img {
    width: 40px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 14px;
  }

  .no_flexs_sp {
    display: block;
  }

  header a {
    font-size: 14px;
  }

  header ul li,
  header ol li {
    font-weight: 600;
    color: var(--text-black);
    list-style: none;
    margin: 10px 0;
    padding: 5px;
    border-right: 1px solid var(--text-black);
    box-sizing: border-box;
  }
  .mgn_ri2 {
  margin-right: 1em;
  margin-top: 2em;
}
img.mgn_ri2 {
width: 80px;
}
.mgn_ri1{
  margin: 0 ;
}

#btn_top {
    bottom: 2em;
    right: 3em;
}
h2::after {
  bottom: 0.1em;

}
}