@charset "UTF-8";
/*================================================================
*FILE          :top.css
*DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
それぞれfoundationよりインポート。
*AUTHOR        :
*--------------------------------------------------------------
*(C)
=================================================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "GennoMincho";
  font-weight: normal;
  src: url("../font/SourceHanSerif-Regular.woff") format("woff"), url("../font/SourceHanSerif-Regular.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: "GennoMincho";
  font-weight: bold;
  src: url("../font/SourceHanSerif-Bold.woff") format("woff"), url("../font/SourceHanSerif-Bold.otf") format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  font-display: swap;
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  font-display: swap;
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* 色
-----------------------------------------------------------------*/
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* functions
-----------------------------------------------------------------*/
/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "GennoMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1024px) {
    body {
      min-width: 2px; } }
  @media print, screen and (min-width: 1025px) {
    body {
      min-width: 768px; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*  head Level3
  -------------------------- */
/*  head Level4
  -------------------------- */
/*  pdfIcon
  -------------------------- */
/*  listStyleDisc
  -------------------------- */
/*  listStyleNumber
 -------------------------- */
/*  listStyleDefinition
 -------------------------- */
/*  listStylePdf
 -------------------------- */
/*  textCaution
 -------------------------- */
/*  tableStyle
 -------------------------- */
/*  tableStylePdf
 -------------------------- */
/*  tableStyleVertical
 -------------------------- */
/*  tableStyleNumber
 -------------------------- */
/*  column2Style
 -------------------------- */
/*  scrollContentStyle
 -------------------------- */
/*  chartStyle
 -------------------------- */
/*  categorySort
-------------------------- */
/*  sortSelect
-------------------------- */
/*  numericData
 -------------------------- */
/*  frameTitle
-------------------------- */
/*  distribute
-------------------------- */
/*  portfolioCheckbox
-------------------------- */
/*  portfolioReset
-------------------------- */
@media print, screen and (max-width: 767px) {
  * + .listStyleDefinition {
    margin-top: 30px; } }

@media print, screen and (min-width: 768px) {
  * + .listStyleDefinition {
    margin-top: 40px; } }

.listStyleDefinition dl {
  border-top: 1px solid #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .listStyleDefinition dl {
      padding: 11px 10px 7px; } }
  @media print, screen and (min-width: 768px) {
    .listStyleDefinition dl {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 11px 30px; } }
  .listStyleDefinition dl:last-child {
    border-bottom: 1px solid #eeebe9; }

@media print, screen and (max-width: 767px) {
  .listStyleDefinition dt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (min-width: 768px) {
  .listStyleDefinition dt {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px;
    margin-right: 30px; } }

@media print, screen and (min-width: 768px) {
  .listStyleDefinition dd {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
		width: 100%; } }

.listStyleDefinition dd a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.listStyleDefinition .label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .04em;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .listStyleDefinition .label {
      min-width: 80px;
      margin-right: 10px;
      line-height: 1.8; } }
  @media print, screen and (min-width: 768px) {
    .listStyleDefinition .label {
      width: 100%;
      height: 20px;
      margin-bottom: 8px; } }

.listStyleDefinition .lebel-property {
  background: #977e48; }

.listStyleDefinition .lebel-settlement {
  background: #ad6969; }

.listStyleDefinition .lebel-borrowing {
  background: #5b7e91; }

.listStyleDefinition .lebel-capitalIncrease {
  background: #8ea370; }

.listStyleDefinition .lebel-other {
  background: #666; }

.listStyleDefinition .date {
  line-height: 1;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .listStyleDefinition .date {
      font-size: 10px;
      letter-spacing: .04em; } }
  @media print, screen and (min-width: 768px) {
    .listStyleDefinition .date {
      display: block;
      width: 100%;
      font-size: 12px;
      letter-spacing: .12em; } }

.listStyleDefinition .text {
  letter-spacing: .08em; }
  @media print, screen and (max-width: 767px) {
    .listStyleDefinition .text {
      padding-top: 7px;
      font-size: 12px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 768px) {
    .listStyleDefinition .text {
      font-size: 14px;
      line-height: 1.8; } }

.listStyleDefinition .c-pdfIcon {
  margin-left: 20px; }

@media print, screen and (min-width: 1025px) {
  .listStyleDefinition a:hover .text {
    text-decoration: underline; } }

.pdfIcon {
  text-align: center; }
  .pdfIcon img {
    width: 25px; }
  .pdfIcon span {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap; }
  @media print, screen and (min-width: 1025px) {
    .pdfIcon:hover img {
      transition: opacity .3s ease; } }
  @media print, screen and (min-width: 1025px) and (min-width: 1025px) {
    .pdfIcon:hover img {
      opacity: .7; } }

@media print, screen and (min-width: 1025px) {
  .header {
    transition: background 300ms ease-out; }
  .header.transparent {
    background: transparent; } }

@media print, screen and (max-width: 767px) {
  .listStyleDefinition {
    margin-top: 4px; } }

@media print, screen and (min-width: 768px) {
  .listStyleDefinition {
    margin-top: 10px; } }

.listStyleDefinition dl:first-child {
  border-top: none; }

@media print, screen and (max-width: 767px) {
  .topMainVisual {
    padding: 0 27px 40px; } }

@media print, screen and (min-width: 768px) {
  .topMainVisual {
    padding: 0 20px 20px; } }

@media print, screen and (max-width: 374px) {
  .topMainVisual {
    padding: 0 10px 30px; } }

.topMainVisual_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .topMainVisual_bg .profile {
    position: absolute;
    color: #fff;
    z-index: 1; }
    @media print, screen and (max-width: 767px) {
      .topMainVisual_bg .profile {
        bottom: 25px;
        left: 20px; } }
    @media print, screen and (min-width: 768px) {
      .topMainVisual_bg .profile {
        font-size: 15px;
        bottom: 35px;
        left: 30px; } }

.topMainVisual_bg_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity .8s ease-out, visibility .8s ease-out; }
  .topMainVisual_bg.busy .topMainVisual_bg_img {
    transition: none; }
  .topMainVisual_bg_img.active {
    opacity: 1; }

.topMainVisual_bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 5; }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 35px;
    color: #fff;
    /*font-family: "Crimson Text", serif;*/
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.08em;
    z-index: 1; } }

.topMainVisual_scroll_svg {
  width: 16px;
  height: 24px;
  margin-top: 3px;
  fill: #fff; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_01 {
    background-image: url("../img/top-mainvisual_01-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_01 {
    background-image: url("../img/top-mainvisual_01-pc.jpg"); } }

.style1 .topMainVisual_01 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_02 {
    background-image: url("../img/top-mainvisual_02-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_02 {
    background-image: url("../img/top-mainvisual_02-pc.jpg"); } }

.style2 .topMainVisual_02 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_03 {
    background-image: url("../img/top-mainvisual_03-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_03 {
    background-image: url("../img/top-mainvisual_03-pc.jpg"); } }

.style3 .topMainVisual_03 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_04 {
    background-image: url("../img/top-mainvisual_04-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_04 {
    background-image: url("../img/top-mainvisual_04-pc.jpg"); } }

.style4 .topMainVisual_04 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_05 {
    background-image: url("../img/top-mainvisual_05-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_05 {
    background-image: url("../img/top-mainvisual_05-pc.jpg"); } }

.style5 .topMainVisual_05 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_06 {
    background-image: url("../img/top-mainvisual_06-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_06 {
    background-image: url("../img/top-mainvisual_06-pc.jpg"); } }

.style6 .topMainVisual_06 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_07 {
    background-image: url("../img/top-mainvisual_07-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_07 {
    background-image: url("../img/top-mainvisual_07-pc.jpg"); } }

.style7 .topMainVisual_07 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_08 {
    background-image: url("../img/top-mainvisual_08-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_08 {
    background-image: url("../img/top-mainvisual_08-pc.jpg"); } }

.style8 .topMainVisual_08 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_09 {
    background-image: url("../img/top-mainvisual_09-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_09 {
    background-image: url("../img/top-mainvisual_09-pc.jpg"); } }

.style9 .topMainVisual_09 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_10 {
    background-image: url("../img/top-mainvisual_10-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_10 {
    background-image: url("../img/top-mainvisual_10-pc.jpg"); } }

.style10 .topMainVisual_10 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_11 {
    background-image: url("../img/top-mainvisual_11-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_11 {
    background-image: url("../img/top-mainvisual_11-pc.jpg"); } }

.style11 .topMainVisual_11 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_12 {
    background-image: url("../img/top-mainvisual_12-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_12 {
    background-image: url("../img/top-mainvisual_12-pc.jpg"); } }

.style12 .topMainVisual_12 {
  display: block; }

@media print, screen and (max-width: 1024px) {
  .topMainVisual_13 {
    background-image: url("../img/top-mainvisual_13-sp.jpg"); } }

@media print, screen and (min-width: 1025px) {
  .topMainVisual_13 {
    background-image: url("../img/top-mainvisual_13-pc.jpg"); } }

.style13 .topMainVisual_13 {
  display: block; }

.topMainVisual_info {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 100vh; }

.topMainVisual_title {
  visibility: hidden;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition-property: visibility, opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, filter, visibility, opacity;
  transition-property: transform, filter, visibility, opacity, -webkit-transform, -webkit-filter;
  transition-duration: .3s;
  transition-timing-function: ease-out; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_title {
      font-size: 24px;
      letter-spacing: 0.12em;
      line-height: 1.66; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_title {
      font-size: 28px;
      letter-spacing: 0.22em;
      line-height: 1.8; } }
  @media print, screen and (max-width: 374px) {
    .topMainVisual_title {
      font-size: 20px; } }

.topMainVisual_lead {
  visibility: hidden;
  opacity: 0;
  line-height: 2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition-property: visibility, opacity, -webkit-transform, -webkit-filter;
  transition-property: transform, filter, visibility, opacity;
  transition-property: transform, filter, visibility, opacity, -webkit-transform, -webkit-filter;
  transition-duration: .3s;
  transition-timing-function: ease-out; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_lead {
      letter-spacing: 0.08em;
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_lead {
      font-size: 16px;
      letter-spacing: 0.08em;
      margin-top: 40px; } }
  @media print, screen and (max-width: 374px) {
    .topMainVisual_lead {
      font-size: 13px; } }

.topMainVisual_list {
  position: relative; }
  @media print, screen and (max-width: 1024px) {
    .topMainVisual_list {
      margin-top: 50px; } }
  @media print, screen and (min-width: 1025px) {
    .topMainVisual_list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1200px;
      margin: 75px auto 0; } }

.topMainVisual_list_node {
  border: solid 1px #fff; }
  @media print, screen and (min-width: 1025px) {
    .topMainVisual_list_node {
      width: 100%;
      visibility: hidden;
      opacity: 0;
      -webkit-filter: blur(5px);
      filter: blur(5px);
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      transition-property: visibility, opacity, -webkit-transform, -webkit-filter;
      transition-property: transform, filter, visibility, opacity;
      transition-property: transform, filter, visibility, opacity, -webkit-transform, -webkit-filter;
      transition-duration: .3s;
      transition-timing-function: ease-out; } }
  @media print, screen and (max-width: 1024px) {
    .topMainVisual_list_node + .topMainVisual_list_node {
      margin-top: 25px; } }
  @media print, screen and (min-width: 1025px) {
    .topMainVisual_list_node + .topMainVisual_list_node {
      margin-left: 1%; } }

.topMainVisual_title.is-inview,
.topMainVisual_lead.is-inview,
.topMainVisual_list_node.is-inview {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0); }

.topMainVisual_list_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_list_title {
      height: 58px;
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topMainVisual_list_title {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_title {
      height: 80px;
      letter-spacing: 0.08em; } }
  @media print, screen and (min-width: 1025px) {
    .topMainVisual_list_title {
      font-size: 20px; } }
  .topMainVisual_list_title::before {
    content: "";
    display: block;
    background-size: 100% 100%; }
    @media print, screen and (max-width: 767px) {
      .topMainVisual_list_title::before {
        margin-right: 20px; } }
    @media print, screen and (min-width: 768px) {
      .topMainVisual_list_title::before {
        margin-right: 30px; } }
    .topMainVisual_list_node-money .topMainVisual_list_title::before {
      background-image: url(../img/icon_money.svg); }
      @media print, screen and (max-width: 767px) {
        .topMainVisual_list_node-money .topMainVisual_list_title::before {
          width: 22px;
          height: 20px; } }
      @media print, screen and (min-width: 768px) {
        .topMainVisual_list_node-money .topMainVisual_list_title::before {
          width: 35px;
          height: 31px; } }
    .topMainVisual_list_node-fund .topMainVisual_list_title::before {
      background-image: url(../img/icon_building.svg); }
      @media print, screen and (max-width: 767px) {
        .topMainVisual_list_node-fund .topMainVisual_list_title::before {
          width: 23px;
          height: 20px; } }
      @media print, screen and (min-width: 768px) {
        .topMainVisual_list_node-fund .topMainVisual_list_title::before {
          width: 35px;
          height: 30px; } }
    .topMainVisual_list_node-document .topMainVisual_list_title::before {
      background-image: url(../img/icon_document.svg); }
      @media print, screen and (max-width: 767px) {
        .topMainVisual_list_node-document .topMainVisual_list_title::before {
          width: 19px;
          height: 20px; } }
      @media print, screen and (min-width: 768px) {
        .topMainVisual_list_node-document .topMainVisual_list_title::before {
          width: 29px;
          height: 30px; } }

.topMainVisual_list_info {
  background-color: #fff; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_list_info {
      padding: 15px 19px 20px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_info {
      height: calc(100% - 80px);
      padding: 20px 20px 30px; } }

.topMainVisual_list_text {
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_list_text {
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_text {
      margin-bottom: 18px; } }

.topMainVisual_list_buttonWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.topMainVisual_list_button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border: solid 1px #999999; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_list_button {
      width: 100%;
      letter-spacing: 0.16em; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_button {
      width: 200px;
      letter-spacing: 0.08em;
      margin: 0 auto; } }
  @media print, screen and (min-width: 1025px) {
    .topMainVisual_list_button {
      transition: color .1s ease-out,background .1s ease-out; }
      .topMainVisual_list_button:hover {
        color: #fff;
        background: #999; } }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_list_button + .topMainVisual_list_button {
      margin-left: 10px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_button + .topMainVisual_list_button {
      margin-left: 10px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_buttonWrap .topMainVisual_list_button {
      width: 160px; } }

.topMainVisual_childList {
  border-bottom: solid 1px #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_childList {
      margin: 15px 0; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_childList {
      margin-bottom: 20px; } }

.topMainVisual_childList_node {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #eeebe9; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_childList_node {
      padding: 10px 0; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_childList_node {
      letter-spacing: 0.08em;
      padding: 13px 10px; } }

@media print, screen and (max-width: 767px) {
  .topMainVisual_childList_title {
    letter-spacing: 0.08em; } }

@media print, screen and (max-width: 767px) {
  .topMainVisual_list_node-money .topMainVisual_childList_title {
    font-size: 18px; } }

@media print, screen and (min-width: 768px) {
  .topMainVisual_list_node-money .topMainVisual_childList_title {
    font-size: 20px; } }

@media print, screen and (min-width: 768px) {
  .topMainVisual_list_node-fund .topMainVisual_childList_title {
    font-size: 18px; } }

@media print, screen and (min-width: 768px) {
  .topMainVisual_list_node-document .topMainVisual_childList_title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px; } }

@media print, screen and (min-width: 768px) {
  .topMainVisual_list_node-document .topMainVisual_childList_title::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-image: url(../img/icon_pdf.png);
    background-size: 100% 100%; } }
    .topMainVisual_list_node-document .xlsx::before,
    .topMainVisual_list_node-document .xls::before {
      background-image: url(../img/icon_xls.png);
    }

.topMainVisual_childList_title span {
  display: block;
  line-height: 15px; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_childList_title span {
      font-size: 10px;
      margin-top: 8px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_childList_title span {
      font-size: 12px;
      margin-top: 10px; } }

.topMainVisual_childList_title a{
  width: 85%;
}

.topMainVisual_childList_text {
  /*font-family: "Crimson Text", serif;*/
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_childList_text {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_childList_text {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_list_node-document .topMainVisual_childList_text {
      font-size: 12px; } }

.topMainVisual_childList_number {
  letter-spacing: 0.04em;
  margin-right: 10px; }
  @media print, screen and (max-width: 767px) {
    .topMainVisual_childList_number {
      font-size: 28px; } }
  @media print, screen and (min-width: 768px) {
    .topMainVisual_childList_number {
      font-size: 32px; } }

.topMainContents {
  position: relative;
  background-color: #fff; }
  @media print, screen and (max-width: 767px) {
    .topMainContents {
      padding: 40px 0; } }
  @media print, screen and (min-width: 768px) {
    .topMainContents {
      padding: 80px 0 20px; } }

@media print, screen and (max-width: 1024px) {
  .topColumn {
    padding: 0 20px; } }

@media print, screen and (min-width: 1025px) {
  .topColumn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 80px;
    margin: 0 auto; } }

@media print, screen and (max-width: 374px) {
  .topColumn {
    padding: 0 10px; } }

@media print, screen and (min-width: 1025px) {
  .topNews {
    width: 640px; } }

.topNews_title {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4; }
  @media print, screen and (max-width: 767px) {
    .topNews_title {
      padding-bottom: 20px;
      border-bottom: 2px solid #eeebe9;
      font-size: 18px;
      letter-spacing: .04em; } }
  @media print, screen and (min-width: 768px) {
    .topNews_title {
      padding-bottom: 25px;
      border-bottom: 5px solid #eeebe9;
      font-size: 24px; } }

.topNews_button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  letter-spacing: 0.16em;
  border: solid 1px #999999; }
  @media print, screen and (max-width: 767px) {
    .topNews_button {
      width: 280px;
      margin: 25px auto 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topNews_button {
      margin: 25px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .topNews_button {
      width: 200px; } }
  @media print, screen and (min-width: 1025px) {
    .topNews_button_wrap {
        display: flex;
		justify-content: center; }
    .topNews_button {
      margin: 30px 20px 0 0;
      transition: color .1s ease-out,background .1s ease-out; }
      .topNews_button:hover {
        color: #fff;
        background: #999; } }

@media print, screen and (max-width: 767px) {
  .topInvestment {
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topInvestment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px; } 
  
  .special{
    display: grid;
    text-align: center;
    width: 100%;
  }
  .special img{
    width: 100%;
  }

}

@media print, screen and (min-width: 1025px) {
  .topInvestment {
    width: 320px; } }




.topInvestment_info {
  text-align: center; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topInvestment_info {
      width: 100%; } }

.topInvestment_info_title {
  font-size: 20px;
  padding: 20px 0;
  background-color: #e6e2df; }
  @media print, screen and (max-width: 767px) {
    .topInvestment_info_title {
      font-weight: bold;
      letter-spacing: 0.08em; } }
  @media print, screen and (min-width: 768px) {
    .topInvestment_info_title {
      letter-spacing: 0.16em; } }

.topInvestment_info_text {
  background-color: #efebea; }
  @media print, screen and (max-width: 767px) {
    .topInvestment_info_text {
      padding: 23px 27px 25px; } }
  @media print, screen and (min-width: 768px) {
    .topInvestment_info_text {
      font-size: 16px;
      padding: 30px 0; } }

.topInvestment_info_code {
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 767px) {
    .topInvestment_info_code {
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .topInvestment_info_code {
      font-size: 16px; } }

.topInvestment_info_note {
  font-size: 11px; }
  @media print, screen and (max-width: 767px) {
    .topInvestment_info_note {
      margin-top: 17px; } }
  @media print, screen and (min-width: 768px) {
    .topInvestment_info_note {
      margin-top: 15px; } }

.topInvestment_info_button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border: solid 1px #999999; }
  @media print, screen and (max-width: 767px) {
    .topInvestment_info_button {
      letter-spacing: 0.16em;
      margin-top: 25px; } }
  @media print, screen and (min-width: 768px) {
    .topInvestment_info_button {
      width: 260px;
      letter-spacing: 0.08em;
      margin: 20px auto 0; } }
  @media print, screen and (min-width: 1025px) {
    .topInvestment_info_button {
      transition: color .1s ease-out,background .1s ease-out; }
      .topInvestment_info_button:hover {
        color: #fff;
        background: #999; } }

.topInvestment_button {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: 10px;
  background-color: #333333; }
  @media print, screen and (max-width: 767px) {
    .topInvestment_button {
      height: 120px;
      font-size: 18px;
      letter-spacing: 0.16em; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topInvestment_button {
      width: calc(50% - 10px); } }
  @media print, screen and (min-width: 768px) {
    .topInvestment_button {
      height: 120px;
      font-size: 16px;
      letter-spacing: 0.12em; } }
  @media print, screen and (min-width: 1025px) {
    .topInvestment_button {
      transition: color .1s ease-out,background .1s ease-out; }
      .topInvestment_button:hover {
        color: #fff;
        background: #999; } }
  .topInvestment_button::before {
    content: "";
    display: block;
    background-size: 100% 100%; }
    @media print, screen and (max-width: 767px) {
      .topInvestment_button::before {
        width: 34px;
        height: 40px;
        margin-right: 32px; } }
    @media print, screen and (min-width: 768px) {
      .topInvestment_button::before {
        width: 27px;
        height: 32px;
        margin-right: 13px; } }
  .topInvestment_button::after {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    content: "";
    border: solid 1px #fff;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      .topInvestment_button::after {
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }
    @media print, screen and (min-width: 768px) {
      .topInvestment_button::after {
        width: 300px;
        height: 100px; } }

@media print, screen and (max-width: 767px) {
  .topInvestment_button-investor {
    margin-top: 25px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topInvestment_button-investor {
    margin-top: 20px; } }

@media print, screen and (min-width: 1025px) {
  .topInvestment_button-investor {
    margin-top: 30px; } }

.topInvestment_button-investor::before {
  background-image: url(../img/icon_investor.svg); }

@media print, screen and (max-width: 767px) {
  .topInvestment_button-facility {
    margin-top: 15px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topInvestment_button-facility {
    margin-top: 20px; } }

@media print, screen and (min-width: 1025px) {
  .topInvestment_button-facility,
  .topPortfolioData_button,
  .topSpecialMovie_button {
    margin-top: 10px; } }

.topInvestment_button-facility::before {
  background-image: url(../img/icon_facility.svg); }

.topPortfolioData_button {
  background-color: #e6e2df;
  color: inherit; }
  @media print, screen and (max-width: 1024px) {
    .topPortfolioData_button {
      width: 100%;
	  margin-top: 10px; } }
.topPortfolioData_button::before {
  content: none; }
.topPortfolioData_button span {
  text-align: center;
  line-height: 1.2; }
.topPortfolioData_button span small {
  font-weight: normal; }
  @media print, screen and (max-width: 767px) {
    .topPortfolioData_button {
      height: 90px; } }
  @media print, screen and (min-width: 768px) {
    .topPortfolioData_button {
      height: 90px; } }
.topPortfolioData_button::after {
  border: solid 1px #888888; }
  @media print, screen and (min-width: 1025px) {
  	.topPortfolioData_button:hover::after {
  	  border: solid 1px #fff; } }
  @media print, screen and (min-width: 768px) {
    .topPortfolioData_button::after {
      width: calc(100% - 20px);
	  height: 70px; } }

.topSpecialMovie_button {
  background-color: #e6e2df;
  color: inherit;
  padding-right: 157px; }
  @media print, screen and (max-width: 1024px) {
    .topSpecialMovie_button {
      width: 100%;
	  margin-top: 10px; } }
.topSpecialMovie_button::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 157px;
  height: 118px;
  margin: 0;
  background-image: url(../img/top-movie_hoshino.png); }
.topSpecialMovie_button::after {
  content: none; }
.topSpecialMovie_button span {
  display: inline-block;
  width: 100%;
  margin: 0 10px;
  padding: 12px 0;
  background-color: #d8d8d8;
  text-align: center;
  line-height: 1.2; }
.topSpecialMovie_button:hover span {
  background: #999;
  border: 1px solid #fff;
}
.topSpecialMovie_button span small {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  font-weight: normal; }
.topSpecialMovie_button span small::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 30px;
  border-bottom: 1px solid #7b7b7b;}
  @media print, screen and (max-width: 767px) {
    .topSpecialMovie_button {
      height: 118px; } }
  @media print, screen and (min-width: 768px) {
    .topSpecialMovie_button {
      height: 118px; } }

@media print, screen and (max-width: 767px) {
  .topPortfolio {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .topPortfolio {
    max-width: 1200px;
    padding: 0 20px;
    margin: 80px auto 0; } }

.topPortfolio_title {
  font-weight: bold;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .topPortfolio_title {
      font-size: 20px;
      letter-spacing: 0.16em; } }
  @media print, screen and (min-width: 768px) {
    .topPortfolio_title {
      font-size: 24px;
      letter-spacing: 0.12em; } }

.topPortfolio_list {
  position: relative; }
  @media print, screen and (max-width: 1024px) {
    .topPortfolio_list {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1025px) {
    .topPortfolio_list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 50px -1px 0; } }

.topPortfolio_list_node {
  color: #fff; }
  @media print, screen and (max-width: 1024px) {
    .topPortfolio_list_node {
      text-align: center; } }
  @media print, screen and (min-width: 1025px) {
    .topPortfolio_list_node {
      width: 33.3%; }
      .topPortfolio_list_node::before {
        content: '';
        visibility: hidden;
        opacity: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-size: cover;
        transition: visibility .1s ease-out, opacity .1s ease-out; } }
  .topPortfolio_list_node.hoshinoya::before {
    background-image: url("../img/top-portfolio_bg-hoshinoya.jpg"); }
  .topPortfolio_list_node.hoshinoya .topPortfolio_list_inner,
  .topPortfolio_list_node.hoshinoya:hover .topPortfolio_list_inner {
    background: #2d2d2d; }
  .topPortfolio_list_node.sakai::before {
    background-image: url("../img/top-portfolio_bg-sakai.jpg"); }
  .topPortfolio_list_node.sakai .topPortfolio_list_inner,
  .topPortfolio_list_node.sakai:hover .topPortfolio_list_inner {
    background: #a1864c; }
  .topPortfolio_list_node.rizonare::before {
    background-image: url("../img/top-portfolio_bg-rizonare.jpg"); }
  .topPortfolio_list_node.rizonare .topPortfolio_list_inner,
  .topPortfolio_list_node.rizonare:hover .topPortfolio_list_inner {
    background: #8ba16d; }
  .topPortfolio_list_node.omo::before {
    background-image: url("../img/top-portfolio_bg-omo.jpg"); }
  .topPortfolio_list_node.omo .topPortfolio_list_inner,
  .topPortfolio_list_node.omo:hover .topPortfolio_list_inner {
    background: #5b7e91; }
  .topPortfolio_list_node.toshikanko::before {
    background-image: url("../img/top-portfolio_bg-toshikanko.jpg"); }
  .topPortfolio_list_node.toshikanko .topPortfolio_list_inner,
  .topPortfolio_list_node.toshikanko:hover .topPortfolio_list_inner {
    background: #ad6969; }
  .topPortfolio_list_node.sonota::before {
    background-image: url("../img/top-portfolio_bg-sonota.jpg"); }
  .topPortfolio_list_node.sonota .topPortfolio_list_inner,
  .topPortfolio_list_node.sonota:hover .topPortfolio_list_inner {
    background: #756d91; }

@media print, screen and (max-width: 1024px) {
  .topPortfolio_list_inner {
    display: block;
    padding: 44px 0 37px;
    position: relative; }
    .topPortfolio_list_inner::after {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      top: 310px;
      bottom: 0;
      background: #eeebe9;
      z-index: 1; } }

@media print, screen and (min-width: 1025px) {
  .topPortfolio_list_inner {
    height: 280px;
    padding: 35px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    border: solid 1px #fff;
    transition: background .1s ease-out; } }

.topPortfolio_list_title {
  color: #fff;
  font-weight: bold; }
  @media print, screen and (max-width: 1024px) {
    .topPortfolio_list_title {
      font-size: 28px;
      letter-spacing: 0.08em; } }
  @media print, screen and (min-width: 1025px) {
    .topPortfolio_list_title {
      font-size: 24px;
      transition: opacity .1s ease-out; } }

@media print, screen and (max-width: 1024px) {
  .topPortfolio_list_catch {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2;
    padding-bottom: 40px;
    margin-top: 23px; } }

@media print, screen and (min-width: 1025px) {
  .topPortfolio_list_catch {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
		width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 32px;
    transition: opacity .1s ease-out; } }

@media print, screen and (max-width: 374px) {
  .topPortfolio_list_catch {
    font-size: 13px; } }

@media print, screen and (max-width: 1024px) {
  .topPortfolio_list_catch::before, .topPortfolio_list_catch::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff; } }

@media print, screen and (max-width: 1024px) {
  .topPortfolio_list_catch::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -10px; } }

@media print, screen and (max-width: 1024px) {
  .topPortfolio_dropdown {
    display: none;
    position: relative;
    z-index: 5; } }

.topPortfolio_img {
  width: 300px;
  margin: 40px auto 0;
  border: 5px solid #fff; }
  .topPortfolio_img img {
    width: 100%; }

@media print, screen and (min-width: 1025px) {
  .topPortfolio_links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; } }

.topPortfolio_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .16em; }
  @media print, screen and (max-width: 1024px) {
    .topPortfolio_link {
      width: 280px;
      height: 40px;
      margin: 15px auto 0;
      color: #999;
      border: solid 1px #999; } }
  @media print, screen and (min-width: 1025px) {
    .topPortfolio_link {
      width: 140px;
      height: 40px;
      color: #fff;
      font-size: 12px;
      border: solid 1px #fff;
      transition: color .1s ease-out,background .1s ease-out; }
      .topPortfolio_link:hover {
        color: #000;
        background: #fff; }
      .topPortfolio_link + .topPortfolio_link {
        margin-left: 10px; } }

.topPortfolio_link[target="_blank"] {
  position: relative; }
  .topPortfolio_link[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background-size: contain; }
    @media print, screen and (max-width: 1024px) {
      .topPortfolio_link[target="_blank"]::after {
        position: absolute;
        right: 12px;
        background-image: url("../img/icon_blank-gray.png"); } }
    @media print, screen and (min-width: 1025px) {
      .topPortfolio_link[target="_blank"]::after {
        background-image: url("../img/icon_blank-white.png"); } }
  @media print, screen and (min-width: 1025px) {
    .topPortfolio_link[target="_blank"]:hover::after {
      background-image: url("../img/icon_blank.png"); } }

@media print, screen and (min-width: 1025px) {
  .topPortfolio_list:hover .topPortfolio_list_inner {
    background: none; }
    .topPortfolio_list:hover .topPortfolio_list_inner .topPortfolio_list_title,
    .topPortfolio_list:hover .topPortfolio_list_inner .topPortfolio_list_catch,
    .topPortfolio_list:hover .topPortfolio_list_inner .topPortfolio_links {
      opacity: 0; }
  .topPortfolio_list:hover .topPortfolio_list_node:hover .topPortfolio_list_inner {
    background: rgba(0, 0, 0, 0.7); }
  .topPortfolio_list:hover .topPortfolio_list_node:hover .topPortfolio_list_title,
  .topPortfolio_list:hover .topPortfolio_list_node:hover .topPortfolio_list_catch,
  .topPortfolio_list:hover .topPortfolio_list_node:hover .topPortfolio_links {
    opacity: 1; }
  .topPortfolio_list:hover .topPortfolio_list_node:hover::before {
    visibility: visible;
    opacity: 1; } }

@media print, screen and (max-width: 1024px) {
  .topPortfolio_list_inner {
    transition: margin .3s ease-out; }
  .topPortfolio_list_catch::before, .topPortfolio_list_catch::after {
    transition: .3s ease-out transform; }
  .topPortfolio_dropdown {
    visibility: hidden;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: .2s; }
  .topPortfolio_list_inner.is-open .topPortfolio_list_catch::before {
    -webkit-transform: translateX(-10px) rotate(45deg);
    -ms-transform: translateX(-10px) rotate(45deg);
    transform: translateX(-10px) rotate(45deg); }
  .topPortfolio_list_inner.is-open .topPortfolio_list_catch::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .topPortfolio_list_inner.is-open .topPortfolio_dropdown {
    visibility: visible;
    opacity: 1; } }

@media print, screen and (max-width: 767px) {
  .topBanner {
    padding: 0 20px;
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topBanner {
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  .topBanner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    padding: 0 20px; } }

@media print, screen and (min-width: 1025px) {
  .topBanner {
    margin: 80px auto 0; } }

@media print, screen and (max-width: 374px) {
  .topBanner {
    padding: 0 10px; } }

@media print, screen and (max-width: 767px) {
  .topBanner_node {
    display: block; } }

@media print, screen and (min-width: 1025px) {
  .topBanner_node {
    transition: opacity .1s ease-out; }
    .topBanner_node:hover {
      opacity: .7; } }

@media print, screen and (max-width: 767px) {
  .topBanner_node + .topBanner_node {
    margin-top: 15px; } }

@media print, screen and (min-width: 768px) {
  .topBanner_node + .topBanner_node {
    margin-left: 20px; } }

.topBanner_node img {
  width: 100%; }

@media print, screen and (max-width: 1024px) {
  .topSpecial {
    margin-top: 60px; } }

@media print, screen and (min-width: 1025px) {
  .topSpecial {
    margin-top: 80px; } }

@media print, screen and (max-width: 1024px) {
  .topSpecial .slick-slide {
    max-width: 100%; } }

@media print, screen and (min-width: 1025px) {
  .topSpecial .slick-slide {
    width: 700px;
    padding: 20px 35px;
    opacity: .7;
    transition: padding .3s ease-out, opacity .3s ease-out; } }

.topSpecial .slick-slide img {
  width: 100%; }

.topSpecial .slick-current {
  padding: 0;
  opacity: 1; }

.topSpecial .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 160px;
  overflow: hidden;
  background: #000;
  text-indent: -999px;
  border: 2px solid #000;
  z-index: 1; }
  .topSpecial .slick-arrow::before, .topSpecial .slick-arrow::after {
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    left: calc(50% - 3px);
    position: absolute;
    background: #fff;
    transition: background .1s ease-out; }
  .topSpecial .slick-arrow::before {
    top: calc(50% - 3px); }
  .topSpecial .slick-arrow::after {
    top: calc(50% + 3px); }
  @media print, screen and (min-width: 1025px) {
    .topSpecial .slick-arrow {
      transition: background .1s ease-out; }
      .topSpecial .slick-arrow:hover {
        background: #fff; }
        .topSpecial .slick-arrow:hover::before, .topSpecial .slick-arrow:hover::after {
          background: #000; } }

.topSpecial .slick-prev {
  right: calc(50% + 400px); }
  .topSpecial .slick-prev::before {
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg); }
  .topSpecial .slick-prev::after {
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg); }

.topSpecial .slick-next {
  left: calc(50% + 400px); }
  .topSpecial .slick-next::before {
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg); }
  .topSpecial .slick-next::after {
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg); }

.topSpecial .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }
  .topSpecial .slick-dots li + li {
    margin-left: 15px; }
  .topSpecial .slick-dots button {
    width: 8px;
    height: 8px;
    background: #eeebe9;
    overflow: hidden;
    text-indent: -999px; }
  .topSpecial .slick-dots .slick-active button {
    background: #ded9d5; }

.topSpecial_list {
  position: relative; }

.topSpecial_list_node img {
  max-width: 100%; }

.topSpecial_button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.16em;
  border: solid 1px #999; }
  @media print, screen and (max-width: 767px) {
    .topSpecial_button {
      width: 280px;
      height: 40px;
      margin: 25px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .topSpecial_button {
      width: 200px;
      height: 40px;
      margin: 30px auto 0; } }
  @media print, screen and (min-width: 1025px) {
    .topSpecial_button {
      transition: color .1s ease-out,background .1s ease-out; }
      .topSpecial_button:hover {
        color: #fff;
        background: #999; } }

@media print, screen and (max-width: 767px) {
  .topSection {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .topSection {
    margin-top: 80px; } }

.topSection_visual {
  position: relative; }

.topSection_visual_bg {
  background-position: center center;
  background-size: cover; }
  @media print, screen and (max-width: 1024px) {
    .topSection_visual_bg {
      height: 375px; } }
  @media print, screen and (min-width: 1025px) {
    .topSection_visual_bg {
      height: 340px; } }
  .topSection-officer .topSection_visual_bg {
    background-image: url("../img/top-bg1.jpg"); }
  .topSection-policy .topSection_visual_bg {
    background-image: url("../img/top-bg2.jpg"); }
  .topSection-starategy .topSection_visual_bg {
    background-image: url("../img/top-bg3.jpg"); }

  @media print, screen and (max-width: 1024px) {
		.topSection_visual_info {
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			position: absolute;
			left: 50%; }
    .topSection_visual_info {
      top: 60px; } }
  @media print, screen and (min-width: 1025px) {
    .topSection_visual_info {
			position: absolute;
      top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1200px;
      height: 100%; } }
  @media print, screen and (min-width: 1025px) {
    .topSection-officer .topSection_visual_info {
      padding-left: 345px; } }
  @media print, screen and (min-width: 1025px) {
    .topSection-policy .topSection_visual_info {
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 340px; } }
  @media print, screen and (min-width: 1025px) {
    .topSection-starategy .topSection_visual_info {
      padding-left: 345px; } }

.topSection_title {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

@media print, screen and (max-width: 1024px) {
  .topSection_title_jp {
    font-size: 32px;
    letter-spacing: 0.08em; } }

@media print, screen and (min-width: 1025px) {
  .topSection_title_jp {
    font-size: 28px;
    letter-spacing: 0.08em; } }

.topSection_title_en {
  display: block;
  font-style: italic;
  letter-spacing: 0.16em; }
  @media print, screen and (max-width: 1024px) {
    .topSection_title_en {
      line-height: 1.3;
      margin-right: 15px; } }
  @media print, screen and (min-width: 1025px) {
    .topSection_title_en {
      line-height: 1.7;
      margin-right: 20px; } }

@media print, screen and (max-width: 1024px) {
  .topSection_info {
    padding: 0 27px; } }

@media print, screen and (min-width: 1025px) {
  .topSection_info {
    position: relative;
    width: 1200px;
    padding-top: 45px;
    margin: 0 auto; } }

@media print, screen and (max-width: 374px) {
  .topSection_info {
    padding: 0 10px; } }

@media print, screen and (min-width: 1025px) {
  .topSection-officer .topSection_info {
    padding-right: 575px;
    padding-left: 160px; } }

@media print, screen and (min-width: 1025px) {
  .topSection-policy .topSection_info {
    padding-right: 160px;
    padding-left: 570px; } }

@media print, screen and (max-width: 1024px) {
  .topSection-starategy .topSection_info {
    margin-top: 40px; } }

@media print, screen and (min-width: 1025px) {
  .topSection-starategy .topSection_info {
    padding-right: 720px;
    padding-left: 160px; } }

@media print, screen and (min-width: 1025px) {
  .topSection_img {
    position: absolute; } }

@media print, screen and (max-width: 1024px) {
  .topSection-officer .topSection_img,
  .topSection-policy .topSection_img {
    max-width: 375px;
    position: relative;
    margin: -40px auto 0;
    border: solid 5px #fff; } }

@media print, screen and (min-width: 1025px) {
  .topSection-officer .topSection_img,
  .topSection-policy .topSection_img {
    top: -100px;
    width: 400px;
    border: solid 6px #fff; } }

@media print, screen and (min-width: 1025px) {
  .topSection-officer .topSection_img {
    right: 120px; } }

@media print, screen and (min-width: 1025px) {
  .topSection-policy .topSection_img {
    left: 80px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topSection-starategy .topSection_img {
    max-width: 375px;
    margin: 0 auto; } }

@media print, screen and (min-width: 1025px) {
  .topSection-starategy .topSection_img {
    top: 50px;
    right: 80px;
    width: 580px; } }

.topSection_img img {
  width: 100%; }

.topSection_catch {
  font-weight: bold;
  line-height: 1.7; }
  @media print, screen and (max-width: 1024px) {
    .topSection_catch {
      font-size: 18px;
      letter-spacing: 0.08em;
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .topSection_catch {
      font-size: 20px;
      letter-spacing: 0.1em; } }
  @media print, screen and (max-width: 767px) {
    .topSection-starategy .topSection_catch {
      margin-top: 65px; } }

@media print, screen and (max-width: 767px) {
  .topSection_text {
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin-top: 15px; } }

@media print, screen and (min-width: 768px) {
  .topSection_text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 20px; } }

.topSection_more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #999; }
  @media print, screen and (max-width: 1024px) {
    .topSection_more {
      width: 280px;
      height: 50px;
      font-size: 16px;
      letter-spacing: 0.08em;
      margin: 35px auto 0; } }
  @media print, screen and (min-width: 1025px) {
    .topSection_more {
      width: 200px;
      height: 50px;
      letter-spacing: 0.12em;
      margin-top: 40px;
      transition: color .1s ease-out,background .1s ease-out; }
      .topSection_more:hover {
        color: #fff;
        background: #999; } }

.topBottomVisual {
  background-position: center center;
  background-size: cover; }
  @media print, screen and (max-width: 767px) {
    .topBottomVisual {
      height: 375px;
      margin-top: 60px;
      background-image: url("../img/top-visual-bottom-sp.jpg"); } }
  @media print, screen and (min-width: 768px) {
    .topBottomVisual {
      height: 340px;
      margin-top: 90px;
      background-image: url("../img/top-visual-bottom-pc.jpg"); } }

@media print, screen and (max-width: 767px) {
  .topOther {
    padding: 0 20px;
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .topOther {
    margin-top: 80px; } }

@media print, screen and (max-width: 374px) {
  .topOther {
    padding: 0 10px; } }

@media print, screen and (min-width: 768px) {
  .topOther_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  .topOther_linkColumn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 20px;
    margin: 50px auto 0; } }

.topOther_linkColumn_node {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .topOther_linkColumn_node {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: relative;
      height: 90px;
      font-size: 18px;
      letter-spacing: 0.12em;
      background-color: #eeebe9; }
      .topOther_linkColumn_node span {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topOther_linkColumn_node {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .topOther_linkColumn_node {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 575px;
      height: 185px;
      font-size: 16px;
      font-weight: bold;
      background-color: #efebea; } }
  @media print, screen and (max-width: 767px) {
    .topOther_linkColumn_node + .topOther_linkColumn_node {
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topOther_linkColumn_node + .topOther_linkColumn_node {
      margin-left: 20px; } }

@media print, screen and (max-width: 767px) {
  .topOther_linkColumn_svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    padding: 25px;
    background: #e6e2df; } }

@media print, screen and (min-width: 768px) {
  .topOther_linkColumn_svg {
    width: 45px;
    height: 45px;
    margin-bottom: 16px; } }

@media print, screen and (min-width: 1025px) {
  .topOther_linkColumn_node {
    transition-property: background, color;
    transition-duration: .1s;
    transition-timing-function: ease-out; }
    .topOther_linkColumn_node .topOther_linkColumn_svg {
      transition: fill .1s ease-out; }
    .topOther_linkColumn_node:hover {
      color: #fff;
      background: #999; }
      .topOther_linkColumn_node:hover .topOther_linkColumn_svg {
        fill: #fff; } }

.topIntro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top-intro_bg.jpg);
  background-size: cover;
  z-index: 100000; }

.topIntro_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: .18em;
  opacity: 0; }
  @media print, screen and (max-width: 767px) {
    .topIntro_text {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 24px;
      line-height: 2.2; } }
  @media print, screen and (min-width: 768px) {
    .topIntro_text {
      text-align: center;
      font-size: 28px;
      line-height: 1.8; } }

.topIntro_logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0; }
  @media print, screen and (max-width: 767px) {
    .topIntro_logo {
      bottom: 60px;
      width: 225px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      .topIntro_logo img {
        width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .topIntro_logo {
      bottom: 80px;
      text-align: center; } }
