@charset "UTF-8";
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@media all and (-ms-high-contrast: none) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #000;
}

a.decoration {
  text-decoration: underline;
}

a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}

a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #333;
}

a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.inner {
  max-width: 1200px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1024px) {
  .flL {
    float: left;
  }
  .flR {
    float: right;
  }
  .hoverOpacity {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
  }
  .pcH {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabH {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .spH {
    display: none !important;
  }
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}

.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.tabBox {
  width: 100%;
  display: none;
}

.tabBox.active {
  display: block;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  background-color: #f8f8f8;
  overflow: auto;
}

body.fixed {
  overflow: hidden;
}

body.fixed {
  overflow: hidden;
}

body:after {
  background: #173A7E;
  background: linear-gradient(128deg, #173A7E 0%, #2F57A4 33%, #0081DA 67%, #00C4E0 100%);
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nav-wrap {
  /* 慣性スクロール */
  max-width: 1200px;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.nav-wrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media only screen and (max-width: 767px) {
  .nav-wrap {
    margin-bottom: 20px;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .nav-wrap::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
}

.nav-wrap .scroll-nav {
  padding: 0px 0 10px 0;
}

.nav-wrap .scroll-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .nav-wrap .scroll-nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.nav-wrap .scroll-nav ul li {
  padding: 0 10px;
}

.nav-wrap .scroll-nav ul li a {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  padding: 0 3px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.nav-wrap .scroll-nav ul li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  opacity: 0;
}

.nav-wrap .scroll-nav ul li a.current {
  color: #fff;
}

.nav-wrap .scroll-nav ul li a.current:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.addControl,
header,
main {
  display: none;
}

#header {
  width: 100%;
  height: 70px;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #header {
    position: absolute;
    padding-left: 0px;
  }
}

#header.navActive {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

#header .logo {
  height: 70px;
  width: 240px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}

#header .logo img {
  max-height: 36px;
}

@media only screen and (max-width: 767px) {
  #header .logo img {
    max-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header .logo {
    padding-left: 16px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo {
    padding-left: 0px;
    height: 60px;
    width: 100%;
    text-align: center;
  }
}

#header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #header .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    display: block;
    height: auto;
    position: absolute;
    z-index: 200;
    height: 60px;
  }
}

#header .glovalNav {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 36px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
}

#header .glovalNav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#header .glovalNav a span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#header .glovalNav a span:first-child {
  top: 0;
  left: 0;
}

#header .glovalNav a span:nth-child(2) {
  top: 50%;
  left: 0;
  width: 80%;
  margin-top: -1px;
}

#header .glovalNav a span:last-child {
  bottom: 0;
  left: 0;
  width: 60%;
}

#header .glovalNav a:hover span {
  width: 100%;
}

#header .glovalNav a:hover span:nth-child(2) {
  width: 100%;
}

#header .glovalNav a:hover span:last-child {
  width: 100%;
}

#header .rightNav {
  position: fixed;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #header .rightNav {
    position: absolute;
  }
}

#header .rightNav .userNav {
  width: 32px;
  height: 32px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 10px;
}

#header .rightNav .userNav a {
  width: 36px;
  height: 36px;
  display: block;
}

#header .rightNav .userNav a .userThum {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #header .rightNav .settingNav .settingNavBtn {
    background-color: transparent;
  }
}

#header .rightNav .settingNav .settingNavBtn a {
  padding: 3px;
}

#header .rightNav .settingNav a {
  display: block;
  width: 32px;
  height: 32px;
}

#header .rightNav .settingNav .settingNavList {
  position: fixed;
  top: 82px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.98);
  width: 160px;
  border-radius: 2px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  display: block;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  opacity: 1;
}

#header .rightNav .settingNav .settingNavList:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 12px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 21px;
  top: 0;
  margin-top: -12px;
  display: none;
}

#header .rightNav .settingNav .settingNavList ul {
  padding: 12px 0;
  display: none;
}

#header .rightNav .settingNav .settingNavList ul li {
  width: 100%;
}

