@charset "UTF-8";
html, body,
address,
div, span,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, li, dl, dt, dd,
table, caption, thead, tbody, tfoot, tr, th, td,
form, fieldset, legend, label, input, textarea, select,
object, iframe, embed,
img, a, em, strong, b, i, mark, small,
sub, sup, abbr, cite, q, ruby,
ins, del, dfn, code, var, samp, kbd {
  margin: 0;
  padding: 0;
}

article, section, aside, header, footer, nav,
hgroup,
figure, figcaption,
video, audio, canvas,
time {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 100%;
}

em {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

pre, code, kbd, samp {
  font-family: monospace;
}

img {
  border: none;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: inherit;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

input, select, textarea {
  vertical-align: middle;
  font-size: inherit;
}

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

/* -----------------------------------------------------------
   Base
----------------------------------------------------------- */
body {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  line-height: 1.667;
  font-size: 2.25em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

p,
ul,
ol,
dl,
table {
  margin-bottom: 0.5em;
}

ul ul,
ul ol,
ol ol,
ol ul,
table p,
table ul,
table ol,
table dl {
  margin-bottom: 0;
}

pre {
  margin-bottom: 0.5em;
}

/* -----------------------------------------------------------
   Modules
----------------------------------------------------------- */
.slide-container {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
  /*
  -ms-scroll-behavior: smooth;
  -ms-scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: mandatory;
  scroll-behavior: smooth;
  scroll-snap-points-y: repeat(100vh);
  */
  scroll-snap-type: y mandatory;
}

.slide-container .slide-page {
  box-sizing: border-box;
  border-bottom: 1px solid #666;
  width: 100vw;
  height: 100vh;
  scroll-snap-align: start;
}

@supports (scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) {
  .slide-container .slide-page {
    border-bottom-width: 0;
  }
}

.slide-cover__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 50px 125px;
  background: url(../images/bg_cover.jpg) no-repeat center center;
  background-size: cover;
}

.slide-cover__slide h1 {
  margin-bottom: 20px;
  font-size: 2.222em;
}

.slide-cover__slide .meta {
  padding: 10px 20px;
  background-color: rgba(240, 242, 218, 0.75);
}

.slide-cover__slide .session,
.slide-cover__slide .job {
  font-size: 1em;
}

.slide-cover__slide .name {
  font-size: 1.389em;
}

.slide-cover__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 125px;
  background-color: #a7e3ca;
}

@supports (background-blend-mode: overlay) {
  .slide-cover__section {
    background-image: url(../images/bg_section.jpg);
    background-blend-mode: overlay;
  }
}

.slide-cover__section h2 {
  font-size: 1.667em;
}

.slide-cover__section .catchcopy,
.slide-cover__section .url {
  font-size: 1.278em;
}

.slide-cover__section_bgw {
  background-color: #fff;
}

.slide-content {
  position: relative;
  padding: 90px 125px 30px;
}

.slide-content::before {
  position: absolute;
  top: 30px;
  left: 125px;
  display: block;
  content: attr(data-section-title);
  font-size: 0.722em;
}

.slide-content h3 {
  margin-bottom: 20px;
  font-size: 1.389em;
}

.slide-content h4 {
  margin-bottom: 20px;
  font-size: 1.222em;
}

.slide-content__default .code-01 {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #000;
  line-height: 1.333;
  color: #fff;
  font-size: 0.833em;
}

.slide-content__demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-content__demo .link {
  font-size: 1.389em;
}

.slide-content__fullscreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.slide-content__fullscreen::before {
  content: none;
}

.slide-content__fullscreen .image {
  margin-bottom: 20px;
  text-align: center;
}

.slide-content__fullscreen .image img {
  max-height: 80vh;
}

.slide-content__fullscreen .url {
  padding: 0 125px;
  font-size: 0.667em;
}

.lyt-image.image-R .image {
  float: right;
  margin-left: 20px;
}

.lyt-image.image-L .image {
  float: left;
  margin-right: 20px;
}

.lyt-image.image-parallel .text {
  overflow: hidden;
}

.strong-01 {
  color: #3b9f89;
}

.quote-01 {
  margin: 0 1em;
  padding: 5px 0 5px 40px;
  border-left: 8px solid #aaa;
  font-size: 0.889em;
}

.list-u-01 > li {
  margin-left: 50px;
  list-style: disc outside;
}

.list-u-01 > li:not(:last-child) {
  margin-bottom: 30px;
}

.fig-01 {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #aaa;
}

.fig-01 img {
  margin-bottom: 20px;
}

.fig-01 figcaption {
  font-size: 0.667em;
}

.pic-profile {
  width: auto;
  height: 60vh;
  max-height: 420px;
}

.tbl-01,
.tbl-01 th,
.tbl-01 td {
  border-style: solid;
  border-color: #999;
}

.tbl-01 {
  border-width: 2px 0 0 2px;
}

.tbl-01 th,
.tbl-01 td {
  border-width: 0 2px 2px 0;
  padding: 10px 20px;
  background-color: #fff;
}

.mod-mb-non {
  margin-bottom: 0 !important;
}

.mod-td-non {
  text-decoration: none;
}

.lyt-image,
.lyt-column {
  /* フロートの解除 */
}

.lyt-image:before,
.lyt-column:before, .lyt-image:after,
.lyt-column:after {
  content: " ";
  display: table;
}

.lyt-image:after,
.lyt-column:after {
  clear: both;
}

/* -----------------------------------------------------------
   Print
----------------------------------------------------------- */
@media print {
  body {
    font-size: 1rem;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .slide-container,
  .slide-container .slide-page {
    width: auto;
    height: auto;
  }
  .slide-container .slide-page {
    counter-increment: page;
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #999;
    background-color: #fff;
    color: #000;
  }
  .slide-container .slide-page::after {
    display: block;
    content: "Page " counter(page);
    margin-top: 20px;
    font-size: 0.75rem;
    text-align: center;
  }
  .slide-container .slide-content::before {
    display: none;
  }
  .list-u-01 > li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
/*# sourceMappingURL=basic.css.map */
