@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 11, _reset.scss */
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, 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;
}

/* line 32, _reset.scss */
body {
  line-height: 1;
}

/* line 36, _reset.scss */
article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
  display: block;
}

/* line 41, _reset.scss */
nav ul {
  list-style: none;
}

/* line 45, _reset.scss */
blockquote, q {
  quotes: none;
}

/* line 49, _reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, _reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 64, _reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 71, _reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 78, _reset.scss */
del {
  text-decoration: line-through;
}

/* line 82, _reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 87, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 93, _reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 102, _reset.scss */
input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
/* line 108, _reset.scss */
* {
  box-sizing: border-box;
}

/* line 112, _reset.scss */
img {
  max-width: 100%;
}

/* 追加設定
----------------------------------------------- */
/* トップページ
----------------------------------------------- */
/* line 9, top.scss */
article.top h1.cover {
  padding: 0 35px;
  position: relative;
  margin-bottom: 150px;
  /* mobile */
}
/* line 14, top.scss */
article.top h1.cover ul.slider li {
  position: relative;
  padding-top: 22%;
}
/* line 17, top.scss */
article.top h1.cover ul.slider li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
/* line 27, top.scss */
article.top h1.cover ul.info {
  position: absolute;
  bottom: 15px;
  right: 50px;
  background: rgba(255, 255, 255, 0.8);
  width: 520px;
  padding: 25px;
}
/* line 34, top.scss */
article.top h1.cover ul.info li {
  display: flex;
  align-items: baseline;
  font-weight: 100;
  margin-bottom: 15px;
  line-height: 1.2em;
}
/* line 40, top.scss */
article.top h1.cover ul.info li:last-child {
  margin-bottom: 0;
}
/* line 43, top.scss */
article.top h1.cover ul.info li .date {
  font-family: "Roboto", "Avenir-Light", sans-serif;
  font-size: 10px;
  margin-right: 15px;
  color: #606060;
  letter-spacing: 0.15em;
}
/* line 50, top.scss */
article.top h1.cover ul.info li .title {
  font-size: 12px;
  color: #0e0e0e;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  /* line 9, top.scss */
  article.top h1.cover {
    padding: 0 10px;
    position: relative;
    margin-bottom: 120px;
  }
  /* line 64, top.scss */
  article.top h1.cover ul.slider li {
    padding-top: 28%;
  }
  /* line 68, top.scss */
  article.top h1.cover ul.info {
    border: solid 1px #e4e2d8;
    bottom: -75px;
    right: 50%;
    background: white;
    width: 90%;
    transform: translateX(50%);
    padding: 15px;
  }
  /* line 76, top.scss */
  article.top h1.cover ul.info li {
    margin-bottom: 10px;
    line-height: 1em;
  }
}
/* line 84, top.scss */
article.top section.concept {
  margin-bottom: 400px;
  /* mobile */
}
/* line 89, top.scss */
article.top section.concept .container .content_wrap {
  position: relative;
}
/* line 91, top.scss */
article.top section.concept .container .content_wrap .text {
  position: absolute;
  right: 0;
  bottom: -355px;
  width: 650px;
}
/* line 96, top.scss */
article.top section.concept .container .content_wrap .text .text_wrap {
  overflow: hidden;
  padding: 120px 90px;
  background: url("../images/top/ants_bg.png") no-repeat right top rgba(255, 255, 255, 0.8);
  position: relative;
}
/* line 101, top.scss */
article.top section.concept .container .content_wrap .text .text_wrap .text_title {
  margin-bottom: 45px;
}
/* line 104, top.scss */
article.top section.concept .container .content_wrap .text .text_wrap p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 75px;
}
/* line 109, top.scss */
article.top section.concept .container .content_wrap .text .text_wrap a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 75px;
  z-index: 10;
}
@media print, screen and (max-width: 767px) {
  /* line 84, top.scss */
  article.top section.concept {
    margin-bottom: 20px;
  }
  /* line 157, top.scss */
  article.top section.concept .container .content_wrap {
    position: static;
  }
  /* line 159, top.scss */
  article.top section.concept .container .content_wrap .text {
    position: static;
    width: 100%;
  }
  /* line 162, top.scss */
  article.top section.concept .container .content_wrap .text .text_wrap {
    padding: 50px 35px;
    background: white;
  }
  /* line 165, top.scss */
  article.top section.concept .container .content_wrap .text .text_wrap .text_title {
    margin-bottom: 25px;
  }
  /* line 168, top.scss */
  article.top section.concept .container .content_wrap .text .text_wrap p {
    margin-bottom: 50px;
  }
  /* line 171, top.scss */
  article.top section.concept .container .content_wrap .text .text_wrap a {
    position: static;
    margin-left: auto;
    margin-right: 0;
  }
}
/* line 184, top.scss */
article.top section.blog {
  margin-bottom: 150px;
  /* mobile */
}
/* line 187, top.scss */
article.top section.blog .container ul {
  margin-bottom: 75px;
}
/* line 190, top.scss */
article.top section.blog .container a.arrow_btn {
  margin: 0 0 0 auto;
}
@media print, screen and (max-width: 767px) {
  /* line 184, top.scss */
  article.top section.blog {
    margin-bottom: 50px;
  }
  /* line 198, top.scss */
  article.top section.blog .container ul {
    margin-bottom: 35px;
  }
  /* line 201, top.scss */
  article.top section.blog .container a.arrow_btn {
    margin: 0 25px 0 auto;
  }
}

/*# sourceMappingURL=top.css.map */