#header .rightNav .settingNav .settingNavList ul li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .rightNav .settingNav.active .settingNavList {
  top: 62px;
  display: block;
  opacity: 1;
}

#header .rightNav .settingNav.active .settingNavList ul {
  display: block;
}

#header .rightNav .settingNav.active .settingNavList:after {
  display: block;
}

#pageNav {
  padding-left: 90px;
  white-space: nowrap;
  position: absolute;
  z-index: 300;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #pageNav {
    padding-left: 0;
    padding-bottom: 90px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  #pageNav {
    position: absolute;
    padding-top: 0px;
    padding-bottom: 90px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#pageNav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  color: #fff;
  margin-bottom: 16px;
  margin: 30px 3vw;
}

@media only screen and (max-width: 767px) {
  #pageNav a {
    width: 60px;
    padding-bottom: 10px;
    padding-top: 12px;
  }
}

#pageNav a:hover {
  -webkit-transform: translate(-5px, 0px);
          transform: translate(-5px, 0px);
}

#pageNav a h4 {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #pageNav a h4 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #pageNav a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    left: 0;
    padding-left: 4vw;
    margin: 0 auto;
  }
}

#pageNav a .backIcon {
  width: 36px;
  display: block;
  height: 36px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #pageNav a .backIcon {
    width: 60px;
  }
}

#pageNav a .backIcon span {
  width: 16px;
  height: 1px;
  position: absolute;
  left: 3px;
  bottom: 18px;
  background-color: #fff;
  display: block;
}

#pageNav a .backIcon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  top: 14px;
  left: 1px;
}

#bakPage {
  padding-left: 90px;
  min-height: 100%;
  min-width: 20vw;
  white-space: nowrap;
  position: absolute;
  z-index: 300;
}

#bakPage.fulwide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  overflow: auto;
}

#bakPage.fulwide #mainWrap {
  padding: 60px 0;
}

#bakPage.navActive {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #bakPage {
    padding-left: 0;
    padding-bottom: 90px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  #bakPage {
    padding-left: 0;
    padding-bottom: 90px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#bakPage.single {
  background: #173A7E;
  background: linear-gradient(128deg, #173A7E 0%, #2F57A4 33%, #0081DA 67%, #00C4E0 100%);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
}

#bakPage.single #mainWrap:after {
  display: none;
}

#bakPage #mainWrap {
  position: relative;
  min-height: 100vh;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap {
    min-height: auto;
  }
}

#bakPage #mainWrap.singleForm section {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap.singleForm .contentHeader {
    padding-bottom: 3vh;
    padding-top: 10vh;
  }
}

#bakPage #mainWrap section {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #bakPage #mainWrap section {
    padding-left: 0;
    padding: 0px 0;
    z-index: 110;
  }
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap section {
    padding-left: 0;
    padding: 0px 0;
    z-index: 110;
  }
}

#bakPage #mainWrap .contentHeader {
  width: calc(100% - 70px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader {
    padding: 0px 0;
    position: relative;
    padding-bottom: 3vh;
    padding-top: 80px;
    margin: 0 auto;
    left: 0;
    width: auto;
    position: relative;
    border-radius: 0 0 10px 10px;
  }
}

#bakPage #mainWrap .contentHeader .headerTitle {
  width: 100%;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .headerTitle {
    width: 90%;
    margin: 0 auto;
  }
}

#bakPage #mainWrap .contentHeader .headerTitle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  color: #fff;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .headerTitle a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    left: 5%;
    top: 24px;
  }
}

#bakPage #mainWrap .contentHeader .headerTitle a:hover {
  -webkit-transform: translate(-5px, 0px);
          transform: translate(-5px, 0px);
}

#bakPage #mainWrap .contentHeader .headerTitle a h4 {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .headerTitle a h4 {
    font-size: 0vw;
  }
}

#bakPage #mainWrap .contentHeader .headerTitle a .backIcon {
  width: 26px;
  display: block;
  height: 12px;
  position: relative;
}

