@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: 'A1明朝', serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  color: #403D3C; }

body {
  display: table; }

.body {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.main {
  width: calc(100% - 80px);
  max-width: 1100px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin: 0 auto;
  padding: 40px 0; }

.main__column1 {
  position: relative;
  box-sizing: border-box;
  width: 47%;
  height: auto;
  -ms-flex: 0 1 47%;
      flex: 0 1 47%;
  padding: 0 40px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.main__column2 {
  position: relative;
  width: 53%;
  height: auto;
  -ms-flex: 0 1 53%;
      flex: 0 1 53%; }

.title {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 17px;
  letter-spacing: 0.25em; }

.info__address {
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 0.15em; }
  .info__address a {
    color: #403D3C;
    text-decoration: none; }

.info__contact {
  display: block;
  box-sizing: border-box;
  width: 238px;
  height: 46px;
  border: 1px solid rgba(64, 61, 60, 0.5);
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #403D3C;
  text-decoration: none;
  padding: 14px 0;
  vertical-align: middle;
  margin: 30px 0 0; }
  .info__contact:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    background-image: url(/img/contact.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 15px 0 0; }
  html:not(.touch) .info__contact {
    transition: opacity .1s linear; }
    html:not(.touch) .info__contact:hover {
      transition-duration: 0s;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.15em;
  margin: 120px 0 0; }

.visual {
  width: 100%;
  height: auto;
  position: relative; }

.visual__block {
  display: block;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 0px;
  padding-top: 114.78%;
  background-image: url(/img/visual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px; }
  html:not(.touch) .visual__block {
    transition: opacity .1s linear; }
    html:not(.touch) .visual__block:hover {
      transition-duration: 0s;
      opacity: 0.75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

.visual__logo {
  width: 270px;
  height: 210px;
  background-image: url(/img/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.visual__arrow {
  width: 82px;
  height: 46px;
  background-image: url(/img/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }

@media (max-width: 1023px) {
  .info__address {
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 0.1em; }
  .small {
    margin: 60px 0 0;
    letter-spacing: 0.1em; }
  .visual__logo {
    width: 202.5px;
    height: 157.5px; }
  .visual__arrow {
    width: 61.5px;
    height: 34.5px;
    bottom: 30px; } }

@media (max-width: 767px) {
  body {
    display: block; }
  .body {
    height: auto;
    display: block; }
  .main {
    position: relative;
    width: calc(100% - 60px);
    max-width: 480px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    margin: 0 auto;
    padding: 154px 0 60px; }
  .main__column1 {
    position: static;
    width: 100%;
    padding: 0 0;
    display: block;
    -ms-flex-order: 2;
        order: 2; }
  .main__column2 {
    width: 100%;
    -ms-flex-order: 1;
        order: 1; }
  .title {
    width: 100%;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.25em;
    text-align: center;
    position: absolute;
    top: 72px; }
  .visual__block {
    border-radius: 25px; }
  .visual__logo {
    width: 135px;
    height: 105px; }
  .visual__arrow {
    width: 41px;
    height: 23px;
    bottom: 15px; }
  .info {
    margin: 40px 0 0; }
  .info__address {
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.15em;
    text-align: center; }
  .info__contact {
    font-size: 12px;
    letter-spacing: 0.15em;
    margin: 40px auto 0; }
  .small {
    text-align: center;
    margin: 70px 0 0; } }
