
@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  height: 100%;
  line-height: 1.8;
  overflow-x: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #36485f; }
  @media print, screen and (min-width: 1025px) {
    body {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 3.4666666667vw; } }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #36485f; }

a:hover {
  text-decoration: none; }

.hover_img:hover {
  opacity: 0.7;
  transition: all .4s; }

strong {
  font-weight: bold; }

#container {
  height: 100%; }

.inner {
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 1025px) {
    .inner {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .inner {
      width: 92%; } }

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  top: 0; }
  @media only screen and (max-width: 1024px) {
    .header {
      border-bottom: 1px solid #efefef;
      display: flex; } }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 0; }
    @media only screen and (max-width: 1024px) {
      .header__inner {
        height: 13.3333333333vw;
        width: calc(100% - 18.6666666667vw);
        padding: 5px 8px; } }
    @media only screen and (max-width: 1024px) {
      .header__inner a {
        line-height: 1; } }
  .header__logo {
    display: flex;
    align-items: center;
    line-height: 1; }
    @media print, screen and (min-width: 1025px) {
      .header__logo {
        margin-top: -5px; } }
    @media only screen and (max-width: 1024px) {
      .header__logo-img {
        height: auto;
        width: 25%; } }
    @media only screen and (max-width: 1024px) {
      .header__logo-right {
        display: flex;
        max-height: 100%;
        max-width: 18%;
        align-items: center; } }
    @media only screen and (max-width: 1024px) {
      .header__logo-right img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto; } }
    .header__logo p {
      font-size: 1.5rem;
      margin-left: 1em; }
      @media print, screen and (min-width: 1025px) {
        .header__logo p {
          padding-top: 10px; } }
      @media only screen and (max-width: 1024px) {
        .header__logo p {
          font-size: 2.9333333333vw;
          width: 100%;
          line-height: 1.2; } }