#bakPage #mainWrap .contentHeader .headerTitle a .backIcon span {
  width: 16px;
  height: 1px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background-color: #fff;
  display: block;
}

#bakPage #mainWrap .contentHeader .headerTitle a .backIcon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  top: 8px;
  left: 1px;
}

#bakPage #mainWrap .contentHeader .headerTitle .pageTitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .headerTitle .pageTitle {
    font-size: 6vw;
    text-align: center;
  }
}

#bakPage #mainWrap .contentHeader .headerTitle p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .headerTitle p {
    font-size: 3vw;
    text-align: center;
  }
}

#bakPage #mainWrap .contentHeader .contentHeaderInner {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader.smallHeader {
    padding-bottom: 3vh;
    padding-top: 10vh;
  }
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader.smallHeader .dayINfoWrap .day {
    font-size: 5vw;
    font-weight: 400;
  }
}

#bakPage #mainWrap .contentHeader.smallHeader .dayINfoWrap .day span {
  font-weight: 400;
}

#bakPage #mainWrap .contentHeader.smallHeader + section {
  margin-top: 0;
}

#bakPage #mainWrap .contentHeader .pageTitle {
  text-align: center;
  font-size: 26px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .pageTitle {
    font-size: 4vw;
  }
}

#bakPage #mainWrap .contentHeader .prevNav {
  position: relative;
  height: 24px;
  width: 40px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  left: 0;
}

#bakPage #mainWrap .contentHeader .prevNav:hover {
  left: -10px;
}

#bakPage #mainWrap .contentHeader .prevNav:hover a {
  padding-right: 20px;
}

#bakPage #mainWrap .contentHeader .prevNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#bakPage #mainWrap .contentHeader .prevNav a span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 17px;
}

#bakPage #mainWrap .contentHeader .prevNav a span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: auto;
  bottom: 14px;
}

#bakPage #mainWrap .contentHeader .nextNav {
  position: relative;
  height: 24px;
  width: 40px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  right: 0;
}

#bakPage #mainWrap .contentHeader .nextNav:hover {
  right: -10px;
}

#bakPage #mainWrap .contentHeader .nextNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#bakPage #mainWrap .contentHeader .nextNav a span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 17px;
}

#bakPage #mainWrap .contentHeader .nextNav a span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: auto;
  bottom: 14px;
}

#bakPage #mainWrap .contentHeader .dayINfoWrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap {
    padding: 0;
    width: 100%;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .day {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .day {
    font-size: 7vw;
    margin-bottom: 16px;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .day p {
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  font-size: 24px;
  padding-left: 10px;
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime {
  margin-right: 0px;
  width: auto;
  padding-right: 24px;
  position: relative;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime {
    margin-right: 16px;
    width: auto;
    margin-top: 0px;
    padding-right: 14px;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .date_time_all {
  font-size: 90px;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  top: -5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .date_time_all {
    font-size: 62px;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .item {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: -24px;
  top: 33px;
  font-size: 23px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .item {
    font-size: 16px;
    top: 20px;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject {
  text-align: center;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject {
    padding-top: 0px;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject h5 {
  font-size: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject h5 {
    font-size: 2.5vw;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject p {
  font-size: 56px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject p {
    font-size: 39px;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask {
    padding-top: 0px;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask h5 {
  font-size: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask h5 {
    font-size: 2.5vw;
  }
}

#bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask p {
  font-size: 56px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask p {
    font-size: 39px;
  }
}

#bakPage #mainWrap .contentHeader .time {
  font-size: 48px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  line-height: 1;
  margin-top: -1.5vh;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .time {
    font-size: 15vw;
  }
}

#bakPage #mainWrap .contentHeader .attendanceControl {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .attendanceControl {
    padding: 0 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#bakPage #mainWrap .contentHeader .attendanceControl .stratTime {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .attendanceControl .stratTime {
    width: 90px;
    height: 90px;
  }
}

#bakPage #mainWrap .contentHeader .attendanceControl .stratTime h6 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .attendanceControl .stratTime h6 {
    font-size: 3vw;
  }
}

#bakPage #mainWrap .contentHeader .attendanceControl .stratTime p {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .attendanceControl .stratTime p {
    font-size: 6vw;
  }
}

#bakPage #mainWrap .contentHeader .attendanceControl .endTime {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .attendanceControl .endTime {
    width: 90px;
    height: 90px;
    font-size: 4vw;
  }
}

#bakPage #mainWrap .contentHeader .attendanceControl .dayComment {
  width: auto;
}

#bakPage #mainWrap .contentHeader .attendanceControl .dayComment a {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 767px) {
  #bakPage #mainWrap .contentHeader .attendanceControl .dayComment a {
    width: 90px;
    height: 90px;
  }
}

#bakPage #mainWrap .contentHeader .attendanceControl .dayComment a img {
  width: 36%;
}

#bakPage #mainWrap .contentHeader .localNav {
  width: 80%;
  margin: 0 auto;
  padding-top: 2.5vh;
  max-width: 600px;
}

#bakPage #mainWrap .contentHeader .localNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 24px;
}

