@charset "UTF-8";
/* Scss Document */
/******************************************
mixin
******************************************/
/* cf setting */
/* media setting */
/* color setting */
/******************************************
fonts
******************************************/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f_rock {
  font-family: 'Rockwell','Courier Bold','Courier','Georgia','Times','Times','New Roman',serif;
}

/******************************************
HTML一般設定
******************************************/
html {
  font-size: 62.5%;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
  max-width: 100%;
}

/* 単語で区切りたい */
.break {
  display: inline-block;
}

/******************************************
個別パーツ
******************************************/
/* headline */
.title_default-L {
  margin: 25px 0 15px;
  color: #002063;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 750px) {
  .title_default-L {
    font-size: 20px;
    margin: 50px 0 25px;
  }
}

/* comon */
.annotation {
  text-align: center;
  font-size: 13px;
}

.annotation.-left {
  text-align: left;
}

/* l_header */
.l_header {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .l_header {
    height: 650px;
    background: url(../img/header-pc.jpg) no-repeat center center, -webkit-gradient(linear, left top, right top, color-stop(50%, #5f7eb3), color-stop(50%, #8ea8b1));
    background: url(../img/header-pc.jpg) no-repeat center center, linear-gradient(to right, #5f7eb3 50%, #8ea8b1 50%);
  }
}

.header-pc {
  display: none;
}

@media (min-width: 750px) {
  .header-pc {
    display: block;
  }
}

.header_pc-img {
  position: relative;
  width: 100%;
  max-width: 1920px;
  z-index: 0;
}

.header_pc-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 20px;
  max-width: 800px;
  z-index: 1;
}

@media (min-width: 750px) {
  .header_sp {
    display: none;
  }
}

/* l_lead */
.l_lead {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background: #002063;
}

@media (min-width: 750px) {
  .l_lead {
    padding: 0 35px 35px 35px;
  }
}

.lead-primary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}

@media (min-width: 750px) {
  .lead-primary {
    position: relative;
    padding: 30px;
    margin-top: -60px;
    z-index: 1;
  }
}

.lead-primary p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

@media (min-width: 750px) {
  .lead-primary p {
    font-size: 18px;
    text-align: center;
  }
}

.lead-secondary {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 0;
}

@media (min-width: 750px) {
  .lead-secondary {
    padding: 25px 0 0 0;
  }
}

.lead-secondary p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 750px) {
  .lead-secondary p {
    font-size: 16px;
  }
}

/* l_outline */
.l_outline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1px 20px 25px;
}

@media (min-width: 750px) {
  .l_outline {
    padding: 1px 20px 50px;
  }
}

.outline_table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #eee;
}

@media (min-width: 750px) {
  .outline_table {
    display: table;
    border-width: 10px;
  }
}

.outline_table tbody {
  display: block;
  width: 100%;
}

@media (min-width: 750px) {
  .outline_table tbody {
    display: table-row-group;
  }
}

.outline_table tr {
  display: block;
  width: 100%;
}

@media (min-width: 750px) {
  .outline_table tr {
    display: table-row;
  }
}

.outline_table th {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #002063;
}

@media (min-width: 750px) {
  .outline_table th {
    display: table-cell;
    width: 40%;
    padding: 15px 20px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
  }
}

.outline_table td {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

@media (min-width: 750px) {
  .outline_table td {
    display: table-cell;
    width: 60%;
    padding: 15px 20px;
    font-size: 16px;
    border-bottom: 1px solid #f7f7f7;
  }
}

/* cvbtn */
.cv_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 20px;
  padding: 15px 50px 15px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 10px #eee;
          box-shadow: 2px 2px 10px #eee;
  z-index: 1;
}

@media (min-width: 750px) {
  .cv_btn {
    margin: 60px auto 20px;
    padding: 25px 60px 25px 25px;
    font-size: 20px;
    border-radius: 50px;
  }
}

.cv_btn::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#017ab9), color-stop(#66c6e9), to(#dee966));
  background: linear-gradient(to right, #017ab9, #66c6e9, #dee966);
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.cv_btn:hover::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.cv_btn span:after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-70%);
          transform: rotate(45deg) translateY(-70%);
  z-index: 1;
}

@media (min-width: 750px) {
  .cv_btn span:after {
    right: 38px;
  }
}

.cv_btn span:before {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
}

