@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html, body, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes write {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes write {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes scale {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes scale-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes scale-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes scale-out {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@-webkit-keyframes slide-in-up {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes slide-in-up {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

/*========================================================*/
/*  TAG RESET */
/*========================================================*/
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 10px;
  color: #1b3542;
  width: 100%;
}

@media screen and (max-width: 750px) {
  html, body {
    font-size: 1.3vw;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #034975;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*========================================================*/
* {
  box-sizing: border-box;
}

.clearfix, body #site-wrapper .propaty-list, body#page-company #site-wrapper #main-container .history .history-tree .history-list > li, body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots {
  content: "";
  display: table;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none !important;
  }
}

.write span {
  position: relative;
  opacity: 0;
}

.write:not(.pause) > span:nth-child(1) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(2) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(3) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(4) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(5) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(6) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(7) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(8) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(9) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(10) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(11) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.88s;
  animation-delay: 0.88s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(12) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(13) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(14) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.12s;
  animation-delay: 1.12s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(15) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(16) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.28s;
  animation-delay: 1.28s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(17) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.36s;
  animation-delay: 1.36s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(18) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(19) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.52s;
  animation-delay: 1.52s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(20) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(21) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.68s;
  animation-delay: 1.68s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(22) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.76s;
  animation-delay: 1.76s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(23) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.84s;
  animation-delay: 1.84s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(24) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 1.92s;
  animation-delay: 1.92s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(25) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(26) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.08s;
  animation-delay: 2.08s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(27) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.16s;
  animation-delay: 2.16s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(28) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.24s;
  animation-delay: 2.24s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(29) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.32s;
  animation-delay: 2.32s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(30) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(31) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.48s;
  animation-delay: 2.48s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(32) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.56s;
  animation-delay: 2.56s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(33) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.64s;
  animation-delay: 2.64s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(34) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.72s;
  animation-delay: 2.72s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(35) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(36) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.88s;
  animation-delay: 2.88s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(37) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2.96s;
  animation-delay: 2.96s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(38) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 3.04s;
  animation-delay: 3.04s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(39) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 3.12s;
  animation-delay: 3.12s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.write:not(.pause) > span:nth-child(40) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.scalein {
  position: relative;
  overflow: hidden;
}

.scalein img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}

.scalein.pause {
  width: 0;
}

.scalein:not(.pause) {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fadein {
  opacity: 0;
}

.fadein:not(.pause) {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.anchor {
  position: absolute;
  top: -90px;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
  visibility: hidden;
}

.btns > li {
  display: inline-block;
  vertical-align: bottom;
}

.btns > li a {
  position: relative;
  background: #1b3542;
  border: 1px solid #1b3542;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  width: 202px;
  height: 51px;
  padding: 17px 20px 0px 42px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btns > li a.font-jp {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.2rem;
  width: auto;
}

@media screen and (max-width: 750px) {
  .btns > li a.font-jp {
    font-size: 2rem;
  }
}

.btns > li a:before {
  display: block;
  content: '';
  width: 18px;
  height: 1px;
  position: absolute;
  top: 25px;
  right: 24px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btns > li a:after {
  display: block;
  content: '';
  width: 6px;
  height: 1px;
  position: absolute;
  top: 23px;
  right: 24px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btns > li a.back {
  padding: 17px 42px 0px 20px;
  text-align: right !important;
}

.btns > li a.back:before {
  right: auto;
  left: 24px;
}

.btns > li a.back:after {
  right: auto;
  left: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .btns > li a {
    border: 0.266vw solid #1b3542;
    letter-spacing: 0.266vw;
    width: 50.806vw;
    height: 12.768vw;
    font-size: 1.8rem;
    padding: 5.054vw 13.566vw 0;
  }
  .btns > li a:before {
    width: 4.522vw;
    height: 0.266vw;
    top: 6.783vw;
    right: 6.118vw;
  }
  .btns > li a:after {
    width: 1.862vw;
    height: 0.266vw;
    top: 6.118vw;
    right: 5.985vw;
  }
  .btns > li a.font-jp {
    font-size: 1.8rem;
    letter-spacing: 0.133vw;
    line-height: 1;
  }
  .btns > li a.back {
    padding: 5.054vw 13.566vw 0;
  }
  .btns > li a.back:before {
    left: 6.118vw;
  }
  .btns > li a.back:after {
    left: 5.985vw;
  }
}

@media screen and (min-width: 769px) {
  .btns > li a:hover {
    background: #fff;
    color: #1b3542;
  }
  .btns > li a:hover:before, .btns > li a:hover:after {
    background: #1b3542;
    right: 18px;
  }
}

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

.btns.center > li {
  margin: 0 20px;
}

@media screen and (max-width: 750px) {
  .btns.center > li {
    margin-bottom: 2.66vw;
  }
  .btns.center > li:last-child {
    margin-bottom: 0;
  }
}

.btns.center > li a {
  text-align: left;
}

.btns.white > li a {
  background: #fff;
  border: 1px solid #1b3542;
  color: #034975;
}

.btns.white > li a:before {
  background: #1b3542;
}

.btns.white > li a:after {
  background: #1b3542;
}

@media screen and (min-width: 769px) {
  .btns.white > li a:hover {
    background: #1b3542;
    color: #fff;
  }
  .btns.white > li a:hover:before, .btns.white > li a:hover:after {
    background: #fff;
  }
}

.btns.no-arrow > li a {
  padding: 16px 22px;
}

@media screen and (max-width: 750px) {
  .btns.no-arrow > li a {
    padding: 5.054vw 5.32vw 0;
  }
}

.btns.no-arrow > li a:before, .btns.no-arrow > li a:after {
  display: none;
}

.slick-btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.slick-btns.pause {
  opacity: 0;
}

.slick-btns > li {
  margin: 0 2px;
  flex-basis: 48px;
}

.slick-btns > li a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #1b3542;
  background: #1b3542;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-btns > li a:before {
  display: block;
  content: '';
  width: 6px;
  height: 1px;
  position: absolute;
  top: 21px;
  right: 26px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-btns > li a:after {
  display: block;
  content: '';
  width: 18px;
  height: 1px;
  position: absolute;
  top: 24px;
  right: 14px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-btns > li a.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14px;
}

@media screen and (min-width: 769px) {
  .slick-btns > li a:hover {
    background: #fff;
  }
  .slick-btns > li a:hover:before, .slick-btns > li a:hover:after {
    background: #1b3542;
  }
}

@media screen and (max-width: 750px) {
  .slick-btns > li {
    margin: 0 0.532vw;
    flex-basis: 20.216vw;
  }
  .slick-btns > li a {
    width: 9.31vw;
    height: 9.31vw;
  }
  .slick-btns > li a:before {
    width: 1.33vw;
    height: 0.266vw;
    top: 4.256vw;
    right: 4.522vw;
  }
  .slick-btns > li a:after {
    width: 2.394vw;
    height: 0.266vw;
    top: 4.655vw;
    right: 3.325vw;
  }
  .slick-btns > li a.slick-next:before {
    right: 3.192vw;
  }
}

/*========================================================*/
/*  LAYOUT */
/*========================================================*/
body {
  display: block;
}

body .curtain {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 100000;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body .curtain:before {
  display: block;
  content: '';
  width: 200px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: -200px;
  background: #efefef;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body .curtain:not(.pause) {
  width: 0;
}

body .curtain:not(.pause):before {
  left: 0;
  width: 50px;
}

body .curtain.move-page {
  width: 100%;
}

body .curtain.move-page:before {
  left: -200px;
  width: 200px;
}

@media screen and (max-width: 750px) {
  body .curtain {
    width: 100vw;
  }
  body .curtain:before {
    width: 26.6vw;
    left: -26.6vw;
  }
  body .curtain:not(.pause):before {
    width: 6.65vw;
  }
  body .curtain.move-page:before {
    left: -26.6vw;
    width: 26.6vw;
  }
}

body #site-wrapper {
  min-width: 1280px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s;
}

@media screen and (max-width: 750px) {
  body #site-wrapper {
    min-width: auto;
    width: 100%;
    overflow-x: hidden;
  }
}

body #site-wrapper.pause {
  opacity: 0;
}

body #site-wrapper #site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 10000;
}

body #site-wrapper #site-header > .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 28px 28px 0;
}

body #site-wrapper #site-header > .inner h1 {
  width: 130px;
  position: relative;
  z-index: 10;
}

body #site-wrapper #site-header > .inner .right-parts {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body #site-wrapper #site-header > .inner .right-parts .sub-navi {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: 24px;
  padding-top: 4px;
}

body #site-wrapper #site-header > .inner .right-parts .sub-navi > li {
  margin-right: 24px;
}

body #site-wrapper #site-header > .inner .right-parts .sub-navi > li:last-child {
  margin-right: 0;
}

body #site-wrapper #site-header > .inner .right-parts .sub-navi > li a {
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #1b3542;
}

body #site-wrapper #site-header > .inner .menu-icon {
  position: relative;
  z-index: 10;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

body #site-wrapper #site-header > .inner .menu-icon a {
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: 20px;
  width: 30px;
  text-align: center;
  color: #1b3542;
  line-height: 1;
  padding-top: 14px;
  position: relative;
  outline: none;
}

body #site-wrapper #site-header > .inner .menu-icon a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #1b3542;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

body #site-wrapper #site-header > .inner .menu-icon a span:first-child {
  top: 0;
}

body #site-wrapper #site-header > .inner .menu-icon a span:nth-child(2) {
  top: 6px;
}

body #site-wrapper #site-header > .inner .menu-icon a em {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body #site-wrapper #site-header > .inner .menu-icon.opened {
  top: 10px;
}

body #site-wrapper #site-header > .inner .menu-icon.opened a em {
  opacity: 0;
}

body #site-wrapper #site-header > .inner .menu-icon.opened span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body #site-wrapper #site-header > .inner .menu-icon.opened span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-header {
    background: #fff;
    height: 16.492vw;
  }
  body #site-wrapper #site-header > .inner {
    padding: 5.32vw 5.586vw 0 4.522vw;
  }
  body #site-wrapper #site-header > .inner h1 {
    width: 25.004vw;
  }
  body #site-wrapper #site-header > .inner .right-parts .sub-navi {
    display: none;
  }
  body #site-wrapper #site-header > .inner .menu-icon {
    padding-top: 0.665vw;
  }
  body #site-wrapper #site-header > .inner .menu-icon a {
    height: 4.788vw;
    width: 7.182vw;
    font-size: 1.7rem;
    padding-top: 3.192vw;
    top: 0;
  }
  body #site-wrapper #site-header > .inner .menu-icon a span {
    height: 0.266vw;
  }
  body #site-wrapper #site-header > .inner .menu-icon a span:nth-child(2) {
    top: 1.33vw;
  }
  body #site-wrapper #site-header > .inner .menu-icon.opened {
    top: 2.66vw;
  }
}

body #site-wrapper #site-header .rec-btn {
  position: fixed;
  top: 50%;
  left: 12px;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-header .rec-btn {
    display: none;
  }
}

body #site-wrapper #site-header .rec-btn a {
  position: relative;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  padding: 1px 3px 1px 2px;
}

body #site-wrapper #site-header .rec-btn a:before {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1b3542;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper #site-header .rec-btn a span {
  display: block;
  line-height: 1;
  color: #1b3542;
  position: relative;
  z-index: 1;
  padding-right: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper #site-header .rec-btn a span:before {
  display: block;
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  top: 1px;
  right: 4px;
  bottom: 1px;
  background: #1b3542;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper #site-header .rec-btn a span:after {
  display: block;
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  background: #1b3542;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  body #site-wrapper #site-header .rec-btn a:hover:before {
    width: 100%;
  }
  body #site-wrapper #site-header .rec-btn a:hover span {
    color: #fff;
  }
  body #site-wrapper #site-header .rec-btn a:hover span:before {
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
  }
  body #site-wrapper #site-header .rec-btn a:hover span:after {
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 3px;
  }
}

body #site-wrapper #site-header .global-navi {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-header .global-navi {
    height: 100%;
  }
}

body #site-wrapper #site-header .global-navi:before {
  display: block;
  content: '';
  width: 6px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  background: #034975;
  -webkit-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

body #site-wrapper #site-header .global-navi:after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  background: #034975;
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

body #site-wrapper #site-header .global-navi > .inner {
  width: 100%;
  height: 100vh;
  position: relative;
}

body #site-wrapper #site-header .global-navi > .inner:before {
  display: block;
  content: '';
  width: 6px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  position: fixed;
  background: #034975;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
}

body #site-wrapper #site-header .global-navi > .inner:after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  position: fixed;
  background: #034975;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px);
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-header .global-navi > .inner {
    height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}

body #site-wrapper #site-header .global-navi > .inner .navi-list {
  display: inline-block;
  padding: 150px 10.3% 0;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li {
  margin-bottom: 16px;
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li a {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  color: #1b3542;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li a em {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.1rem;
  color: #4d4d4d;
  display: inline-block;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li a:before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1b3542;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li a:hover:before {
    width: 100%;
    opacity: 1;
  }
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li .sub-navi-list {
  font-size: 2.4rem;
  text-align: left;
  padding-top: 8px;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li .sub-navi-list > li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 12px;
  padding-left: 12px;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li .sub-navi-list > li:last-child {
  margin-bottom: 0;
}

body #site-wrapper #site-header .global-navi > .inner .navi-list > li .sub-navi-list > li:before {
  display: block;
  content: '';
  width: 6px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #1b3542;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-header .global-navi > .inner .navi-list {
    padding-top: 17.29vw;
    padding-left: 12.768vw;
  }
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li {
    margin-bottom: 3.99vw;
    top: 2.66vw;
  }
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li a {
    font-size: 4rem;
  }
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li a em {
    font-size: 1.5rem;
  }
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li a:before {
    display: none;
  }
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li .sub-navi-list {
    font-size: 1.8rem;
    padding-top: 3.99vw;
  }
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li .sub-navi-list > li {
    margin-bottom: 3.99vw;
    margin-left: 1.33vw;
    padding-left: 2.66vw;
    top: 2.66vw;
  }
  body #site-wrapper #site-header .global-navi > .inner .navi-list > li .sub-navi-list > li:before {
    width: 1.33vw;
    height: 0.532vw;
    top: 3.192vw;
  }
}

body #site-wrapper #site-header .global-navi > .inner .side-navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: fixed;
  top: 50%;
  right: -150px;
  -webkit-transform: rotate(90deg) translate(0, -60px);
  transform: rotate(90deg) translate(0, -60px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper #site-header .global-navi > .inner .side-navi-list > li {
  margin-left: 24px;
}

