/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

small {
  font-size: smaller;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none;
}

body {
  background-color: #ffffff;
  word-wrap: break-word;
}

.wrapper .main {
  width: 840px;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: 4vw;
}

@media screen and (max-width: 1030px) {
  .wrapper .main {
    margin-top: 24vh;
  }
}

@media screen and (max-width: 770px) {
  .wrapper .main {
    margin-top: 28vh;
  }
}

@media screen and (max-width: 750px) {
  .wrapper .main {
    margin-top: 24vw;
  }
}

.wrapper .main .main_movie {
  margin: 0 auto;
  width: 600px;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 770px) {
  .wrapper .main .main_movie {
    width: 80%;
    height: 30vw;
    margin-bottom: 0vh;
  }
}

@media screen and (max-width: 750px) {
  .wrapper .main .main_movie {
    width: 80%;
    height: 30vw;
    margin-bottom: 1vw;
  }
}

.wrapper .main .main_movie video {
  width: 100%;
  margin-top: -60px;
}

@media screen and (max-width: 750px) {
  .wrapper .main .main_movie video {
    margin-top: -10%;
  }
}

.wrapper .main .main_logo {
  width: 100%;
}

.wrapper .main .main_logo h2 img {
  width: 1000px;
  max-width: 100%;
}

.wrapper .main .main_nav {
  width: 100%;
  height: 70px;
  position: relative;
}

.wrapper .main .main_nav .main_nav_wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenley;
  -ms-flex-pack: space-evenley;
  justify-content: space-evenley;
}

@media screen and (max-width: 770px) {
  .wrapper .main .main_nav .main_nav_wrapper {
    padding-top: 4vh;
  }
}

@media screen and (max-width: 750px) {
  .wrapper .main .main_nav .main_nav_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6vw;
  }
}

.wrapper .main .main_nav .main_nav_wrapper a {
  width: 20%;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .wrapper .main .main_nav .main_nav_wrapper a {
    width: 50%;
  }
}

.wrapper .main .main_nav .main_nav_wrapper .aboutus {
  background-color: #e83428;
}

.wrapper .main .main_nav .main_nav_wrapper .aboutus:hover {
  background-color: #ffffff;
  border: 1px solid #e83428;
  border-radius: 50px;
  color: #e83428;
}

.wrapper .main .main_nav .main_nav_wrapper .works {
  background-color: #ebeb6a;
}

.wrapper .main .main_nav .main_nav_wrapper .works:hover {
  background-color: #ffffff;
  border: 1px solid #ebeb6a;
  border-radius: 50px;
  color: #ebeb6a;
}

.wrapper .main .main_nav .main_nav_wrapper .visions {
  background-color: #648fca;
}

.wrapper .main .main_nav .main_nav_wrapper .visions:hover {
  background-color: #ffffff;
  border: 1px solid #648fca;
  border-radius: 50px;
  color: #648fca;
}

.wrapper .main .main_nav .main_nav_wrapper .contact {
  background-color: #997625;
}

.wrapper .main .main_nav .main_nav_wrapper .contact:hover {
  background-color: #ffffff;
  border: 1px solid #997625;
  border-radius: 50px;
  color: #997625;
}

.wrapper .main .main_nav .main_nav_wrapper .access {
  background-color: #94107a;
}

@media screen and (max-width: 750px) {
  .wrapper .main .main_nav .main_nav_wrapper .access {
    width: 100%;
  }
}

.wrapper .main .main_nav .main_nav_wrapper .access:hover {
  background-color: #ffffff;
  border: 1px solid #94107a;
  border-radius: 50px;
  color: #94107a;
}

.wrapper .sns {
  position: fixed;
  bottom: 70px;
  right: 70px;
}

@media screen and (max-width: 750px) {
  .wrapper .sns {
    bottom: 16vw;
    right: 16vw;
  }
}

.wrapper .sns a {
  display: inline-block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  font-size: 40px;
}

@media screen and (max-width: 750px) {
  .wrapper .sns a {
    font-size: 30px;
    margin-left: 6px;
  }
}

.wrapper footer {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 750px) {
  .wrapper footer {
    font-size: 10px;
    bottom: 14px;
  }
}

