
@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* 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; }

/* fontfamily ---------------------------------------------------------------------------*/
/*noto regular*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("/media_library/common/fonts/NotoSansJp-Regular3.woff2") format("woff2"), url("/media_library/common/fonts/NotoSansJp-Regular2.woff") format("woff"), url("/media_library/common/fonts/NotoSansJp-Regular1.otf") format("opentype"); }
/*noto medium*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("/media_library/common/fonts/NotoSansJP-Medium3.woff2") format("woff2"), url("/media_library/common/fonts/NotoSansJP-Medium2.woff") format("woff"), url("/media_library/common/fonts/NotoSansJP-Medium1.otf") format("opentype"); }
/*noto bold*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("/media_library/common/fonts/NotoSansJp-Bold3.woff2") format("woff2"), url("/media_library/common/fonts/NotoSansJp-Bold2.woff") format("woff"), url("/media_library/common/fonts/NotoSansJp-Bold1.otf") format("opentype"); }
/*noto regular*/
@font-face {
  font-family: 'Noto Sans CJK Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("/media_library/common/fonts/NotoSansCJKjp-Regular4.woff2") format("woff2"), url("/media_library/common/fonts/NotoSansCJKjp-Regular3.woff") format("woff"), url("/media_library/common/fonts/NotoSansCJKjp-Regular2.ttf") format("truetype"), url("/media_library/common/fonts/NotoSansCJKjp-Regular1.eot") format("embedded-opentype"); }
/*noto medium*/
@font-face {
  font-family: 'Noto Sans CJK Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url("/media_library/common/fonts/NotoSansCJKjp-Medium4.woff2") format("woff2"), url("/media_library/common/fonts/NotoSansCJKjp-Medium3.woff") format("woff"), url("/media_library/common/fonts/NotoSansCJKjp-Medium2.ttf") format("truetype"), url("/media_library/common/fonts/NotoSansCJKjp-Medium1.eot") format("embedded-opentype"); }
/*noto bold*/
@font-face {
  font-family: 'Noto Sans CJK Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("/media_library/common/fonts/NotoSansCJKjp-Bold4.woff2") format("woff2"), url("/media_library/common/fonts/NotoSansCJKjp-Bold3.woff") format("woff"), url("/media_library/common/fonts/NotoSansCJKjp-Bold2.ttf") format("truetype"), url("/media_library/common/fonts/NotoSansCJKjp-Bold1.eot") format("embedded-opentype"); }
.ff_notosansjp {
  font-family: "Noto Sans JP", sans-serif; }

.ff_notosanscjkjp {
  font-family: "Noto Sans CJK Japanese", sans-serif; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.8;
  overflow-x: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333;
  font-size: 1.8rem; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #4F8AB1; }

a:hover {
  text-decoration: none; }

.hover-img:hover {
  transition: opacity .4s;
  opacity: 0.7; }

@media screen and (max-width: 1200px) {
  .banner {
    width: 90%;
    margin: 0 auto; } }
.sp {
  display: none; }

.pc {
  display: block; }

.fw--normal {
  font-weight: normal !important; }
.fw--strong {
  font-weight: bold !important; }

.fc--blue {
  color: #00B050; }
.fc--red {
  color: #DB3A34; }
.fc--beige {
  color: #FFF1AC; }

.fs--underline {
  text-decoration: underline; }

.align--c {
  text-align: center; }
.align--l {
  text-align: left; }
.align--r {
  text-align: right; }

.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; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.bg-c1 {
  background-color: #00B050; }
.bg-c2 {
  background-color: #00B05021; }
.bg--grid {
  background: url("/media_library/ao/seminar/images/bg-grid.png") repeat; }

.marker {
  background: linear-gradient(transparent 30%, #FFE76D 35%); }

.linkExternal {
  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; }

.linkbtn {
  text-align: center; }
  .linkbtn-item {
    background: #FE8700 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z' fill='%23fff'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3C/svg%3E") no-repeat 98% center;
    background-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
    font-size: 2.5rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 5px 60px 5px 30px; }
    .linkbtn-item:hover {
      opacity: 0.7;
      transition: all .4s; }
    @media only screen and (max-width: 768px) {
      .linkbtn-item {
        font-size: 1.6rem;
        max-width: 90%; } }

.l-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .l-row {
      flex-wrap: wrap; } }
  .l-row--col-2 {
    width: calc(100%/2); }
  .l-row--col-3 {
    width: calc(100%/3); }
  .l-row--col-4 {
    width: calc(100%/4);
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .l-row--col-4 {
        width: calc(100%/2); } }
    @media print, screen and (min-width: 769px) {
      .l-row--col-4:nth-last-child(-n + 4) {
        margin-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .l-row--col-4:nth-last-child(-n + 2) {
        margin-bottom: 0; } }
  .l-row--col-5 {
    width: calc(100%/5); }
    @media only screen and (max-width: 768px) {
      .l-row--col-5 {
        width: calc(100%/2); } }
  .l-row--col-6 {
    width: calc(100%/6); }
    @media only screen and (max-width: 768px) {
      .l-row--col-6 {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .l-row--col-6 {
      width: calc(100%/2); } }

  .l-row--margin .l-row--col-4 {
    width: calc(100%/4 - 12px);
    margin-right: 15px; }
    @media only screen and (max-width: 768px) {
      .l-row--margin .l-row--col-4 {
        width: calc(100%/2 - 8px); } }
    .l-row--margin .l-row--col-4:nth-child(4n) {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .l-row--margin .l-row--col-4:nth-child(2n) {
        margin-right: 0; } }
  .l-row--margin .l-row--col-5 {
    width: calc(100%/5 - 8px);
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .l-row--margin .l-row--col-5 {
        width: calc(100%/2 - 5px); } }
    @media print, screen and (min-width: 769px) {
      .l-row--margin .l-row--col-5:nth-child(5n) {
        margin-right: 0; } }
  .l-row--margin .l-row--col-6 {
    width: calc(100%/6 - 5px);
    margin-right: 6px; }
    @media only screen and (max-width: 768px) {
      .l-row--margin .l-row--col-6 {
        width: calc(100%/2 - 3px); } }
    @media print, screen and (min-width: 769px) {
      .l-row--margin .l-row--col-6:nth-child(6n) {
        margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .l-row--margin .l-row--col-6:nth-child(2n) {
        margin-right: 0; } }

.fb_iframe_widget > span {
  vertical-align: baseline !important; }

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1024px; }

.movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.movie_box div {
  margin-top: -56.25% !important; }

.cvFixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9; }
  @media only screen and (max-width: 768px) {
    .cvFixed {
      display: none;
      bottom: 0px;
      right: 0px; } }
  .cvFixed__link {
    background: #FE8700;
    padding: 0 15px 10px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .cvFixed__link {
        padding: 10px;
        border-radius: 0; } }
    .cvFixed__link:hover {
      transition: all .4s;
      opacity: .7; }
    .cvFixed__link::before {
      content: '\e639';
      font-family: 'Material Icons';
      font-size: 52px;
      color: #fff;
      display: block;
      height: 80px; }
      @media only screen and (max-width: 768px) {
        .cvFixed__link::before {
          display: none; } }
  .cvFixed__close {
    position: absolute;
    text-decoration: none;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .cvFixed__close {
        display: none; } }
    .cvFixed__close::before {
      content: '\e5cd';
      font-family: 'Material Icons';
      font-size: 24px;
      line-height: 1;
      color: #fff;
      display: block; }

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  top: 0; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; }
  .header__logo {
    display: block; }
  .header__cv-item {
    font-size: 1.6rem;
    text-decoration: none;
    color: #fff;
    padding: 7px 20px; }
    .header__cv-item:hover {
      opacity: .7;
      transition: all .4s; }
    .header__cv-item--application {
      background: #FE8700;
      border-radius: 5px; }
    .header__cv-item--inquery {
      background: #1CD981; }

.nav {
  background: #00B050;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
  .nav__list {
    display: flex;
    justify-content: space-between;
    margin: 0; }
    .nav__list.inner {
      width: 800px; }
    .nav__list-item.application {
      background: #FE8700; }
    .nav__list-item.inquery {
      background: #1CD981; }
  .nav__link {
    display: block;
    color: #f5f6f7;
    text-decoration: none;
    font-weight: bold; }
  .nav-btn {
    display: none; }

main {
  display: block;
  padding-top: 110px; }

.mv {
  position: relative;
  height: 510px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .mv {
      height: auto; } }
  .mv__inner {
    position: relative; }
  .mv__main {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .mv__main {
        margin: 3% 1%;
        background: rgba(255, 255, 255, 0.8); } }

.mv-sns {
  position: relative;
  display: flex;
  justify-content: center; }
  @media print, screen and (min-width: 769px) {
    .mv-sns {
      margin-top: -20px; } }
  @media only screen and (max-width: 768px) {
    .mv-sns {
      flex-wrap: wrap;
      margin: 5px auto; } }
  .mv-sns li {
    margin: 0 2px;
    display: flex; }

.section {
  position: relative; }
  .section__inner {
    position: relative;
    padding: 80px 0; }
  .section__midashi-h2 {
    font-size: 3rem;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    color: #2A2925;
    letter-spacing: .2em; }
    @media only screen and (max-width: 768px) {
      .section__midashi-h2 {
        font-size: 1.8rem; } }
    .section__midashi-h2 h2 {
      position: relative;
      z-index: 2;
      font-weight: bold; }
       .bg-white {
        display: inline-block;
        background: #fff;
        padding: 3px 15px;
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: .15em;}
    @media only screen and (max-width: 768px) {
      .bg-white {
        font-size: 1.5rem; } }
      .section__midashi-h2 h2 em {
        font-weight: bold;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #00B050;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-style: normal;
        padding-left: .2em;
        margin-right: .2em;
        color: #fff;}
        @media only screen and (max-width: 768px) {
          .section__midashi-h2 h2 em {
            width: 2em;
            height: 2em; } }
        .section__midashi-h2 h2 em.white {
          background: #fff; }
  .section__midashi-h4 {
    font-size: 2rem;
    border-left: 5px solid #00B050;
    color: #00B050;
    padding-left: 7px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .section__midashi-h4 {
        font-size: 1.5rem; } }
  .section__midashi-dot {
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    padding: 10px 20px;
    background-image: url("/media_library/lp/fair_taskcloud2019/images/midashi_bg_blue-dot.png");
    display: inline-block;
    margin-bottom: 40px; }
  .section__text.mb {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section__text.mb {
        margin-bottom: 30px; } }
  .section__text-par {
    margin-bottom: 20px; }
  .section__box-white {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-bottom:30px;}
    @media only screen and (max-width: 768px) {
      .section__box-white {
        padding: 5%; } }

.point__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .point__list-item {
    width: 30%;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 2%;
    margin: 10px 10px;}
    @media only screen and (max-width: 768px) {
      .point__list-item {
        width: 100%;
        border-radius: 10px;} }
.point__sub-title {
  font-size: 1.7rem;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .point__sub-title {
      font-size: 1.4rem; } }
.point__title {
  font-size: 2.6em;
  font-weight: bold;
  color: #0072bf; }
  @media only screen and (max-width: 768px) {
    .point__title {
      font-size: 1.7rem;
      line-height: 1.2;
      margin: 5px 0; } }
  .point__title small {
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .point__title small {
        font-size: 1.15rem;
        display: inline-block; } }

.intro__text {
  text-align: center;
  font-weight: bold;
  color: #00B050;
  margin-bottom: 50px; }
  .intro__text--01 {
    font-size: 2.8rem;
    font-weight: bold; }
  .intro__text--02 {
    font-size: 4.2rem;
    font-weight: bold; }
  .intro__text--line {
    display: inline-block;
    position: relative;
    font-weight: bold; }
  .intro__text-dot {
    display: inline-block;
    width: 0.5em;
    overflow: visible;
    margin-left: -0.5em; }

.intro-box__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  .intro-box__list-item {
    width: 32%;
    background: #fff;
    border-radius: 10px;
    border: #e0e0e0 1px solid;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    text-align: center;
    font-size: 2.4rem;
    padding: 50px 0;
    font-weight: bold; }
    .intro-box__list-item--strong {
      color: #e9546f;
      font-size: 3rem;
      font-weight: bold; }

.exhibition__midashi {
  margin-bottom: -45px; }
  .exhibition__midashi-inner {
    background: #00B050;
    height: 100px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .exhibition__midashi--strong {
    font-size: 5.2rem;
    font-weight: bold; }
  .exhibition__midashi::after {
    content: '';
    display: block;
    position: absolute;
    background: url("/media_library/lp/fair_taskcloud2019/images/arrow_blue.png") no-repeat center bottom;
    height: 45px;
    width: 175px;
    left: calc(50% - 87.5px); }
.exhibition-box__list {
  display: flex;
  flex-wrap: wrap; }
  .exhibition-box__list-item {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px; }
.exhibition-box__img {
  width: 90px;
  margin-right: 10px; }
.exhibition-box__text {
  width: calc(100% - 100px);
  font-size: 1.3rem; }
  .exhibition-box__text-inner {
    width: 95%; }
.exhibition-box__midashi {
  font-size: 2.3rem;
  color: #00B050;
  font-weight: bold;
  margin-bottom: 10px; }

.kouritsu {
  background: #dcfadc;
  color: #0c9b0c; }

.digital {
  background: #dceffa;
  color: #055685; }

.koukaikei {
  background: #ffe5eb;
  color: #e9546f; }

.mynumber {
  background: #faf9dc;
  color: #8f7a04; }

.sem-box__list-item {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 30px;
  justify-content: space-between; }
  .sem-box__list-item:last-child {
    margin-bottom: 0; }

.sem-box__type {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px #fff solid;
  border-radius: 3px;
  width: 106px;
  height: auto;
  text-align: center; }
.sem-box__detail {
  width: 670px; }
.sem-box__midashi {
  color: #00B050;
  font-size: 2.4rem;
  margin-bottom: 5px;
  font-weight: bold; }
.sem-box__text {
  font-size: 1.4rem; }

.lecturer-box__midashi--slant {
  font-weight: bold;
  color: #00B050;
  font-size: 2.8rem;
  background: url("/media_library/lp/fair_taskcloud2019/images/line_slant-stripe.png") repeat-x center;
  text-align: center;
  margin-bottom: 50px; }
  .lecturer-box__midashi--slant-inner {
    display: inline-block;
    padding: 0 50px;
    background: #e8f0f4 url("/media_library/lp/fair_taskcloud2019/images/bg_dotted_light-blue.png"); }
.lecturer-box__wrap {
  padding-bottom: 100px; }
.lecturer-box__inner {
  background: #fff;
  padding: 40px;
  width: 900px;
  margin: 0 auto; }
.lecturer-box__type {
  border: none;
  height: auto; }
.lecturer-box__midashi {
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.4; }
.lecturer-box__date {
  display: flex;
  flex-wrap: wrap; }
  .lecturer-box__date-item {
    font-size: 1.4rem;
    line-height: 1.4;
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
    margin-right: 15px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
    width: 115px; }

.date-table {
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 2; }
  .date-table__annotation {
    font-size: 1.2rem; }
  .date-table__th {
    background: #f6f6f6;
    border: #d9d9d9 1px solid;
    font-weight: bold;
    padding: 5px;
    text-align: center; }
  .date-table__td {
    border: #d9d9d9 1px solid;
    padding: 10px;
    vertical-align: middle;
    background-color: #fff; }
    .date-table__td.utsunomiya {
      padding: 0; }
      .date-table__td.utsunomiya .utsunomiya-inner td {
        padding: 10px; }
    .date-table__td--13 {
      font-size: 1.3rem; }
  .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: #00B050 url("/media_library/lp/fair_taskcloud2019/images/arrow_right.png") 95% center no-repeat;
    width: 150px;
    height: 53px;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px; }
    .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; }

.sponcer-wrap {
  background-image: url("/media_library/lp/fair_taskcloud2019/images/bg_sponsor.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; }

.sponcer-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .sponcer-box__midashi {
    color: #00B050;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 25px; }
  .sponcer-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 30px;
    align-items: center; }
    .sponcer-box__list:last-child {
      margin-bottom: 0; }
    .sponcer-box__list-item {
      display: inline-block;
      margin-right: 15px; }
  .sponcer-box .outside_link {
    font-size: 1.3rem;
    color: #333; }

.contact {
  background: #00B050;
  color: #2A2925;
  padding: 50px 0; }
  .contact__midashi {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  .contact__text {
    width: 940px;
    margin: 0 auto;
    font-style: normal;
    font-size: 1.4rem; }
    .contact__text-par {
      margin-bottom: 10px; }
  .contact a {
    color: #fff; }
    .contact a:hover {
      text-decoration: none; }

.movie {
  text-align: center; }

.copyright__text {
  font-size: 1.2rem;
  text-align: center;
  margin: 5px 0; }

@media only screen and (max-width: 768px) {
  #greeting .align--c.margin--tb img {
    width: 60%; } }

.linkbtn-item.inquery {
  font-size: 28px;
  background: linear-gradient(#FE8700 0%, #e57900) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z' fill='%23fff'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3C/svg%3E") no-repeat 98% center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  font-weight: normal;
  display: inline-flex;
  align-items: center; }
  .linkbtn-item.inquery::before {
    content: '';
    display: inline-block;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='93.673px' height='89.927px' viewBox='0 0 93.673 89.927' style='enable-background:new 0 0 93.673 89.927;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFF;%7D%0A%3C/style%3E%3Crect x='26' y='36.926' class='st0' width='38' height='8'/%3E%3Crect x='26' y='51.926' class='st0' width='38' height='7'/%3E%3Cpath class='st0' d='M80.271,51.926v10.651h9.402C89.673,57.097,85.576,52.584,80.271,51.926z'/%3E%3Cpath class='st0' d='M64.183,67.446H18.735v-37.47h52.458v20.067c1.551-0.956,3.267-1.632,5.078-1.961l2.416-0.321V22.482 c0.001-4.138-3.352-7.493-7.49-7.494c-0.001,0-0.003,0-0.004,0H18.735c-4.138-0.001-7.493,3.352-7.494,7.49c0,0.001,0,0.003,0,0.004 v44.964c-0.001,4.138,3.352,7.493,7.49,7.494c0.001,0,0.003,0,0.004,0h46.089c-0.424-1.389-0.641-2.83-0.641-4.304V67.446z'/%3E%3Cpath class='st0' d='M77.585,62.577V51.926c-5.305,0.658-9.402,5.171-9.402,10.651H77.585z'/%3E%3Cpath class='st0' d='M89.673,65.263h-21.49v5.372c0,5.937,4.808,10.745,10.745,10.745c5.937,0,10.745-4.808,10.745-10.745V65.263z' /%3E%3C/svg%3E%0A") no-repeat center/70px;
    width: 70px;
    height: 70px;
    margin-right: 15px; }
    @media only screen and (max-width: 768px) {
      .linkbtn-item.inquery::before {
        background-size: 40px;
        width: 40px;
        height: 40px; } }
  @media only screen and (max-width: 768px) {
    .linkbtn-item.inquery {
      font-size: 1.6rem;
      max-width: 90%; } }

.program__title {
  color: #00B050;
  font-size: 28px;
  background: #fff;
  border: 1px #00B050 solid;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .program__title {
      font-size: 1.5rem;
      margin-bottom: 20px; } }
.program__list {
  counter-reset: listnumber;
  margin-bottom: 60px;
  padding-left: 59px; }
  @media only screen and (max-width: 768px) {
    .program__list {
      margin-bottom: 30px;
      padding-left: 45px; } }
  .program__list-item {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .program__list-item {
        font-size: 1.4rem;
        line-height: 1; } }
    .program__list-item::before {
      counter-increment: listnumber;
      content: counter(listnumber);
      background: url("/media_library/ao/seminar/chudai/images/icon-bubble.svg") center center no-repeat;
      background-size: 49px;
      display: inline-block;
      width: 49px;
      height: 49px;
      margin-right: 10px;
      line-height: 34px;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 2.4rem;
      margin-left: -59px; }
      @media only screen and (max-width: 768px) {
        .program__list-item::before {
          width: 35px;
          height: 35px;
          background-size: 35px;
          margin-left: -45px;
          font-size: 1.7rem;
          line-height: 22px; } }

.program-box {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto 10px; }
  .program-box__wrap {
    position: relative;
    padding-bottom: 50px; }
    @media only screen and (max-width: 1024px) {
      .program-box__wrap {
        padding-bottom: 0 !important; } }
  @media print, screen and (min-width: 1025px) {
    .program-box {
      width: 690px; } }
  @media only screen and (max-width: 1024px) {
    .program-box {
      display: block;
      width: 98%;
      margin: 0vw auto 2.6666666667vw auto; } }
  .program-box:last-child {
    margin-bottom: 0; }
  .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: #00B050;
    text-align: center;
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .program-box__part {
        font-size: 1.4rem;
        width: 100%; } }
  .program-box__text {
    margin-right: 10px;
    padding: 0 10px; }
    @media only screen and (max-width: 1024px) {
      .program-box__text {
        width: 100%;
        margin-left: 0;
        padding: 0; } }
  .program-box__midashi {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    border-bottom: 3px solid #00B050;;}
    @media only screen and (max-width: 1024px) {
      .program-box__midashi {
        font-size: 1.6rem; } }
  @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;
    font-size: 2.5rem;
    font-weight: bold;;
    line-height: 1.5;}
    @media only screen and (max-width: 1024px) {
      .program-box__theme {
        font-size: 1.9rem; 
        line-height: 1.5;} }
    .program-box__theme-item {
      margin-bottom: 3px;
      font-size: 95%; }
      .program-box__theme-item::before {
        content: '●';
        color: #acbbe2; }
    .program-box__theme .tit {
      display: inline-block;
      line-height: 1;
      padding: 3px 5px 0 0;
      font-weight: bold;
      margin-left: 1em; }

.blockTable p{
    text-align: center;
    padding: 25px 0 10px;}
  @media only screen and (max-width: 768px) {
    .blockTable p{
      text-align: left;
      padding: 20px 10px 20px 10px;} }
.program-box__parts{
    margin-left: auto;
    margin-right: auto;}
  @media only screen and (max-width: 768px) {
    .program-box__parts{
        width: 100%;} }
.program-box__parts-parts{
    padding: 7px 20px;
    background: #00B050;
    border: 5px solid white;
    text-align: center;
    color: white;}
  @media only screen and (max-width: 768px) {
    .program-box__parts-parts{
        width: 100%;
        display: block;
        padding: 5px 0;
        border: none;
        text-align: center;
        margin-top: 10px;} }
.program-box__parts-title{
    padding: 7px 100px 7px 20px;
    border: 5px solid white;
    background: #00B05021;}
  @media only screen and (max-width: 768px) {
    .program-box__parts-title{
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0;
        border: none;} }
.program-box__parts-time{
    padding: 7px 20px;
    border: 5px solid white;
    background: #00B05021;}
  @media only screen and (max-width: 768px) {
    .program-box__parts-time{
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        padding-bottom: 5px;
        border: none;} }

.speakers__title {
  background: #00B050;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
  padding: 2px 5px; }
  @media only screen and (max-width: 768px) {
    .speakers__title {
      font-size: 1.5rem;
      margin-bottom: 20px; } }
.speakers__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px; }
  @media print, screen and (min-width: 769px) {
    .speakers__list {
      padding: 0 20px; } }
  @media only screen and (max-width: 768px) {
    .speakers__list {
      flex-wrap: wrap; } }
  .speakers__list-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
    @media print, screen and (min-width: 769px) {
      .speakers__list-title {
        padding: 0 40px; } }
  .speakers__list-item {
    width: calc(100% - 10px);
    display: flex;
    align-items: center; }
    @media print, screen and (min-width: 769px) {
      .speakers__list-item {
        flex-direction: column; } }
    @media only screen and (max-width: 768px) {
      .speakers__list-item {
        width: 100%;
        margin-bottom: 10px;
        border-top: solid 1px #eee;
        padding-top: 20px; } }
    .speakers__list-item:last-child {
      margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .speakers__list-item:last-child {
          border-bottom: solid 1px #eee;
          padding-bottom: 10px; } }
.program-box__photo {
  text-align: center;}
  @media only screen and (max-width: 768px) {
    .program-box__photo {
    width: 100%;
    margin-top: 5px;} }
  .program-box__photo img {
    width: auto;
    text-align: center; 
    padding-top: 5px; 
    padding-right: 10px;}
  @media only screen and (max-width: 768px) {
  .program-box__photo img {
      max-width: 100%;
      padding-right: 0px;} }
.speakers__text {
  font-size: 1.55rem; }
  @media only screen and (max-width: 768px) {
    .speakers__text {
      font-size: 1.4rem; } }

.speakers-program {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .speakers-program {
      flex-wrap: wrap; } }
  .speakers-program__block {
    border: 1px #00B050 solid;
    padding: 15px;
    width: 49%; }
    @media only screen and (max-width: 768px) {
      .speakers-program__block {
        width: 100%;
        margin-bottom: 10px; } }
  .speakers-program h5 {
    font-weight: bold;
    color: #00B050;
    text-align: center; }
  .speakers-program .num__list li {
    list-style: decimal inside;
    font-size: 1.6rem;
    text-indent: -1.2em;
    padding-left: 1.2em; }
    @media only screen and (max-width: 768px) {
      .speakers-program .num__list li {
        font-size: 1.3rem; } }

.lecturer-box {
  display: flex;
  align-items: center;
    font-size: 83%;}
  @media only screen and (max-width: 1024px) {
    .lecturer-box__tit {
      font-size: 1.3rem; } }
  .lecturer-box__name {
    float: left;
    line-height: 1.4; }
    @media only screen and (max-width: 1024px) {
      .lecturer-box__name {
        font-size: 1.3rem;
        width: calc(100% - 3em); } }
    .lecturer-box__name--large {
      font-size: 2rem; }
      @media only screen and (max-width: 1024px) {
        .lecturer-box__name--large {
          font-size: 1.4rem; } }
    .lecturer-box__name-block:first-child {
      margin-bottom: 10px; }
  .lecturer-box__logo {
    margin-top: 5px; }

.flow-box {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap; }
  .flow-box::after {
    content: '';
    display: block;
    background: url("/media_library/igyou/seminar/keieikaizen2021/images/flow-arrow.png") no-repeat center center;
    margin: 30px auto;
    background-size: 201px 23px;
    height: 23px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .flow-box::after {
        margin: 10px auto;
        height: 15px;
        background-size: contain; } }
  .flow-box:last-child {
    margin-bottom: 20px; }
    .flow-box:last-child::after {
      background: none;
      margin: 0; }
  .flow-box__tit {
    font-size: 1.6rem;
    color: #555;
    font-weight: bold; }
  .flow-box__part {
    background-color: #00B050;
    text-align: center;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .flow-box__part {
        width: 100%;
        font-size: 2.2rem;
        margin-right: 0; } }
  .flow-box__text {
    background: #fff;
    width: calc(90% - 25px);
    display: flex;
    align-items: center;
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .flow-box__text {
        width: 100%;
        padding: 8px 15px; } }
    .flow-box__text::before {
      content: '';
      background-repeat: no-repeat;
      background-size: 90px;
      width: 90px;
      height: 90px;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .flow-box__text::before {
          display: none; } }
    .flow-box__text--1::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='93.673px' height='89.927px' viewBox='0 0 93.673 89.927' style='enable-background:new 0 0 93.673 89.927;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238AF484;%7D%0A%3C/style%3E%3Crect x='26' y='36.926' class='st0' width='38' height='8'/%3E%3Crect x='26' y='51.926' class='st0' width='38' height='7'/%3E%3Cpath class='st0' d='M80.271,51.926v10.651h9.402C89.673,57.097,85.576,52.584,80.271,51.926z'/%3E%3Cpath class='st0' d='M64.183,67.446H18.735v-37.47h52.458v20.067c1.551-0.956,3.267-1.632,5.078-1.961l2.416-0.321V22.482 c0.001-4.138-3.352-7.493-7.49-7.494c-0.001,0-0.003,0-0.004,0H18.735c-4.138-0.001-7.493,3.352-7.494,7.49c0,0.001,0,0.003,0,0.004 v44.964c-0.001,4.138,3.352,7.493,7.49,7.494c0.001,0,0.003,0,0.004,0h46.089c-0.424-1.389-0.641-2.83-0.641-4.304V67.446z'/%3E%3Cpath class='st0' d='M77.585,62.577V51.926c-5.305,0.658-9.402,5.171-9.402,10.651H77.585z'/%3E%3Cpath class='st0' d='M89.673,65.263h-21.49v5.372c0,5.937,4.808,10.745,10.745,10.745c5.937,0,10.745-4.808,10.745-10.745V65.263z' /%3E%3C/svg%3E%0A"); }
    .flow-box__text--2::before {
      background-image: url("data:image/svg+xml,%3Csvg id='mail_outline-24px' xmlns='http://www.w3.org/2000/svg' width='90.452' height='90.452' viewBox='0 0 90.452 90.452'%3E%3Cpath id='pass1' data-name='pass1' d='M0,0H90.452V90.452H0Z' fill='none'/%3E%3Cpath id='pass2' data-name='pass2' d='M69.839,4H9.538a7.528,7.528,0,0,0-7.5,7.538L2,56.764A7.56,7.56,0,0,0,9.538,64.3h60.3a7.56,7.56,0,0,0,7.538-7.538V11.538A7.56,7.56,0,0,0,69.839,4Zm0,52.764H9.538V19.075L39.688,37.92,69.839,19.075ZM39.688,30.382,9.538,11.538h60.3Z' transform='translate(5.538 11.075)' fill='%238AF484'/%3E%3C/svg%3E%0A"); }
    .flow-box__text--3::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='pass1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='90.928px' height='90.928px' viewBox='0 0 90.928 90.928' style='enable-background:new 0 0 90.928 90.928;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238AF484;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M15.155,18.732h68.2v-7.577h-68.2c-4.18,0.012-7.565,3.397-7.578,7.577v45.676H0v11.365h53.041V64.408H15.155 V18.732z'/%3E%3Cpath class='st0' d='M87.139,30.31H64.407c-2.09,0.006-3.783,1.699-3.789,3.789v37.886c0.006,2.09,1.699,3.783,3.789,3.789h22.732 c2.09-0.006,3.783-1.699,3.789-3.789V34.098C90.921,32.008,89.229,30.316,87.139,30.31z M84.35,65.41H67.2V36.887h17.15V65.41z'/%3E%3Cpath class='st0' d='M46.237,33.629c-5.552-0.001-10.053,4.5-10.054,10.052s4.5,10.053,10.052,10.054s10.053-4.5,10.054-10.052 c0,0,0-0.001,0-0.001C56.287,38.131,51.788,33.631,46.237,33.629z M44.226,48.205v-9.047l6.032,4.524L44.226,48.205z'/%3E%3Cpath class='st0' d='M75.392,58.421c3.7,0,6.7-3,6.7-6.7s-3-6.7-6.7-6.7c-3.7,0-6.7,3-6.7,6.7S71.692,58.421,75.392,58.421z M74.052,48.707l4.022,3.014l-4.022,3.017V48.707z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .flow-box__midashi {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #2A2925; }
    @media only screen and (max-width: 768px) {
      .flow-box__midashi {
        font-size: 1.5rem; } }
  @media only screen and (max-width: 768px) {
    .flow-box__detail {
      font-size: 1.3rem; } }

#flow li {
  list-style: disc;
  margin-left: 1.5em; }

#present .section__midashi-h2 {
  margin-bottom: 20px; }

.present__wrap {
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 768px) {
    .present__wrap {
      flex-wrap: wrap; } }
.present__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.2; 
  text-align: center}
  @media only screen and (max-width: 768px) {
    .present__text {
      width: 100%;
      font-size: 1.5rem; } }
.present__img {
  width: 268px; }
  @media only screen and (max-width: 768px) {
    .present__img {
      width: 100%;
      margin-top: 20px; } }
  .present__img img {
    display: block; }
    @media only screen and (max-width: 768px) {
      .present__img img {
        margin: 0 auto;
        width: 80%; } }
.present__midashi {
  color: #DB3A34;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .present__midashi {
      font-size: 1.8rem;
      text-align: center; } }
.present__caution {
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .present__caution {
      font-size: 1.3rem;
      margin-bottom: 20px; } }
.present__yokoku {
  background: #00B050;
  font-size: 2.7rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: #00B050; }
  @media only screen and (max-width: 768px) {
    .present__yokoku {
      font-size: 1.7rem;
      text-align: center; } }
  .present__yokoku::before {
    content: '';
    border-left: 1px solid #244897;
    transform: rotate(-35deg);
    display: block;
    width: 1px;
    height: 40px;
    margin-right: 20px; }
  .present__yokoku::after {
    content: '';
    border-left: 1px solid #244897;
    transform: rotate(35deg);
    display: block;
    width: 1px;
    height: 40px;
    margin-left: 20px; }
  .present__link {
    margin-top: 10px; }

@media only screen and (max-width: 768px) {
  #dl_form {
    height: calc(100vh - 100px); } }

.enq {
  align-items: flex-start;
  justify-content: space-between; }
  @media print, screen and (min-width: 769px) {
    .enq {
      flex-wrap: nowrap; } }
  @media print, screen and (min-width: 769px) {
    .enq-graph {
      width: 430px; } }
  @media only screen and (max-width: 768px) {
    .enq-graph {
      max-width: 80%;
      margin: 0 auto 40px; } }
  .enq-voice {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .enq-voice {
        width: calc(100% - 480px); } }
    @media only screen and (max-width: 768px) {
      .enq-voice {
        padding: 5%; } }
    @media print, screen and (min-width: 769px) {
      .enq-voice::before {
        content: '';
        position: absolute;
        display: block;
        background: url("/media_library/ao/seminar/chudai/images/leftarrow_white.png") left center no-repeat;
        width: 26px;
        height: 100%;
        top: 0;
        left: -26px; } }
    .enq-voice__list-item {
      display: flex;
      border-bottom: 1px #E8E8E8 solid;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .enq-voice__list-item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    .enq-voice__img {
      text-align: center;
      margin-right: 20px; }
      @media print, screen and (min-width: 769px) {
        .enq-voice__img {
          width: 100px; } }
      @media only screen and (max-width: 768px) {
        .enq-voice__img {
          width: 90px; } }
    @media print, screen and (min-width: 769px) {
      .enq-voice__name {
        font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      .enq-voice__name {
        font-size: 1.2rem; } }
    .enq-voice__text {
      width: calc(100% - 120px); }
      @media print, screen and (min-width: 769px) {
        .enq-voice__text {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 768px) {
        .enq-voice__text {
          font-size: 1.3rem; } }

.movie_img {
  max-width: 600px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem; }

  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto; }

  .header {
    border-bottom: 1px solid #efefef;
    display: flex; }
    .header__inner {
      height: 50px;
      width: calc(98% - 50px); }
    .header__logo {
      width: 50%; }
    .header .tkc__logo {
      width: 20%; }

  .nav__list {
    position: absolute;
    right: -100%;
    display: block;
    background: #00B050;
    top: 50px;
    transition: all .4s; }
    .nav__list.inner {
      width: 80%; }
    .nav__list-item {
      color: #fff;
      display: block; }
    .nav__list.active {
      right: -0; }
  .nav__link {
    padding: 18px;
    padding-left: 32px;
    background: url("/media_library/ao/seminar/images/arrow_right.png") 15px center no-repeat;
    border-bottom: 1px dotted #fff;
    font-size: 1.5rem; }
    .nav__link.application {
      background-color: #FE8700;
      color: #fff; }
    .nav__link.inquery {
      background-color: #1CD981; }
  .nav-btn {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: block;
    padding: 10px;
    border-left: 1px solid #efefef; }
    .nav-btn span {
      display: block;
      background: #333;
      width: 100%;
      height: 3px;
      margin: 4px auto 6px;
      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 {
    padding-top: 50px; }

  .section__inner {
    width: 90%;
    padding: 40px 0; }
  .section__btn-item {
    font-size: 1.8rem;
    padding: 10px 0 30px; }
    .section__btn-item--intro {
      width: 90%; }

  .sem-box__list-item {
    width: 100%;
    justify-content: center; }
  .sem-box__type {
    margin-right: 10px;
    width: 82px;
    font-size: 1.3rem; }
  .sem-box__detail {
    width: calc(100% - 105px); }
  .sem-box__midashi {
    font-size: 1.8rem; }
  .sem-box__text {
    font-size: 1.3rem; }

  .lecturer-box__inner {
    width: 90%;
    padding: 5% 3%; }
  .lecturer-box__list {
    display: block; }
  .lecturer-box__type {
    font-size: 1.3rem;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0; }
  .lecturer-box__detail {
    width: 96%;
    margin: 0 auto; }
  .lecturer-box__midashi {
    font-size: 1.4rem; }
  .lecturer-box__date-item {
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding: 2%;
    margin-right: 3%;
    width: 30%; }
    .lecturer-box__date-item:nth-child(3n) {
      margin-right: 0; }

  .date-table {
    border: none; }
    .date-table thead {
      display: none; }
    .date-table__tr {
      border: 1px solid #ddd;
      display: block;
      padding: 0 15px;
      margin: 0 0 20px; }
      .date-table__tr:last-child {
        margin: 0; }
    .date-table__td {
      border: 0;
      border-bottom: 1px dotted #ddd;
      display: block;
      padding: 10px 0 10px 7em;
      font-size: 1.1rem;
      position: relative; }
      .date-table__td:last-child {
        border: 0; }
      .date-table__td::before {
        content: attr(aria-label);
        font-weight: bold;
        width: 6em;
        position: absolute;
        left: 0; }
      .date-table__td.align--center {
        text-align: left !important; }
      .date-table__td.utsunomiya {
        padding: 0;
        padding-left: 6em; }
        .date-table__td.utsunomiya .utsunomiya-inner td {
          padding: 10px; }
    .date-table__link {
      width: 100%;
      height: auto;
      font-size: 1.2rem;
      padding: 1%; }

  .sponcer-box {
    padding: 5%; }
    .sponcer-box__midashi {
      font-size: 2.2rem;
      text-align: center; }
    .sponcer-box__list-item {
      width: 50%;
      margin-right: 0;
      text-align: center;
      margin-bottom: 20px; }
      .sponcer-box__list-item--center {
        width: 100%; }
      .sponcer-box__list-item.mt10 {
        margin-top: 0 !important; }

  .contact__midashi {
    font-size: 1.8rem; }
  .contact__text {
    width: 90%;
    font-size: 1.3rem; } }
@media screen and (max-width: 750px) {
  .line {
    background-size: auto 60%; }

  .intro__text--line.line {
    background-size: contain; }
    .intro__text--line.line.line--longest {
      min-width: 8em; }
    .intro__text--line.line.line--long {
      min-width: 5em; }
    .intro__text--line.line.line--middle {
      min-width: 4em; }
    .intro__text--line.line.line--short {
      min-width: 3em; } }