body #site-wrapper #site-header .global-navi > .inner .side-navi-list > li a {
  color: #1b3542;
  font-family: 'urw-din', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #site-wrapper #site-header .global-navi > .inner .side-navi-list > li a em {
  display: none;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-header .global-navi > .inner .side-navi-list {
    position: relative;
    top: 0;
    right: auto;
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    opacity: 1;
    padding-left: 12.768vw;
  }
  body #site-wrapper #site-header .global-navi > .inner .side-navi-list > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.66vw;
    top: 2.66vw;
    opacity: 0;
  }
  body #site-wrapper #site-header .global-navi > .inner .side-navi-list > li a {
    font-size: 4rem;
  }
  body #site-wrapper #site-header .global-navi > .inner .side-navi-list > li a span {
    display: inline-block;
    margin-bottom: 0.266vw;
  }
  body #site-wrapper #site-header .global-navi > .inner .side-navi-list > li a em {
    display: inline-block;
    font-size: 1.5rem;
    color: #4d4d4d;
  }
}

body #site-wrapper #site-header .global-navi.opened {
  width: 100%;
  opacity: 1;
}

body #site-wrapper #site-header .global-navi.opened:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s 1s;
  transition: -webkit-transform 0.3s 1s;
  transition: transform 0.3s 1s;
  transition: transform 0.3s 1s, -webkit-transform 0.3s 1s;
}

body #site-wrapper #site-header .global-navi.opened:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s 1s;
  transition: -webkit-transform 0.3s 1s;
  transition: transform 0.3s 1s;
  transition: transform 0.3s 1s, -webkit-transform 0.3s 1s;
}

body #site-wrapper #site-header .global-navi.opened > .inner:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s 1s;
  transition: -webkit-transform 0.3s 1s;
  transition: transform 0.3s 1s;
  transition: transform 0.3s 1s, -webkit-transform 0.3s 1s;
}

body #site-wrapper #site-header .global-navi.opened > .inner:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s 1s;
  transition: -webkit-transform 0.3s 1s;
  transition: transform 0.3s 1s;
  transition: transform 0.3s 1s, -webkit-transform 0.3s 1s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li {
  top: 0;
  opacity: 1;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li:nth-child(1) {
  -webkit-transition: all 0.3s 1.1s;
  transition: all 0.3s 1.1s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li:nth-child(2) {
  -webkit-transition: all 0.3s 1.2s;
  transition: all 0.3s 1.2s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li:nth-child(3) {
  -webkit-transition: all 0.3s 1.7s;
  transition: all 0.3s 1.7s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li:nth-child(4) {
  -webkit-transition: all 0.3s 1.8s;
  transition: all 0.3s 1.8s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li:nth-child(5) {
  -webkit-transition: all 0.3s 1.9s;
  transition: all 0.3s 1.9s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li .sub-navi-list > li {
  top: 0;
  opacity: 1;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li .sub-navi-list > li:nth-child(1) {
  -webkit-transition: all 0.3s 1.3s;
  transition: all 0.3s 1.3s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li .sub-navi-list > li:nth-child(2) {
  -webkit-transition: all 0.3s 1.4s;
  transition: all 0.3s 1.4s;
}

body #site-wrapper #site-header .global-navi.opened > .inner .navi-list > li .sub-navi-list > li:nth-child(3) {
  -webkit-transition: all 0.3s 1.5s;
  transition: all 0.3s 1.5s;
}

@media screen and (min-width: 751px) {
  body #site-wrapper #site-header .global-navi.opened > .inner .side-navi-list {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.3s 1.2s;
    transition: all 0.3s 1.2s;
  }
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-header .global-navi.opened > .inner .side-navi-list > li {
    top: 0;
    opacity: 1;
  }
  body #site-wrapper #site-header .global-navi.opened > .inner .side-navi-list > li:nth-child(1) {
    -webkit-transition: all 0.3s 2s;
    transition: all 0.3s 2s;
  }
  body #site-wrapper #site-header .global-navi.opened > .inner .side-navi-list > li:nth-child(2) {
    -webkit-transition: all 0.3s 2.1s;
    transition: all 0.3s 2.1s;
  }
  body #site-wrapper #site-header .global-navi.opened > .inner .side-navi-list > li:nth-child(3) {
    -webkit-transition: all 0.3s 2.2s;
    transition: all 0.3s 2.2s;
  }
  body #site-wrapper #site-header .global-navi.opened > .inner .side-navi-list > li:nth-child(4) {
    -webkit-transition: all 0.3s 2.3s;
    transition: all 0.3s 2.3s;
  }
}

body #site-wrapper #site-footer {
  padding-top: 48px;
  background: #ebebeb;
}

body #site-wrapper #site-footer .btns {
  margin-bottom: 26px;
}

body #site-wrapper #site-footer .footer-navi {
  text-align: center;
  margin-bottom: 45px;
}

body #site-wrapper #site-footer .footer-navi > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
}

body #site-wrapper #site-footer .footer-navi > li a {
  line-height: 1;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
  color: #000;
}

body #site-wrapper #site-footer .copyright {
  background: #1b3542;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #site-footer {
    padding-top: 15.96vw;
  }
  body #site-wrapper #site-footer .btns {
    margin-bottom: 5.852vw;
  }
  body #site-wrapper #site-footer .footer-navi {
    margin-bottom: 12.502vw;
  }
  body #site-wrapper #site-footer .footer-navi > li {
    margin: 0 1.995vw;
  }
  body #site-wrapper #site-footer .footer-navi > li a {
    font-size: 1.5rem;
    letter-spacing: 0.266vw;
  }
  body #site-wrapper #site-footer .copyright {
    padding: 3.192vw 2.66vw;
    letter-spacing: 0.266vw;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  body #site-wrapper #main-container {
    padding-top: 16.492vw;
  }
}

body #site-wrapper #main-container .page-header {
  width: 946px;
  margin: 0 auto;
  height: 798px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: flex-center;
  align-items: flex-center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: relative;
}

body #site-wrapper #main-container .page-header .page-title {
  flex-basis: 296px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 350px;
}

body #site-wrapper #main-container .page-header .page-title h3 {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
}

body #site-wrapper #main-container .page-header .page-title h2 {
  -webkit-box-ordinal-group: 4;
  order: 3;
  font-size: 1.2rem;
  color: #4d4d4d;
}

body #site-wrapper #main-container .page-header .page-title .page-navi {
  -webkit-box-ordinal-group: 2;
  order: 1;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 18px;
}

body #site-wrapper #main-container .page-header .page-title .page-navi .navi-list > li {
  position: relative;
  display: inline-block;
}

body #site-wrapper #main-container .page-header .page-title .page-navi .navi-list > li a {
  color: #000;
}

body #site-wrapper #main-container .page-header .page-title .page-navi .navi-list > li:after {
  display: inline-block;
  content: '>';
  margin: 0 5px;
  color: #000;
}

body #site-wrapper #main-container .page-header .page-header-image {
  height: 798px;
  flex-basis: 580px;
  width: 580px;
  position: relative;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #main-container .page-header .page-header-image {
    flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    order: 1;
    height: auto;
    width: 100%;
  }
}

body #site-wrapper #main-container .page-header .page-header-image .image {
  width: 0;
  height: 798px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #main-container .page-header .page-header-image .image {
    height: 0;
    position: relative;
    padding-top: 137.58%;
  }
  body #site-wrapper #main-container .page-header .page-header-image .image img {
    width: 100vw;
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  body #site-wrapper #main-container .page-header {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body #site-wrapper #main-container .page-header .page-title {
    flex-basis: auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding-top: 7.98vw;
    padding-left: 4.655vw;
  }
  body #site-wrapper #main-container .page-header .page-title h3 {
    font-size: 4.5rem;
  }
  body #site-wrapper #main-container .page-header .page-title h2 {
    font-size: 1.8rem;
    color: #4d4d4d;
  }
  body #site-wrapper #main-container .page-header .page-title .page-navi {
    font-size: 1.8rem;
    margin-bottom: 1.862vw;
  }
  body #site-wrapper #main-container .page-header .page-title .page-navi .navi-list > li a {
    font-size: 1.8rem;
  }
  body #site-wrapper #main-container .page-header .page-title .page-navi .navi-list > li:after {
    margin: 0 1.064vw;
  }
  body #site-wrapper #main-container .page-header .page-header-image {
    flex-basis: auto;
    height: 70vh;
    width: 100%;
    overflow: hidden;
  }
  body #site-wrapper #main-container .page-header .page-header-image .image {
    width: 0;
    height: 0;
    position: relative;
    padding-top: 137.58%;
  }
  body #site-wrapper #main-container .page-header .page-header-image .image img {
    width: 100vw;
    height: 100%;
  }
}

body #site-wrapper #main-container .owned-propaty {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 950px;
  margin: 0 auto;
}

body #site-wrapper #main-container .owned-propaty .contents-header {
  -webkit-box-ordinal-group: 3;
  order: 2;
  flex-basis: 202px;
  margin-bottom: 44px;
  padding-top: 160px;
}

body #site-wrapper #main-container .owned-propaty .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body #site-wrapper #main-container .owned-propaty .contents-header h2 {
  font-size: 1.2rem;
  margin-bottom: 120px;
  color: #4d4d4d;
}

body #site-wrapper #main-container .owned-propaty .contents {
  position: relative;
  -webkit-box-ordinal-group: 2;
  order: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-basis: calc(950px - 202px);
}

body #site-wrapper #main-container .owned-propaty .contents .slick-btns {
  flex-basis: 104px;
  margin-right: 104px;
  padding-top: 250px;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick-wrap {
  width: 468px;
  height: 512px;
  position: relative;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick-wrap .circle {
  width: 450px;
  height: 450px;
  border-radius: 225px;
  background: #1b3542;
  position: absolute;
  top: 44px;
  left: 0;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick {
  width: 468px;
  height: 512px;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide {
  position: relative;
  width: 468px;
  height: 512px !important;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-s {
  position: absolute;
  bottom: 0;
  right: 90px;
  opacity: 0.15;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-s img {
  width: 378px;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-s.pause {
  opacity: 0;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-l {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-l.slide-out {
  right: -20px;
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-l.pause {
  top: 20px;
  opacity: 0;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick {
  position: absolute;
  bottom: 220px;
  left: 748px;
  width: 202px;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a {
  display: block;
  color: #1b3542;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h5 {
  font-family: 'urw-din', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 4px;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h5.pause {
  top: -5px;
  opacity: 0;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h4 {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #4d4d4d;
}

body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h4.pause {
  top: 5px;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  body #site-wrapper #main-container .owned-propaty {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body #site-wrapper #main-container .owned-propaty .contents-header {
    -webkit-box-ordinal-group: 2;
    order: 1;
    flex-basis: auto;
    margin-bottom: 11.97vw;
    padding-top: 0;
    padding-left: 5.054vw;
    width: 100%;
  }
  body #site-wrapper #main-container .owned-propaty .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.862vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents-header h2 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  body #site-wrapper #main-container .owned-propaty .contents {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
    flex-basis: auto;
    display: block;
  }
  body #site-wrapper #main-container .owned-propaty .contents .slick-btns {
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-basis: auto;
    margin-right: 0;
    padding-top: 0;
    position: absolute;
    top: 39.634vw;
    left: 0;
  }
  body #site-wrapper #main-container .owned-propaty .contents .slick-btns > li {
    flex-basis: auto;
    margin: 0 5.054vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick-wrap {
    width: 75.012vw;
    height: 82.061vw;
    margin: 0 auto 8.246vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick-wrap .circle {
    width: 64.505vw;
    height: 64.505vw;
    border-radius: 50%;
    top: 10.64vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick {
    width: 75.012vw;
    height: 82.061vw;
    margin: 0 auto;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide {
    position: relative;
    width: 75.012vw;
    height: 82.061vw !important;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-s {
    display: none;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-l {
    right: 15.96vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-l img {
    width: 75.012vw;
    height: 82.061vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-l.slide-out {
    right: 10.64vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-slick .slick-slide .propaty-image-l.pause {
    top: 2.66vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-bottom: 6.65vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide {
    text-align: center;
    width: 100%;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a {
    display: inline-block;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h5 {
    font-size: 3rem;
    margin-bottom: 1.33vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h5.pause {
    top: -1.33vw;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h4 {
    font-size: 1.8rem;
  }
  body #site-wrapper #main-container .owned-propaty .contents .owned-propaty-info-slick .slick-slide a h4.pause {
    top: 1.33vw;
  }
}

body #site-wrapper .local-navi {
  width: 950px;
  margin: 0 auto;
}

body #site-wrapper .local-navi .navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body #site-wrapper .local-navi .navi-list > li {
  flex-basis: 250px;
  border-bottom: 1px solid #1b3542;
}

body #site-wrapper .local-navi .navi-list > li a {
  display: block;
  position: relative;
  padding: 10px 4px 20px;
}

body #site-wrapper .local-navi .navi-list > li a:before {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 53, 66, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper .local-navi .navi-list > li a span {
  position: relative;
  display: block;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  color: #1b3542;
}

body #site-wrapper .local-navi .navi-list > li a span:before {
  display: block;
  content: '';
  width: 18px;
  height: 1px;
  position: absolute;
  top: 25px;
  right: 24px;
  background: #1b3542;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body #site-wrapper .local-navi .navi-list > li a span:after {
  display: block;
  content: '';
  width: 6px;
  height: 1px;
  position: absolute;
  top: 23px;
  right: 24px;
  background: #1b3542;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body #site-wrapper .local-navi .navi-list > li a em {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

@media screen and (min-width: 769px) {
  body #site-wrapper .local-navi .navi-list > li a:hover:before {
    width: 100%;
  }
  body #site-wrapper .local-navi .navi-list > li a:hover span:before, body #site-wrapper .local-navi .navi-list > li a:hover span:after {
    right: 18px;
  }
}

@media screen and (max-width: 750px) {
  body #site-wrapper .local-navi {
    width: auto;
    margin: 0 4.522vw;
  }
  body #site-wrapper .local-navi .navi-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body #site-wrapper .local-navi .navi-list > li {
    flex-basis: auto;
    border-bottom-width: 0.266vw;
    width: 100%;
    margin-bottom: 4.522vw;
  }
  body #site-wrapper .local-navi .navi-list > li a {
    padding: 3.99vw 2.66vw;
  }
  body #site-wrapper .local-navi .navi-list > li a span {
    font-size: 3rem;
    letter-spacing: 0.133vw;
  }
  body #site-wrapper .local-navi .navi-list > li a span:before {
    width: 4.522vw;
    height: 0.266vw;
    top: 6.783vw;
    right: 6.118vw;
  }
  body #site-wrapper .local-navi .navi-list > li a span:after {
    width: 1.862vw;
    height: 0.266vw;
    top: 6.118vw;
    right: 5.985vw;
  }
  body #site-wrapper .local-navi .navi-list > li a em {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
}

body #site-wrapper .propaty-list {
  margin-left: -74px;
  width: 1024px;
  min-height: 367px;
}

body #site-wrapper .propaty-list > li {
  float: left;
  width: 182px;
  margin-bottom: 32px;
  margin-left: 74px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body #site-wrapper .propaty-list > li a {
  display: block;
}

body #site-wrapper .propaty-list > li a .propaty-thumb {
  margin-bottom: 24px;
}

body #site-wrapper .propaty-list > li a h5 {
  text-align: center;
}

body #site-wrapper .propaty-list > li a h5 span {
  display: block;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  margin-bottom: 8px;
  color: #1b3542;
}

body #site-wrapper .propaty-list > li a h5 em {
  display: block;
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body #site-wrapper .propaty-list {
    width: 100%;
    margin-left: 0;
  }
  body #site-wrapper .propaty-list > li {
    width: 50%;
    padding: 0 4.522vw;
    margin-left: 0;
    margin-bottom: 7.182vw;
  }
  body #site-wrapper .propaty-list > li a .propaty-thumb {
    margin-bottom: 2.66vw;
  }
  body #site-wrapper .propaty-list > li a .propaty-thumb img {
    width: 100%;
  }
  body #site-wrapper .propaty-list > li a h5 span {
    font-size: 3rem;
    margin-bottom: 1.064vw;
  }
  body #site-wrapper .propaty-list > li a h5 em {
    font-size: 1.8rem;
  }
}

