
@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; }

* {
  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; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 3.3816425121vw; } }

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; } }
.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 1.2077294686vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 1.2077294686vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 1.2077294686vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 1.2077294686vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 2.4154589372vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 2.4154589372vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 2.4154589372vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 2.4154589372vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 3.6231884058vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 3.6231884058vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 3.6231884058vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 3.6231884058vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 4.8309178744vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 4.8309178744vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 4.8309178744vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 4.8309178744vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 6.038647343vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 6.038647343vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 6.038647343vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 6.038647343vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 7.2463768116vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 7.2463768116vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 7.2463768116vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 7.2463768116vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 8.4541062802vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 8.4541062802vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 8.4541062802vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 8.4541062802vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 9.6618357488vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 9.6618357488vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 9.6618357488vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 9.6618357488vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mt45 {
      margin-top: 10.8695652174vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mb45 {
      margin-bottom: 10.8695652174vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .ml45 {
      margin-left: 10.8695652174vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mr45 {
      margin-right: 10.8695652174vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 12.077294686vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 12.077294686vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 12.077294686vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 12.077294686vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 13.2850241546vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 13.2850241546vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 13.2850241546vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 13.2850241546vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 14.4927536232vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 14.4927536232vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 14.4927536232vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 14.4927536232vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mt65 {
      margin-top: 15.7004830918vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 15.7004830918vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .ml65 {
      margin-left: 15.7004830918vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mr65 {
      margin-right: 15.7004830918vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 16.9082125604vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 16.9082125604vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 16.9082125604vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 16.9082125604vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mt75 {
      margin-top: 18.115942029vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mb75 {
      margin-bottom: 18.115942029vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .ml75 {
      margin-left: 18.115942029vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mr75 {
      margin-right: 18.115942029vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 19.3236714976vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 19.3236714976vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 19.3236714976vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 19.3236714976vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mt85 {
      margin-top: 20.5314009662vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 20.5314009662vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .ml85 {
      margin-left: 20.5314009662vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mr85 {
      margin-right: 20.5314009662vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 21.7391304348vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 21.7391304348vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 21.7391304348vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 21.7391304348vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mt95 {
      margin-top: 22.9468599034vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mb95 {
      margin-bottom: 22.9468599034vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .ml95 {
      margin-left: 22.9468599034vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mr95 {
      margin-right: 22.9468599034vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 24.154589372vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 24.154589372vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 24.154589372vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 24.154589372vw !important; } }

.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 1.2077294686vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 1.2077294686vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 1.2077294686vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 1.2077294686vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 2.4154589372vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 2.4154589372vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 2.4154589372vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 2.4154589372vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 3.6231884058vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 3.6231884058vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 3.6231884058vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 3.6231884058vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 4.8309178744vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 4.8309178744vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 4.8309178744vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 4.8309178744vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 6.038647343vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 6.038647343vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 6.038647343vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 6.038647343vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 7.2463768116vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 7.2463768116vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 7.2463768116vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 7.2463768116vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 8.4541062802vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 8.4541062802vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 8.4541062802vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 8.4541062802vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 9.6618357488vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 9.6618357488vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 9.6618357488vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 9.6618357488vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pt45 {
      padding-top: 10.8695652174vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pb45 {
      padding-bottom: 10.8695652174vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pl45 {
      padding-left: 10.8695652174vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pr45 {
      padding-right: 10.8695652174vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 12.077294686vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 12.077294686vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 12.077294686vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 12.077294686vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 13.2850241546vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 13.2850241546vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 13.2850241546vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 13.2850241546vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 14.4927536232vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 14.4927536232vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 14.4927536232vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 14.4927536232vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pt65 {
      padding-top: 15.7004830918vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pb65 {
      padding-bottom: 15.7004830918vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pl65 {
      padding-left: 15.7004830918vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pr65 {
      padding-right: 15.7004830918vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 16.9082125604vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 16.9082125604vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 16.9082125604vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 16.9082125604vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pt75 {
      padding-top: 18.115942029vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pb75 {
      padding-bottom: 18.115942029vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pl75 {
      padding-left: 18.115942029vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pr75 {
      padding-right: 18.115942029vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 19.3236714976vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 19.3236714976vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 19.3236714976vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 19.3236714976vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pt85 {
      padding-top: 20.5314009662vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pb85 {
      padding-bottom: 20.5314009662vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pl85 {
      padding-left: 20.5314009662vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pr85 {
      padding-right: 20.5314009662vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 21.7391304348vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 21.7391304348vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 21.7391304348vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 21.7391304348vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pt95 {
      padding-top: 22.9468599034vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pb95 {
      padding-bottom: 22.9468599034vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pl95 {
      padding-left: 22.9468599034vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pr95 {
      padding-right: 22.9468599034vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 24.154589372vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 24.154589372vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 24.154589372vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 24.154589372vw !important; } }

@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-flex {
    display: none !important; } }

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

@media only screen and (max-width: 768px) {
  .sp-txL {
    text-align: left !important; } }

@media only screen and (max-width: 768px) {
  .sp-txC {
    text-align: center !important; } }

@media only screen and (max-width: 768px) {
  .sp-txR {
    text-align: right !important; } }

@media only screen and (max-width: 768px) {
  .sp-fNone {
    float: none !important;
    max-width: 100%; } }

.fw--normal {
  font-weight: normal !important; }
.fw--strong {
  font-weight: bold !important; }

.fc--blue {
  color: #29B5B2; }
.fc--red {
  color: #E34B3C; }
.fc--beige {
  color: #FFF1AC; }

.fs--underline {
  text-decoration: underline; }

.align--c {
  text-align: center; }
.align--l {
  text-align: left; }
.align--r {
  text-align: right; }

.bg-c1 {
  background-color: #F1F2F2; }
.bg-c2 {
  background-color: #29B5B2; }
.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: 10px 50px 10px 20px; }
    .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; }
  @media only screen and (max-width: 768px) {
    .inner {
      width: 98%;
      margin-left: auto;
      margin-right: auto; } }

.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: 40px;
  right: 45px;
  z-index: 9; }
  @media only screen and (max-width: 768px) {
    .cvFixed {
      display: none;
      bottom: 0px;
      right: 0px;
      width: 100%; } }
  .cvFixed__link {
    background: #FFEE00;
    color: #000;
    font-weight: bold;
    position: relative;
    padding: 87px 10px 10px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.4;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    @media print, screen and (min-width: 769px) {
      .cvFixed__link {
        width: 153px;
        height: 153px; } }
    @media only screen and (max-width: 768px) {
      .cvFixed__link {
        padding: 3.6231884058vw 2.4154589372vw 3.6231884058vw 12.077294686vw;
        border-radius: 0; } }
    .cvFixed__link:hover {
      transition: all .4s;
      opacity: .7; }
    .cvFixed__link::before {
      content: '';
      position: absolute;
      background: url("/media_library/ao/seminar/kaigyo/images/icon_movie.svg") no-repeat center/contain;
      width: 113px;
      height: 75px;
      display: block;
      top: 2px;
      left: 46px; }
      @media only screen and (max-width: 768px) {
        .cvFixed__link::before {
          top: -2.1739130435vw;
          width: 18.3574879227vw;
          height: 14.2512077295vw;
          left: 19.3236714976vw; } }
  .cvFixed__close {
    position: absolute;
    text-decoration: none;
    width: 28px;
    height: 28px;
    top: -10px;
    left: 0;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .cvFixed__close {
        display: none; } }
    .cvFixed__close::before {
      content: '\e5cd';
      font-family: 'Material Icons';
      font-size: 2.8rem;
      line-height: 1;
      color: #D0DBDB;
      display: block; }

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  top: 0; }
  @media only screen and (max-width: 768px) {
    .header {
      border-bottom: 1px solid #efefef;
      display: flex; } }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px; }
    @media only screen and (max-width: 768px) {
      .header__inner {
        height: 50px;
        width: calc(98% - 50px); } }
  .header__logo {
    display: block; }
    @media only screen and (max-width: 768px) {
      .header__logo {
        width: 50%; } }
  @media only screen and (max-width: 768px) {
    .header .tkc__logo {
      width: 20%; } }
  .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;
      margin-right: 10px; }
    .header__cv-item--inquery {
      background: #1CD981; }

.nav {
  background: #29B5B2;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: center; }
  .nav__list {
    display: flex;
    justify-content: space-between;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .nav__list {
        position: absolute;
        right: -100%;
        display: block;
        background: #29B5B2;
        top: 50px;
        transition: all .4s; } }
    .nav__list.inner {
      width: 900px; }
      @media only screen and (max-width: 768px) {
        .nav__list.inner {
          width: 80%; } }
    @media only screen and (max-width: 768px) {
      .nav__list-item {
        color: #fff;
        display: block; } }
    .nav__list-item.application {
      background: #FE8700; }
    .nav__list-item.inquery {
      background: #1CD981; }
    @media only screen and (max-width: 768px) {
      .nav__list.active {
        right: -0; } }
  .nav__link {
    display: block;
    color: #fff;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .nav__link {
        padding: 18px;
        padding-left: 32px;
        background: url("/media_library/lp/fair_taskcloud2019/images/arrow_right.png") 15px center no-repeat;
        border-bottom: 1px dotted #fff; }
        .nav__link.application {
          background-color: #FE8700; }
        .nav__link.inquery {
          background-color: #1CD981; } }
  .nav-btn {
    display: none; }
    @media only screen and (max-width: 768px) {
      .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 {
  display: block; }
  @media print, screen and (min-width: 769px) {
    main {
      padding-top: 115px; } }
  @media only screen and (max-width: 768px) {
    main {
      padding-top: 12.077294686vw; } }

.mv__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #29B5B2;
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .mv__main {
      margin-top: 80px; } }
  .mv__main::before {
    position: absolute;
    top: 0;
    right: -400px;
    background-size: cover;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .mv__main::before {
        right: 0;
        bottom: 0; } }
  @media print, screen and (min-width: 769px) {
    .mv__main-inner {
      margin-top: -75px;
      position: relative;
      z-index: 3;
      line-height: 1;
      background: url("/media_library/ao/seminar/kaigyo/images/mv_bg.png") right -50px bottom -40px no-repeat;
      padding: 0 0 30px; } }
  @media only screen and (max-width: 768px) {
    .mv__main-inner {
      width: 100%; } }
  @media print, screen and (min-width: 769px) {
    .mv__main-inner img {
      max-width: none; } }
@media print, screen and (min-width: 769px) {
  .mv__title {
    position: relative;
    left: -40px; } }

.mv-sns {
  /*facebook*/
  /*twitter*/
  /*line*/ }
  @media print, screen and (min-width: 769px) {
    .mv-sns {
      width: 720px;
      margin: 20px auto 0; } }
  @media only screen and (max-width: 768px) {
    .mv-sns {
      min-width: auto;
      padding: 0 10px;
      padding: 0vw 2.4154589372vw 0vw 2.4154589372vw;
      margin: 4.8309178744vw auto 4.8309178744vw auto;
      background: none; } }
  .mv-sns__list {
    margin: 0 auto;
    padding: 10px 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .mv-sns__list {
        width: 100%;
        padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
        border: 0; } }
    .mv-sns__list-item {
      width: 31.5%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .mv-sns__list-item {
          width: 100%;
          margin-bottom: 2.4154589372vw; } }
  .mv-sns a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 8px 5px;
    border-radius: 22px;
    background: #fff;
    transition: all 0.18s ease 0s; }
    @media only screen and (max-width: 768px) {
      .mv-sns a {
        font-size: 2.8985507246vw;
        padding: 1.9323671498vw 1.2077294686vw 1.9323671498vw 1.2077294686vw; } }
  .mv-sns .facebook a {
    color: #1578f2;
    border: 1px solid #1578f2; }
  .mv-sns .facebook a:hover {
    color: #fff;
    border: 1px solid #1578f2;
    background: #1578f2; }
  .mv-sns .twitter a {
    color: #1da1f2;
    border: 1px solid #1da1f2; }
  .mv-sns .twitter a:hover {
    color: #fff;
    border: 1px solid #1da1f2;
    background: #1da1f2; }
  .mv-sns .line a {
    color: #00b900;
    border: 1px solid #00b900; }
  .mv-sns .line a:hover {
    color: #fff;
    border: 1px solid #00b900;
    background: #00b900; }

.section {
  position: relative; }
  .section__inner {
    position: relative;
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .section__inner {
        width: 90%;
        padding: 9.6618357488vw 0vw 9.6618357488vw 0vw; } }
  .section__midashi-h2 {
    font-size: 3.2rem;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    color: #2e3e3d;
    letter-spacing: .2em; }
    @media only screen and (max-width: 768px) {
      .section__midashi-h2 {
        font-size: 4.8309178744vw;
        margin-bottom: 4.8309178744vw;
        margin-bottom: 20px; } }
    .section__midashi-h2 h2 {
      position: relative;
      z-index: 2;
      font-weight: bold; }
      .section__midashi-h2 h2 em {
        font-weight: bold;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #29B5B2;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-style: normal;
        padding-left: .2em;
        margin-right: .2em; }
        @media only screen and (max-width: 768px) {
          .section__midashi-h2 h2 em {
            width: 2em;
            height: 2em; } }
    .section__midashi-h2--point h2 {
      color: #E34B3C; }
  .section__midashi-dot {
    font-size: 1.8rem; }
  .section__midashi-h4 {
    font-size: 2rem;
    border-left: 5px solid #29B5B2;
    color: #29B5B2;
    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__btn-item {
    font-size: 1.8rem;
    padding: 10px 0 30px; }
    .section__btn-item--intro {
      width: 90%; }
  .section__box-white {
    background: #fff;
    padding: 50px;
    border-radius: 30px; }
    @media only screen and (max-width: 768px) {
      .section__box-white {
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }

@media print, screen and (min-width: 769px) {
  .point__inner {
    padding-top: 70px; } }
.point__title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .point__title {
      margin-bottom: 4.8309178744vw; } }
  .point__title h3 {
    font-size: 2.4rem;
    letter-spacing: .2em;
    padding-right: .2em; }
    @media only screen and (max-width: 768px) {
      .point__title h3 {
        font-size: 3.8647342995vw; } }
  .point__title::before, .point__title::after {
    content: "";
    background: #CAECE9;
    height: 3px;
    flex-grow: 1; }
  .point__title::before {
    margin-right: 2rem; }
  .point__title::after {
    margin-left: 2rem; }
.point__text {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .point__text {
      margin-bottom: 9.6618357488vw; } }
.point__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .point__list {
      margin-bottom: 9.6618357488vw;
      flex-direction: column; } }
  .point__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #F1F2F2;
    padding: 30px 10px;
    border-radius: 10px;
    line-height: 1.4; }
    @media print, screen and (min-width: 769px) {
      .point__list-item {
        width: calc(100%/3 - 10px); } }
    @media only screen and (max-width: 768px) {
      .point__list-item {
        padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
        margin-bottom: 1.2077294686vw;
        height: 15.4589371981vw; }
        .point__list-item:last-child {
          margin-bottom: 0vw; } }
  .point__list-text {
    color: #29B5B2;
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .point__list-text {
        font-size: 3.6231884058vw; } }
  .point__list-sub-text {
    font-size: 1.6rem;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .point__list-sub-text {
        margin-top: 2.4154589372vw;
        font-size: 3.1400966184vw; } }

.sem-box__list-item {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 30px;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .sem-box__list-item {
      width: 100%;
      justify-content: center; } }
  .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; }
  @media only screen and (max-width: 768px) {
    .sem-box__type {
      margin-right: 10px;
      width: 82px;
      font-size: 3.1400966184vw; } }
.sem-box__detail {
  width: 670px; }
  @media only screen and (max-width: 768px) {
    .sem-box__detail {
      width: calc(100% - 105px); } }
.sem-box__midashi {
  color: #29B5B2;
  font-size: 2.4rem;
  margin-bottom: 5px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .sem-box__midashi {
      font-size: 4.347826087vw; } }
.sem-box__text {
  font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .sem-box__text {
      font-size: 3.1400966184vw; } }

.lecturer-box__midashi--slant {
  font-weight: bold;
  color: #F1F2F2;
  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; }
  @media only screen and (max-width: 768px) {
    .lecturer-box__inner {
      width: 90%;
      padding: 5% 3%; } }
.lecturer-box__type {
  border: none;
  height: auto; }
  @media only screen and (max-width: 768px) {
    .lecturer-box__type {
      font-size: 1.3rem;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      margin-right: 0; } }
@media only screen and (max-width: 768px) {
  .lecturer-box__list {
    display: block; } }
@media only screen and (max-width: 768px) {
  .lecturer-box__detail {
    width: 96%;
    margin: 0 auto; } }
.lecturer-box__midashi {
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .lecturer-box__midashi {
      font-size: 3.3816425121vw; } }
.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; }
    @media only screen and (max-width: 768px) {
      .lecturer-box__date-item {
        margin-bottom: 10px;
        font-size: 2.6570048309vw;
        padding: 2%;
        margin-right: 3%;
        width: 30%; } }
    @media only screen and (max-width: 768px) {
      .lecturer-box__date-item:nth-child(3n) {
        margin-right: 0; } }

.date-table {
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .date-table {
      border: none; } }
  @media only screen and (max-width: 768px) {
    .date-table thead {
      display: none; } }
  .date-table__annotation {
    font-size: 1.2rem; }
  @media only screen and (max-width: 768px) {
    .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__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; }
    @media only screen and (max-width: 768px) {
      .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__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: #F1F2F2 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; }
    @media only screen and (max-width: 768px) {
      .date-table__link {
        width: 100%;
        height: auto;
        font-size: 2.8985507246vw;
        padding: 1%; } }
    .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); }
  @media only screen and (max-width: 768px) {
    .sponcer-box {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .sponcer-box__midashi {
    color: #29B5B2;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .sponcer-box__midashi {
        font-size: 5.3140096618vw;
        text-align: center; } }
  .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; }
      @media only screen and (max-width: 768px) {
        .sponcer-box__list-item {
          width: 50%;
          margin-right: 0;
          text-align: center;
          margin-bottom: 20px; } }
  .sponcer-box .outside_link {
    font-size: 1.3rem;
    color: #333; }

.contact {
  background: #29B5B2;
  color: #fff;
  padding: 50px 0; }
  .contact__midashi {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .contact__midashi {
        font-size: 4.347826087vw; } }
  .contact__text {
    width: 940px;
    margin: 0 auto;
    font-style: normal;
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .contact__text {
        font-size: 3.1400966184vw;
        width: 90%; } }
    .contact__text-par {
      margin-bottom: 10px; }
  .contact a {
    color: #fff; }
    .contact a:hover {
      text-decoration: none; }

.movie {
  text-align: center; }

.program__title {
  color: #29B5B2;
  font-size: 28px;
  background: #fff;
  border: 1px #29B5B2 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/kaigyo/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; } }

.seminarviewer__list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .seminarviewer__list {
      flex-direction: column; } }
  .seminarviewer__list-item {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media print, screen and (min-width: 769px) {
      .seminarviewer__list-item {
        width: 48%; } }
    @media only screen and (max-width: 768px) {
      .seminarviewer__list-item:first-child {
        margin-bottom: 3.6231884058vw; } }
.seminarviewer__prof {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .seminarviewer__prof.rev {
    flex-direction: row-reverse; }
.seminarviewer__icon {
  width: 100px;
  line-height: 0; }
  @media only screen and (max-width: 768px) {
    .seminarviewer__icon {
      width: 19.3236714976vw; } }
  .seminarviewer__icon.icon-left {
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .seminarviewer__icon.icon-left {
        margin-right: 3.6231884058vw; } }
  .seminarviewer__icon.icon-right {
    margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .seminarviewer__icon.icon-right {
        margin-left: 3.6231884058vw; } }
.seminarviewer__text {
  width: calc(100% - 115px); }
  .seminarviewer__text-strong {
    background: linear-gradient(transparent 0%, transparent 40%, #CAECE9 40%, #CAECE9 90%, transparent 90%, transparent 100%);
    padding: 0 .2em; }

.speakers__title {
  background: #29B5B2;
  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 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%/3 - 31px);
    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; } }
    .speakers__list-item:last-child {
      margin-bottom: 0; }
.speakers__photo {
  text-align: center;
  margin-bottom: 20px;
  line-height: 0; }
  @media only screen and (max-width: 768px) {
    .speakers__photo {
      max-width: 43%;
      margin-right: 2.4154589372vw; } }
  .speakers__photo img {
    max-width: 100%;
    height: auto; }
.speakers__text {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .speakers__text {
      width: calc(57%);
      font-size: 3.1400966184vw; } }
.speakers__class {
  background: #29B5B2;
  font-size: 1.4rem;
  padding: 0 15px;
  color: #fff;
  border-radius: 15px;
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    .speakers__class {
      font-size: 2.6570048309vw; } }
.speakers__name-small {
  font-size: .85em; }

.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 #29B5B2 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: #29B5B2;
    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; } }

.flow-box {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap; }
  .flow-box::after {
    content: '';
    display: block;
    background: url("/media_library/ao/seminar/kaigyo/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: #29B5B2;
    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 {
          background-size: contain;
          width: 14.4927536232vw;
          height: 14.4927536232vw;
          margin-right: 4.8309178744vw; } }
    .flow-box__text--1::before {
      background-image: url("data:image/svg+xml,%3Csvg width='93.673px' height='89.927px' viewBox='0 0 93.673 89.927' version='1.1' id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' style='enable-background:new 0 0 93.673 89.927;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2362DFD6;%7D%3C/style%3E%3Cpath class='st0' d='M26,36.926h38v8H26V36.926z M26,51.926h38v7H26V51.926z M80.271,51.926v10.651h9.402C89.673,57.097,85.576,52.584,80.271,51.926z M64.183,67.446H18.735v-37.47h52.458v20.067c1.551-0.956,3.267-1.632,5.078-1.961l2.416-0.321V22.482c0.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.004v44.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.304C64.183,70.636,64.183,67.446,64.183,67.446z M77.585,62.577V51.926c-5.305,0.658-9.402,5.171-9.402,10.651H77.585z 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.745C89.673,70.635,89.673,65.263,89.673,65.263z'/%3E%3C/svg%3E"); }
    .flow-box__text--2::before {
      background-image: url("data:image/svg+xml,%3Csvg width='90.452px' height='90.452px' viewBox='0 0 90.452 90.452' version='1.1' id='mail_outline-24px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' style='enable-background:new 0 0 90.452 90.452;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2362DFD6;%7D%3C/style%3E%3Cpath id='pass2' class='st0' d='M75.377,15.075H15.076c-4.151,0.015-7.506,3.387-7.5,7.538L7.538,67.839c0.013,4.157,3.381,7.524,7.538,7.536h60.3c4.158-0.012,7.526-3.38,7.538-7.538V22.613C82.902,18.455,79.535,15.088,75.377,15.075z M75.377,67.839H15.076V30.15l30.15,18.845L75.377,30.15V67.839z M45.226,41.457l-30.15-18.844h60.3L45.226,41.457z'/%3E%3C/svg%3E"); }
    .flow-box__text--3::before {
      background-image: url("data:image/svg+xml,%3Csvg width='90.928px' height='90.928px' viewBox='0 0 90.928 90.928' version='1.1' id='pass1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' style='enable-background:new 0 0 90.928 90.928;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%2362DFD6;%7D%3C/style%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.155V18.732z 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.732c2.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 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.052v-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 M75.392,58.421c3.7,0,6.7-3,6.7-6.7s-3-6.7-6.7-6.7s-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/svg%3E"); }
    @media only screen and (max-width: 768px) {
      .flow-box__text-inner {
        width: calc(100% - 20vw); } }
  .flow-box__midashi {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #2e3e3d; }
    @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; } }

.present__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .present__wrap {
      flex-wrap: wrap;
      margin-bottom: 9.6618357488vw; } }
  .present__wrap.ac {
    align-items: center; }
@media print, screen and (min-width: 769px) {
  .present__text {
    width: calc(100% - 295px); } }
@media only screen and (max-width: 768px) {
  .present__text {
    width: 100%; } }
.present__midashi {
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .present__midashi {
      text-align: center; } }
  .present__midashi h3 {
    border: 1px solid #29B5B2;
    color: #29B5B2;
    padding: 0 20px;
    font-size: 2.4rem;
    display: inline-block;
    letter-spacing: .1em; }
    @media only screen and (max-width: 768px) {
      .present__midashi h3 {
        font-size: 3.8647342995vw; } }
    .present__midashi h3.enq {
      background: #29B5B2;
      color: #fff; }
.present__name {
  color: #E34B3C;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .present__name {
      font-size: 4.347826087vw;
      text-align: center; } }
.present__img {
  width: 265px; }
  @media print, screen and (min-width: 769px) {
    .present__img {
      margin-left: 30px; } }
  @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: 70%; } }
.present__caution {
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .present__caution {
      font-size: 1.3rem;
      margin-bottom: 20px; } }

.copyright__text {
  font-size: 1.2rem;
  text-align: center;
  margin: 5px 0; }

#greeting .linkbtn-item, #application .linkbtn-item, #present .linkbtn-item {
  font-size: 28px; }
  @media only screen and (max-width: 768px) {
    #greeting .linkbtn-item, #application .linkbtn-item, #present .linkbtn-item {
      font-size: 1.6rem;
      max-width: 90%; } }

#flow li {
  list-style: disc;
  margin-left: 1.5em; }

@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/kaigyo/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; }

.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;
  padding: 10px 60px 10px 20px; }
  @media only screen and (max-width: 768px) {
    .linkbtn-item.inquery {
      font-size: 3.8647342995vw;
      max-width: 90%;
      padding: 2.4154589372vw 9.6618357488vw 2.4154589372vw 4.8309178744vw; } }
  .linkbtn-item.inquery::before {
    content: '';
    display: inline-block;
    background: no-repeat center/70px;
    background-image: url("data:image/svg+xml,%3Csvg width='93.673px' height='89.927px' viewBox='0 0 93.673 89.927' version='1.1' id='layer1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' style='enable-background:new 0 0 93.673 89.927;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class='st0' d='M26,36.926h38v8H26V36.926z M26,51.926h38v7H26V51.926z M80.271,51.926v10.651h9.402C89.673,57.097,85.576,52.584,80.271,51.926z M64.183,67.446H18.735v-37.47h52.458v20.067c1.551-0.956,3.267-1.632,5.078-1.961l2.416-0.321V22.482c0.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.004v44.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.304C64.183,70.636,64.183,67.446,64.183,67.446z M77.585,62.577V51.926c-5.305,0.658-9.402,5.171-9.402,10.651H77.585z 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.745C89.673,70.635,89.673,65.263,89.673,65.263z'/%3E%3C/svg%3E");
    width: 70px;
    height: 70px;
    margin-right: 30px; }
    @media only screen and (max-width: 768px) {
      .linkbtn-item.inquery::before {
        background-size: 40px;
        width: 40px;
        height: 40px;
        margin-right: 2.4154589372vw; } }