#bakPage #mainWrap .contentHeader .localNav ul li {
  width: calc(100% / 3);
}

#bakPage #mainWrap .contentHeader .localNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bakPage #mainWrap .contentHeader .localNav ul li a img {
  width: 16px;
  display: inline-block;
}

#bakPage #mainWrap .contentHeader .localNav ul li a.active {
  background-color: #00b4c6;
}

#main {
  padding-left: 90px;
  min-height: 100%;
  position: relative;
  z-index: 2;
}

#main.fulwide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  overflow: auto;
}

#main.fulwide #mainWrap {
  padding: 60px 0;
}

#main.navActive {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main {
    padding-left: 0;
    padding-bottom: 90px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  #main {
    padding-left: 0;
    padding-bottom: 90px;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#main.single {
  background: #173A7E;
  background: linear-gradient(128deg, #173A7E 0%, #2F57A4 33%, #0081DA 67%, #00C4E0 100%);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0;
}

#main.single #mainWrap:after {
  display: none;
}

#main #mainWrap {
  position: relative;
  min-height: 100vh;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap {
    min-height: auto;
  }
}

#main #mainWrap.singleForm section {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap.singleForm .contentHeader {
    padding-bottom: 3vh;
    padding-top: 10vh;
  }
}

#main #mainWrap section {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main #mainWrap section {
    padding-left: 0;
    padding: 0px 0;
    z-index: 110;
  }
}

@media only screen and (max-width: 767px) {
  #main #mainWrap section {
    padding-left: 0;
    padding: 0px 0;
    z-index: 110;
  }
}

#main #mainWrap .contentHeader {
  width: calc(100% - 70px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader {
    padding: 0px 0;
    position: relative;
    padding-bottom: 3vh;
    padding-top: 80px;
    margin: 0 auto;
    left: 0;
    width: auto;
    position: relative;
    border-radius: 0 0 10px 10px;
  }
}

#main #mainWrap .contentHeader .headerTitle {
  width: 100%;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .headerTitle {
    width: 90%;
    margin: 0 auto;
  }
}

#main #mainWrap .contentHeader .headerTitle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  color: #fff;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .headerTitle a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    left: 5%;
    top: 24px;
  }
}

#main #mainWrap .contentHeader .headerTitle a:hover {
  -webkit-transform: translate(-5px, 0px);
          transform: translate(-5px, 0px);
}

#main #mainWrap .contentHeader .headerTitle a h4 {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .headerTitle a h4 {
    font-size: 0vw;
  }
}

#main #mainWrap .contentHeader .headerTitle a .backIcon {
  width: 26px;
  display: block;
  height: 12px;
  position: relative;
}

#main #mainWrap .contentHeader .headerTitle a .backIcon span {
  width: 16px;
  height: 1px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background-color: #fff;
  display: block;
}

#main #mainWrap .contentHeader .headerTitle a .backIcon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  top: 8px;
  left: 1px;
}