body#page-home #site-wrapper #main-container {
  padding-top: 82px;
}

@media screen and (max-width: 750px) {
  body#page-home #site-wrapper #main-container {
    padding-top: 16.492vw;
  }
}

body#page-home #site-wrapper #main-container #kv {
  width: 100%;
  position: relative;
  margin-bottom: 110px;
  overflow: hidden;
  z-index: 0;
}

body#page-home #site-wrapper #main-container #kv .slick-btns {
  position: absolute;
  bottom: 32px;
  left: 234px;
}

body#page-home #site-wrapper #main-container #kv .head-texts {
  position: absolute;
  top: 218px;
  left: 110px;
  z-index: 1;
}

body#page-home #site-wrapper #main-container #kv .head-texts .en {
  margin-bottom: 2em;
}

body#page-home #site-wrapper #main-container #kv .head-texts .en .write {
  margin-bottom: 0.5em;
}

body#page-home #site-wrapper #main-container #kv .head-texts .en .write:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container #kv .head-texts .en .write span {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-home #site-wrapper #main-container #kv .head-texts .jp {
  color: #4d4d4d;
}

body#page-home #site-wrapper #main-container #kv .head-texts .jp .write {
  margin-bottom: 0.6em;
}

body#page-home #site-wrapper #main-container #kv .head-texts .jp .write:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container #kv .head-texts .jp .write span {
  font-size: 1rem;
}

body#page-home #site-wrapper #main-container #kv .slick-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  height: 716px;
  overflow: hidden;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

