@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
/* line 5, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Users/fujita/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?g3nysq");
  src: url("fonts/icomoon.eot?g3nysq#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?g3nysq") format("truetype"), url("fonts/icomoon.woff?g3nysq") format("woff"), url("fonts/icomoon.svg?g3nysq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, ../scss/_mix.scss */
* {
  box-sizing: border-box;
}

/* line 22, ../scss/_mix.scss */
a {
  color: #009BE2;
  text-decoration: none;
}

/* line 27, ../scss/_mix.scss */
.hd {
  display: none;
}

/* line 30, ../scss/_mix.scss */
html {
  font-size: 62.5%;
}

/* line 33, ../scss/_mix.scss */
body {
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.5;
  color: #009be2;
}

/* line 40, ../scss/_mix.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 46, ../scss/_mix.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 62, ../scss/_mix.scss */
.icon-facebook:before {
  content: "\ea90";
}

/* line 65, ../scss/_mix.scss */
.icon-twitter:before {
  content: "\ea96";
}

/* line 68, ../scss/_mix.scss */
.icon-insta:before {
  content: "\e903";
}

/* line 72, ../scss/_mix.scss */
.no_wrap {
  white-space: nowrap;
  display: inline-block;
}

/* line 77, ../scss/_mix.scss */
.mx1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 82, ../scss/_mix.scss */
.mx1400 {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 87, ../scss/_mix.scss */
.mx1500 {
  max-width: 1500px;
  margin: 0 auto;
}

/* line 92, ../scss/_mix.scss */
.left {
  float: left;
}

/* line 95, ../scss/_mix.scss */
.right {
  float: right;
}

/* line 99, ../scss/_mix.scss */
.clear:after {
  content: "";
  clear: both;
  display: block;
}

/* line 108, ../scss/_mix.scss */
.spinner {
  margin: -3em 0 0 -3em;
  font-size: 10px;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(60, 60, 60, 0.4);
  border-right: 0.6em solid rgba(60, 60, 60, 0.4);
  border-bottom: 0.6em solid rgba(60, 60, 60, 0.4);
  border-left: 0.6em solid #3c3c3c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/* line 126, ../scss/_mix.scss */
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 14, ../scss/top.scss */
.main .sec.sec2 {
  background-image: url(../images/top/sec2/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 23% center;
}
/* line 22, ../scss/top.scss */
.main .sec.sec2 .box .txt_box {
  background: rgba(255, 255, 255, 0.82);
  width: 57.5%;
  padding: 5em;
}
/* line 26, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .ttl {
  font-size: 3em;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
}
/* line 30, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .ttl:after {
  width: 90px;
  border-top: 1px solid #009be2;
  display: block;
  content: '';
  margin: .3em auto;
}
/* line 38, ../scss/top.scss */
.main .sec.sec2 .box .txt_box .txt {
  font-weight: bold;
  text-align: left;
  font-size: 2.4em;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}
/* line 53, ../scss/top.scss */
.main .sec.sec3, .main .sec.sec4 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
/* line 57, ../scss/top.scss */
.main .sec.sec3 .bg, .main .sec.sec4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/top/sec3/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
  -o-transition: -o-transform 1.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
  transition: transform 1.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
}
/* line 69, ../scss/top.scss */
.main .sec.sec3 .bg.on, .main .sec.sec4 .bg.on {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 75, ../scss/top.scss */
.main .sec.sec3 .box, .main .sec.sec4 .box {
  position: relative;
  z-index: 2;
  padding: 7em;
  height: 100%;
  display: table;
  width: 100%;
}
/* line 83, ../scss/top.scss */
.main .sec.sec3 .box .txt_box, .main .sec.sec4 .box .txt_box {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", sans-serif;
  background: rgba(255, 255, 255, 0.75);
  display: table-cell;
  position: relative;
  letter-spacing: -.02em;
  vertical-align: middle;
}
/* line 105, ../scss/top.scss */
.main .sec.sec3 .box .txt_box .ttl_sub, .main .sec.sec4 .box .txt_box .ttl_sub {
  font-size: 3em;
  font-weight: bold;
}
/* line 108, ../scss/top.scss */
.main .sec.sec3 .box .txt_box .ttl_sub:after, .main .sec.sec4 .box .txt_box .ttl_sub:after {
  width: 60px;
  border-top: 1px solid #009be2;
  display: block;
  content: '';
  margin: .5em auto;
}
/* line 116, ../scss/top.scss */
.main .sec.sec3 .box .txt_box .ttl, .main .sec.sec4 .box .txt_box .ttl {
  font-size: 12em;
  margin: 0 auto;
  letter-spacing: -.04em;
  line-height: 1.2;
  padding: .1em 0;
}
/* line 123, ../scss/top.scss */
.main .sec.sec3 .box .txt_box .ttl span, .main .sec.sec4 .box .txt_box .ttl span {
  display: block;
  font-size: .5em;
}
/* line 128, ../scss/top.scss */
.main .sec.sec3 .box .txt_box .txt, .main .sec.sec4 .box .txt_box .txt {
  font-size: 5em;
}
/* line 135, ../scss/top.scss */
.main .sec.sec4 .bg {
  background-image: url(../images/top/sec4/background.jpg);
}
/* line 143, ../scss/top.scss */
.main .container > div {
  display: -webkit-flex;
  display: flex;
}
/* line 147, ../scss/top.scss */
.main .container#section3 > div {
  position: absolute;
}

@media screen and (max-width: 1700px) {
  /* line 165, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .txt {
    font-size: calc(10 * ((100vw - 780px) / 920) + 14px);
  }
}
@media screen and (max-width: 1500px) {
  /* line 185, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .ttl, .main .sec.sec4 .box .txt_box .ttl {
    font-size: calc(60 * ((100vw - 780px) / 720) + 60px);
  }
}
@media screen and (max-width: 1200px) {
  /* line 206, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .ttl_sub, .main .sec.sec4 .box .txt_box .ttl_sub {
    font-size: calc(12 * ((100vw - 768px) / 432) + 18px);
  }
  /* line 211, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .txt, .main .sec.sec4 .box .txt_box .txt {
    font-size: calc(20 * ((100vw - 768px) / 432) + 30px);
  }
}
@media screen and (max-width: 960px) {
  /* line 226, ../scss/top.scss */
  .main .sec.sec3 .box, .main .sec.sec4 .box {
    padding: 5em;
  }
}
@media screen and (max-width: 768px) {
  /* line 253, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box {
    width: 85%;
    padding: 5%;
  }
  /* line 256, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .ttl {
    font-size: calc(20 * ((100vw - 320px) / 448) + 20px);
  }
  /* line 259, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .txt {
    font-size: 1.4em;
  }
  /* line 265, ../scss/top.scss */
  .main .sec.sec3, .main .sec.sec4 {
    height: 50%;
    width: 100%;
  }
  /* line 271, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .ttl_sub, .main .sec.sec4 .box .txt_box .ttl_sub {
    font-size: calc(4 * ((100vw - 320px) / 448) + 14px);
  }
  /* line 274, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .ttl, .main .sec.sec4 .box .txt_box .ttl {
    font-size: calc(30 * ((100vw - 320px) / 448) + 30px);
  }
  /* line 277, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box .txt, .main .sec.sec4 .box .txt_box .txt {
    font-size: calc(12 * ((100vw - 320px) / 448) + 18px);
  }
  /* line 286, ../scss/top.scss */
  .main .container > div {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 299, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box {
    width: 85%;
    padding: 5%;
  }
  /* line 302, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .ttl {
    font-size: calc(20 * ((100vw - 320px) / 448) + 20px);
  }
  /* line 305, ../scss/top.scss */
  .main .sec.sec2 .box .txt_box .txt {
    font-size: 1.4em;
  }
  /* line 311, ../scss/top.scss */
  .main .sec.sec3, .main .sec.sec4 {
    height: 50%;
    width: 100%;
  }
  /* line 315, ../scss/top.scss */
  .main .sec.sec3 .box, .main .sec.sec4 .box {
    padding: 4em;
  }
  /* line 318, ../scss/top.scss */
  .main .sec.sec3 .box .txt_box:after, .main .sec.sec4 .box .txt_box:after {
    content: "";
    border-top: solid 8px transparent;
    border-left: solid 8px transparent;
    border-bottom: solid 8px #fff;
    border-right: solid 8px #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
  }
}

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