.modal_wrapper_aboutus {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 3, 5, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.modal_wrapper_aboutus .modal_aboutus {
  width: 700px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.modal_wrapper_aboutus .modal_aboutus h3 {
  margin-bottom: 50px;
}

.modal_wrapper_aboutus .modal_aboutus h4 {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_aboutus .modal_aboutus h4 {
    font-size: 14px;
  }
}

.modal_wrapper_aboutus .modal_aboutus p {
  line-height: 150%;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_aboutus .modal_aboutus p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

.modal_wrapper_aboutus .modal_aboutus a {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  color: #000000;
  font-size: 30px;
}

.modal_wrapper_works {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 3, 5, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.modal_wrapper_works .modal_works {
  width: 700px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.modal_wrapper_works .modal_works h4 {
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-size: 20px;
  border-bottom: 1px solid #cccccc;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_works .modal_works h4 {
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    width: 80%;
  }
}

.modal_wrapper_works .modal_works h5 {
  padding-bottom: 16px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_works .modal_works h5 {
    padding-bottom: 8px;
    font-size: 12px;
  }
}

.modal_wrapper_works .modal_works img {
  display: block;
  padding-bottom: 6px;
  width: 80px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_works .modal_works img {
    display: none;
  }
}

.modal_wrapper_works .modal_works p {
  line-height: 150%;
  margin-bottom: 18px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_works .modal_works p {
    line-height: 140%;
    font-size: 10px;
  }
}

.modal_wrapper_works .modal_works .h4_ep {
  margin-top: 20px;
}

.modal_wrapper_works .modal_works .modal_close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  color: #000000;
  font-size: 30px;
}

.modal_wrapper_visions {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 3, 5, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.modal_wrapper_visions .modal_visions {
  width: 700px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.modal_wrapper_visions .modal_visions h4 {
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_visions .modal_visions h4 {
    font-size: 18px;
  }
}

.modal_wrapper_visions .modal_visions h5 {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_visions .modal_visions h5 {
    font-size: 12px;
  }
}

.modal_wrapper_visions .modal_visions img {
  padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_visions .modal_visions img {
    width: 60%;
  }
}

.modal_wrapper_visions .modal_visions p {
  line-height: 150%;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_visions .modal_visions p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.modal_wrapper_visions .modal_visions .modal_close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  color: #000000;
  font-size: 30px;
}

.modal_wrapper_contact {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 3, 5, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.modal_wrapper_contact .modal_contact {
  width: 700px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.modal_wrapper_contact .modal_contact h4 {
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_contact .modal_contact h4 {
    font-size: 20px;
  }
}

.modal_wrapper_contact .modal_contact h5 {
  margin-bottom: 40px;
  line-height: 150%;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_contact .modal_contact h5 {
    font-size: 14px;
  }
}

.modal_wrapper_contact .modal_contact .contact_number {
  margin-bottom: 20px;
}

.modal_wrapper_contact .modal_contact .contact_number a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}

.modal_wrapper_contact .modal_contact .contact_number a span {
  font-size: 16px;
}

.modal_wrapper_contact .modal_contact .contact_email a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
}

.modal_wrapper_contact .modal_contact .contact_email a span {
  font-size: 16px;
}

.modal_wrapper_contact .modal_contact .modal_close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  color: #000000;
  font-size: 30px;
}

.modal_wrapper_access {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 3, 5, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.modal_wrapper_access .modal_access {
  width: 700px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.modal_wrapper_access .modal_access h4 {
  margin-bottom: 40px;
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  width: 80%;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_access .modal_access h4 {
    font-size: 18px;
  }
}

.modal_wrapper_access .modal_access .access_info p {
  margin-bottom: 20px;
  line-height: 150%;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_access .modal_access .access_info p {
    font-size: 14px;
  }
}

.modal_wrapper_access .modal_access .access_info .access_map {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  height: 26vw;
}

@media screen and (max-width: 750px) {
  .modal_wrapper_access .modal_access .access_info .access_map {
    height: 44vw;
  }
}

.modal_wrapper_access .modal_access .access_info .access_map iframe {
  width: 100%;
  height: 100%;
}

.modal_wrapper_access .modal_access .modal_close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  color: #000000;
  font-size: 30px;
}

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