body#page-home #site-wrapper #main-container #kv .slick-area.pause {
  opacity: 0;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area {
  width: 502px;
  height: 716px;
  flex-basis: 502px;
  position: relative;
  z-index: 1;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .kv-sub-slick {
  position: absolute;
  right: -40px;
  bottom: 55px;
  width: 284px;
  height: 190px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.34);
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .kv-sub-slick .slick-slide:focus {
  outline: none;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en {
  position: absolute;
  bottom: 220px;
  left: 110px;
  opacity: 1;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en span {
  position: relative;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(1) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(2) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(3) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(4) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(5) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(6) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(7) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(8) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(9) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(10) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en:not(.pause) > span:nth-child(11) {
  -webkit-animation-name: write;
  animation-name: write;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-jp {
  font-size: 1rem;
  position: absolute;
  bottom: 190px;
  left: 110px;
  opacity: 1;
  color: #4d4d4d;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-jp.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-jp span {
  position: relative;
  opacity: 0;
  top: 5px;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-jp:not(.pause) span {
  -webkit-animation-name: slide-in-up;
  animation-name: slide-in-up;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-num {
  position: absolute;
  bottom: 100px;
  left: 110px;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-num span {
  font-size: 10px;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .progress-bar {
  position: absolute;
  bottom: 90px;
  left: 110px;
  width: 68px;
  height: 1px;
  background: #b0b0b0;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .progress-bar:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #1b3542;
}

body#page-home #site-wrapper #main-container #kv .slick-area .left-area .progress-bar:not(.pause):after {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick {
  width: calc(100% - 502px);
  flex-basis: 778px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick .slick-track {
  overflow: hidden;
}

body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick .slick-slide {
  overflow: hidden;
  position: relative;
  height: 716px;
}

body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick .slick-slide:focus {
  outline: none;
}

body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick .slick-slide img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  body#page-home #site-wrapper #main-container #kv {
    margin-bottom: 19.285vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-home #site-wrapper #main-container #kv .slick-btns {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-top: -4.522vw;
    margin-left: 75.278vw;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts {
    -webkit-box-ordinal-group: 4;
    order: 3;
    top: auto;
    left: auto;
    position: relative;
    padding: 0 4.522vw;
    margin-top: 11.97vw;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts .en {
    margin-bottom: 3.458vw;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts .en .write {
    margin-bottom: 0.798vw;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts .en .write:last-child {
    margin-bottom: 0;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts .en .write span {
    font-size: 4.4rem;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts .jp .write {
    margin-bottom: 1.862vw;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts .jp .write:last-child {
    margin-bottom: 0;
  }
  body#page-home #site-wrapper #main-container #kv .head-texts .jp .write span {
    font-size: 2rem;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow: visible;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
    height: auto;
    flex-basis: auto;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .kv-sub-slick {
    position: relative;
    right: auto;
    bottom: auto;
    width: 54.264vw;
    height: 36.309vw;
    box-shadow: 0.266vw 0.266vw 0.798vw rgba(0, 0, 0, 0.34);
    margin-top: -21.546vw;
    margin-left: 37.24vw;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .kv-sub-slick .slick-slide img {
    width: 100%;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en {
    bottom: 3.192vw;
    left: 4.522vw;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-en span {
    font-size: 4.5rem;
    text-shadow: 0.266vw 0.266vw 0 #fff, -0.266vw 0.266vw 0 #fff, 0.266vw -0.266vw 0 #fff, -0.266vw -0.266vw 0 #fff;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-jp {
    font-size: 1.8rem;
    bottom: 0;
    left: 4.522vw;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-title-jp span {
    top: 1.33vw;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-num {
    bottom: -5.586vw;
    left: 4.522vw;
    font-size: 2rem;
    letter-spacing: 0.266vw;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .service-num span {
    font-size: 2rem;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .progress-bar {
    bottom: -4.522vw;
    left: 24.472vw;
    width: 13.034vw;
    height: 0.798vw;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .progress-bar:after {
    height: 100%;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .left-area .progress-bar:not(.pause):after {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 99.75vw;
    height: 129.143vw;
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick .slick-slide {
    overflow: hidden;
    position: relative;
    height: 129.143vw;
  }
  body#page-home #site-wrapper #main-container #kv .slick-area .kv-main-slick .slick-slide img {
    width: auto;
    height: 129.143vw;
    max-width: none;
  }
}

body#page-home #site-wrapper #main-container .our-identity {
  position: relative;
  margin-bottom: 88px;
  z-index: 1;
}

body#page-home #site-wrapper #main-container .our-identity .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1280px;
  margin: 0 auto;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents {
  position: relative;
  flex-basis: 676px;
  -webkit-box-ordinal-group: 3;
  order: 2;
  z-index: 1;
  padding: 65px 20px 0 90px;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents .contents-header {
  margin-bottom: 44px;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents .contents-header h2 {
  font-size: 1.2rem;
  color: #4d4d4d;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents .block {
  margin-bottom: 28px;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents .block .text-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
  margin-bottom: 8px;
  color: #333;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents .block .text-en {
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1.5px;
  color: #000;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents-image {
  flex-basis: 604px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  width: 604px;
  height: 402px;
  position: relative;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents-image:after {
  display: block;
  content: '';
  width: 610px;
  height: 336px;
  position: absolute;
  top: -70px;
  right: -120px;
  background: #f7f7f7;
}

body#page-home #site-wrapper #main-container .our-identity .flex .contents-image .image {
  width: 0;
  height: 402px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body#page-home #site-wrapper #main-container .our-identity {
    margin-bottom: 15.96vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents {
    flex-basis: auto;
    padding: 0 4.522vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents .contents-header {
    margin-bottom: 5.852vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents .contents-header h2 {
    font-size: 1.8rem;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents .block {
    margin-bottom: 7.182vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents .block .text-jp {
    font-size: 4.5rem;
    letter-spacing: 0.532vw;
    margin-bottom: 2.128vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents .block .text-en {
    font-size: 2rem;
    letter-spacing: 0.266vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents-image {
    flex-basis: auto;
    width: 83.258vw;
    height: 55.461vw;
    margin-bottom: 10.64vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents-image:after {
    width: 84.056vw;
    height: 46.55vw;
    top: -9.842vw;
    right: -16.492vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents-image .image {
    height: 55.461vw;
  }
  body#page-home #site-wrapper #main-container .our-identity .flex .contents-image .image img {
    height: 55.461vw;
    width: auto;
  }
}

body#page-home #site-wrapper #main-container .our-service {
  margin-bottom: 90px;
}

body#page-home #site-wrapper #main-container .our-service .contents-header {
  padding-left: 82px;
  margin-bottom: 44px;
}

body#page-home #site-wrapper #main-container .our-service .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-home #site-wrapper #main-container .our-service .contents-header h2 {
  font-size: 1.2rem;
  color: #4d4d4d;
}

body#page-home #site-wrapper #main-container .our-service .service-list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 42px;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li {
  flex-basis: calc(100% / 3);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a {
  display: block;
  width: 348px;
  height: 172px;
  background: #fff;
  -webkit-box-ordinal-group: 3;
  order: 2;
  position: relative;
  top: -34px;
  z-index: 1;
  padding: 20px 40px 20px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: -34px;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a:before {
  display: block;
  content: '';
  width: 18px;
  height: 1px;
  position: absolute;
  top: 36px;
  right: 30px;
  background: #1b3542;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a:after {
  display: block;
  content: '';
  width: 6px;
  height: 1px;
  position: absolute;
  top: 33px;
  right: 30px;
  background: #1b3542;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a:not(.pause) {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a h4 {
  margin-bottom: 12px;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a h4 em {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
  display: block;
  color: #1b3542;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a h4 span {
  display: block;
  color: #4d4d4d;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li > a .text {
  color: #4d4d4d;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li .service-image {
  -webkit-box-ordinal-group: 2;
  order: 1;
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li .service-image:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li .service-image img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li .service-image:not(.pause):after {
  -webkit-animation-name: scale-out;
  animation-name: scale-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li:first-child > a {
  align-self: flex-end;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li:first-child .service-image img {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li:nth-child(2) > a {
  margin: 0 auto -34px;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li:last-child .service-image img {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li.hover > a {
  background: #1b3542;
  color: #fff;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li.hover > a h4 em,
body#page-home #site-wrapper #main-container .our-service .service-list > li.hover > a h4 span {
  color: #fff;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li.hover > a .text {
  color: #fff;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li.hover > a:before, body#page-home #site-wrapper #main-container .our-service .service-list > li.hover > a:after {
  right: 25px;
  background: #fff;
}

body#page-home #site-wrapper #main-container .our-service .service-list > li.hover .service-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 750px) {
  body#page-home #site-wrapper #main-container .our-service {
    margin-bottom: 19.95vw;
  }
  body#page-home #site-wrapper #main-container .our-service .contents-header {
    padding-left: 4.522vw;
    margin-bottom: 7.98vw;
  }
  body#page-home #site-wrapper #main-container .our-service .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-home #site-wrapper #main-container .our-service .contents-header h2 {
    font-size: 1.8rem;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 1.33vw;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 2.926vw;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li > a {
    width: 81.13vw;
    height: auto;
    top: -7.98vw;
    padding: 4.522vw;
    margin-bottom: -7.98vw;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li > a:before {
    width: 4.522vw;
    height: 0.266vw;
    top: 6.783vw;
    right: 6.118vw;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li > a:after {
    width: 1.862vw;
    height: 0.266vw;
    top: 6.118vw;
    right: 5.985vw;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li > a h4 {
    margin-bottom: 3.724vw;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li > a h4 em {
    font-size: 3rem;
    margin-bottom: 0.798vw;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li > a h4 span {
    font-size: 1.8rem;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li > a .text {
    font-size: 1.8rem;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li .service-image {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li .service-image img {
    width: 100%;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li .service-image:not(.pause):after {
    -webkit-animation-name: scale-out;
    animation-name: scale-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li:first-child > a {
    align-self: unset;
  }
  body#page-home #site-wrapper #main-container .our-service .service-list > li:nth-child(2) > a {
    margin: 0 0 -7.98vw;
  }
  body#page-home #site-wrapper #main-container .our-service .btns {
    text-align: left;
  }
  body#page-home #site-wrapper #main-container .our-service .btns > li {
    margin: 0 0 0 4.522vw;
  }
}

body#page-home #site-wrapper #main-container .owned-propaty {
  margin-bottom: 110px;
}

@media screen and (max-width: 750px) {
  body#page-home #site-wrapper #main-container .owned-propaty {
    margin-bottom: 23.142vw;
  }
}

body#page-home #site-wrapper #main-container .news-area {
  background: #f7f7f7;
  padding: 82px 0 98px;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents-header {
  flex-basis: 354px;
  padding-left: 110px;
  margin-bottom: 44px;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents-header h2 {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #4d4d4d;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents {
  flex-basis: 926px;
  padding-top: 30px;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li {
  margin-bottom: 20px;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dt {
  flex-basis: 75px;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dt time {
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dd.categories {
  flex-basis: 86px;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dd.categories span {
  background: #1b3542;
  color: #fff;
  padding: 2px 7px;
  line-height: 1;
  display: inline-block;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dd.news-title a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #333;
}

@media screen and (max-width: 750px) {
  body#page-home #site-wrapper #main-container .news-area {
    padding: 10.108vw 4.522vw 13.832vw;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents-header {
    flex-basis: auto;
    padding: 0;
    margin-bottom: 14.896vw;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents-header h2 {
    font-size: 1.8rem;
    margin-bottom: 6.916vw;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents {
    flex-basis: auto;
    padding-top: 0;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li {
    margin-bottom: 6.118vw;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li:last-child {
    margin-bottom: 0;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl {
    flex-wrap: wrap;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dt {
    flex-basis: 13.3vw;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dt time {
    font-size: 1.5rem;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dd.categories {
    flex-basis: auto;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dd.categories span {
    padding: 0.532vw 2.128vw;
    font-size: 1.5rem;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dd.news-title {
    flex-basis: 100%;
    padding-top: 2.66vw;
  }
  body#page-home #site-wrapper #main-container .news-area .news-area-inner .contents .news-list > li dl dd.news-title a {
    font-size: 1.8rem;
  }
}

body#page-company #site-wrapper #main-container {
  padding-bottom: 52px;
}

body#page-company #site-wrapper #main-container .page-header {
  margin-bottom: 84px;
}

@media screen and (max-width: 750px) {
  body#page-company #site-wrapper #main-container {
    padding-bottom: 9.044vw;
  }
  body#page-company #site-wrapper #main-container .page-header {
    margin-bottom: 11.172vw;
  }
}

body#page-company #site-wrapper #main-container .outline {
  width: 944px;
  margin: 0 auto 130px;
}

body#page-company #site-wrapper #main-container .outline .contents-header {
  margin-bottom: 28px;
}

body#page-company #site-wrapper #main-container .outline .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-company #site-wrapper #main-container .outline .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body#page-company #site-wrapper #main-container .outline {
    width: 100%;
    padding: 0 4.522vw;
    margin-bottom: 17.29vw;
  }
  body#page-company #site-wrapper #main-container .outline .contents-header {
    margin-bottom: 3.724vw;
  }
  body#page-company #site-wrapper #main-container .outline .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-company #site-wrapper #main-container .outline .contents-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
}

body#page-company #site-wrapper #main-container .outline .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-company #site-wrapper #main-container .outline .flex .contents-outline,
body#page-company #site-wrapper #main-container .outline .flex .contents-propaty {
  position: relative;
  flex-basis: 402px;
}

body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li,
body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li {
  border-bottom: 1px solid #034975;
  padding: 34px 0 20px;
}

body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li:last-child,
body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li:last-child {
  border-bottom: none;
}

body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li dl,
body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  color: #4d4d4d;
}

body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li dl dt,
body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li dl dt {
  font-size: 1.2rem;
  flex-basis: 112px;
  line-height: 1.5em;
}

body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li dl dd,
body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li dl dd {
  font-size: 1.1rem;
  flex-basis: 290px;
  flex-shrink: 1;
  line-height: 1.8em;
}

body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li {
  margin-bottom: 6px;
}

@media screen and (max-width: 750px) {
  body#page-company #site-wrapper #main-container .outline .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-company #site-wrapper #main-container .outline .flex .contents-outline,
  body#page-company #site-wrapper #main-container .outline .flex .contents-propaty {
    flex-basis: auto;
    width: 100%;
    padding: 0;
  }
  body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li,
  body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li {
    border-bottom: 0.266vw solid #1b3542;
    padding: 4.522vw 0 2.66vw;
  }
  body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li:last-child,
  body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li:last-child {
    border-bottom: 0.266vw solid #1b3542;
  }
  body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li dl dt,
  body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li dl dt {
    font-size: 2.2rem;
    flex-basis: 19.95vw;
    line-height: 1.8em;
  }
  body#page-company #site-wrapper #main-container .outline .flex .contents-outline .outline-list > li dl dd,
  body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li dl dd {
    font-size: 2rem;
    flex-basis: 38.57vw;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    line-height: 1.8em;
  }
  body#page-company #site-wrapper #main-container .outline .flex .contents-propaty .outline-list > li {
    margin-bottom: 6px;
  }
}

body#page-company #site-wrapper #main-container .access {
  width: 944px;
  margin: 0 auto 130px;
  position: relative;
}

body#page-company #site-wrapper #main-container .access .contents-header {
  margin-bottom: 48px;
}

body#page-company #site-wrapper #main-container .access .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-company #site-wrapper #main-container .access .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-company #site-wrapper #main-container .access .map-wrap {
  margin-bottom: 50px;
}

body#page-company #site-wrapper #main-container .access .map-wrap #gmap {
  height: 430px;
  width: 944px;
}

body#page-company #site-wrapper #main-container .access .map-wrap.is-iframe iframe {/*iframe*/
  width: 100%;
}

body#page-company #site-wrapper #main-container .access .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-company #site-wrapper #main-container .access .flex .address-info {
  line-height: 2em;
  color: #4d4d4d;
}

body#page-company #site-wrapper #main-container .access .flex .btns {
  width: 270px;
  flex-basis: 270px;
  padding-top: 16px;
}

body#page-company #site-wrapper #main-container .access .flex .btns > li a {
  width: 270px;
}

@media screen and (max-width: 750px) {
  body#page-company #site-wrapper #main-container .access {
    width: 100%;
  }
  body#page-company #site-wrapper #main-container .access .contents-header {
    margin-bottom: 3.724vw;
    padding: 0 4.522vw;
  }
  body#page-company #site-wrapper #main-container .access .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-company #site-wrapper #main-container .access .contents-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
  body#page-company #site-wrapper #main-container .access .map-wrap {
    margin-bottom: 6.65vw;
    width: 100%;
    height: 57.19vw;
    position: relative;
  }
  body#page-company #site-wrapper #main-container .access .map-wrap.is-iframe iframe {/*iframe*/
    width: 100%;
    height: 100%;
  }
  body#page-company #site-wrapper #main-container .access .map-wrap #gmap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49.875vw;
    height: 28.595vw;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  body#page-company #site-wrapper #main-container .access .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 4.522vw;
  }
  body#page-company #site-wrapper #main-container .access .flex .address-info {
    line-height: 2em;
    font-size: 1.8rem;
    margin-bottom: 3.724vw;
  }
  body#page-company #site-wrapper #main-container .access .flex .btns {
    width: 50.806vw;
    flex-basis: auto;
    padding-top: 0;
  }
  body#page-company #site-wrapper #main-container .access .flex .btns > li a {
    width: 50.806vw;
  }
}

body#page-company #site-wrapper #main-container .history {
  width: 944px;
  margin: 0 auto 116px;
}

body#page-company #site-wrapper #main-container .history .contents-header {
  margin-bottom: 56px;
}

body#page-company #site-wrapper #main-container .history .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-company #site-wrapper #main-container .history .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-company #site-wrapper #main-container .history .history-tree {
  position: relative;
  width: 646px;
  margin: 0 auto;
}

body#page-company #site-wrapper #main-container .history .history-tree:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #333;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list {
  width: 646px;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li {
  width: 100%;
  margin-top: -1.5em;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li dl {
  width: 50%;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li dl dt {
  font-size: 1.5rem;
  border-bottom: 1px solid #333;
  position: relative;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li dl dt:before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -9px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li dl dd {
  line-height: 1.8em;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:nth-child(odd) dl {
  float: right;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:nth-child(odd) dl dt {
  padding: 0 38px 6px 64px;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:nth-child(odd) dl dt:before {
  left: -8px;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:nth-child(odd) dl dd {
  padding: 16px 38px 0 64px;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:nth-child(even) dl dt {
  padding: 0 38px 6px 38px;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:nth-child(even) dl dt:before {
  right: -9px;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:nth-child(even) dl dd {
  padding: 16px 38px 0 38px;
}

body#page-company #site-wrapper #main-container .history .history-tree .history-list > li:first-child {
  margin-top: 0;
}

body#page-identity #site-wrapper #main-container {
  padding-bottom: 52px;
}

body#page-identity #site-wrapper #main-container .page-header-sqare {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 360px;
  top: 685px;
  left: 0;
}

body#page-identity #site-wrapper #main-container .page-header-sqare:after {
  display: block;
  content: '';
  height: 360px;
  float: right;
  width: 54.78%;
  background: #f7f7f7;
}

@media screen and (max-width: 750px) {
  body#page-identity #site-wrapper #main-container {
    padding-bottom: 14.098vw;
  }
  body#page-identity #site-wrapper #main-container .page-header-sqare {
    height: 47.88vw;
    top: 91.105vw;
  }
  body#page-identity #site-wrapper #main-container .page-header-sqare:after {
    height: 47.88vw;
  }
}

body#page-identity #site-wrapper #main-container .page-header {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  body#page-identity #site-wrapper #main-container .page-header {
    margin-bottom: 13.3vw;
  }
}

body#page-identity #site-wrapper #main-container .philosophy {
  margin-bottom: 128px;
}

body#page-identity #site-wrapper #main-container .philosophy .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1088px;
  margin: 0 auto;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents {
  position: relative;
  flex-basis: 705px;
  -webkit-box-ordinal-group: 3;
  order: 2;
  z-index: 1;
  padding: 150px 20px 0 20px;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .contents-header {
  margin-bottom: 28px;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block {
  margin-bottom: 28px;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .text-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
  margin-bottom: 18px;
  color: #333;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li {
  margin-bottom: 6px;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li:last-child {
  margin-bottom: 0;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1.5px;
  margin-right: 10px;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li em {
  display: inline-block;
  vertical-align: middle;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents-image {
  flex-basis: 384px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  width: 384px;
  height: 480px;
  position: relative;
}

body#page-identity #site-wrapper #main-container .philosophy .flex .contents-image .image {
  width: 0;
  height: 480px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body#page-identity #site-wrapper #main-container .philosophy {
    margin-bottom: 18.088vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents {
    flex-basis: auto;
    padding: 0 4.522vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .contents-header {
    margin-bottom: 3.724vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .contents-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block {
    margin-bottom: 5.32vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .text-jp {
    font-size: 4.5rem;
    letter-spacing: 0.532vw;
    margin-bottom: 3.724vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li {
    margin-bottom: 2.66vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li:last-child {
    margin-bottom: 0;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li span {
    font-size: 4.5rem;
    letter-spacing: 0.1995vw;
    margin-right: 1.995vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents .block .philosophy-list > li em {
    font-size: 2.2rem;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents-image {
    flex-basis: auto;
    width: 51.072vw;
    height: 76.076vw;
    margin-bottom: 3.99vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents-image .image {
    height: 76.076vw;
  }
  body#page-identity #site-wrapper #main-container .philosophy .flex .contents-image .image img {
    width: 51.072vw;
  }
}

body#page-identity #site-wrapper #main-container .vision {
  margin-bottom: 138px;
}

body#page-identity #site-wrapper #main-container .vision .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1280px;
  margin: 0 auto;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents {
  position: relative;
  flex-basis: 678px;
  z-index: 1;
  padding: 14px 20px 0 168px;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents .contents-header {
  margin-bottom: 44px;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents .block {
  margin-bottom: 28px;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents .block .text-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 10px;
  margin-bottom: 24px;
  color: #333;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents .block .text-body {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
  margin-bottom: 18px;
  line-height: 2.2em;
  width: 370px;
  color: #333;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents-image {
  flex-basis: 602px;
  width: 602px;
  height: 460px;
  position: relative;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents-image:after {
  display: block;
  content: '';
  width: 670px;
  height: 290px;
  position: absolute;
  bottom: -76px;
  left: -594px;
  background: #f7f7f7;
}

body#page-identity #site-wrapper #main-container .vision .flex .contents-image .image {
  width: 0;
  height: 460px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body#page-identity #site-wrapper #main-container .vision {
    margin-bottom: 18.088vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents {
    -webkit-box-ordinal-group: 3;
    order: 2;
    flex-basis: auto;
    padding: 0 4.522vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents .contents-header {
    margin-bottom: 3.99vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents .contents-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents .block {
    margin-bottom: 0;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents .block .text-jp {
    font-size: 4.5rem;
    letter-spacing: 1.33vw;
    margin-bottom: 3.99vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents .block .text-body {
    font-size: 2rem;
    letter-spacing: 0.532vw;
    margin-bottom: 0;
    width: auto;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents-image {
    -webkit-box-ordinal-group: 2;
    order: 1;
    flex-basis: auto;
    width: 80.066vw;
    height: 61.18vw;
    margin-bottom: 3.99vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents-image:after {
    width: 89.11vw;
    height: 38.57vw;
    bottom: -10.108vw;
    left: -79.002vw;
  }
  body#page-identity #site-wrapper #main-container .vision .flex .contents-image .image {
    height: 61.18vw;
  }
}

body#page-identity #site-wrapper #main-container .message {
  margin-bottom: 180px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

body#page-identity #site-wrapper #main-container .message .contents-header {
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 950px;
  margin: 0 auto 44px;
}

body#page-identity #site-wrapper #main-container .message .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-identity #site-wrapper #main-container .message .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-identity #site-wrapper #main-container .message .contents-image {
  -webkit-box-ordinal-group: 2;
  order: 1;
  width: 100%;
  height: 428px;
  overflow: hidden;
  position: relative;
  margin-bottom: 92px;
}

body#page-identity #site-wrapper #main-container .message .contents-image:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

body#page-identity #site-wrapper #main-container .message .contents-image img {
  width: 100%;
}

body#page-identity #site-wrapper #main-container .message .contents-image:not(.pause):after {
  -webkit-animation-name: scale-out;
  animation-name: scale-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 750px) {
  body#page-identity #site-wrapper #main-container .message {
    margin-bottom: 18.088vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-identity #site-wrapper #main-container .message .contents-header {
    width: 100%;
    margin: 0 auto 3.99vw;
    padding-left: 4.522vw;
  }
  body#page-identity #site-wrapper #main-container .message .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-identity #site-wrapper #main-container .message .contents-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
  body#page-identity #site-wrapper #main-container .message .contents-image {
    height: 32.585vw;
    margin-bottom: 3.99vw;
  }
}

body#page-identity #site-wrapper #main-container .message .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 950px;
  margin: 0 auto;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-titles {
  position: relative;
  flex-basis: 414px;
  z-index: 1;
  padding: 0 20px 0 0;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block {
  margin-bottom: 28px;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block .text-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 6px;
  margin-bottom: 24px;
  color: #333;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block .ceo-name em {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 3px;
  color: #979797;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block .ceo-name span {
  display: block;
  font-family: ro-shino-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block .text-body {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
  margin-bottom: 18px;
  line-height: 2.2em;
  width: 370px;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-body {
  flex-basis: 536px;
  color: #333;
}

body#page-identity #site-wrapper #main-container .message .flex .contents-body p:not(.ceo-name) {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
  line-height: 2.2em;
}

@media screen and (max-width: 750px) {
  body#page-identity #site-wrapper #main-container .message .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 4.522vw;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-titles {
    flex-basis: auto;
    padding: 0;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block {
    margin-bottom: 3.99vw;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block .text-jp {
    font-size: 4.5rem;
    letter-spacing: 0.266vw;
    margin-bottom: 0;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-titles .block .text-jp br {
    display: none;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-body {
    flex-basis: auto;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-body p:not(.ceo-name) {
    font-size: 2rem;
    letter-spacing: 0.266vw;
    margin-bottom: 3.99vw;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-body p.ceo-name em {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.399vw;
    color: #979797;
  }
  body#page-identity #site-wrapper #main-container .message .flex .contents-body p.ceo-name span {
    display: block;
    font-family: ro-shino-std, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4.5rem;
    color: #333;
  }
}

body#page-service #site-wrapper #main-container {
  padding-bottom: 52px;
}

@media screen and (max-width: 750px) {
  body#page-service #site-wrapper #main-container {
    padding-bottom: 6.916vw;
  }
}

body#page-service #site-wrapper #main-container .page-header {
  margin-bottom: 84px;
}

@media screen and (max-width: 750px) {
  body#page-service #site-wrapper #main-container .page-header {
    margin-bottom: 9.31vw;
  }
}

body#page-service #site-wrapper #main-container .container {
  position: relative;
  width: 1120px;
  margin: 0 auto 60px;
  z-index: 1;
}

body#page-service #site-wrapper #main-container .container .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-service #site-wrapper #main-container .container .flex .contents {
  position: relative;
  flex-basis: 490px;
  -webkit-box-ordinal-group: 3;
  order: 2;
  z-index: 1;
  padding: 70px 20px 0 96px;
}

body#page-service #site-wrapper #main-container .container .flex .contents .contents-header {
  margin-bottom: 44px;
}

body#page-service #site-wrapper #main-container .container .flex .contents .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-service #site-wrapper #main-container .container .flex .contents .contents-header h2 {
  font-size: 1.2rem;
  color: #4d4d4d;
}

body#page-service #site-wrapper #main-container .container .flex .contents .block {
  width: 310px;
  margin-bottom: 28px;
}

body#page-service #site-wrapper #main-container .container .flex .contents .block .text-jp {
  letter-spacing: 2px;
  line-height: 1.8em;
  margin-bottom: 8px;
  color: #4d4d4d;
}

body#page-service #site-wrapper #main-container .container .flex .contents-image {
  flex-basis: 630px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  width: 630px;
  height: 420px;
  position: relative;
}

body#page-service #site-wrapper #main-container .container .flex .contents-image .image {
  width: 0;
  height: 420px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body#page-service #site-wrapper #main-container .container {
    width: 100%;
    margin: 0 auto 10.64vw;
  }
  body#page-service #site-wrapper #main-container .container .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents {
    flex-basis: auto;
    padding: 0 4.522vw;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents .contents-header {
    margin-bottom: 5.852vw;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents .contents-header h2 {
    font-size: 1.8rem;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents .block {
    width: 100%;
    margin-bottom: 7.182vw;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents .block .text-jp {
    letter-spacing: 0.266vw;
    margin-bottom: 0;
    font-size: 2rem;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents-image {
    flex-basis: auto;
    width: 100%;
    height: 66.367vw;
    margin-bottom: 9.31vw;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents-image .image {
    height: 66.367vw;
  }
  body#page-service #site-wrapper #main-container .container .flex .contents-image .image img {
    width: auto;
    height: 66.367vw;
    max-width: none;
  }
}

body#page-service #site-wrapper #main-container .container.leasing .flex .contents {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding: 70px 20px 0 0;
}

body#page-service #site-wrapper #main-container .container.leasing .flex .contents-image {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media screen and (max-width: 750px) {
  body#page-service #site-wrapper #main-container .container.leasing .flex .contents {
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 0 4.522vw;
  }
  body#page-service #site-wrapper #main-container .container.leasing .flex .contents-image {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

body#page-service #site-wrapper #main-container .container.development {
  margin-bottom: 194px;
}

@media screen and (max-width: 750px) {
  body#page-service #site-wrapper #main-container .container.development {
    margin-bottom: 21.812vw;
  }
}

body#page-service #site-wrapper #main-container .owned-propaty {
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  body#page-service #site-wrapper #main-container .owned-propaty {
    margin-bottom: 7.98vw;
  }
}

body#page-trading #site-wrapper #main-container {
  padding-bottom: 52px;
}

@media screen and (max-width: 750px) {
  body#page-trading #site-wrapper #main-container {
    padding-bottom: 6.916vw;
  }
}

body#page-trading #site-wrapper #main-container .page-header {
  margin-bottom: 84px;
}

@media screen and (max-width: 750px) {
  body#page-trading #site-wrapper #main-container .page-header {
    margin-bottom: 13.3vw;
  }
}

body#page-trading #site-wrapper #main-container .container {
  position: relative;
  width: 944px;
  margin: 0 auto 60px;
  z-index: 1;
}

body#page-trading #site-wrapper #main-container .container .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-trading #site-wrapper #main-container .container .flex .btns {
  padding-top: 4px;
}

body#page-trading #site-wrapper #main-container .container .flex .contents {
  position: relative;
  flex-basis: 594px;
  z-index: 1;
}

body#page-trading #site-wrapper #main-container .container .flex .contents .text-jp {
  letter-spacing: 1.5px;
  line-height: 1.8em;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

@media screen and (max-width: 750px) {
  body#page-trading #site-wrapper #main-container .container {
    width: 100%;
    margin: 0 auto 21.28vw;
    padding: 0 4.522vw;
  }
  body#page-trading #site-wrapper #main-container .container .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-trading #site-wrapper #main-container .container .flex .btns {
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding-top: 0;
  }
  body#page-trading #site-wrapper #main-container .container .flex .contents {
    flex-basis: auto;
    margin-bottom: 3.99vw;
  }
  body#page-trading #site-wrapper #main-container .container .flex .contents .text-jp {
    letter-spacing: 0.1995vw;
    font-size: 2rem;
  }
}

body#page-trading #site-wrapper #main-container .owned-propaty {
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  body#page-trading #site-wrapper #main-container .owned-propaty {
    margin-bottom: 7.98vw;
  }
}

body#page-leasing #site-wrapper #main-container {
  padding-bottom: 52px;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container {
    padding-bottom: 6.916vw;
  }
}

body#page-leasing #site-wrapper #main-container .page-header {
  margin-bottom: 140px;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container .page-header {
    margin-bottom: 25.536vw;
  }
}

body#page-leasing #site-wrapper #main-container .feature {
  position: relative;
  width: 944px;
  margin: 0 auto 150px;
  z-index: 1;
}

body#page-leasing #site-wrapper #main-container .feature h2 {
  text-align: center;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2em;
  letter-spacing: 4px;
  margin-bottom: 110px;
  color: #333;
}

body#page-leasing #site-wrapper #main-container .feature .feature-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-leasing #site-wrapper #main-container .feature .feature-list > li {
  flex-basis: 230px;
}

body#page-leasing #site-wrapper #main-container .feature .feature-list > li .en {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 7.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1;
  margin-bottom: 46px;
}

body#page-leasing #site-wrapper #main-container .feature .feature-list > li .title-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 34px;
  min-height: 3.5em;
  color: #333;
}

body#page-leasing #site-wrapper #main-container .feature .feature-list > li .text-jp {
  width: 200px;
  margin: 0 auto;
  letter-spacing: 0.5px;
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container .feature {
    width: 100%;
    margin: 0 auto 25.536vw;
  }
  body#page-leasing #site-wrapper #main-container .feature h2 {
    font-size: 3.5rem;
    letter-spacing: 0.532vw;
    margin-bottom: 16.758vw;
    line-height: 1.5em;
  }
  body#page-leasing #site-wrapper #main-container .feature h2 span {
    font-size: 2rem;
  }
  body#page-leasing #site-wrapper #main-container .feature .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-leasing #site-wrapper #main-container .feature .feature-list > li {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 17.29vw;
    text-align: center;
  }
  body#page-leasing #site-wrapper #main-container .feature .feature-list > li .en {
    margin-bottom: 4.522vw;
  }
  body#page-leasing #site-wrapper #main-container .feature .feature-list > li .title-jp {
    font-size: 1.5rem;
    margin-bottom: 4.788vw;
    min-height: 3.5em;
  }
  body#page-leasing #site-wrapper #main-container .feature .feature-list > li .text-jp {
    width: 100%;
    letter-spacing: 0.1995vw;
    font-size: 2rem;
  }
}

