@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ================ Color difinitions ================ */
/* ================ Size difinitions ================ */
/* responsive */
/* spacing */
/* font */
/* ================ Numbers ================ */
/* ================ Styles ================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #212121; }

body {
  width: 100%; }

h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, pre, table, fieldset, hr {
  margin-bottom: 32px;
  line-height: 1.68; }

h4, h5, h6, li, ul {
  margin-bottom: 16px; }

h1 {
  font-size: 2.4em;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    h1 {
      font-size: 1em; } }

h2 {
  font-size: 1.8em;
  margin-bottom: 16px;
  color: #303f9f; }
  @media only screen and (max-width: 640px) {
    h2 {
      font-weight: bold;
      font-size: 16px; } }

h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 16px; }
  @media only screen and (max-width: 640px) {
    h3 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 16px; } }

p {
  margin-bottom: 16px; }
  @media only screen and (max-width: 640px) {
    p {
      font-size: 0.9em; } }

small {
  font-size: 0.75em; }

a {
  color: #303f9f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:link, a:visited {
    color: #303f9f; }
  a:hover {
    color: #64b5f6; }

input {
  font-size: 16px;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  padding: 16px 0;
  margin-bottom: 16px; }

textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  border: 2px solid #e0e0e0;
  padding: 16px;
  margin-bottom: 16px;
  margin-top: 32px; }

input:focus {
  border-bottom: 2px solid #303f9f;
  outline: none; }

form {
  margin-bottom: 16px; }

textarea {
  height: 16em; }

textarea:focus {
  outline: none; }

input:vendorize(placeholder) {
  color: #e0e0e0; }

textarea:vendorize(placeholder) {
  color: #e0e0e0; }

input[type="submit"] {
  max-width: 240px;
  border: none;
  background: #FBC02D;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 32px;
  padding: 24px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  input[type="submit"]:link, input[type="submit"]:visited {
    background: #FBC02D; }
  input[type="submit"]:hover {
    background: #FDD835; }

nav {
  display: block; }

figure > a {
  display: inline-block;
  line-height: 1; }

table {
  width: 100%;
  text-align: left;
  border-top: solid 1px #e0e0e0; }

td {
  border-bottom: solid 1px #e0e0e0;
  padding: 16px 0; }
  @media only screen and (max-width: 640px) {
    td {
      font-size: 0.75em; } }
  td:first-child {
    font-weight: bold; }

img {
  width: 100%; }

article {
  padding-top: 48px;
  padding-bottom: 48px; }

nav > ul {
  margin-bottom: 0; }
  nav > ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  nav > ul > li {
    text-align: center;
    margin-bottom: 0;
    float: left;
    width: 25%; }
    @media only screen and (max-width: 640px) {
      nav > ul > li {
        float: none;
        width: 100%; } }
    nav > ul > li > a {
      display: block;
      padding: 10px 6px;
      margin: 0 2px;
      font-size: 0.75em;
      font-weight: bold;
      text-decoration: none; }
      nav > ul > li > a:link, nav > ul > li > a:visited {
        text-decoration: none; }
      nav > ul > li > a:hover {
        text-decoration: none; }
@media only screen and (max-width: 640px) {
  nav {
    width: 100%; } }

.container {
  max-width: 960px;
  min-width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 16px; }

.container-small {
  max-width: 640px;
  min-width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 16px; }

.container-fill {
  min-width: 320px;
  padding: 16px; }

.button {
  color: #303f9f;
  border: solid 2px #303f9f;
  border-radius: 4px;
  padding: 16px;
  margin: 0 8px;
  text-decoration: none; }
  .button:link, .button:visited {
    color: #303f9f; }
  .button:hover {
    color: #303f9f;
    opacity: 0.5; }

.centering-text {
  text-align: center; }

.centering {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.font-rounded {
  font-family: "Arial Rounded MT", "Arial Rounded MT Bold";
  color: #303f9f;
  margin-bottom: 8px; }

/* ================ layouts ================ */
/* ================ Local Params ================ */
/* ================================ */
header {
  width: 100%;
  color: #e3f2fd; }
  header > div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  header > div > div {
    float: left;
    width: 58.33333%; }
  header > div > nav {
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: right;
    width: 41.66667%;
    max-width: 320px; }
    header > div > nav a {
      color: #303f9f;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      header > div > nav a:link, header > div > nav a:visited {
        color: #e3f2fd; }
      header > div > nav a:hover {
        color: #ffffff; }
    @media only screen and (max-width: 640px) {
      header > div > nav {
        display: block;
        float: none;
        width: 100%;
        width: 100%;
        max-width: 100%;
        height: 0;
        overflow: hidden; } }
  header > .container {
    padding-top: 28px;
    padding-bottom: 24px; }
    @media only screen and (max-width: 640px) {
      header > .container {
        padding: 8px 16px; } }

#logo {
  padding-top: 4px; }
  @media only screen and (max-width: 640px) {
    #logo {
      padding-top: 0; } }
  #logo > figure > a {
    display: block;
    width: 100%; }
    #logo > figure > a:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    #logo > figure > a > img {
      float: left;
      display: block;
      width: 100%; }
    #logo > figure > a > .mark {
      width: 28px; }
    #logo > figure > a > .text {
      width: 124px;
      margin-left: 8px;
      margin-top: 2px; }
      @media only screen and (max-width: 640px) {
        #logo > figure > a > .text {
          margin-top: 6px;
          width: 96px; } }
  #logo > small {
    margin-left: 44px;
    margin-bottom: 0;
    color: #e3f2fd; }

