@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp);
@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;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li, ul {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  overflow-y: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
  font-size: 1.6rem;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.fixed {
  position: fixed;
}

body.fixed::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

a img, img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

a {
  color: #1aa0bf;
  transition: all .5s;
}

a:hover {
  text-decoration: none;
  transition: all .5s;
}

h1 {
  text-align: center;
  padding: 45px 15px;
}
@media only screen and (max-width: 768px) {
  h1 {
    padding: 0vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  h1 img {
    vertical-align: top;
  }
}

h2 {
  font-size: 4.0rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.5;
  padding: 0 0 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    padding: 0vw 0vw 8vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    margin: 0vw 0vw 5.3333333333vw 0vw;
  }
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 50%;
  height: 40px;
  border-right: 2px solid #0072BF;
}

@media only screen and (max-width: 768px) {
  h2::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  h2::after {
    height: 6.6666666667vw;
  }
}
h3 {
  font-size: 2.3rem;
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    margin: 0vw 0vw 5.3333333333vw 0vw;
  }
}
h3 span {
  font-size: 3.0rem;
  font-weight: bold;
  color: #d60063;
}

@media only screen and (max-width: 768px) {
  h3 span {
    font-size: 6.1333333333vw;
  }
}
h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 4.8vw;
  }
}
h4 span {
  padding: 3px 0 1px;
  background: #aa9326;
  display: inline-block;
  width: 45%;
  min-width: 450px;
}

@media only screen and (max-width: 768px) {
  h4 span {
    padding: 0.8vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  h4 span {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  h4 span {
    min-width: auto;
  }
}
h5 {
  color: #0072BF;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  h5 {
    font-size: 5.0666666667vw;
  }
}
h6 {
  text-align: center;
  color: #0072BF;
  font-size: 22px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  h6 {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  iframe {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    height: 50vw;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.font-weight--normal {
  font-weight: normal !important;
}

.font-weight--strong {
  font-weight: bold !important;
}

.align--center {
  text-align: center;
}

.align--left {
  text-align: left;
}

.align--right {
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .mt5 {
    margin-top: 1.3333333333vw !important;
  }
}
.mb5 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.ml5 {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .ml5 {
    margin-left: 1.3333333333vw !important;
  }
}
.mr5 {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .mr5 {
    margin-right: 1.3333333333vw !important;
  }
}
.mt10 {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.ml10 {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .ml10 {
    margin-left: 2.6666666667vw !important;
  }
}
.mr10 {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .mr10 {
    margin-right: 2.6666666667vw !important;
  }
}
.mt15 {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .mt15 {
    margin-top: 4vw !important;
  }
}
.mb15 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 4vw !important;
  }
}
.ml15 {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .ml15 {
    margin-left: 4vw !important;
  }
}
.mr15 {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .mr15 {
    margin-right: 4vw !important;
  }
}
.mt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
}
.mb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.ml20 {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .ml20 {
    margin-left: 5.3333333333vw !important;
  }
}
.mr20 {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .mr20 {
    margin-right: 5.3333333333vw !important;
  }
}
.mt25 {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
}
.mb25 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
}
.ml25 {
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .ml25 {
    margin-left: 6.6666666667vw !important;
  }
}
.mr25 {
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .mr25 {
    margin-right: 6.6666666667vw !important;
  }
}
.mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .mt30 {
    margin-top: 8vw !important;
  }
}
.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 8vw !important;
  }
}
.ml30 {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .ml30 {
    margin-left: 8vw !important;
  }
}
.mr30 {
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .mr30 {
    margin-right: 8vw !important;
  }
}
.mt35 {
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .mt35 {
    margin-top: 9.3333333333vw !important;
  }
}
.mb35 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.ml35 {
  margin-left: 35px;
}

@media only screen and (max-width: 768px) {
  .ml35 {
    margin-left: 9.3333333333vw !important;
  }
}
.mr35 {
  margin-right: 35px;
}

@media only screen and (max-width: 768px) {
  .mr35 {
    margin-right: 9.3333333333vw !important;
  }
}
.mt40 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
}
.mb40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
}
.ml40 {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .ml40 {
    margin-left: 10.6666666667vw !important;
  }
}
.mr40 {
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .mr40 {
    margin-right: 10.6666666667vw !important;
  }
}
.mt45 {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .mt45 {
    margin-top: 12vw !important;
  }
}
.mb45 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 12vw !important;
  }
}
.ml45 {
  margin-left: 45px;
}

@media only screen and (max-width: 768px) {
  .ml45 {
    margin-left: 12vw !important;
  }
}
.mr45 {
  margin-right: 45px;
}

@media only screen and (max-width: 768px) {
  .mr45 {
    margin-right: 12vw !important;
  }
}
.mt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
}
.mb50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.ml50 {
  margin-left: 50px;
}

@media only screen and (max-width: 768px) {
  .ml50 {
    margin-left: 13.3333333333vw !important;
  }
}
.mr50 {
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .mr50 {
    margin-right: 13.3333333333vw !important;
  }
}
.mt55 {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  .mt55 {
    margin-top: 14.6666666667vw !important;
  }
}
.mb55 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 14.6666666667vw !important;
  }
}
.ml55 {
  margin-left: 55px;
}

@media only screen and (max-width: 768px) {
  .ml55 {
    margin-left: 14.6666666667vw !important;
  }
}
.mr55 {
  margin-right: 55px;
}

@media only screen and (max-width: 768px) {
  .mr55 {
    margin-right: 14.6666666667vw !important;
  }
}
.mt60 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .mt60 {
    margin-top: 16vw !important;
  }
}
.mb60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 16vw !important;
  }
}
.ml60 {
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  .ml60 {
    margin-left: 16vw !important;
  }
}
.mr60 {
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .mr60 {
    margin-right: 16vw !important;
  }
}
.mt65 {
  margin-top: 65px;
}