body#page-leasing #site-wrapper #main-container .leasing {
  background: #1b3542;
  padding: 82px 20px 136px;
  margin-bottom: 158px;
  position: relative;
}

body#page-leasing #site-wrapper #main-container .leasing h2 {
  text-align: center;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 64px;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container .leasing {
    margin-bottom: 17.29vw;
    padding: 13.3vw 4.522vw 12.502vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing h2 {
    font-size: 2.5rem;
    margin-bottom: 10.64vw;
  }
}

body#page-leasing #site-wrapper #main-container .leasing .sort {
  margin-bottom: 124px;
}

body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 482px;
  margin: 0 auto;
}

body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li {
  width: 102px;
  flex-basis: 102px;
}

body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  outline: none;
}

body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a em {
  display: block;
  font-family: 'urw-din', sans-serif;
  font-weight: 1.5rem;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 16px;
  line-height: 1;
  opacity: 0.5;
}

body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a span {
  display: block;
  line-height: 1;
  opacity: 0.5;
}

body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a.active em,
body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a.active span {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container .leasing .sort {
    margin-bottom: 9.842vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list {
    width: 100%;
    margin: 0 auto;
  }
  body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li {
    width: 18.62vw;
    flex-basis: 18.62vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a {
    padding-bottom: 2.128vw;
    border-bottom: 0.266vw solid #fff;
  }
  body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a em {
    font-size: 2.5rem;
    margin-bottom: 2.394vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing .sort .sort-list > li a span {
    font-size: 1.8rem;
  }
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty {
  width: 664px;
  margin: 0 auto;
  position: relative;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick {
  width: 664px;
  margin: 0 auto;
  position: relative;
  opacity: 1;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick.hide {
  opacity: 0;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow {
  display: block;
  position: absolute;
  top: 93px;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  background: #1b3542;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-indent: -999em;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow:before {
  display: block;
  content: '';
  width: 6px;
  height: 1px;
  position: absolute;
  top: 21px;
  right: 26px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow:after {
  display: block;
  content: '';
  width: 18px;
  height: 1px;
  position: absolute;
  top: 24px;
  right: 14px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow.slick-prev {
  left: -58px;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow.slick-next {
  right: -58px;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14px;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow:hover {
    background: #fff;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow:hover:before, body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-arrow:hover:after {
    background: #1b3542;
  }
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-slide {
  width: 156px;
  margin: 0 5px;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-slide a {
  display: block;
  color: #fff;
  outline: none;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-slide a .leasing-image {
  margin: 0 auto 16px;
}

body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick .slick-slide a h4 {
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty {
    width: 100%;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick > div {
    margin-bottom: 6.65vw;
    width: 42.56vw;
    margin-right: 2.66vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick > div:nth-child(even) {
    margin-right: 0;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick > div a {
    display: block;
    color: #fff;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick > div a .leasing-image {
    margin: 0 auto 1.729vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick > div a .leasing-image img {
    width: 100%;
  }
  body#page-leasing #site-wrapper #main-container .leasing .leasing-propaty .leasing-slick > div a h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.8rem;
  }
}

body#page-leasing #site-wrapper #main-container .leasing #modal {
  background: rgba(27, 53, 66, 0.81);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 202px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner {
  width: 1058px;
  margin: 0 auto;
  position: relative;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: -60px;
  overflow: hidden;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn a {
  display: block;
  width: 22px;
  height: 22px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn a:before {
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn a:after {
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail {
  display: none;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents {
  width: 416px;
  flex-basis: 416px;
  padding-top: 14px;
  padding-left: 62px;
  -webkit-box-ordinal-group: 3;
  order: 2;
  color: #fff;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents h3 {
  font-size: 1.5rem;
  margin-bottom: 18px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .address {
  margin-bottom: 36px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 34px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li {
  width: 94px;
  height: 94px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #1b3542;
  margin-right: 16px;
  display: table;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li dl {
  width: 94px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li dl dt {
  margin-bottom: 4px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li dl dd {
  font-size: 1.5rem;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li dl dd sup {
  font-size: 1rem;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .access dt,
body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .other dt {
  width: 48px;
  float: left;
  clear: left;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .access dd,
body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .other dd {
  padding-left: 48px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .access {
  margin-bottom: 6px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .other {
  margin-bottom: 52px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .btns > li a {
  border-color: #fff;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image {
  width: 642px;
  flex-basis: 642px;
  height: 392px;
  padding-left: 54px;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots {
  margin-top: -28px;
  margin-left: 22px;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots > li {
  float: left;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots > li button {
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  overflow: hidden;
  text-indent: -999em;
  font-size: 0;
  line-height: 0;
  outline: none;
  position: relative;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots > li button:before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #a9a9a9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots > li.slick-active button:before {
  background: #fff;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .detail-slick {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .detail-slick.hide {
  opacity: 0;
}

body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .detail-slick .slick-slide {
  width: 588px;
  height: 392px;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container .leasing #modal {
    position: fixed;
    z-index: 10000;
    height: 100vh;
    padding: 0 4.522vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner {
    width: 100%;
    height: auto;
    padding-top: 27.664vw;
    padding-bottom: 14.63vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn {
    width: 3.99vw;
    height: 3.99vw;
    top: 10.64vw;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn a {
    width: 3.99vw;
    height: 3.99vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn a:before {
    width: 5.852vw;
    height: 0.266vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .close-btn a:after {
    width: 5.852vw;
    height: 0.266vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents {
    width: 100%;
    flex-basis: auto;
    padding-top: 0;
    padding-left: 0;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents h3 {
    font-size: 2.5rem;
    margin-bottom: 2.66vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .address {
    font-size: 1.8rem;
    margin-bottom: 8.778vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list {
    margin-bottom: 9.31vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li {
    width: 26.6vw;
    height: 26.6vw;
    border: 0.266vw solid #fff;
    margin-right: 4.655vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li dl {
    width: 100%;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li dl dt {
    font-size: 1.8rem;
    margin-bottom: 3.192vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .spec-list > li dl dd {
    font-size: 2.5rem;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .access,
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .other {
    font-size: 1.8rem;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .access dt,
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .other dt {
    width: 14.364vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .access dd,
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .other dd {
    padding-left: 14.364vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .access {
    margin-bottom: 2.66vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .contents .other {
    margin-bottom: 13.3vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image {
    width: 100%;
    flex-basis: auto;
    height: auto;
    padding-left: 0;
    margin-bottom: 5.32vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image img {
    width: 100%;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots {
    margin-top: 3.192vw;
    margin-left: 0;
    text-align: center;
    letter-spacing: -1em;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots > li button {
    width: 3.192vw;
    height: 3.192vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .slick-dots > li button:before {
    width: 1.862vw;
    height: 1.862vw;
  }
  body#page-leasing #site-wrapper #main-container .leasing #modal .modal-inner .propaty-detail .flex .detail-image .detail-slick .slick-slide {
    width: 100%;
    height: auto;
  }
}

body#page-leasing #site-wrapper #main-container .owned-propaty {
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  body#page-leasing #site-wrapper #main-container .owned-propaty {
    margin-bottom: 7.98vw;
  }
}

body#page-development #site-wrapper #main-container {
  padding-bottom: 52px;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container {
    padding-bottom: 6.916vw;
  }
}

body#page-development #site-wrapper #main-container .page-header {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .page-header {
    margin-bottom: 13.3vw;
  }
}

body#page-development #site-wrapper #main-container .lead {
  position: relative;
  width: 944px;
  margin: 0 auto 80px;
  z-index: 1;
}

body#page-development #site-wrapper #main-container .lead h2 {
  text-align: center;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2em;
  letter-spacing: 8px;
  margin-bottom: 44px;
  color: #333;
}

body#page-development #site-wrapper #main-container .lead p {
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.8em;
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .lead {
    width: 100%;
    margin-bottom: 10.64vw;
    padding: 0 4.522vw;
  }
  body#page-development #site-wrapper #main-container .lead h2 {
    font-size: 3rem;
    letter-spacing: 0.532vw;
    margin-bottom: 5.852vw;
  }
  body#page-development #site-wrapper #main-container .lead p {
    letter-spacing: 0.266vw;
    font-size: 1.9rem;
  }
}

body#page-development #site-wrapper #main-container .development-area {
  margin-bottom: 290px;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .development-area {
    margin-bottom: 19.95vw;
  }
}

body#page-development #site-wrapper #main-container .development-area .development {
  margin-bottom: 192px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

body#page-development #site-wrapper #main-container .development-area .development:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .development-area .development {
    margin-bottom: 7.98vw;
  }
}

body#page-development #site-wrapper #main-container .development-area .development .development-header {
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin-bottom: 60px;
  width: 100%;
}

body#page-development #site-wrapper #main-container .development-area .development .development-header h2 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 44px;
  letter-spacing: 8px;
  text-align: center;
  color: #333;
}

body#page-development #site-wrapper #main-container .development-area .development .development-header dl dt {
  font-family: 'urw-din', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 14px;
  letter-spacing: 4px;
  text-align: center;
}

body#page-development #site-wrapper #main-container .development-area .development .development-header dl dd {
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
  text-align: center;
}

body#page-development #site-wrapper #main-container .development-area .development .development-header dl dd a {
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .development-area .development .development-header {
    margin-bottom: 7.98vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .development-header h2 {
    font-size: 2.7rem;
    margin-bottom: 3.99vw;
    letter-spacing: 0.532vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .development-header dl dt {
    font-size: 2.2rem;
    margin-bottom: 2.66vw;
    letter-spacing: 0.532vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .development-header dl dd {
    font-size: 1.8rem;
    letter-spacing: 0.266vw;
  }
}

body#page-development #site-wrapper #main-container .development-area .development .development-main-image {
  width: 100%;
  height: 496px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  margin-bottom: 90px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .development-area .development .development-main-image {
    height: 37.772vw;
    margin-bottom: 3.99vw;
  }
}

body#page-development #site-wrapper #main-container .development-area .development .development-main-image:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

body#page-development #site-wrapper #main-container .development-area .development .development-main-image img {
  width: 100%;
}

body#page-development #site-wrapper #main-container .development-area .development .development-main-image:not(.pause):after {
  -webkit-animation-name: scale-out;
  animation-name: scale-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-development #site-wrapper #main-container .development-area .development .flex {
  -webkit-box-ordinal-group: 4;
  order: 3;
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image {
  width: 714px;
  position: relative;
  padding-left: 80px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image:after {
  display: block;
  content: '';
  width: 358px;
  height: 398px;
  position: absolute;
  top: 212px;
  left: 0;
  background: #f6f6f6;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .before {
  position: relative;
  z-index: 1;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .before .before-image {
  margin-bottom: 6px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .before .before-image .image {
  height: 222px;
  width: 0;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .before > p {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b3542;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after {
  position: absolute;
  z-index: 1;
  top: 104px;
  left: 216px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after .after-image {
  width: 420px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after .after-image .image {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.44);
  width: 0;
  height: 314px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after > p {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b3542;
  margin-bottom: 6px;
  text-align: right;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information {
  position: relative;
  width: 566px;
  padding: 110px 80px 0 120px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information:after {
  display: block;
  content: '';
  width: 358px;
  height: 398px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f6f6;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-header {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-header h4 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 6px;
  color: #1b3542;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-header h3 {
  color: #4d4d4d;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list {
  position: relative;
  z-index: 1;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li {
  margin-bottom: 34px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li:last-child {
  margin-bottom: 0;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li dl dt {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b3542;
  margin-bottom: 6px;
  letter-spacing: 4px;
}

body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li dl dd {
  color: #4d4d4d;
  line-height: 1.8em;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .development-area .development .flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image {
    width: 100%;
    padding: 0 4.522vw;
    margin-bottom: 33.25vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image:after {
    width: 47.614vw;
    height: 52.934vw;
    top: 3.99vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .before .before-image {
    margin-bottom: 1.33vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .before .before-image .image {
    height: 29.526vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .before > p {
    font-size: 2.5rem;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after {
    top: 13.832vw;
    left: 28.728vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after .after-image {
    width: 55.86vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after .after-image .image {
    box-shadow: 0.532vw 0.532vw 0.931vw rgba(0, 0, 0, 0.44);
    height: 41.762vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .before-after-image .after > p {
    font-size: 2.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information {
    position: relative;
    width: 100%;
    padding: 0 4.522vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information:after {
    width: 47.614vw;
    height: 47.614vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-header {
    margin-bottom: 3.99vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-header h4 {
    font-size: 2.8rem;
    margin-bottom: 1.33vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-header h3 {
    font-size: 1.5rem;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li {
    margin-bottom: 3.99vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li:last-child {
    margin-bottom: 0;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li dl dt {
    font-size: 2.2rem;
    margin-bottom: 1.33vw;
    letter-spacing: 0.532vw;
  }
  body#page-development #site-wrapper #main-container .development-area .development .flex .information .info-list > li dl dd {
    font-size: 1.8rem;
  }
}

body#page-development #site-wrapper #main-container .owned-propaty {
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  body#page-development #site-wrapper #main-container .owned-propaty {
    margin-bottom: 7.98vw;
  }
}

body#page-propaty #site-wrapper #main-container {
  padding-top: 140px;
  padding-bottom: 52px;
}

@media screen and (max-width: 750px) {
  body#page-propaty #site-wrapper #main-container {
    padding-top: 16.492vw;
  }
}

body#page-propaty #site-wrapper #main-container .page-header {
  margin-bottom: 200px;
  height: 512px;
}

body#page-propaty #site-wrapper #main-container .page-header .page-title {
  flex-basis: auto;
  flex-shrink: 0;
  width: 250px;
  padding-top: 200px;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap {
  flex-basis: auto;
  flex-shrink: 0;
  width: 542px;
  position: relative;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .circle {
  width: 450px;
  height: 450px;
  border-radius: 225px;
  background: #1b3542;
  position: absolute;
  top: 44px;
  left: 0;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick {
  width: 468px;
  height: 512px;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide {
  position: relative;
  width: 468px;
  height: 512px !important;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-s {
  position: absolute;
  bottom: 0;
  right: 90px;
  opacity: 0.15;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-s.pause {
  opacity: 0;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-l {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-l.slide-out {
  right: -20px;
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-l.pause {
  top: 20px;
  opacity: 0;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap {
  flex-basis: auto;
  flex-shrink: 0;
  width: 154px;
  padding-top: 220px;
  margin-left: -30px;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick {
  margin-bottom: 48px;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a {
  display: block;
  color: #1b3542;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h5 {
  font-family: 'urw-din', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 4px;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h5.pause {
  top: -5px;
  opacity: 0;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h4 {
  font-size: 1.2rem;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #4d4d4d;
}

body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h4.pause {
  top: 5px;
  opacity: 0;
}

body#page-propaty #site-wrapper #main-container .page-header .head-slide-btn {
  position: relative;
}

body#page-propaty #site-wrapper #main-container .page-header .head-slide-btn .btns {
  position: absolute;
  bottom: 0;
  left: 110px;
}

body#page-propaty #site-wrapper #main-container .page-header .head-slide-btn .btns > li a {
  padding-top: 15px;
  height: 48px;
}

@media screen and (max-width: 750px) {
  body#page-propaty #site-wrapper #main-container .page-header {
    height: auto;
    margin-bottom: 8.778vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .page-title {
    width: 100%;
    padding-top: 0;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap {
    width: 100%;
    height: 82.061vw;
    margin: 0 auto 2.66vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .slick-btns {
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-basis: auto;
    margin-right: 0;
    padding-top: 0;
    position: absolute;
    top: 39.634vw;
    left: 0;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .slick-btns > li {
    flex-basis: auto;
    margin: 0 5.054vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .circle {
    width: 64.505vw;
    height: 64.505vw;
    border-radius: 50%;
    top: 10.64vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick {
    width: 75.012vw;
    height: 82.061vw;
    margin: 0 auto;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide {
    position: relative;
    width: 75.012vw;
    height: 82.061vw !important;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-s {
    display: none;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-l {
    right: 15.96vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-l img {
    width: 75.012vw;
    height: 82.061vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-l.slide-out {
    right: 10.64vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-slick-wrap .owned-propaty-slick .slick-slide .propaty-image-l.pause {
    top: 2.66vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap {
    width: 100%;
    padding: 0 4.522vw;
    margin-top: -11.97vw;
    margin-left: 0;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-bottom: 6.65vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide {
    text-align: left;
    width: 100%;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a {
    display: inline-block;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h5 {
    font-size: 3rem;
    margin-bottom: 1.33vw;
    text-shadow: 0.266vw 0.266vw 0 #fff, -0.266vw 0.266vw 0 #fff, 0.266vw -0.266vw 0 #fff, -0.266vw -0.266vw 0 #fff;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h5.pause {
    top: -1.33vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h4 {
    font-size: 1.8rem;
    text-shadow: 0.266vw 0.266vw 0 #fff, -0.266vw 0.266vw 0 #fff, 0.266vw -0.266vw 0 #fff, -0.266vw -0.266vw 0 #fff;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .owned-propaty-info-slick .slick-slide a h4.pause {
    top: 1.33vw;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .head-slide-btn {
    display: none;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .head-slide-btn .btns {
    position: relative;
    bottom: 0;
    left: auto;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .head-slide-btn .btns > li {
    margin: 0;
  }
  body#page-propaty #site-wrapper #main-container .page-header .owned-propaty-info-slick-wrap .head-slide-btn .btns > li a {
    padding-top: 5.054vw;
    height: 12.768vw;
  }
}

body#page-propaty #site-wrapper #main-container .container {
  width: 950px;
  margin: 0 auto 118px;
  position: relative;
}

body#page-propaty #site-wrapper #main-container .container .titles {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 68px;
}

body#page-propaty #site-wrapper #main-container .container .titles h2 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-propaty #site-wrapper #main-container .container .titles .btns > li a {
  padding-right: 68px;
}

body#page-propaty #site-wrapper #main-container .container .titles .btns > li a:before {
  display: block;
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 30px;
  background: #fff;
}

body#page-propaty #site-wrapper #main-container .container .titles .btns > li a:after {
  display: block;
  content: '';
  width: 6px;
  height: 1px;
  position: absolute;
  top: 31px;
  right: 25px;
  background: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

body#page-propaty #site-wrapper #main-container .container .titles .btns > li a.opened:after {
  top: 17px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
  body#page-propaty #site-wrapper #main-container .container {
    width: 100%;
  }
  body#page-propaty #site-wrapper #main-container .container .titles {
    padding: 0 4.522vw;
    margin-bottom: 3.99vw;
  }
  body#page-propaty #site-wrapper #main-container .container .titles h2 {
    font-size: 4.5rem;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li a {
    padding-right: 13.566vw;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li a:before {
    width: 0.266vw;
    height: 4.522vw;
    top: 3.724vw;
    right: 6.118vw;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li a:after {
    width: 1.862vw;
    height: 0.266vw;
    top: 7.182vw;
    right: 4.522vw;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li a.opened:after {
    top: 4.256vw;
  }
}

@media screen and (max-width: 750px) and (min-width: 769px) {
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li:hover:before, body#page-propaty #site-wrapper #main-container .container .titles .btns > li:hover:after {
    background: #1b3542;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li:hover:before {
    top: 19px;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li:hover:after {
    top: 34px;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li.opened:hover:before {
    top: 13px;
  }
  body#page-propaty #site-wrapper #main-container .container .titles .btns > li.opened:hover:after {
    top: 14px;
  }
}

body#page-propaty #site-wrapper #main-container .container .sort-window {
  width: 950px;
  background: #1b3542;
  padding: 30px 70px 14px 40px;
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1000;
  display: none;
}

body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn {
  position: absolute;
  top: 38px;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn a {
  display: block;
  width: 22px;
  height: 22px;
}

body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn a:before {
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn a:after {
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

body#page-propaty #site-wrapper #main-container .container .sort-window .sort-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

body#page-propaty #site-wrapper #main-container .container .sort-window .sort-list > li {
  width: 20%;
  margin-bottom: 14px;
}

body#page-propaty #site-wrapper #main-container .container .sort-window .sort-list > li a {
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  body#page-propaty #site-wrapper #main-container .container .sort-window {
    width: calc(100% - 68*0.133vw);
    top: 12.768vw;
    padding: 3.99vw 9.31vw 1.862vw 5.32vw;
  }
  body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn {
    top: 5.852vw;
    right: 3.99vw;
  }
  body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn a {
    width: 4.522vw;
    height: 4.522vw;
    overflow: hidden;
  }
  body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn a:before {
    width: 6.65vw;
    height: 0.266vw;
  }
  body#page-propaty #site-wrapper #main-container .container .sort-window .close-btn a:after {
    width: 6.65vw;
    height: 0.266vw;
  }
  body#page-propaty #site-wrapper #main-container .container .sort-window .sort-list > li {
    width: calc(100% / 3);
    margin-bottom: 3.724vw;
  }
  body#page-propaty #site-wrapper #main-container .container .sort-window .sort-list > li a {
    font-size: 2rem;
  }
}

body#page-propaty-detail #site-wrapper #main-container {
  padding-bottom: 52px;
}

body#page-propaty-detail #site-wrapper #main-container .page-header {
  margin-bottom: 130px;
}

body#page-propaty-detail #site-wrapper #main-container .propaty-detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 950px;
  margin: 0 auto 16px;
}

body#page-propaty-detail #site-wrapper #main-container .propaty-detail h2 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em;
  letter-spacing: 3.5px;
  color: #333;
}

body#page-propaty-detail #site-wrapper #main-container .propaty-detail .btns {
  padding-right: 72px;
}

body#page-propaty-detail #site-wrapper #main-container .address {
  width: 950px;
  margin: 0 auto 116px;
  color: #4d4d4d;
}

body#page-propaty-detail #site-wrapper #main-container .propaties {
  width: 950px;
  margin: 0 auto 120px;
}

body#page-propaty-detail #site-wrapper #main-container .propaties .titles {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 68px;
}

body#page-propaty-detail #site-wrapper #main-container .propaties .titles h2 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 750px) {
  body#page-propaty-detail #site-wrapper #main-container {
    padding-bottom: 6.916vw;
  }
  body#page-propaty-detail #site-wrapper #main-container .page-header {
    margin-bottom: 17.29vw;
  }
  body#page-propaty-detail #site-wrapper #main-container .propaty-detail {
    width: 100%;
    padding: 0 4.522vw;
    margin: 0 auto 2.128vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  body#page-propaty-detail #site-wrapper #main-container .propaty-detail h2 {
    font-size: 4.5rem;
    letter-spacing: 0.4655vw;
    margin-bottom: 7.98vw;
  }
  body#page-propaty-detail #site-wrapper #main-container .propaty-detail .btns {
    align-self: center;
    padding-right: 0;
  }
  body#page-propaty-detail #site-wrapper #main-container .address {
    text-align: center;
    width: 100%;
    padding: 4.522vw;
    margin-bottom: 15.428vw;
    font-size: 1.8rem;
  }
  body#page-propaty-detail #site-wrapper #main-container .propaties {
    width: 100%;
    margin: 0 auto 15.96vw;
  }
  body#page-propaty-detail #site-wrapper #main-container .propaties .titles {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 6.65vw;
    padding: 0 4.522vw;
  }
  body#page-propaty-detail #site-wrapper #main-container .propaties .titles h2 {
    font-size: 4.5rem;
  }
}

body#page-recruit #site-wrapper #main-container {
  padding-bottom: 106px;
}

body#page-recruit #site-wrapper #main-container .page-header-sqare {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 174px;
  top: 710px;
  left: 0;
}

body#page-recruit #site-wrapper #main-container .page-header-sqare:after {
  display: block;
  content: '';
  height: 174px;
  float: right;
  width: 54.78%;
  background: #f7f7f7;
}

@media screen and (max-width: 750px) {
  body#page-recruit #site-wrapper #main-container {
    padding-bottom: 14.098vw;
  }
  body#page-recruit #site-wrapper #main-container .page-header-sqare {
    height: 23.408vw;
    top: 94.43vw;
  }
  body#page-recruit #site-wrapper #main-container .page-header-sqare:after {
    height: 100%;
  }
}

body#page-recruit #site-wrapper #main-container .page-header {
  margin-bottom: 106px;
}

@media screen and (max-width: 750px) {
  body#page-recruit #site-wrapper #main-container .page-header {
    margin-bottom: 11.172vw;
  }
}

body#page-recruit #site-wrapper #main-container .what {
  margin: 0 auto 136px;
}

body#page-recruit #site-wrapper #main-container .what .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1280px;
  margin: 0 auto;
}

body#page-recruit #site-wrapper #main-container .what .flex .contents {
  position: relative;
  flex-basis: 642px;
  -webkit-box-ordinal-group: 3;
  order: 2;
  z-index: 1;
  padding: 86px 20px 0 96px;
}

body#page-recruit #site-wrapper #main-container .what .flex .contents .contents-header {
  margin-bottom: 28px;
}

body#page-recruit #site-wrapper #main-container .what .flex .contents .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-recruit #site-wrapper #main-container .what .flex .contents .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-recruit #site-wrapper #main-container .what .flex .contents .block .text-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
}

body#page-recruit #site-wrapper #main-container .what .flex .contents-image {
  flex-basis: 638px;
  -webkit-box-ordinal-group: 2;
  order: 1;
  width: 638px;
  height: 422px;
  position: relative;
}

body#page-recruit #site-wrapper #main-container .what .flex .contents-image .image {
  width: 0;
  height: 422px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  body#page-recruit #site-wrapper #main-container .what {
    margin: 0 auto 10.64vw;
  }
  body#page-recruit #site-wrapper #main-container .what .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }
  body#page-recruit #site-wrapper #main-container .what .flex .contents {
    flex-basis: auto;
    padding: 0 4.522vw;
  }
  body#page-recruit #site-wrapper #main-container .what .flex .contents .contents-header {
    margin-bottom: 3.724vw;
  }
  body#page-recruit #site-wrapper #main-container .what .flex .contents .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-recruit #site-wrapper #main-container .what .flex .contents .contents-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
  body#page-recruit #site-wrapper #main-container .what .flex .contents .block .text-jp {
    font-size: 4.5rem;
    letter-spacing: 0.532vw;
  }
  body#page-recruit #site-wrapper #main-container .what .flex .contents-image {
    flex-basis: auto;
    width: 84.854vw;
    height: 56.126vw;
    position: relative;
    margin-bottom: 5.32vw;
  }
  body#page-recruit #site-wrapper #main-container .what .flex .contents-image .image {
    width: 0;
    height: 56.126vw;
    z-index: 1;
  }
}

body#page-recruit #site-wrapper #main-container .point {
  margin-bottom: 88px;
}

body#page-recruit #site-wrapper #main-container .point .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 950px;
  margin: 0 auto;
  flex-wrap: wrap;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents {
  position: relative;
  flex-basis: 478px;
  z-index: 1;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents .contents-header {
  margin-bottom: 44px;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents .contents-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents .contents-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents .block {
  padding-right: 93px;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents .block .text-jp {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 5px;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents-image {
  flex-basis: 470px;
  width: 470px;
  height: 314px;
  position: relative;
  margin-bottom: 78px;
}

body#page-recruit #site-wrapper #main-container .point .flex .contents-image .image {
  width: 0;
  height: 314px;
  z-index: 1;
}

body#page-recruit #site-wrapper #main-container .point .flex .point-list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-recruit #site-wrapper #main-container .point .flex .point-list > li {
  width: 266px;
}

body#page-recruit #site-wrapper #main-container .point .flex .point-list > li dl dt {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em;
  margin-bottom: 22px;
}

body#page-recruit #site-wrapper #main-container .point .flex .point-list > li dl dd {
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body#page-recruit #site-wrapper #main-container .point {
    margin-bottom: 10.64vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents {
    -webkit-box-ordinal-group: 3;
    order: 2;
    flex-basis: auto;
    width: 100%;
    padding-right: 4.522vw;
    margin-bottom: 7.98vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents .contents-header {
    margin-bottom: 5.852vw;
    text-align: right;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents .contents-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents .contents-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents .block {
    padding-right: 0;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents .block .text-jp {
    font-size: 4.5rem;
    letter-spacing: 0.532vw;
    text-align: right;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents-image {
    -webkit-box-ordinal-group: 2;
    order: 1;
    flex-basis: auto;
    width: 84.854vw;
    height: 56.658vw;
    margin-bottom: 5.32vw;
    margin-left: 14.896vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents-image .image {
    height: 56.658vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .contents-image .image img {
    width: 84.854vw;
    height: 56.658vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .point-list {
    -webkit-box-ordinal-group: 4;
    order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 4.522vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .point-list > li {
    width: 100%;
    margin-bottom: 5.32vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .point-list > li dl dt {
    font-size: 3rem;
    margin-bottom: 2.926vw;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .point-list > li dl dt br {
    display: none;
  }
  body#page-recruit #site-wrapper #main-container .point .flex .point-list > li dl dd {
    font-size: 2rem;
  }
}

body#page-recruit #site-wrapper #main-container .information {
  background: #f9f9f9;
  padding: 56px 0 106px;
  margin-bottom: 94px;
}

body#page-recruit #site-wrapper #main-container .information .info-inner {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

body#page-recruit #site-wrapper #main-container .information .info-inner .info-header {
  flex-basis: 100%;
  margin-bottom: 42px;
}

body#page-recruit #site-wrapper #main-container .information .info-inner .info-header h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 8px;
}

body#page-recruit #site-wrapper #main-container .information .info-inner .info-header h2 {
  font-size: 1.2rem;
  letter-spacing: 4px;
  color: #4d4d4d;
}

body#page-recruit #site-wrapper #main-container .information .info-inner .info-list {
  width: 310px;
}

body#page-recruit #site-wrapper #main-container .information .info-inner .info-list > li {
  margin-bottom: 36px;
}

body#page-recruit #site-wrapper #main-container .information .info-inner .info-list > li dl dt {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8em;
  margin-bottom: 10px;
  text-indent: -0.5em;
  color: #000;
}

body#page-recruit #site-wrapper #main-container .information .info-inner .info-list > li dl dd {
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body#page-recruit #site-wrapper #main-container .information {
    padding: 7.448vw 0 14.098vw;
    margin-bottom: 12.502vw;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 4.522vw;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner .info-header {
    flex-basis: auto;
    margin-bottom: 3.724vw;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner .info-header h3 {
    font-size: 4.5rem;
    margin-bottom: 1.33vw;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner .info-header h2 {
    font-size: 1.8rem;
    letter-spacing: 0.532vw;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner .info-list {
    width: 100%;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner .info-list > li {
    margin-bottom: 4.788vw;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner .info-list > li dl dt {
    font-size: 2.5rem;
    margin-bottom: 1.33vw;
    text-indent: -0.5em;
  }
  body#page-recruit #site-wrapper #main-container .information .info-inner .info-list > li dl dd {
    color: #4d4d4d;
    font-size: 2rem;
  }
}

body#page-recruit #site-wrapper #main-container .entry {
  width: 950px;
  height: 302px;
  overflow: hidden;
  margin: 0 auto;
}

body#page-recruit #site-wrapper #main-container .entry a {
  display: block;
  width: 950px;
  height: 302px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background: #1b3542;
  color: #fff;
}

body#page-recruit #site-wrapper #main-container .entry a p {
  width: 306px;
  height: 302px;
  padding: 126px 0 0 70px;
}

body#page-recruit #site-wrapper #main-container .entry a p span {
  display: block;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 6px;
}

body#page-recruit #site-wrapper #main-container .entry a p em {
  display: block;
  font-size: 1.1rem;
}

body#page-recruit #site-wrapper #main-container .entry a .image {
  width: 644px;
  overflow: hidden;
  height: 302px;
}

body#page-recruit #site-wrapper #main-container .entry a .image img {
  width: 644px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

@media screen and (min-width: 769px) {
  body#page-recruit #site-wrapper #main-container .entry a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 750px) {
  body#page-recruit #site-wrapper #main-container .entry {
    width: 100%;
    height: auto;
    padding: 0 4.522vw;
  }
  body#page-recruit #site-wrapper #main-container .entry a {
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 24.871vw;
  }
  body#page-recruit #site-wrapper #main-container .entry a p {
    width: 39.9vw;
    height: 24.871vw;
    padding: 6.65vw 0 0 0;
  }
  body#page-recruit #site-wrapper #main-container .entry a p span {
    font-size: 4rem;
    margin-bottom: 1.33vw;
    padding-left: 2.66vw;
  }
  body#page-recruit #site-wrapper #main-container .entry a p em {
    font-size: 2rem;
    padding-left: 2.66vw;
  }
  body#page-recruit #site-wrapper #main-container .entry a .image {
    width: 57.456vw;
    overflow: hidden;
    height: 24.871vw;
  }
  body#page-recruit #site-wrapper #main-container .entry a .image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

body#page-privacy #site-wrapper #main-container {
  padding-bottom: 106px;
}

body#page-privacy #site-wrapper #main-container .page-header-sqare {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}

body#page-privacy #site-wrapper #main-container .page-header-sqare:after {
  display: block;
  content: '';
  width: 0;
  height: 300px;
  background: #f7f7f7;
  -webkit-animation-name: scale-in;
  animation-name: scale-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-privacy #site-wrapper #main-container .page-header {
  height: 300px;
  margin-bottom: 106px;
}

body#page-privacy #site-wrapper #main-container .page-header .page-title {
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  body#page-privacy #site-wrapper #main-container {
    padding-bottom: 14.098vw;
  }
  body#page-privacy #site-wrapper #main-container .page-header-sqare {
    top: 16.492vw;
    height: 43.89vw;
  }
  body#page-privacy #site-wrapper #main-container .page-header-sqare:after {
    height: 43.89vw;
  }
  body#page-privacy #site-wrapper #main-container .page-header {
    height: 43.89vw;
    margin-bottom: 14.098vw;
  }
  body#page-privacy #site-wrapper #main-container .page-header .page-title {
    padding-top: 19.95vw;
  }
}

body#page-privacy #site-wrapper #main-container .container {
  width: 750px;
  margin: 0 auto;
  color: #4d4d4d;
}

body#page-privacy #site-wrapper #main-container .container p {
  margin-bottom: 1.2em;
  font-size: 1.1rem;
}

body#page-privacy #site-wrapper #main-container .container p.center {
  text-align: center;
}

body#page-privacy #site-wrapper #main-container .container h2 {
  text-align: center;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 60px;
  color: #333;
}

body#page-privacy #site-wrapper #main-container .container .dot-list {
  margin-left: 1.5em;
  margin-bottom: 3em;
}

body#page-privacy #site-wrapper #main-container .container .dot-list > li {
  list-style: disc;
  font-size: 1.1rem;
}

@media screen and (max-width: 750px) {
  body#page-privacy #site-wrapper #main-container .container {
    width: 100%;
    padding: 4.522vw;
  }
  body#page-privacy #site-wrapper #main-container .container p {
    font-size: 2rem;
  }
  body#page-privacy #site-wrapper #main-container .container h2 {
    font-size: 3.5rem;
    margin-bottom: 7.98vw;
  }
  body#page-privacy #site-wrapper #main-container .container .dot-list > li {
    font-size: 2rem;
  }
}

body#page-contact #site-wrapper #main-container,
body#page-contact-complete #site-wrapper #main-container {
  padding-bottom: 106px;
}

body#page-contact #site-wrapper #main-container .page-header-sqare,
body#page-contact-complete #site-wrapper #main-container .page-header-sqare {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}

body#page-contact #site-wrapper #main-container .page-header-sqare:after,
body#page-contact-complete #site-wrapper #main-container .page-header-sqare:after {
  display: block;
  content: '';
  width: 0;
  height: 300px;
  background: #f7f7f7;
  -webkit-animation-name: scale-in;
  animation-name: scale-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-contact #site-wrapper #main-container .page-header,
body#page-contact-complete #site-wrapper #main-container .page-header {
  height: 300px;
  margin-bottom: 106px;
}

body#page-contact #site-wrapper #main-container .page-header .page-title,
body#page-contact-complete #site-wrapper #main-container .page-header .page-title {
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  body#page-contact #site-wrapper #main-container,
  body#page-contact-complete #site-wrapper #main-container {
    padding-bottom: 14.098vw;
  }
  body#page-contact #site-wrapper #main-container .page-header-sqare,
  body#page-contact-complete #site-wrapper #main-container .page-header-sqare {
    top: 16.492vw;
    height: 43.89vw;
  }
  body#page-contact #site-wrapper #main-container .page-header-sqare:after,
  body#page-contact-complete #site-wrapper #main-container .page-header-sqare:after {
    height: 43.89vw;
  }
  body#page-contact #site-wrapper #main-container .page-header,
  body#page-contact-complete #site-wrapper #main-container .page-header {
    height: 43.89vw;
    margin-bottom: 14.098vw;
  }
  body#page-contact #site-wrapper #main-container .page-header .page-title,
  body#page-contact-complete #site-wrapper #main-container .page-header .page-title {
    padding-top: 19.95vw;
  }
}

body#page-contact #site-wrapper #main-container .container,
body#page-contact-complete #site-wrapper #main-container .container {
  width: 750px;
  margin: 0 auto;
}

body#page-contact #site-wrapper #main-container .container h2,
body#page-contact-complete #site-wrapper #main-container .container h2 {
  text-align: center;
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px;
}

body#page-contact #site-wrapper #main-container .container .lead,
body#page-contact-complete #site-wrapper #main-container .container .lead {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #4d4d4d;
}

body#page-contact #site-wrapper #main-container .container .notice,
body#page-contact-complete #site-wrapper #main-container .container .notice {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 90px;
  color: #4d4d4d;
}

body#page-contact #site-wrapper #main-container .container .notice span,
body#page-contact-complete #site-wrapper #main-container .container .notice span {
  color: #1b3542;
}

@media screen and (max-width: 750px) {
  body#page-contact #site-wrapper #main-container .container,
  body#page-contact-complete #site-wrapper #main-container .container {
    width: 100%;
    padding: 0 4.522vw;
  }
  body#page-contact #site-wrapper #main-container .container h2,
  body#page-contact-complete #site-wrapper #main-container .container h2 {
    font-size: 3.5rem;
    margin-bottom: 7.98vw;
  }
  body#page-contact #site-wrapper #main-container .container .lead,
  body#page-contact-complete #site-wrapper #main-container .container .lead {
    font-size: 2rem;
    margin-bottom: 5.32vw;
  }
  body#page-contact #site-wrapper #main-container .container .notice,
  body#page-contact-complete #site-wrapper #main-container .container .notice {
    font-size: 2rem;
    margin-bottom: 11.97vw;
  }
}

body#page-contact #site-wrapper #main-container .container .forms .form-list,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list {
  margin-bottom: 60px;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li {
  margin-bottom: 40px;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dt,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dt {
  flex-basis: 250px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 8px;
  color: #333;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dt span,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dt span {
  color: #1b3542;
  margin-left: 1em;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd {
  font-size: 1.5rem;
  flex-basis: 500px;
  color: #4d4d4d;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd input[type=text],
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd input[type=text] {
  padding: 6px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #034975;
  outline: none;
  background: #f4f4f4;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd input[type=text].err-input,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd input[type=text].err-input {
  background: #f6e7e9;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd .err,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd .err {
  color: #b84251;
  font-size: 1.2rem;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox {
  padding: 6px 0;
  margin-right: 30px;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox.err-input,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox.err-input {
  background: #f6e7e9;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox input[type=radio],
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox input[type=radio] {
  display: none;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:before,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #034975;
  border-radius: 50%;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:after,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #034975;
  border-radius: 50%;
  opacity: 0;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox input[type=radio]:checked + span:after,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox input[type=radio]:checked + span:after {
  opacity: 1;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd textarea,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd textarea {
  padding: 6px;
  width: 100%;
  height: 300px;
  border: none;
  border-bottom: 1px solid #034975;
  outline: none;
  background: #f4f4f4;
  resize: none;
}

body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd textarea.err-input,
body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd textarea.err-input {
  background: #f6e7e9;
}

@media screen and (max-width: 750px) {
  body#page-contact #site-wrapper #main-container .container .forms .form-list,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list {
    margin-bottom: 7.98vw;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li {
    margin-bottom: 5.32vw;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dt,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dt {
    flex-basis: auto;
    font-size: 1.8rem;
    padding-top: 1.064vw;
    margin-bottom: 1.33vw;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dt span,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dt span {
    margin-left: 1em;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd {
    font-size: 3.2rem;
    flex-basis: auto;
    width: 100%;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd input[type=text],
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd input[type=text] {
    padding: 0.798vw;
    border: none;
    border-bottom: 0.266vw solid #034975;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd .err,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd .err {
    font-size: 1.8rem;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox {
    padding: 0.798vw 0;
    margin-right: 3.99vw;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span {
    padding-left: 2.66vw;
    font-size: 2rem;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:before,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:before {
    width: 1.596vw;
    height: 1.596vw;
    border: 0.266vw solid #034975;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:after,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd label.checkbox span:after {
    width: 0.798vw;
    height: 0.798vw;
    left: 0.532vw;
  }
  body#page-contact #site-wrapper #main-container .container .forms .form-list > li dl dd textarea,
  body#page-contact-complete #site-wrapper #main-container .container .forms .form-list > li dl dd textarea {
    padding: 0.798vw;
    height: 39.9vw;
    border: none;
    border-bottom: 0.266vw solid #034975;
  }
}

body#page-contact #site-wrapper #main-container .container .forms.confirm .form-list > li dl dd,
body#page-contact-complete #site-wrapper #main-container .container .forms.confirm .form-list > li dl dd {
  border-bottom: 1px solid #034975;
}

body#page-contact #site-wrapper #main-container .container .forms.confirm .btns > li a,
body#page-contact-complete #site-wrapper #main-container .container .forms.confirm .btns > li a {
  padding-left: 64px;
}

body#page-contact #site-wrapper #main-container .container .forms.confirm .btns > li a.back,
body#page-contact-complete #site-wrapper #main-container .container .forms.confirm .btns > li a.back {
  padding-left: 20px;
  padding-right: 64px;
}

@media screen and (max-width: 750px) {
  body#page-contact #site-wrapper #main-container .container .forms.confirm .form-list > li dl dd,
  body#page-contact-complete #site-wrapper #main-container .container .forms.confirm .form-list > li dl dd {
    border-bottom: 0.266vw solid #034975;
    font-size: 2.2rem;
  }
  body#page-contact #site-wrapper #main-container .container .forms.confirm .btns > li a,
  body#page-contact-complete #site-wrapper #main-container .container .forms.confirm .btns > li a {
    padding-left: 21.546vw;
  }
  body#page-contact #site-wrapper #main-container .container .forms.confirm .btns > li a.back,
  body#page-contact-complete #site-wrapper #main-container .container .forms.confirm .btns > li a.back {
    padding-left: 13.566vw;
    padding-right: 21.546vw;
  }
}

body#page-contact #site-wrapper #main-container .container.complete h3,
body#page-contact-complete #site-wrapper #main-container .container.complete h3 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

body#page-contact #site-wrapper #main-container .container.complete .contents,
body#page-contact-complete #site-wrapper #main-container .container.complete .contents {
  width: 500px;
  margin: 0 auto 100px;
  color: #4d4d4d;
}

body#page-contact #site-wrapper #main-container .container.complete .contents p,
body#page-contact-complete #site-wrapper #main-container .container.complete .contents p {
  font-size: 1.1rem;
  margin-bottom: 1.5em;
}

body#page-contact #site-wrapper #main-container .container.complete .contents p:last-child,
body#page-contact-complete #site-wrapper #main-container .container.complete .contents p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  body#page-contact #site-wrapper #main-container .container.complete h3,
  body#page-contact-complete #site-wrapper #main-container .container.complete h3 {
    font-size: 3rem;
    margin-bottom: 6.65vw;
  }
  body#page-contact #site-wrapper #main-container .container.complete .contents,
  body#page-contact-complete #site-wrapper #main-container .container.complete .contents {
    width: 100%;
    margin: 0 auto 13.3vw;
    padding: 0 4.522vw;
  }
  body#page-contact #site-wrapper #main-container .container.complete .contents p,
  body#page-contact-complete #site-wrapper #main-container .container.complete .contents p {
    font-size: 2rem;
  }
}

body#page-news #site-wrapper #main-container,
body#page-news-detail #site-wrapper #main-container {
  padding-bottom: 106px;
}

body#page-news #site-wrapper #main-container .page-header-sqare,
body#page-news-detail #site-wrapper #main-container .page-header-sqare {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}

body#page-news #site-wrapper #main-container .page-header-sqare:after,
body#page-news-detail #site-wrapper #main-container .page-header-sqare:after {
  display: block;
  content: '';
  width: 0;
  height: 300px;
  background: #f7f7f7;
  -webkit-animation-name: scale-in;
  animation-name: scale-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body#page-news #site-wrapper #main-container .page-header,
body#page-news-detail #site-wrapper #main-container .page-header {
  height: 300px;
  margin-bottom: 106px;
}

body#page-news #site-wrapper #main-container .page-header .page-title,
body#page-news-detail #site-wrapper #main-container .page-header .page-title {
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  body#page-news #site-wrapper #main-container,
  body#page-news-detail #site-wrapper #main-container {
    padding-bottom: 14.098vw;
  }
  body#page-news #site-wrapper #main-container .page-header-sqare,
  body#page-news-detail #site-wrapper #main-container .page-header-sqare {
    top: 16.492vw;
    height: 43.89vw;
  }
  body#page-news #site-wrapper #main-container .page-header-sqare:after,
  body#page-news-detail #site-wrapper #main-container .page-header-sqare:after {
    height: 43.89vw;
  }
  body#page-news #site-wrapper #main-container .page-header,
  body#page-news-detail #site-wrapper #main-container .page-header {
    height: 43.89vw;
    margin-bottom: 14.098vw;
  }
  body#page-news #site-wrapper #main-container .page-header .page-title,
  body#page-news-detail #site-wrapper #main-container .page-header .page-title {
    padding-top: 19.95vw;
  }
}

