@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" /> */
/* line 5, ../../../../../../../.rbenv/versions/2.2.4/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, ../../../../../../../.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

/* line 26, ../../../../../../../.rbenv/versions/2.2.4/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, ../../../../../../../.rbenv/versions/2.2.4/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, ../../../../../../../.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../.rbenv/versions/2.2.4/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, ../../../../../../../.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../.rbenv/versions/2.2.4/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;
}

/* line 28, ../sass/screen.scss */
a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* line 34, ../sass/screen.scss */
.padding0 {
  padding: 0;
}

/* line 39, ../sass/screen.scss */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #225264;
  line-height: 2.2em;
}
@media (max-width: 749px) {
  /* line 39, ../sass/screen.scss */
  body {
    line-height: 1.5em;
    font-size: 16px;
  }
}

/* line 47, ../sass/screen.scss */
h2 {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  font-family: "tbchibirgothicplusk-pro";
  letter-spacing: 0.15em;
  line-height: 1.68em;
}
@media (max-width: 749px) {
  /* line 47, ../sass/screen.scss */
  h2 {
    font-size: 22px;
  }
}

/* line 56, ../sass/screen.scss */
h3 {
  text-align: center;
  font-size: 144%;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.15em;
}

/* line 64, ../sass/screen.scss */
.container {
  width: 100%;
}

