@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

th,
td {
  padding: 0;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
li,
ol,
dl,
dt,
dd,
p,
fieldset,
pre,
code,
legend,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
}

li {
  list-style: none;
}

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

a:focus {
  outline: thin dotted;
}

strong,
b {
  font-weight: bold;
}

q {
  quotes: none;
}

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

code,
samp,
kbd {
  font-family: monospace, sans-serif;
}

mark {
  background-color: yellow;
  color: black;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

img {
  vertical-align: top;
  line-height: 1;
}

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

/* Tabular data */

caption {
  padding: 0;
}

th,
td {
  padding: 0;
}

/* Forms */

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  transition: all 0.3s ease;
}

a:link {
  text-decoration: none;
  color: #003466;
}

a:visited {
  text-decoration: none;
  color: #003466;
}

a:hover {
  text-decoration: none;
  color: #0068cc;
}

a:active {
  text-decoration: none;
  color: #0068cc;
}

@keyframes glitter {
  50% {
    opacity: 0;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  background: #fff;
  overflo-x: hidden;
}

html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.6;
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main p + p {
  margin-top: 1.6em;
}

.page {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

.block,
.block-title {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  max-width: 100%;
  width: calc(1200px + 20px);
  margin: 0 auto;
  padding: 100px 10px;
}

.block-seminars .block,
.block-seminars .block-title {
  padding-top: 0;
}

.block:last-child,
.block-title:last-child {
  padding-bottom: 0;
}

.page-catalogue .block,
.page-catalogue .block-title {
  padding: 0;
}

.unit + .unit {
  margin-top: 100px;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

button {
  cursor: pointer;
  /* when tapping or clicking the button */
  outline: none;
  border: none;
}

img {
  height: auto;
}

.is-note {
  font-size: 14px;
  font-size: 1.4rem;
}

.block-contact {
  box-sizing: border-box;
  max-width: 1000px;
  width: 60%;
  margin: 40px auto 0;
  padding: 20px 40px;
  border: 2px solid #003466;
  text-align: center;
}

.aristo-seminar .main .block-contact {
  width: 720px;
}

.seminar-list + .block-contact {
  margin-top: 120px !important;
}

.block-contact__tel {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

.block-contact .business-hours {
  display: block;
}

.block-contact .in-charge {
  display: block;
}

.block-contact__title {
  margin-top: 160px;
  margin-bottom: 1em;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  color: #06c;
}

.block-seminars .block-contact__title {
  margin-top: 0;
}

.aristo-seminar .block-contact__title {
  margin-top: 0;
}

.aristo-entry-seminar .block-contact__title {
  margin-top: 0;
}

.block-contact__info {
  text-align: center;
}

.block-contact__buttons .btn-detail {
  margin: 0;
}

.block-contact__button.btn-detail {
  display: block;
  width: 60%;
  margin: 50px auto 0;
  padding: 70px 1.2em;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

.globalHeader .block-contact__button.btn-detail {
  padding: .6em 1.2em;
}

.-two-buttons .block-contact__button.btn-detail,
.-three-buttons .block-contact__button.btn-detail {
  margin: 0;
  padding: 1em 1.2em;
}

.btn-guidance {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
  font-weight: bold;
}

.btn-guidance:link {
  color: #fff;
  text-decoration: none;
}

.btn-guidance:visited {
  color: #fff;
  text-decoration: none;
}

.btn-guidance:hover {
  text-decoration: none;
  background-color: #09f;
}

.btn-guidance:after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-guidance:before {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
  content: url(../images/common/icon_entry.png);
  margin-right: .4em;
  vertical-align: middle;
}

.btn-contact {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
  font-weight: bold;
}

.btn-contact:link {
  color: #fff;
  text-decoration: none;
}

.btn-contact:visited {
  color: #fff;
  text-decoration: none;
}

.btn-contact:hover {
  text-decoration: none;
  background-color: #09f;
}

.btn-contact:after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-contact:before {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
  content: url(../images/common/icon_form.png);
  margin-right: .4em;
  vertical-align: middle;
}

.btn-download-pdf {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #fff;
  border-radius: 4px;
  border: 2px #003466 solid;
  text-align: center;
  color: #003466;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.2em;
  font-weight: bold;
  white-space: inherit;
  text-align: left;
}

.btn-download-pdf:link {
  color: #003466;
  text-decoration: none;
}

.btn-download-pdf:visited {
  color: #003466;
  text-decoration: none;
}

.btn-download-pdf:hover {
  color: #fff;
  text-decoration: none;
  background-color: #09f;
  border-color: #09f;
}

.btn-download-pdf:before {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2332CD32' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%2332CD32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_103_17083)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 9L19 10L12 17.1L5 10L6 9L11.2 14.2V3H12.7V14.2L18 9ZM3 21V19.5H21V21H3Z' fill='%23003466'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_103_17083'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  margin-right: .4em;
  vertical-align: middle;
}

.btn-download-pdf:hover:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%2332CD32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_103_17083)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 9L19 10L12 17.1L5 10L6 9L11.2 14.2V3H12.7V14.2L18 9ZM3 21V19.5H21V21H3Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_103_17083'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.btn-download-pdf:after {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68535 10.95H7.56035V8.95H8.68535C8.93535 8.95 9.14368 8.86267 9.31035 8.688C9.47702 8.51267 9.56035 8.3 9.56035 8.05V6.95C9.56035 6.7 9.47702 6.48733 9.31035 6.312C9.14368 6.13733 8.93535 6.05 8.68535 6.05H6.68535V10.95ZM7.56035 8.05V6.95H8.68535V8.05H7.56035ZM10.5854 10.95H12.5604C12.8104 10.95 13.0187 10.8627 13.1854 10.688C13.352 10.5127 13.4354 10.3 13.4354 10.05V6.95C13.4354 6.7 13.352 6.48733 13.1854 6.312C13.0187 6.13733 12.8104 6.05 12.5604 6.05H10.5854V10.95ZM11.4854 10.05V6.95H12.5604V10.05H11.4854ZM14.5604 10.95H15.4354V8.95H16.6354V8.05H15.4354V6.95H16.6354V6.05H14.5604V10.95ZM5.91035 15.5C5.41035 15.5 4.98535 15.325 4.63535 14.975C4.28535 14.625 4.11035 14.2 4.11035 13.7V2.3C4.11035 1.8 4.28535 1.375 4.63535 1.025C4.98535 0.675 5.41035 0.5 5.91035 0.5H17.3104C17.8104 0.5 18.2354 0.675 18.5854 1.025C18.9354 1.375 19.1104 1.8 19.1104 2.3V13.7C19.1104 14.2 18.9354 14.625 18.5854 14.975C18.2354 15.325 17.8104 15.5 17.3104 15.5H5.91035ZM5.91035 14H17.3104C17.3937 14 17.4647 13.9707 17.5234 13.912C17.5814 13.854 17.6104 13.7833 17.6104 13.7V2.3C17.6104 2.21667 17.5814 2.14567 17.5234 2.087C17.4647 2.029 17.3937 2 17.3104 2H5.91035C5.82702 2 5.75635 2.029 5.69835 2.087C5.63968 2.14567 5.61035 2.21667 5.61035 2.3V13.7C5.61035 13.7833 5.63968 13.854 5.69835 13.912C5.75635 13.9707 5.82702 14 5.91035 14ZM2.41035 19C1.91035 19 1.48535 18.825 1.13535 18.475C0.785352 18.125 0.610352 17.7 0.610352 17.2V4.3H2.11035V17.2C2.11035 17.2833 2.13968 17.3543 2.19835 17.413C2.25635 17.471 2.32702 17.5 2.41035 17.5H15.3104V19H2.41035Z' fill='%231A1A1C'/%3E%3C/svg%3E");
  margin-left: .4em;
  vertical-align: middle;
}

.btn-download-pdf:hover:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.68535 10.95H7.56035V8.95H8.68535C8.93535 8.95 9.14368 8.86267 9.31035 8.688C9.47702 8.51267 9.56035 8.3 9.56035 8.05V6.95C9.56035 6.7 9.47702 6.48733 9.31035 6.312C9.14368 6.13733 8.93535 6.05 8.68535 6.05H6.68535V10.95ZM7.56035 8.05V6.95H8.68535V8.05H7.56035ZM10.5854 10.95H12.5604C12.8104 10.95 13.0187 10.8627 13.1854 10.688C13.352 10.5127 13.4354 10.3 13.4354 10.05V6.95C13.4354 6.7 13.352 6.48733 13.1854 6.312C13.0187 6.13733 12.8104 6.05 12.5604 6.05H10.5854V10.95ZM11.4854 10.05V6.95H12.5604V10.05H11.4854ZM14.5604 10.95H15.4354V8.95H16.6354V8.05H15.4354V6.95H16.6354V6.05H14.5604V10.95ZM5.91035 15.5C5.41035 15.5 4.98535 15.325 4.63535 14.975C4.28535 14.625 4.11035 14.2 4.11035 13.7V2.3C4.11035 1.8 4.28535 1.375 4.63535 1.025C4.98535 0.675 5.41035 0.5 5.91035 0.5H17.3104C17.8104 0.5 18.2354 0.675 18.5854 1.025C18.9354 1.375 19.1104 1.8 19.1104 2.3V13.7C19.1104 14.2 18.9354 14.625 18.5854 14.975C18.2354 15.325 17.8104 15.5 17.3104 15.5H5.91035ZM5.91035 14H17.3104C17.3937 14 17.4647 13.9707 17.5234 13.912C17.5814 13.854 17.6104 13.7833 17.6104 13.7V2.3C17.6104 2.21667 17.5814 2.14567 17.5234 2.087C17.4647 2.029 17.3937 2 17.3104 2H5.91035C5.82702 2 5.75635 2.029 5.69835 2.087C5.63968 2.14567 5.61035 2.21667 5.61035 2.3V13.7C5.61035 13.7833 5.63968 13.854 5.69835 13.912C5.75635 13.9707 5.82702 14 5.91035 14ZM2.41035 19C1.91035 19 1.48535 18.825 1.13535 18.475C0.785352 18.125 0.610352 17.7 0.610352 17.2V4.3H2.11035V17.2C2.11035 17.2833 2.13968 17.3543 2.19835 17.413C2.25635 17.471 2.32702 17.5 2.41035 17.5H15.3104V19H2.41035Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.btn-seminar {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
  font-weight: bold;
}

.btn-seminar:link {
  color: #fff;
  text-decoration: none;
}

.btn-seminar:visited {
  color: #fff;
  text-decoration: none;
}

.btn-seminar:hover {
  text-decoration: none;
  background-color: #09f;
}

.btn-seminar:after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-seminar:before {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
  content: url(../images/common/icon_entry.png);
  margin-right: .4em;
  vertical-align: middle;
}

.btn-area {
  margin-top: 1em;
  text-align: center;
}

.btn-detail {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
}

.btn-detail:link {
  color: #fff;
  text-decoration: none;
}

.btn-detail:visited {
  color: #fff;
  text-decoration: none;
}

.btn-detail:hover {
  text-decoration: none;
  background-color: #09f;
}

.btn-detail:after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-back {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
}

.btn-back:link {
  color: #fff;
  text-decoration: none;
}

.btn-back:visited {
  color: #fff;
  text-decoration: none;
}

.btn-back:hover {
  text-decoration: none;
  background-color: #09f;
}

.btn-back:before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate3d(0, 0, 1, -45deg);
}

.contact__form__btn a {
  display: inline-block;
  margin-bottom: 1em;
  padding: .4em 2em;
  border: 1px solid #2c3e4a;
  border-radius: 4px;
  color: #2c3e4a;
  transition: all ease 0.3s 0.1s;
}

.contact__form__btn a:hover {
  background: #2c3e4a;
  color: #fff;
}

.btn-top,
.btn-top a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
  margin-right: auto;
  margin-left: auto;
  background-color: #f60;
  color: #fff !important;
}

.btn-top:link,
.btn-top a:link {
  color: #fff;
  text-decoration: none;
}

.btn-top:visited,
.btn-top a:visited {
  color: #fff;
  text-decoration: none;
}

.btn-top:hover,
.btn-top a:hover {
  text-decoration: none;
  background-color: #09f;
}

.btn-top:before,
.btn-top a:before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate3d(0, 0, 1, -45deg);
}

.btn-top:after,
.btn-top a:after {
  top: 35%;
  border-color: #fff;
}

.btn-target,
a.btn-target {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
}

.btn-target:link,
a.btn-target:link {
  color: #fff;
  text-decoration: none;
}

.btn-target:visited,
a.btn-target:visited {
  color: #fff;
  text-decoration: none;
}

.btn-target:hover,
a.btn-target:hover {
  text-decoration: none;
  background-color: #09f;
}

.btn-target:after,
a.btn-target:after {
  width: 16px;
  height: 16px;
  content: url("../img/ico_new-window.png");
  transform: rotate(0deg);
  border: none;
}

.btns-block {
  margin: 0 auto;
}

.btns-block .btn + .btn {
  margin-top: 2em;
}

.link-arrow {
  position: relative;
  padding-right: 1em;
  transition: all ease 0.3s;
}

.link-arrow:after {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 0;
  content: '';
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 1.3;
  transition: all ease 0.3s;
}

.link-arrow:hover:after {
  right: -3px;
  border-color: #0068cc;
}

.link-arrow:after {
  margin-right: 4px;
  border-top: 2px solid #003466;
  border-right: 2px solid #003466;
  transform: rotate3d(0, 0, 1, 45deg);
}

.link-target {
  position: relative;
  padding-right: 1em;
  transition: all ease 0.3s;
}

.link-target:after {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 22%;
  right: 0;
  content: '';
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 1.3;
  transition: all ease 0.3s;
}

.link-target:hover:after {
  right: -3px;
  border-color: #0068cc;
}