body#page-news #site-wrapper #main-container .news-detail,
body#page-news-detail #site-wrapper #main-container .news-detail {
  margin: 0 auto 50px;
  width: 610px;
  padding-bottom: 100px;
  border-bottom: 1px solid #1b3542;
}

body#page-news #site-wrapper #main-container .news-detail .news-header,
body#page-news-detail #site-wrapper #main-container .news-detail .news-header {
  margin-bottom: 2em;
  border-bottom: 1px solid #1b3542;
}

body#page-news #site-wrapper #main-container .news-detail .news-header h1,
body#page-news-detail #site-wrapper #main-container .news-detail .news-header h1 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 14px;
  color: #333;
}

body#page-news #site-wrapper #main-container .news-detail .news-header p.date,
body#page-news-detail #site-wrapper #main-container .news-detail .news-header p.date {
  margin-bottom: 6px;
}

body#page-news #site-wrapper #main-container .news-detail .news-header p.date time,
body#page-news-detail #site-wrapper #main-container .news-detail .news-header p.date time {
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.5em;
  color: #666;
}

body#page-news #site-wrapper #main-container .news-detail .news-header p.date span,
body#page-news-detail #site-wrapper #main-container .news-detail .news-header p.date span {
  background: #1b3542;
  color: #fff;
  padding: 2px 7px;
  line-height: 1;
  display: inline-block;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-news #site-wrapper #main-container .news-detail .news-body,
