@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);
h1,
h2,
h3,
p,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #222;
  font-family: 'Roboto', 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-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h2,
h3 {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  margin-bottom: 24px; }

.ja h2,
.ja h3 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h3 {
  font-size: 26px; }

.alert {
    background: #fff;
    text-align: center;
    color: #0068a9;
    font-size: 24px;
    position: fixed;
    width: 100%;
    z-index: 101;
    min-height: 48px;
    line-height: 48px;
}

.logo {
  margin-bottom: 40px;
  background: url(../img/logo.svg) no-repeat;
  width: auto;
  height: 65px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.copy {
  font-size: 48px;
  font-weight: 700;
  line-height: 74px;
  color: #0068a9; }
  .copy span {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.5em;
    display: block;
    margin: 24px 0;
    color: #222; }

.l-wrap {
  min-width: 1280px;
  }

.l-inner {
  width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative; }

.l-header {
  height: 600px;
  background: url(../img/img-mainVisual.jpg?20161108) center 0 fixed;
  background-size: cover;
  padding-top: 96px; }

.l-footer {
  background: #333;
  color: #fff;
  padding: 8px 0; }

.section1,
.section2 {
  padding: 48px 0; }

.section1 {
  width: 100%;
  min-width: 1280px;
  position: absolute;
  top: 600px;
  background: #0068a9;
  height: 663px;
  color: #fff; }
  .section1_in {
    height: 240px;
    padding-bottom: 48px; }

.section2 {
  height: 420px;
  margin-top: 663px;
  text-align: center; }

.images {
  width: 100%;
  height: 384px;
  background: url(../img/bg-collage.jpg?20161108) bottom center;
  background-size: 100% auto; }

.changeLanguage {
  padding-left: 24px;
  background: url(../img/icons.png) no-repeat;
  background-position: 0 -1925px;
  float: right;
  color: #f2f2f2;
  letter-spacing: 0em; }
  .changeLanguage a {
    color: #fff; }

.anm-rotate {
  -moz-animation: rotate 2s ease;
  -webkit-animation: rotate 2s ease;
  -o-animation: rotate 2s ease;
  -ms-animation: rotate 2s ease;
  animation: rotate 2s ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.hex1.anm-unRotate,
.hex2.anm-unRotate,
.hex3.anm-unRotate,
.hex4.anm-unRotate,
.hex5.anm-unRotate,
.hex6.anm-unRotate {
  -moz-animation: unRotate 2s ease;
  -webkit-animation: unRotate 2s ease;
  -o-animation: unRotate 2s ease;
  -ms-animation: unRotate 2s ease;
  animation: unRotate 2s ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(-45deg); }
  100% {
    -moz-transform: rotate(0); } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg); }
  100% {
    -webkit-transform: rotate(0); } }
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(-45deg); }
  100% {
    -o-transform: rotate(0); } }
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(-45deg); }
  100% {
    -ms-transform: rotate(0); } }
@keyframes rotate {
  0% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(0); } }
@-moz-keyframes unRotate {
  0% {
    -moz-transform: rotate(45deg); }
  100% {
    -moz-transform: rotate(0); } }
@-webkit-keyframes unRotate {
  0% {
    -webkit-transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(0); } }
@-o-keyframes unRotate {
  0% {
    -o-transform: rotate(45deg); }
  100% {
    -o-transform: rotate(0); } }
@-ms-keyframes unRotate {
  0% {
    -ms-transform: rotate(45deg); }
  100% {
    -ms-transform: rotate(0); } }
@keyframes unRotate {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(0); } }

/*# sourceMappingURL=style.css.map */
