@charset "UTF-8";

/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/

/*====================================================================================================

format

====================================================================================================*/

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

p {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

li {
  letter-spacing: 0;
}

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

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  vertical-align: middle;
  border: none;
}

li img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
}

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

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: 700;
}

article,
aside,
dialog,
figure,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
source,
main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

/*====================================================================================================

base

====================================================================================================*/

body {
  font-family: sans-serif;
  color: #000000;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"';
}

#document {
  overflow: hidden;
  margin: 0 auto;
  letter-spacing: .15em;
  text-align: justify;
  color: #525252;
}

a[target="_blank"]::after {
  background: url(../img/icn_blank.svg) no-repeat center center/contain;
  content: '';
  display: inline-block;
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
}

.loadWindow {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background-color: #fff;
}

.loadWindow.is_anim {
  opacity: 0;
}

@media (min-width: 901px) {
  body {
    font-size: 1rem;
    line-height: 1.625;
  }

  a[href*='tel:'] {
    cursor: text;
    text-decoration: none;
    pointer-events: none;
  }

  a[href*='tel:'] img {
    cursor: default;
  }

  button,
  input,
  select,
  textarea {
    font-size: 1rem;
    line-height: 1.625;
  }
}

@media screen and (max-width: 900px) {
  body {
    font-size: 1rem;
    line-height: 1.625;
  }

  button,
  input,
  select,
  textarea {
    font-size: 1rem;
    line-height: 1.625;
  }

  #document {
    min-width: 320px;
  }
}

/* Header
--------------------------------------------------------------------------------------------------- */

#gheader {
  margin: 0 auto;
}

#gheader .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#gheader .logo {
  margin: 0;
  position: relative;
}

#gheader .logo .logoBlack {
  position: absolute;
  left: 0;
  opacity: 0;
}

#gheader .unav {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#gheader .unav > li {
  display: inline-block;
  vertical-align: middle;
}

#gheader .unav > li:nth-child(n+2) {
  margin-left: 10px;
}

#document #gheader {
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

#document #gheader .content {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#document #gheader .unav a {
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

#document #gheader .menuBtn {
  position: absolute;
  top: -8px;
  right: 20px;
  width: 30px;
  height: 50px;
  z-index: 10;
}

#document #gheader .menuBtn:before,
#document #gheader .menuBtn:after {
  position: absolute;
  content: '';
  border-top: 1px solid #FFFFFF;
  width: 30px;
  display: block;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#document #gheader .menuBtn:before {
  top: 20px;
}

#document #gheader .menuBtn:after {
  top: 30px;
}

#document #gheader .menuBtn.is_open::before,
#document #gheader .menuBtn.is_open::after {
  border-color: #FFFFFF !important;
}

#document #gheader .menuBtn.is_open .text {
  color: #FFFFFF !important;
}

#document #gheader .menuBtn.is_open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
}

#document #gheader .menuBtn.is_open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
}

#document #gheader .menuBtn .text {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.625em;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

#document #gheader .is_open .logo .logoBlack {
  opacity: 0 !important;
}

#document #gheader.is_change {
  background: #fff;
  color: #525252;
  -webkit-box-shadow: 0px 0px 15px -5px #cccccc;
  box-shadow: 0px 0px 15px -5px #cccccc;
}

#document #gheader.is_open.is_change .logo .logoBlack {
  opacity: 0;
}

#document #gheader.is_change .logo .logoBlack {
  opacity: 1;
}

#document #gheader.is_change .unav > li > a:hover {
  color: #cc0200;
}

#document #gheader.is_change .unav > li:not(.button)::after {
  background: #cc0200;
}

#document #gheader .unav > li.button a::after {
  background: url("../img/icn_arrow3.png") no-repeat center center/contain;
  display: inline-block;
  content: "";
}

#document #gheader.is_change .menuBtn::before,
#document #gheader.is_change .menuBtn::after {
  border-color: #525252;
}

#document #gheader.is_change .menuBtn .text {
  color: #525252;
}

@media (min-width: 901px) {
  #document #gheader {
    height: 80px;
    overflow: hidden;
  }

  #document #gheader .content {
    padding: 0 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gheader .logo {
    margin-right: 30px;
  }

  #gheader .logo img {
    width: 347px;
  }  

  #document #gheader .content .logo .logoBlack {
    top: 3px;
  }

  #document #gheader .unav {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }

  #document #gheader .unav > li {
    position: relative;
    font-size: 0.875rem;
  }

  #document #gheader .unav > li:not(.button)::after {
    position: absolute;
    bottom: 0;
    background: #fff;
    content: '';
    height: 3px;
    width: 0;
    left: 0;
  }

  #document #gheader .unav > li:hover a {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  #document #gheader .unav > li:hover::after {
    -webkit-animation: underline .7s ease forwards;
    animation: underline .7s ease forwards;
  }

  #document #gheader .unav > li:not(:first-child) {
    margin-left: 35px;
  }

  #document #gheader .unav > li a {
    line-height: 80px;
    display: inline-block;
    letter-spacing: 0.1em;
  }

  #document #gheader .unav > li.button a {
    padding: 8px 16px 8px 26px;
    font-size: 0.8125rem;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #cc0200;
    line-height: 1.5;
  }

  #document #gheader .unav > li.button a::after {
    margin-left: 15px;
    width: 7px;
    height: 10px;
  }

  #document #gheader.is_change {
    height: 60px;
  }

  #document #gheader.is_change .unav > li > a {
    line-height: 60px;
  }

  #document #gheader.is_change .unav > li.button > a {
    border-color: #cc0200;
    line-height: 1.5;
  }
}

@media screen and (max-width: 900px) {
  #document #gheader {
    height: 50px;
  }

  #document #gheader .content {
    padding: 0 20px;
  }
  #gheader .logo {
    margin-right: 6px;
  }
  #gheader .logo img {
    width: 210px;
  }

  #document #gheader .logo .logoBlack {
    top: 7px;
  }

  #document #gheader .listBtn {
    display: block;
    position: relative;
    padding: 8px 25px 8px 15px;
    margin-right: 50px;
    font-size: 0.75rem;
    background: #FFFFFF;
    color: #cc0200;
    letter-spacing: 0.1em;
    border: 1px solid #cc0200;
    border-radius: 20px;
    text-decoration: none;
  }

  #document #gheader .listBtn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 6px;
    height: 9px;
    background: url(../img/icn_arrow3.png) no-repeat center center/contain;
    transform: rotate(90deg);
    display: inline-block;
    content: "";
  }

  #document #gheader .unav {
    position: fixed;
    height: 0;
    margin: 0;
    top: 50px;
    left: 0;
    overflow: auto;
    width: 100%;
    display: block;
    color: #FFF;
    background: rgba(34, 34, 34, .95);
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }

  #document #gheader .unav > li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    text-align: center;
  }

  #document #gheader .unav > li:last-child {
    padding-bottom: 30px;
  }

  #document #gheader .unav > li:not(.button) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #document #gheader .unav > li.button:not(:first-child) {
    margin-top: 15px;
  }

  #document #gheader .unav > li.button > a {
    position: relative;
    display: block;
    padding: 12px 10px;
    font-size: 0.875rem;
    color: #cc0200;
    background: #FFFFFF;
    border: 1px solid #cc0200;
    border-radius: 25px;
  }

  #document #gheader .unav > li.button a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 13px;
  }

  #document #gheader .unav > li.button.report > a {
    color: #FFFFFF;
    background: #cc0200;
    border: 1px solid #FFFFFF;
  }

  #document #gheader .unav > li.button.report > a::after {
    background: url(../img/icn_arrow5.png) no-repeat center center/contain;
  }

  #document #gheader.is_open {
    background: rgba(34, 34, 34, .95);
  }

  #document #gheader .unav.is_open {
    height: calc(100% - 160px);
  }
}

@media screen and (max-width: 430px) {
  #document #gheader .listBtn {
    display: flex;
    min-height: 31.5px;
    margin-right: 40px;
    padding: 0 20px 0 8px;
    align-items: center;
    line-height: 1.2em;
    font-size: 0.6rem;
  }

  #document #gheader .listBtn::after {
    right: 8px;
  }
}

/*====================================================================================================

    module

====================================================================================================*/

/* section module
--------------------------------------------------------------------------------------------------- */