@media only screen and (max-width: 768px) {
  .mt65 {
    margin-top: 17.3333333333vw !important;
  }
}
.mb65 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 17.3333333333vw !important;
  }
}
.ml65 {
  margin-left: 65px;
}

@media only screen and (max-width: 768px) {
  .ml65 {
    margin-left: 17.3333333333vw !important;
  }
}
.mr65 {
  margin-right: 65px;
}

@media only screen and (max-width: 768px) {
  .mr65 {
    margin-right: 17.3333333333vw !important;
  }
}
.mt70 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .mt70 {
    margin-top: 18.6666666667vw !important;
  }
}
.mb70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 18.6666666667vw !important;
  }
}
.ml70 {
  margin-left: 70px;
}

@media only screen and (max-width: 768px) {
  .ml70 {
    margin-left: 18.6666666667vw !important;
  }
}
.mr70 {
  margin-right: 70px;
}

@media only screen and (max-width: 768px) {
  .mr70 {
    margin-right: 18.6666666667vw !important;
  }
}
.mt75 {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .mt75 {
    margin-top: 20vw !important;
  }
}
.mb75 {
  margin-bottom: 75px;
}

@media only screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 20vw !important;
  }
}
.ml75 {
  margin-left: 75px;
}

@media only screen and (max-width: 768px) {
  .ml75 {
    margin-left: 20vw !important;
  }
}
.mr75 {
  margin-right: 75px;
}

@media only screen and (max-width: 768px) {
  .mr75 {
    margin-right: 20vw !important;
  }
}
.mt80 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .mt80 {
    margin-top: 21.3333333333vw !important;
  }
}
.mb80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 21.3333333333vw !important;
  }
}
.ml80 {
  margin-left: 80px;
}

@media only screen and (max-width: 768px) {
  .ml80 {
    margin-left: 21.3333333333vw !important;
  }
}
.mr80 {
  margin-right: 80px;
}

@media only screen and (max-width: 768px) {
  .mr80 {
    margin-right: 21.3333333333vw !important;
  }
}
.mt85 {
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .mt85 {
    margin-top: 22.6666666667vw !important;
  }
}
.mb85 {
  margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 22.6666666667vw !important;
  }
}
.ml85 {
  margin-left: 85px;
}

@media only screen and (max-width: 768px) {
  .ml85 {
    margin-left: 22.6666666667vw !important;
  }
}
.mr85 {
  margin-right: 85px;
}

@media only screen and (max-width: 768px) {
  .mr85 {
    margin-right: 22.6666666667vw !important;
  }
}
.mt90 {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .mt90 {
    margin-top: 24vw !important;
  }
}
.mb90 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 24vw !important;
  }
}
.ml90 {
  margin-left: 90px;
}

@media only screen and (max-width: 768px) {
  .ml90 {
    margin-left: 24vw !important;
  }
}
.mr90 {
  margin-right: 90px;
}

@media only screen and (max-width: 768px) {
  .mr90 {
    margin-right: 24vw !important;
  }
}
.mt95 {
  margin-top: 95px;
}

@media only screen and (max-width: 768px) {
  .mt95 {
    margin-top: 25.3333333333vw !important;
  }
}
.mb95 {
  margin-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 25.3333333333vw !important;
  }
}
.ml95 {
  margin-left: 95px;
}

@media only screen and (max-width: 768px) {
  .ml95 {
    margin-left: 25.3333333333vw !important;
  }
}
.mr95 {
  margin-right: 95px;
}

@media only screen and (max-width: 768px) {
  .mr95 {
    margin-right: 25.3333333333vw !important;
  }
}
.mt100 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .mt100 {
    margin-top: 26.6666666667vw !important;
  }
}
.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 26.6666666667vw !important;
  }
}
.ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 768px) {
  .ml100 {
    margin-left: 26.6666666667vw !important;
  }
}
.mr100 {
  margin-right: 100px;
}

@media only screen and (max-width: 768px) {
  .mr100 {
    margin-right: 26.6666666667vw !important;
  }
}
.pt5 {
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
  .pt5 {
    padding-top: 1.3333333333vw !important;
  }
}
.pb5 {
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 1.3333333333vw !important;
  }
}
.pl5 {
  padding-left: 5px;
}

@media only screen and (max-width: 768px) {
  .pl5 {
    padding-left: 1.3333333333vw !important;
  }
}
.pr5 {
  padding-right: 5px;
}

@media only screen and (max-width: 768px) {
  .pr5 {
    padding-right: 1.3333333333vw !important;
  }
}
.pt10 {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .pt10 {
    padding-top: 2.6666666667vw !important;
  }
}
.pb10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 2.6666666667vw !important;
  }
}
.pl10 {
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .pl10 {
    padding-left: 2.6666666667vw !important;
  }
}
.pr10 {
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .pr10 {
    padding-right: 2.6666666667vw !important;
  }
}
.pt15 {
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .pt15 {
    padding-top: 4vw !important;
  }
}
.pb15 {
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 4vw !important;
  }
}
.pl15 {
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .pl15 {
    padding-left: 4vw !important;
  }
}
.pr15 {
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .pr15 {
    padding-right: 4vw !important;
  }
}
.pt20 {
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .pt20 {
    padding-top: 5.3333333333vw !important;
  }
}
.pb20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 5.3333333333vw !important;
  }
}
.pl20 {
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .pl20 {
    padding-left: 5.3333333333vw !important;
  }
}
.pr20 {
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .pr20 {
    padding-right: 5.3333333333vw !important;
  }
}
.pt25 {
  padding-top: 25px;
}

@media only screen and (max-width: 768px) {
  .pt25 {
    padding-top: 6.6666666667vw !important;
  }
}
.pb25 {
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 6.6666666667vw !important;
  }
}
.pl25 {
  padding-left: 25px;
}

@media only screen and (max-width: 768px) {
  .pl25 {
    padding-left: 6.6666666667vw !important;
  }
}
.pr25 {
  padding-right: 25px;
}