/* line 70, ../sass/screen.scss */
.header {
  display: flex;
  height: 720px;
  background: url(../img/top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
  background-attachment: fixed;
}
@media (max-width: 749px) {
  /* line 70, ../sass/screen.scss */
  .header {
    height: 400px;
    background-attachment: scroll;
  }
}
@media (max-width: 749px) {
  /* line 80, ../sass/screen.scss */
  .header .row {
    display: flex;
  }
}
@media (max-width: 749px) {
  /* line 83, ../sass/screen.scss */
  .header .main {
    height: auto;
  }
}
/* line 85, ../sass/screen.scss */
.header .main h1 {
  display: block;
  width: 200px;
  height: 200px;
  margin: auto;
  background: url(../img/logo@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (max-width: 749px) {
  /* line 85, ../sass/screen.scss */
  .header .main h1 {
    width: 140px;
    height: 140px;
  }
}
/* line 96, ../sass/screen.scss */
.header .main p {
  margin: 40px auto auto;
  font-family: "tbchibirgothicplusk-pro";
  color: white;
  font-size: 122%;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.15em;
}
@media (max-width: 749px) {
  /* line 96, ../sass/screen.scss */
  .header .main p {
    margin: 20px auto auto;
    line-height: 1.6em;
  }
}
/* line 107, ../sass/screen.scss */
.header .main img {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 111, ../sass/screen.scss */
.content {
  margin: auto;
  max-width: 820px;
}

/* line 115, ../sass/screen.scss */
.about {
  padding: 100px 0;
  background-color: #FFFF26;
  text-align: center;
}
@media (max-width: 749px) {
  /* line 115, ../sass/screen.scss */
  .about {
    padding: 50px 0;
  }
}
/* line 121, ../sass/screen.scss */
.about > .row div:first-child {
  z-index: 1;
}
/* line 124, ../sass/screen.scss */
.about img {
  width: 120px;
  position: absolute;
  top: -50px;
  left: 120px;
}
@media (max-width: 749px) {
  /* line 124, ../sass/screen.scss */
  .about img {
    width: 60px;
    top: -30px;
    left: 20px;
  }
}
/* line 135, ../sass/screen.scss */
.about p {
  margin: 50px auto auto;
  text-align: justify;
}
@media (max-width: 749px) {
  /* line 135, ../sass/screen.scss */
  .about p {
    line-height: 2em;
    margin: 50px 30px auto;
  }
}
/* line 140, ../sass/screen.scss */
.about .movie {
  margin: 100px auto auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 749px) {
  /* line 140, ../sass/screen.scss */
  .about .movie {
    padding-bottom: 56.25%;
    margin-top: 50px;
  }
}
/* line 145, ../sass/screen.scss */
.about .movie iframe {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 749px) {
  /* line 145, ../sass/screen.scss */
  .about .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-top: auto;
  }
}

/* line 161, ../sass/screen.scss */
.product, .awards, .news, .recruit, .contact {
  padding: 100px 0 0;
}
@media (max-width: 749px) {
  /* line 161, ../sass/screen.scss */
  .product, .awards, .news, .recruit, .contact {
    padding: 50px 0 0;
  }
}
/* line 164, ../sass/screen.scss */
.product h3, .awards h3, .news h3, .recruit h3, .contact h3 {
  border-bottom: dashed 4px #FFFF26;
  margin-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 749px) {
  /* line 164, ../sass/screen.scss */
  .product h3, .awards h3, .news h3, .recruit h3, .contact h3 {
    margin: auto 30px 50px;
    padding-bottom: 10px;
  }
}
/* line 170, ../sass/screen.scss */
.product h2, .awards h2, .news h2, .recruit h2, .contact h2 {
  margin-bottom: 50px;
}
/* line 171, ../sass/screen.scss */
.product p, .awards p, .news p, .recruit p, .contact p {
  margin-bottom: 100px;
  text-align: center;
  font-size: 100%;
}
@media (max-width: 749px) {
  /* line 171, ../sass/screen.scss */
  .product p, .awards p, .news p, .recruit p, .contact p {
    font-size: 22px;
  }
}
/* line 176, ../sass/screen.scss */
.product ul li, .awards ul li, .news ul li, .recruit ul li, .contact ul li {
  text-align: center;
  font-size: 167%;
  line-height: 1.68em;
  font-weight: bold;
  font-family: "tbchibirgothicplusk-pro";
}
/* line 182, ../sass/screen.scss */
.product ul li img, .awards ul li img, .news ul li img, .recruit ul li img, .contact ul li img {
  margin-bottom: 20px;
  width: 240px;
}
/* line 183, ../sass/screen.scss */
.product ul li p, .awards ul li p, .news ul li p, .recruit ul li p, .contact ul li p {
  margin-bottom: 50px;
}

/* line 191, ../sass/screen.scss */
.awards dl {
  text-align: center;
  font-family: "tbchibirgothicplusk-pro";
}
/* line 194, ../sass/screen.scss */
.awards dl dt {
  font-size: 117%;
  background-image: url(../img/award.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  line-height: 1.4em;
  padding-left: 1.7em;
}
@media (max-width: 749px) {
  /* line 194, ../sass/screen.scss */
  .awards dl dt {
    margin-bottom: 0.5em;
  }
}
/* line 203, ../sass/screen.scss */
.awards dl dd {
  margin: auto auto 2.5em;
}
/* line 205, ../sass/screen.scss */
.awards dl dd a {
  font-size: 133%;
  font-weight: bold;
  color: #225264;
}
@media (max-width: 749px) {
  /* line 205, ../sass/screen.scss */
  .awards dl dd a {
    line-height: 1.5em;
  }
}

/* line 217, ../sass/screen.scss */
.news ul {
  display: block;
}
/* line 219, ../sass/screen.scss */
.news ul li {
  display: flex;
  width: auto;
  margin-bottom: 2em;
  font-size: 100%;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: lighter;
}
@media (max-width: 749px) {
  /* line 219, ../sass/screen.scss */
  .news ul li {
    text-align: center;
  }
}
/* line 228, ../sass/screen.scss */
.news ul li span {
  margin-right: 40px;
  font-family: "tbchibirgothicplusk-pro";
  font-weight: bold;
}
@media (max-width: 749px) {
  /* line 228, ../sass/screen.scss */
  .news ul li span {
    display: block;
    text-align: center;
    margin: auto auto 0.8em;
  }
}
/* line 237, ../sass/screen.scss */
.news ul li a {
  text-decoration: underline;
}

/* line 243, ../sass/screen.scss */
.recruit p {
  font-family: "tbchibirgothicplusk-pro";
  font-size: 20px;
  font-weight: bold;
}
/* line 248, ../sass/screen.scss */
.recruit img {
  width: 300px;
}

/* line 250, ../sass/screen.scss */
.contact {
  text-align: center;
}
@media (max-width: 749px) {
  /* line 254, ../sass/screen.scss */
  .contact h2 {
    margin-bottom: 20px;
  }
}
/* line 255, ../sass/screen.scss */
.contact a {
  display: inline-block;
  height: 80px;
  background: #FFFF26;
  border-radius: 40px;
  margin: auto;
  padding: 20px 60px 20px;
  text-align: center;
  font-size: 133%;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.1em;
  color: #225264;
}
@media (max-width: 749px) {
  /* line 255, ../sass/screen.scss */
  .contact a {
    width: 80px;
    height: 80px;
    padding: 28px 0 0;
  }
}
/* line 272, ../sass/screen.scss */
.contact a img {
  width: 32px;
  margin-top: 10px;
  display: block;
  float: left;
}
@media (max-width: 749px) {
  /* line 272, ../sass/screen.scss */
  .contact a img {
    margin: auto;
    display: inline;
    margin: auto;
    float: none;
  }
}
/* line 283, ../sass/screen.scss */
.contact a span {
  display: block;
  float: left;
  margin-left: 1em;
}
@media (max-width: 749px) {
  /* line 283, ../sass/screen.scss */
  .contact a span {
    display: none;
    margin: auto;
  }
}

/* line 292, ../sass/screen.scss */
.footer {
  margin-top: 100px;
  text-align: center;
}
/* line 295, ../sass/screen.scss */
.footer h2 img {
  width: 179px;
}
/* line 298, ../sass/screen.scss */
.footer p {
  font-size: 89%;
  margin-top: 40px;
}
/* line 299, ../sass/screen.scss */
.footer p.copy {
  font-size: 78%;
  margin: 50px auto 125px;
}

/* line 302, ../sass/screen.scss */
.contactBtn {
  position: fixed;
  display: flex;
  z-index: 100;
  border-radius: 50% 50%;
  box-sizing: border-box;
  right: 15px;
  bottom: -108px;
  transition: bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 749px) {
  /* line 302, ../sass/screen.scss */
  .contactBtn {
    bottom: -54px;
  }
}
/* line 315, ../sass/screen.scss */
.contactBtn img {
  width: 108px;
  height: 108px;
}
@media (max-width: 749px) {
  /* line 315, ../sass/screen.scss */
  .contactBtn img {
    width: 54px;
    height: 54px;
  }
}