@media (min-width: 901px) {
  .mainContents {
    margin-top: 110px;
  }
  .article .mainContents {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .mainContents {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.m_section > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 901px) {
  .m_section {
    padding-bottom: 160px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

@media screen and (max-width: 900px) {
  .m_section {
    padding-bottom: 50px;
  }
}

.m_relatedListWrap {
  position: relative;
  z-index: 1;
}

.m_relatedListWrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #262728;
}

.m_relatedListWrap .relatedList > li {
  position: relative;
  z-index: 1;
}

.m_relatedListWrap .relatedList > li .category {
  position: relative;
  padding: 5px 15px;
  width: calc(100% - 20px);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  background: #FFFFFF;
  box-sizing: border-box;
}

.m_relatedListWrap .relatedList > li .category::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #cc0200;
  display: inline-block;
  content: "";
}

.m_relatedListWrap .relatedList > li .category::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  display: inline-block;
  content: "";
}

.m_relatedListWrap .relatedList > li .name {
  /* position: relative; */
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}

.m_relatedListWrap .relatedList > li .name > a[target="_blank"]::after {
  margin: 0 0 0 3px;
  width: 19px;
  height: 17px;
  background: url(../img/icn_blank2.png) no-repeat center center/contain;
}

.m_relatedListWrap .relatedList > li .name > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.m_relatedListWrap .relatedList > li .Keyword {
  position: relative;
  background: rgba(255,255,255,.1);
  letter-spacing: 0.1em;
}

.m_relatedListWrap .relatedList > li .Keyword .title {
  font-size: 0.625em;
  color: #FFFFFF;
}

.m_relatedListWrap .relatedList > li .Keyword .list {
  color: #FFFFFF;
}

.m_relatedListWrap .relatedList > li .Keyword .list li {
  display: inline;
  margin-right: 1em;
  font-size: 0.75rem;
}

.m_relatedListWrap .relatedList > li .image {
  position: relative;
}

.m_relatedListWrap .relatedList > li .image:has(video),
.m_relatedListWrap .relatedList > li .image:has(iframe) {
  position: relative;
  z-index: 2;
}

.m_relatedListWrap .relatedList > li .image .imageInner {
  padding-top: 56.25%
}

.m_relatedListWrap .relatedList > li .image .imageInner img,
.m_relatedListWrap .relatedList > li .image .imageInner video,
.m_relatedListWrap .relatedList > li .image .imageInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 901px) {
  .m_relatedListWrap {
    padding: 100px 0 120px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  .m_relatedListWrap::before {
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }

  .m_relatedListWrap .relatedList > li {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: min-content auto auto;
    gap: 1px 0px;
    grid-template-areas:
      "image category"
      "image name"
      "image Keyword";
  }

  .m_relatedListWrap .relatedList > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000000;
    transition: width .3s ease;
    display: block;
    content: "";
  }

  .m_relatedListWrap .relatedList > li:not(:first-child) {
    margin-top: 60px;
  }

  .m_relatedListWrap .relatedList > li .category {
    grid-area: category;
    width: 280px;
  }

  .m_relatedListWrap .relatedList > li .name {
    grid-area: name;
    z-index: 2;
  }

  .m_relatedListWrap .relatedList > li .name > a::before {
    text-decoration: none;
  }

  .m_relatedListWrap .relatedList > li .Keyword {
    grid-area: Keyword;
    display: flex;
    align-items: center;
    padding: 8px 20px;
  }

  .m_relatedListWrap .relatedList > li .Keyword .title {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .m_relatedListWrap .relatedList > li .image {
    grid-area: image;
    margin-right: 40px;
    width: 220px;
  }

  .m_relatedListWrap .relatedList > li .image .imageInner {
    position: relative;
    overflow: hidden;
  }

  .m_relatedListWrap .relatedList > li .image .imageInner::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }

  .m_relatedListWrap .relatedList > li .image .imageInner img,
  .m_relatedListWrap .relatedList > li .image .imageInner video,
  .m_relatedListWrap .relatedList > li .image .imageInner iframe {
    transition: transform .3s ease;
  }

  .m_relatedListWrap .relatedList li:hover::before {
    width: 100%;
  }

  .m_relatedListWrap .relatedList li:hover .name > a {
    text-decoration: none ;
  }

  .m_relatedListWrap .relatedList li:hover .image .imageInner::before {
    opacity: 1;
  }

  .m_relatedListWrap .relatedList li:hover .image .imageInner img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 900px) {
  .m_relatedListWrap {
    padding: 80px 22px;
  }

  .m_relatedListWrap::before {
    left: -22px;
    right: -22px;
  }

  .m_relatedListWrap .relatedList {
    margin-bottom: 70px;
  }

  .m_relatedListWrap .relatedList > li:not(:first-child) {
    margin-top: 80px;
  }

  .m_relatedListWrap .relatedList > li .category {
    margin-bottom: 20px;
  }

  .m_relatedListWrap .relatedList > li .Keyword {
    padding: 10px 15px;
  }

  .m_relatedListWrap .relatedList > li .Keyword .title {
    text-align: center;
  }

  .m_relatedListWrap .relatedList > li .Keyword .list {
    color: #FFFFFF;
  }

  .m_relatedListWrap .relatedList > li .image {
    margin-bottom: 10px;
  }
}

.m_entry > *:last-child {
  margin-bottom: 0 !important;
}

.m_entry {
  position: relative;
  z-index: 1;
}

.m_entry::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f2f2f2;

}

.m_entry h2:not([class]) {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  color: #cc0200;
}

.m_entry h2:not([class])::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  background: #cc0200;
}

.m_entry h3:not([class]) {
  font-size: 1.25rem;
  font-weight: 600;
  border-color: #cc0200;
  border-style: solid;
}

.m_entry h4:not([class]) {
  font-size: 1.125rem;
  font-weight: 600;
}

.m_entry p {
  line-height: 2;
}

.m_entry p .name {
  display: inline;
  margin-right: 0.5em;
  font-weight: 600;
}

.m_entry strong {
  font-weight: 600;
  color: #cc0200;
}

@media (min-width: 901px) {
  .m_entry {
    padding-top: 30px;
    padding-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }

  .m_entry::before {
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }

  .m_entry h2:not([class]) {
    margin: 80px 0 40px;
  }

  .m_entry h2:not([class])::before {
    top: .2em;
    left: calc((-1 * 100% - 960px - 35px) / 2);
    width: 100%;
    height: 30px;
  }

  .m_entry h3:not([class]) {
    padding-left: 28px;
    margin: 80px 0 40px;
    border-width: 0 0 0 8px;
  }

  .m_entry h4:not([class]) {
    margin: 60px 0 40px;
  }

  .m_entry p {
    margin: 40px 0;
  }
}

@media screen and (max-width: 900px) {
  .m_entry {
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .m_entry::before {
    left: -22px;
    right: -22px;
  }

  .m_entry h2:not([class]) {
    padding-left: 15px;
    margin: 30px 0 30px;
  }

  .m_entry h2::before {
    left: -22px;
    width: 20px;
    height: 40px;
  }

  .m_entry h3:not([class]) {
    padding-left: 28px;
    margin: 40px 0 30px -22px;
    border-width: 0 0 0 6px;
  }

  .m_entry h4:not([class]) {
    margin: 40px 0 30px;
  }

  .m_entry p {
    margin: 40px 0 30px;
  }
}

/* heading module
--------------------------------------------------------------------------------------------------- */

.m_heading {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.m_heading[class*='_small'] {
  margin-bottom: 40px;
  font-size: 1.5rem;
}

@media (min-width: 901px) {
  .m_heading {
    margin-bottom: 80px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .m_heading {
    margin-bottom: 40px;
    font-size: 1.75rem;
  }
}

.m_headingBox .category {
  position: relative;
  z-index: 1;
  font-size: 1em;
  color: #cc0200;
  letter-spacing: 0.1em;
}

.m_headingBox .category > span {
  display: inline-block;
  position: relative;
  padding: 8px 40px 8px 0;
  min-width: 20%;
}

.m_headingBox .category > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform: skew(-35deg);
}

.m_headingBox .category::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  background: #FFFFFF;
}

.m_headingBox .data {
  position: relative;
  z-index: 1;
}

.m_headingBox .data > *:last-child {
  margin-bottom: 0 !important;
}

.m_headingBox .data::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f2f2f2;
}

