@charset "UTF-8";
@import url(_ress.css);
/* ========================================================
common
=========================================================*/
html, body {
  height: 100%;
  font-family: 'Yu Gothic Pr6N W50 M', "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  line-height: 1.8; }

html {
  background: #000; }

body {
  font-size: 14px;
  margin: 0;
  padding: 0; }

a {
  color: #222;
  text-decoration: underline;
  cursor: pointer; }

section {
  position: relative; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a:hover {
  opacity: .5;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out; }
  @media (max-width: 1023px) {
    a:hover {
      opacity: 1; } }

img {
  vertical-align: bottom; }

/* ========================================================
contents
=========================================================*/
.contents {
  width: 1200px;
  margin: 0 auto; }
  .contents section.hero {
    width: 100%;
    background: #000 url(../img/mt_hero_bg.png) no-repeat center top; }
    .contents section.hero h1 {
      display: none; }
    .contents section.hero h2 {
      display: none; }
    .contents section.hero .wrap-item {
      background: url(../img/mt_hero.png) no-repeat center top; }
      .contents section.hero .wrap-item h3 {
        display: none; }
      .contents section.hero .wrap-item ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 400px 0 40px; }
        .contents section.hero .wrap-item ul li {
          display: block;
          margin: 0 10px; }
    .contents section.hero .wrap-flow {
      width: 1000px;
      margin: 0 auto; }
      .contents section.hero .wrap-flow ul li {
        position: relative;
        display: block;
        margin: 0; }
        .contents section.hero .wrap-flow ul li::after {
          content: "";
          position: absolute;
          background: url(../img/mt_arrow.png) no-repeat center top;
          left: 0;
          top: 134px;
          width: 100%;
          height: 84px;
          z-index: 10; }
        .contents section.hero .wrap-flow ul li.step3 img.btn {
          position: absolute;
          left: 232px;
          top: 140px; }
        .contents section.hero .wrap-flow ul li.step3::after {
          top: 225px; }
        .contents section.hero .wrap-flow ul li.step4 img.btn {
          position: absolute;
          left: 352px;
          top: 170px; }
        .contents section.hero .wrap-flow ul li.step4::after {
          display: none; }
      .contents section.hero .wrap-flow p.notice {
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding-bottom: 40px; }
  .contents section.notice {
    background-color: #fff; }
    .contents section.notice img.kigen {
      width: 100%; }
    .contents section.notice .wrap-notes {
      width: 1000px;
      margin: 0 auto; }
      .contents section.notice .wrap-notes h2 {
        font-weight: bold;
        text-align: center;
        font-size: 50px; }
      .contents section.notice .wrap-notes ul {
        padding-bottom: 60px; }
        .contents section.notice .wrap-notes ul li {
          margin-bottom: 1em;
          padding-left: 2em; }
          .contents section.notice .wrap-notes ul li::before {
            content: "■";
            margin-left: -1em; }
  .contents footer {
    width: 100%;
    margin: 0 auto;
    background-color: #fff; }
    .contents footer .copyright {
      font-size: 12px;
      width: 1000px;
      margin: 0 auto;
      padding: 50px 0; }
