.new_title_head {
  margin-bottom: 3em;
  padding: 60px 0;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1060px) {
  .new_title_head {
    min-height: 20vw;
  }
}
@media screen and (max-width: 559px) {
  .new_title_head {
    padding: 30px 0;
  }
}
.new_title_head .ins_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #036eb7;
}
.new_title_head .title_content {
  width: 80%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new_title_head .title_content .main_box h1 {
  max-width: 700px;
}
.new_title_head .title_content .main_box p.subcopy {
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
@media screen and (max-width: 559px) {
  .new_title_head .title_content .main_box p.subcopy {
    font-size: 1.125em;
  }
}
.new_title_head .title_content .main_box img {
  width: 100%;
}

.tableSet_ON_EDF {
  border-top: 1px solid #ccc;
}
.tableSet_ON_EDF th,
.tableSet_ON_EDF td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1.5;
}
.tableSet_ON_EDF th {
  background: #eee;
}
.tableSet_ON_EDF td ul.office li {
  padding: 0.125em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
@media screen and (max-width: 1024px) {
  .tableSet_ON_EDF td ul.office li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.25em 0;
  }
}
.tableSet_ON_EDF td ul.office li span {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .tableSet_ON_EDF {
    border-top: none;
  }
  .tableSet_ON_EDF th,
  .tableSet_ON_EDF td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.9125em;
  }
  .tableSet_ON_EDF th {
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 0.25em 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 559px) {
  .tableSet_ON_EDF th {
    padding: 0.125em 0;
  }
}
@media screen and (max-width: 767px) {
  .tableSet_ON_EDF th br {
    display: none;
  }
  .tableSet_ON_EDF td {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) and (max-width: 559px) {
  .tableSet_ON_EDF td {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .tableSet_ON_EDF tr:first-child th {
    padding-top: 0;
  }
}

.link_to {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_to a {
  margin: 0 3px;
  font-size: 1em;
  text-align: center;
  width: 100%;
  max-width: 15em;
  background: #036eb7;
  color: #fff;
  padding: 10px 0.5em;
}
.link_to a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .link_to {
    margin-top: 1em;
  }
  .link_to a {
    margin: 3px;
  }
}

.program_progress p.summary {
  line-height: 1.75;
}
.program_progress ul.pp {
  border-top: 1px solid #ccc;
  margin-top: 1em;
}
.program_progress ul.pp li {
  border-bottom: 1px solid #ccc;
  padding: 0.75em 0.25em;
  line-height: 1.5;
}
.program_progress ul.pp li h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.125em;
}
.program_progress ul.pp li p {
  font-size: 0.9125em;
}
.program_progress ul.imgSet {
  margin-top: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.program_progress ul.imgSet img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .program_progress ul.imgSet {
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 6px;
  }
}
.program_progress p.detail {
  margin-top: 4em;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .program_progress p.detail {
    margin-top: 2em;
  }
}
.program_progress .link_to {
  margin-top: 0.75em;
}
.program_progress .link_to a {
  max-width: 25em;
}
@media screen and (max-width: 767px) {
  .program_progress .link_to a {
    margin: 3px 0;
  }
}

.guide {
  margin: 0 5px;
  font-size: 1em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .guide {
    margin: 0 2px;
    font-size: 0.9125em;
    line-height: 1.675;
  }
}
.guide p + p {
  margin-top: 1em;
}
.guide .ph {
  margin: 3em auto 0;
  width: 100%;
  max-width: 780px;
  overflow: hidden;
}
.guide .ph img {
  width: 100%;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide ul.p_list {
  margin: 0.75em 0;
}
.guide ul.p_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.guide .link_to {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide .link_to a {
  text-align: center;
  width: 100%;
  max-width: 400px;
  background: #036eb7;
  color: #fff;
  padding: 10px 0;
}
.guide .link_to a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .guide .link_to {
    margin-top: 1.5em;
  }
  .guide .link_to a {
    padding: 1em;
  }
}

.seminor {
  width: 100%;
  margin-top: 2em;
  padding: 0 5px;
  font-size: 1em;
  line-height: 1.5;
}
.seminor .data_index {
  background: #e2e2e2;
  padding: 20px;
}
@media screen and (max-width: 559px) {
  .seminor .data_index {
    padding: 15px;
  }
}
.seminor .data_index .seminor_num {
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75em;
  padding-bottom: 0.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
@media screen and (max-width: 559px) {
  .seminor .data_index .seminor_num {
    font-size: 1em;
  }
}
.seminor .data_index .seminor_num p.booth {
  background: #000;
  color: #fff;
  font-size: 0.875em;
  line-height: 1;
  padding: 0.3125em 0.5em;
  margin-right: 1em;
}
.seminor .data_index .seminor_num .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.seminor .data_index .seminor_num .data p {
  margin-right: 1em;
}
.seminor .data_index .title_set {
  font-weight: bold;
}
.seminor .data_index .title_set a {
  display: block;
  color: #333;
}
.seminor .data_index .title_set a:hover {
  opacity: 0.5;
}
.seminor .data_index .title_set .title {
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
.seminor .data_index .title_set .title span {
  display: block;
}
.seminor .data_index .title_set .title span:nth-child(1) {
  font-size: 1em;
  margin-bottom: 0.3125em;
}
.seminor .data_index .title_set .title span:nth-child(2) {
  font-size: 1.5em;
  line-height: 1.25;
}
@media screen and (max-width: 559px) {
  .seminor .data_index .title_set .title span:nth-child(2) {
    font-size: 1.25em;
  }
}
.seminor .data_index .title_set p.notion {
  margin-top: 0.25em;
  font-size: 1em;
  font-weight: normal;
  color: #e33;
}
.seminor .data_index .demonstrator {
  margin-top: 0.75em;
}
.seminor .data_index .demonstrator .name {
  font-weight: bold;
  font-size: 1.125em;
}
.seminor .data_index .demonstrator .member {
  font-size: 0.9125em;
  line-height: 1.5;
}
.seminor .data_index .link_to {
  margin-top: 0.75em;
}
.seminor .data_index .link_to a {
  max-width: 25em;
}
@media screen and (max-width: 767px) {
  .seminor .data_index .link_to a {
    margin: 3px 0;
  }
}
.seminor .data_ins {
  background: #f2f2f2;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 767px) {
  .seminor .data_ins {
    padding: 20px;
  }
}
@media screen and (max-width: 559px) {
  .seminor .data_ins {
    padding: 15px;
    padding-bottom: 25px;
  }
}
.seminor .data_ins .role {
  line-height: 1;
  margin-bottom: 0.25em;
  font-size: 1.125em;
  font-weight: bold;
}
.seminor .data_ins .role.mt {
  margin-top: 1em;
}
.seminor .data_ins .personal + .personal {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.seminor .data_ins .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.25em 0;
  margin-left: 1.3125em;
}
@media screen and (max-width: 559px) {
  .seminor .data_ins .personal {
    display: block;
    padding: 0.3125em 0;
    margin-left: 0;
  }
}
.seminor .data_ins .personal p {
  line-height: 1.5;
}
.seminor .data_ins .personal p.name {
  width: 7.5em;
  font-size: 1em;
  font-weight: bold;
}
.seminor .data_ins .personal p.name span {
  margin-left: 0.25em;
  font-size: 75%;
}
.seminor .data_ins .personal p.post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9125em;
}
.seminor .data_ins p.summary {
  margin: 1.5em 0;
}
.seminor .data_ins .app {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seminor .data_ins .app a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  background: #036eb7;
  color: #fff;
  padding: 10px 2em;
}
.seminor .data_ins .app a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .seminor .data_ins .app a {
    padding: 1em;
  }
}