.m_headingBox .data .thumb img {
  width: 100%;
}

.m_headingBox .data .company {
  margin-bottom: 25px;
  width: 100%;
  border-left: 2px solid #cc0200;
}

.m_headingBox .data .company > *:last-child {
  margin-bottom: 0 !important;
}

.m_headingBox .data .company .position {
  font-size: 0.875rem;
}

.m_headingBox .data .company .name {
  font-size: 1.125rem;
  font-weight: 600;
}

.m_headingBox .data .keyword {
  background: #e8e8e8;
  letter-spacing: 0.1em;
}

.m_headingBox .data .keyword .title {
  font-size: 0.625rem;
  text-align: center;
}

.m_headingBox .data .keyword .list {
  font-size: 0.6875rem;
  color: #525252;
}

.m_headingBox .data .keyword .list li {
  display: inline;
  margin-right: 20px;
}

@media (min-width: 901px) {
  .m_headingBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }

  .m_headingBox .category {
    margin-bottom: 60px;
  }

  .m_headingBox .category::after {
    left: calc((-1 * 100% - 960px + 30px) / 2);
    width: 100%;
  }

  .m_headingBox .data {
    padding-bottom: 30px;
  }

  .m_headingBox .data::before {
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }

  .m_headingBox .data .thumb {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 50px;
  }

  .m_headingBox .data .company {
    padding-left: 25px;
  }

  .m_headingBox .data .keyword {
    padding: 10px 30px;
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 900px) {
  .m_headingBox .category::after {
    left: -22px;
    width: 50px;
  }

  .m_headingBox .category > span {
    min-width: 40%;
  }

  .m_headingBox .data {
    padding-bottom: 5px;
  }

  .m_headingBox .data::before {
    left: -22px;
    right: -22px;
  }

  .m_headingBox .data .thumb {
    margin-left: -22px;
    margin-right: -22px;
  }

  .m_headingBox .data .company {
    padding: 30px 0 25px 20px;
    margin-left: -22px;
  }

  .m_headingBox .data .keyword {
    padding: 8px 18px;
    margin: 25px 0 0;
  }
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */

.m_liquidImage {
  text-align: center;
}

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

.m_liquidImage figcaption {
  padding-top: 15px;
  font-size: 0.875rem;
  color: #999999;
  text-align: left;
}

.m_movie iframe {
  width: 100%;
}

.m_movie .caption {
  padding-top: 15px;
  margin-top: 0;
  font-size: 0.875rem;
  color: #999999;
  text-align: left;
}

@media (min-width: 901px) {
  .m_liquidImage {
    margin: 40px 0;
  }

  .m_liquidImage figcaption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .m_movie .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .m_liquidImage {
    margin: 40px 0 30px;
  }

  .m_liquidImage img {
    height: auto;
  }

  .m_movie .video {
    position: relative;
    padding-top: 56.25%;
  }

  .m_movie .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* box module
--------------------------------------------------------------------------------------------------- */

.m_box {
  margin: 40px 0;
  background: #FFFFFF;
}

.m_box > *:last-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m_box p {
  font-size: 1em;
}

.m_summary {
  background: #FFFFFF;
}

.m_summary > *:last-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m_summary .heading {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.m_summary .text {
  font-size: 1em;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #e8e8e8 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
  line-height: 2.5;
}

.m_category {
  font-weight: 400;
  color: #FFFFFF;
}

.m_category .title {
  letter-spacing: 0.1em;
  text-align: center;
}

.m_category .category {
  display: flex;
}

.m_category .category .item {
  font-size: 1rem;
}

.m_category .category .item > a {
  display: block;
  font-weight: 600;
  color: #cc0200;
  letter-spacing: 0.1em;
  background: #FFFFFF;
  border: 1px solid #cc0200;
  border-radius: 10px;
  text-decoration: none;
}

.m_category .category .item > a.is_active {
  color: #FFFFFF;
  background: #cc0200;
  border-color: #FFFFFF;
}

.m_columnImage .column > *:last-child {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 901px) {
  .m_box {
    padding: 30px;
  }

  .m_summary {
    padding: 40px 50px;
    margin: 40px 0;
  }

  .m_summary .heading {
    margin-bottom: 20px;
  }

  .m_category {
    margin-top: 100px;
  }

  .m_category .title {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }

  .m_category .category {
    justify-content: center;
    margin-bottom: 140px;
  }

  .m_category .category li:not(:first-child) {
    margin-left: 10px;
  }

  .m_category .category .item > a {
    padding: 8px 25px;
  }

  .m_columnImage {
    display: flex;
    margin: 40px -10px;
  }

  .m_columnImage .column {
    margin: 0 10px;
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .m_box {
    padding: 25px;
  }

  .m_summary {
    padding: 30px 24px 20px;
    margin: 40px 0 30px;
  }

  .m_summary .heading {
    margin-bottom: 15px;
  }

  .m_category {
    margin-top: 70px;
  }

  .m_category .title {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .m_category .category {
    flex-wrap: wrap;
    margin: 0 -4px 90px;
  }

  .m_category .category li {
    margin: 7px 4px;
  }

  .m_category .category .item > a {
    padding: 6px 15px;
  }

  .m_columnImage {
    margin: 40px 0 30px;
  }

  .m_columnImage .column:not(:first-child) {
    margin-top: 30px;
  }
}

/* list module
--------------------------------------------------------------------------------------------------- */

.m_list > li {
  position: relative;
  padding-left: 1em;
}

.m_list > li > *:last-child {
  margin-bottom: 0 !important;
}

.m_list > li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.m_list[class*='_unstyled'] > li {
  padding: 0;
}

.m_list[class*='_unstyled'] > li::before {
  content: none;
}

.m_numberList {
  counter-reset: li;
}

.m_numberList > li {
  padding-left: 2em;
  text-indent: -1em;
}

.m_numberList > li > *:last-child {
  margin-bottom: 0 !important;
}

.m_numberList > li:before {
  display: inline-block;
  width: 1em;
  content: counter(li) ".";
  counter-increment: li;
  text-align: right;
}

.m_notesList {
  margin: 40px 0;
}

.m_notesList > li {
  display: table-row;
  font-size: 0.875rem;
  color: #999999;
}

.m_notesList > li > *:last-child {
  margin-bottom: 0 !important;
}

.m_notesList > li::before {
  display: table-cell;
  content: '※';
  text-align: center;
}

.m_notesList[class*='_small'] > li::before,
.m_notesList > li[class*='_small']::before {
  content: '*';
}

.m_notesList[class*='_mark'] > li .mark {
  display: table-cell;
  text-align: right;
}

.m_notesList[class*='_mark'] > li::before {
  content: none;
}

.m_linkList > li {
  position: relative;
  padding-left: 16px;
}

.m_linkList > li > *:last-child {
  margin-bottom: 0 !important;
}

.m_linkList > li a::before {
  position: absolute;
  top: calc(.5em);
  left: 0;
  content: "";
  display: block;
  border: solid #000;
  border-color: transparent transparent transparent #000;
  border-width: 4px 0 4px 12px;
  width: 0;
  line-height: 1;
}

.m_imageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m_imageList > li > *:last-child {
  margin-bottom: 0 !important;
}

.m_imageList > li .image img {
  width: 100%;
  height: auto;
}

.m_imageList > li > figure > *:last-child {
  margin-bottom: 0 !important;
}

.m_columnList {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.m_columnList .item  {
  cursor: pointer;
}

.m_columnList .slick-track {
  display: flex;
}

.m_columnList .slick-slide  {
  height: auto !important;
}

.m_columnList .item .itemInner  {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.m_columnList .item .category {
  position: relative;
  padding: 8px 5px 8px 20px;
  width: calc(100% - 20px);
  font-size: 0.75rem;
  color: #000000;
  letter-spacing: 0.1em;
  background: #FFFFFF;
  box-sizing: border-box;
}

.m_columnList .item .category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  font-size: 0.75rem;
  color: #000000;
  background: #262728;
}

.m_columnList .item .category::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.m_columnList .item .body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.m_columnList .item .body .image {
  line-height: 1;
}

.m_columnList .item .body .image img,
.m_columnList .item .body .image video,
.m_columnList .item .body .image iframe {
  width: 100%;
  height: auto;
}

.m_columnList .item .body .image:has(video),
.m_columnList .item .body .image:has(iframe) {
  position: relative;
  z-index: 2;
}

.m_columnList .item .body .summary {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.m_columnList .item .body .summary .name {
  display: -webkit-box;
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin: 0 0 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.m_columnList .item .body .summary .name > a[target="_blank"]::after {
  margin: 0 0 0 3px;
  width: 19px;
  height: 17px;
  background: url(../img/icn_blank2.png) no-repeat center center/contain;
  vertical-align: middle;
}

.m_columnList .item .body .summary .file {
  position: relative;
  z-index: 2;
  font-size: 0.75rem;
  color: #f1c7c7;
}

.m_columnList .item .body .summary .file::before {
  content: '';
  display: inline-block;
  margin: 0 10px 0 0;
  width: 13px;
  height: 17px;
  background: url(../img/icn_pdf_hover.svg) no-repeat center center/contain;
  vertical-align: middle;
}

.m_columnList .item .body .summary .name > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.m_columnList .item .body .summary .keyword {
  padding: 10px 15px 15px;
  margin-top: auto;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  background: rgba(255,255,255,.1);
}

.m_columnList .item .body .summary .keyword .title {
  font-size: 0.625em;
  color: #f1c7c7;
  text-align: center;
}

.m_columnList .item .body .summary .keyword .list {
  font-size: 0.75rem;
  color: #f1c7c7;
}

.m_columnList .item .body .summary .keyword .list > li {
  /* display: inline; */
  display: contents;
  margin-right: 1em;
}

.m_columnList .item .body .summary .update {
  margin: 15px 0 10px;
  font-size: 0.75rem;
  color: #f1c7c7;
  letter-spacing: 0.1em;
  text-align: right;
}

.m_columnList .slick-arrow {
  width: 20px;
  height: 20px;
  background: url(../img/icn_arrow4.png) no-repeat center center/contain;
}

.m_columnList .slick-arrow span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.m_columnList .slick-arrow.slick-next {
  transform: scale(-1, 1);
}

.m_columnList .slick-arrow.slick-disabled {
  display: none !important;
}

.m_slidesPager {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.m_columnList .slick-arrow {
  position: absolute;
}

.m_slidesPager .txt {
  font-size: 1rem;
  color: #FFFFFF;
}

.m_slidesPager .txt .current {
  font-weight: 600;
}

.m_slidesPager .txt .dash {
  margin: 0 .5em;
}

[class*='List'][class*='_horizontal'] > li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 901px) {
  .m_imageList[class*='_col2'] > li {
    width: calc(100% / 2 - 40px);
  }

  .m_imageList[class*='_col2'] > li:nth-last-of-type(n+3) {
    margin-bottom: 20px;
  }

  .m_imageList[class*='_col3'] > li {
    width: calc(100% / 3 - 30px);
  }

  .m_imageList[class*='_col3'] > li:nth-last-of-type(n+4) {
    margin-bottom: 20px;
  }

  .m_imageList[class*='_col4'] > li {
    width: calc(100% / 4 - 20px);
  }

  .m_imageList[class*='_col4'] > li:nth-last-of-type(n+5) {
    margin-bottom: 20px;
  }

  .m_columnList {
    gap: 90px 0;
    margin: 0 -15px 60px;
    box-sizing: border-box;
  }

  .m_columnList .slideColumn {
    display: flex !important;
  }

  .m_columnList .item {
    margin-left: 15px;
    margin-right: 15px;
    width: 300px;
  }

  .m_columnList .item .body::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #cc0200;
    transition: height .3s ease;
  }

  .m_columnList .item .body .image {
    position: relative;
    overflow: hidden;
  }

  .m_columnList .item .body .image img,
  .m_columnList .item .body .image video,
  .m_columnList .item .body .image iframe {
    height: 200px;
    object-fit: cover;
    transition: transform .3s ease;
  }

  .m_columnList .item .body .image::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }

  .m_columnList .item .category {
    margin-bottom: 20px;
  }

  .m_columnList .item:hover .body::before {
    height: 100%;
  }

  .m_columnList .item .body .summary {
    padding-top: 20px;
  }

  .m_columnList .item .body .summary .name {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m_columnList .item .body .summary .file {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m_columnList .item .body .summary .update {
    margin-left: 15px;
    margin-right: 15px;
  }

  .m_columnList .item:hover .body .image img {
    transform: scale(1.05);
  }

  .m_columnList .item:hover .body .image::before {
    opacity: 1;
  }

  .m_columnList .slick-arrow {
    bottom: -82px;
  }

  .m_columnList .slick-arrow.slick-prev {
    left: 360px;
  }

  .m_columnList .slick-arrow.slick-next {
    right: 360px;
  }

  .m_slidesPager .txt {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media screen and (max-width: 900px) {
  .m_columnList {
    margin-bottom: 30px;
  }

  .m_columnList.slick-initialized {
    margin-left: auto;
    padding-right: 35px;
    padding-bottom: 30px;
    margin-bottom: 0;
    overflow: hidden;
    width: calc(100% - 75px);
  }

  .m_columnList .slick-list {
    overflow: visible;
  }

  .m_imageList:not([class*='_spCol']) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .m_imageList[class*='_spCol'] > li {
    width: calc(100% / 2 - 10px);
  }

  .m_columnList .slick-list .item {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    width: 225px;
  }

  .m_columnList .item {
    margin-bottom: 80px;
    width: 100%;
  }

  .m_columnList .item.is_hidden {
    display: none;
  }

  .m_columnList .item .category {
    margin-bottom: 15px;
  }

  .m_columnList .item .body .image {
    position: relative;
  }

  .m_columnList .item .body .image img,
  .m_columnList .item .body .image video,
  .m_columnList .item .body .image iframe {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }

  .m_columnList .item .body .summary {
    padding-top: 15px;
  }

  .m_columnList .slick-arrow {
    bottom: 0;
  }

  .m_columnList .slick-arrow.slick-prev {
    left: 60px;
  }

  .m_columnList .slick-arrow.slick-next {
    right: 125px;
  }

}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.m_button {
  text-align: center;
}

.m_button > a,
.m_button > span,
.m_button > button {
  position: relative;
  font-size: 1em;
  font-weight: 400;
  color: #cc0200;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #cc0200;
  box-sizing: border-box;
  text-decoration: none;
}

.m_button > a > span,
.m_button > span > span,
.m_button > button > span {
  position: relative;
  z-index: 1;
}

.m_button > a::after,
.m_button > span::after,
.m_button > button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/icn_arrow3.png) no-repeat center center/contain;
  display: inline-block;
  content: "";
}

.m_button[class*='_more'] > a::after,
.m_button[class*='_more'] > span::after,
.m_button[class*='_more'] > button::after {
  content: none;
}

@media (min-width: 901px) {
  .m_button {
    margin-top: 50px;
  }

  .m_button > a,
  .m_button > span,
  .m_button > button {
    padding: 12px;
    min-width: 320px;
    transition: opacity .5s ease;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease;
  }

  .m_button > a::before,
  .m_button > span::before,
  .m_button > button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #cc0200;
    display: inline-block;
    content: "";
  }

  .m_button > a::after,
  .m_button > span::after,
  .m_button > button::after {
    width: 7px;
    height: 10px;
  }

  .m_button > a:hover,
  .m_button > span:hover,
  .m_button > button:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }

  .m_button > a:hover::before,
  .m_button > span:hover::before,
  .m_button > button:hover::before {
    width: 100%;
    transition: .5s ease;
  }

  .m_button > a:hover::after,
  .m_button > span:hover::after,
  .m_button > button:hover::after {
    background-image: url(../img/icn_arrow5.png);
  }
}

@media screen and (max-width: 900px) {
  .m_button > a,
  .m_button > span,
  .m_button > button {
    display: block;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .m_button > a::after,
  .m_button > span::after,
  .m_button > button::after {
    width: 8px;
    height: 13px;
  }

  .m_button[class*='_more'] > a,
  .m_button[class*='_more'] > span,
  .m_button[class*='_more'] > button {
    width: 240px;
  }
}


/* inline module
--------------------------------------------------------------------------------------------------- */

[class*='_lastchild'] > *:last-child {
  margin-bottom: 0 !important;
}

.m_br[class*='_before']::before,
.m_br[class*='_after']::after {
  content: '\A';
  white-space: pre;
}

@media (min-width: 901px) {
  .m_pcHide {
    display: none !important;
  }

  .m_pcbr[class*='_before']::before,
  .m_pcbr[class*='_after']::after {
    content: '\A';
    white-space: pre;
  }
}

@media screen and (max-width: 900px) {
  .m_spHide {
    display: none !important;
  }

  .m_spbr[class*='_before']::before,
  .m_spbr[class*='_after']::after {
    content: '\A';
    white-space: pre;
  }
}

/* modifier module
--------------------------------------------------------------------------------------------------- */

/* text align */

[class*='_alignLeft'] {
  text-align: left !important;
}

[class*='_alignCenter'] {
  text-align: center !important;
}

[class*='_alignRight'] {
  text-align: right !important;
}

[class*='_alignTop'] {
  vertical-align: top !important;
}

[class*='_alignMiddle'] {
  vertical-align: middle !important;
}

[class*='_alignBottom'] {
  vertical-align: bottom !important;
}

@media (min-width: 901px) {
  [class*='_pcAlignLeft'] {
    text-align: left !important;
  }

  [class*='_pcAlignCenter'] {
    text-align: center !important;
  }

  [class*='_pcAlignRight'] {
    text-align: right !important;
  }

  [class*='_pcAlignTop'] {
    vertical-align: top !important;
  }

  [class*='_pcAlignMiddle'] {
    vertical-align: middle !important;
  }

  [class*='_pcAlignBottom'] {
    vertical-align: bottom !important;
  }
}

@media screen and (max-width: 900px) {
  [class*='_spAlignLeft'] {
    text-align: left !important;
  }

  [class*='_spAlignCenter'] {
    text-align: center !important;
  }

  [class*='_spAlignRight'] {
    text-align: right !important;
  }

  [class*='_spAlignTop'] {
    vertical-align: top !important;
  }

  [class*='_spAlignMiddle'] {
    vertical-align: middle !important;
  }

  [class*='_spAlignBottom'] {
    vertical-align: bottom !important;
  }
}

/* font style */

[class*='_fontBold'] {
  font-weight: 700;
}

[class*='_fontItalic'] {
  font-style: italic;
}

[class*='_fontNormal'] {
  font-weight: 400 !important;
  font-style: normal !important;
}

/* fontColor */

[class*='_colorType01'] {
  color: #000000;
}

[class*='_colorType02'] {
  color: #004ba5;
}

/* block width */

#document.future-home h1 {
  margin: 0;
}

@media (min-width: 901px) {}

@media screen and (max-width: 900px) {}

/* Breadcrumb
--------------------------------------------------------------------------------------------------- */

@media (min-width: 901px) {
  #breadcrumb {
    padding: 4px 0;
    border-width: 1px 0;
    border-color: #FFFFFF;
    border-style: solid;
    color: #FFFFFF;
  }

  #breadcrumb ol {
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    width: 960px;
    font-size: 0.75rem;
    text-align: left;
  }

  #breadcrumb ol li {
    display: inline;
    color: #FFFFFF;
    letter-spacing: 0.1em;
  }

  #breadcrumb ol li:nth-child(n+2)::before {
    content: ">";
    display: inline-block;
    margin: 0.8em;
    color: #e48d8d;
  }

  #breadcrumb ol li > a {
    color: inherit;
    text-decoration: underline;
  }

  #breadcrumb ol li > a:hover {
    text-decoration: none;
  }

  #breadcrumb ol li em {
    font-weight: 400;
  }
}

