@import url("https://fonts.googleapis.com/css?family=Droid+Serif:700");
@media screen and (max-width: 768px) {
  article {
    margin-bottom: 60px; }
    article main {
      margin-bottom: 0;
      position: relative; }
      article main > figure {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 100vh;
        min-height: 350px;
        position: relative;
        overflow: hidden;
        background: #000000; }
        article main > figure > img {
          height: 100vh;
          position: relative;
          z-index: 0;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) scale(1);
          -moz-transform: translate(-50%, -50%) scale(1);
          -o-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          opacity: 0;
          -webkit-transition: all 1.5s ease-in-out;
          -moz-transition: all 1.5s ease-in-out;
          -ms-transition: all 1.5s ease-in-out;
          -o-transition: all 1.5s ease-in-out;
          transition: all 1.5s ease-in-out; }
        article main > figure > img.animate {
          opacity: 1;
          -webkit-transform: translate(-50%, -50%) scale(1.05);
          -moz-transform: translate(-50%, -50%) scale(1.05);
          -o-transform: translate(-50%, -50%) scale(1.05);
          -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05); }
      article main > figure:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: url(../image/index/figure_background.png);
        top: 0;
        left: 0; }
      article main div {
        position: absolute;
        top: 40%;
        margin-top: 60px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100vw;
        /*
        h2:before{
        	content: "";
        	position: absolute;
        	left:50%;
        	margin-left:-20px;
        	display: block;
        	width:40px;
        	height:1px;
        	background: #ffffff;
        	top:-10px;
        }
        h2:after{
        	content: attr(data-text);
        	position: absolute;
        	left:50%;
        	-webkit-transform: translate(-50%, 0);
        	-moz-transform: translate(-50%, 0);
        	-o-transform: translate(-50%, 0);
        	-ms-transform: translate(-50%, 0);
        	transform: translate(-50%, 0);
        	display: block;
        	top:-40px;
        	font-size: 0.4em;
        	letter-spacing: 0.25em;
        	font-family: 'PT Sans', sans-serif;
        }
        */ }
        article main div img.main_logo {
          display: none; }
        article main div img.main_logo.animate {
          opacity: 1; }
        article main div h2 {
          position: relative;
          margin-bottom: 30px;
          /*font-family: 'PT Sans', sans-serif;*/
          bottom: -120px;
          opacity: 0;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -ms-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
          article main div h2 img {
            width: 120px;
            display: block;
            margin: 0 auto; }
        article main div h2.animate {
          bottom: 0;
          opacity: 1;
          line-height: 1.2em; }
        article main div p {
          text-align: center;
          color: #ffffff;
          margin-bottom: 10px; }
          article main div p div {
            position: relative !important;
            top: 10px !important;
            left: 0 !important; }
            article main div p div span:first-child {
              margin-right: 5px; }
            article main div p div span:nth-child(n+3) {
              display: none; }
        article main div p:nth-of-type(1) {
          font-size: 2em;
          margin-bottom: 15px;
          line-height: 1em;
          letter-spacing: 0.1em; }
        article main div p:nth-of-type(2) {
          font-size: 1em;
          letter-spacing: 0.25em;
          margin-bottom: 15px; }
        article main div p:nth-of-type(3) {
          border: 0;
          padding: 0;
          margin: 0 auto;
          background: none;
          width: 90%;
          height: 45px;
          display: block;
          position: relative;
          border-radius: 22.5px;
          overflow: hidden;
          background: #38ebfb;
          background: -moz-linear-gradient(top, #38ebfb 0%, #61fafe 100%);
          background: -webkit-linear-gradient(top, #38ebfb 0%, #61fafe 100%);
          background: linear-gradient(to bottom, #38ebfb 0%, #61fafe 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38ebfb', endColorstr='#61fafe',GradientType=0 );
          -webkit-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -ms-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; }
          article main div p:nth-of-type(3) a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 12px;
            text-align: center;
            font-size: 1.5em;
            color: #000;
            text-decoration: none;
            letter-spacing: 0.1em;
            font-family: 'Sanomat Sans Web Bold'; }
        article main div p:nth-of-type(3):hover {
          background: #70ffff;
          background: -moz-linear-gradient(top, #70ffff 0%, #c2ffff 100%);
          background: -webkit-linear-gradient(top, #70ffff 0%, #c2ffff 100%);
          background: linear-gradient(to bottom, #70ffff 0%, #c2ffff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ffff', endColorstr='#c2ffff',GradientType=0 ); }
    article section:nth-of-type(1) {
      background: #e6ebed;
      padding: 30px 0;
      position: relative; }
      article section:nth-of-type(1) h3 {
        font-size: 2em;
        letter-spacing: 0.1em;
        line-height: 1em;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        position: relative;
        top: -50px;
        opacity: 0; }
      article section:nth-of-type(1) h3.animate {
        top: 0;
        opacity: 1; }
      article section:nth-of-type(1) ul {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 90%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
        article section:nth-of-type(1) ul li {
          overflow: hidden;
          float: left;
          width: 50%;
          position: relative;
          opacity: 0;
          top: -10px;
          background: #000000;
          -webkit-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -ms-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; }
          article section:nth-of-type(1) ul li > a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 10; }
          article section:nth-of-type(1) ul li figure {
            padding: 0;
            margin: 0; }
          article section:nth-of-type(1) ul li img {
            position: relative;
            z-index: 2;
            width: 100%;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
          article section:nth-of-type(1) ul li > img:last-child {
            position: absolute;
            z-index: 1;
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            left: 0;
            top: 0; }
        article section:nth-of-type(1) ul li.animate {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        article section:nth-of-type(1) ul li:hover figure img {
          opacity: 0;
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
        article section:nth-of-type(1) ul li:nth-of-type(1) {
          width: 50%; }
        article section:nth-of-type(1) ul p {
          position: inherit;
          display: block;
          padding: 10px;
          background: #000000; }
          article section:nth-of-type(1) ul p a {
            display: block;
            color: #ffffff;
            text-decoration: none; }
          article section:nth-of-type(1) ul p a:nth-of-type(1) {
            font-size: 3.25vw;
            white-space: nowrap; }
          article section:nth-of-type(1) ul p a:nth-of-type(2) {
            font-size: 2.5vw; }
      article section:nth-of-type(1) > ul:after {
        content: "";
        display: block;
        clear: both; }
      article section:nth-of-type(1) > p {
        text-align: center; }
    article section:nth-of-type(2) figure {
      padding: 0;
      margin: 0;
      width: 100vw;
      position: relative; }
      article section:nth-of-type(2) figure img {
        width: 100%;
        position: relative;
        z-index: 0; }
      article section:nth-of-type(2) figure img.pc {
        display: none; }
    article section:nth-of-type(2) figure:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #000000;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    article section:nth-of-type(2) figure.animate:before {
      width: 0;
      right: 0; }
    article section:nth-of-type(2) div {
      width: 100%;
      padding: 25px 0; }
      article section:nth-of-type(2) div h3 {
        width: 90%;
        margin: 0 auto 10px auto;
        padding-bottom: 10px;
        font-size: 5vw;
        line-height: normal;
        position: relative; }
      article section:nth-of-type(2) div h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 1px;
        background: #000000; }
      article section:nth-of-type(2) div p {
        width: 90%;
        margin: 0 auto;
        font-size: 4vw;
        line-height: 1.8em;
        top: -10px;
        opacity: 0;
        position: relative; }
      article section:nth-of-type(2) div p:last-child {
        margin-bottom: 0; }
    article section:nth-of-type(3) {
      background: #e6ebed;
      padding: 25px 0;
      position: relative; }
      article section:nth-of-type(3) h3 {
        font-size: 2em;
        line-height: 1em;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        position: relative;
        top: -50px;
        opacity: 0; }
      article section:nth-of-type(3) h3.animate {
        top: 0;
        opacity: 1; }
      article section:nth-of-type(3) table {
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: -20px;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
        article section:nth-of-type(3) table th,
        article section:nth-of-type(3) table td {
          font-size: 1em;
          line-height: 1.75em;
          border-bottom: 1px solid #c8c8cc;
          position: relative;
          display: block;
          width: 100%;
          clear: both; }
        article section:nth-of-type(3) table th {
          width: 100%;
          padding-bottom: 5px;
          border: 0;
          font-weight: bold; }
        article section:nth-of-type(3) table td {
          width: 100%;
          padding-bottom: 15px;
          margin-bottom: 15px; }
          article section:nth-of-type(3) table td h5 {
            font-family: 'Sanomat Sans Web bold'; }
        article section:nth-of-type(3) table tr:nth-child(3) td a,
        article section:nth-of-type(3) table tr:nth-child(4) td a {
          color: #00a7ea;
          text-decoration: none;
          letter-spacing: 0.1em; }
        article section:nth-of-type(3) table tr:nth-child(3) td a:nth-child(2),
        article section:nth-of-type(3) table tr:nth-child(4) td a:nth-child(2) {
          color: #000;
          display: block;
          width: 100px;
          height: 30px;
          border-radius: 15px;
          line-height: 30px;
          text-align: center;
          background: #00d5e8;
          position: absolute;
          right: 0;
          top: -5px;
          font-weight: 600;
          letter-spacing: 0.1em;
          font-size: 0.9em; }
      article section:nth-of-type(3) table.animate {
        top: 0;
        opacity: 1; }
      article section:nth-of-type(3) table + p {
        text-align: center;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
        font-size: 1.5em;
        font-weight: bold; }
      article section:nth-of-type(3) > a {
        color: #000;
        display: block;
        width: 90%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #00d5e8;
        border-radius: 22.5px;
        position: relative;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 600;
        letter-spacing: 0.15em;
        margin: 0 auto; }
    article section:nth-of-type(4) {
      padding: 30px 0 0 0;
      background: #fff;
      z-index: 10;
      width: 90%;
      margin: 0 auto; }
      article section:nth-of-type(4) div dl {
        margin-bottom: 45px; }
        article section:nth-of-type(4) div dl dt {
          margin-bottom: 15px;
          font-size: 1.3em;
          padding-bottom: 15px;
          border-bottom: 1px solid #000;
          line-height: 1em;
          font-family: 'Sanomat Sans Web Bold';
          letter-spacing: 0.1em; }
        article section:nth-of-type(4) div dl dd a {
          display: block;
          margin-bottom: 30px; }
      article section:nth-of-type(4) div dl:nth-of-type(1) a:nth-of-type(1) img {
        width: 130px; }
      article section:nth-of-type(4) div dl:nth-of-type(1) a:nth-of-type(2) img {
        width: 200px; }
      article section:nth-of-type(4) div dl:nth-of-type(1) a:nth-of-type(3) img {
        width: 160px; }
      article section:nth-of-type(4) div dl:nth-of-type(2) dd img:nth-of-type(1) {
        width: 250px;
        height: 15px;
        display: block;
        margin-bottom: 15px; }
      article section:nth-of-type(4) div dl:nth-of-type(2) dd a:nth-of-type(1) > img {
        width: 54px;
        height: 45px; }
      article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(1) {
        margin-bottom: 15px; }
        article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(1) img {
          height: 30px; }
      article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(2) img {
        height: 35px; }
      article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(3) {
        margin-bottom: 40px; }
        article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(3) img {
          height: 30px; }
      article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(4) {
        margin-bottom: 20px; }
        article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(4) img {
          height: 40px; }
      article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(5) {
        margin-bottom: 20px; }
        article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(5) img {
          height: 20px; }
      article section:nth-of-type(4) div dl:nth-of-type(3) dd a:nth-of-type(6) img {
        height: 35px; }
      article section:nth-of-type(4) div dl:nth-of-type(3) dd > img {
        height: 12px; }
      article section:nth-of-type(4) div dl:nth-of-type(4) dd {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start; }
        article section:nth-of-type(4) div dl:nth-of-type(4) dd a:nth-of-type(1) img {
          width: 100px; } }