body#page-news-detail #site-wrapper #main-container .news-detail .news-body {
  color: #4d4d4d;
}

body#page-news #site-wrapper #main-container .news-detail .news-body p,
body#page-news-detail #site-wrapper #main-container .news-detail .news-body p {
  font-size: 1.3rem;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 750px) {
  body#page-news #site-wrapper #main-container .news-detail,
  body#page-news-detail #site-wrapper #main-container .news-detail {
    margin: 0 4.522vw 13.3vw;
    width: auto;
    padding: 0 0 6.65vw;
    border-bottom: 0.266vw solid #1b3542;
  }
  body#page-news #site-wrapper #main-container .news-detail .news-header,
  body#page-news-detail #site-wrapper #main-container .news-detail .news-header {
    border-bottom: 0.266vw solid #1b3542;
  }
  body#page-news #site-wrapper #main-container .news-detail .news-header h1,
  body#page-news-detail #site-wrapper #main-container .news-detail .news-header h1 {
    font-size: 3rem;
    padding-bottom: 0.133vw;
  }
  body#page-news #site-wrapper #main-container .news-detail .news-header p.date,
  body#page-news-detail #site-wrapper #main-container .news-detail .news-header p.date {
    margin-bottom: 0.798vw;
  }
  body#page-news #site-wrapper #main-container .news-detail .news-header p.date time,
  body#page-news-detail #site-wrapper #main-container .news-detail .news-header p.date time {
    font-size: 1.5rem;
    margin-right: 0.5em;
  }
  body#page-news #site-wrapper #main-container .news-detail .news-header p.date span,
  body#page-news-detail #site-wrapper #main-container .news-detail .news-header p.date span {
    padding: 0.532vw 2.128vw;
    font-size: 1.5rem;
  }
  body#page-news #site-wrapper #main-container .news-detail .news-body p,
  body#page-news-detail #site-wrapper #main-container .news-detail .news-body p {
    font-size: 2rem;
  }
}