#main #mainWrap .contentHeader .headerTitle .pageTitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .headerTitle .pageTitle {
    font-size: 6vw;
    text-align: center;
  }
}

#main #mainWrap .contentHeader .headerTitle p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .headerTitle p {
    font-size: 3vw;
    text-align: center;
  }
}

#main #mainWrap .contentHeader .contentHeaderInner {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader.smallHeader {
    padding-bottom: 3vh;
    padding-top: 10vh;
  }
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader.smallHeader .dayINfoWrap .day {
    font-size: 5vw;
    font-weight: 400;
  }
}

#main #mainWrap .contentHeader.smallHeader .dayINfoWrap .day span {
  font-weight: 400;
}

#main #mainWrap .contentHeader.smallHeader + section {
  margin-top: 0;
}

#main #mainWrap .contentHeader .pageTitle {
  text-align: center;
  font-size: 26px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .pageTitle {
    font-size: 4vw;
  }
}

#main #mainWrap .contentHeader .prevNav {
  position: relative;
  height: 24px;
  width: 40px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  left: 0;
}

#main #mainWrap .contentHeader .prevNav:hover {
  left: -10px;
}

#main #mainWrap .contentHeader .prevNav:hover a {
  padding-right: 20px;
}

#main #mainWrap .contentHeader .prevNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#main #mainWrap .contentHeader .prevNav a span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 17px;
}

#main #mainWrap .contentHeader .prevNav a span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: auto;
  bottom: 14px;
}

#main #mainWrap .contentHeader .nextNav {
  position: relative;
  height: 24px;
  width: 40px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  right: 0;
}

#main #mainWrap .contentHeader .nextNav:hover {
  right: -10px;
}

#main #mainWrap .contentHeader .nextNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#main #mainWrap .contentHeader .nextNav a span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 17px;
}

#main #mainWrap .contentHeader .nextNav a span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: auto;
  bottom: 14px;
}

#main #mainWrap .contentHeader .dayINfoWrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap {
    padding: 0;
    width: 100%;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .day {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .day {
    font-size: 7vw;
    margin-bottom: 16px;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .day p {
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  font-size: 24px;
  padding-left: 10px;
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime {
  margin-right: 0px;
  width: auto;
  padding-right: 24px;
  position: relative;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime {
    margin-right: 16px;
    width: auto;
    margin-top: 0px;
    padding-right: 14px;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .date_time_all {
  font-size: 90px;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  top: -5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .date_time_all {
    font-size: 62px;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .item {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: -24px;
  top: 33px;
  font-size: 23px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTime .item {
    font-size: 16px;
    top: 20px;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject {
  text-align: center;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject {
    padding-top: 0px;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject h5 {
  font-size: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject h5 {
    font-size: 2.5vw;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject p {
  font-size: 56px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayProject p {
    font-size: 39px;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask {
    padding-top: 0px;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask h5 {
  font-size: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask h5 {
    font-size: 2.5vw;
  }
}

#main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask p {
  font-size: 56px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .dayINfoWrap .dayInfo .dayTask p {
    font-size: 39px;
  }
}

#main #mainWrap .contentHeader .time {
  font-size: 48px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  line-height: 1;
  margin-top: -1.5vh;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .time {
    font-size: 15vw;
  }
}

#main #mainWrap .contentHeader .attendanceControl {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .attendanceControl {
    padding: 0 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#main #mainWrap .contentHeader .attendanceControl .stratTime {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .attendanceControl .stratTime {
    width: 90px;
    height: 90px;
  }
}

#main #mainWrap .contentHeader .attendanceControl .stratTime h6 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .attendanceControl .stratTime h6 {
    font-size: 3vw;
  }
}

#main #mainWrap .contentHeader .attendanceControl .stratTime p {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .attendanceControl .stratTime p {
    font-size: 6vw;
  }
}

#main #mainWrap .contentHeader .attendanceControl .endTime {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .attendanceControl .endTime {
    width: 90px;
    height: 90px;
    font-size: 4vw;
  }
}

#main #mainWrap .contentHeader .attendanceControl .dayComment {
  width: auto;
}

#main #mainWrap .contentHeader .attendanceControl .dayComment a {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 767px) {
  #main #mainWrap .contentHeader .attendanceControl .dayComment a {
    width: 90px;
    height: 90px;
  }
}

#main #mainWrap .contentHeader .attendanceControl .dayComment a img {
  width: 36%;
}

#main #mainWrap .contentHeader .localNav {
  width: 80%;
  margin: 0 auto;
  padding-top: 2.5vh;
  max-width: 600px;
}

#main #mainWrap .contentHeader .localNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 24px;
}