.link-target:after {
  margin-right: 4px;
  border-top: 2px solid #003466;
  border-right: 2px solid #003466;
  transform: rotate3d(0, 0, 1, 45deg);
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

.list__item + .list__item {
  margin-top: 1.2em;
}

.disc-list .list__item {
  margin-left: 1em;
  list-style: disc outside;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.loading__body {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.step-indicator ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-indicator__item {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.step-indicator__item > span {
  display: inline-block;
  position: relative;
  padding: 12px 1.4em;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.step-indicator__item > span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 21px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  z-index: 2;
  border-left-color: inherit;
}

.step-indicator__item > span:before {
  margin: 0 .6em;
}

.step-indicator__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 21px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  z-index: 1;
  transform: translateX(8px);
  border-left-color: #fff;
  margin: 0;
}

.step-indicator__item:first-child span:before {
  content: 'Step1';
}

.step-indicator__item:nth-child(2) span:before {
  content: 'Step2';
}

.step-indicator__item:nth-child(3) span:before {
  content: 'Step3';
}

.step-indicator__item:last-child:after,
.step-indicator__item:last-child span:after {
  border: none;
}

.step-indicator + .section-title {
  margin-top: 80px;
}

.page-input .-input span,
.page-confirm .-confirm span,
.page-complete .-complete span {
  background-color: #003466;
  border-color: #003466;
}

.outline-table {
  width: 100%;
}

.outline-table th,
.outline-table td {
  box-sizing: border-box;
  padding: .8em 1em;
  vertical-align: top;
}

.outline-table th {
  text-align: left;
  font-weight: normal;
}

.outline-table tr:first-child th,
.outline-table tr:first-child td {
  border-top: 1px dotted #999;
}

.outline-table th,
.outline-table td {
  border-bottom: 1px dotted #999;
}

.outline-table th {
  width: 25%;
  color: #339;
  font-weight: bold;
}

.outline-table td p + p {
  margin-top: 14px;
}

.outline-table td .indent {
  margin-top: .6em;
  margin-left: 1em;
}

.outline-table__note {
  margin-top: .6em;
  text-align: right;
}

.outline-table.multi-head th {
  width: 18%;
}

.outline-table.multi-head .in-table {
  display: table;
  width: 100%;
}

.outline-table.multi-head .in-table + .in-table {
  margin-top: 1.2em;
}

.outline-table.multi-head .in-table dt,
.outline-table.multi-head .in-table dd {
  display: table-cell;
  vertical-align: top;
  line-height: 2;
}

.outline-table.multi-head .in-table dt {
  width: 22%;
  color: #94725c;
}

.unit__title {
  position: relative;
  margin-bottom: 70px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #003466;
  text-align: center;
}

.unit__title span {
  border-bottom: 1px solid #003466;
  line-height: 1.8;
}

.fixed .header--home {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  animation-iteration-count: 1;
}

.header--home {
  position: relative;
  animation-iteration-count: 1;
  transition: all ease .3s;
  z-index: 100000;
}

.globalHeader {
  width: 100%;
  position: relative;
  z-index: 1000;
}

.globalHeader__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.globalHeader__top {
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 135px;
  padding: 10px 76px 10px 0;
}

.globalHeader__body {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  padding: 100px 0 60px;
  background-color: #001932;
  transition: transform .2s ease-out;
}

.globalHeader__body__inner {
  box-sizing: border-box;
  width: calc( 1280 / 1920 * 100%);
  max-width: 800px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.globalHeader__body .siteTitle {
  box-sizing: border-box;
  width: calc( 280 / 800 * 100%);
  padding: 0 20px;
  text-align: center;
}

.globalHeader__body .siteTitle img {
  width: auto;
}

.globalHeader__body .siteTitle .btn-detail {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  margin-left: 0;
  border: 1px solid #fff;
  background-color: transparent;
}

.globalHeader__body .siteTitle .btn-detail + .btn-detail {
  margin-top: 2em;
}

.globalHeader__body .siteTitle .btn-detail:after {
  border-color: #999;
}

.globalHeader__body .siteTitle .btn-detail:link,
.globalHeader__body .siteTitle .btn-detail:vsited {
  background-color: transparent;
}

.globalHeader__body .siteTitle .btn-detail:hover,
.globalHeader__body .siteTitle .btn-detail:active {
  color: #fff;
  background-color: #0068cc;
}

.globalHeader__body .siteTitle .btn-detail:hover:after,
.globalHeader__body .siteTitle .btn-detail:active:after {
  border-color: #fff;
}

.siteTitle dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.siteTitle__logo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.siteTitle__catch {
  padding-left: 20px;
}

.siteTitle__function {
  margin: 20px 0 0 24px;
}

.siteTitle__function__tel__number {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.siteTitle__function__tel__description {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: 1em;
}

.siteTitle__function__form a {
  margin-bottom: 10px;
}

.siteTitle__announce {
  padding: .2em .4em;
  border: 4px solid #c00;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #c00;
}

.gNavi {
  padding: 0 6% 6%;
}

.gNavi__item ul {
  padding-bottom: 1em;
}

.gNavi__item .gNavi__item {
  padding-left: 2em;
}

.gNavi__item > a {
  box-sizing: border-box;
  display: block;
  padding: .4em 0;
  transition: all .3s ease;
}

.gNavi__item > a:link,
.gNavi__item > a:visited {
  color: #fff;
}

.gNavi__item > a:hover,
.gNavi__item > a:active {
  color: #999;
}

.gNavi__item > span {
  box-sizing: border-box;
  display: block;
  padding: .4em 0;
  transition: all .3s ease;
  color: gray;
}

.gNavi__item > span.-item {
  color: #cccccc;
}

.navDrawer_btn_wrapper {
  position: fixed;
  top: 50px;
  right: 20px;
  height: 60px;
  z-index: 2000;
}

.navDrawer_btn_wrapper:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 12px;
  bottom: 12px;
  left: 0;
  text-transform: uppercase;
  content: 'MENU';
  font-size: 12px;
  text-align: center;
}

.no-scroll .navDrawer_btn_wrapper:after {
  content: 'CLOSE';
  color: #999;
}

.navDrawer_btn {
  width: 60px;
  height: 60px;
  padding: 0;
  color: #000;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: background-color 0.1s;
}

.navDrawer_btn::after {
  content: '';
  position: absolute;
  top: 26px;
  left: 16px;
  width: 28px;
  height: 4px;
  background-color: currentColor;
}

.navDrawer_btn span::before,
.navDrawer_btn span::after {
  content: '';
  position: absolute;
  left: 16px;
  width: 28px;
  height: 4px;
  background-color: currentColor;
}

.navDrawer_btn span::before {
  top: 10px;
}

.navDrawer_btn span::after {
  top: 18px;
}

.navDrawer_btn[aria-expanded="false"]::after {
  transition: opacity 0.1s;
}

.navDrawer_btn[aria-expanded="false"] span::before,
.navDrawer_btn[aria-expanded="false"] span::after {
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

.navDrawer_btn[aria-expanded="false"] span::before {
  animation-name: close-before;
}

@keyframes close-before {
  0% {
    transform: translateY(5px) rotate(45deg);
  }

  60% {
    transform: translateY(5px) rotate(0);
  }

  70% {
    transform: translateY(5px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.navDrawer_btn[aria-expanded="false"] span::after {
  animation-name: close-after;
}

@keyframes close-after {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }

  30% {
    transform: translateY(-5px) rotate(0);
  }

  40% {
    transform: translateY(-5px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.navDrawer_btn[aria-expanded="true"] {
  background: transparent;
}

.navDrawer_btn[aria-expanded="true"]::after {
  opacity: 0;
  transition: opacity 0.1s 0.1s;
}

.navDrawer_btn[aria-expanded="true"] span::before,
.navDrawer_btn[aria-expanded="true"] span::after {
  color: #999;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}

.navDrawer_btn[aria-expanded="true"] span::before {
  animation-name: open-before;
}

@keyframes open-before {
  0% {
    transform: translateY(0) rotate(0);
  }

  30% {
    transform: translateY(5px) rotate(0);
  }

  40% {
    transform: translateY(5px) rotate(0);
  }

  100% {
    transform: translateY(5px) rotate(45deg);
  }
}

.navDrawer_btn[aria-expanded="true"] span::after {
  top: 20px;
  animation-name: open-after;
}

@keyframes open-after {
  0% {
    transform: translateY(0) rotate(0);
  }

  30% {
    transform: translateY(-5px) rotate(0);
  }

  40% {
    transform: translateY(-5px) rotate(0);
  }

  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

.globalHeader__body[aria-hidden="true"] {
  transform: translateX(100%);
}

.logo-adw {
  position: relative;
  top: -10px;
  left: 0;
}

.logo-adw img {
  width: 140px;
  height: auto;
}

.goPageTop {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 10px;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.goPageTop[aria-hidden="true"] {
  opacity: 0;
  transform: translateY(8px);
}

.goPageTop a {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 44px;
  height: 44px;
  position: relative;
}

.goPageTop a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #003466;
  border-radius: 50%;
}

.goPageTop a:after {
  position: absolute;
  top: 16px;
  left: 12px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate3d(0, 0, 1, -45deg);
  transition: all ease .3s;
}

.goPageTop a:hover:after {
  top: 12px;
}

@keyframes ghost {
  0% {
    transform: translateX(0);
  }

  60% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(200px);
  }
}

.fixed-button {
  position: fixed;
  z-index: 999;
  bottom: 240px;
  right: 0;
  transition: opacity 1s ease-out;
}

.fixed-button[aria-hidden="true"] {
  opacity: 0;
}

.fixed-button a {
  position: relative;
  min-width: 252px;
  padding-left: 3em;
  border-radius: 4px 0 0 4px;
  transform: translateX(200px);
}

.fixed-button a:before {
  position: absolute;
  left: .6em;
  width: 38px;
  height: 24px;
  padding-right: .2em;
}

.fixed-button .button-request a:before {
  content: url(../images/common/icon_form.png);
}

.fixed-button .button-entry {
  transition: all ease .3s .3s;
}

.fixed-button .button-entry a:before {
  content: url(../images/common/icon_entry.png);
}

.fixed-button p + p {
  margin-top: 1.2em;
}

.globalFooter {
  position: relative;
  padding: 50px 0;
  background-color: #003466;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.globalFooter .container {
  position: relative;
}

.globalFooter a {
  font-size: 14px;
  font-size: 1.4rem;
}

.globalFooter a:link,
.globalFooter a:visited {
  color: #fff;
}

.globalFooter a:hover {
  text-decoration: underline;
}

.globalFooter__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-size: contain;
}

.footer-navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-navi ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-navi__item {
  padding: 0 1em;
}

.footer-copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-navi + .footer-copyright {
  margin-top: 1.5em;
}

.footer-copyright__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.footer-copyright__title span {
  margin-left: 3em;
}

.unit + .unit {
  padding-top: 100px;
}

.page-head {
  position: relative;
  margin-bottom: 3.2em;
}

.movie-unit + .movie-unit {
  margin-top: 9.375vw;
}

.movie-unit a {
  display: -ms-flexbox;
  display: flex;
}

.movie-unit a:link,
.movie-unit a:visited {
  color: #000;
}

.movie-unit a:hover {
  color: #0068cc;
}

.movie-unit__image img {
  max-width: 100%;
  height: auto;
}

.movie-unit__title span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.block-point {
  padding-bottom: 250px;
}

.block-point .block__title {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.block-point .block__title:before,
.block-point .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #035ab1;
}

.block-point .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.block-point .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.block-point .block__body {
  text-align: center;
}

.block-point .unit-point {
  position: relative;
}

.block-point .unit-point:before {
  display: inline-block;
  content: '';
  position: relative;
  margin: 0 auto 2em;
  padding: .4em 1.6em;
  background: #20428c;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
}

.block-point .unit-point__title {
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
}

.block-point .unit-point__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.block-point .unit-point__image .caption {
  font-size: 16px;
  font-size: 1.6rem;
}

.block-point .unit-point__image.-width {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.block-point .unit-point .is--notice {
  margin-top: 40px;
}

.block-point .-point1:before {
  margin: 0;
  padding: 0;
  background: none;
}

.block-point .-point1 .unit-point__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-point .-point1 .unit-point__image dt {
  display: block;
  margin-top: 1.6em;
}

.block-point .-point2:before {
  content: 'POINT 2';
}

.block-point .-point3-4 .unit__title {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.block-point .-point3-4 .unit__title:before,
.block-point .-point3-4 .unit__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #035ab1;
}

.block-point .-point3-4 .unit__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.block-point .-point3-4 .unit__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.block-point .-point3:before {
  content: '更なるメリット1';
}

.block-point .-point4:before {
  content: '更なるメリット2';
}

.block-point .aristo-note {
  padding: 1em 2em;
  border: 1px solid #003466;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #036;
}

.block-point .aristo-note__appendix {
  margin-top: .3em;
  font-size: 16px;
  font-size: 1.6rem;
}

.block-point .unit__title {
  margin-bottom: 3.3em;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  color: #000;
}

.block-point .unit-point__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-point .unit-point__body .unit-point--sub {
  width: 49%;
}

.block-point .unit-point__body .unit-point--sub:nth-child(n+2) {
  margin-left: 2%;
}

.block-point .unit-point__body .unit-point--sub__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.block-point .unit-point__body .unit-point--sub__title {
  margin-bottom: .2em;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  color: #20428c;
}

.block-point .unit-point__body .unit-point--sub__image img {
  width: 100%;
  height: auto;
}

.block-point .unit-point__body .unit-point--sub__body {
  padding: 25px 20px;
}

.aristo-message {
  margin: 120px 0 0;
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8;
}

.documents .block-instruments .block__title,
.documents .block-catalogue .block__title,
.documents .block-documents .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_flow.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.documents .block-instruments .block__title:before,
.documents .block-instruments .block__title:after,
.documents .block-catalogue .block__title:before,
.documents .block-catalogue .block__title:after,
.documents .block-documents .block__title:before,
.documents .block-documents .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.documents .block-instruments .block__title:before,
.documents .block-catalogue .block__title:before,
.documents .block-documents .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.documents .block-instruments .block__title:after,
.documents .block-catalogue .block__title:after,
.documents .block-documents .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.nishiazabu .block-instruments .block__title,
.nishiazabu .block-catalogue .block__title,
.nishiazabu .block-documents .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_flow.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.nishiazabu .block-instruments .block__title:before,
.nishiazabu .block-instruments .block__title:after,
.nishiazabu .block-catalogue .block__title:before,
.nishiazabu .block-catalogue .block__title:after,
.nishiazabu .block-documents .block__title:before,
.nishiazabu .block-documents .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.nishiazabu .block-instruments .block__title:before,
.nishiazabu .block-catalogue .block__title:before,
.nishiazabu .block-documents .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.nishiazabu .block-instruments .block__title:after,
.nishiazabu .block-catalogue .block__title:after,
.nishiazabu .block-documents .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.shibuya .block-instruments .block__title,
.shibuya .block-catalogue .block__title,
.shibuya .block-documents .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_flow.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.shibuya .block-instruments .block__title:before,
.shibuya .block-instruments .block__title:after,
.shibuya .block-catalogue .block__title:before,
.shibuya .block-catalogue .block__title:after,
.shibuya .block-documents .block__title:before,
.shibuya .block-documents .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.shibuya .block-instruments .block__title:before,
.shibuya .block-catalogue .block__title:before,
.shibuya .block-documents .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.shibuya .block-instruments .block__title:after,
.shibuya .block-catalogue .block__title:after,
.shibuya .block-documents .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.toranomon .block-instruments .block__title,
.toranomon .block-catalogue .block__title,
.toranomon .block-documents .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_flow.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.toranomon .block-instruments .block__title:before,
.toranomon .block-instruments .block__title:after,
.toranomon .block-catalogue .block__title:before,
.toranomon .block-catalogue .block__title:after,
.toranomon .block-documents .block__title:before,
.toranomon .block-documents .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.toranomon .block-instruments .block__title:before,
.toranomon .block-catalogue .block__title:before,
.toranomon .block-documents .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.toranomon .block-instruments .block__title:after,
.toranomon .block-catalogue .block__title:after,
.toranomon .block-documents .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.kouenji .block-instruments .block__title,
.kouenji .block-catalogue .block__title,
.kouenji .block-documents .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_flow.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.kouenji .block-instruments .block__title:before,
.kouenji .block-instruments .block__title:after,
.kouenji .block-catalogue .block__title:before,
.kouenji .block-catalogue .block__title:after,
.kouenji .block-documents .block__title:before,
.kouenji .block-documents .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.kouenji .block-instruments .block__title:before,
.kouenji .block-catalogue .block__title:before,
.kouenji .block-documents .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.kouenji .block-instruments .block__title:after,
.kouenji .block-catalogue .block__title:after,
.kouenji .block-documents .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.aoyama .block-instruments .block__title,
.aoyama .block-catalogue .block__title,
.aoyama .block-documents .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_flow.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.aoyama .block-instruments .block__title:before,
.aoyama .block-instruments .block__title:after,
.aoyama .block-catalogue .block__title:before,
.aoyama .block-catalogue .block__title:after,
.aoyama .block-documents .block__title:before,
.aoyama .block-documents .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.aoyama .block-instruments .block__title:before,
.aoyama .block-catalogue .block__title:before,
.aoyama .block-documents .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.aoyama .block-instruments .block__title:after,
.aoyama .block-catalogue .block__title:after,
.aoyama .block-documents .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.home .block-instruments .block__title,
.home .block-catalogue .block__title,
.home .block-documents .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_instruments.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #fff;
}

.home .block-instruments .block__title:before,
.home .block-instruments .block__title:after,
.home .block-catalogue .block__title:before,
.home .block-catalogue .block__title:after,
.home .block-documents .block__title:before,
.home .block-documents .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
}

.home .block-instruments .block__title:before,
.home .block-catalogue .block__title:before,
.home .block-documents .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.home .block-instruments .block__title:after,
.home .block-catalogue .block__title:after,
.home .block-documents .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.catalogue-item {
  position: relative;
}

.catalogue-item.catalogue-item-new {
  width: 100%;
  margin: auto;
}

.catalogue-item.catalogue-item-new + .catalogue-item.catalogue-item-new {
  margin-top: calc(100px + 6rem);
}

.catalogue-item.catalogue-item-new .btn-detail {
  bottom: 0;
}

.home .block-catalogue__body .catalogue-item.catalogue-item-new {
  width: 100%;
  display: block;
}

.catalogue__body {
  position: relative;
}

.catalogue__body .btn-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  font-size: 24px;
  font-size: 2.4rem;
}

.catalogue__title {
  margin-bottom: 1.2em;
}

.block-others .catalogue__title {
  margin-bottom: .6em;
  padding: 0;
}

.catalogue__title span {
  display: block;
  margin-top: -.4em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.catalogue__title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: .6em;
  padding: .2em .4em;
  border: 4px solid #003466;
  color: #003466;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

.catalogue-available .catalogue__title::before {
  content: '販売中';
  border: 4px solid #003466;
  background-color: #003466;
  color: #fff;
}

.catalogue-investment .catalogue__title::before {
  content: '運用中';
}

.block-others .catalogue__title::before {
  width: 4em;
  margin-bottom: .2em;
  font-size: 20px;
  font-size: 2rem;
}

.catalogue__access {
  position: relative;
  margin-top: .8rem;
}

.catalogue__contact {
  position: relative;
  margin-top: 1.6rem;
}

.catalogue__outline {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #003466;
  letter-spacing: -.03em;
  margin-top: .8rem;
}

.catalogue__photo {
  position: relative;
}

.catalogue__photo__item {
  position: relative;
}

.catalogue__photo__item.-item01 {
  width: 100%;
}

.catalogue__photo img {
  max-width: 100%;
  height: auto;
}

.block-others {
  width: 100%;
}

.block-others a,
.block-others .box {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 2em;
  border: 1px solid #b5b5b5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-others a:link,
.block-others a:visited {
  color: #000;
}

.block-others a:hover,
.block-others a:active {
  color: #0068cc;
}

* + .block-seminars {
  margin: 240px 0 40px;
}

.block-seminars .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_seminars.jpg) 0 0 no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.block-seminars .block__title:before,
.block-seminars .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.block-seminars .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.block-seminars .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.top-carousel {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.top-carousel__inner {
  width: 1200px;
  margin: 0 auto;
}

.top-carousel__inner .slick-list {
  overflow: visible !important;
}

.top-carousel__message {
  box-sizing: border-box;
  width: 100%;
}

.top-carousel__title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.375vw;
  line-height: 1.4;
}

.-horizontal .top-carousel__title {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.top-carousel__body .note {
  display: block;
  margin-top: 2em;
  padding-left: 1em;
  font-size: 75%;
  line-height: 1.4;
  text-indent: -1em;
}

.top-carousel__map {
  position: absolute;
  right: 40px;
  bottom: -40px;
}

.-horizontal .top-carousel__map {
  bottom: -120px;
}

.block-title {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.block-title__logo {
  text-align: center;
}

.block-title__lead {
  margin-top: 1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4.375vw;
}

.block-title .unit-kyoto,
.block-title .unit-aoyama {
  padding: 100px 10px;
  background: #f8f8f2;
}

.block-title .unit-kyoto,
.block-title .unit-aoyama__title {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
  text-align: center;
}

.block-title .unit-kyoto:before,
.block-title .unit-kyoto:after,
.block-title .unit-aoyama__title:before,
.block-title .unit-aoyama__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #035ab1;
}

.block-title .unit-kyoto:before,
.block-title .unit-aoyama__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.block-title .unit-kyoto:after,
.block-title .unit-aoyama__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.block-title .unit-kyoto + .unit-kyoto_body,
.block-title .unit-aoyama__body + .unit-kyoto_body {
  margin-top: 100px;
}

.block-title .unit-kyoto,
.block-title .unit-aoyama--merit__title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8;
  text-align: center;
}

.block-title .unit-kyoto,
.block-title .unit-aoyama--merit1 {
  display: block;
}

.block-title .unit-kyoto:before,
.block-title .unit-aoyama--merit1:before {
  display: block;
  position: relative;
  max-width: 6em;
  margin: 0 auto 2em;
  padding: .4em 1.6em;
  background: #20428c;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  content: 'Merit1';
  text-align: center;
}

.aoyama .block-title .unit-kyoto:before,
.aoyama .block-title .unit-aoyama--merit1:before {
  content: '魅力 その1';
}

.block-title .unit-kyoto + .unit-kyoto--merit2,
.block-title .unit-kyoto + .unit-aoyama--merit2,
.block-title .unit-aoyama--merit1 + .unit-kyoto--merit2,
.block-title .unit-aoyama--merit1 + .unit-aoyama--merit2 {
  margin-top: 100px;
}

.block-title .unit-kyoto:before,
.block-title .unit-aoyama--merit2:before {
  display: block;
  position: relative;
  max-width: 6em;
  margin: 0 auto 2em;
  padding: .4em 1.6em;
  background: #20428c;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  content: 'Merit2';
  text-align: center;
}

.aoyama .block-title .unit-kyoto:before,
.aoyama .block-title .unit-aoyama--merit2:before {
  content: '魅力 その2';
}

.-available:before {
  position: absolute;
  top: -2em;
  left: 10px;
  display: block;
  content: '募集中';
  padding: .2em .4em;
  border: 4px solid #fff;
  background-color: #003466;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

.-available.pre-open:before {
  content: '先行案内中';
}

.-available.-onsale:before {
  content: '販売中';
}

.-available.-investment:before {
  content: '運用中';
  border: 4px solid #003466;
  color: #003466;
  background: #fff;
}

.unit-merit {
  margin-top: 60px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.unit-merit + .unit-merit {
  margin-top: 100px;
}

.unit-merit__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  max-width: 1054px;
  width: 100%;
  margin: 0 auto 120px;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.unit-merit__head:before {
  display: block;
  margin: 0 .5em 0 0;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", ".HiraKakuInterface-W1";
  font-size: 100px;
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: .7;
  color: #e1e0e0;
}

.-merit1 .unit-merit__head:before {
  content: 'Merit1';
}

.-merit2 .unit-merit__head:before {
  content: 'Merit2';
}

.unit-merit__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 372px;
  margin-bottom: 60px;
  padding: .4em 3em;
  border: 4px solid #999;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #878484;
  text-align: center;
}

.unit-merit--inbound {
  display: -ms-flexbox;
  display: flex;
}

.unit-merit--population {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unit-merit__item {
  width: 48%;
  text-align: center;
}

.unit-merit__item.-inbound {
  width: 400px;
  text-align: center;
}

.unit-merit__item.-consumption {
  width: 752px;
  margin-left: 48px;
  text-align: center;
}

.unit-merit__item.-consumption .unit-merit__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table {
  max-width: 320px;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table table {
  margin-bottom: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table th,
.unit-merit__item.-consumption .unit-merit__body .unit-point__table td {
  padding: .4em .8em;
  border: 4px solid #f8f8f2;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table th:nth-child(1),
.unit-merit__item.-consumption .unit-merit__body .unit-point__table td:nth-child(1) {
  width: calc(60 / 330 * 100%);
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table thead th,
.unit-merit__item.-consumption .unit-merit__body .unit-point__table thead td {
  background: #d4e7f6;
  font-weight: normal;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table tbody th {
  font-weight: normal;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table tbody td {
  white-space: nowrap;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table tbody tr:nth-child(2n+1) th,
.unit-merit__item.-consumption .unit-merit__body .unit-point__table tbody tr:nth-child(2n+1) td {
  background: #f6f6f6;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table tbody tr:nth-child(2n) th,
.unit-merit__item.-consumption .unit-merit__body .unit-point__table tbody tr:nth-child(2n) td {
  background: #e8e8e8;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table tbody strong {
  color: #c00;
}

.unit-merit__item.-consumption .unit-merit__body .unit-point__table .caption {
  padding: 0 4px;
}

.unit-merit.-rent {
  text-align: center;
}

.unit-merit.-rent .rent-market {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unit-merit.-rent .rent-market__item {
  position: relative;
  width: calc(550 / 1200 * 100%);
}

.unit-merit.-rent .rent-market__item:nth-child(2):before {
  position: absolute;
  top: 40%;
  left: -12.8%;
  display: block;
  content: url(../images/index/image_arrow.png);
  width: 50px;
  height: 80px;
}

.unit-merit.-rent .rent-market__item img {
  width: 100%;
}

.unit-merit.-rent .caption {
  margin-top: 1.6em;
  text-align: right;
}

.unit-merit.-land-price {
  text-align: center;
}

.block--merit2 .unit-merit {
  text-align: center;
}

.block--merit2 .unit-merit .unit-merit__title {
  margin-bottom: 30px;
}

.aoyama .block--merit2 .unit-merit {
  text-align: left;
}

.unit-merit .-brand-image__item {
  display: -ms-flexbox;
  display: flex;
}

.unit-merit .-brand-image__title {
  margin-bottom: 1em;
  color: #003466;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

.unit-merit .-brand-image__photo img {
  max-width: 100%;
  height: auto;
}

.unit-merit__subtitle {
  margin-bottom: 60px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.unit-merit__subtitle .main {
  display: block;
}

.unit-merit__subtitle .sub {
  display: block;
  color: #666;
  font-weight: normal;
}

.unit-merit.-regulation1 .unit-merit__body {
  box-sizing: border-box;
  max-width: calc(1000px + 20px);
  width: 100%;
  margin: auto;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.unit-merit.-regulation2 .unit-merit__body {
  display: -ms-flexbox;
  display: flex;
}

.unit-merit.-regulation1 .unit-merit__body__main,
.unit-merit.-regulation2 .unit-merit__body__main {
  margin-left: 50px;
  text-align: left;
  line-height: 1.4;
}

.unit-merit.-regulation1 .unit-merit__body__main .main,
.unit-merit.-regulation2 .unit-merit__body__main .main {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 2.2rem;
}

.unit-merit.-regulation1 .unit-merit__body__main .note,
.unit-merit.-regulation2 .unit-merit__body__main .note {
  text-align: right;
}

.block-location {
  position: relative;
  text-align: center;
  line-height: 2.4;
}

.block-location__logo {
  margin-bottom: 120px;
  text-align: center;
}

.kouenji .block-location__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-location .block-point {
  padding: 120px 0 0;
  line-height: 1.6;
  text-align: center;
}

.block-location .block-point .-point3:before {
  content: 'メリット1';
}

.block-location .block-point .-point4:before {
  content: 'メリット2';
}

.unit-map__body {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 1.6em;
  margin-right: auto;
  margin-left: auto;
}

.nishiazabu .unit-map__body {
  max-width: 855px;
}

.shibuya .unit-map__body {
  max-width: 855px;
}

.toranomon .unit-map__body {
  max-width: 855px;
}

.kouenji .unit-map__body {
  max-width: 855px;
}

.aoyama .unit-map__body {
  max-width: 855px;
}

.unit-map__body img {
  width: 100%;
  height: auto;
}

.unit-map__information {
  display: -ms-flexbox;
  display: flex;
  max-width: 855px;
  width: 100%;
  margin: auto;
  text-align: left;
}

.unit-map__information p {
  text-align: left;
  line-height: 1.6;
}

.unit-map__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.nishiazabu .unit-map__nav {
  position: static;
  width: 100%;
  margin: auto;
}

.shibuya .unit-map__nav {
  position: static;
  width: 100%;
  margin: auto;
}

.toranomon .unit-map__nav {
  position: static;
  width: 100%;
  margin: auto;
}

.aoyama .unit-map__nav {
  position: static;
  width: 100%;
  margin: auto;
}

.unit-map__nav__item {
  margin: 0 .3em;
}

.shibuya .unit-map__nav__item {
  margin: 0;
}

.toranomon .unit-map__nav__item {
  margin: 0;
}

.aoyama .unit-map__nav__item {
  margin: 0;
}

.unit-map__nav__item a {
  position: relative;
  display: block;
  padding: .4em;
  background: #fff;
  border-radius: .4em;
  line-height: 1;
  font-weight: bold;
}

.unit-map__nav__item a:link,
.unit-map__nav__item a:visited {
  color: #003466;
}

.unit-map__nav__item a:hover,
.unit-map__nav__item a:active,
.unit-map__nav__item a.-active {
  background-color: #003466;
  color: #fff;
}

.aoyama .unit-map__nav__item a {
  border-radius: 0;
  padding: .4em;
}

.unit-map__nav__item img {
  max-width: 98%;
  height: auto;
}

.block-shinkyougoku__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-shinkyougoku__body__title {
  margin-bottom: .8em;
  font-size: 28px;
  font-size: 2.8rem;
}

.block-shinkyougoku__body__items {
  width: calc(640 / 1200 * 100%);
}

.block-shinkyougoku__body__items img {
  width: 100%;
  height: auto;
}

.block-shinkyougoku__body__items:nth-child(n+2) {
  width: calc(500 / 1200 * 100%);
}

.block-gallery__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-gallery__title {
  margin-bottom: .8em;
  font-size: 28px;
  font-size: 2.8rem;
}

.block-gallery__item {
  width: calc(640 / 1200 * 100%);
}

.nishiazabu .block-gallery__item {
  width: calc(855 / 1200 * 100%);
  margin: 0 auto;
}

.shibuya .block-gallery__item {
  width: calc(855 / 1200 * 100%);
  margin: 0 auto;
}

.toranomon .block-gallery__item {
  width: calc(855 / 1200 * 100%);
  margin: 0 auto;
}

.aoyama .block-gallery__item {
  width: calc(562 / 1200 * 100%);
}

.aoyama .block-gallery__item:nth-child(n+2) {
  width: calc(596 / 1200 * 100%);
}

.kouenji .block-gallery__item {
  width: calc(580 / 1200 * 100%);
}

.kouenji .block-gallery__item:nth-child(n+2) {
  width: calc(580 / 1200 * 100%);
}

.block-gallery__item img {
  width: 100%;
  height: auto;
}

.block-gallery__item:nth-child(n+2) {
  width: calc(500 / 1200 * 100%);
}

.block-gallery__item__informations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
  text-align: left;
}

.block-gallery__item__information {
  width: 50%;
}

.gallery-images__main {
  position: relative;
}

.gallery-images__main .-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #20428c;
  padding: .1em .6em;
  color: #fff;
  font-weight: bold;
}

.gallery-images__thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4%;
}

.nishiazabu .gallery-images__thumbnail {
  margin-top: 20px;
}

.shibuya .gallery-images__thumbnail {
  margin-top: 20px;
}

.toranomon .gallery-images__thumbnail {
  margin-top: 20px;
}

.gallery-images__thumbnail__item {
  position: relative;
  cursor: pointer;
  width: 24%;
}

.nishiazabu .gallery-images__thumbnail__item {
  width: calc((100% - 20px) / 6);
  margin-top: 0 !important;
}

.shibuya .gallery-images__thumbnail__item {
  width: calc((100% - 20px) / 6);
  margin-top: 0 !important;
}

.toranomon .gallery-images__thumbnail__item {
  width: calc((100% - 20px) / 6);
  margin-top: 0 !important;
}

.gallery-images__thumbnail__item img {
  width: 100%;
  height: auto;
}

.gallery-images__thumbnail__item.-current:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #003466;
}

.gallery-images__thumbnail__item:nth-child(n+5) {
  margin-top: 1.4%;
}

.gallery-images__caption {
  margin-top: .5em;
  font-size: 14px;
  font-size: 1.4rem;
}

.-stories {
  display: inline-block;
  content: '';
  width: 2.1em;
  height: .9em;
  margin-right: .2em;
}

.-stories.-ov7 {
  background-color: #f4ebe0;
}

.-stories.-ov12 {
  background-color: #ebd4b9;
}

.-stories.-at2021 {
  background: #92b7d2;
}

.-stories.-after2022 {
  background: #e6b5c8;
}

.block-images__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-images__unit {
  position: relative;
}

.block-images__unit.-wide {
  width: 100%;
}

.block-images__unit.-half {
  width: calc((100% - 40px) / 2);
}

.block-images__unit:nth-child(n+2) {
  margin-top: 40px;
}

.block-images__unit__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-images__unit__title {
  display: inline-block;
  background: #20428c;
  margin: 0 0 .6em;
  padding: .1em .6em;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.block-images__unit__photo.-main {
  width: 70%;
}

.block-images__unit__photo.-sub {
  width: 30%;
}

.block-images__unit__photo img {
  width: 100%;
  height: auto;
}

.block-images__unit__photo figcaption {
  margin-top: .4em;
}

.block-characteristic .block__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nishiazabu .block-characteristic .block__body {
  display: block;
}

.shibuya .block-characteristic .block__body {
  display: block;
}

.toranomon .block-characteristic .block__body {
  display: block;
}

.kouenji .block-characteristic .block__body {
  display: block;
}

.aoyama .block-characteristic .block__body {
  display: block;
}

.block-characteristic .block__body img {
  max-width: 100%;
}

.shibuya .block-characteristic__images {
  width: 100%;
}

.toranomon .block-characteristic__images {
  width: calc(855 / 1200 * 100%);
  margin: 0 auto;
}

.kouenji .block-characteristic__images {
  width: 100%;
}

.aoyama .block-characteristic__images {
  width: 100%;
}

.block-characteristic__images__item.-full {
  margin-top: 1em;
}

.block-characteristic__images__item.-note {
  margin-top: .6em;
  font-size: 12px;
  font-size: 1.2rem;
}

.block-characteristic__image {
  width: calc( 480 / 1200 * 100%);
}

.block-characteristic__image img {
  width: 100%;
}

.block-characteristic__image .caption {
  font-size: 16px;
  font-size: 1.6rem;
}

.block-characteristic__body {
  box-sizing: border-box;
  width: calc( 670 / 1200 * 100%);
  margin-left: 4.16667%;
}

.nishiazabu .block-characteristic__body {
  width: 1000px;
  margin: 130px auto 0;
}

.shibuya .block-characteristic__body {
  width: 1000px;
  margin: 130px auto 0;
}

.toranomon .block-characteristic__body {
  width: 100%;
  margin-left: 0;
  margin-top: 130px;
}

.kouenji .block-characteristic__body {
  width: 100%;
  margin-left: 0;
  margin-top: 130px;
}

.aoyama .block-characteristic__body {
  width: 100%;
  margin-left: 0;
  margin-top: 130px;
}

.block-characteristic__body .title {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  color: #666;
}

.block-characteristic__body .title:before {
  content: '●';
  padding-right: .2em;
}

.block-characteristic__body p {
  margin-left: 1.2em;
}

.block-characteristic__body p + p {
  margin-top: 1em;
}

.block-characteristic__body p + .title {
  margin-top: 2em;
}

.block-characteristic__body .indent {
  text-indent: -.8em;
}

.block-characteristic__body .characteristic-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.block-characteristic__body .characteristic-images__item {
  width: 48%;
}

.block-characteristic__body .characteristic-images p {
  margin-left: 0;
}

.block-characteristic__body .characteristic-images p + p {
  margin-top: .6em;
}

.block-characteristic__body .characteristic-images img {
  width: 100%;
}

.block-characteristic__photo + .block-characteristic__photo {
  margin-top: 80px;
}

.block-characteristic__photo dt {
  margin-bottom: 60px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.block-characteristic__photo dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toranomon .block-characteristic__photo dd {
  -ms-flex-pack: center;
  justify-content: center;
}

.block-characteristic__photo dd figcaption {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}

.block-characteristic__photo__item {
  position: relative;
}

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

.block-characteristic__photo__item__description {
  display: block;
  width: 100%;
  margin-top: 1em;
  text-align: right;
}

.block-characteristic__photo__item__caption {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #20428c;
  margin: 0 !important;
  padding: 0.1em 0.6em;
  color: #fff;
  font-weight: bold;
}

.block-characteristic-images {
  margin-top: 100px;
  margin-top: 15.625vw;
}

.block-characteristic .gallery-images__main {
  position: relative;
}

.block-characteristic .gallery-images__main img {
  width: 100%;
}

.block-characteristic .gallery-images__thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.33333%;
}

.block-characteristic .gallery-images__thumbnail__item {
  cursor: pointer;
  width: 24%;
}

.block-characteristic .gallery-images__thumbnail__item img {
  width: 100%;
  height: auto;
}

.block-characteristic .gallery-images__caption {
  margin-top: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.block-surroundings__lead {
  text-align: center;
  margin-bottom: 2em;
}

.block-surroundings__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-surroundings__body .block-surroundings__lead + .block-surroundings__body {
  margin-top: 70px;
}

.block-surroundings__items {
  width: 50%;
}

.block-surroundings__items img {
  width: 100%;
  height: auto;
}

.block-surroundings__items:nth-child(n+2) {
  width: 48%;
}

.nishiazabu .block-surroundings__items {
  width: 60%;
}

.nishiazabu .block-surroundings__items:nth-child(n+2) {
  width: calc(40% - 20px);
}

.toranomon .block-surroundings__items {
  width: 48%;
}

.toranomon .block-surroundings__items:nth-child(n+2) {
  width: 50%;
}

.block-surroundings .list-hotels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-surroundings .list-hotels__item {
  position: relative;
  width: calc( 170 / 540 * 100%);
  counter-increment: list;
}

.block-surroundings .list-hotels__item:nth-child(n+4) {
  margin-top: 20px;
}

.block-surroundings .list-hotels__item img {
  max-width: 100%;
  height: auto;
}

.block-surroundings .list-hotels__item .label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: .2em .4em;
  background: #003466;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

.block-surroundings .list-hotels__item .label + p {
  margin-top: 0;
}

.block-surroundings .list-hotels__item p + p {
  margin-top: .6em;
}

.block-surroundings .list-hotels__item .name {
  position: relative;
  margin-left: 1.8em;
}

.block-surroundings .list-hotels__item .name:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: -28px;
  content: counter(list);
  width: 24px;
  height: 24px;
  padding: .5em .25em;
  background: #414a8d;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.block-surroundings .list-hotels__item .caption {
  font-size: 14px;
  font-size: 1.4rem;
}

.block-surroundings .list-surroundings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.block-surroundings .list-surroundings__item {
  position: relative;
  width: calc(( 100% - 50px ) / 3);
  margin-right: 20px;
  counter-increment: list;
  font-size: 14px;
  font-size: 1.4rem;
}

.block-surroundings .list-surroundings__item:nth-child(n+4) {
  margin-top: 20px;
}

.block-surroundings .list-surroundings__item:nth-child(3n) {
  margin-right: 0;
}

.block-surroundings .list-surroundings__item img {
  max-width: 100%;
  height: auto;
}

.block-surroundings .list-surroundings__item .label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: .2em .4em;
  background: #003466;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

.block-surroundings .list-surroundings__item .label + p {
  margin-top: 0;
}

.block-surroundings .list-surroundings__item p + p {
  margin-top: .6em;
}

.block-surroundings .list-surroundings__item .name {
  position: relative;
  margin-left: 1.8em;
}

.block-surroundings .list-surroundings__item .name:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: -28px;
  content: counter(list);
  width: 24px;
  height: 24px;
  padding: .5em .25em;
  background: #414a8d;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.block-surroundings .list-surroundings__item .caption {
  font-size: 14px;
  font-size: 1.4rem;
}

.block-products,
.block-property__body {
  max-width: 808px;
  width: 100%;
  margin: auto;
}

.block-flow {
  margin: 200px 0;
}

.block-flow.-guidance {
  margin: 0;
}

.block-flow.-guidance .block__title {
  margin: 0;
  min-height: 200px;
}

.block-flow.-guidance .unit-flow {
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-flow.-guidance .unit-flow__title {
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-flow .-guidance__images {
  margin-top: 1em;
}

.block-flow .-guidance__image {
  background: #000;
}

.block-flow .-guidance__image__base {
  opacity: .8;
  display: block;
}

.block-flow .block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 280px;
  background: url(../images/index/bg_header_flow.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #20428c;
}

.block-flow .block__title:before,
.block-flow .block__title:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border: 2px solid #20428c;
}

.block-flow .block__title:before {
  top: -.6em;
  border-right: none;
  border-bottom: none;
}

.block-flow .block__title:after {
  bottom: -.6em;
  border-top: none;
  border-left: none;
}

.block-flow__body {
  margin-bottom: 100px;
}

.block-flow .unit-flow {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 6px solid #eff1f0;
}

.block-flow .unit-flow + .unit-flow {
  margin-top: 60px;
}

.block-flow .unit-flow img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.block-flow .unit-flow__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 48%;
}

.block-flow .unit-flow__title .step {
  color: #c5c6d6;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: normal;
}

.block-flow .unit-flow__title .title {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}

.block-flow .unit-flow__body a + a {
  margin-left: 1em;
}

.block-flow .unit-flow:first-child {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-faq {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.contents .block-faq .block__title {
  position: relative;
  margin-bottom: 0;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #003466;
  text-align: center;
}

.block-faq__body dt,
.block-faq__body dd {
  display: block;
  padding: 30px 1rem 30px 10rem;
  position: relative;
}

.block-faq__body dt:before,
.block-faq__body dd:before {
  position: absolute;
  top: 16px;
  left: 2rem;
  display: block;
  margin-right: 2em;
  vertical-align: middle;
  font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
  font-size: 40px;
  font-size: 4rem;
}

.block-faq__body dt {
  background-color: #92a7c6;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.block-faq__body dt:before {
  content: 'Q';
  font-weight: normal;
}

.block-faq__body dd:before {
  content: 'A';
  color: #666;
}

.block-faq__body dd + dt {
  margin-top: 20px;
}

.block-movies .block__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-movies .block__body .movie-panel {
  width: 80%;
  height: calc(80% / 16 * 9);
}

.block-movies .block__body .c-movie-list {
  width: calc(100% - 80% - 24px);
}

.documents .block-files .block__lead,
.documents .block-files .block-characteristic__images__item.-full {
  margin-bottom: 70px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.block-files .is-note {
  text-align: center;
}

.contents .footer-information .block__title {
  margin-bottom: .6em;
}

.footer-information .block__body + .block__title {
  padding-top: 100px;
}

.contents .footer-information .block__lead,
.contents .footer-information .block-characteristic__images__item.-full {
  margin-bottom: 70px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.footer-information__body {
  columns: 2 480px;
}

.footer-information__outline__item .label {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}

.footer-information__outline__item .body {
  display: inline-block;
  width: 82%;
}

.contents {
  position: relative;
  padding: 0 0 180px;
}

.page-catalogue .contents {
  padding: 2%;
}

.contents .breadcrumb__inner {
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: calc(1200px + 20px);
  margin: 0 auto;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.contents .breadcrumb__item span {
  display: inline-block;
  padding: .4em .6em;
}

.contents .breadcrumb__item:nth-child(n+2):before {
  display: inline-block;
  content: '>';
}

.contents .page-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 304px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .contents .page-head {
  height: calc(674 / 1080 * 100vh);
  background-image: url(../images/index/bg_header.jpg);
}

.teaser .contents .page-head {
  height: 674px;
  background-image: url(../images/index/bg_header-teaser.jpg);
}

.nishiazabu .contents .page-head {
  height: 674px;
  background-image: url(../images/index/bg_header-shibuya.jpg);
}

.shibuya .contents .page-head {
  height: 674px;
  background-image: url(../images/index/bg_header-shibuya.jpg);
}

.toranomon .contents .page-head {
  height: 674px;
  background-image: url(../images/index/bg_header-toranomon.jpg);
}

.kouenji .contents .page-head {
  height: 674px;
  background-image: url(../images/index/bg_header-kouenji.jpg);
}

.aoyama .contents .page-head {
  height: 674px;
  background-image: url(../images/index/bg_header-aoyama.jpg);
}

.aristo-entry-seminar .contents .page-head {
  background-image: url(../images/form/bg_header.jpg);
}

.aristo-request .contents .page-head {
  background-image: url(../images/form/bg_header.jpg);
}

.aristo-inquiry .contents .page-head {
  background-image: url(../images/form/bg_header.jpg);
}

.aristo-seminar .contents .page-head {
  margin-bottom: 0;
  background-image: url(../images/form/bg_header.jpg);
}

.aristo-guidance .contents .page-head {
  margin-bottom: 0;
  background-image: url(../images/form/bg_header.jpg);
}

.contents .page-head.teaser {
  margin-bottom: 0;
}

.contents .page-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-size: 4.8rem;
  color: #003466;
}

.contents .page-title ruby > rt {
  font-family: "Noto Serif JP", serif;
}

.home .contents .page-title {
  margin-top: 72px;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  font-weight: normal;
}

.teaser .contents .page-title {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.nishiazabu .contents .page-title {
  margin-top: 142px;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.shibuya .contents .page-title {
  margin-top: 142px;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.toranomon .contents .page-title {
  margin-top: 142px;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.kouenji .contents .page-title {
  margin-top: 142px;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.aoyama .contents .page-title {
  margin-top: 142px;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.contents .page-title--note {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  z-index: 999;
}

.home .contents .page-title--note {
  position: absolute;
  bottom: -3.2em;
  right: .6em;
}

.nishiazabu .contents .page-title--note {
  position: absolute;
  bottom: -3.2em;
  right: .6em;
}

.shibuya .contents .page-title--note {
  position: absolute;
  bottom: -3.2em;
  right: .6em;
}

.toranomon .contents .page-title--note {
  position: absolute;
  bottom: -3.2em;
  right: .6em;
}

.kouenji .contents .page-title--note {
  position: absolute;
  bottom: -3.2em;
  right: .6em;
}

.aoyama .contents .page-title--note {
  position: absolute;
  bottom: -3.2em;
  right: .6em;
}

.teaser .contents .page-title--note {
  bottom: .6em;
  color: #999;
}

.contents .page-title--alert {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: .2;
  color: #c00;
}

.contents .page-body {
  padding-top: 48px;
}

.contents .page-lead {
  margin-bottom: 60px;
  text-align: center;
}

.contents .section-title {
  margin-bottom: 90px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.contents .block__title {
  margin-bottom: 90px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

.contents .block__lead,
.contents .block-characteristic__images__item.-full {
  margin-bottom: 70px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
}

.seminar-item + .seminar-item {
  margin-top: 15.625vw;
}

.seminar-item .btn {
  text-align: center;
}

.seminar-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.seminar-detail {
  box-sizing: border-box;
  padding: 3.125vw;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px 0;
}

.seminar-detail + .seminar-detail {
  margin-top: 9.375vw;
}

.seminar-detail__title {
  margin-bottom: 6.25vw;
  text-align: center;
  font-size: 4.375vw;
  line-height: 1.4;
}

.seminar-item .seminar-detail__title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}

.seminar-detail__title span {
  display: block;
  font-size: 70%;
  font-weight: normal;
}

.seminar-item .seminar-detail__title span {
  display: inline;
  padding-left: 1em;
  font-size: 90%;
}

.seminar-detail .btn {
  text-align: center;
}

.seminar-detail__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 9.375vw;
}

.seminar-detail__meta {
  width: 100%;
}

.seminar-detail__meta p + p {
  margin-top: .4em;
}

.seminar-detail__meta img {
  width: 100%;
  height: auto;
}

.seminar-detail__categories span {
  display: inline-block;
  padding: .2em .6em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.seminar-detail__categories span + span {
  margin-left: .6em;
}

.seminar-detail__categories-kyoto,
.seminar-detail__categories-aoyama,
.seminar-detail__categories-kouenji {
  background-color: #003466;
  border: 1px solid #003466;
}

.seminar-detail__categories-inheritance {
  background-color: #000;
  border: 1px solid #000;
}

.seminar-detail__categories-management {
  background-color: #333333;
  border: 1px solid #333333;
}

.seminar-detail__information {
  width: 100%;
  margin-top: 1.6em;
}

.seminar-information {
  width: 100%;
}

.seminar-information + .seminar-information {
  margin-top: 1.2em;
}

.seminar-information dt,
.seminar-information dd {
  display: block;
}

.seminar-information dt {
  font-weight: bold;
  white-space: nowrap;
  min-width: 7em;
}

.seminar-item .seminar-information dt {
  font-weight: normal;
}

.seminar-information dd {
  width: 100%;
}

.seminar-information dd p + p {
  margin-top: 1em;
}

.seminar-information .date {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.seminar-item .seminar-information .date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.documents .block,
.documents .block-title {
  padding: 50px 0;
}

.c-iframe iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.c-movie-list__item {
  background: #fff;
  cursor: pointer;
  display: block;
}

.c-movie-list__item:nth-child(n+2) {
  margin-top: 24px;
}

.c-movie-list__item.-current img,
.c-movie-list__item:hover img {
  background-color: #003466;
}

.c-movie-list__title {
  background: #fff;
  display: block;
  padding: .2em;
  text-align: center;
}

.c-movie-list img {
  padding: .4em;
  transition: all ease .3s;
  aspect-ratio: 1.618 / 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0;
}

.c-dl dt {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.c-dl dd + dt {
  margin-top: 3em;
}

.c-files-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 12px;
}

.c-files-list__item {
  width: calc((100% - 24px) / 2);
  display: -ms-flexbox;
  display: flex;
}

.c-files-list__item:nth-child(n+3) {
  margin-top: 16px;
}

.c-files-list__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.element-select,
.element-input,
.element-input-text,
.element-input-zip,
.element-input-number,
.element-checkbox,
.element-textarea {
  box-sizing: border-box;
  padding: .5em .75em;
}

.element-select {
  width: 100%;
}

.element-input-text {
  width: 100%;
}

.element-input-zip {
  width: 14em;
}

.element-input-number {
  width: 6em;
  margin-right: .4em;
  text-align: right;
}

.element-textarea {
  width: 100%;
  min-height: 10em;
}

.element-input-checkbox {
  margin-right: .6em;
}

label + .element-input-checkbox {
  margin-left: 1em;
}

.element-radio {
  vertical-align: middle;
}

.element-radio + .element-radio {
  margin-top: .6em;
}

.element-radio:last-child {
  margin-bottom: 2em;
}

.element-radio input[type=radio] {
  vertical-align: top;
  margin: .6em .6em 0 0;
}

.label-for-radio {
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  padding: .4em .6em;
  border-radius: 4px;
  cursor: pointer;
  transition: all ease .3s;
}

.element-input-radio:hover + .label-for-radio,
.element-input-radio:checked + .label-for-radio {
  background: #003466;
  color: #fff;
}

.element-input-radio[disabled] + .label-for-radio {
  color: #888;
}

.element-input-radio[disabled]:hover + .label-for-radio {
  background: transparent;
}

.element--name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.element--name__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 1.6em) / 2);
}

.element--name__item input {
  width: 100%;
}

.element--name__item label {
  margin-right: .4em;
}

.-checkbox {
  box-sizing: border-box;
  padding: 1em 1.6em;
  border: 1px solid #a9a9a9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.-checkbox__item {
  width: 25%;
  padding: .2em 0;
}

.-checkbox__item.-lineup {
  width: auto;
  padding: .2em 0;
}

.-checkbox__item.-lineup + .-checkbox__item.-lineup {
  margin-left: 1em;
}

.page-confirm .-checkbox,
.-checkbox.no-border {
  padding: 0;
  border: none;
}

.-checkbox.no-border {
  padding-top: .5em;
}

.contact-form {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0 0;
}

.contact-form__link {
  text-align: right;
}

.contact-form__note {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
  font-size: 14px;
  font-size: 1.4rem;
}

.label-required {
  display: inline-block;
  box-sizing: border-box;
  width: 2.8em;
  padding: .2em .4em;
  content: '必須';
  background: #cb3333;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 .4em;
}

.form-field,
.form-field--child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-field + .form-field,
.form-field--child + .form-field,
.form-field + .form-field--child,
.form-field--child + .form-field--child {
  margin-top: 30px;
}

.form-field__label {
  position: relative;
  width: calc(100% - 570px - 60px);
  padding-top: .5em;
}

.required .form-field__label:after {
  display: inline-block;
  box-sizing: border-box;
  width: 2.8em;
  padding: .2em .4em;
  content: '必須';
  background: #cb3333;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top: .5em;
  right: 0;
}

.form-field__element {
  -ms-flex-preferred-size: 570px;
  flex-basis: 570px;
}

.page-confirm .form-field__element {
  padding-top: .5em;
}

.page-confirm .form-field__element label {
  font-size: 80%;
  color: #ccc;
}

.form-field--child {
  -ms-flex-align: center;
  align-items: center;
}

.form-field--child .form-field__label {
  width: 150px;
  padding-top: 0;
}

.form-field--child .form-field__label:after {
  top: 0;
}

.form-field--child .form-field__element {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}

.form-field--submit {
  margin-top: 140px;
}

.submit__information {
  text-align: center;
}

.submit__information a {
  text-decoration: underline;
}

.submit__privacy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  background: #eee;
}

.submit__information + .submit__privacy {
  margin-top: 70px;
}

.form-complete {
  text-align: center;
}

.form-complete a {
  margin-top: 3rem;
}

.form-submit {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
  display: block;
  margin: 50px auto 0;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/common/arrow-nav-small-white.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: auto 12px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.form-submit:link {
  color: #fff;
  text-decoration: none;
}

.form-submit:visited {
  color: #fff;
  text-decoration: none;
}

.form-submit:hover {
  text-decoration: none;
  background-color: #09f;
}

.form-submit:after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg);
}

.form-back {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: .6em 1.2em;
  background-color: #003466;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: all ease .3s;
  display: block;
  margin: 50px auto 0;
  cursor: pointer;
  box-sizing: border-box;
  width: 40%;
  margin: 0 auto;
  padding: 1em 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0068cc;
  background-image: url(../images/common/arrow-nav-small-white-back.svg);
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: auto 12px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.form-back:link {
  color: #fff;
  text-decoration: none;
}

.form-back:visited {
  color: #fff;
  text-decoration: none;
}

.form-back:hover {
  text-decoration: none;
  background-color: #09f;
}

.form-back:before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  content: '';
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate3d(0, 0, 1, -45deg);
}

.form-submit + .form-back {
  margin-top: 1.6rem;
}

.is-hide {
  display: none !important;
}

.is-show {
  display: block !important;
}

.is-static {
  position: static !important;
}

.is-fixed {
  position: fixed !important;
}

.is-absolute {
  position: absolute !important;
}

.is-visible {
  visibility: visible !important;
}

.is-hidden {
  visibility: hidden !important;
}

.is-overflow-hidden {
  overflow: hidden !important;
}

.is-pc {
  display: none;
}

.is--notice {
  color: #666;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

.is--attention {
  color: #c00;
}

.notice-text {
  font-size: 13px;
  font-size: 1.3rem;
}

.is--tel {
  position: relative;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  float: left;
  margin: auto;
  max-width: none;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
  margin-top: 50px;
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #000;
}

#cboxLoadingGraphic {
  background: url(../images/common/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/common/controls.png) no-repeat 0 0;
  text-indent: -9999px;
}

#cboxClose {
  position: absolute;
  top: -45px;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: 0;
  background: url(../images/common/close.png) no-repeat 0 0;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 0 0;
}

#cboxPrevious:hover {
  background-position: 0 -25px;
}

#cboxNext {
  right: 22px;
  background-position: -25px 0;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  right: 0;
  background-position: 0 0;
}

#cboxClose:hover {
  background-position: 0 -40px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
  background-position: -75px -25px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
  background-position: -100px 0;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* @function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}

@function url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
} */

/* Slider */

.slick-loading .slick-list {
  background: #fff l("../lib/slck/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  z-index: 999;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
  z-index: 999;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -16px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #b5b5b5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #003466;
  opacity: 0.75;
}

/* Z-INDEX */

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  margin-left: 1em;
  background: #ee0101;
  position: relative;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
  left: 1em;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: calc(1200px + 20px);
    padding: 0 10px;
  }

  .container__inner,
  .block-point .unit-point__body,
  .block-seminars__body,
  .footer-information__body {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  .container__inner:after,
  .block-point .unit-point__body:after,
  .block-seminars__body:after,
  .footer-information__body:after {
    clear: both;
    content: "";
    display: table;
  }

  .data-link-sp {
    cursor: default;
  }

  .block-contact__tel a {
    color: #000;
  }

  .block-contact__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-contact__buttons.-two-buttons .btn-detail {
    width: 48% !important;
  }

  .block-contact__buttons.-three-buttons .btn-detail {
    width: 32% !important;
  }

  .aristo-seminar .main .block-contact__button.btn-detail {
    width: 720px;
  }

  .block-contact__button.btn-detail:after {
    width: 20px;
    height: 20px;
  }

  .globalHeader .block-contact__button.btn-detail:after {
    width: 10px;
    height: 10px;
  }

  .-two-buttons .block-contact__button.btn-detail,
  .-three-buttons .block-contact__button.btn-detail {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .fixed .header--home {
    z-index: 100000;
  }

  .header--home {
    -webkit-transform: translateZ(999px);
  }

  .globalHeader__body .siteTitle {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .siteTitle__function__tel__number a {
    color: #000;
  }

  .gNavi {
    box-sizing: border-box;
    width: calc( 520 / 800 * 100%);
    border-left: 1px solid #fff;
  }

  .fixed-button {
    transition: opacity 0.3s ease-out;
  }

  .fixed-button[aria-hidden="true"] {
    transform: translateX(300px);
  }

  .fixed-button a {
    animation: ghost 5s linear;
  }

  .fixed-button a:hover {
    transform: translateX(0);
  }

  .block-movie {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
  }

  .aoyama .block-movie {
    margin-top: -3.2em;
  }

  .movie-unit + .movie-unit {
    margin-top: 100px;
  }

  .movie-unit a {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }

  .movie-unit__image {
    width: 320px;
  }

  .movie-unit__title {
    margin-left: 50px;
    font-size: 36px;
    font-size: 3.6rem;
  }

  .block-point .unit-point__image.-width .caption {
    text-align: right;
  }

  .block-point .-point1 .unit-point__title {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .block-point .unit-point__body .unit + .unit {
    margin-top: 0;
    padding-top: 0;
  }

  .block-catalogue__body {
    margin: 0 auto;
    padding: 0;
  }

  .home .block-catalogue__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalogue-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home .is-onSale .block-catalogue__body .catalogue-item {
    width: 100%;
    margin: auto;
  }

  .home .is-onSale .block-catalogue__body .catalogue-item .btn-detail {
    bottom: 0;
  }

  .home .block-catalogue__body .catalogue-item {
    width: calc(50% - 40px);
    display: block;
  }

  .home .block-catalogue__body .catalogue-item:nth-child(n+2) {
    margin-top: calc(100px + 6rem);
  }

  body:not(.home) .block-catalogue__body .catalogue-item + .catalogue-item {
    margin-top: 100px;
  }

  .catalogue-item__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalogue-item .btn-detail {
    margin-top: 2rem;
  }

  .catalogue__body {
    width: 520px;
  }

  .block-catalogue__body .catalogue__body {
    width: calc(60% - 20px);
  }

  .block-others .catalogue__body {
    width: 100%;
  }

  .is-onSale .catalogue__body {
    position: relative;
  }

  .catalogue__title {
    padding: .2em 0 .2em 4.5em;
    font-size: 32px;
    font-size: 3.2rem;
  }

  .block-catalogue__body .catalogue__title {
    padding: 0;
  }

  .block-others .catalogue__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .catalogue__title span {
    margin-top: -6px;
    margin-left: 0;
  }

  .block-others .catalogue__title span {
    margin-left: 2em;
  }

  .block-catalogue__body .catalogue__title::before {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    position: static;
    width: 5em;
  }

  .block-others .catalogue__title::before {
    position: relative;
  }

  .catalogue__access + .btn-detail {
    width: 100%;
    position: absolute;
    bottom: -7rem;
  }

  .catalogue__outline {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .catalogue__outline + .btn-detail {
    width: 100%;
  }

  .catalogue__outline span {
    display: block;
  }

  .catalogue__photo {
    max-width: 522px;
    min-height: 260px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-others .catalogue__photo {
    width: 343px;
    margin-right: 32px;
  }

  .block-catalogue__body .catalogue__photo {
    width: calc(40% - 20px);
  }

  .catalogue__photo__item.-item02,
  .catalogue__photo__item.-item03 {
    margin-top: 25px;
  }

  .catalogue__photo .btn-detail {
    display: none;
  }

  .block-others {
    max-width: 640px;
  }

  .nishiazabu .block-others {
    padding-top: 0;
  }

  .toranomon .top-carousel .note {
    margin: .4em .6em 0 0;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
  }

  .top-carousel__message {
    position: absolute;
    top: 20%;
  }

  .-horizontal .top-carousel__message {
    top: 23%;
  }

  .top-carousel__message__inner {
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
  }

  .-horizontal .top-carousel__message__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-carousel__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 72px;
    font-size: 7.2rem;
  }

  .-horizontal .top-carousel__title {
    font-size: 100px;
    font-size: 10rem;
  }

  .top-carousel__body {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 2.4;
  }

  .-horizontal .top-carousel__body {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }

  .block-title__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .unit-merit__head:after {
    position: absolute;
    top: 0;
    left: -480px;
    content: url(../images/index/figure_merit.png);
    overflow: hidden;
  }

  .unit-merit .-brand-image__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 50px;
  }

  .unit-merit .-brand-image__body {
    -ms-flex: 1 1 690px;
    flex: 1 1 690px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .unit-merit .-brand-image__title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .unit-merit .-brand-image__photo {
    -ms-flex: 1 1 480px;
    flex: 1 1 480px;
    margin-right: 30px;
  }

  .unit-map__information {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .unit-map__information p {
    margin-right: 2em;
    width: 640px;
  }

  .nishiazabu .unit-map__nav {
    width: calc(100% - 640px);
    margin-right: -6px;
  }

  .shibuya .unit-map__nav {
    width: calc(100% - 640px);
    margin-right: -6px;
  }

  .toranomon .unit-map__nav {
    width: calc(100% - 640px);
    margin-right: -6px;
  }

  .aoyama .unit-map__nav {
    width: calc(100% - 640px);
    margin-right: -6px;
  }

  .shibuya .unit-map__nav__item {
    width: 48%;
    margin-left: 2%;
  }

  .toranomon .unit-map__nav__item {
    width: 48%;
    margin-left: 2%;
  }

  .aoyama .unit-map__nav__item {
    width: 48%;
    margin-left: 2%;
  }

  .block-images__unit__photo figcaption {
    display: none;
  }

  .shibuya .block-characteristic__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .toranomon .block-characteristic__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kouenji .block-characteristic__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .aoyama .block-characteristic__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .block-characteristic__images__item.-item01 {
    grid-row: 1/4;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 2;
  }

  .block-characteristic__images__item.-item02 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .nishiazabu .block-characteristic__images__item.-item02 {
    width: 100%;
    margin-top: 1em;
  }

  .block-characteristic__images__item.-item03 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .block-characteristic__images__item.-note {
    text-align: right;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .block-characteristic__images__item.-full {
    width: 100%;
  }

  .block-characteristic__images__item.-note {
    display: block;
    text-align: right;
    width: 100%;
  }

  .shibuya .block-characteristic__photo + .block-characteristic__photo .block-characteristic__photo__item {
    width: 50%;
  }

  .block-characteristic__photo__item {
    width: calc(374 / 1200 * 100%);
  }

  .nishiazabu .block-characteristic__photo__item {
    width: 500px;
  }

  .shibuya .block-characteristic__photo__item {
    width: 400px;
  }

  .toranomon .block-characteristic__photo__item {
    width: 60%;
  }

  .kouenji .block-characteristic__photo__item {
    width: calc((100% - 60px) / 2);
  }

  .shibuya .block-characteristic__photo__item + .block-characteristic__photo__item {
    width: 400px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .toranomon .block-characteristic__photo__item + .block-characteristic__photo__item {
    width: 40%;
  }

  .-wide .block-characteristic__photo__item {
    width: 100%;
  }

  .nishiazabu .block-surroundings .list-surroundings {
    display: block;
    width: 100%;
  }

  .nishiazabu .block-surroundings .list-surroundings__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 20px;
  }

  .nishiazabu .block-surroundings .list-surroundings__item p:first-child {
    width: 20%;
    margin-right: 20px;
  }

  .block-flow.-guidance .unit-flow__title {
    width: 20%;
  }

  .block-flow.-guidance .unit-flow__body {
    width: 80%;
    padding: .6em 0 0;
  }

  .block-flow .-guidance__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-flow .-guidance__image {
    width: 48%;
  }

  .nishiazabu .contents .page-head {
    margin-bottom: 0;
  }

  .shibuya .contents .page-head {
    margin-bottom: 0;
  }

  .seminar-item + .seminar-item {
    margin-top: 100px;
  }

  .seminar-item .btn {
    text-align: right;
  }

  .seminar-detail {
    padding: 4rem 2rem;
  }

  .seminar-detail + .seminar-detail {
    margin-top: 80px;
  }

  .seminar-detail__title {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }

  .seminar-detail__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .seminar-detail__meta {
    max-width: 320px;
  }

  .seminar-detail__information {
    width: 100%;
    max-width: calc( 100% - 320px - 30px);
    margin-top: 0;
  }

  .seminar-information {
    display: table;
  }

  .seminar-information dt,
  .seminar-information dd {
    display: table-cell;
  }

  .form-field--child.required .form-field__label:after {
    display: inline-block;
    box-sizing: border-box;
    width: 2.8em;
    padding: .2em .4em;
    content: '必須';
    background: #cb3333;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    top: -.2em;
    left: -100px;
  }

  .is-sp {
    display: none;
  }

  .is-pc {
    display: block;
  }

  .is--tel a {
    cursor: default;
  }

  .slick-dots {
    background: #000;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .nishiazabu .block-characteristic__images__item.-item02 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    width: 100%;
  }

  .nishiazabu .block-characteristic__images__item.-item02 p {
    height: 176px;
  }

  .nishiazabu .block-characteristic__images__item.-item02 p img {
    height: 100%;
    width: auto;
  }

  .nishiazabu .block-characteristic__images__item.-item02 p + p {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .btn-top,
  .btn-top a {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1200px) {
  .unit-merit--inbound {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .unit-merit--population {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .unit-merit__item.-consumption {
    width: 100%;
    margin-top: 9.375vw;
    margin-left: 0;
    text-align: center;
  }

  .unit-merit__item.-consumption .unit-merit__body {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .unit-merit__item.-consumption .unit-merit__body .unit-point__image {
    margin: 0 1em;
  }

  .unit-merit__item.-consumption .unit-merit__body .unit-point__table {
    margin: 0 1em;
  }

  .block-movies .block__body {
    display: block;
  }

  .block-movies .block__body .movie-panel {
    width: 100%;
    height: calc(100% * 9 / 16);
  }

  .block-movies .block__body .c-movie-list {
    width: 100%;
  }

  .c-movie-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
  }

  .c-movie-list__item {
    margin: 0 12px;
    width: 16%;
  }

  .c-movie-list__item:nth-child(n+2) {
    margin-top: 0;
  }

  .c-movie-list img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .block-contact {
    width: 80%;
  }

  .aristo-seminar .main .block-contact {
    width: 80%;
  }

  .block-contact__button.btn-detail {
    width: 80%;
  }

  .siteTitle__function {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .unit-merit__item.-consumption .unit-merit__body .unit-point__table {
    width: 100%;
  }

  .unit-merit__item.-consumption .unit-merit__body .unit-point__table table {
    width: 100%;
  }

  .unit-merit.-regulation2 .unit-merit__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .unit-merit.-regulation2 .unit-merit__body__main {
    margin: 50px 0 0;
    text-align: center;
  }

  .unit-merit.-regulation2 .unit-merit__body__main br {
    display: none;
  }

  .unit-merit.-regulation2 .unit-merit__body__main .note {
    text-align: center;
  }

  .block-surroundings .list-hotels__item {
    width: calc( 250 / 540 * 100%);
  }

  .block-surroundings .list-hotels__item:nth-child(n+4) {
    margin-top: 0;
  }

  .block-surroundings .list-hotels__item:nth-child(n+3) {
    margin-top: 20px;
  }

  .block-surroundings .list-surroundings__item {
    width: calc( 250 / 540 * 100%);
  }

  .block-surroundings .list-surroundings__item:nth-child(n+4) {
    margin-top: 0;
  }

  .block-surroundings .list-surroundings__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 920px) {
  .siteTitle__function__tel {
    margin-right: 0;
  }
}

@media screen and (max-width: 849px) {
  .block-flow .unit-flow:first-child .unit-flow__title {
    width: 100%;
  }
}

@media screen and (max-width: 808px) {
  .globalHeader__body__inner {
    width: 100%;
  }

  .block-flow .unit-flow__body {
    margin: 1em 0 0;
  }
}

@media screen and (max-width: 767px) {
  body.is-open {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .page.no-scroll {
    overflow-y: hidden;
  }

  .block,
  .block-title {
    width: 100%;
    padding: 15.625vw;
    padding-right: 10px;
    padding-left: 10px;
  }

  .unit + .unit {
    margin-top: 80px;
  }

  img {
    width: 100%;
  }

  .block-contact {
    width: 100%;
    margin-top: 6.25vw;
    padding: 3.125vw;
  }

  .aristo-seminar .block-contact {
    width: 100%;
  }

  .block-contact__tel {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .block-contact__title {
    margin-top: 25vw;
    font-size: 4.375vw;
  }

  .block-seminars .block-contact__title {
    margin-top: 0;
  }

  .block-contact__button.btn-detail {
    width: 100%;
    margin-top: 9.375vw;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 9.33333vw;
    padding-bottom: 9.33333vw;
  }

  .-two-buttons .block-contact__button.btn-detail:nth-child(n+2),
  .-three-buttons .block-contact__button.btn-detail:nth-child(n+2) {
    margin-top: 1em;
  }

  .loading__body {
    padding: 40px;
  }

  .loading__body img {
    width: auto;
    height: auto;
  }

  .step-indicator__item {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .step-indicator__item > span {
    padding: 12px 1em;
  }

  .step-indicator__item > span:after {
    border-width: 19px;
    border-left-width: 16px;
  }

  .step-indicator__item:after {
    border-width: 19px;
    border-left-width: 16px;
  }

  .step-indicator + .section-title {
    margin-top: 12.5vw;
  }

  .unit--table {
    position: relative;
    padding-top: 36px;
  }

  .has--menu .unit--table {
    display: none;
  }

  .unit--table:before {
    position: absolute;
    top: 0;
    left: 20px;
    margin-bottom: 1em;
    padding: 0.04em 0.8em;
    background: #0068cc;
    border-radius: 4px;
    content: '表はスクロールすることができます';
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }

  .unit--table__in {
    overflow-x: scroll;
  }

  .unit--table__in:-webkit-scrollbar {
    height: 5px;
  }

  .unit--table__in:-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .unit--table__in:-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .outline-table th {
    width: 100%;
    display: block;
    border: none;
    background: rgba(181, 181, 181, 0.6);
    font-weight: bold;
  }

  .outline-table td {
    width: 100%;
    display: block;
    border: none;
  }

  .outline-table.multi-head th {
    width: 100%;
  }

  .outline-table.multi-head .in-table dt {
    width: 32%;
  }

  .unit__title {
    margin-bottom: 10.9375vw;
    font-size: 5.625vw;
  }

  .globalHeader__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .globalHeader__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: inherit;
    padding: 12px 0;
  }

  .globalHeader__body {
    padding-top: 15.625vw;
    padding-bottom: 9.375vw;
  }

  .globalHeader__body__inner {
    width: 100%;
    padding: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .globalHeader__body .siteTitle {
    width: 100%;
    padding: 0 36px;
  }

  .teaser .siteTitle dl {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .siteTitle__logo {
    width: 18.75vw;
  }

  .siteTitle__catch {
    padding-left: 3.125vw;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .siteTitle__function {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 21.875vw;
  }

  .teaser .siteTitle__function {
    display: block;
    margin-left: 0;
  }

  .siteTitle__function__tel__number {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .siteTitle__function__tel__description {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .siteTitle__function__form {
    display: none;
  }

  .siteTitle__announce {
    font-size: 4.6875vw;
  }

  .gNavi {
    margin-top: 12.5vw;
  }

  .navDrawer_btn_wrapper {
    top: 30px;
    right: 0;
  }

  .fixed-button {
    bottom: 50vw;
  }

  .fixed-button a {
    opacity: .8;
  }

  .fixed-button a:link,
  .fixed-button a:visited {
    color: #003466;
  }

  .fixed-button a:hover {
    color: #09f;
  }

  .globalFooter {
    padding: 20px 0;
    font-size: 1.2rem;
  }

  .globalFooter a {
    font-size: 1.2rem;
  }

  .footer-navi {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px dotted #185896;
  }

  .footer-navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-navi__item {
    margin: 0 .8em .6em 0;
    padding: 0 0 0 .8em;
    border-left: 1px dotted #fff;
  }

  .footer-navi__item:last-child {
    padding-right: .8em;
    border-right: 1px dotted #fff;
  }

  .footer-copyright {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-navi + .footer-copyright {
    margin-top: 0;
  }

  .footer-copyright__title {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #185896;
    font-size: 1.2rem;
  }

  .footer-copyright__title span {
    display: block;
    margin: 0;
  }

  .unit + .unit {
    padding-top: 20vw;
  }

  .movie-unit a {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .movie-unit__title {
    margin-top: 1em;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .block-point {
    padding-bottom: 31.25vw;
  }

  .block-point .block__title {
    font-size: 4.6875vw;
  }

  .block-point .block__title:before,
  .block-point .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .block-point .unit-point:before {
    font-size: 2.8125vw;
  }

  .block-point .unit-point__title {
    font-size: 5vw;
  }

  .block-point .unit-point__image .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .block-point .unit-point .is--notice {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 6.25vw;
  }

  .block-point .-point3-4 .unit__title {
    font-size: 4.6875vw;
  }

  .block-point .-point3-4 .unit__title:before,
  .block-point .-point3-4 .unit__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .block-point .aristo-note {
    font-size: 4.375vw;
    padding: 1em .6em;
  }

  .block-point .aristo-note__appendix {
    font-size: 3.75vw;
  }

  .block-point .unit__title {
    font-size: 4.6875vw;
  }

  .block-point .unit-point__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-point .unit-point__body .unit-point--sub {
    width: 100%;
  }

  .block-point .unit-point__body .unit-point--sub:nth-child(n+2) {
    margin-top: 10vw;
    margin-left: 0;
    padding-top: 0;
  }

  .block-point .unit-point__body .unit-point--sub__inner {
    width: 100%;
  }

  .block-point .unit-point__body .unit-point--sub__title {
    font-size: 5.625vw;
  }

  .block-point .unit-point__body .unit-point--sub__body {
    padding: .8em .6em;
  }

  .aristo-message {
    margin-top: 18.75vw;
    font-size: 4.375vw;
  }

  .documents .block-instruments .block__title,
  .documents .block-catalogue .block__title,
  .documents .block-documents .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .documents .block-instruments .block__title:before,
  .documents .block-instruments .block__title:after,
  .documents .block-catalogue .block__title:before,
  .documents .block-catalogue .block__title:after,
  .documents .block-documents .block__title:before,
  .documents .block-documents .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .nishiazabu .block-instruments .block__title,
  .nishiazabu .block-catalogue .block__title,
  .nishiazabu .block-documents .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .nishiazabu .block-instruments .block__title:before,
  .nishiazabu .block-instruments .block__title:after,
  .nishiazabu .block-catalogue .block__title:before,
  .nishiazabu .block-catalogue .block__title:after,
  .nishiazabu .block-documents .block__title:before,
  .nishiazabu .block-documents .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .shibuya .block-instruments .block__title,
  .shibuya .block-catalogue .block__title,
  .shibuya .block-documents .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .shibuya .block-instruments .block__title:before,
  .shibuya .block-instruments .block__title:after,
  .shibuya .block-catalogue .block__title:before,
  .shibuya .block-catalogue .block__title:after,
  .shibuya .block-documents .block__title:before,
  .shibuya .block-documents .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .toranomon .block-instruments .block__title,
  .toranomon .block-catalogue .block__title,
  .toranomon .block-documents .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .toranomon .block-instruments .block__title:before,
  .toranomon .block-instruments .block__title:after,
  .toranomon .block-catalogue .block__title:before,
  .toranomon .block-catalogue .block__title:after,
  .toranomon .block-documents .block__title:before,
  .toranomon .block-documents .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .kouenji .block-instruments .block__title,
  .kouenji .block-catalogue .block__title,
  .kouenji .block-documents .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .kouenji .block-instruments .block__title:before,
  .kouenji .block-instruments .block__title:after,
  .kouenji .block-catalogue .block__title:before,
  .kouenji .block-catalogue .block__title:after,
  .kouenji .block-documents .block__title:before,
  .kouenji .block-documents .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .aoyama .block-instruments .block__title,
  .aoyama .block-catalogue .block__title,
  .aoyama .block-documents .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .aoyama .block-instruments .block__title:before,
  .aoyama .block-instruments .block__title:after,
  .aoyama .block-catalogue .block__title:before,
  .aoyama .block-catalogue .block__title:after,
  .aoyama .block-documents .block__title:before,
  .aoyama .block-documents .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .home .block-instruments .block__title,
  .home .block-catalogue .block__title,
  .home .block-documents .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .home .block-instruments .block__title:before,
  .home .block-instruments .block__title:after,
  .home .block-catalogue .block__title:before,
  .home .block-catalogue .block__title:after,
  .home .block-documents .block__title:before,
  .home .block-documents .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .catalogue-item__inner .btn-detail {
    display: none;
  }

  .catalogue-item + .catalogue-item {
    margin-top: 15.625vw;
  }

  .catalogue-item .btn-detail {
    width: 100%;
    margin-top: 7.8125vw;
  }

  .catalogue__body .btn-detail {
    display: none;
  }

  .catalogue__title {
    padding: .2em 0 .2em 6em;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .block-others .catalogue__title {
    padding-left: 6em;
  }

  .catalogue__title::before {
    font-size: 5vw;
  }

  .block-others .catalogue__title::before {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .catalogue__outline {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .catalogue__photo {
    margin-top: 7.8125vw;
  }

  .block-others .catalogue__photo {
    margin-top: 0;
    margin-bottom: 4.6875vw;
  }

  .catalogue__photo__item.-item02,
  .catalogue__photo__item.-item03 {
    display: none;
  }

  * + .block-seminars {
    margin-top: 37.5vw;
    margin-bottom: 6.25vw;
  }

  .block-seminars .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .block-seminars .block__title:before,
  .block-seminars .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .toranomon .top-carousel .note {
    margin: .6em auto 0;
    padding: 0 10px;
  }

  .top-carousel {
    width: 100%;
    margin-bottom: 60px;
  }

  .top-carousel__inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-carousel__message {
    margin: 0 auto;
    padding: 0 10px;
  }

  .top-carousel__map {
    display: none;
  }

  .block-title {
    padding-right: 0;
    padding-left: 0;
  }

  .block-title .unit-kyoto,
  .block-title .unit-aoyama {
    padding: 0;
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }

  .block-title .unit-kyoto,
  .block-title .unit-aoyama__title {
    font-size: 4.6875vw;
  }

  .block-title .unit-kyoto:before,
  .block-title .unit-kyoto:after,
  .block-title .unit-aoyama__title:before,
  .block-title .unit-aoyama__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .block-title .unit-kyoto + .unit-kyoto_body,
  .block-title .unit-aoyama__body + .unit-kyoto_body {
    margin-top: 15.625vw;
  }

  .block-title .unit-kyoto,
  .block-title .unit-aoyama--merit__title {
    font-size: 4.375vw;
  }

  .block-title .unit-kyoto + .unit-kyoto--merit2,
  .block-title .unit-kyoto + .unit-aoyama--merit2,
  .block-title .unit-aoyama--merit1 + .unit-kyoto--merit2,
  .block-title .unit-aoyama--merit1 + .unit-aoyama--merit2 {
    margin-top: 15.625vw;
  }

  .-available:before {
    left: 1.5625vw;
    font-size: 5vw;
  }

  .unit-merit {
    margin-top: 9.375vw;
  }

  .unit-merit + .unit-merit {
    margin-top: 15.625vw;
  }

  .unit-merit__head {
    display: block;
    margin: 0 auto;
    font-size: 3.75vw;
  }

  .unit-merit__head:before {
    margin: 0 0 .25em;
    font-size: 48px;
    font-size: 4.8rem;
    text-align: center;
    line-height: 1;
  }

  .unit-merit__title {
    min-width: auto;
    margin-bottom: 9.375vw;
    font-size: 3.75vw;
  }

  .unit-merit__item {
    width: 100%;
    text-align: center;
  }

  .unit-merit__item.-consumption .unit-merit__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .unit-merit__item.-consumption .unit-merit__body .unit-point__table {
    max-width: 100%;
  }

  .unit-merit__item.-consumption .unit-merit__body .unit-point__table table {
    font-size: 2.96296vw;
  }

  .unit-merit__item.-consumption .unit-merit__body .unit-point__table .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .unit-merit.-rent .rent-market {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .unit-merit.-rent .rent-market__item {
    width: 100%;
  }

  .unit-merit.-rent .rent-market__item:nth-child(2) {
    margin-top: 100px;
  }

  .unit-merit.-rent .rent-market__item:nth-child(2):before {
    top: -86px;
    left: 44%;
    transform: rotate3d(0, 0, 1, 90deg);
  }

  .block--merit2 .unit-merit .unit-merit__title {
    margin-bottom: 4.6875vw;
  }

  .unit-merit .-brand-image__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 7.8125vw;
  }

  .unit-merit .-brand-image__body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .unit-merit .-brand-image__title {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .unit-merit__subtitle {
    margin-bottom: 9.375vw;
    font-size: 3.75vw;
  }

  .unit-merit.-regulation1 .unit-merit__body {
    width: 100%;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .unit-merit.-regulation1 .unit-merit__body__main,
  .unit-merit.-regulation2 .unit-merit__body__main {
    margin: 0;
    margin-top: 7.8125vw;
    text-align: left;
  }

  .unit-merit.-regulation1 .unit-merit__body__main .main,
  .unit-merit.-regulation2 .unit-merit__body__main .main {
    font-size: 4.375vw;
  }

  .block-location {
    text-align: left;
    line-height: 1.6;
  }

  .block-location__logo {
    margin-bottom: 18.75vw;
  }

  .block-location__logo img {
    width: auto;
    max-width: 100%;
  }

  .kouenji .block-location__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-location .block-point {
    padding-top: 15.625vw;
  }

  .unit-map__information {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .unit-map__information p {
    margin-top: 1em;
  }

  .unit-map__nav {
    position: static;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1em;
  }

  .unit-map__nav__item a {
    border: 1px solid #fff;
    border-right: 0;
  }

  .unit-map__nav__item a:hover,
  .unit-map__nav__item a:active,
  .unit-map__nav__item a.-active {
    border-color: #003466;
  }

  .block-shinkyougoku__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-shinkyougoku__body__title {
    font-size: 4.375vw;
  }

  .block-shinkyougoku__body__items {
    width: 100%;
  }

  .block-shinkyougoku__body__items:nth-child(n+2) {
    width: 100%;
    margin-top: 2em;
  }

  .block-gallery__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-gallery__title {
    font-size: 4.375vw;
  }

  .nishiazabu .block-gallery__item {
    width: 100%;
  }

  .shibuya .block-gallery__item {
    width: 100%;
  }

  .toranomon .block-gallery__item {
    width: 100%;
  }

  .aoyama .block-gallery__item {
    width: 100%;
  }

  .aoyama .block-gallery__item:nth-child(n+2) {
    width: 100%;
  }

  .kouenji .block-gallery__item {
    width: 100%;
  }

  .kouenji .block-gallery__item:nth-child(n+2) {
    width: 100%;
  }

  .block-gallery__item {
    width: 100%;
  }

  .block-gallery__item:nth-child(n+2) {
    width: 100%;
    margin-top: 2em;
  }

  .block-gallery__item__information {
    width: 100%;
  }

  .gallery-images__main {
    min-height: 46.875vw;
  }

  .gallery-images__thumbnail__item {
    width: 24%;
  }

  .gallery-images__thumbnail__item:nth-child(n+5) {
    margin-top: 1%;
  }

  .block-images__unit.-half {
    width: 100%;
  }

  .block-images__unit__body {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .block-images__unit__photo.-main {
    width: 100%;
  }

  .block-images__unit__photo.-sub {
    width: 70%;
    margin-top: 1em;
  }

  .block-characteristic .block__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .toranomon .block-characteristic__images {
    width: 100%;
  }

  .block-characteristic__image {
    width: 100%;
  }

  .block-characteristic__image .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .block-characteristic__body {
    width: 100%;
    margin-left: 0;
    margin-top: 7.8125vw;
  }

  .nishiazabu .block-characteristic__body {
    width: 100%;
    margin-top: 15.625vw;
  }

  .shibuya .block-characteristic__body {
    width: 100%;
    margin-top: 15.625vw;
  }

  .toranomon .block-characteristic__body {
    margin-top: 15.625vw;
  }

  .kouenji .block-characteristic__body {
    margin-top: 15.625vw;
  }

  .aoyama .block-characteristic__body {
    margin-top: 15.625vw;
  }

  .block-characteristic__body .title {
    font-size: 4.375vw;
  }

  .block-characteristic__body .characteristic-images {
    margin-top: 7.8125vw;
  }

  .block-characteristic__photo + .block-characteristic__photo {
    margin-top: 12.5vw;
  }

  .block-characteristic__photo dt {
    margin-bottom: 9.375vw;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .block-characteristic__photo dd figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .block-characteristic__photo__item + .block-characteristic__photo__item {
    width: 100%;
    margin-top: 2em;
  }

  .block-characteristic__photo__item.-half img {
    width: 48%;
  }

  .block-characteristic__photo__item.-half.-caption figcaption {
    padding-left: 48%;
  }

  .block-characteristic .gallery-images__main {
    min-height: 46.875vw;
  }

  .block-characteristic .gallery-images__thumbnail__item {
    width: 24%;
  }

  .block-characteristic .gallery-images__caption {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .block-surroundings__lead {
    text-align: left;
  }

  .block-surroundings__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-surroundings__body .block-surroundings__lead + .block-surroundings__body {
    margin-top: 9.33333vw;
  }

  .block-surroundings__items {
    width: 100%;
  }

  .block-surroundings__items:nth-child(n+2) {
    width: 100%;
    margin-top: 2em;
  }

  .nishiazabu .block-surroundings__items {
    width: 100%;
  }

  .nishiazabu .block-surroundings__items:nth-child(n+2) {
    width: 100%;
    margin-top: 2em;
  }

  .toranomon .block-surroundings__items {
    width: 100%;
  }

  .toranomon .block-surroundings__items:nth-child(n+2) {
    width: 100%;
    margin-top: 2em;
  }

  .block-surroundings .list-hotels__item {
    width: 48%;
    margin-top: 0;
  }

  .block-surroundings .list-hotels__item:nth-child(n+3) {
    margin-top: 4%;
  }

  .block-surroundings .list-hotels__item .label {
    font-size: 2.8125vw;
  }

  .block-surroundings .list-hotels__item .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .block-surroundings .list-surroundings {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-surroundings .list-surroundings__item {
    width: 48%;
    margin-top: 0;
    margin-right: 0;
  }

  .block-surroundings .list-surroundings__item:nth-child(n+3) {
    margin-top: 4%;
  }

  .block-surroundings .list-surroundings__item .label {
    font-size: 2.8125vw;
  }

  .block-surroundings .list-surroundings__item .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .block-products,
  .block-property__body {
    width: 100%;
  }

  .block-flow {
    margin-top: 31.25vw;
    margin-bottom: 31.25vw;
  }

  .block-flow.-guidance .block__title {
    min-height: 12.5vw;
  }

  .block-flow .block__title {
    padding: 1em 0;
    min-height: 14.6875vw;
    font-size: 6.25vw;
  }

  .block-flow .block__title:before,
  .block-flow .block__title:after {
    width: 1.2em;
    height: 1.2em;
    border-width: 1px;
  }

  .block-flow__body {
    margin-bottom: 15.625vw;
  }

  .block-flow .unit-flow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2em 1em;
  }

  .block-flow .unit-flow + .unit-flow {
    margin-top: 9.375vw;
  }

  .block-flow .unit-flow__title {
    width: 100%;
  }

  .block-flow .unit-flow__title .step {
    font-size: 4.6875vw;
  }

  .block-flow .unit-flow__title .title {
    margin-left: 1em;
    font-size: 3.75vw;
  }

  .block-flow .unit-flow__body a + a {
    margin: 1em 0 0;
  }

  .block-faq {
    padding: 15.625vw;
    padding-right: 0;
    padding-left: 0;
  }

  .contents .block-faq .block__title {
    font-size: 7.5vw;
  }

  .block-faq__body dt,
  .block-faq__body dd {
    padding: 1em 1em 1em 5rem;
  }

  .block-faq__body dt:before,
  .block-faq__body dd:before {
    font-size: 6.25vw;
  }

  .block-faq__body dt {
    font-size: 5vw;
  }

  .block-files {
    margin-bottom: 10.9375vw;
    font-size: 20px;
    font-size: 2rem;
  }

  .footer-information .block__body + .block__title {
    padding-top: 20vw;
  }

  .contents .footer-information .block__lead,
  .contents .footer-information .block-characteristic__images__item.-full {
    margin-bottom: 10.9375vw;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .footer-information__outline__item .label {
    border-bottom: 1px solid #000;
    width: auto;
    margin-bottom: .4em;
    padding-bottom: .2em;
  }

  .footer-information__outline__item .body {
    display: block;
    width: 100%;
  }

  .contents {
    padding-bottom: 37.5vw;
    font-size: 1.4rem;
  }

  .contents .breadcrumb__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .contents .page-head {
    height: 46.875vw;
  }

  .home .contents .page-head {
    height: 105.3125vw;
  }

  .teaser .contents .page-head {
    height: 105.3125vw;
  }

  .nishiazabu .contents .page-head {
    height: 105.3125vw;
  }

  .shibuya .contents .page-head {
    height: 105.3125vw;
  }

  .toranomon .contents .page-head {
    height: 105.3125vw;
  }

  .kouenji .contents .page-head {
    height: 105.3125vw;
  }

  .aoyama .contents .page-head {
    height: 105.3125vw;
  }

  .home .contents .page-title {
    margin-top: 11.25vw;
    font-size: 4.6875vw;
  }

  .teaser .contents .page-title {
    font-size: 4.6875vw;
  }

  .nishiazabu .contents .page-title {
    font-size: 4.6875vw;
  }

  .shibuya .contents .page-title {
    font-size: 4.6875vw;
  }

  .toranomon .contents .page-title {
    font-size: 4.6875vw;
  }

  .kouenji .contents .page-title {
    font-size: 4.6875vw;
  }

  .aoyama .contents .page-title {
    font-size: 4.6875vw;
  }

  .contents .page-title {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .page-confirm .contents .page-title,
  .page-complete .contents .page-title {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .contents .page-title--note {
    font-size: 10px;
    font-size: 1rem;
  }

  .contents .page-title--alert {
    font-size: 10px;
    font-size: 1rem;
  }

  .contents .page-body {
    padding-top: 9.375vw;
  }

  .contents .page-lead {
    margin-bottom: 9.375vw;
    text-align: left;
  }

  .contents .section-title {
    margin-bottom: 14.0625vw;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .contents .block__title {
    margin-bottom: 14.0625vw;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .contents .block__lead,
  .contents .block-characteristic__images__item.-full {
    margin-bottom: 10.9375vw;
    font-size: 20px;
    font-size: 2rem;
  }

  .seminar-item .btn .btn-seminar {
    width: 100%;
  }

  .seminar-detail .btn .btn-seminar {
    width: 100%;
  }

  .documents .block,
  .documents .block-title {
    width: 100%;
    padding: 7.8125vw;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-movie-list {
    display: block;
  }

  .c-movie-list__item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 80%;
  }

  .c-movie-list__item:nth-child(n+2) {
    margin-top: 12px;
  }

  .c-movie-list__title {
    margin-left: 1em;
    text-align: left;
  }

  .c-movie-list img {
    width: 36%;
  }

  .c-dl dt {
    margin-bottom: 5vw;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-files-list__item {
    width: 100%;
  }

  .c-files-list__item:nth-child(n+2) {
    margin-top: 16px;
  }

  .element-input {
    width: 100%;
  }

  .contact-form {
    padding-top: 10.9375vw;
    font-size: 1.6rem;
  }

  .form-field,
  .form-field--child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-field__label {
    width: 100%;
    margin-bottom: .2em;
    padding: .6em .75em;
    border-top: 1px solid #eee;
    border-left: 12px solid #eee;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .form-field__element {
    padding-left: calc(.75em + 12px);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .page-confirm .form-field__element {
    width: 100%;
    margin-bottom: .2em;
    padding: .6em .75em;
  }

  .form-field--child .form-field__label {
    width: 100%;
    border: none;
  }

  .form-field--child .form-field__element {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: .75em;
  }

  .form-field--submit {
    margin-top: 12.5vw;
  }

  .submit__information {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .submit__information + .submit__privacy {
    margin-top: 10.9375vw;
  }

  .form-submit {
    width: 100%;
    margin-top: 7.8125vw;
  }

  .form-back {
    width: 100%;
    margin-top: 7.8125vw;
  }

  .is-sp {
    display: block !important;
  }

  .is--notice {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .slick-prev {
    left: 5px;
  }

  .slick-next {
    right: 5px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .block-instruments .block__title,
  .block-catalogue .block__title,
  .block-seminars .block__title,
  .block-flow .block__title {
    min-height: inherit;
    height: 280px;
  }
}