/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
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;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
}

body {
  background: url(../img/bg.jpg) repeat;
  font-size: 18px;
  font-family: 'Assistant', "Noto Sans JP", sans-serif;
  color: #000;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 3.5vw;
  }
}

body p {
  line-height: 1.65;
  margin-bottom: 2em;
}

@media screen and (max-width: 834px) {
  body img {
    max-width: 100%;
    height: auto;
  }
}

.vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

@media screen and (max-width: 834px) {
  .vertical {
    writing-mode: inherit;
  }
}

header {
  position: relative;
  width: 1000px;
  height: 550px;
  margin: 0 auto 50px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  header {
    width: 100vw;
    height: 55vw;
    margin-bottom: 10px;
  }
}

header h1 {
  text-align: left;
  position: relative;
}

header h1 img {
  width: 100%;
}

header h1 .logo {
  width: auto;
  margin: 10px 0;
}

@media screen and (max-width: 834px) {
  header h1 .logo {
    top: 20px;
  }
}

.menu ul {
  text-align: center;
  margin-bottom: 2em;
}

.menu ul li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 834px) {
  .menu ul li {
    margin-bottom: 10px;
  }
}

.menu ul li a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.menu ul li a:hover {
  background: #ff307e;
  transition: 0.3s;
}

.main {
  width: 1000px;
  margin: auto;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .main {
    max-width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .main video {
    width: 100vw;
    height: 56.25vw;
  }
}

.main h2 {
  font-size: 50px;
  margin-bottom: 1em;
}

@media screen and (max-width: 834px) {
  .main h2 {
    margin: 0 5vw 10vw;
    font-size: 10vw;
  }
}

.main h2 span {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  .main h2 span {
    margin: 3vw 0 0;
    font-size: 4vw;
  }
}

.main h3 {
  font-size: 30px;
  margin-bottom: 1em;
}

@media screen and (max-width: 834px) {
  .main h3 {
    margin: 5vw 5vw 3vw;
    font-size: 7vw;
  }
}

.main .image {
  text-align: center;
  margin-bottom: 3em;
}

.main .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 834px) {
  .main .image img {
    border-radius: 0px;
  }
}

.main .text {
  margin-bottom: 3em;
}

@media screen and (max-width: 834px) {
  .main .text {
    margin: 0 0 5vw;
  }
}

@media screen and (max-width: 834px) {
  .main p {
    margin: 1em 5vw;
  }
}

.main ul.Learners {
  margin-bottom: 3em;
}

@media screen and (max-width: 834px) {
  .main ul.Learners {
    margin: 1em 1.5em;
  }
}

.main ul.Learners li {
  list-style: none;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .main ul.Learners li {
    font-size: 3.5vw;
  }
}

.main dl.schedule {
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 834px) {
  .main dl.schedule {
    font-size: 3.5vw;
    margin: 1em 5vw;
  }
}

.main dl.schedule dt {
  color: #ff307e;
  font-weight: bold;
  width: 35%;
  padding: 1em 0;
  border-top: 1px solid #ccc;
}

.main dl.schedule dd {
  width: 65%;
  padding: 1em 0;
  border-top: 1px solid #ccc;
}

.main dl.qa {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 3em;
}

@media screen and (max-width: 834px) {
  .main dl.qa {
    font-size: 3.5vw;
    margin: 1em 5vw;
  }
}

@media screen and (max-width: 834px) {
  .main dl.qa {
    font-size: 4vw;
  }
}

.main dl.qa dt {
  color: #ff307e;
  font-weight: bold;
  margin-bottom: .5em;
}

.main dl.qa dd {
  margin-bottom: 2em;
}

.main .bts {
  text-align: center;
}

.main .bts div {
  margin-bottom: 20px;
}

.main .bts .contact a {
  display: block;
  width: 600px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  border-radius: 8px;
  margin: 0 auto;
  background: #ff307e;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .main .bts .contact a {
    max-width: 90vw;
    font-size: 6vw;
    height: 20vw;
    line-height: 20vw;
  }
}

.main .bts .web a {
  display: block;
  width: 400px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border-radius: 8px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .main .bts .web a {
    max-width: 70vw;
    font-size: 4vw;
  }
}

footer {
  padding: 100px 0;
  text-align: center;
}

@media screen and (max-width: 834px) {
  footer {
    padding: 50px 0;
  }
}

footer address {
  font-size: 14px;
  color: #999;
  font-style: normal;
}