#main #mainWrap .contentHeader .localNav ul li {
  width: calc(100% / 3);
}

#main #mainWrap .contentHeader .localNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main #mainWrap .contentHeader .localNav ul li a img {
  width: 16px;
  display: inline-block;
}

#main #mainWrap .contentHeader .localNav ul li a.active {
  background-color: #00b4c6;
}

.slick-slide {
  margin: 10px;
  margin-bottom: 30px;
  max-width: 360px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
}

.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav > ul > li {
  padding: 10px 20px;
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
}

.nav > ul > li + li {
  margin-left: 20px;
}

.toggleBtn {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}

.toggleBtn.active a span:nth-child(2) {
  width: 0%;
}

.toggleBtn.active a span:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggleBtn.active a span:last-child {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.toggleBtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.toggleBtn a span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.toggleBtn a span:first-child {
  top: 12px;
}

.toggleBtn a span:last-child {
  top: auto;
  bottom: 10px;
}

.toggleBtn a:hover span:nth-child(2) {
  width: 0%;
}

.toggleBtn a:hover span:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggleBtn a:hover span:last-child {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.grovalNavWrap {
  width: 300px;
  min-height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  right: -310px;
  z-index: 600;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
  height: 100%;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grovalNavWrap.active {
  right: 0;
  overflow-y: scroll;
}

.grovalNavWrap .grovalNav {
  position: relative;
  padding-bottom: 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
}

.grovalNavWrap .grovalNav .acountInfo {
  padding: 32px 24px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grovalNavWrap .grovalNav .acountInfo .userIcon {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/usericon.jpg);
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  margin: 0 auto;
  margin-bottom: 16px;
}

.grovalNavWrap .grovalNav .acountInfo .userName {
  margin-bottom: 6px;
  font-size: 18px;
  color: #333;
}

.grovalNavWrap .grovalNav .acountInfo .userPlan {
  font-size: 75%;
  color: #666;
}

.grovalNavWrap .grovalNav .acountInfo .userBelongs {
  font-size: 75%;
  color: #666;
}

.grovalNavWrap .grovalNav .userNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.grovalNavWrap .grovalNav .userNum h5 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.grovalNavWrap .grovalNav .userNum dl {
  text-align: center;
  padding: 0 10px;
}

.grovalNavWrap .grovalNav .userNum dl dt {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #333;
  opacity: 0.5;
}

.grovalNavWrap .grovalNav .userNum dl dd {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 5px;
}

.grovalNavWrap .grovalNav .menuWrap {
  padding: 32px 32px 0px 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grovalNavWrap .grovalNav .menuWrap .menuTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.grovalNavWrap .grovalNav .menuWrap .menuTitle .menuIcon {
  width: 26px;
}

.grovalNavWrap .grovalNav .menuWrap .menuTitle .menuIcon img {
  width: 20px;
}

.grovalNavWrap .grovalNav .menuWrap .menuTitle p {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #adadad;
}

.grovalNavWrap .grovalNav .menuWrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.grovalNavWrap .grovalNav .menuWrap ul li a:hover {
  background-color: #f0f0f0;
  padding-left: 16px;
}

.grovalNavWrap .grovalNav .menuWrap ul li a .icon {
  width: 30px;
}

.grovalNavWrap .grovalNav .menuWrap ul li a .icon img {
  width: 16px;
}

.grovalNavWrap .grovalNav .logout {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.grovalNavWrap .grovalNav .logout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-color: #e0463c;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  color: #fff;
}

.grovalNavWrap .grovalNav .logout a .icon {
  width: 30px;
}

.grovalNavWrap .grovalNav .logout a .icon img {
  width: 16px;
}

.grovalNavWrap .grovalNav .logout a:hover {
  background-color: #0e7c9f;
}

.grovalNavWrap .grovalNav .navClose {
  background-color: #1EB4C6;
  position: absolute;
  left: 16px;
  top: 16px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.grovalNavWrap .grovalNav .navClose:hover {
  background-color: #009caf;
}

.grovalNavWrap .grovalNav .navClose span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

.grovalNavWrap .grovalNav .navClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.grovalNavOverLay {
  width: 100%;
  height: 100%;
  background-color: #0e235a;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 590;
}

.grovalNavOverLay.active {
  left: 0;
}

#footer {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  position: fixed;
  left: 0;
  width: 90px;
  background-color: #f0f0f0;
  z-index: 100;
  height: 100%;
  top: 0;
  display: block;
}

#footer.navActive {
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 120;
    height: 66px;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 120;
    height: 66px;
  }
}

#footer:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 58px;
  height: 58px;
  background-color: #f0f0f0;
  border-radius: 29px;
  top: 0;
  margin-top: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer:after {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #footer:after {
    display: block;
  }
}

#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer ul {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  #footer ul {
    position: relative;
  }
}

