@charset "utf-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, /* 1 */
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
body, html {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga' on;
  -webkit-font-feature-settings: 'liga' on;
          font-feature-settings: 'liga' on;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: scroll;
}
html {
  font-size: 18px;
}
body {

}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.7;
}
figure {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.container {
  background-image: url("../images/bg-body.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}
.wrapper {
  width: 900px;
  min-height: 100vh;
  margin: 0 auto;
  border-color: #d8d8d8;
  border-width: 0 1px 1px;
  border-style: solid;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
/**
 * # CSS Text Module level 3
 * @reference [https://drafts.csswg.org/css-text-3/]
**/
/**
 * ## text-transform
 * text-transform: none | capitalize | uppercase | lowercase | full-width;
**/
.text-transform {
  text-transform: none;
}
.text-transform-cap {
  text-transform: capitalize;
}
.text-transform-upper {
  text-transform: uppercase;
}
.text-transform-lower {
  text-transform: lowercase;
}
.text-transform-full {
  text-transform: full-width;
}
/**
 * ## white-space
 * white-space: normal | nowrap | pre | pre-wrap | pre-line;
 *
**/
.white-space {
  white-space: normal;
}
.white-space-nowrap {
  white-space: nowrap;
}
.white-space-pre {
  white-space: pre;
}
.white-space-wrap {
  white-space: pre-wrap;
}
.white-space-line {
  white-space: pre-line;
}
/**
 * ## tab-size
 * tab-size: <interger> | <length>;
 *
**/
/**
 * ## word-break
 * word-break: normal | break-all | keep-all
**/
.word-break {
  word-break: normal;
}
.word-break-break {
  word-break: break-all;
}
.word-break-keep {
  word-break: keep-all;
}
/**
 * ## line-break
 * line-break: auto | loose | normal | strict
 *
**/
.line-break {
  line-break: auto;
}
.line-break-loose {
  line-break: loose;
}
.line-break-normal {
  line-break: normal;
}
.line-break-strict {
  line-break: strict;
}
/**
 * ## hyphens
 * hyphens: nonr | manual | auto
 *
**/
/**
 * ## word-wrap
 * word-wrap: normal | break-word
 *
**/
.word-wrap {
  word-wrap: normal;
}
.word-wrap-break {
  word-wrap: break-word;
}
/**
 * ## text-align
 * text-align: left | right | center | justify
 * text-align: justify-all(*) | start(*) | end(*) | match-parent(*)
 *
**/
.text-align {
  text-align: start;
  text-align: left;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}
/**
 * ## text-align-all
 * text-align-all: start | end | left | right | center | justify | match-parent
 *
**/
/**
 * ## text-align-last
 * text-align-last: auto | start | end | left | right | center | justify
**/
/**
 * ## text-justify
 * text-justify: auto | none | inter-word | inter-character
**/
/**
 * ## word-spacing
 * word-spacing: normal | <length> | <percentage>
**/
/**
 * ## letter-spacing
 * letter-spacing: normal | <length>
**/
/**
 * ## text-indent
 * text-indent: <length> | <percentage>
**/
/**
 * ## hanging-punctuation
 * hanging-punctuation: none | [first || [force-end | allow-end] || last]
**/
/**
 * # CSS Text Decoration Module Level 3
 * @reference [https://www.w3.org/TR/css-text-decor-3/]
 * ## text-decoration
 * <'text-decoration-line'> || <'text-decoration-style'> || <'text-decoration-color'>
 * text-decoration-line: none | underline | overline | line-through;
 * text-decoration-line: underline overline; (2 values)
 * text-decoration-line: overline underline line-through; (multi values)
 * text-decoration-style: solid | double | dotted | dashed | wavy;
 * text-decoration-color: <color>
**/
.text-decoration {
  text-decoration: none;
}
.text-decoration-under {
  text-decoration: underline;
}
.text-decoration-over {
  text-decoration: overline;
}
.text-decoration-line {
  text-decoration: line-through;
}
.text-decoration-blink {
  text-decoration: blink;
}
.text-decoration-underover {
  text-decoration: underline overline;
}
.mdl-catchcopy {
  text-align: center;
}
.mdl-catchcopy[data-pattern="1"] {
  color: #fff;
  font-size: 24px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: .1em;
}
.mdl-catchcopy[data-pattern="3"] img {
  margin-left: -22px;
}
.mdl-icon {

}
.mdl-icon[data-name="next"] {
  width: 900px;
  height: 160px;
  background-image: url(../images/icon-next-01.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.mdl-movie {
  width: 750px;
  height: 422px;
  margin: 0 auto 1em;
  background-color: #d7d7d7;
}
.mdl-section {
  margin: 0 0 32px;
}
.mdl-section[data-pattern="3"] footer {
  padding: 16px 0 40px;
}
.mdl-section[data-pattern="3"] footer p {
  font-size: 18px;
  text-align: center;
}
.mdl-section[data-pattern="6"] h2 {
  margin-left: -110px;
}
.mdl-section[data-pattern="17"] .qa, .mdl-section[data-pattern="17"] .mail {
  position: relative;
}
.mdl-section[data-pattern="17"] .mailto {
  display: block;
  position: absolute;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
}
.mdl-section[data-pattern="17"] .qa .mailto {
  width: 290px;
  height: 40px;
  bottom: 160px;
  right: 90px;
}
.mdl-section[data-pattern="17"] .mail .mailto {
  width: 680px;
  height: 80px;
  bottom: 150px;
  right: 110px;
}
.mdl-section[data-pattern="22"],
.mdl-section[data-pattern="23"],
.mdl-section[data-pattern="24"] {
  margin-bottom: 0;
  padding-bottom: 32px;
  background-image: url(../images/bg-section_22.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.mdl-section[data-pattern="24"] {
  margin-bottom: 80px;
  padding-bottom: 40px;
}
.mdl-section[data-pattern="contact"] {
  margin-top: 16px;
}
.mdl-section[data-pattern="contact"]:last-of-type {
  margin-bottom: 120px;
}
.mdl-section[data-pattern="contact"] h2 {
  margin-left: -110px;
}
.mdl-section[data-pattern="contact"] .form {
  padding: 0 0 16px;
  background-image: url(../images/bg-contact_form-01.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.mdl-section[data-pattern="contact"] .mdl-button[data-pattern="01"] {
  margin: 16px 0;
}
.mdl-article {
  width: 700px;
  margin: 0 auto;
  padding: 1em 0;
}
.mdl-article p {

}
.mdl-article p:last-of-type {
  margin-bottom: 0;
}
.mdl-article b {
  font-weight: bold;
}
.mdl-article em {
  font-style: normal;
  text-decoration: underline;
}
.mdl-article [data-font-size="24px"] {
  font-size: 24px;
}
.mdl-article [data-font-size="32px"] {
  font-size: 32px;
}
.mdl-article [data-color="red"] {
  color: #e02626;
}
.mdl-case h3 {
  width: 800px;
  margin: 0 auto;
}
.mdl-case[data-patten="1"] {

}
.mdl-problems {
  
}
.mdl-strength {
  padding: 32px 0 0;
}
.mdl-strength h3 {
  width: 800px;
  margin: 0 auto;
}
.mdl-level {
  margin: 32px 0 60px;
}
.mdl-level h2 {
  width: 800px;
  margin: 0 auto;
}
.mdl-level[data-pattern="1"] {}
.mdl-movie_list {
  margin: 0 0 56px;
}
.mdl-movie_list .note {
  text-align: center;
}
.mdl-featured_note {
  background-image: url(../images/img-section_11-03.png);
  background-repeat: repeat-y;
  background-position: 0 0;
}
.mdl-special {
  margin: 32px auto 56px;
}
.mdl-special[data-pattern="1"] {

}
.mdl-exprience_story {
  width: 800px;
  margin: 0 auto 40px;
}
.mdl-exprience_story .inner {
  width: 800px;
  min-height: 500px;
  margin: 0 auto;
  padding: 0 0 40px;
  background-image: url(../images/bg-section_16-01.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.mdl-exprience_story .inner .mdl-article img {
  margin-left: -50px;
}
.mdl-exprience_story[data-pattern="1"] {

}
.mdl-button a {
  display: block;
  margin: 0 auto;
  width: 808px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
}
.mdl-button .note {
  text-align: center;
}
.mdl-button[data-pattern="01"] a {
  background-image: url(../images/button01.png);
}
.mdl-button[data-pattern="01"] a:hover {
  background-image: url(../images/button01-hover.png);
}
.mdl-button[data-pattern="02"] a {
  background-image: url(../images/button02.png);
}
.mdl-button[data-pattern="02"] a:hover {
  background-image: url(../images/button02-hover.png);
}