@media screen and (max-width: 900px) {
  #breadcrumb {
    display: none;
  }
}

/*====================================================================================================

    parts

====================================================================================================*/

#document .btn {
  display: inline-block;
  position: relative;
  background: #fff;
  border: #525252 1px solid;
  color: #525252;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  padding: 31px 0 32px;
  font-size: 1.125rem;
  line-height: 1;
}

#document .btn > span {
  position: relative;
  z-index: 1;
}

#document .btn::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #cc0200;
  z-index: 0;
}

#document .btn.color02 {
  color: #cc0200;
  border-color: #262728;
}

#document .btn.color02:hover {
  border-color: #fff;
}

#document .btn[target="_blank"]::after {
  background: url(../img/icn_blank.svg) no-repeat center center/contain;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 23px;
  height: 21px;
}

#document .btn[target="_blank"]:hover::after {
  background-image: url(../img/icn_blank_hover.svg);
}

#document .btn[href*=".pdf"]::after {
  background: url(../img/icn_pdf.svg) no-repeat center center/contain;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 21px;
}

#document .btn[href*=".pdf"]:hover::after {
  background-image: url(../img/icn_pdf_hover.svg);
}

#document .btn:hover {
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

#document .btn:hover::before {
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#document.future-home .mv {
  position: relative;
  width: 100%;
}