@media only screen and (max-width: 768px) {
  .pr25 {
    padding-right: 6.6666666667vw !important;
  }
}
.pt30 {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .pt30 {
    padding-top: 8vw !important;
  }
}
.pb30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 8vw !important;
  }
}
.pl30 {
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .pl30 {
    padding-left: 8vw !important;
  }
}
.pr30 {
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .pr30 {
    padding-right: 8vw !important;
  }
}
.pt35 {
  padding-top: 35px;
}

@media only screen and (max-width: 768px) {
  .pt35 {
    padding-top: 9.3333333333vw !important;
  }
}
.pb35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 9.3333333333vw !important;
  }
}
.pl35 {
  padding-left: 35px;
}

@media only screen and (max-width: 768px) {
  .pl35 {
    padding-left: 9.3333333333vw !important;
  }
}
.pr35 {
  padding-right: 35px;
}

@media only screen and (max-width: 768px) {
  .pr35 {
    padding-right: 9.3333333333vw !important;
  }
}
.pt40 {
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .pt40 {
    padding-top: 10.6666666667vw !important;
  }
}
.pb40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 10.6666666667vw !important;
  }
}
.pl40 {
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .pl40 {
    padding-left: 10.6666666667vw !important;
  }
}
.pr40 {
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .pr40 {
    padding-right: 10.6666666667vw !important;
  }
}
.pt45 {
  padding-top: 45px;
}

@media only screen and (max-width: 768px) {
  .pt45 {
    padding-top: 12vw !important;
  }
}
.pb45 {
  padding-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 12vw !important;
  }
}
.pl45 {
  padding-left: 45px;
}

@media only screen and (max-width: 768px) {
  .pl45 {
    padding-left: 12vw !important;
  }
}
.pr45 {
  padding-right: 45px;
}

@media only screen and (max-width: 768px) {
  .pr45 {
    padding-right: 12vw !important;
  }
}
.pt50 {
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  .pt50 {
    padding-top: 13.3333333333vw !important;
  }
}
.pb50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 13.3333333333vw !important;
  }
}
.pl50 {
  padding-left: 50px;
}

@media only screen and (max-width: 768px) {
  .pl50 {
    padding-left: 13.3333333333vw !important;
  }
}
.pr50 {
  padding-right: 50px;
}

@media only screen and (max-width: 768px) {
  .pr50 {
    padding-right: 13.3333333333vw !important;
  }
}
.pt55 {
  padding-top: 55px;
}

@media only screen and (max-width: 768px) {
  .pt55 {
    padding-top: 14.6666666667vw !important;
  }
}
.pb55 {
  padding-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 14.6666666667vw !important;
  }
}
.pl55 {
  padding-left: 55px;
}

@media only screen and (max-width: 768px) {
  .pl55 {
    padding-left: 14.6666666667vw !important;
  }
}
.pr55 {
  padding-right: 55px;
}

@media only screen and (max-width: 768px) {
  .pr55 {
    padding-right: 14.6666666667vw !important;
  }
}
.pt60 {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .pt60 {
    padding-top: 16vw !important;
  }
}
.pb60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 16vw !important;
  }
}
.pl60 {
  padding-left: 60px;
}

@media only screen and (max-width: 768px) {
  .pl60 {
    padding-left: 16vw !important;
  }
}
.pr60 {
  padding-right: 60px;
}

@media only screen and (max-width: 768px) {
  .pr60 {
    padding-right: 16vw !important;
  }
}
.pt65 {
  padding-top: 65px;
}

@media only screen and (max-width: 768px) {
  .pt65 {
    padding-top: 17.3333333333vw !important;
  }
}
.pb65 {
  padding-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 17.3333333333vw !important;
  }
}
.pl65 {
  padding-left: 65px;
}

@media only screen and (max-width: 768px) {
  .pl65 {
    padding-left: 17.3333333333vw !important;
  }
}
.pr65 {
  padding-right: 65px;
}

@media only screen and (max-width: 768px) {
  .pr65 {
    padding-right: 17.3333333333vw !important;
  }
}
.pt70 {
  padding-top: 70px;
}

@media only screen and (max-width: 768px) {
  .pt70 {
    padding-top: 18.6666666667vw !important;
  }
}
.pb70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 18.6666666667vw !important;
  }
}
.pl70 {
  padding-left: 70px;
}

@media only screen and (max-width: 768px) {
  .pl70 {
    padding-left: 18.6666666667vw !important;
  }
}
.pr70 {
  padding-right: 70px;
}

@media only screen and (max-width: 768px) {
  .pr70 {
    padding-right: 18.6666666667vw !important;
  }
}
.pt75 {
  padding-top: 75px;
}

@media only screen and (max-width: 768px) {
  .pt75 {
    padding-top: 20vw !important;
  }
}
.pb75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 20vw !important;
  }
}
.pl75 {
  padding-left: 75px;
}

@media only screen and (max-width: 768px) {
  .pl75 {
    padding-left: 20vw !important;
  }
}
.pr75 {
  padding-right: 75px;
}

@media only screen and (max-width: 768px) {
  .pr75 {
    padding-right: 20vw !important;
  }
}
.pt80 {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .pt80 {
    padding-top: 21.3333333333vw !important;
  }
}
.pb80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 21.3333333333vw !important;
  }
}
.pl80 {
  padding-left: 80px;
}

@media only screen and (max-width: 768px) {
  .pl80 {
    padding-left: 21.3333333333vw !important;
  }
}
.pr80 {
  padding-right: 80px;
}

@media only screen and (max-width: 768px) {
  .pr80 {
    padding-right: 21.3333333333vw !important;
  }
}
.pt85 {
  padding-top: 85px;
}

@media only screen and (max-width: 768px) {
  .pt85 {
    padding-top: 22.6666666667vw !important;
  }
}
.pb85 {
  padding-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 22.6666666667vw !important;
  }
}
.pl85 {
  padding-left: 85px;
}