#header-content {
  position: relative;
  z-index: 2;
  padding-bottom: 10px; }

.is-hidden {
  display: none; }

.toggle-appear {
  height: 132px; }

/* ================ Local params ================ */
/* ================================ */
/* page top */
.shade {
  width: 55%;
  padding: 128px 32px;
  padding-bottom: 160px; }
  @media only screen and (max-width: 640px) {
    .shade {
      width: 100%;
      padding: 64px 16px;
      padding-bottom: 256px; } }

.border-h1 {
  display: block;
  width: 25%;
  height: 3px;
  background: #fff; }
  @media only screen and (max-width: 640px) {
    .border-h1 {
      height: 2px; } }

#top-wrapper {
  background-image: url("/img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #303f9f; }

.bg_white {
  background-image: url("/img/bg_black.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff; }

#top {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  #top > .container {
    padding: 0;
    background-image: url("/img/top_bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 448px; }
    @media only screen and (min-width: 961px) {
      #top > .container {
        padding-left: 16px; } }
    @media only screen and (max-width: 640px) {
      #top > .container {
        background-size: 296px;
        background-position: right bottom; } }
  #top h1 {
    color: #ffffff;
    margin-bottom: 12px; }
  #top p {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 32px; }

/* news */
#news ul {
  border-top: solid 1px #e0e0e0; }
  #news ul > li {
    padding: 16px 0;
    border-bottom: solid 1px #e0e0e0; }
    #news ul > li:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
  #news ul * {
    margin-bottom: 0; }
#news .news-text {
  float: left;
  width: 83.33333%;
  text-align: left; }
  @media only screen and (max-width: 640px) {
    #news .news-text {
      float: none;
      width: 100%; } }
#news p {
  display: block;
  text-align: right;
  float: right;
  width: 16.66667%;
  padding-top: 3px; }
  @media only screen and (max-width: 640px) {
    #news p {
      float: none;
      width: 100%;
      text-align: left;
      padding-top: 0; } }
#news small {
  text-align: right;
  color: #bdbdbd; }
  @media only screen and (max-width: 640px) {
    #news small {
      text-align: left; } }

/* vision */
#intro {
  background-color: #283593; }
  #intro h2 {
    color: #ffffff; }
  #intro p {
    color: #e3f2fd; }