#document.future-home .mv .mvArea {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

#document.future-home .mv .model {
  position: absolute;
  z-index: 8;
  -webkit-transition: 1s ease .5s;
  transition: 1s ease .5s;
  opacity: 0;
}

#document.future-home .mv .shadow {
  position: absolute;
  z-index: 5;
  -webkit-transition: 1s ease .5s;
  transition: 1s ease .5s;
  opacity: 0;
}

#document.future-home .mv .maincopy {
  position: absolute;
  margin: 0;
  z-index: 11;
  -webkit-transition: 1s ease 0.7s;
  transition: 1s ease 0.7s;
  opacity: 0;
}

#document.future-home .mv .maincopy.over {
  z-index: 10;
}

#document.future-home .mv .maincopy.line {
  z-index: 11;
}

#document.future-home .mv .subcopy {
  position: absolute;
  -webkit-transition: 1s ease 1.5s;
  transition: 1s ease 1.5s;
  opacity: 0;
  z-index: 12;
}

#document.future-home .mv.js_run .model,
#document.future-home .mv.js_run .shadow,
#document.future-home .mv.js_run .maincopy,
#document.future-home .mv.js_run .subcopy {
  opacity: 1;
}

#document.future-home .mv.js_run .over {
  -webkit-animation: fadeout 1.5s ease forwards 1.8s;
  animation: fadeout 1.5s ease forwards 1.8s;
}

#document.future-home .mv .message {
  margin: 0 auto;
}

#document.future-home .mv .message .body {
  color: #fff;
}

#document.future-home .mv .message .subHeading {
  color: #fff;
  background: #cc0200;
}

#document .pcListBtn {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 50;
  cursor: pointer;
}

#document .pcListBtn .list li {
  position: relative;
  transition: .3s ease;
}

#document .pcListBtn .list li:not(:first-child) {
  margin-top: 35px;
}

#document .pcListBtn .list li.is_closed {
  opacity: 0;
}

#document .pcListBtn .list li .closeBtn {
  position: absolute;
  height: 15px;
  width: 15px;
  top: -15px;
  right: 0;
  background: url(../img/icn_close.png) no-repeat 0 0/cover;
  z-index: 2;
}

#document .pcListBtn .list li > a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 25px 10px 20px 0;
  width: 75px;
  height: 120px;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 1rem;
  background: #cc0200;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 1px 0 1px 1px;
  border-radius: 7px 0 0 7px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  text-decoration: none;
  transition: .5s ease;
}

#document .pcListBtn .list li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  transition: .5s ease;
}

#document .pcListBtn .list li > a::after {
  content: none;
}

#document .pcListBtn .list li > a:hover {
  color: #cc0200;
  border-color: #cc0200;
}

#document .pcListBtn .list li > a:hover::before {
  width: 100%;
}

#document.future-home .section {
  position: relative;
}

#document.future-home .section::before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  height: calc(100% + 1px);
  background: #cc0200;
  top: -1px;
  left: 0;
}

/* #document.future-home .news::before {
  content: none;
} */

#document.future-home .section .heading {
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: left;
  display: block;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #cc0200;
  font-weight: normal;
  letter-spacing: .2em;
}

#document.future-home .section .heading::after {
  display: inline-block;
  writing-mode: vertical-rl;
  content: attr(en-label);
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  margin-top: 20px;
  color: #acacac;
}

#document.future-home .section .heading.color02 {
  color: #FFFFFF;
}

#document.future-home .section .heading.color02::after {
  color: #FFFFFF;
}

#document.future-home .section .heading.color03 {
  color: #FFFFFF;
}