@media only screen and (max-width: 768px) {
  .pl85 {
    padding-left: 22.6666666667vw !important;
  }
}
.pr85 {
  padding-right: 85px;
}

@media only screen and (max-width: 768px) {
  .pr85 {
    padding-right: 22.6666666667vw !important;
  }
}
.pt90 {
  padding-top: 90px;
}

@media only screen and (max-width: 768px) {
  .pt90 {
    padding-top: 24vw !important;
  }
}
.pb90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 24vw !important;
  }
}
.pl90 {
  padding-left: 90px;
}

@media only screen and (max-width: 768px) {
  .pl90 {
    padding-left: 24vw !important;
  }
}
.pr90 {
  padding-right: 90px;
}

@media only screen and (max-width: 768px) {
  .pr90 {
    padding-right: 24vw !important;
  }
}
.pt95 {
  padding-top: 95px;
}

@media only screen and (max-width: 768px) {
  .pt95 {
    padding-top: 25.3333333333vw !important;
  }
}
.pb95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 25.3333333333vw !important;
  }
}
.pl95 {
  padding-left: 95px;
}

@media only screen and (max-width: 768px) {
  .pl95 {
    padding-left: 25.3333333333vw !important;
  }
}
.pr95 {
  padding-right: 95px;
}

@media only screen and (max-width: 768px) {
  .pr95 {
    padding-right: 25.3333333333vw !important;
  }
}
.pt100 {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .pt100 {
    padding-top: 26.6666666667vw !important;
  }
}
.pb100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 26.6666666667vw !important;
  }
}
.pl100 {
  padding-left: 100px;
}

@media only screen and (max-width: 768px) {
  .pl100 {
    padding-left: 26.6666666667vw !important;
  }
}
.pr100 {
  padding-right: 100px;
}

@media only screen and (max-width: 768px) {
  .pr100 {
    padding-right: 26.6666666667vw !important;
  }
}
.opa {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: none;
}

.opa:not(.not):hover {
  transition: opacity 0.3s;
  opacity: 0.7;
}

.bg-gray {
  background: #f4f5f6;
}

.bg-hougan {
  background: url("/media_library/lg/lp/fair_taskcloud2021/images/bg_hougan.png") repeat;
}