#vision {
  font-size: 1em;
  font-weight: bold;
  color: #fff !important;
  margin-bottom: 32px; }
  @media only screen and (max-width: 640px) {
    #vision {
      font-size: 16px;
      margin-bottom: 16px; } }

.border-h2 {
  display: block;
  width: 32px;
  height: 3px;
  background: #303f9f;
  margin-bottom: 32px; }
  @media only screen and (max-width: 640px) {
    .border-h2 {
      width: 24px;
      height: 2px; } }

/* service */
#service {
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (max-width: 640px) {
    #service .container {
      text-align: left; } }
  @media only screen and (max-width: 640px) {
    #service .border-h2 {
      margin-left: 0; } }

#business {
  padding: 48px 0;
  background: url("/img/business.jpg") no-repeat left center;
  background-size: 30%; }
  #business > div {
    padding-left: 35%; }
    #business > div > div {
      margin-top: 32px; }
      #business > div > div .button {
        margin: 0; }
    @media only screen and (max-width: 640px) {
      #business > div {
        padding-left: 16px; } }
    @media only screen and (min-width: 961px) {
      #business > div {
        padding-left: 320px; } }
  #business small {
    color: #303f9f; }
  @media only screen and (min-width: 961px) {
    #business {
      background: url("/img/business_l.jpg") no-repeat left center;
      background-size: 30%; } }
  @media only screen and (max-width: 640px) {
    #business {
      background: none; } }

#sports {
  padding: 48px 0;
  background: url("/img/sports_s.jpg") no-repeat right;
  background-size: 30%;
  overflow: hidden; }
  #sports > div {
    padding-right: 35%; }
    #sports > div > div {
      margin-top: 32px; }
      #sports > div > div .button {
        margin: 0; }
    @media only screen and (max-width: 640px) {
      #sports > div {
        background: none;
        padding-right: 16px; } }
    @media only screen and (min-width: 961px) {
      #sports > div {
        padding-right: 320px; } }
  #sports small {
    color: #303f9f; }
  @media only screen and (min-width: 961px) {
    #sports {
      background: url("/img/sports_l.jpg") no-repeat right center;
      background-size: 30%; } }
  @media only screen and (max-width: 640px) {
    #sports {
      background: none; } }

/* info */
#info {
  background: #f7f7f7; }
  @media only screen and (max-width: 640px) {
    #info .border-h2 {
      margin-left: 16px; } }

/* contact */
#contact {
  background: #ffffff; }
  #contact > div > div {
    margin-top: 32px;
    border: solid 1px #e0e0e0;
    padding: 64px 96px; }
    @media only screen and (max-width: 640px) {
      #contact > div > div {
        padding: 16px;
        padding-top: 32px; } }

footer {
  background: #303f9f;
  padding-top: 16px; }
  footer div > div {
    margin: 0 auto; }
  footer div > p {
    text-align: center;
    margin-top: 32px; }
  footer nav {
    margin: 0 auto;
    max-width: 320px; }
  footer p {
    color: #e3f2fd; }
  footer a {
    color: #ffffff !important;
    text-decoration: none; }
    footer a:link, footer a:visited {
      color: #e3f2fd !important; }
    footer a:hover {
      color: #ffffff !important; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  display: block;
  width: 28px;
  height: 24px;
  margin: auto; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.btn-menu {
  diplay: block;
  float: right;
  width: 28px;
  height: 32px;
  padding-top: 4px;
  display: none; }
  .btn-menu > small {
    padding-top: 8px;
    font-size: 9px;
    font-weight: bold !important;
    color: #fff !important; }
  @media only screen and (max-width: 640px) {
    .btn-menu {
      display: block; } }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -moz-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -o-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -moz-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  -o-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

@media only screen and (max-width: 640px) {
  #nav-toggle.active {
    height: 160px; } }

/* ================================ */

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