#document.future-home .section .heading.color03::after {
  color: #acacac;
}

#document.future-home .section .inner {
  margin: 0 auto;
}

#document.future-home .section .note {
  margin: 0;
}

#document.future-home .section .note > *:last-child {
  margin-bottom: 0 !important;
}

#document.future-home .section .note > li {
  display: table;
  font-size: 0.75rem;
}

#document.future-home .section .note > li:before {
  display: table-cell;
  width: 1.5em;
  content: '※';
}

#document.future-home .section .note[class*="_nomarker"] > li:before {
  display: none;
}

#document.future-home .news.js_anim .heading,
#document.future-home .news.js_anim .m_columnList,
#document.future-home .news.js_anim .m_slidesPager {
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

#document.future-home .news.js_anim.is_visible .heading,
#document.future-home .news.js_anim.is_visible .m_columnList,
#document.future-home .news.js_anim.is_visible .m_slidesPager {
  opacity: 1;
}

#document.future-home .news.js_anim.is_visible .m_columnList,
#document.future-home .news.js_anim.is_visible .m_slidesPager {
  transition-delay: .5s;
}

#document.future-home .concept {
  position: relative;
}

#document.future-home .concept .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  z-index: 0;
  pointer-events: none;
}

#document.future-home .concept .heading,
#document.future-home .concept .inner {
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

#document.future-home .concept.is_visible .heading,
#document.future-home .concept.is_visible .inner {
  opacity: 1;
}

#document.future-home .concept .inner {
  opacity: 0;
  -webkit-transition: 1s ease .5s;
  transition: 1s ease .5s;
  z-index: 2;
}

#document.future-home .concept .inner.is_visible {
  opacity: 1;
}

#document.future-home .concept .subHeading {
  position: relative;
  text-align: right;
}

#document.future-home .concept .body {
  color: #fff;
  letter-spacing: .1em;
  position: relative;
  z-index: 2;
}

#document.future-home .concept .body > p.strong {
  position: relative;
  display: inline-block;
  height: 30px;
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

#document.future-home .concept .body > p.strong::before {
  content: '';
  position: absolute;
  background: #cc0200;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

#document.future-home .concept .body > p.strong.is_visible {
  opacity: 1;
}

#document.future-home .point {
  z-index: 10;
  background: #f2f2f2;
}

#document.future-home .point .body > p {
  margin: 0;
}

#document.future-home .point .body .img {
  text-align: center;
  opacity: 0;
  -webkit-transition: .7s ease .5s;
  transition: .7s ease .5s;
}

#document.future-home .point .body .img.is_visible {
  opacity: 1;
}

#document.future-home .point .point01 {
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

#document.future-home .point .pointHeading {
  position: relative;
}

#document.future-home .point .pointHeading .pointNum {
  position: relative;
  padding: 30px 10px 120px;
  margin-top: -10px;
  margin-left: 40px;
  width: 45px;
  box-sizing: border-box;
  text-align: center;
}

#document.future-home .point .pointHeading .pointNum::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(204,2,0,1) 0%, rgba(204,2,0,1) 60%, rgba(204,2,0,0.001) 100%);
  -webkit-transform: skew(0deg,-15deg);
  transform: skew(0deg,-15deg);
  z-index: -1;
  text-align: right;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

#document.future-home .point .pointHeading .imgHeading {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

#document.future-home .point .pointHeading.js_anim::before {
  opacity: 0;
  transition: .8s ease;
}

#document.future-home .point .point01.js_anim::before,
#document.future-home .point .point02.js_anim::before {
  opacity: 0;
  transition: .8s ease;
}

#document.future-home .point .pointHeading.js_anim .pointNum img {
  opacity: 0;
  transition: .4s ease;
}

#document.future-home .point .pointHeading.js_anim .pointNum::before {
  height: 0;
  transition: .5s ease;
}

#document.future-home .point .pointHeading.js_anim.is_visible::before {
  opacity: 1;
  transition-delay: 1s;
}

#document.future-home .point .point01.js_anim.is_visible::before,
#document.future-home .point .point02.js_anim.is_visible::before {
  opacity: 1;
  transition-delay: 2.5s;
}

#document.future-home .point .pointHeading.js_anim.is_visible .pointNum img {
  opacity: 1;
}

#document.future-home .point .pointHeading.js_anim.is_visible .pointNum::before {
  height: 100%;
}

#document.future-home .point .pointHeading.js_anim .imgHeading .image {
  position: relative;
}

#document.future-home .point .pointHeading.js_anim .imgHeading .image::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(100%);
  background: #f2f2f2;
  transform-origin: bottom;
  transition: .5s ease;
}

#document.future-home .point .pointHeading.js_anim.is_visible .imgHeading .image::before {
  transform: scaleY(0);
}

#document.future-home .point .pointHeading.js_anim.is_visible .imgHeading .image::before {
  transition-delay: .5s;
}

#document.future-home .point .point01 .img {
  margin-left: -14px;
}

#document.future-home .point .point01 .definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#document.future-home .point .point01 .definition > dt {
  color: #cc0200;
}

#document.future-home .point .point02 {
  position: relative;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

#document.future-home .point .point02 .m_numberList {
  font-size: 1.125rem;
}

#document.future-home .point .point02 .m_numberList > li::before {
  content: counter(li);
  color: #cc0200;
  width: 1em;
  text-align: left;
}

#document.future-home .point .point02 .m_numberList > li:not(:first-child) {
  margin-top: 35px;
}

#document.future-home .point .point02 .m_numberList b {
  color: #cc0200;
}

#document.future-home .aboutus {
  z-index: 9;
  position: relative;
}

#document.future-home .aboutus::before {
  -webkit-transform: skew(0);
  transform: skew(0);
}

#document.future-home .aboutus::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent #f2f2f2 transparent transparent;
}

#document.future-home .aboutus .heading {
  color: #fff;
}

#document.future-home .aboutus .inner {
  text-align: center;
}

#document.future-home .aboutus .subHeading {
  border-bottom: 1px solid #fff;
}

#document.future-home .aboutus .body {
  position: relative;
}

#document.future-home .aboutus .body .txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#document.future-home .aboutus .body .txtInner {
  position: relative;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  overflow-y: hidden;
  color: #fff;
  font-family: serif;
}

#document.future-home .aboutus .body .txtInner::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  -webkit-mask-image: linear-gradient(black, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  mask-image: linear-gradient(black, transparent);
}

#document.future-home .aboutus .body .txtInner .w100 {
  display: inline-block;
  width: 87px;
}

#document.future-home .aboutus .body .txtInner.is_open {
  height: auto;
}

#document.future-home .aboutus .body .txtInner.is_open::after {
  opacity: 0;
}

#document.future-home .aboutus .body .readmore {
  position: relative;
  letter-spacing: .15em;
  color: #fff;
  font-size: 0.875rem;
  border: 1px solid #fff;
}

#document.future-home .aboutus .body .readmore.is_open::after {
  content: none;
}

#document.future-home .aboutus .body .readmore::before,
#document.future-home .aboutus .body .readmore::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  margin-left: 15px;
}

#document.future-home .aboutus .body .readmore::before {
  right: 30px;
  width: 10px;
  height: 2px;
}

#document.future-home .aboutus .body .readmore::after {
  right: 34px;
  width: 2px;
  height: 10px;
}

#document.future-home .aboutus .body .readmore.is_hidden {
  display: none;
}

#document .info {
  position: relative;
  background: #FFFFFF;
}

#document .info .inner {
  margin: 0 auto;
}

#document .info .heading {
  font-weight: normal;
}

#document .info .heading::before {
  background: #525252;
  content: '';
  position: absolute;
  display: block;
  top: 6px;
  height: 15px;
}

#document .info .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#document .info .additional {
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#document .info .additional .m_list {
  text-align: left;
}

#document .selling {
  background: #262728;
  text-align: center;
  position: relative;
}

#document .selling .topBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 45;
  display: none;
}

#document .selling .topBtn.is_stop {
  position: absolute;
}

#document .attention {
  background: #f2f2f2;
  font-size: 0.875rem;
}