@media (min-width: 750px) {
  .cv_btn span:before {
    right: 20px;
  }
}

/* program area */
.l_program {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1px 20px 25px;
  background: #fafafa;
}

@media (min-width: 750px) {
  .l_program {
    padding: 1px 20px 50px;
  }
}

.program_table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}

.program_table td {
  padding: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}

@media (min-width: 750px) {
  .program_table td {
    padding: 30px;
  }
}

.program_table tr td:first-child {
  border-right: 2px solid #002063;
}

.program_number {
  color: #002063;
  width: 50px;
  font-family: "Roboto";
  font-size: 20px;
  text-align: center;
}

@media (min-width: 750px) {
  .program_number {
    width: 100px;
    font-size: 25px;
  }
}

.program_title {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 750px) {
  .program_title {
    font-size: 16px;
  }
}

.program_title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fbf9b0));
  background: linear-gradient(transparent 50%, #fbf9b0 50%);
}

.program_caption {
  font-size: 16px;
  font-weight: bold;
  color: #002063;
}

@media (min-width: 750px) {
  .program_caption {
    font-size: 18px;
  }
}

.program_speaker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5em;
  margin: .5em 0;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #002063;
}

@media (min-width: 750px) {
  .program_speaker {
    font-size: 14px;
  }
}

.program_speakers {
  font-size: 14px;
}

@media (min-width: 750px) {
  .program_speakers {
    font-size: 16px;
  }
}

.program_speakers li {
  margin: 20px 0;
}

.program_speakers li.break {
  margin: 5px 0;
}

/* profile */
@media (min-width: 750px) {
  .program_speakerwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.profile_img {
  width: 140px;
  margin: 0 10px 0 0;
}

.profile_btn {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 9em;
  margin-top: 5px;
  padding: 3px 25px 3px 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  border-radius: 20px;
  background-color: #4d79d8;
  border-bottom: 2px solid #002063;
  -webkit-transition: .3s;
  transition: .3s;
}

.profile_btn:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.profile_btn:hover {
  background: #002063;
  -webkit-transition: .3s;
  transition: .3s;
}

/* moadal */
@media (min-width: 750px) {
  .modal_primarybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    max-width: 700px;
    font-size: 16px;
  }
}

.modal_img {
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media (min-width: 750px) {
  .modal_img {
    width: 140px;
    margin-bottom: 0;
  }
}

.modal_name {
  font-size: 14px;
}

@media (min-width: 750px) {
  .modal_name {
    font-size: 16px;
  }
}

.modal_ttl {
  margin: 0 0 10px;
  padding: 7px;
  text-align: center;
  color: #002063;
  border: 1px solid #002063;
}

.modal_list01 li {
  margin-bottom: 7px;
}

.modal_deflist01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal_deflist01 dt {
  width: 20%;
  margin-bottom: 10px;
}

.modal_deflist01 dd {
  width: 80%;
  margin-bottom: 10px;
}

.modal_secondarybox {
  margin: 15px 0 0;
  padding-top: 15px;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #efefef;
}

@media (min-width: 750px) {
  .modal_secondarybox {
    width: 100%;
    max-width: 700px;
    font-size: 16px;
  }
}

.remodal-cancel {
  font-size: 14px;
  background: #002063;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #4d79d8;
}

/* organizer */
.l_organizer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1px 20px 25px;
}

@media (min-width: 750px) {
  .l_organizer {
    padding: 1px 20px 50px;
  }
}

.organizer_logolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.organizer_logolist li {
  width: 100%;
  margin-top: 10px;
}

.organizer_logolist li img {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .organizer_logolist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

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

.organizer_name li {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 750px) {
  .organizer_name li {
    font-size: 16px;
  }
}

/* l_footer */
.l_footer {
  border-top: 1px solid #eee;
}

.inquiry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  font-size: 14px;
  border: 10px solid #f7f7f7;
}

@media (min-width: 750px) {
  .inquiry {
    padding: 30px;
  }
}

.inquiry_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: center;
}

.inquiry_logo {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 50px auto;
}

.inquiry_data {
  text-align: center;
}

.inquiry_data .-title {
  padding: 3px 15px;
  border: 1px solid #002063;
}

.inquiry_data .-data {
  padding-left: 1em;
}
/*# sourceMappingURL=style.css.map */