@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,
q:before, q:after {
  content: '';
  content: none; }

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

html, body {
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', YuGothic, 游ゴシック体, メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%; }

html {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #EBEBEC; }

body {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 45px solid #EBEBEC;
  background-color: #FFF;
  min-height: 800px; }

body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0 0; }

.wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 220px 0 140px 45px; }

.lang {
  width: 125px;
  height: 18px;
  font-size: 0px;
  position: absolute;
  top: 62px;
  right: 50px;
  z-index: 10; }

.lang a, .lang span {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  padding-bottom: 2px; }

.lang a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.1s linear; }

.lang a:hover {
  transition-duration: 0s;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.lang .lang_ja {
  width: 45px;
  border-bottom: 1px solid transparent; }

.lang .lang_en {
  width: 60px;
  border-bottom: 1px solid transparent; }

.lang .lang_dev {
  width: 13px;
  margin: 0 4px 0 3px; }

body.ja .lang_ja {
  cursor: default;
  pointer-events: none;
  border-bottom: 1px solid #000; }

body.en .lang_en {
  cursor: default;
  pointer-events: none;
  border-bottom: 1px solid #000; }

.top {
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0px;
  left: 0px; }

.top p {
  width: 136px;
  height: 17px;
  position: absolute;
  top: 118px;
  left: 45px; }

.middle {
  position: relative;
  padding-right: 334px; }

.middle__noma {
  position: relative;
  max-width: 600px; }

.middle__noma a {
  display: block;
  transition: opacity 0.1s linear;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.middle__noma a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition-duration: 0s; }

.middle__info {
  width: 225px;
  height: 103px;
  position: absolute;
  right: 45px;
  top: 0px; }

.middle__info a {
  display: block;
  margin-bottom: 7px;
  transition: opacity 0.1s linear;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.middle__info a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition-duration: 0s; }

.middle__info__mail {
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  width: 172px;
  height: 15px;
  background-image: url(images/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top; }

.middle__info__address {
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  width: 224.42px;
  height: 61.69px;
  background-image: url(images/address.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top; }

.middle__info__tel {
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  width: 138.95px;
  height: 14.94px;
  background-image: url(images/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top; }

.middle__prof {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  position: relative; }

.middle__prof:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  float: none;
  clear: both;
  visibility: hidden; }

.middle__prof__photo {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  position: absolute;
  left: 0px;
  top: 0px; }

.middle__prof__text {
  width: calc(100% - 45px);
  max-width: 568px;
  height: 100%; }

.middle__prof__text__name, .middle__prof__text__body, .middle__prof__text__contact {
  position: relative;
  height: auto; }

.middle__prof__text__name span, .middle__prof__text__body span, .middle__prof__text__contact span {
  display: block;
  width: 100%;
  height: 0px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat; }

.middle__prof__text__name {
  width: 34.8%; }

.middle__prof__text__name span {
  padding-top: 9.2217677%;
  background-image: url(images/prof_name_ja.svg); }

.middle__prof__text__body {
  width: 100%;
  top: 35%; }

.middle__prof__text__body span {
  padding-top: 25.4154589%;
  background-image: url(images/prof_text_ja.svg); }

.middle__prof__text__contact {
  width: 90.9%;
  top: 40%; }

.middle__prof__text__contact span {
  padding-top: 7.4119558%;
  background-image: url(images/prof_contact.svg); }

.bottom {
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0px;
  bottom: 0px; }

.bottom p {
  position: absolute; }

.bottom__under {
  width: 200px;
  height: 17px;
  bottom: 45px;
  left: 45px; }

.bottom__open {
  width: 321px;
  height: 22px;
  bottom: 45px;
  right: 45px; }

body.toggle .middle {
  padding-right: 0px; }

@media screen and (max-width: 980px) {
  html {
    height: auto; }
  body {
    min-height: auto;
    min-height: initial; }
  .wrapper {
    padding-bottom: 0px; }
  .middle {
    padding-right: 0px;
    height: auto !important; }
  .middle__noma {
    width: 512px !important;
    height: auto !important; }
  .middle__info {
    position: relative;
    left: 0px;
    right: auto;
    top: auto;
    margin: 60px 0; }
  .middle__prof {
    width: 100%;
    height: auto !important;
    padding: 0 !important; }
  .middle__prof__photo {
    display: block;
    width: 300px !important;
    height: 450px !important;
    position: relative; }
  .middle__prof__text {
    height: auto;
    margin: 60px 0; }
  .middle__prof__text__name {
    margin: 0 0 60px; }
  .middle__prof__text__body, .middle__prof__text__contact {
    margin: 40px 0; }
  .bottom {
    position: relative;
    width: calc(100% - 30px);
    max-width: 360px;
    height: auto;
    left: 0px;
    bottom: 0px;
    margin-bottom: 60px; }
  .bottom p {
    position: relative; }
  .bottom__under {
    width: 55.56%;
    height: auto;
    bottom: auto;
    left: auto;
    margin-bottom: 4.5%; }
  .bottom__open {
    width: 89%;
    height: auto;
    bottom: auto;
    right: auto; } }

@media screen and (max-width: 692px) {
  body {
    min-width: auto;
    min-width: initial;
    height: 100%;
    min-height: 100%;
    border: 30px solid #EBEBEC; }
  .wrapper {
    padding: 220px 0 0 30px; }
  .lang {
    right: 30px; }
  .top p {
    left: 30px; }
  .middle__prof__text {
    width: calc(100% - 30px); }
  .bottom {
    width: calc(100% - 30px);
    max-width: 360px; }
  .bottom__under {
    bottom: auto;
    left: auto; }
  .bottom__open {
    bottom: auto;
    right: auto; } }

@media screen and (max-width: 632px) {
  .wrapper {
    padding-top: 0px; }
  .lang {
    width: 21.8531%;
    top: 0px;
    padding-top: 10.6%;
    text-align: right;
    white-space: nowrap; }
  .lang .lang_ja {
    width: 36%;
    height: auto; }
  .lang .lang_en {
    width: 48%;
    height: auto;
    top: 1px; }
  .lang .lang_dev {
    width: 10%;
    height: auto;
    margin: 0 4px 0 3px; }
  .middle__prof__photo {
    display: block;
    width: 55.351% !important;
    height: auto !important;
    position: relative; }
  .middle__noma {
    width: calc(100% - 30px) !important; }
  .middle__prof__text__name {
    margin: 0 0 11.5%; }
  .middle__prof__text__body, .middle__prof__text__contact {
    margin: 8% 0; }
  .top {
    position: relative;
    height: auto;
    padding: 21.8% 0 15.6%; }
  .top p {
    position: relative;
    top: 0px;
    left: 0px;
    width: 25.09%;
    height: auto; } }

body.en .middle__info {
  width: 274px; }

body.en .middle__info__address {
  width: 274.03px;
  height: 61.46px;
  background-image: url(images/address_en.svg); }

body.en .middle__info__tel {
  width: 186.17px;
  height: 15.85px;
  background-image: url(images/tel_en.svg); }

body.en .middle__prof__text {
  max-width: 571px; }

body.en .middle__prof__text__name {
  width: 19.8175%; }

body.en .middle__prof__text__name span {
  padding-top: 14.7061%;
  background-image: url(images/prof_name_en.svg); }

body.en .middle__prof__text__body {
  width: 100%;
  top: 35%; }

body.en .middle__prof__text__body span {
  padding-top: 34.3281491%;
  background-image: url(images/prof_text_en.svg); }

.slide {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #FFF; }

.slide__image {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  left: 0px;
  top: 0px; }
  .vertical .slide__image {
    background-size: contain; }