#document .attention .heading:nth-of-type(2) {
  margin-top: 50px;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes underline {
  0% {
    left: 1000px;
    width: 1000px;
  }

  23% {
    left: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes underline {
  0% {
    left: 1000px;
    width: 1000px;
  }

  23% {
    left: 0;
  }

  100% {
    width: 100%;
  }
}

@media (min-width: 901px) {
  #document .btn {
    width: 340px;
  }

  #document .btn.large {
    padding: 40px 0;
    width: 500px;
    font-size: 1.375rem;
  }

  #document:not([class*=future-home]) #container {
    padding-top: 80px;
  }

  #document.future-list #container {
    background: #cc0200 url(../img/column/container_bg.png) no-repeat top center/100%;
  }

  #document.future-home .mv {
    background: #f2f2f2 url(../img/mv_bg.png) no-repeat top center/100%;
  }

  #document.future-home .mv .mvArea {
    min-height: 660px;
    height: 54vw;
  }

  #document.future-home .mv .model {
    top: 0;
    right: 220px;
    height: 100%;
    max-width: 700px;
    width: 100%;
    max-height: 832.5px;
    background: url(../img/mv_img.png) no-repeat center center/contain;
  }

  #document.future-home .mv .shadow {
    top: -50px;
    right: 200px;
    width: 120%;
    height: 120%;
    max-height: 994.5px;
    max-width: 754px;
    background: url(../img/mv_img_02.png) no-repeat top center/contain;
  }

  #document.future-home .mv .maincopy {
    top: 280px;
    left: 100px;
  }

  #document.future-home .mv .subcopy {
    top: 180px;
    right: 130px;
  }

  #document.future-home .mv.js_run .maincopy {
    top: 200px;
  }

  #document.future-home .mv.js_run .subcopy {
    top: 200px;
  }

  #document.future-home .mv .message {
    width: 1200px;
  }

  #document.future-home .section::before {
    width: 10px;
  }

  #document.future-home .section .heading {
    font-size: 1.5rem;
    line-height: 1;
    top: 0;
    margin: 0 20px;
  }

  #document.future-home .section .inner {
    max-width: 980px;
    width: 95%;
  }

  #document.future-home .point .heading {
    top: 120px;
  }

  #document.future-home .news {
    position: relative;
    padding-top: 80px;
    padding-bottom: 150px;
  }

  #document.future-home .news .heading {
    top: 80px;
  }

  #document.future-home .news .news-list {
    width: 960px;
    margin: auto;
  }

  #document.future-home .concept {
    height: 60vw;
  }

  #document.future-home .concept .bg {
    height: 170vh;
    background: url(../img/concept_bg.png) no-repeat top center/100%;
  }

  #document.future-home .concept::before {
    -webkit-transform: skew(0);
    transform: skew(0);
    height: 100%;
  }

  #document.future-home .concept::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-style: solid;
    border-color: transparent #f2f2f2 transparent transparent;
    border-width: 11vw 100vw 0 0;
  }

  #document.future-home .concept .subHeading {
    margin: 0 0 50px;
  }

  #document.future-home .concept .body {
    text-align: right;
  }

  #document.future-home .concept .body > p {
    font-size: 1rem;
    line-height: 2;
  }

  #document.future-home .concept .body > p + p {
    margin: 32px 0 0;
  }

  #document.future-home .concept .body > p.strong::before {
    padding: 0 30px;
    top: 0;
    right: -30px;
  }

  #document.future-home .point .body .img {
    margin: 50px auto;
  }

  #document.future-home .point .pointnote > li {
    margin: 0 0 0 65px;
  }

  #document.future-home .point {
    padding-top: 180px;
  }

  #document.future-home .point .point01 {
    position: relative;
    padding: 0 0 240px;
  }

  #document.future-home .point .pointHeading {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: absolute;
    top: -200px;
    right: -100px;
  }

  #document.future-home .point .pointHeading::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    background: url(../img/point_heading_bg.png) no-repeat 0 0/cover;
    top: 0;
    right: -50px;
    width: 430px;
    height: 417px;
  }

  #document.future-home .point .point01 .img img {
    width: 100%;
    height: auto;
    max-width: 1008px;
  }

  #document.future-home .point .point01 .definition {
    margin: 0 0 70px;
  }

  #document.future-home .point .point01 .definition > dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px 0 0;
  }

  #document.future-home .point .point01 .definition > dd {
    letter-spacing: 0.1em;
    border-left: 1px solid #cc0200;
    margin: 0;
    padding: 0 0 0 30px;
    -ms-flex-preferred-size: calc(100% - 230px);
    flex-basis: calc(100% - 230px);
  }

  #document.future-home .point .point01 .definition > dd p {
    margin: 0 0 5px;
  }

  #document.future-home .point .point02 {
    padding: 0 0 85px;
  }

  #document.future-home .point .point02 .m_numberList {
    margin: 50px 0 70px;
  }

  #document.future-home .aboutus {
    padding: 220px 0 130px;
    background: url(../img/aboutus_bg.jpg) no-repeat center 70%/100%;
  }

  #document.future-home .aboutus::after {
    border-width: 0 100vw 10.3vw 0;
  }

  #document.future-home .aboutus .heading {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }

  #document.future-home .aboutus .inner {
    max-width: 980px;
    margin: 0 auto;
  }

  #document.future-home .aboutus .subHeading {
    width: 600px;
    margin: 0 auto 40px;
    padding: 0 0 38px;
  }

  #document.future-home .aboutus .body .txt {
    width: 600px;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  #document.future-home .aboutus .body .txtInner {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: .07em;
    height: 115px;
    text-align: left;
  }

  #document.future-home .aboutus .body .readmore {
    display: inline-block;
    cursor: pointer;
    padding: 3px 60px;
    margin: 30px 0 0;
  }

  #document.future-home .aboutus .body .conclusion {
    width: 680px;
    margin: 0 0 0 auto;
    text-align: center;
  }

  #document .info {
    padding: 110px 0 120px;
    text-align: center;
  }

  #document .info .inner {
    max-width: 980px;
    padding-top: 62px;
  }

  #document .info .heading {
    margin: 0 0 60px;
    top: 110px;
    position: absolute;
    left: 150px;
    text-align: left;
  }

  #document .info .heading::before {
    width: 130px;
    -webkit-transform: translateX(-100%) translateX(-20px);
    transform: translateX(-100%) translateX(-20px);
  }

  #document .info .btnList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 720px;
    margin: 0 auto 38px;
  }

  #document .info .additional {
    padding: 30px;
    width: 720px;
    margin: 40px auto 0;
  }

  #document .info .additional .additionalHeading {
    margin: 0 0 18px;
  }

  #document .selling {
    padding: 95px 0 100px;
  }

  #document .attention {
    padding: 90px 0;
  }

  #document .attention .inner {
    max-width: 980px;
    margin: 0 auto;
  }

  #document .attention .heading {
    margin: 0 0 20px;
  }
}

@media (min-width: 1550px) {
  #document.future-home .aboutus {
    background-position: center 62.5%;
  }
}