body#page-news #site-wrapper #main-container .btns,
body#page-news-detail #site-wrapper #main-container .btns {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  body#page-news #site-wrapper #main-container .btns,
  body#page-news-detail #site-wrapper #main-container .btns {
    margin-bottom: 13.3vw;
  }
}

body#page-news #site-wrapper #main-container .news-list-wrap,
body#page-news-detail #site-wrapper #main-container .news-list-wrap {
  width: 610px;
  margin: 0 auto;
}

body#page-news #site-wrapper #main-container .news-list-wrap h3,
body#page-news-detail #site-wrapper #main-container .news-list-wrap h3 {
  font-family: 'urw-din', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list {
  margin-bottom: 100px;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li {
  margin-bottom: 20px;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li:last-child,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li:last-child {
  margin-bottom: 0;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dt,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dt {
  flex-basis: 75px;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dt time,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dt time {
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories {
  flex-basis: 86px;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories span,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories span {
  background: #1b3542;
  color: #fff;
  padding: 2px 7px;
  line-height: 1;
  display: inline-block;
  font-family: 'urw-din', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.news-title a,
body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.news-title a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #1b3542;
}

@media screen and (max-width: 750px) {
  body#page-news #site-wrapper #main-container .news-list-wrap,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap {
    width: 100%;
    padding: 4.522vw;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap h3,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap h3 {
    font-size: 3.5rem;
    margin-bottom: 5.32vw;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list {
    margin-bottom: 13.3vw;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li {
    margin-bottom: 6.118vw;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li:last-child,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li:last-child {
    margin-bottom: 0;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl {
    flex-wrap: wrap;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dt,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dt {
    flex-basis: 13.3vw;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dt time,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dt time {
    font-size: 1.5rem;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories {
    flex-basis: auto;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories span,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.categories span {
    padding: 0.532vw 2.128vw;
    font-size: 1.5rem;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.news-title,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.news-title {
    flex-basis: 100%;
    padding-top: 2.66vw;
  }
  body#page-news #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.news-title a,
  body#page-news-detail #site-wrapper #main-container .news-list-wrap .news-list > li dl dd.news-title a {
    font-size: 1.8rem;
  }
}