.bg-blue {
  background: url("/media_library/lg/lp/fair_taskcloud2021/images/bg_blue.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-black {
  background: url("/media_library/lg/lp/fair_taskcloud2021/images/bg_black.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.txIndent {
  text-indent: -1em;
  padding-left: 1em;
}

.txIndent-half {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.note {
  font-size: 85%;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .note {
    font-size: 80%;
    line-height: 1.5;
  }
}
.note::before {
  content: "※";
}

.note-box {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 90%;
}

@media print, screen and (min-width: 1024px) {
  .note-box {
    width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .note-box {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .note-box {
    flex-wrap: wrap;
  }
}
.note-box .note {
  flex-basis: auto;
}

@media only screen and (max-width: 768px) {
  .note-box .note {
    flex-basis: 100%;
  }
}
.txC {
  text-align: center;
}

.txL {
  text-align: left;
}

.txR {
  text-align: right;
}

.btn-link {
  display: inline-block;
  text-decoration: none;
  background-color: #0072BF;
  padding: 10px 35px 10px 20px;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .btn-link {
    padding: 2.6666666667vw 9.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
}
.btn-link::after {
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url("/media_library/lg/lp/taskcloud_fair/images/icon_arrow_down.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .btn-link::after {
    right: 2.5vw;
  }
}
.btn-applay {
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  background: #0072BF;
  padding: 20px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .btn-applay {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-applay {
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-applay {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .btn-applay {
    margin: 0vw 0vw 2.6666666667vw 0vw;
  }
}
.btn-applay::after {
  position: absolute;
  right: 30px;
  top: calc((100% / 2) - 13.5px);
  content: "";
  display: inline-block;
  width: 15px;
  height: 27px;
  background: url("/media_library/lg/lp/taskcloud_fair/images/icon_arrow_white.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .btn-applay::after {
    right: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-applay::after {
    top: calc((100% / 2) - 2.6vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn-applay::after {
    width: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn-applay::after {
    height: 4.7vw;
  }
}
dl.check-list {
  text-align: left;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  dl.check-list {
    font-size: 4.8vw;
  }
}
dl.check-list dt {
  position: relative;
  padding-left: calc(20px + 1em);
  font-weight: bold;
  color: #0072BF;
}

dl.check-list dt::before {
  content: '';
  position: absolute;
  background: url("/media_library/lg/lp/taskcloud_fair/images/icon_check.svg") no-repeat;
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: contain;
  top: calc(50% - 9px);
  left: 0;
}

@media only screen and (max-width: 768px) {
  dl.check-list dt::before {
    width: 6.1333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  dl.check-list dt::before {
    height: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  dl.check-list dt::before {
    top: 1.3333333333vw;
  }
}
dl.check-list dd {
  padding-left: calc(20px + 1em);
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  dl.check-list dd {
    margin: 0vw 0vw 2.6666666667vw 0vw;
  }
}
dl.check-list dd:last-child {
  margin: 0;
}

ul.check-list {
  text-align: left;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  ul.check-list {
    font-size: 4.8vw;
  }
}
ul.check-list li {
  position: relative;
  padding-left: calc(20px + 1em);
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  ul.check-list li {
    margin: 0vw 0vw 2.6666666667vw 0vw;
  }
}
ul.check-list li:last-child {
  margin: 0;
}

ul.check-list li::before {
  content: '';
  position: absolute;
  background: url("/media_library/lg/lp/taskcloud_fair/images/icon_check.svg") no-repeat;
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: contain;
  top: calc(50% - 9px);
  left: 0;
}

@media only screen and (max-width: 768px) {
  ul.check-list li::before {
    top: 2.1333333333vw;
  }
}
header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 85px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  header {
    height: 50px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
}
header.menu__scroll--active {
  height: 65px;
  transition: 0.4s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

header.menu__scroll--active nav {
  width: calc(100% - 80px);
  height: 100%;
}

header.menu__scroll--active .header__logo {
  width: 100px;
}

header.menu__scroll--active .header__nav-items {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  header.menu__scroll--active .header__nav-items {
    font-size: 3.7333333333vw;
  }
}
header.menu__scroll--active .header__nav-items a {
  line-height: 65px;
}

header.menu__scroll--active .header__nav-apply {
  width: 90px;
}

header.menu__scroll--active .header__nav-apply a {
  height: 100%;
}

header.menu__scroll--active .header__nav-apply figure {
  width: 37px;
}

nav {
  width: calc(100% - 117px);
  max-width: 1100px;
}

@media only screen and (max-width: 768px) {
  nav {
    width: auto;
  }
}
.header {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  width: 100%;
}

.header__logo {
  transition: 0.4s;
  width: 117px;
  padding: 0 10px;
}

.header__nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .header__nav {
    position: fixed;
    right: 0;
    display: block;
    top: 50px;
    transition: all .4s;
    transform: translateX(100%);
  }
}
.header__nav.menu__sp--active {
  transform: translateX(0);
  width: 60%;
  height: auto;
}

.header__nav-btn {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .header__nav-btn {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: block;
    padding: 10px;
  }

  .header__nav-btn span {
    display: block;
    background: #333;
    width: 100%;
    height: 3px;
    margin: 4px auto 6px;
    transition: all .4s;
  }

  .header__nav-btn.menu__sp--active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }

  .header__nav-btn.menu__sp--active span:nth-of-type(2) {
    opacity: 0;
  }

  .header__nav-btn.menu__sp--active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}
.header__nav-apply {
  background: #0072BF;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .header__nav-apply {
    font-size: 3.7333333333vw;
  }
}
.header__nav-apply a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  line-height: 1.4;
}

.header__nav-apply figure {
  width: 59px;
  transition: 0.4s;
  margin: auto;
}

.header__nav-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transition: 0.4s;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 0 45px 0 25px;
  background: #fff;
  font-size: 1.7rem;
}

@media only screen and (max-width: 768px) {
  .header__nav-menu {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-menu {
    display: block;
    transition: 0.4s;
    padding: 0;
  }
}
.header__nav-items {
  transition: 0.4s;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .header__nav-items {
    border-bottom: 1px dashed #0072BF;
  }

  .header__nav-items:last-child {
    border: none;
  }
}
.header__nav-items a {
  color: #282828;
  position: relative;
  transition: 0.4s;
  text-decoration: none;
  display: block;
  line-height: 85px;
}

@media only screen and (max-width: 768px) {
  .header__nav-items a {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-items a {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-items a::before {
    content: "";
    position: absolute;
    left: 2.5vw;
    top: calc((100% / 2) - (2vw / 2));
    display: inline-block;
    width: 1.2vw;
    height: 2vw;
    background: url("/media_library/lg/lp/fair_taskcloud2021/images/arrow_blue.png") no-repeat;
    background-size: contain;
  }
}
.header__nav-items a:hover::after {
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header__nav-items a::after {
  content: '';
  background: #0072BF;
  width: 100%;
  height: 4px;
  display: block;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform .5s;
  position: absolute;
  bottom: 0px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .header__nav-items a::after {
    background: none;
  }
}
main {
  display: block;
  /*IE対応*/
  padding-top: 85px;
}

@media only screen and (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}
.mv__inner {
  background-image: url("/media_library/lg/lp/taskcloud_fair/images/mv_bg_2026.png");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    background-image: none;
  }
}

.mv__applay {
  background: #0072BF;
  opacity: 0.85;
  font-size: 3.7rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  bottom: 0;
  height: 100px;
  width: 100%;
  line-height: 100px;
  display: block;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mv__applay {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__applay {
    height: 15vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__applay {
    line-height: 15vw;
  }
}
.mv__applay::after {
  position: absolute;
  left: calc(((100% / 2) + 9em) + 50px);
  top: calc((100% / 2) - 18px);
  content: "";
  display: inline-block;
  width: 20px;
  height: 36px;
  background: url("/media_library/lg/lp/taskcloud_fair/images/icon_arrow_white.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .mv__applay::after {
    left: auto;
    right: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__applay::after {
    top: calc((100% / 2) - 2.6vw);
  }
}
@media only screen and (max-width: 768px) {
  .mv__applay::after {
    width: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__applay::after {
    height: 4.7vw;
  }
}
.section-inner {
  padding: 60px 10px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .section-inner {
    padding: 16vw 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-inner {
    width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .section-inner {
    width: 90%;
  }
}
.highlight {
  background-image: url("/media_library/lg/lp/taskcloud_fair/images/bg_highlight.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.highlight__title {
  color: #DC000C;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -50px;
}
@media only screen and (max-width: 768px) {
  .highlight__title {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__title {
    top: -3%;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__title {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__title {
    text-align: center;
  }
}
.highlight__title span {
  font-size: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .highlight__title span {
    font-size: 6.4vw;
  }
}
.highlight__recommend-list {
  padding: 0 0 0 65px;
}
@media only screen and (max-width: 768px) {
  .highlight__recommend-list {
    padding: 0;
  }
}
.highlight__recommend-list li {
  position: relative;
  padding-left: 36px;
  /* SVGの幅 + 余白 */
  margin-bottom: 8px;
  line-height: 1.6;
}
.highlight__recommend-list li span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .highlight__recommend-list li span {
    font-size: 5.0666666667vw;
  }
}
.highlight__recommend-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(((2.4rem * 1.6) / 2) - 10.5px);
  height: 21px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.49' height='20.93' viewBox='0 0 26.49 20.93'%3E%3Cpath d='M18.37 19.16H1.77V2.56H15.06L17.83.79H0V20.93H20.13V13.48l-1.76 2.76Z' fill='%239e9e9e'/%3E%3Cpath d='M7.37 6.03 5.38 8.02l4.63 4.63 2.84 2.85 2.85-2.85L26.49 1.86 24.63 0 12.99 11.74Z' fill='%23dc000c'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 768px) {
  .highlight__recommend-list li::before {
    top: calc(((5.0666666667vw * 1.6) / 2) - 10.5px);
  }
}

.highlight-inner {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .highlight-inner {
    margin-left: 0;
  }
}
.highlight__list {
  counter-reset: listcount;
  font-size: 2.3rem;
  margin: 40px 20px 25px 40px;
}

@media only screen and (max-width: 768px) {
  .highlight__list {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__list {
    margin: 15.6666666667vw 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.highlight__list-box {
  margin: 70px 0 0;
  border-radius: 120px;
  background-color: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 768px) {
  .highlight__list-box {
    margin: 16vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 414px) {
  .highlight__list-box {
    margin: 34.6666666667vw 0vw 0vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__list-box {
    border-radius: 80px;
  }
}
.highlight__list-box::after {
  content: '';
  display: block;
  position: absolute;
  top: -66px;
  left: 0;
  background: url("/media_library/lg/lp/taskcloud_fair/images/img_fukidashi.png") no-repeat;
  background-size: contain;
  width: 223px;
  height: 94px;
}

@media only screen and (max-width: 768px) {
  .highlight__list-box::after {
    top: -22%;
  }
}
@media only screen and (max-width: 414px) {
  .highlight__list-box::after {
    top: -34%;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__list-box::after {
    left: auto;
  }
}
.highlight__list li {
  position: relative;
  margin: 0 0 10px;
  list-style-type: disc;
  list-style-position: inside;
}

@media only screen and (max-width: 768px) {
  .highlight__list li {
    margin: 0vw 0vw 2.6666666667vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__list li::before {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__list li::before {
    top: calc((((2.6666666667vw * 1.7)) - 0.75em - 1px));
  }
}
.highlight__youtube {
  text-align: center;
}

.highlight .btn-link {
  width: 250px;
}

@media only screen and (max-width: 768px) {
  .highlight .btn-link {
    width: auto;
  }
}
.highlight__other-list {
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0 0 0 65px;
}
@media only screen and (max-width: 768px) {
  .highlight__other-list {
    padding: 0;
  }
}
.highlight__other-list li {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  padding: 20px;
  flex-basis: 390px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .highlight__other-list li {
    flex-basis: 100%;
  }
}
.highlight__other-list li span {
  font-size: 2.4rem;
  color: #0072BF;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .highlight__other-list {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__other-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__other-list li {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__other-list li {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .highlight__other-list li {
    flex-wrap: wrap;
  }
}
.news__list {
  background: #fff;
  padding: 10px 50px;
}

@media only screen and (max-width: 768px) {
  .news__list {
    padding: 6.6666666667vw 8vw 6.6666666667vw 8vw;
  }
}
.news__list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 15px 0 10px;
  border-bottom: 1px dashed #c9c9c9;
  flex-wrap: wrap;
  align-items: center;
}

.news__list li:last-child {
  border: none;
}

.news__date {
  font-size: 1.4rem;
  position: relative;
  width: 15%;
  padding: 0 0 0 35px;
}

@media only screen and (max-width: 768px) {
  .news__date {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__date {
    padding: 0vw 0vw 0vw 9.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__date {
    width: 100%;
  }
}
.news__date::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20'><rect width='15' height='15' fill='%230072bf'/><rect width='15' height='15' transform='translate(6 5)' fill='%23d7d8db'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(((1em * 1.6) / 2) - 10px);
}

@media only screen and (max-width: 768px) {
  .news__date::before {
    width: 6.1333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__date::before {
    height: 5.8666666667vw;
  }
}
.news__txt {
  width: 85%;
}

@media only screen and (max-width: 768px) {
  .news__txt {
    width: 100%;
  }
}
.seminar-inner {
  position: relative;
  padding: 65px 65px 50px;
  margin: 40px 0 50px;
}

@media only screen and (max-width: 768px) {
  .seminar-inner {
    padding: 16vw 9.3333333333vw 9.3333333333vw 9.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .seminar-inner {
    margin: 8vw 0vw 13.3333333333vw 0vw;
  }
}
.seminar-inner:last-child {
  margin: 30px 0 0;
}

@media only screen and (max-width: 768px) {
  .seminar-inner:last-child {
    margin: 8vw 0vw 0vw 0vw;
  }
}
.seminar__list dt {
  padding: 5px 0 5px 15px;
  margin: 0 0 20px;
  background: #fff;
  border-left: solid 5px #aaa;
  border-bottom: #aaa solid 1px;
}

@media only screen and (max-width: 768px) {
  .seminar__list dt {
    padding: 1.3333333333vw 0vw 1.3333333333vw 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .seminar__list dt {
    margin: 0vw 0vw 5.3333333333vw 0vw;
  }
}
.seminar__list dd {
  margin: 0 0 60px;
}

@media only screen and (max-width: 768px) {
  .seminar__list dd {
    margin: 0vw 0vw 16vw 0vw;
  }
}
.seminar__list dd:last-of-type {
  margin-bottom: 0;
}

.seminar__title {
  font-size: 1.8rem;
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .seminar__title {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .seminar__title {
    margin: 0vw 0vw 2.6666666667vw 0vw;
  }
}
.seminar__detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 45px;
}
@media only screen and (max-width: 768px) {
  .seminar__detail {
    flex-wrap: wrap;
  }
}
.seminar__detail-txt {
  flex-basis: calc(100% - 335px);
}
@media only screen and (max-width: 768px) {
  .seminar__detail-txt {
    flex-basis: 100%;
  }
}

.seminar__name {
  font-size: 1.8rem;
  margin-left: 4.5em;
}

@media only screen and (max-width: 768px) {
  .seminar__name {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .seminar__name {
    margin-left: 0;
  }
}
.seminar__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 5em;
}

@media only screen and (max-width: 768px) {
  .seminar__info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .seminar__info {
    margin: 0vw 0vw 8vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .seminar__info {
    font-size: 3.4666666667vw;
  }
}
.seminar__info p {
  flex-basis: 11em;
}

@media only screen and (max-width: 768px) {
  .seminar__info p {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .seminar__info p {
    font-weight: bold;
  }
}
.seminar__info ul {
  flex-basis: calc(100% - 11em);
}

@media only screen and (max-width: 768px) {
  .seminar__info ul {
    flex-basis: 100%;
  }
}
#talksession {
  color: #fff;
  text-align: center;
}

#talksession h2 span {
  color: #00d8ff;
}

#talksession h2::after {
  border-right-color: #00d8ff;
}

.session__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.session__list li {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .session__list li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .session__list li {
    margin: 0vw 0vw 13.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .session__list li:last-child {
    margin: 0;
  }
}
.session__name {
  margin: 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .session__name {
    margin: 0;
  }
}
.session__profile {
  text-align: left;
  margin-top: 10px;
  font-size: 85%;
  line-height: 1.5;
}

.session__schedule {
  text-align: left;
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.session__schedule dt {
  background: #000;
  font-size: 2.0rem;
  width: 15%;
  height: 2em;
  line-height: 2em;
  text-align: center;
  margin: 0 25px 15px 0;
}

@media only screen and (max-width: 768px) {
  .session__schedule dt {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .session__schedule dt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .session__schedule dt {
    margin: 0vw 0vw 4vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .session__schedule dt:last-child {
    margin: 0;
  }
}
.session__schedule dd {
  font-size: 2.4rem;
  width: calc(85% - 25px);
}

@media only screen and (max-width: 768px) {
  .session__schedule dd {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .session__schedule dd {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .session__schedule dd {
    margin: 0vw 0vw 4vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .session__schedule dd:last-child {
    margin: 0;
  }
}
.session__schedule dd span {
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .session__schedule dd span {
    font-size: 3.4666666667vw;
  }
}
.session__link {
  margin-top: 10px;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .session__link {
    font-size: 4.5333333333vw;
  }
}
.session__link a {
  color: #00d8ff;
}

.exhibition {
  padding: 0 0 20px 15px;
}
@media only screen and (max-width: 768px) {
  .exhibition {
    padding: 0vw 0vw 2.6666666667vw 2vw;
  }
}
.exhibition__title {
  font-size: 2.0rem;
  margin: 50px 0 10px;
}
.exhibition__title::before {
  content: '■';
  color: #0072BF;
}
@media only screen and (max-width: 768px) {
  .exhibition__title {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .exhibition__title {
    margin: 6.6666666667vw 0vw 1.3333333333vw 0vw;
  }
}
.exhibition__title:first-child {
  margin: 30px 0 10px;
}
@media only screen and (max-width: 768px) {
  .exhibition__title:first-child {
    margin: 4vw 0vw 1.3333333333vw 0vw;
  }
}
.exhibition__system {
  font-weight: bold;
  margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .exhibition__system {
    margin: 2vw 0vw 0vw 0vw;
  }
}
.exhibition__system-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.exhibition__system-list li {
  list-style-type: disc;
  list-style-position: inside;
}

.exhibition__banner {
  text-align: center;
}

.exhibition__about {
  color: #0072BF;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 15px 0;
}

@media only screen and (max-width: 768px) {
  .exhibition__about {
    font-size: 4.5333333333vw;
  }
}
.exhibition__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

.exhibition__list li {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  width: 48.5%;
  margin: 0 0 60px;
  border: 1px solid #fff;
  transition: all .4s;
}

@media only screen and (max-width: 768px) {
  .exhibition__list li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .exhibition__list li {
    margin: 0vw 0vw 13.3333333333vw 0vw;
  }
}
.exhibition__list li:hover {
  box-shadow: none;
  border: 1px solid #EDF0F5;
}

.exhibition__list li a {
  padding: 40px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .exhibition__list li a {
    padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.exhibition__list li a:hover .note span {
  text-decoration: none;
}

.exhibition__list li .note span {
  color: #1aa0bf;
  text-decoration: underline;
}

.exhibition__list-title {
  font-weight: bold;
  color: #0072BF;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .exhibition__list-title {
    margin: 1.3333333333vw 0vw 0vw 0vw;
  }
}

.exhibition__list-detail {
  margin-bottom: 10px;
  flex: 1;
}

.overview__greeting {
  text-align: center;
  font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .overview__greeting {
    font-size: 4.5333333333vw;
  }
}
.overview__detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0;
}

@media only screen and (max-width: 768px) {
  .overview__detail {
    margin: 12vw 0vw 0vw 0vw;
  }
}
.overview__detail > dt {
  background: #282828;
  width: 20%;
  color: #fff;
  font-size: 2.0rem;
  position: relative;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  padding-right: 1.5em;
  margin: 0 20px 30px 0;
}

@media only screen and (max-width: 768px) {
  .overview__detail > dt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .overview__detail > dt {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .overview__detail > dt {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .overview__detail > dt {
    margin: 0vw 0vw 5.3333333333vw 0vw;
  }
}
.overview__detail > dt::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  border: none;
  border-right: solid 42px #f4f5f6;
  border-bottom: solid 54px transparent;
}

@media only screen and (max-width: 768px) {
  .overview__detail > dt::after {
    top: auto;
    width: 0;
    height: 0;
    bottom: -2.3vw;
    left: calc((100% / 2) - 2.5vw);
    border: none;
    border-style: solid;
    border-width: 2.5vw 2.5vw 0 2.5vw;
    border-color: #282828 transparent transparent transparent;
  }
}
.overview__detail > dd {
  width: calc(80% - 20px);
  font-size: 2.2rem;
  margin-bottom: 30px;
  padding: 5px 0;
}

@media only screen and (max-width: 768px) {
  .overview__detail > dd {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .overview__detail > dd {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .overview__detail > dd {
    padding: 1.3333333333vw 0vw 1.3333333333vw 0vw;
  }
}
.overview__detail-event {
  padding: 0 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .overview__detail-event {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .overview__detail-event {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .overview__detail-event figure {
    flex-basis: 100%;
    text-align: center;
  }
}
.overview__schedule > dt {
  font-weight: bold;
}

.overview__schedule > dd {
  margin: 0 0 10px 1em;
}

.overview__schedule > dd:last-child {
  margin: 0 0 0 1em;
}

.overview__schedule > dd::before {
  content: '・';
}

.greeting-box {
  background: #fff;
  padding: 60px;
}

@media only screen and (max-width: 768px) {
  .greeting-box {
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  }
}
.greeting-box p {
  margin: 0 0 1em;
}

.date-table {
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}

.date-table__annotation {
  font-size: 1.2rem;
}

.date-table__th {
  background: #e2e2e2;
  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;
  text-align: center;
  padding: 4px 0;
  border-radius: 20px;
  margin-right: 5px;
  border: #aaa solid 1px;
  padding: 1px 10px 0;
}

@media only screen and (max-width: 768px) {
  .date-table__def-tit {
    padding: 0.2666666667vw 2.6666666667vw 0vw 2.6666666667vw;
  }
}
.date-table__def-tit.special {
  background: #00abd2;
  color: #fff;
  border: #009cd2 solid 1px;
}

.date-table__def-data {
  display: inline-block;
}

.date-table__def-tit.kouritsu {
  background: #dcfadc;
  color: #0c9b0c;
}

.date-table__def-tit.digital {
  background: #dceffa;
  color: #055685;
}

.date-table__def-tit.koukaikei {
  background: #ffe5eb;
  color: #e9546f;
}

.date-table__def-tit.mynumber {
  background: #faf9dc;
  color: #8f7a04;
}

@media screen and (max-width: 1024px) {
  .date-table {
    border: none;
  }

  .date-table thead {
    display: none;
  }

  .date-table__tr {
    border: 1px solid #ddd;
    background: #fff;
    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;
    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;
  }
}
footer {
  color: #fff;
}

.footer h2 {
  font-size: 2.8rem;
  padding: 0;
  margin: 0 0 50px;
}

@media only screen and (max-width: 768px) {
  .footer h2 {
    font-size: 6.1333333333vw;
  }
}
.footer h2::after {
  content: none;
}

.footer__inner {
  padding: 60px 0;
}

.contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .contact {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .contact {
    width: 100%;
  }
}
.contact__sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .contact__sns {
    width: 100%;
  }
}
.contact__sns-fb {
  margin-right: 10px;
}

.contact address {
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .contact address {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .contact address {
    margin: 0vw 0vw 5.3333333333vw 0vw;
  }
}
.fb-share-button span {
  vertical-align: top !important;
}

.copyright {
  padding: 10px 0;
}

.copyright__text {
  font-size: 1.2rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .copyright__text {
    font-size: 2.6666666667vw;
  }
}
#top_control {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
}

#top_control a {
  display: block;
}

#top_control a img {
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  #top_control {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    line-height: 0;
    cursor: pointer;
    background: #cccccc;
  }
}
/*ログインページ用*/
.login .main {
  padding: 45px 0 0;
}

@media only screen and (max-width: 768px) {
  .login .main {
    padding: 12vw 0vw 0vw 0vw;
  }
}
.login .copyright {
  background: #f4f5f6;
}

.login .copyright__text {
  color: #282828;
}

.login .sec__login-logo {
  text-align: center;
}

.login .sec__login-info .section__inner {
  padding: 25px 0 0;
}

@media only screen and (max-width: 768px) {
  .login .sec__login-info .section__inner {
    padding: 6.6666666667vw 0vw 0vw 0vw;
  }
}
.login .sec__login-btn .section__inner {
  padding: 45px 0 65px;
}

@media only screen and (max-width: 768px) {
  .login .sec__login-btn .section__inner {
    padding: 12vw 0vw 17.3333333333vw 0vw;
  }
}
.login-info__box {
  background: #f4f5f6;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .login-info__box {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.login-info__title {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .login-info__title {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .login-info__title {
    margin: 0vw 0vw 2.6666666667vw 0vw;
  }
}
.login-btn__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.login-btn__box a {
  display: inline-block;
  padding: 20px 0;
  border-radius: 10px;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  position: relative;
  width: 45%;
  line-height: 1.2;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .login-btn__box a {
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .login-btn__box a {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .login-btn__box a {
    width: 100%;
  }
}
.login-btn__box a::after {
  position: absolute;
  right: 22px;
  top: calc((100% / 2) - 12.5px);
  content: "";
  display: inline-block;
  width: 16px;
  height: 25px;
  background: url("/media_library/lg/lp/taskcloud_fair/images/icon_arrow_white.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .login-btn__box a::after {
    right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .login-btn__box a::after {
    top: calc((100% / 2) - 9%);
  }
}
@media only screen and (max-width: 768px) {
  .login-btn__box a::after {
    width: 3%;
  }
}
@media only screen and (max-width: 768px) {
  .login-btn__box a::after {
    height: 17%;
  }
}
@media only screen and (max-width: 768px) {
  .login-btn__box a:first-child {
    margin: 0vw 0vw 5.3333333333vw 0vw;
  }
}
.login-btn__box a span {
  display: block;
  font-size: 2.6rem;
}

@media only screen and (max-width: 768px) {
  .login-btn__box a span {
    font-size: 6.4vw;
  }
}
.login-btn__applay {
  background: #ff6f37;
}

.login-btn__login {
  background: #0072BF;
}