@media screen and (max-width: 900px) {
  #document .btn {
    width: 100%;
  }

  #document:not([class*=future-home]) #container {
    padding-top: 100px;
  }

  #document.future-list #container {
    background: #cc0200 url(../img/column/container_bg_2x.png) no-repeat top center/100%;
  }

  #document.future-home .mv {
    background: #cc0200 url(../img/mv_bg_2x.png) no-repeat top center/100%;
  }

  #document.future-home .mv .mvArea {
    height: 205vw;
  }

  #document.future-home .mv .model {
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background: url(../img/mv_img_2x.png) no-repeat top center/100%;
  }

  #document.future-home .mv .shadow {
    top: 0;
    left: 0;
    background: url(../img/mv_img_02_2x.png) no-repeat center center/contain;
  }

  #document.future-home .mv .maincopy {
    top: 38vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #document.future-home .mv .subcopy {
    top: 108vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #document.future-home .mv.js_run .maincopy {
    top: 42vw;
  }

  #document.future-home .mv.js_run .subcopy {
    top: 115vw;
  }

  #document.future-home .section::before {
    -webkit-transform: skewY(-15deg);
    transform: skewY(-15deg);
    width: 5px;
  }

  #document.future-home .section .heading {
    font-size: 1.25rem;
    margin: 0 10px;
  }

  #document.future-home .section .inner {
    padding: 0 30px;
  }

  #document.future-home .news {
    padding-bottom: 180px;
  }

  #document.future-home .concept {
    padding-bottom: 180px;
  }

  #document.future-home .concept::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-style: solid;
    border-color: transparent #f2f2f2 transparent transparent;
    border-width: 25vw 100vw 0 0;
  }

  #document.future-home .concept .bg {
    height: calc(100% + 80vw);
    background: url(../img/concept_bg_2x.png) no-repeat top center/100%;
  }

  #document.future-home .concept::before {
    margin-top: -53vh;
    height: calc(100% + 53vh);
  }

  #document.future-home .concept .inner {
    padding: 0 30px;
  }

  #document.future-home .concept .subHeading {
    margin: 0 0 70px;
  }

  #document.future-home .concept .body {
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: .1em;
  }

  #document.future-home .concept .body > p + p {
    margin: 28px 0 0;
  }

  #document.future-home .concept .body > p.strong {
    margin-left: 20px;
  }

  #document.future-home .concept .body > p.strong::before {
    padding: 0 20px;
    top: 3px;
    right: -20px;
  }

  #document.future-home .point {
    padding-top: 30px;
  }

  #document.future-home .point::before {
    z-index: 7;
    top: -20vw;
    height: calc(100% + 31.9vw);
  }

  #document.future-home .point .heading {
    top: 80px;
  }

  #document.future-home .point .body .img {
    margin: 30px 0 50px -30px;
    width: calc(100% + 60px);
  }

  #document.future-home .point .pointnote > li {
    margin-top: 10px;
  }

  #document.future-home .point .HeadingBox {
    text-align: center;
  }

  #document.future-home .point .pointHeading {
    display: inline-flex;
    justify-content: center;
    padding: 0 0 15px;
  }

  #document.future-home .point .pointHeading .imgHeading {
    display: inline-flex;
    justify-content: center;
    position: relative;
    transform: scale(0.9);
    transform-origin: center top;
  }

  #document.future-home .point .pointHeading .pointNum {
    position: absolute;
    right: -50px;
    transform: scale(0.9);
    transform-origin: right top;
  }

  #document.future-home .point .point01 {
    position: relative;
    padding-bottom: 120px;
  }

  #document.future-home .point .point01::before,
  #document.future-home .point .point02::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -30px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 350px;
    height: 350px;
    background: url(../img/point_heading_bg.png) no-repeat 0 0/contain;
    transform: translateX(30px);
  }

  #document.future-home .point .point02::before {
    top: 0;
  }

  #document.future-home .point .point02 .pointHeading {
    margin-left: -20px;
  }

  #document.future-home .point .point01 .definition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  #document.future-home .point .point01 .definition .note {
    margin-top: 50px;
  }

  #document.future-home .point .point01 .definition > dt {
    text-align: center;
    margin: 0 0 10px;
  }

  #document.future-home .point .point01 .definition > dd {
    margin: 0;
  }

  #document.future-home .point .point02 {
    position: relative;
    padding-bottom: 100px;
  }

  #document.future-home .point .point02 .pointHeading::before {
    top: 0;
  }

  #document.future-home .point .point02 .m_numberList {
    margin-top: 50px;
  }

  #document.future-home .point .point02 .body .img {
    margin-top: 60px;
    margin-bottom: 55px;
  }

  #document.future-home .aboutus {
    padding: 150px 0 120px;
    background: url(../img/aboutus_bg_2x.jpg) no-repeat center 63%/cover;
  }

  #document.future-home .aboutus::after {
    border-width: 0 100vw 10.3vw 0;
  }

  #document.future-home .aboutus .inner {
    width: calc(100% - 110px);
    margin: 0 0 0 auto;
  }

  #document.future-home .aboutus .subHeading {
    padding: 0 0 32px;
    margin: 0 0 32px;
  }

  #document.future-home .aboutus .body .txt {
    margin: 0 auto;
  }

  #document.future-home .aboutus .body .txtInner {
    text-align: left;
    font-size: 1rem;
    line-height: 2;
    height: 185px;
    letter-spacing: 0.12em;
  }

  #document.future-home .aboutus .body .readmore {
    text-align: center;
    display: block;
    margin: 20px 0 0;
  }

  #document.future-home .aboutus .body .conclusion {
    text-align: right;
  }

  #document.future-home .aboutus .body .readmore::before {
    right: 60px;
  }

  #document.future-home .aboutus .body .readmore::after {
    right: 64px;
  }

  #document .info {
    padding: 70px 0 0;
  }

  #document .info .inner {
    padding-top: 40px;
    padding: 0 18px;
  }

  #document .info .heading {
    position: relative;
    text-align: right;
    margin: 0 0 40px;
  }

  #document .info .heading::before {
    width: 35vw;
    left: -18px;
  }

  #document .info .btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 35px;
  }

  #document .info .btnList > li + li {
    margin-top: 20px;
  }

  #document .info .additional {
    width: calc(100% + 36px);
    margin-left: -18px;
    padding: 50px 30px 55px;
    margin-top: 70px;
    font-size: 0.875rem;
  }

  #document .info .additional .additionalHeading {
    margin: 0 0 12px;
  }

  #document .selling {
    padding: 75px 35px;
  }

  #document .attention {
    padding: 55px 25px;
  }

  #document .attention .heading {
    margin: 0 0 15px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1270px) {
  #document.future-home .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  #document.future-home .news .heading {
    top: -150px;
  }
  #document.future-home .concept {
    height: 80vw;
  }
  #document.future-home .concept .bg {
    height: 220vh;
    background-size: cover;
  }
  #document.future-list .mainContents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1271px) and (max-width: 1440px) {
  #document.future-home .concept .bg {
    height: 170vh;
    background-size: cover;
  }
}

@media screen and (min-width: 1441px)  {
  #document.future-home .concept .bg {
    height: 220vh;
    background-size: cover;
  }
}

/* @media screen and (min-width: 1920px) {
  #document.future-home .concept .bg {
    height: 308vh;
  }
} */


/* 販売会社一覧
--------------------------------------------------------------------------------------------------- */
#selling h2 { margin: 0 auto; color: #fff; font-weight: normal; line-height: 1; }
#selling h2::after { content: ""; display: block; background-color: #fff; height: 1px; margin: 0 auto; }
#selling p {color: #fff; margin: 20px 0 0; font-size: 1rem;}
.marketer_list { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; }
.marketer_list::after { content: ""; display: block; width: 30%; }
.marketer_list li { display: flex; justify-content: center; align-items: center; }
.marketer_list li a { background-color: #fff; }
#document .marketer_list li a[target="_blank"]::after { content: none; }

@media screen and (min-width: 770px) {
  #selling h2 { font-size: 1.375rem; }
  #selling h2::after { width: 520px; margin-top: 30px; }
  .marketer_list { width: 720px; padding-top: 40px; }
  .marketer_list li { width: 30%; }
  .marketer_list li:nth-of-type(n+4) { margin-top: 20px; }
}
@media screen and (max-width: 769px) {
  #selling h2 { font-size: 1.125rem; }
  #selling h2::after { width: 100%; margin-top: 20px; }
  .marketer_list { padding-top: 30px; }
  .marketer_list li { width: 45%; }
  .marketer_list li:nth-of-type(n+3) { margin-top: 20px; }
  .marketer_list li img { width: 100%; }
}

/* slick
--------------------------------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  position: relative;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  display: none;
  height: 100%;
  min-height: 1px;
}
[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;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* EQmedia
--------------------------------------------------------------------------------------------------- */
.movie_content01 {
  height: 170px;
}
.movie_content01 .jstream-eqPlayer {
  height: 170px!important;
}
.movie_content01 .jstream-eqPlayer > div {
  height: 170px;
}
@media screen and (min-width: 901px) {
.movie_content01 {
  height: 200px;
}
.movie_content01 .jstream-eqPlayer {
  height: 200px!important;
}
.movie_content01 .jstream-eqPlayer > div {
  height: 200px;
}
.movie_content02 {
  height: 200px;
}
.movie_content02 .jstream-eqPlayer {
  height: 200px!important;
}
.movie_content02 .jstream-eqPlayer > div {
  height: 200px;
}
}
@media screen and (max-width: 900px) {
.movie_content02 {
  height: 170px;
}
.movie_content02 .jstream-eqPlayer {
  height: 170px!important;
}
.movie_content02 .jstream-eqPlayer > div {
  height: 170px;
}
}
.column_btn01 {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  color: #fff;
  text-align: center;
}