.nav {
  background: #212020;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center; }
  @media only screen and (max-width: 1024px) {
    .nav {
      height: 13.3333333333vw; } }
  .nav__list {
    display: flex;
    justify-content: space-around;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .nav__list {
        position: absolute;
        right: -100%;
        display: block;
        background: #212020;
        top: 13.3333333333vw;
        transition: all .4s; } }
    @media print, screen and (min-width: 1025px) {
      .nav__list.inner {
        width: 900px; } }
    @media only screen and (max-width: 1024px) {
      .nav__list.inner {
        width: 80%; } }
    @media only screen and (max-width: 1024px) {
      .nav__list-item {
        display: block; } }
    .nav__list.active {
      right: -0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .nav__link {
    display: block;
    color: #fff;
    text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .nav__link {
        padding: 25px;
        padding-left: 32px;
        background: url("/media_library/consolidate/seminar/images/denshishinkoku202207/arrow_right.png") 15px center no-repeat;
        border-bottom: 1px dotted #fff; } }
  .nav-btn {
    display: none; }
    @media only screen and (max-width: 1024px) {
      .nav-btn {
        width: 13.3333333333vw;
        height: 13.3333333333vw;
        background-color: #fff;
        display: block;
        padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
        border-left: 1px solid #efefef; } }
    .nav-btn span {
      display: block;
      background: #212020;
      width: 100%;
      height: 0.8vw;
      margin: 1.0666666667vw auto 1.6vw auto;
      transition: all .4s; }
      .nav-btn span.active:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg); }
      .nav-btn span.active:nth-of-type(2) {
        opacity: 0; }
      .nav-btn span.active:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg); }

main {
  display: block; }
  @media print, screen and (min-width: 1025px) {
    main {
      padding-top: 100px; } }
  @media only screen and (max-width: 1024px) {
    main {
      padding-top: 13.3333333333vw; } }

.footer-copyright__text {
  font-size: 1.2rem;
  text-align: center;
  margin: 5px 0; }

.outside_link {
  background: url(/media_library/images/icon_link_external.gif) no-repeat scroll 0 center transparent;
  padding: 3px 0 3px 13px;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 2px; }

.fc--base {
  color: #212020; }
.fc--em {
  color: #0a2986; }
.fc--sub {
  color: #0a2986; }

.align--center {
  text-align: center !important; }
.align--left {
  text-align: left !important; }
.align--right {
  text-align: right !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: -50px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pl25 {
  padding-left: 25px; }

@media print, screen and (min-width: 1025px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .sp {
    display: block; } }

@media print, screen and (min-width: 1025px) {
  .pc {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .pc {
    display: none; } }

.fw--normal {
  font-weight: normal !important; }
.fw--bold {
  font-weight: bold !important; }

.note {
  font-size: 0.9em; }
  .note--ast {
    font-size: 0.9em;
    text-indent: -1.2em;
    padding-left: 1.2em; }
    .note--ast::before {
      content: '※';
      margin-right: .2em; }

.marker--red {
  background: linear-gradient(transparent 40%, #ffe787 40%); }

.btn-disabled {
  pointer-events: none; }

.white-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.cv-btn, .mv__application, .application__btn {
  text-align: center;
  margin-top: 20px; }
  @media only screen and (max-width: 1024px) {
    .cv-btn, .mv__application, .application__btn {
      margin: 2.6666666667vw 0vw 1.3333333333vw 0vw; } }
  .cv-btn .item, .mv__application .item, .application__btn .item {
    letter-spacing: 0.2em;
    text-decoration: none;
    display: inline-block;
    padding: 10px 70px 10px 70px;
    font-size: 2.1rem;
    color: #fff;
    background: #0a2986;
    overflow: hidden;
    border-radius: 35px;
    transition: box-shadow 0.4s;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .cv-btn .item, .mv__application .item, .application__btn .item {
        font-size: 4vw;
        padding: 1.3333333333vw 8vw 1.3333333333vw 8vw; } }
    .cv-btn .item::before, .mv__application .item::before, .application__btn .item::before {
      transition: background-color .4s; }
    .cv-btn .item::after, .mv__application .item::after, .application__btn .item::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right center;
      top: calc(50% - 10px);
      right: 15px; }
      @media only screen and (max-width: 1024px) {
        .cv-btn .item::after, .mv__application .item::after, .application__btn .item::after {
          width: 4vw;
          height: 4vw;
          top: calc(50% - 9px); } }
    .cv-btn .item:hover, .mv__application .item:hover, .application__btn .item:hover {
      box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2) inset; }
      .cv-btn .item:hover::before, .mv__application .item:hover::before, .application__btn .item:hover::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.05); }

.col2-box__midashi {
  text-align: center;
  color: #0a2986;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .col2-box__midashi {
      font-size: 1.8rem; } }
.col2-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    .col2-box__list {
      display: block; } }
  .col2-box__list-item {
    width: 48%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px; }
    @media only screen and (max-width: 1024px) {
      .col2-box__list-item {
        width: 100%;
        margin-bottom: 2rem; } }
    .col2-box__list-item--pd0 {
      padding: 0; }
.col2-box__text {
  font-size: 1.5rem; }
  @media only screen and (max-width: 1024px) {
    .col2-box__text {
      width: 100%; } }
  .col2-box__text-inner {
    width: 95%; }

.mv {
  position: relative;
  background: url("/media_library/consolidate/seminar/images/zeimujirei/zeimujirei202507_mv_bg.jpg") center top/cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media print, screen and (min-width: 1025px) {
    .mv {
      padding: 30px 0; } }
  @media only screen and (max-width: 1024px) {
    .mv {
      position: relative;
      padding: 5% 0; } }
  .mv__inner {
    z-index: 1; }
  .mv__category {
    display: flex;
    align-items: stretch;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: .1em; }
    @media only screen and (max-width: 1024px) {
      .mv__category {
        font-size: 3.7333333333vw;
        justify-content: center;
        margin-bottom: 2.6666666667vw; } }
    .mv__category-free {
      background: #212020;
      color: #fff;
      display: inline-flex;
      align-items: center;
      padding: 0 15px; }
      @media only screen and (max-width: 1024px) {
        .mv__category-free {
          padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 2.6666666667vw; } }
      .mv__category-free::before {
        content: '\e30a';
        font-family: 'Material Icons Outlined';
        font-size: 42px;
        line-height: 1;
        margin-right: 5px; }
        @media only screen and (max-width: 1024px) {
          .mv__category-free::before {
            font-size: 5.3333333333vw; } }
    .mv__category-ondemand {
      color: #212020;
      border: #212020 1px solid;
      display: inline-flex;
      align-items: center;
      padding: 0 15px;
      font-weight: bold; }
      @media only screen and (max-width: 1024px) {
        .mv__category-ondemand {
          padding: 0vw 2.6666666667vw 0vw 2.6666666667vw; } }
  @media only screen and (max-width: 1024px) {
    .mv__txt {
      width: 100%; } }
  .mv__title {
    margin-bottom: 30px;
    color: #36485f;
    text-align: center; }
    .mv__title-inner {
      background: #fff;
      padding: 30px 50px;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 1024px) {
        .mv__title-inner {
          padding: 20px;
          width: 100%; } }
    .mv__title-sub {
      letter-spacing: 0.12em;
      line-height: 1.5;
      margin-bottom: 15px; }
      @media print, screen and (min-width: 1025px) {
        .mv__title-sub {
          font-size: 2.6rem; } }
      @media only screen and (max-width: 1024px) {
        .mv__title-sub {
          margin-bottom: 1.3333333333vw;
          font-size: 4vw; } }
      .mv__title-sub span {
        font-weight: 700; }
        @media only screen and (max-width: 1024px) {
          .mv__title-sub span {
            display: inline-block; } }
    @media only screen and (max-width: 1024px) {
      .mv__title img {
        width: 100%; } }
  .mv .mv-date__def {
    display: flex;
    align-items: center; }
    .mv .mv-date__def-tit {
      border: 1px solid #212020;
      color: #212020;
      margin-right: 1em; }
      @media print, screen and (min-width: 1025px) {
        .mv .mv-date__def-tit {
          font-size: 1.4rem;
          line-height: 1.2;
          padding: 8px 10px; } }
      @media only screen and (max-width: 1024px) {
        .mv .mv-date__def-tit {
          font-size: 3.2vw;
          line-height: normal;
          padding: 0.5333333333vw 1.3333333333vw 0.5333333333vw 1.3333333333vw; } }
    .mv .mv-date__def-data {
      font-size: 2.3rem;
      font-weight: 500; }
      @media only screen and (max-width: 1024px) {
        .mv .mv-date__def-data {
          font-size: 3.7333333333vw;
          line-height: 6vw;
          padding: 1.3333333333vw 0vw 0vw 0vw; } }
      .mv .mv-date__def-data .fromto {
        font-weight: 500;
        font-size: 0.8em;
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 1024px) {
          .mv .mv-date__def-data .fromto {
            font-size: 3.2vw; } }
      .mv .mv-date__def-data .mmdd {
        font-size: 3.5rem;
        font-weight: 500;
        letter-spacing: 2px; }
        @media only screen and (max-width: 1024px) {
          .mv .mv-date__def-data .mmdd {
            font-size: 5.3333333333vw; } }
  .mv__application {
    text-align: center;
    margin-top: 10px; }
    @media only screen and (max-width: 1024px) {
      .mv__application {
        margin: 2.6666666667vw 0vw 1.3333333333vw 0vw; } }
    .mv__application-btn {
      letter-spacing: 0.2em;
      text-decoration: none;
      display: inline-block;
      padding: 10px 70px 10px 70px;
      font-size: 2.1rem;
      color: #fff;
      border-radius: 35px;
      transition: box-shadow .4s ,background-color .4s; }
      @media only screen and (max-width: 1024px) {
        .mv__application-btn {
          font-size: 3.2vw;
          padding: 1.3333333333vw 8vw 1.3333333333vw 8vw;
          background-size: 8vw 8.2666666667vw;
          background-position: right 8px center; } }
      .mv__application-btn:hover {
        box-shadow: none; }
  .mv__flower {
    position: absolute;
    bottom: 8px;
    left: 15px; }
    @media only screen and (max-width: 1024px) {
      .mv__flower {
        display: none; } }
  .mv__categoryImg {
    position: absolute;
    top: -10px;
    right: 10px; }
    @media only screen and (max-width: 1024px) {
      .mv__categoryImg {
        display: none; } }

.info {
  width: 1024px;
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 2px solid #3b629b;
  padding: 13px 13px 14px;
  background-color: #fff; }
  @media only screen and (max-width: 1024px) {
    .info {
      width: 100%; } }
  .info p {
    background: #ed1e79;
    color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 6px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: bold; }
  .info ul {
    flex: 1;
    margin-left: 20px; }
  .info li {
    list-style: disc inside; }
  .info__yokoku {
    font-size: 2.4rem;
    color: #f03573;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .info__yokoku {
        font-size: 4.2666666667vw; } }
  .info__title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  .info__par {
    margin-bottom: 10px;
    font-size: 90%; }
    .info__par:last-child {
      margin-bottom: 0; }

.section {
  position: relative; }
  .section--bg-gray {
    background: #eeeeee; }
  .section--bg-blue {
    background: #F5F5F5; }
  .section--bg-blue-dot {
    background: #e8f0f4 url("/media_library/consolidate/seminar/images/denshishinkoku202207/bg_dotted_light-blue_2.png"); }
  .section--boder-gray-stripe {
    background: url("/media_library/consolidate/seminar/images/denshishinkoku202207/bg-bray-stripe.gif");
    padding: 6px; }
    .section--boder-gray-stripe__inner {
      background: #fff;
      padding: 50px 60px; }
      @media only screen and (max-width: 1024px) {
        .section--boder-gray-stripe__inner {
          padding: 5%; } }
  .section--bg-flower {
    background: url("/media_library/consolidate/seminar/images/denshishinkoku202207/flower_bg.png") repeat-x bottom center;
    padding-bottom: 140px; }
    @media only screen and (max-width: 1024px) {
      .section--bg-flower {
        background-size: 60%;
        padding-bottom: 24vw; } }
  .section__inner {
    position: relative;
    padding: 80px 0; }
    @media only screen and (max-width: 1024px) {
      .section__inner {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0; } }
  .section__midashi-h2 {
    font-size: 3.2rem;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: .2em;
    text-align: center;
    /*    &::before {
          content: '';
          background: url('/media_library/consolidate/seminar/images/denshishinkoku2023/title_icon.png') no-repeat center/102px 85px;
          width: 102px;
          height: 85px;
          margin-right: 15px;
          background-size: contain;
          @include mq-down() {
            @include createVw(width,55);
            @include createVw(height,42);
          }
        */ }
    @media only screen and (max-width: 1024px) {
      .section__midashi-h2 {
        font-size: 4.8vw;
        margin-bottom: 30px;
        line-height: 1.4; } }
    .section__midashi-h2::after {
      content: '';
      display: block;
      width: 40px;
      height: 5px;
      background: #0a2986;
      margin: 30px auto 0; }
    .section__midashi-h2.greeting::before {
      background-image: url("/media_library/consolidate/seminar/images/denshishinkoku2023/title_icon_greeting.png");
      background-size: 90px 89px;
      width: 90px;
      height: 89px;
      background-size: contain; }
      @media only screen and (max-width: 1024px) {
        .section__midashi-h2.greeting::before {
          width: 10.9333333333vw;
          height: 10.6666666667vw; } }
    .section__midashi-h2 h2 {
      position: relative;
      z-index: 2;
      font-weight: 500; }
  .section__midashi-dot {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    padding: 10px 20px;
    background-image: url("/media_library/consolidate/seminar/images/denshishinkoku202207/midashi_bg_blue-dot.png");
    display: inline-block;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      .section__midashi-dot {
        font-size: 1.8rem; } }
  .section__text-par {
    margin-bottom: 20px; }
  .section__btn-item {
    background: #eba806;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 2.5rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 20px 0 40px;
    border-radius: 10px; }
    @media only screen and (max-width: 1024px) {
      .section__btn-item {
        font-size: 1.8rem;
        padding: 10px 0 30px; } }
    .section__btn-item:hover {
      opacity: 0.7;
      transition: all .4s; }
    .section__btn-item--intro {
      width: 480px;
      margin: 0 auto;
      background-image: url("/media_library/consolidate/seminar/images/denshishinkoku202207/under_arrow_2.png");
      background-repeat: no-repeat;
      background-position: center 88%; }
      @media only screen and (max-width: 1024px) {
        .section__btn-item--intro {
          width: 90%; } }
  .section__table {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      .section__table thead {
        display: none; } }
    @media only screen and (max-width: 1024px) {
      .section__table-tr {
        display: block;
        padding: 0 15px;
        margin: 0 0 20px;
        border: 1px solid #eee; } }
    .section__table-th {
      font-size: 1.5rem;
      font-weight: bold;
      background: #eee;
      border: 1px solid #fff;
      padding: 5px; }
    .section__table-td {
      font-size: 1.4rem;
      text-align: left;
      border: 1px solid #eee;
      padding: 10px;
      vertical-align: middle; }
      @media only screen and (max-width: 1024px) {
        .section__table-td {
          border: 0;
          border-bottom: 1px dotted #ddd;
          display: block;
          padding: 10px 0 10px 6em;
          font-size: 3.2vw;
          position: relative; } }
      @media only screen and (max-width: 1024px) {
        .section__table-td:last-child {
          border-bottom: none; } }
      @media only screen and (max-width: 1024px) {
        .section__table-td.align--center {
          text-align: left !important; } }
      @media only screen and (max-width: 1024px) {
        .section__table-td::before {
          content: attr(aria-label);
          font-weight: bold;
          width: 5em;
          position: absolute;
          left: 0; } }

.section-greeting {
  background: url("/media_library/consolidate/seminar/images/zeimujirei/greeting_bg.png") cover center; }
  @media print, screen and (min-width: 1025px) {
    .section-greeting {
      padding-bottom: 120px; } }
  @media print, screen and (min-width: 1025px) {
    .section-greeting .section__midashi-h2 {
      margin-left: 0; } }

.greeting__text {
  letter-spacing: .2em; }
  @media print, screen and (min-width: 1025px) {
    .greeting__text {
      padding: 20px 0; } }
  .greeting__text .section__text-par {
    font-weight: 500; }
@media print, screen and (min-width: 1025px) {
  .greeting-sign {
    margin-top: 50px; } }
@media only screen and (max-width: 1024px) {
  .greeting-sign {
    margin-top: 8vw; } }
.greeting-sign__title {
  margin-bottom: 7px;
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: .2em; }
  @media only screen and (max-width: 1024px) {
    .greeting-sign__title {
      font-size: 3.4666666667vw; } }
@media only screen and (max-width: 1024px) {
  .greeting-sign__name img {
    width: 10.2em;
    height: auto; } }

.recommend__section {
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #466281;
  border-radius: 20px; }
  @media print, screen and (min-width: 1025px) {
    .recommend__section {
      width: 850px; } }
  @media only screen and (max-width: 1024px) {
    .recommend__section {
      width: 90%; } }
  .recommend__section h3 {
    text-align: center;
    color: #212020;
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: 0.1em; }
    @media print, screen and (min-width: 1025px) {
      .recommend__section h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto; } }
    @media only screen and (max-width: 1024px) {
      .recommend__section h3 {
        font-size: 4.5333333333vw; } }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .recommend__section h3 {
      padding-bottom: 5.3333333333vw; } }

    @media print, screen and (min-width: 1025px) {
      .recommend__section h3::before {
        content: "";
        border-bottom: 1px #aaa solid;
        width: 2em;
        margin-right: .5em;
        transform: rotate(45deg); }
      .recommend__section h3::after {
        content: "";
        border-bottom: 1px #aaa solid;
        width: 2em;
        margin-left: .5em;
        transform: rotate(-45deg); } }
.recommend__list {
  font-size: 2.2rem;
  background-color: #fff;
  padding: 20px; }
  @media only screen and (max-width: 1024px) {
    .recommend__list {
      font-size: 4.2666666667vw; } }
  .recommend__list-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .recommend__list-item {
        flex-direction: column;
        margin-bottom: 5.3333333333vw; } }
    .recommend__list-item:last-child {
      margin-bottom: 0; }
    .recommend__list-item::before {
      color: #0a2986;
      content: '\e86c';
      margin-right: 15px;
      font-size: 30px;
      font-family: 'Material Icons Outlined';
      line-height: 1.1; }

.program-city {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
  flex-wrap: wrap; }
  .program-city__item {
    background-color: #212020;
    margin: 0 2% 10px;
    color: #fff;
    width: 130px;
    height: 100px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      .program-city__item {
        width: 29%;
        height: 2em; } }
    .program-city__item--short {
      height: 30px;
      margin-bottom: 5px; }
      .program-city__item--short:nth-child(n + 7) {
        margin-bottom: 10px; }

.program-box {
  background: #fff;
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto 70px;
  padding: 30px; }
  @media print, screen and (min-width: 1025px) {
    .program-box {
      width: 95%; } }
  @media only screen and (max-width: 1024px) {
    .program-box {
      margin: 0vw auto 2.6666666667vw auto;
      padding: 10px;
      flex-direction: column; } }
  .program-box__wrap {
    position: relative;
    padding-bottom: 50px; }
    @media only screen and (max-width: 1024px) {
      .program-box__wrap {
        padding-bottom: 0 !important; } }
  .program-box:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 1025px) {
    .program-box__note {
      width: 800px;
      margin: 0 auto 20px; } }
  @media only screen and (max-width: 1024px) {
    .program-box__note {
      margin-bottom: 5.3333333333vw; } }
  .program-box__num {
    font-weight: 500;
    padding: 5px 20px;
    font-size: 2rem;
    background-color: #0a2986;
    color: #fff; }
    .program-box__num span {
      font-size: 1.7rem; }
  .program-box__tit {
    font-size: 1.6rem;
    color: #555;
    font-weight: bold; }
    @media only screen and (max-width: 1024px) {
      .program-box__tit {
        font-size: 1.4rem;
        margin-bottom: 1rem; } }
  .program-box__part {
    background-color: #212020;
    text-align: center;
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.5rem;
    padding: 20px 0; }
    @media print, screen and (min-width: 1025px) {
      .program-box__part {
        flex-direction: column; } }
    @media only screen and (max-width: 1024px) {
      .program-box__part {
        font-size: 1.4rem;
        width: 100%;
        padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw; } }
    .program-box__part.no-part {
      width: 10px; }
      @media only screen and (max-width: 1024px) {
        .program-box__part.no-part {
          width: 1.3333333333vw; } }
    .program-box__part-time {
      font-size: 1.9rem; }
      @media only screen and (max-width: 1024px) {
        .program-box__part-time {
          font-size: 3.7333333333vw; } }
      .program-box__part-time--plan {
        font-size: 1.6rem;
        line-height: 1.4; }
        @media only screen and (max-width: 1024px) {
          .program-box__part-time--plan {
            font-size: 3.4666666667vw; } }
  .program-box__text {
    flex-basis: 70%;
    padding-left: 10px; }
    @media only screen and (max-width: 1024px) {
      .program-box__text {
        width: 100%;
        margin-left: 0;
        padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw 2.6666666667vw; } }
    .program-box__text.no-part {
      width: calc(100% - 20px);
      padding: 15px 25px; }
      @media only screen and (max-width: 1024px) {
        .program-box__text.no-part {
          padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 4vw;
          width: calc(100% - 10px); }
          .program-box__text.no-part .program-box__midashi {
            text-align: center; } }
  .program-box__midashi {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .program-box__midashi {
        font-size: 4.2666666667vw; } }
  @media only screen and (max-width: 1024px) {
    .program-box__date {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 1024px) {
    .program-box__name {
      font-size: 1.2rem; } }
  .program-box__theme {
    margin-bottom: 10px; }
    .program-box__theme-item {
      margin-bottom: 3px;
      font-size: 95%; }
      .program-box__theme-item::before {
        content: '●';
        color: #0a2986; }
    .program-box__theme .tit {
      display: inline-block;
      line-height: 1;
      padding: 3px 5px 0 0;
      font-weight: bold;
      margin-left: 1em; }
  .program-box__inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      .program-box__inner {
        flex-direction: column; } }

.application__btn {
  margin-bottom: 50px; }
  @media only screen and (max-width: 1024px) {
    .application__btn {
      margin-bottom: 8vw; } }
  .application__btn-item.item {
    font-size: 28px;
    padding: 20px 100px 20px 90px;
    background-size: 50px 51px;
    border-radius: 60px;
    background-position: right 15px center; }
    @media only screen and (max-width: 1024px) {
      .application__btn-item.item {
        font-size: 4vw;
        padding: 4vw 14.6666666667vw 4vw 9.3333333333vw;
        background-position: right 8px center;
        background-size: 8vw 8.2666666667vw; } }

.lecturer-box__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 6px;
  border-top: 1px dotted #c7c7c7; }
.lecturer-box__contents dt {
  flex-basis: 10%;
  font-size: 0.9em; }
.lecturer-box__contents dd {
  margin-left: 10px;
  width: calc(100%);
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media only screen and (max-width: 1024px) {
    .lecturer-box__contents dd {
      width: calc(100% - 3em); } }
  .lecturer-box__contents dd ul {
    padding: 0.3em 0;
    border: none;
    counter-reset: item; }
    .lecturer-box__contents dd ul li {
      position: relative;
      padding: 0.3em 0;
      line-height: 1.5;
      list-style: none; }
.lecturer-box__part {
  display: flex;
  align-content: stretch; }
  .lecturer-box__part dt {
    display: flex;
    align-items: center;
    flex-basis: 15%;
    justify-content: center;
    background-color: #e7e7e7;
    padding: 0.5em;
    box-sizing: border-box; }
    @media only screen and (max-width: 1024px) {
      .lecturer-box__part dt {
        flex-basis: 20%; } }
.lecturer-box__logo {
  margin-top: 5px; }
.lecturer-box__tag {
  display: flex;
  padding-top: 20px; }
  .lecturer-box__tag li {
    background: #ffcac77d;
    padding: 3px 20px;
    border-radius: 20px;
    font-weight: bold; }
  .lecturer-box__tag li:last-child {
    margin-left: 10px; }
.lecturer-box__img {
  flex-basis: 25%;
  text-align: center; }
.lecturer-box__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%; }

.section-date {
  background: url("/media_library/consolidate/seminar/images/denshishinkoku202207/inquery_bg_2.png") repeat-x bottom center;
  padding-bottom: 260px; }
  @media only screen and (max-width: 1024px) {
    .section-date {
      background-size: 250%;
      padding-bottom: 3.2s0vw; } }

.mess {
  background: rgba(198, 0, 0, 0.1);
  width: 930px;
  margin: auto;
  text-align: center;
  color: #C60000;
  padding: 20px 10px;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .mess {
      font-size: 3.4666666667vw; } }

.form iframe {
  width: 100%; }
  @media print, screen and (min-width: 1025px) {
    .form iframe {
      height: 2300px; } }
  @media only screen and (max-width: 1024px) {
    .form iframe {
      width: 100%;
      height: calc(100vh - 51px); } }

.date-table {
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 2; }
  .date-table__th {
    background: #f6f6f6;
    border: #d9d9d9 1px solid;
    font-weight: bold;
    padding: 5px 7px;
    text-align: center;
    vertical-align: middle; }
    .date-table__th--01 {
      width: 100px; }
    .date-table__th--02 {
      width: 120px; }
    .date-table__th--04 {
      width: 100px; }
    .date-table__th--05 {
      width: 200px; }
    .date-table__th--06 {
      width: 180px; }
  .date-table__td {
    border: #d9d9d9 1px solid;
    padding: 5px 7px;
    vertical-align: middle;
    background-color: #fff;
    word-wrap: normal; }
  .date-table__def {
    margin-bottom: 5px;
    display: flex;
    align-items: center; }
    .date-table__def:last-child {
      margin-bottom: 0; }
    .date-table__def-wrap {
      display: inline-block; }
    .date-table__def-tit {
      display: inline-block;
      width: 88px;
      text-align: center;
      padding: 4px 0;
      font-size: 1.1rem;
      border-radius: 3px;
      margin-right: 5px; }
    .date-table__def-data {
      display: inline-block; }
  .date-table__link {
    display: inline-block;
    background: #0a2986 url("/media_library/consolidate/seminar/images/arrow_right.png") 95% center no-repeat;
    width: 104px;
    line-height: 1.4;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px 8px 5px;
    margin: 5px auto; }
    .date-table__link-wrap {
      display: flex; }
    .date-table__link:hover {
      opacity: 0.7;
      transition: all .4s; }
.date__img {
  position: relative;
  right: 0;
  top: -70px;
  padding: 20px 0 40px;
  z-index: 1;
  text-align: right; }

.section-sponcer {
  background-image: url("/media_library/consolidate/seminar/images/denshishinkoku202207/bg_sponsor_2.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain; }
  @media only screen and (max-width: 1024px) {
    .section-sponcer {
      background-size: 200%; } }

.sponcer-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 1024px) {
    .sponcer-box {
      padding: 5%; } }
  .sponcer-box__midashi {
    color: #0a2986;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
    margin-bottom: 20px;
    letter-spacing: .2em;
    padding: 2px; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box__midashi {
        font-size: 2.2rem;
        text-align: center; } }
  .sponcer-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box__list {
        margin-bottom: 0vw; } }
    .sponcer-box__list-item {
      display: inline-block;
      padding: 5px; }
      @media print, screen and (min-width: 1025px) {
        .sponcer-box__list-item {
          margin: 20px 20px 0px; } }
      @media only screen and (max-width: 1024px) {
        .sponcer-box__list-item {
          width: 100%;
          margin-right: 0;
          text-align: center; } }
      .sponcer-box__list-item .text_link {
        color: #000;
        font-size: 2.2rem;
        font-weight: bold; }
      @media only screen and (max-width: 1024px) {
        .sponcer-box__list-item a {
          background: #fff;
          display: block;
          padding: 2px; } }
      @media only screen and (max-width: 1024px) {
        .sponcer-box__list-item img {
          height: 13.3333333333vw;
          width: auto; } }
  .sponcer-box .past-box__midashi {
    background: #0a2986;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 5px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: .2em; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box .past-box__midashi {
        font-size: 1.4rem; } }
  @media only screen and (max-width: 1024px) {
    .sponcer-box .past-box .col2-box__list {
      display: block; } }
  .sponcer-box .past-box .col2-box__list-item--pd0 {
    background: none; }
    @media only screen and (max-width: 1024px) {
      .sponcer-box .past-box .col2-box__list-item--pd0 {
        display: block; } }
  .sponcer-box .past-box__caption {
    font-size: 1.3rem;
    text-align: center; }
  .sponcer-box__table-th--01 {
    width: 120px; }
  .sponcer-box__table-th--02 {
    width: 230px; }
  .sponcer-box__table-th--04 {
    width: 180px; }
  .sponcer-box__table-th--05 {
    width: 80px; }

.lineup {
  text-align: center;
  margin: auto;
  padding-bottom: 15px; }
  @media print, screen and (min-width: 1025px) {
    .lineup {
      width: 675px; } }
  .lineup table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #dedede;
    vertical-align: middle;
    background: #fff; }
  .lineup th, .lineup td {
    border: solid 1px #dedede;
    text-align: left;
    vertical-align: middle; }
    @media only screen and (max-width: 1024px) {
      .lineup th, .lineup td {
        padding: 0; } }
    .lineup th a, .lineup td a {
      padding: 20px;
      display: block; }
      @media only screen and (max-width: 1024px) {
        .lineup th a, .lineup td a {
          padding: 10px; } }
  .lineup th {
    border-right-style: none;
    line-height: 1.5;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      .lineup th {
        font-size: 1.2rem;
        padding-left: 0;
        width: auto; } }
  .lineup td {
    border-left-style: none; }
    @media only screen and (max-width: 1024px) {
      .lineup td {
        padding-left: 0;
        min-width: 50%; } }
    .lineup td a {
      line-height: 0; }

.dl-bnr {
  text-align: center;
  margin-bottom: 20px; }
  .dl-bnr img {
    border: solid 1px #eee; }
  .dl-bnr__text {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: .16em; }

.rep-box {
  margin: 50px 0 0; }
  @media only screen and (max-width: 1024px) {
    .rep-box {
      margin: 20px 0; } }
  .rep-box__midashi--h3 {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .rep-box__midashi--h3 {
        font-size: 2.4rem; } }
  .rep-box__midashi--date {
    font-size: 1.8rem;
    display: block; }
  .rep-box__midashi--h4 {
    color: #1aa0bf;
    font-weight: bold; }
  .rep-box__img {
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      .rep-box__img {
        margin-bottom: 20px; } }

.callout-box {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1024px) {
    .callout-box {
      padding: 5%;
      margin-bottom: 40px; } }
  .callout-box::after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: inherit;
    transform: rotate(45deg);
    left: calc(50% - (56.57px/2));
    bottom: -20px;
    z-index: -1; }
  .callout-box--blue {
    background: #f0fafa; }
  .callout-box__text {
    font-size: 2.0rem;
    line-height: 1.8; }
    @media only screen and (max-width: 1024px) {
      .callout-box__text {
        font-size: 1.4rem; } }
    .callout-box__text.dl {
      font-size: 1.9rem; }
      @media only screen and (max-width: 1024px) {
        .callout-box__text.dl {
          font-size: 1.3rem; } }
    .callout-box__text--strong {
      font-size: 2.4rem;
      font-weight: bold;
      color: #06a6b9; }
      @media only screen and (max-width: 1024px) {
        .callout-box__text--strong {
          font-size: 1.8rem; } }
      .callout-box__text--strong.dl {
        font-size: 2rem; }
        @media only screen and (max-width: 1024px) {
          .callout-box__text--strong.dl {
            font-size: 1.3rem; } }
  .callout-box__frame-red {
    background-color: #ff8358;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-top: 10px; }

.dl-box {
  display: flex;
  background: #e8fffa;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 780px;
  margin: 0 auto 40px; }
  @media only screen and (max-width: 1024px) {
    .dl-box {
      width: 100%;
      display: block; } }
  .dl-box img {
    border: 1px solid #eee;
    margin-right: 20px; }
    @media only screen and (max-width: 1024px) {
      .dl-box img {
        margin-right: 0;
        display: block;
        margin: 0 auto 2rem; } }
  .dl-box__list-item {
    background: url("/media_library/consolidate/seminar/images/denshishinkoku202207/icon_check.svg") center left no-repeat;
    background-size: 24px 24px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #555;
    padding-left: 30px; }
    @media only screen and (max-width: 1024px) {
      .dl-box__list-item {
        font-size: 1.4rem;
        background-size: 18px 18px;
        padding-left: 24px; } }

.dl-btn {
  width: 580px;
  margin: 0 auto;
  background-image: url(/media_library/consolidate/seminar/images/denshishinkoku202207/under_arrow.png);
  background-color: #e06f00;
  background-repeat: no-repeat;
  background-position: center 88%;
  padding-bottom: 36px; }
  @media only screen and (max-width: 1024px) {
    .dl-btn {
      width: 100%;
      background-size: 7%;
      padding: 2% 0 7%; } }
  .dl-btn__sub-title {
    background-color: #fff;
    color: #e06f00;
    margin: 0 40px;
    font-size: 2rem; }
    @media only screen and (max-width: 1024px) {
      .dl-btn__sub-title {
        font-size: 1.3rem; } }
  .dl-btn__title {
    font-size: 2.2rem; }
    @media only screen and (max-width: 1024px) {
      .dl-btn__title {
        font-size: 1.3rem; } }

.contact {
  background: #212020;
  color: #fff;
  padding: 50px 0; }
  .contact__midashi {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: .2em; }
    @media only screen and (max-width: 1024px) {
      .contact__midashi {
        font-size: 1.8rem; } }
  .contact__text {
    width: 940px;
    margin: 0 auto;
    font-style: normal;
    font-size: 1.4rem; }
    @media only screen and (max-width: 1024px) {
      .contact__text {
        width: 90%;
        font-size: 1.3rem; } }
    .contact__text-par {
      margin-bottom: 10px; }
  .contact a {
    color: #fff; }
    .contact a:hover {
      text-decoration: none; }

@media screen and (max-width: 1024px) {
  .info {
    width: 100%; }
    .info ul {
      margin-left: 10px; }
    .info li {
      list-style: outside; }
    .info__par {
      font-size: inherit; }

  .ondemand_inquery-btn {
    width: 85%;
    font-size: 1.6rem;
    padding: 15px 10px 15px 5px; } }
.new {
  color: red;
  font-size: 90%;
  margin-left: 3px;
  font-weight: bold; }