#footer ul li {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer ul li {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  #footer ul li {
    width: 40%;
  }
}

#footer ul li a {
  text-align: center;
  background-color: #f0f0f0;
  padding: 16px 10px;
  border-bottom: 1px solid #fafafa;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer ul li a {
    padding: 9px 10px;
  }
}

@media only screen and (max-width: 767px) {
  #footer ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 0px solid #fafafa;
  }
}

#footer ul li a .navIcon {
  margin-bottom: 5px;
}

#footer ul li a .navIcon img {
  width: 30px;
}

#footer ul li a p {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #153e7c;
}

@media only screen and (max-width: 767px) {
  #footer ul li a p {
    font-size: 12px;
    padding-left: 0;
  }
}

#footer ul li:nth-child(1) {
  margin-right: 0%;
}

@media only screen and (max-width: 767px) {
  #footer ul li:nth-child(1) {
    margin-right: 20%;
  }
}

.loading {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

#main #mainWrap .contentHeader.top .prevNav {
  position: absolute;
  height: 24px;
  width: 40px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  left: 20px;
}

#main #mainWrap .contentHeader.top .prevNav:hover {
  left: -10px;
}

#main #mainWrap .contentHeader.top .prevNav:hover a {
  padding-right: 20px;
}

#main #mainWrap .contentHeader.top .prevNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#main #mainWrap .contentHeader.top .prevNav a span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 17px;
}

#main #mainWrap .contentHeader.top .prevNav a span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: auto;
  bottom: 14px;
}

#main #mainWrap .contentHeader.top .nextNav {
  position: absolute;
  height: 24px;
  width: 40px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  right: 20px;
}

#main #mainWrap .contentHeader.top .nextNav:hover {
  right: -10px;
}

#main #mainWrap .contentHeader.top .nextNav a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#main #mainWrap .contentHeader.top .nextNav a span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 17px;
}

#main #mainWrap .contentHeader.top .nextNav a span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: auto;
  bottom: 14px;
}

.redColor {
  background-color: #D50000;
}

.lightBlueColor {
  background-color: #039BE5;
}

.blueColor {
  background-color: #3F51B5;
}

.blueGreenColor {
  background-color: #3fd8d2;
}

.purpleColor {
  background-color: #8E24AA;
}

.orangeColor {
  background-color: #F4511E;
}

.pinkColor {
  background-color: #E67C73;
}

.greenColor {
  background-color: #0B8043;
}

.yellowColor {
  background-color: #F6BF26;
}

.yellowGreenColor {
  background-color: #33B679;
}

.bluePurpleColor {
  background-color: #7986CB;
}
/*# sourceMappingURL=common.css.map */