@charset "UTF-8";
@-webkit-keyframes linkArrowHoverAnim {
  0% {
    transform: translate(6px, 0px);
  }
  75% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes linkArrowHoverAnim {
  0% {
    transform: translate(6px, 0px);
  }
  75% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes linkBackArrowHoverAnim {
  0% {
    transform: scaleX(-1) translate(6px, 0px);
  }
  75% {
    transform: scaleX(-1) translate(0px, 0px);
  }
  100% {
    transform: scaleX(-1) translate(0px, 0px);
  }
}
@keyframes linkBackArrowHoverAnim {
  0% {
    transform: scaleX(-1) translate(6px, 0px);
  }
  75% {
    transform: scaleX(-1) translate(0px, 0px);
  }
  100% {
    transform: scaleX(-1) translate(0px, 0px);
  }
}
@-webkit-keyframes anchorDownArrowHoverAnim {
  0% {
    transform: translate(0px, 6px) rotate(45deg);
  }
  75% {
    transform: translate(0px, 0px) rotate(45deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(45deg);
  }
}
@keyframes anchorDownArrowHoverAnim {
  0% {
    transform: translate(0px, 6px) rotate(45deg);
  }
  75% {
    transform: translate(0px, 0px) rotate(45deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(45deg);
  }
}
@-webkit-keyframes backtop_hover {
  0% {
    transform: translate(-50%, -6px) rotate(45deg);
  }
  100% {
    transform: translate(-50%, 0px) rotate(45deg);
  }
}
@keyframes backtop_hover {
  0% {
    transform: translate(-50%, -6px) rotate(45deg);
  }
  100% {
    transform: translate(-50%, 0px) rotate(45deg);
  }
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  --vw: 100vw;
}

html, body {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  color: #666666;
}
html[lang=en] html, html[lang=en] body {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  html, body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] html, html[lang=en] body {
    letter-spacing: 0.05em;
  }
}

html:not(.msie):not(.wf-active):not(.wf-inactive) * {
  color: transparent !important;
}
html:not(.msie):not(.wf-active):not(.wf-inactive) *:after, html:not(.msie):not(.wf-active):not(.wf-inactive) *:before {
  color: transparent !important;
}

a {
  cursor: pointer;
}

.pcbr {
  display: block;
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}

.spbr {
  display: none;
}

@media (max-width: 1023px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
  }
}
.blockindex {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.blockindex__item {
  flex: 0 1 calc(50% - 40px);
  width: calc(50% - 40px);
  height: auto;
  position: relative;
}
.blockindex__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.blockindex__item:nth-child(even) {
  margin-left: 80px;
}
.blockindex__item:nth-child(n+3) {
  margin-top: 50px;
}

.blockindex__item__link {
  display: block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear;
  min-height: 100%;
}
.blockindex__item__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: -1px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .blockindex__item__link:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
}
body:not(.touch) .blockindex__item__link:hover:after {
  transform-origin: left center;
  transform: scaleX(1);
}

.blockindex__item__thumb {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 37.93%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  overflow: hidden;
}
.blockindex__item__thumb > img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blockindex__item__thumb .placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: 0px;
  top: 0px;
}
.blockindex__item__thumb.scrollFx:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 0.5s linear 0s;
}
.blockindex__item__thumb.scrollFx img {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2);
  transition: opacity 0.5s linear 0s, transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.blockindex__item__thumb.scrollFx.show:before {
  opacity: 0;
}
.blockindex__item__thumb.scrollFx.show img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.blockindex__item:nth-child(4n+2) .blockindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
}
.blockindex__item:nth-child(4n+3) .blockindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(-1);
}
.blockindex__item:nth-child(4n+1) .blockindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(1);
}
.blockindex__item:nth-child(4n+4) .blockindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
}

.blockindex__item__body {
  position: relative;
  padding: 26px 30px 20px;
}
.blockindex__item__body:before {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(/images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 36px;
}
@media (min-width: 1024px) {
  body:not(.touch) .blockindex__item__link:hover .blockindex__item__body:before {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
}

.blockindex__item__title {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
}
html[lang=en] .blockindex__item__title {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .blockindex__item__title {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .blockindex__item__title {
    letter-spacing: 0.05em;
  }
}

.blockindex__item__text {
  margin-top: 12px;
}

@media (max-width: 1023px) {
  .blockindex {
    display: block;
  }

  .blockindex__item {
    width: 100%;
  }
  .blockindex__item:nth-child(even) {
    margin-left: 0;
  }
  .blockindex__item + .blockindex__item {
    margin-top: 30px;
  }

  .blockindex__item__body {
    padding: 15px 0px 10px 20px;
  }
  .blockindex__item__body:before {
    width: 16px;
    height: 4px;
    right: 0px;
    top: 24px;
  }

  .blockindex__item__title {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .blockindex__item__title {
    letter-spacing: 0.05em;
  }

  .blockindex__item__text {
    margin-top: 5px;
  }
  .blockindex__item__text br {
    display: none;
  }
}
.boxlinks {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.boxlinks__caption {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.boxlinks__caption:first-child {
  margin-top: 0px;
}

.boxlinks__button {
  position: relative;
  width: 340px;
  max-width: 100%;
  min-height: 66px;
  border: 1px solid #CCCCCC;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 60px 8px 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear, border-color 0.25s linear;
  text-decoration: none !important;
}
.boxlinks__button:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: -1px;
  bottom: -1px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.boxlinks__button__arrow {
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(/images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
}

.boxlinks__button__pdf {
  width: 20px;
  height: 100%;
  background-image: url(/images/icon_pdf_gr.png);
  background-size: 20px 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 0px;
  -webkit-animation: none !important;
          animation: none !important;
}

.boxlinks__button__ebook {
  width: 24px;
  height: 100%;
  background-image: url(/images/icon_ebook.png);
  background-size: 24px 26px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 0px;
  -webkit-animation: none !important;
          animation: none !important;
}

.boxlinks__button__text {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
html[lang=en] .boxlinks__button__text {
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  body:not(.touch) .boxlinks__button:hover {
    border-color: transparent;
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
  body:not(.touch) .boxlinks__button:hover .boxlinks__button__arrow {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  body:not(.touch) .boxlinks__button:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

@media (max-width: 1023px) {
  .boxlinks__button__arrow,
.boxlinks__button__pdf {
    right: 15px;
  }

  .boxlinks__button__ebook {
    right: 13px;
  }

  .boxlinks__button {
    padding: 8px 45px 8px 15px;
  }
}
.breadcrumb {
  position: relative;
  width: 100%;
  height: 44px;
  background-color: #595959;
  color: #FFF;
  overflow: scroll;
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb__list {
  display: inline-block;
}

.breadcrumb__list__item {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 44px;
  letter-spacing: 0.1em;
  width: auto;
  height: 44px;
  padding-right: 58px;
}
html[lang=en] .breadcrumb__list__item {
  letter-spacing: 0.05em;
}
.breadcrumb__list__item:before {
  content: "";
  width: 18px;
  height: 44px;
  background-image: url(/images/breadcrumb_arrow.png);
  background-size: 18px 44px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 0px;
}
.breadcrumb__list__item:not(:only-child):last-child {
  padding-right: 0px;
}
.breadcrumb__list__item:not(:only-child):last-child:before {
  display: none;
}

.breadcrumb__list__link {
  display: block;
}

@media (min-width: 1440px) {
  .breadcrumb {
    padding-left: calc(50vw - 620px);
  }

  .breadcrumb__list {
    padding-right: calc(50vw - 620px);
  }
}
@media (max-width: 1439px) {
  .breadcrumb {
    padding-left: 100px;
  }

  .breadcrumb__list {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .breadcrumb {
    padding-left: 30px;
  }

  .breadcrumb__list {
    padding-right: 30px;
  }

  .breadcrumb__list__item {
    padding-right: 38px;
  }
  .breadcrumb__list__item:before {
    right: 10px;
  }
}
.circlelink, .circlelink--back, .circlelink--small, .circlelink--small--wh, .circlelink--wh {
  display: inline-block;
  width: auto;
  height: 56px;
  position: relative;
  white-space: nowrap;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0.1em;
  color: #666666;
  padding-right: 76px;
}
html[lang=en] .circlelink, html[lang=en] .circlelink--back, html[lang=en] .circlelink--small, html[lang=en] .circlelink--small--wh, html[lang=en] .circlelink--wh {
  letter-spacing: 0.05em;
}
html[lang=en] .circlelink, html[lang=en] .circlelink--back, html[lang=en] .circlelink--small, html[lang=en] .circlelink--small--wh, html[lang=en] .circlelink--wh {
  letter-spacing: 0.05em;
}

.circlelink__circle {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0px;
  top: calc(50% - 28px);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.circlelink__circle:before {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(../images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  position: absolute;
  right: 16px;
  top: calc(50% - 5px);
}
.circlelink__circle svg {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 56px;
  height: 56px;
  transform: scaleX(-1) rotate(-90deg);
  transform-origin: center;
}
.circlelink__circle circle {
  stroke: #9CC715;
  stroke-width: 3;
  fill: transparent;
  r: 26.5px;
  cx: 28px;
  cy: 28px;
  stroke-dasharray: 176px;
  stroke-dashoffset: 176px;
  transition: stroke-dashoffset 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .circlelink:hover .circlelink__circle:before, body:not(.touch) .circlelink--back:hover .circlelink__circle:before, body:not(.touch) .circlelink--small:hover .circlelink__circle:before, body:not(.touch) .circlelink--small--wh:hover .circlelink__circle:before, body:not(.touch) .circlelink--wh:hover .circlelink__circle:before {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  body:not(.touch) .circlelink:hover .circlelink__circle svg, body:not(.touch) .circlelink--back:hover .circlelink__circle svg, body:not(.touch) .circlelink--small:hover .circlelink__circle svg, body:not(.touch) .circlelink--small--wh:hover .circlelink__circle svg, body:not(.touch) .circlelink--wh:hover .circlelink__circle svg {
    transform: rotate(-90deg);
  }
  body:not(.touch) .circlelink:hover .circlelink__circle circle, body:not(.touch) .circlelink--back:hover .circlelink__circle circle, body:not(.touch) .circlelink--small:hover .circlelink__circle circle, body:not(.touch) .circlelink--small--wh:hover .circlelink__circle circle, body:not(.touch) .circlelink--wh:hover .circlelink__circle circle {
    stroke-dashoffset: 0px;
  }
}

.circlelink--wh {
  color: #FFF;
}
.circlelink--wh .circlelink__circle {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.circlelink--wh .circlelink__circle:before {
  background-image: url(../images/arrow_wh.png);
}

.circlelink--small, .circlelink--small--wh {
  height: 44px;
  line-height: 44px;
  padding-right: 60px;
}
.circlelink--small .circlelink__circle, .circlelink--small--wh .circlelink__circle {
  width: 44px;
  height: 44px;
  top: calc(50% - 22px);
}
.circlelink--small .circlelink__circle:before, .circlelink--small--wh .circlelink__circle:before {
  right: 11px;
  top: calc(50% - 5px);
}
.circlelink--small .circlelink__circle svg, .circlelink--small--wh .circlelink__circle svg {
  width: 44px;
  height: 44px;
}
.circlelink--small .circlelink__circle circle, .circlelink--small--wh .circlelink__circle circle {
  r: 20.5px;
  cx: 22px;
  cy: 22px;
  stroke-dasharray: 138px;
  stroke-dashoffset: 138px;
}

.circlelink--small--wh {
  color: #FFF;
}
.circlelink--small--wh .circlelink__circle {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.circlelink--small--wh .circlelink__circle:before {
  background-image: url(../images/arrow_wh.png);
}

.circlelink--back {
  padding-right: 0px;
  padding-left: 76px;
}
.circlelink--back .circlelink__circle {
  right: auto;
  left: 0px;
}
.circlelink--back .circlelink__circle:before {
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  body:not(.touch) .circlelink--back:hover .circlelink__circle:before {
    -webkit-animation: linkBackArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkBackArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
}

@media (max-width: 1023px) {
  .circlelink, .circlelink--wh, .circlelink--small, .circlelink--small--wh, .circlelink--back {
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    letter-spacing: 0.1em;
    padding-right: 54px;
  }
  html[lang=en] .circlelink, html[lang=en] .circlelink--wh, html[lang=en] .circlelink--small, html[lang=en] .circlelink--small--wh, html[lang=en] .circlelink--back {
    letter-spacing: 0.05em;
  }
  html[lang=en] .circlelink, html[lang=en] .circlelink--wh, html[lang=en] .circlelink--small, html[lang=en] .circlelink--small--wh, html[lang=en] .circlelink--back {
    letter-spacing: 0.05em;
  }

  .circlelink__circle {
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
  }
  .circlelink__circle:before {
    width: 16px;
    height: 4px;
    right: 12px;
    top: calc(50% - 2px);
  }
  .circlelink__circle svg {
    width: 42px;
    height: 42px;
  }
  .circlelink__circle circle {
    stroke-width: 2;
    r: 20px;
    cx: 21px;
    cy: 21px;
    stroke-dasharray: 176px;
    stroke-dashoffset: 176px;
  }

  .circlelink--back {
    padding-right: 0px;
    padding-left: 54px;
  }
}
.cookie_agreement {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  width: 100%;
  max-width: 650px;
  height: auto;
  padding: 17px 110px 17px 35px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(245, 249, 231, 0.8);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0.75s;
  transform: translateY(100%);
  visibility: hidden;
}
.cookie_agreement.active {
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s;
  visibility: visible;
  transform: translateY(0%);
}
.cookie_agreement.done {
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0.75s;
  transform: translateY(100%) !important;
  visibility: hidden !important;
}
.cookie_agreement.fill {
  background-color: #f3f5f9;
}

.cookie_agreement__body__text {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #82a51c;
}
html[lang=en] .cookie_agreement__body__text {
  letter-spacing: 0em;
}

.cookie_agreement__body__link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #82a51c;
  text-decoration: none !important;
  padding-left: 14px;
}
html[lang=en] .cookie_agreement__body__link {
  letter-spacing: 0em;
}
.cookie_agreement__body__link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #9dc715;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0px;
}

.cookie_agreement__close {
  display: block;
  width: 54px;
  height: 54px;
  border: 0;
  padding: 0;
  outline: 0;
  margin: 0;
  border-radius: 50%;
  background: #9cc715;
  position: absolute;
  right: 30px;
  top: calc(50% - 27px);
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}
.cookie_agreement__close:before, .cookie_agreement__close:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.cookie_agreement__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie_agreement__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .cookie_agreement {
    padding: 20px 84px 20px 25px;
  }

  .cookie_agreement__close {
    width: 44px;
    height: 44px;
    right: 20px;
    top: calc(50% - 22px);
  }
  .cookie_agreement__close:before, .cookie_agreement__close:after {
    width: 24px;
  }
}
.footer {
  position: relative;
  margin: 140px 0 0;
  padding: 20px 0 0;
  overflow: hidden;
}

/* --- footer__links --- */
.footer__links {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 1;
}
.footer__links:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.footer__links__item {
  position: relative;
  display: block;
  flex: 0 1 25%;
  width: 25%;
  z-index: 0;
}
.footer__links__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
body:not(.touch) .footer__links__item:hover {
  z-index: 1;
}

.footer__links__item__link {
  width: calc(100% + 1px);
  height: auto;
  min-height: 120px;
  padding: 0 21px 0 20px;
  margin: 0 0 0 0px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear;
}
.footer__links__item__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .footer__links__item__link:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
  body:not(.touch) .footer__links__item__link:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.footer__links__item__icon {
  width: 54px;
  height: 54px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__links__item__text {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 0 0 0 20px;
  white-space: nowrap;
}
html[lang=en] .footer__links__item__text {
  letter-spacing: 0.05em;
}
@media (max-width: 1080px) {
  .footer__links__item__text {
    width: 100%;
    white-space: normal;
  }
}

/* --- footer__links --- */
/* --- footer__breadcrumb --- */
/* --- footer__breadcrumb --- */
/* --- footer__main --- */
.footer__main {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #666666;
  color: #FFF;
}

.footer__main__body {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 0;
}

.footer__main__head {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
html[lang=en] .footer__main__head {
  align-items: flex-start;
}

.footer__main__head__logo {
  position: relative;
  flex: 0 0 200px;
  width: 200px;
  height: 36px;
}

.footer__main__head__logo__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-image: url(/images/logo_b_wh.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__main__head__nav {
  flex: 0 1 auto;
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  padding-left: 40px;
  text-align: right;
}
.footer__main__head__nav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.footer__main__head__nav li + li {
  padding-left: 26px;
}
.footer__main__head__nav li + li:before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #FFF;
  position: absolute;
  left: 12px;
  top: calc(50% - 6px);
}
.footer__main__head__nav a {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
html[lang=en] .footer__main__head__nav a {
  letter-spacing: 0.05em;
}
.footer__main__head__nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 2px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .footer__main__head__nav a:hover:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
html[lang=en] .footer__main__head__nav {
  width: 580px;
}
html[lang=en] .footer__main__head__nav li:nth-child(1) {
  padding-left: 50px;
}
html[lang=en] .footer__main__head__nav li:nth-child(3):before {
  display: none;
}

.footer__main__nav {
  position: relative;
  margin-top: 60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__main__nav__block {
  flex: 0 1 auto;
  width: auto;
  height: auto;
  padding: 0 10px;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
}
.footer__main__nav__block:first-child {
  padding-left: 0px;
}
.footer__main__nav__block:last-child {
  padding-right: 0px;
}

.footer__main__nav__block__link {
  position: relative;
  display: inline-block;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
html[lang=en] .footer__main__nav__block__link {
  letter-spacing: 0.05em;
}
.footer__main__nav__block__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .footer__main__nav__block__link:hover:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.footer__main__nav__block__list {
  margin-top: 10px;
}
.footer__main__nav__block__list a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 3px 0;
}
html[lang=en] .footer__main__nav__block__list a {
  letter-spacing: 0.05em;
}
.footer__main__nav__block__list a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 2px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .footer__main__nav__block__list a:hover:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
html[lang=en] .footer__main__nav__block__list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.footer__main__sub {
  position: relative;
  padding-right: 320px;
  padding-left: 100px;
}
.footer__main__sub:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0px;
  top: 0px;
}

.footer__main__colophone {
  width: 100%;
  height: 120px;
  position: relative;
  padding: 30px 0 0;
}

.footer__main__colophone__name {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
}
html[lang=en] .footer__main__colophone__name {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .footer__main__colophone__name {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .footer__main__colophone__name {
    letter-spacing: 0.05em;
  }
}

.footer__main__colophone_small {
  display: block;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 4px 0 0;
}
html[lang=en] .footer__main__colophone_small {
  letter-spacing: 0.05em;
}

.footer__main__lang {
  position: absolute;
  right: 321px;
  top: 0px;
  width: 210px;
  height: 100%;
}
.footer__main__lang:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer__main__lang__label {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.footer__main__lang__label span {
  position: relative;
  display: block;
  width: auto;
  height: 28px;
  padding-left: 68px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
html[lang=en] .footer__main__lang__label span {
  letter-spacing: 0.05em;
}
.footer__main__lang__label span:before {
  content: "";
  display: block;
  width: 58px;
  height: 28px;
  background-image: url(/images/lang.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}
html[lang=ja] .footer__main__lang__label span:after {
  content: "Japanese";
}
html[lang=en] .footer__main__lang__label span:after {
  content: "English";
}

.footer__main__lang__select {
  position: absolute;
  left: 0px;
  bottom: 105px;
  width: 100%;
  height: 0px;
  transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center bottom;
  overflow: hidden;
}
.footer__main__lang.open .footer__main__lang__select {
  height: 103px;
}

.footer__main__lang__select__container {
  width: 100%;
  height: 103px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.footer__main__lang__select__ja,
.footer__main__lang__select__en {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 0;
  background-color: #858585;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  white-space: nowrap;
}
html[lang=en] .footer__main__lang__select__ja,
html[lang=en] .footer__main__lang__select__en {
  letter-spacing: 0.05em;
}
.footer__main__lang__select__ja span,
.footer__main__lang__select__en span {
  display: inline-block;
  position: relative;
  width: auto;
  height: 24px;
}
.footer__main__lang__select__ja span:after,
.footer__main__lang__select__en span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .footer__main__lang__select__ja:hover span:after,
body:not(.touch) .footer__main__lang__select__en:hover span:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

html[lang=ja] .footer__main__lang__select__ja {
  background-color: #FFF;
  color: #666666;
}

.footer__main__lang__select__en:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #858585 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
}
html[lang=en] .footer__main__lang__select__en {
  background-color: #FFF;
  color: #666666;
}
html[lang=en] .footer__main__lang__select__en:after {
  border-color: #FFF transparent transparent transparent;
}

.footer__main__inquiry {
  position: absolute;
  right: 120px;
  top: 0px;
  width: 200px;
  height: 100%;
}
.footer__main__inquiry:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer__main__inquiry__link {
  width: calc(100% + 1px);
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-left: -1px;
}
html[lang=en] .footer__main__inquiry__link {
  letter-spacing: 0.05em;
}
.footer__main__inquiry__link span {
  display: inline-block;
  position: relative;
}
.footer__main__inquiry__link span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 13px;
  background-image: url(/images/icon_mail_wh.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.footer__main__inquiry__link span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: -1px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .footer__main__inquiry__link:hover span:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.footer__main__backtop {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 100%;
}
.footer__main__backtop:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer__main__backtop__btn {
  position: relative;
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  z-index: 1;
  margin-left: -1px;
}
.footer__main__backtop__btn span {
  display: block;
  position: absolute;
  right: 32px;
  bottom: 43px;
  width: 55px;
  height: 34px;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  color: transparent;
}
.footer__main__backtop__btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer__main__backtop__btn span:after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #FFF;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0px) rotate(45deg);
}
@media (min-width: 1024px) {
  body:not(.touch) .footer__main__backtop__btn:hover span:after {
    -webkit-animation: backtop_hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: backtop_hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
}

@media (max-width: 1200px) {
  .footer__main__head {
    align-items: flex-start;
  }

  .footer__main__head__nav {
    width: 580px;
  }
  .footer__main__head__nav li:nth-child(1) {
    padding-left: 50px;
  }
  .footer__main__head__nav li:nth-child(3):before {
    display: none;
  }
}
/* --- footer__main --- */
@media (max-width: 1023px) {
  .footer {
    margin: 80px 0 0;
    padding: 20px 0 0;
  }

  /* --- footer__links --- */
  .footer__links {
    flex-flow: row wrap;
  }

  .footer__links__item {
    flex: 0 1 50%;
    width: 50%;
  }
  .footer__links__item:nth-child(n+3):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .footer__links__item__link {
    min-height: 100%;
    padding: 20px 11px 20px 10px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }

  .footer__links__item__icon {
    width: 48px;
    height: 48px;
  }

  .footer__links__item__text {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.1em;
    padding: 0 0 0;
    text-align: center;
    margin-top: 6px;
  }
  html[lang=en] .footer__links__item__text {
    letter-spacing: 0.05em;
  }

  /* --- footer__links --- */
  /* --- footer__main --- */
  .footer__main {
    padding-bottom: 30px;
  }

  .footer__main__body {
    width: calc(100% - 60px);
    padding: 85px 0 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__main__head {
    order: 2;
    position: static;
    display: block;
  }

  .footer__main__head__logo {
    position: absolute;
    width: 122px;
    height: 22px;
    left: 0px;
    top: 50px;
  }

  .footer__main__head__logo__link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    background-image: url(/images/logo_b_wh.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .footer__main__head__nav {
    width: 100%;
    height: auto;
    padding-left: 0px;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer__main__head__nav li {
    display: block;
    flex: 0 1 calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .footer__main__head__nav li:nth-child(even) {
    margin-left: 10px;
  }
  .footer__main__head__nav li:before {
    display: none !important;
  }
  .footer__main__head__nav li + li,
.footer__main__head__nav li:nth-child(1) {
    padding-left: 0;
  }
  .footer__main__head__nav li:nth-child(n+3) {
    margin-top: 10px;
  }
  .footer__main__head__nav a {
    display: inline-block;
    padding: 3px 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .footer__main__head__nav a {
    letter-spacing: 0.05em;
  }
  html[lang=en] .footer__main__head__nav {
    width: 100%;
  }
  html[lang=en] .footer__main__head__nav li:nth-child(1) {
    width: 100%;
    padding-left: 0;
  }
  html[lang=en] .footer__main__head__nav a {
    white-space: normal;
  }

  .footer__main__nav {
    width: 100%;
    position: relative;
    margin-top: 0px;
    flex-flow: row wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer__main__nav__block {
    flex: 0 1 calc(50% - 5px);
    width: calc(50% - 5px);
    height: auto;
    padding: 0 0;
    margin-top: 30px;
  }
  .footer__main__nav__block:nth-child(even) {
    margin-left: 10px;
  }

  html[lang=en] .footer__main__nav__block {
    flex: 0 1 100%;
    width: 100%;
    margin-left: 0px;
  }
  .footer__main__nav__block__link {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .footer__main__nav__block__link {
    letter-spacing: 0.05em;
  }

  .footer__main__nav__block__list {
    margin-top: 10px;
  }
  .footer__main__nav__block__list a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    padding: 4px 0;
  }
  html[lang=en] .footer__main__nav__block__list a {
    letter-spacing: 0.05em;
  }
  .footer__main__nav__block__list a:after {
    bottom: 2px;
  }
  html[lang=en] .footer__main__nav__block__list {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  html[lang=en] .footer__main__nav__block__list a {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.1em;
  }
  html[lang=en] html[lang=en] .footer__main__nav__block__list a {
    letter-spacing: 0.05em;
  }

  .footer__main__sub {
    position: static;
    padding: 0px;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
  }
  .footer__main__sub:before {
    display: none;
  }

  .footer__main__colophone {
    order: 4;
    width: 100%;
    height: auto;
    position: static;
    padding: 0 0 0;
  }

  .footer__main__colophone__name {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    position: absolute;
    right: 30px;
    top: 50px;
  }
  html[lang=en] .footer__main__colophone__name {
    letter-spacing: 0.05em;
  }

  .footer__main__colophone_small {
    margin: 0 0 0;
    text-align: center;
  }

  .footer__main__lang {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 54px;
    order: 1;
  }
  .footer__main__lang:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .footer__main__lang__label span {
    width: auto;
    height: 21px;
    padding-left: 53px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .footer__main__lang__label span {
    letter-spacing: 0.05em;
  }
  .footer__main__lang__label span:before {
    width: 44px;
    height: 21px;
  }

  .footer__main__lang__select {
    position: absolute;
    left: 0px;
    bottom: 42px;
  }
  .footer__main__lang.open .footer__main__lang__select {
    height: 100px;
  }

  .footer__main__lang__select__container {
    max-width: 210px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer__main__lang__select__en:after {
    border-width: 12px 12px 0 12px;
    left: calc(50% - 12px);
    bottom: -12px;
  }

  .footer__main__inquiry {
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 54px;
  }
  .footer__main__inquiry:before, .footer__main__inquiry:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer__main__inquiry:before {
    top: 0px;
  }
  .footer__main__inquiry:after {
    bottom: 0px;
  }

  .footer__main__inquiry__link {
    width: calc(100% + 1px);
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
    margin-left: -1px;
  }
  html[lang=en] .footer__main__inquiry__link {
    letter-spacing: 0.05em;
  }

  .footer__main__backtop {
    order: 3;
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 94px;
  }
  .footer__main__backtop:before {
    display: none;
  }

  .footer__main__backtop__btn {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .footer__main__backtop__btn span {
    right: calc(50% - 27px);
    top: 30px;
    bottom: auto;
  }

  /* --- footer__main --- */
}
.header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  z-index: 1000;
}
.header .reset, .header .reset *,
.header .reset *:before,
.header .reset *:after {
  transition: none !important;
}

/* --- header__main --- */
.header__main {
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.header__main__logo {
  position: absolute;
  left: 60px;
  top: 62px;
  width: 204px;
  height: 58px;
}
.header__main__logo a {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-image: url(/images/logo_a_wh.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__main__nav {
  position: absolute;
  right: 25px;
  top: 62px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.header__main__nav__link {
  position: relative;
  display: block;
  width: auto;
  height: 40px;
  white-space: nowrap;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding: 0 15px;
  color: #FFF;
}
html[lang=en] .header__main__nav__link {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .header__main__nav__link {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .header__main__nav__link {
    letter-spacing: 0.05em;
  }
}
.header__main__nav__link:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 15px;
  bottom: 0px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html:not(.msie):not(.wf-active):not(.wf-inactive) .header__main__nav__link:before {
  opacity: 0;
}
@media (min-width: 1024px) {
  body:not(.touch) .header__main__nav__link:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
body.company .header__main__nav__link[href$="/company/"]:before, body.business .header__main__nav__link[href$="/business/"]:before, body.ir .header__main__nav__link[href$="/ir/"]:before, body.sustainability .header__main__nav__link[href$="/sustainability/"]:before, body.recruit .header__main__nav__link[href$="/recruit/"]:before, body.inquiry .header__main__nav__link[href$="/inquiry/"]:before {
  background-color: #FFF;
  transform: scaleX(1);
}

.header__main__nav__inquiry {
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-image: url(/images/icon_mail_wh.png);
  background-size: 30px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.header__main__nav__inquiry:before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 33px;
  bottom: 0px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .header__main__nav__inquiry:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
body.contact .header__main__nav__inquiry:before {
  background-color: #666666;
  transform: scaleX(1);
}

.header__main__toggle {
  display: none;
}

.header.bk .header__main__logo a {
  background-image: url(/images/logo_a_gr.png);
}
.header.bk .header__main__nav__link {
  color: #666666;
}
body.company .header.bk .header__main__nav__link[href$="/company/"]:before, body.business .header.bk .header__main__nav__link[href$="/business/"]:before, body.ir .header.bk .header__main__nav__link[href$="/ir/"]:before, body.sustainability .header.bk .header__main__nav__link[href$="/sustainability/"]:before, body.recruit .header.bk .header__main__nav__link[href$="/recruit/"]:before, body.inquiry .header.bk .header__main__nav__link[href$="/inquiry/"]:before {
  background-color: #666666;
}
.header.bk .header__main__nav__inquiry {
  background-image: url(/images/icon_mail_gr.png);
}

/* --- header__main --- */
/* --- header__stick --- */
.header__stick {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 70px;
  background-color: #FFF;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0s linear 0.5s;
}
.header__stick.show {
  transform: translateY(0%);
  visibility: visible;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0s linear 0s;
}
.header__stick:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #CCCCCC;
}

.header__stick__top {
  display: block;
  width: 148px;
  height: 48px;
  position: absolute;
  left: 60px;
  top: 11px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-image: url(/images/logo_a.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__stick__nav {
  position: absolute;
  right: 25px;
  top: 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1;
}

.header__stick__nav__link {
  position: relative;
  display: block;
  width: auto;
  height: 70px;
  white-space: nowrap;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #666666;
  padding: 20px 15px;
}
html[lang=en] .header__stick__nav__link {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .header__stick__nav__link {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .header__stick__nav__link {
    letter-spacing: 0.05em;
  }
}
.header__stick__nav__link:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 15px;
  bottom: 15px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
html:not(.msie):not(.wf-active):not(.wf-inactive) .header__stick__nav__link:before {
  opacity: 0;
}
@media (min-width: 1024px) {
  body:not(.touch) .header__stick__nav__link:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
body.company .header__stick__nav__link[href$="/company/"]:before, body.business .header__stick__nav__link[href$="/business/"]:before, body.ir .header__stick__nav__link[href$="/ir/"]:before, body.sustainability .header__stick__nav__link[href$="/sustainability/"]:before, body.recruit .header__stick__nav__link[href$="/recruit/"]:before, body.inquiry .header__stick__nav__link[href$="/inquiry/"]:before {
  background-color: #666666;
  transform: scaleX(1);
}

.header__stick__nav__inquiry {
  position: relative;
  display: block;
  width: 100px;
  height: 70px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-image: url(/images/icon_mail_gr.png);
  background-size: 30px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.header__stick__nav__inquiry:before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 33px;
  bottom: 15px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.touch) .header__stick__nav__inquiry:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
body.contact .header__stick__nav__inquiry:before {
  background-color: #666666;
  transform: scaleX(1);
}

.header__stick__toggle {
  display: none;
}

/* --- header__stick --- */
@media (max-width: 1023px) {
  /* --- header__main --- */
  .header__main {
    height: 0px;
    z-index: 0;
  }

  .header__main__logo {
    left: 30px;
    top: 25px;
    width: 127px;
    height: 36px;
  }

  .header__main__nav {
    display: none;
  }

  .header__main__toggle {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
  }
  .header__main__toggle span, .header__main__toggle:before, .header__main__toggle:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .header__main__toggle:before {
    transform: translate(-12px);
  }
  .header__main__toggle:after {
    transform: translate(12px);
  }

  /* --- header__main --- */
  /* --- header__stick --- */
  .header__stick {
    height: 79px;
    visibility: visible;
    transform: translateY(-80px);
    background-color: #FFF;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0s linear 0.5s, opacity 0s linear 0s;
  }
  .header__stick:after {
    display: none;
  }

  .header__stick__top {
    left: 30px;
    top: 25px;
    width: 127px;
    height: 36px;
  }

  .header__stick__nav {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 79px;
    border-top: 1px solid #CCCCCC;
    overflow: hidden;
    background-color: #FFF;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .header__stick__nav__link {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  html[lang=en] .header__stick__nav__link {
    letter-spacing: 0.05em;
  }
  .header__stick__nav__link + .header__stick__nav__link {
    margin-left: 0;
  }
  .header__stick__nav__link:first-child {
    margin-top: 20px;
  }
  .header__stick__nav__link:before {
    display: none;
  }
  .header__stick__nav__link span {
    display: inline-block;
    position: relative;
  }
  .header__stick__nav__link span:before {
    content: "";
    display: none;
    width: 100%;
    height: 2px;
    background-color: #666666;
    position: absolute;
    left: 0px;
    bottom: 3px;
  }
  body.company .header__stick__nav__link[href$="/company/"] span:before, body.business .header__stick__nav__link[href$="/business/"] span:before, body.ir .header__stick__nav__link[href$="/ir/"] span:before, body.sustainability .header__stick__nav__link[href$="/sustainability/"] span:before, body.recruit .header__stick__nav__link[href$="/recruit/"] span:before, body.inquiry .header__stick__nav__link[href$="/inquiry/"] span:before {
    display: block;
  }

  .header__stick__nav__inquiry {
    display: block;
    width: 100%;
    height: 40px;
    display: block;
    text-indent: 0%;
    color: #666666;
    background-image: none;
    margin-left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0.1em;
    vertical-align: middle;
    margin: 10px 0 0;
    padding: 0;
  }
  html[lang=en] .header__stick__nav__inquiry {
    letter-spacing: 0.05em;
  }
  .header__stick__nav__inquiry:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 13px;
    background-image: url(/images/icon_mail_gr.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    left: auto;
    bottom: auto;
    top: -1px;
    margin-right: 12px;
    background-color: transparent;
    transition: none !important;
    transform: none !important;
    background-color: transparent !important;
  }

  .header__stick__toggle {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
  }
  .header__stick__toggle span, .header__stick__toggle:before, .header__stick__toggle:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .header__stick__toggle:before {
    transform: translateX(-12px);
  }
  .header__stick__toggle:after {
    transform: translateX(12px);
  }

  /* --- header__stick --- */
  .header:before {
    content: "";
    width: 100%;
    height: 0%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: height 0s linear 0.3s, opacity 0.3s linear 0s;
  }

  .header.open:before {
    height: 100%;
    opacity: 1;
    transition: height 0s linear 0s, opacity 0.3s linear 0s;
  }
  .header.open .header__stick {
    transform: translateY(0%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .header.open .header__stick__toggle span {
    visibility: hidden;
  }
  .header.open .header__stick__toggle:before, .header.open .header__stick__toggle:after {
    width: 28px;
    height: 3px;
    border-radius: 1px;
    left: calc(50% - 14px);
    top: calc(50% - 2px);
  }
  .header.open .header__stick__toggle:before {
    transform: translateX(0px) rotate(45deg);
  }
  .header.open .header__stick__toggle:after {
    transform: translateX(0px) rotate(-45deg);
  }
  .header.open .header__stick__nav {
    height: 290px;
  }
  html[lang=en] .header.open .header__stick__nav {
    height: 210px;
  }

  .header.closing .header__stick:not(.show) {
    visibility: hidden;
    opacity: 0;
    transition: transform 0s linear 0.3s, visibility 0s linear 0.3s, opacity 0.3s linear 0s;
  }

  .header.bk .header__main__toggle span, .header.bk .header__main__toggle:before, .header.bk .header__main__toggle:after {
    background-color: #666666;
  }
}
.listindex {
  position: relative;
}

.listindex__item {
  width: 100%;
  height: auto;
  position: relative;
}
body:not(.child) .listindex__item:hover {
  z-index: 1;
}

.listindex__item__link, .listindex__item__link--pdf {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  color: #666666;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear;
}
.listindex__item__link:after, .listindex__item__link--pdf:after {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(/images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
}
.listindex__item__link:before, .listindex__item__link--pdf:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: -1px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 1024px) {
  body:not(.child) .listindex__item__link:hover, body:not(.child) .listindex__item__link--pdf:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
  body:not(.child) .listindex__item__link:hover:after, body:not(.child) .listindex__item__link--pdf:hover:after {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  body:not(.child) .listindex__item__link:hover:before, body:not(.child) .listindex__item__link--pdf:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.listindex__item__link--pdf:after {
  width: 60px;
  height: 100%;
  background-image: url(/images/icon_pdf_gr.png);
  background-size: 20px 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-animation: none !important;
          animation: none !important;
}

.listindex__item__date {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  line-height: 1.75;
  flex: 0 0 160px;
  width: 160px;
  white-space: nowrap;
  padding: 0 20px;
}
html[lang=en] .listindex__item__date {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .listindex__item__date {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .listindex__item__date {
    letter-spacing: 0.05em;
  }
}

.listindex__item__category, .listindex__item__category--important {
  flex: 0 0 100px;
  width: 100px;
  height: auto;
  vertical-align: top;
  text-align: center;
  line-height: 0;
}
.listindex__item__category span, .listindex__item__category--important span {
  display: block;
  width: 100px;
  height: auto;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #666666;
  text-align: center;
}
html[lang=en] .listindex__item__category span, html[lang=en] .listindex__item__category--important span {
  letter-spacing: 0.05em;
}

.listindex__item__category--important span {
  background-color: #9CC715;
}

.listindex__item__body {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 15px 20px;
}
html[lang=en] .listindex__item__body {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .listindex__item__body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .listindex__item__body {
    letter-spacing: 0.05em;
  }
}

.listindex__item__icon, .listindex__item__icon--pdf {
  flex: 0 0 60px;
  width: 60px;
  height: 100%;
  position: relative;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.listindex__item__icon--pdf {
  background-image: url(/images/icon_pdf_gr.png);
  background-size: 20px 25px;
}

@media (max-width: 1023px) {
  .listindex__item:not(:last-child) {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
  }

  .listindex__item__link, .listindex__item__link--pdf {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 30px 15px 0;
  }
  .listindex__item__link:after, .listindex__item__link--pdf:after {
    width: 16px;
    height: 4px;
    right: 0px;
    top: 42px;
  }

  .listindex__item__link--pdf:after {
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
    top: 34px;
  }

  .listindex__item__date {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: auto;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 2px;
  }
  html[lang=en] .listindex__item__date {
    letter-spacing: 0.05em;
  }

  .listindex__item__category, .listindex__item__category--important {
    position: absolute;
    left: 0px;
    top: 2px;
    width: auto;
    min-width: 80px;
    max-width: calc(100% - 110px);
  }
  .listindex__item__category span, .listindex__item__category--important span {
    width: 100%;
    height: auto;
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .listindex__item__body {
    line-height: 2;
    padding: 0 0 0;
  }

  .listindex__item__icon, .listindex__item__icon--pdf {
    flex: 0 0 30px;
    width: 30px;
    height: 28px;
    margin: 0;
    background-position: right center;
  }

  .listindex__item__icon--pdf {
    background-size: 18px 22.5px;
  }
}
.sectionindex {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -80px;
}

.sectionindex__item {
  flex: 0 1 calc(50% - 40px);
  width: calc(50% - 40px);
  height: auto;
  position: relative;
  background-color: #FFF;
}
.sectionindex__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #CCCCCC;
}
.sectionindex__item:nth-child(even) {
  margin-left: 80px;
}
.sectionindex__item:nth-child(n+3) {
  margin-top: 50px;
}

.sectionindex__item__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 160px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear;
  position: relative;
  z-index: 1;
}
.sectionindex__item__link:before {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(/images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
}
.sectionindex__item__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: -1px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
@media (min-width: 1024px) {
  body:not(.touch) .sectionindex__item__link:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
  body:not(.touch) .sectionindex__item__link:hover:before {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  body:not(.touch) .sectionindex__item__link:hover:after {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.sectionindex__item__thumb {
  display: block;
  width: 160px;
  height: 160px;
  flex: 0 1 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}
.sectionindex__item__thumb .placeholder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.sectionindex__item__thumb > img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sectionindex__item__thumb.scrollFx:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 0.5s linear 0s;
}
.sectionindex__item__thumb.scrollFx img {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2);
  transition: opacity 0.5s linear 0s, transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.sectionindex__item__thumb.scrollFx.show:before {
  opacity: 0;
}
.sectionindex__item__thumb.scrollFx.show img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.sectionindex__item:nth-child(4n+2) .sectionindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
}
.sectionindex__item:nth-child(4n+3) .sectionindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(-1);
}
.sectionindex__item:nth-child(4n+1) .sectionindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(1);
}
.sectionindex__item:nth-child(4n+4) .sectionindex__item__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
}

.sectionindex__item__title {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  flex: 0 1 calc(100% - 160px);
  padding: 0 80px 0 30px;
}
html[lang=en] .sectionindex__item__title {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .sectionindex__item__title {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .sectionindex__item__title {
    letter-spacing: 0.05em;
  }
}

@media (max-width: 1023px) {
  .sectionindex {
    display: block;
    margin-top: -44px;
  }

  .sectionindex__item {
    width: 100%;
  }
  .sectionindex__item + .sectionindex__item, .sectionindex__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .sectionindex__item:nth-child(even) {
    margin-left: 0;
  }

  .sectionindex__item__link {
    width: 100%;
    height: 88px;
  }
  .sectionindex__item__link:before {
    width: 16px;
    height: 4px;
    right: 20px;
    top: calc(50% - 2px);
  }

  .sectionindex__item__thumb {
    width: 88px;
    height: 88px;
    flex: 0 1 88px;
  }

  .sectionindex__item__title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    flex: 0 1 calc(100% - 88px);
    padding: 0 50px 0 20px;
  }
  html[lang=en] .sectionindex__item__title {
    letter-spacing: 0.05em;
  }
}
.tabgroup__nav {
  position: relative;
  height: 58px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.tabgroup__nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.tabgroup__nav__prev,
.tabgroup__nav__next {
  display: none;
  width: 36px;
  height: 42px;
  background-color: #FFF;
  z-index: 1;
  position: absolute;
  top: 0px;
  -webkit-touch-callout: none;
}
.tabgroup__nav__prev:after,
.tabgroup__nav__next:after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background-color: #CCCCCC;
  position: absolute;
  top: 2px;
}
.tabgroup__nav__prev:before,
.tabgroup__nav__next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #666666;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -4px;
}

.tabgroup__nav__prev {
  left: 0px;
}
.tabgroup__nav__prev:after {
  right: 0px;
}
.tabgroup__nav__prev:before {
  transform: rotate(180deg);
}

.tabgroup__nav__next {
  right: 0px;
}
.tabgroup__nav__next:after {
  left: 0px;
}

.tabgroup__nav__container {
  position: relative;
  height: 42px;
  width: auto;
  padding-bottom: 12px;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabgroup__nav__container::-webkit-scrollbar {
  display: none;
}
.tabgroup__nav__container > ul {
  display: inline-block;
  width: auto !important;
  height: auto;
  white-space: nowrap;
  font-size: 0px;
  margin-top: 0px !important;
}

.tabgroup__nav__item {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
.tabgroup__nav__item:not(:last-child) {
  padding-right: 28px;
}
.tabgroup__nav__item:not(:last-child):before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #CCCCCC;
  position: absolute;
  left: auto;
  right: 14px;
  top: 12px;
}
.tabgroup__nav__item:last-child {
  padding-right: 6px;
}

.tabgroup__nav__button {
  position: relative;
  display: block;
  width: auto;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
}
.tabgroup__nav__button:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: 3px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.tabgroup__nav__item.current .tabgroup__nav__button {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #666666;
}
.tabgroup__nav__item.current .tabgroup__nav__button:before {
  background-color: #666666;
  transform-origin: right center;
  transform: scaleX(1);
}
html:not(.msie):not(.wf-active):not(.wf-inactive) .tabgroup__nav__button:before {
  opacity: 0 !important;
}
@media (min-width: 1024px) {
  body:not(.touch) .tabgroup__nav__button:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.vline, .index__sustainability__vline, .index__others__vline, .index__about__vline, .article__vline {
  width: 1px;
  height: 160px;
  background-color: #CCCCCC;
  position: absolute;
  left: 50%;
  -webkit-animation: verticalMaskAnim 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
          animation: verticalMaskAnim 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes verticalMaskAnim {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
}

@keyframes verticalMaskAnim {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
}
.article {
  width: calc(100% - 200px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.article > *:first-child:not(.article__spnav) {
  margin-top: 80px;
}
.article > .article__spnav:first-child + * {
  margin-top: 80px;
}
.article a:not([class]) {
  text-decoration: underline;
}

/*	==========================
	sections , blocks
	========================== */
/* --- article__intro --- */
.article__intro {
  position: relative;
  padding: 70px 0 20px 30px;
  border-left: 1px solid #CCCCCC;
  max-width: 880px;
  margin-top: 0px !important;
}

.article__intro__lead {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  letter-spacing: 0.22em;
}
html[lang=en] .article__intro__lead {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .article__intro__lead {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  html[lang=en] .article__intro__lead {
    letter-spacing: 0.05em;
  }
}

.article__intro__text {
  margin-top: 20px;
}

/* --- article__intro --- */
/* --- article__spnav --- */
.article__spnav {
  display: none;
}

/* --- article__spnav --- */
/* --- article__section --- */
.article__section, .article__subsection {
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
}
.article__section > *:first-child, .article__subsection > *:first-child {
  margin-top: 0px;
}
.article__section p, .article__subsection p, .article__section ol, .article__subsection ol, .article__section ul, .article__subsection ul {
  margin-top: 28px;
}
.article__section ul li, .article__subsection ul li {
  position: relative;
  padding-left: 1.1em;
}
.article__section ul li:before, .article__subsection ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
}
.article__section ul.star li:before, .article__subsection ul.star li:before {
  content: "※";
}
.article__section .nomargin, .article__subsection .nomargin {
  margin: 0 !important;
}
.article__heading + .article__section, .article__heading + .article__subsection {
  margin-top: 40px;
}
.article__section p span.note, .article__subsection p span.note {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #999999;
  padding-left: 1em;
}
html[lang=en] .article__section p span.note, html[lang=en] .article__subsection p span.note {
  letter-spacing: 0.05em;
}
.article__section p span.note:before, .article__subsection p span.note:before {
  content: "※";
  position: absolute;
  left: 0px;
}
.article__section img, .article__subsection img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 28px;
}

.article__subsection {
  margin-top: 40px;
}

/* --- article__section --- */
/* --- article__largeimgblock --- */
.article__largeimgblock {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.article__largeimgblock__img {
  order: 1;
  flex: 0 1 calc(53.5714% - 40px);
  flex-basis: calc(53.5714% - 40px);
  width: calc(53.5714% - 40px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
}
.article__largeimgblock__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.article__largeimgblock__text {
  order: 2;
  flex: 0 1 calc(46.4286% - 40px);
  flex-basis: calc(46.4286% - 40px);
  width: calc(46.4286% - 40px);
  margin-left: 80px;
}

/* --- article__largeimgblock --- */
/* --- article__imgblock --- */
.article__imgblock, .article__imgblock--reverse--img480,
.article__imgblock--img480--reverse, .article__imgblock--reverse, .article__imgblock--img480 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.article__imgblock + .article__imgblock, .article__imgblock--reverse--img480 + .article__imgblock,
.article__imgblock--img480--reverse + .article__imgblock, .article__imgblock + .article__imgblock--reverse--img480, .article__imgblock--reverse--img480 + .article__imgblock--reverse--img480,
.article__imgblock--img480--reverse + .article__imgblock--reverse--img480,
.article__imgblock + .article__imgblock--img480--reverse,
.article__imgblock--reverse--img480 + .article__imgblock--img480--reverse,
.article__imgblock--img480--reverse + .article__imgblock--img480--reverse, .article__imgblock--reverse + .article__imgblock, .article__imgblock--reverse + .article__imgblock--reverse--img480,
.article__imgblock--reverse + .article__imgblock--img480--reverse, .article__imgblock + .article__imgblock--reverse, .article__imgblock--reverse--img480 + .article__imgblock--reverse,
.article__imgblock--img480--reverse + .article__imgblock--reverse, .article__imgblock--reverse + .article__imgblock--reverse, .article__imgblock--img480 + .article__imgblock, .article__imgblock--img480 + .article__imgblock--reverse--img480,
.article__imgblock--img480 + .article__imgblock--img480--reverse, .article__imgblock--img480 + .article__imgblock--reverse, .article__imgblock + .article__imgblock--img480, .article__imgblock--reverse--img480 + .article__imgblock--img480,
.article__imgblock--img480--reverse + .article__imgblock--img480, .article__imgblock--reverse + .article__imgblock--img480, .article__imgblock--img480 + .article__imgblock--img480 {
  margin-top: 40px;
}

.article__imgblock--img480 .article__imgblock__img {
  flex: 0 1 calc(46.4286% - 40px);
  flex-basis: calc(46.4286% - 40px);
  width: calc(46.4286% - 40px);
}
.article__imgblock--img480 .article__imgblock__text {
  flex: 0 1 calc(53.5714% - 40px);
  flex-basis: calc(53.5714% - 40px);
  width: calc(53.5714% - 40px);
}

.article__imgblock--reverse .article__imgblock__img {
  order: 1;
}
.article__imgblock--reverse .article__imgblock__text {
  order: 2;
  margin-right: 0px;
  margin-left: 80px;
}

.article__imgblock--reverse--img480 .article__imgblock__img,
.article__imgblock--img480--reverse .article__imgblock__img {
  flex: 0 1 calc(46.4286% - 40px);
  flex-basis: calc(46.4286% - 40px);
  width: calc(46.4286% - 40px);
  order: 1;
}
.article__imgblock--reverse--img480 .article__imgblock__text,
.article__imgblock--img480--reverse .article__imgblock__text {
  flex: 0 1 calc(53.5714% - 40px);
  flex-basis: calc(53.5714% - 40px);
  width: calc(53.5714% - 40px);
  order: 2;
  margin-right: 0px;
  margin-left: 80px;
}

.article__imgblock__img {
  position: relative;
  order: 2;
  flex: 0 1 calc(33.9286% - 40px);
  flex-basis: calc(33.9286% - 40px);
  width: calc(33.9286% - 40px);
  display: block;
}
.article__imgblock__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.article__imgblock__img .placeholder {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 75%;
  border: 1px solid #ccc;
  order: 2;
  position: relative;
}
.article__imgblock__img .placeholder span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #aaa;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}
.article__imgblock__img img + img,
.article__imgblock__img img + .placeholder,
.article__imgblock__img .placeholder + img,
.article__imgblock__img .placeholder + .placeholder {
  margin-top: 20px;
}

.article__imgblock__text {
  position: relative;
  order: 1;
  flex: 0 1 calc(66.0714% - 40px);
  flex-basis: calc(66.0714% - 40px);
  width: calc(66.0714% - 40px);
  margin-right: 80px;
}
.article__imgblock__text > *:first-child {
  margin-top: 0px;
}

/* --- article__imgblock --- */
/* --- article__footer --- */
.article__footer {
  margin-top: 120px;
  position: relative;
  padding-top: 60px;
  border-top: 1px solid #CCCCCC;
}

.article__footer__nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.article__footer__nav__item {
  display: block;
  width: calc(33.3333% - 44px);
  height: auto;
  position: relative;
}
.article__footer__nav__item:nth-child(3n+2), .article__footer__nav__item:nth-child(3n+3) {
  margin-left: 66px;
}
.article__footer__nav__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: opacity 0.25s linear;
}
.article__footer__nav__item.current {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.article__footer__nav__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 44px;
  padding: 10px 60px 10px 30px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear;
}
html[lang=en] .article__footer__nav__link {
  letter-spacing: 0.05em;
}
.article__footer__nav__link:nth-child(3n+2), .article__footer__nav__link:nth-child(3n+3) {
  margin-left: 66px;
}
.article__footer__nav__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.article__footer__nav__link:after {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(/images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
}
@media (min-width: 1024px) {
  body:not(.touch) .article__footer__nav__link:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
  body:not(.touch) .article__footer__nav__link:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
  body:not(.touch) .article__footer__nav__link:hover:after {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
}

.article__footer__back {
  position: relative;
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.article__footer__back:only-child {
  margin-top: 0px;
}

.article__footer__back__top {
  display: block;
  width: auto;
  height: 56px;
  position: relative;
  white-space: nowrap;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0.1em;
  color: #666666;
  order: -1;
  margin-right: 100px;
}
html[lang=en] .article__footer__back__top {
  letter-spacing: 0.05em;
}
html[lang=en] .article__footer__back__top {
  letter-spacing: 0.05em;
}

/* --- article__footer --- */
/*	==========================
	heading
	========================== */
/* --- article__heading --- */
.article__heading {
  margin-top: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}

.article__heading__main {
  display: block;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
html[lang=en] .article__heading__main {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .article__heading__main {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  html[lang=en] .article__heading__main {
    letter-spacing: 0.05em;
  }
}

/* --- article__heading --- */
/* --- article__subheading --- */
.article__subheading {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
html[lang=en] .article__subheading {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .article__subheading {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  html[lang=en] .article__subheading {
    letter-spacing: 0.05em;
  }
}
.article__subheading:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  left: -60px;
  top: 18px;
}

.article__subheading__date {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
html[lang=en] .article__subheading__date {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .article__subheading__date {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .article__subheading__date {
    letter-spacing: 0.05em;
  }
}

/* --- article__subheading --- */
/* --- article__smallheading --- */
.article__smallheading {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  line-height: 28px;
  position: relative;
  margin-top: 38px;
  margin-bottom: 10px;
}
html[lang=en] .article__smallheading {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .article__smallheading {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  html[lang=en] .article__smallheading {
    letter-spacing: 0.05em;
  }
}

/* --- article__smallheading --- */
/*	==========================
	components , parts
	========================== */
/* --- article__vline --- */
.article__vline {
  position: relative;
  left: auto;
  top: auto;
  margin: 80px auto;
}

/* --- article__vline --- */
/* --- article__links --- */
.article__links {
  margin-top: 40px;
}
.article__links:first-child {
  margin-top: 0px;
}

/* --- article__links --- */
/* --- article__bannerlinks --- */
.article__bannerlinks {
  margin-top: 40px;
}
.article__bannerlinks:first-child {
  margin-top: 0px;
}
.article__bannerlinks .boxlinks__button {
  flex: 0 1 calc(50% - 20px);
  width: calc(50% - 20px);
}
.article__bannerlinks .boxlinks__button:nth-child(even) {
  margin-left: 40px;
}
.article__bannerlinks .boxlinks__button:nth-child(n+3) {
  margin-top: 40px;
}

/* --- article__bannerlinks --- */
/* --- article__dlist --- */
.article__dlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}
.article__dlist:first-child {
  margin-top: 0px;
}
.article__imgblock__text .article__dlist {
  width: 100%;
  margin-left: 0px;
}
.article__imgblock__text .article__dlist dt {
  width: 30%;
  padding-left: 0px;
}
.article__imgblock__text .article__dlist dd {
  width: 70%;
  padding-left: 30px;
}

.article__dlist dt,
.article__dlist dd {
  flex: 1 1 auto;
  height: auto;
  border-top: 1px solid #CCCCCC;
}
.article__dlist dt:first-of-type,
.article__dlist dd:first-of-type {
  border-top: 0px;
  padding-top: 0px;
}
.article__dlist dt:last-of-type,
.article__dlist dd:last-of-type {
  padding-bottom: 0px;
}
.article__dlist dt > *:first-child,
.article__dlist dd > *:first-child {
  margin-top: 0px;
}
.article__dlist dt > *:last-child,
.article__dlist dd > *:last-child {
  margin-bottom: 0px;
}

.article__dlist dt {
  width: 260px;
  padding: 18px 0 18px 0;
}

.article__dlist dd {
  width: calc(100% - 260px);
  padding: 18px 0 18px 40px;
}
.article__dlist dd dl {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.article__dlist dd dl dt,
.article__dlist dd dl dd {
  flex: 1 1 auto;
  height: auto;
  padding: 18px 0 18px 0;
  border-top: 1px solid #CCCCCC;
}
.article__dlist dd dl dt:first-of-type,
.article__dlist dd dl dd:first-of-type {
  border-top: 0px;
  padding-top: 0px;
}
.article__dlist dd dl dt:last-of-type,
.article__dlist dd dl dd:last-of-type {
  padding-bottom: 0px;
}
.article__dlist dd dl dt {
  width: 30%;
}
.article__dlist dd dl dd {
  width: 70%;
  padding-left: 20px;
}
.article__dlist dd dl:first-child {
  margin-top: 0px;
}

.article__dlist__boxlinks {
  margin-top: 27px;
  margin-bottom: 18px;
  gap: 20px 20px;
}

.article__dlist__col3 {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.article__dlist__col3 dt:nth-child(1),
.article__dlist__col3 dd:nth-child(1) {
  flex: 0 1 auto;
  width: 140px;
  padding: 18px 0 18px;
  border-top: 1px solid #CCCCCC;
}
.article__dlist__col3 dt:nth-child(2),
.article__dlist__col3 dd:nth-child(2) {
  flex: 0 1 auto;
  width: 260px;
  padding: 18px 0 18px 20px;
  border-top: 1px solid #CCCCCC;
}
.article__dlist__col3 dt:nth-child(3),
.article__dlist__col3 dd:nth-child(3) {
  flex: 1 1 calc(100% - 400px);
  flex-basis: calc(100% - 400px);
  width: calc(100% - 400px);
  padding: 18px 0 18px 20px;
  border-top: 1px solid #CCCCCC;
}
.article__dlist__col3:first-child dt, .article__dlist__col3:first-child dd {
  border-top: 0px;
  padding-top: 0px;
}
.article__dlist__col3:last-child dt, .article__dlist__col3:last-child dd {
  padding-bottom: 0px;
}

/* --- article__dlist --- */
/* --- article__col2 --- */
.article__col2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}
.article__col2:first-child {
  margin-top: 0px;
}

.article__col2__item {
  flex: 0 1 calc(50% - 40px);
  flex-basis: 0 1 calc(50% - 40px);
  width: 0 1 calc(50% - 40px);
}
.article__col2__item:nth-child(even) {
  margin-left: 80px;
}
.article__col2__item > *:first-child {
  margin-top: 0px;
}
.article__col2__item > *:last-child {
  margin-bottom: 0px;
}
.article__col2__item:nth-child(n+3) {
  margin-top: 40px;
}

/* --- article__col2 --- */
/* --- article__2colblocks --- */
.article__2colblocks {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}
.article__2colblocks:first-child {
  margin-top: 0px;
}

.article__2colblocks__item {
  flex: 0 1 calc(50% - 40px);
  flex-basis: 0 1 calc(50% - 40px);
  width: 0 1 calc(50% - 40px);
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.article__2colblocks__item:nth-child(even) {
  margin-left: 80px;
}
.article__2colblocks__item:nth-child(1), .article__2colblocks__item:nth-child(2) {
  padding-top: 0px;
}
.article__2colblocks__item:nth-last-child(1), .article__2colblocks__item:nth-last-child(2):not(:nth-child(even)) {
  border-bottom: none;
  padding-bottom: 0px;
}

.article__2colblocks__item__body {
  flex: 1 1 auto;
  padding-right: 40px;
}

.article__2colblocks__item__link {
  flex: 0 0 auto;
  display: block;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding: 0 30px 0 0;
  align-self: flex-start;
}
.article__2colblocks__item__link:after {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(/images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: calc(50% - 2px);
}
@media (min-width: 1024px) {
  body:not(.touch) .article__2colblocks__item__link:hover:after {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
}

/* --- article__2colblocks --- */
/* --- article__table --- */
.article__table {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.article__table__body {
  width: 100%;
  height: auto;
}
.article__table__body table {
  width: 100%;
  height: auto;
}
.article__table__body tr:first-of-type th,
.article__table__body tr:first-of-type th.article__table__headcell {
  border-top: 1px solid #B2B2B2;
}
.article__table__body tr:first-of-type td {
  border-top: 1px solid #B2B2B2;
}
.article__table__body th, .article__table__body td {
  text-align: center;
  padding: 20px 10px 20px;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
}
.article__table__body th li, .article__table__body td li {
  text-align: left;
}
.article__table__body th > *:first-child, .article__table__body th > *:first-child *:first-child, .article__table__body td > *:first-child, .article__table__body td > *:first-child *:first-child {
  margin-top: 0px;
}
.article__table__body th img, .article__table__body td img {
  margin: 0 auto;
}
.article__table__body th img + img, .article__table__body td img + img {
  margin-top: 28px;
}
.article__table__body th {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
.article__table__body th.article__table__headcell {
  padding: 13px 10px 13px;
  background-color: #B2B2B2;
  border-bottom: none;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  color: #FFF;
}
.article__table__body th.article__table__headcell:first-child:only-of-type {
  border-right: 0px;
  border-bottom: 1px solid #B2B2B2;
}
.article__table__body th.article__table__headcell + th.article__table__headcell {
  position: relative;
}
.article__table__body .article__table__dotcell, .article__table__body .article__table__dotcell--last {
  position: relative;
}
.article__table__body .article__table__dotcell:before, .article__table__body .article__table__dotcell--last:before, .article__table__body .article__table__dotcell:after, .article__table__body .article__table__dotcell--last:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
  position: absolute;
  top: 0px;
  opacity: 1;
}
.article__table__body .article__table__dotcell:before, .article__table__body .article__table__dotcell--last:before {
  left: 0px;
}
.article__table__body .article__table__dotcell:after, .article__table__body .article__table__dotcell--last:after {
  right: 0px;
}
.article__table__body .article__table__dotcell + .article__table__dotcell:before, .article__table__body .article__table__dotcell--last + .article__table__dotcell:before, .article__table__body .article__table__dotcell + .article__table__dotcell--last:before, .article__table__body .article__table__dotcell--last + .article__table__dotcell--last:before {
  display: none;
}

.article__table__dotcell--last:after {
  display: none !important;
}

.article__table__title {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 14px;
}

.article__table__date {
  width: 100%;
  height: auto;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 20px;
}

.article__table__subcaption {
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 20px !important;
}

ol.article__table__subcaption {
  list-style: decimal outside;
  padding-left: 2em;
}

/* --- article__table --- */
/* --- article__singletext --- */
.article__singletext {
  max-width: 840px;
}

/* --- article__singletext --- */
/* --- article__gridimg --- */
.article__gridimg {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.article__gridimg figcaption {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.article__gridimg div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.article__gridimg div img {
  flex: 0 1 calc(33.3333% - 18px);
  flex-basis: calc(33.3333% - 18px);
  width: calc(33.3333% - 18px);
  height: auto;
  margin-top: 28px;
}
.article__gridimg div img:nth-child(3n+1), .article__gridimg div img:nth-child(3n+2) {
  margin-right: 27px;
}

/* --- article__gridimg --- */
@media (max-width: 1023px) {
  .article {
    width: calc(100% - 60px);
  }
  .article > *:first-child:not(.article__spnav) {
    margin-top: 60px;
  }
  .article > .article__spnav:first-child + * {
    margin-top: 60px;
  }

  /* --- article__intro --- */
  .article__intro {
    padding: 45px 0 10px 20px;
  }

  .article__intro__lead {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.22em;
  }
  html[lang=en] .article__intro__lead {
    letter-spacing: 0.05em;
  }

  .article__intro__text {
    margin-top: 10px;
  }

  /* --- article__intro --- */
  /* --- article__spnav --- */
  .article__spnav {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px auto 0;
  }

  .article__spnav__link {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 11px 45px 11px 0;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    transition: box-shadow 0.25s linear, background-color 0.25s linear;
    margin-top: -1px;
  }
  html[lang=en] .article__spnav__link {
    letter-spacing: 0.05em;
  }
  .article__spnav__link:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: opacity 0.25s linear;
  }
  .article__spnav__link:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-color: #666666;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
  }
  /* --- article__spnav --- */
  /* --- article__section --- */

  /* --- article__section --- */
  /* --- article__largeimgblock --- */

  /* --- article__largeimgblock --- */
  /* --- article__imgblock --- */

  /* --- article__imgblock --- */
  /* --- article__footer --- */

  /* --- article__footer --- */
  /* --- article__heading --- */

  /* --- article__heading --- */
  /* --- article__subheading --- */

  /* --- article__subheading --- */
  /* --- article__smallheading --- */

  /* --- article__smallheading --- */
  /* --- article__vline --- */

  /* --- article__vline --- */
  /* --- article__dlist --- */

  /* --- article__dlist --- */
  /* --- article__bannerlinks --- */

  /* --- article__bannerlinks --- */
  /* --- article__table --- */

  /* --- article__table --- */
  /* --- article__2colblocks --- */

  /* --- article__2colblocks --- */
  /* --- article__gridimg --- */

  /* --- article__gridimg --- */
}
@media (max-width: 1023px) and (min-width: 1024px) {
  body:not(.touch) .article__spnav__link:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
    z-index: 1;
  }
  body:not(.touch) .article__spnav__link:hover:after {
    -webkit-animation: anchorDownArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: anchorDownArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  body:not(.touch) .article__spnav__link:hover:before {
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .article__section, .article__subsection {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .article__section p, .article__subsection p, .article__section ol, .article__subsection ol, .article__section ul, .article__subsection ul {
    margin-top: 28px;
  }
}
@media (max-width: 1023px) {
  .article__largeimgblock {
    display: block;
    margin-top: 28px;
  }
}
@media (max-width: 1023px) {
  .article__largeimgblock__img {
    width: calc(100% + 60px);
    display: block;
    background-color: #FFF;
    margin-left: -30px;
  }
  .article__largeimgblock__img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .article__largeimgblock__text {
    width: 100%;
    margin: 28px 0 0;
  }
}
@media (max-width: 1023px) {
  .article__imgblock, .article__imgblock--img480, .article__imgblock--reverse, .article__imgblock--reverse--img480,
.article__imgblock--img480--reverse {
    display: block;
    margin-top: 28px;
  }
}
@media (max-width: 1023px) {
  .article__imgblock__img {
    width: 100% !important;
  }
  .article__imgblock__img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .article__imgblock__text {
    width: 100% !important;
    margin: 28px 0 0;
  }
  .article__imgblock--reverse .article__imgblock__text,
.article__imgblock__text .article__imgblock--reverse--img480,
.article__imgblock__text .article__imgblock--img480--reverse, .article__imgblock .article__imgblock__text, .article__imgblock--img480 .article__imgblock__text, .article__imgblock--reverse--img480 .article__imgblock__text,
.article__imgblock--img480--reverse .article__imgblock__text {
    margin: 28px 0 0;
  }
}
@media (max-width: 1023px) {
  .article__footer {
    margin-top: 80px;
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .article__footer__nav {
    display: block;
  }
}
@media (max-width: 1023px) {
  .article__footer__nav__item {
    width: 100%;
  }
  .article__footer__nav__item:nth-child(3n+2), .article__footer__nav__item:nth-child(3n+3) {
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  .article__footer__nav__link {
    width: 100%;
    min-height: 44px;
    padding: 10px 40px 10px 20px;
  }
  .article__footer__nav__link:after {
    width: 16px;
    height: 4px;
    right: 0px;
    top: calc(50% - 2px);
  }
}
@media (max-width: 1023px) {
  .article__footer__back {
    text-align: center;
    margin-top: 40px;
    display: block;
  }
}
@media (max-width: 1023px) {
  .article__footer__back__top {
    display: block;
    width: 100px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    letter-spacing: 0.1em;
    position: relative;
    left: auto;
    top: auto;
    margin: 10px auto 0;
  }
  html[lang=en] .article__footer__back__top {
    letter-spacing: 0.05em;
  }
  html[lang=en] .article__footer__back__top {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .article__heading {
    margin-top: 60px;
    display: block;
    padding-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .article__heading__main {
    display: block;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .article__heading__main {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .article__heading__en {
    display: block;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .article__heading__en {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .article__subheading {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    display: block;
  }
  html[lang=en] .article__subheading {
    letter-spacing: 0.05em;
  }
  .article__subheading:before {
    width: 20px;
    left: -30px;
    top: 14px;
  }
}
@media (max-width: 1023px) {
  .article__subheading__date {
    display: block;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .article__smallheading {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
  html[lang=en] .article__smallheading {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .article__vline {
    height: 100px;
    margin: 50px auto;
  }
}
@media (max-width: 1023px) {
  .article__dlist {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-top: 28px;
  }
  .article__imgblock__text .article__dlist dt {
    width: 100%;
  }
  .article__imgblock__text .article__dlist dd {
    width: 100%;
    padding-left: 0px;
  }
  .article__imgblock__text .article__smallheading + .article__dlist {
    margin-top: 14px;
  }
}
@media (max-width: 1023px) {
  .article__dlist dt {
    width: 100%;
    padding: 14px 0 0 0;
    border-top: 1px solid #CCCCCC;
  }
  .article__dlist dt:first-of-type {
    border-top: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 1023px) {
  .article__dlist dd {
    width: 100%;
    padding: 0 0 14px 0;
    border-top: 0px;
  }
  .article__dlist dd:last-of-type {
    padding-bottom: 0px;
  }
  .article__dlist dd dl {
    width: 100%;
    display: block;
    margin-top: 28px;
  }
  .article__dlist dd dl dt {
    width: 100%;
    padding: 14px 0 0 0;
    border-top: 0px;
  }
  .article__dlist dd dl dt:first-of-type {
    border-top: 0px;
    padding-top: 0px;
  }
  .article__dlist dd dl dd {
    width: 100%;
    padding: 0 0 0 0;
    border-top: 0px;
  }
  .article__dlist dd dl dd:last-of-type {
    padding-bottom: 0px;
  }
  .article__dlist dd dl:first-child {
    margin-top: 14px;
  }
}
@media (max-width: 1023px) {
  .article__dlist__boxlinks {
    margin-top: 21px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .article__dlist__col3 {
    display: block;
  }
  .article__dlist__col3 dt:nth-child(1),
.article__dlist__col3 dd:nth-child(1) {
    width: 100%;
    padding: 14px 0 0;
    border-top: 1px solid #CCCCCC;
  }
  .article__dlist__col3 dt:nth-child(2),
.article__dlist__col3 dd:nth-child(2) {
    width: 100%;
    padding: 0 0 0 0;
    border-top: 0px;
  }
  .article__dlist__col3 dt:nth-child(3),
.article__dlist__col3 dd:nth-child(3) {
    width: 100%;
    padding: 0 0 14px;
    border-top: 0px;
  }
  .article__dlist__col3:first-child dt, .article__dlist__col3:first-child dd {
    border-top: 0px;
    padding-top: 0px;
  }
  .article__dlist__col3:last-child dt, .article__dlist__col3:last-child dd {
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .article__bannerlinks {
    margin-top: 40px;
  }
  .article__bannerlinks .boxlinks__button {
    flex: 0 1 100%;
    width: 100%;
  }
  .article__bannerlinks .boxlinks__button:nth-child(even) {
    margin-left: 0px;
  }
  .article__bannerlinks .boxlinks__button:nth-child(n+2), .article__bannerlinks .boxlinks__button:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .article__table__body {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .article__table__body::-webkit-scrollbar {
    display: none;
  }
  .article__table__body table {
    width: calc(100% - 30px);
    min-width: 680px;
    height: auto;
  }
  .article__table__body:after {
    content: "";
    display: block;
    width: 710px;
    height: 1px;
  }
}
@media (max-width: 1023px) {
  .article__table__title {
    font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .article__table__date {
    width: 100%;
    height: auto;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .article__table__subcaption {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 20px !important;
  }
}
@media (max-width: 1023px) {
  .article__2colblocks {
    display: block;
  }
}
@media (max-width: 1023px) {
  .article__2colblocks__item {
    width: 0 1 100%;
    padding: 20px 0;
  }
  .article__2colblocks__item:nth-child(even) {
    margin-left: 0px;
  }
  .article__2colblocks__item:nth-child(1) {
    padding-top: 0px;
  }
  .article__2colblocks__item:nth-child(2) {
    padding-top: 20px;
  }
  .article__2colblocks__item:nth-last-child(2):not(:nth-child(even)) {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
  }
  .article__2colblocks__item:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .article__2colblocks__item__body {
    padding-right: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  .article__2colblocks__item__link {
    min-width: 0;
  }
}
@media (max-width: 1023px) {
  .article__gridimg div {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .article__gridimg div img {
    flex: 0 1 calc(50% - 7px);
    flex-basis: calc(50% - 7px);
    width: calc(50% - 7px);
    height: auto;
    margin-top: 14px;
  }
  .article__gridimg div img:nth-child(3n+1), .article__gridimg div img:nth-child(3n+2) {
    margin-right: 0px;
  }
  .article__gridimg div img:nth-child(odd) {
    margin-right: 14px;
  }
}
.contact__form {
  margin: 50px auto 50px;
}

.contact__form__part {
  position: relative;
  padding: 0 0 0 280px;
  width: 100%;
  height: auto;
  min-height: 44px;
  margin-top: 24px;
}

.contact__form__part__label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  height: auto;
  min-height: 44px;
  padding: 8px 0px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
}
html[lang=en] .contact__form__part__label {
  letter-spacing: 0.05em;
}

.contact__form__part__required {
  display: block;
  width: 60px;
  height: 20px;
  border: 1px solid #666666;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-left: auto;
}
html[lang=en] .contact__form__part__required {
  letter-spacing: 0.05em;
}

.contact__form__part__error {
  display: none;
  padding: 0 20px;
  margin: 8px 0 0;
  color: #FF3A72;
}

.contact__form__input,
.contact__form__textarea {
  display: block;
  width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  background-color: #F2F2F2;
}
html[lang=en] .contact__form__input,
html[lang=en] .contact__form__textarea {
  letter-spacing: 0.05em;
}
.contact__form__input::-moz-placeholder, .contact__form__textarea::-moz-placeholder {
  color: #b2b2b2 !important;
}
.contact__form__input:-ms-input-placeholder, .contact__form__textarea:-ms-input-placeholder {
  color: #b2b2b2 !important;
}
.contact__form__input::placeholder,
.contact__form__textarea::placeholder {
  color: #b2b2b2 !important;
}
.contact__form__input[disabled],
.contact__form__textarea[disabled] {
  background-color: transparent;
  border: 1px solid #ccc;
}
.contact__form__input[disabled]::-moz-placeholder, .contact__form__textarea[disabled]::-moz-placeholder {
  color: #666666 !important;
}
.contact__form__input[disabled]:-ms-input-placeholder, .contact__form__textarea[disabled]:-ms-input-placeholder {
  color: #666666 !important;
}
.contact__form__input[disabled]::placeholder,
.contact__form__textarea[disabled]::placeholder {
  color: #666666 !important;
}

.contact__form__input {
  height: 44px;
}

.contact__form__textarea {
  height: 260px;
}

.contact__form__selection {
  position: relative;
  width: 100%;
  max-width: 420px;
  height: 44px;
  border: 1px solid #CCC;
}

.contact__form__selection__label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 44px 7px 20px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
html[lang=en] .contact__form__selection__label {
  letter-spacing: 0.05em;
}
.contact__form__selection__label:before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(/images/selection.png);
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
.contact__form__selection__select[disabled] + .contact__form__selection__label:before {
  display: none;
}

.contact__form__selection__select {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.contact__form__checks {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact__form__checks__item, .contact__form__agreement__check {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 44px;
  padding: 8px 0 8px 54px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
html[lang=en] .contact__form__checks__item, html[lang=en] .contact__form__agreement__check {
  letter-spacing: 0.05em;
}
.contact__form__checks__item input[type=checkbox], .contact__form__agreement__check input[type=checkbox] {
  display: none;
}
.contact__form__checks__item span, .contact__form__agreement__check span {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #CCCCCC;
  position: absolute;
  left: 0px;
  top: calc(50% - 17px);
}
.contact__form__checks__item span:before, .contact__form__agreement__check span:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(/images/checked.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
}
.contact__form__checks__item input[type=checkbox]:checked + span:before, .contact__form__agreement__check input[type=checkbox]:checked + span:before {
  visibility: visible;
}

.contact__form__agreement {
  display: flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.contact__form__agreement__message {
  width: 100%;
}
.contact__form__agreement__message a {
  text-decoration: underline;
}

.contact__form__agreement__check {
  margin-top: 8px;
}

.contact__form__send {
  margin-top: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contact__form__send.disagree {
  pointer-events: none;
  opacity: 0.5;
}

.contact__footer {
  margin-top: 160px;
  padding-top: 60px;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}

.contact__complete {
  margin-top: 100px !important;
}

.contact__complete__lead {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
html[lang=en] .contact__complete__lead {
  letter-spacing: 0.05em;
}

.contact__complete__text {
  text-align: center;
  margin-top: 40px;
}

.contact__complete__back {
  text-align: center;
  margin-top: 40px;
}

.contact__form.confirm {
  border-top: 1px solid #CCCCCC;
  margin-top: 40px;
  padding-top: 40px;
}
.contact__form.confirm .contact__form__part {
  margin-top: 0px;
}
.contact__form.confirm .contact__form__send {
  margin-top: 50px;
}
.contact__form.confirm .contact__form__selection,
.contact__form.confirm .contact__form__selection__label {
  border: none;
  padding-left: 0px;
  color: #000;
}
.contact__form.confirm .contact__form__checks__item, .contact__form.confirm .contact__form__agreement__check {
  cursor: default;
  color: #000;
  padding: 11px 0 11px;
  min-height: 0px;
}
.contact__form.confirm .contact__form__checks__item span, .contact__form.confirm .contact__form__agreement__check span {
  border: none;
  display: none;
}
.contact__form.confirm .contact__form__checks__item + .contact__form__checks__item, .contact__form.confirm .contact__form__agreement__check + .contact__form__checks__item, .contact__form.confirm .contact__form__checks__item + .contact__form__agreement__check, .contact__form.confirm .contact__form__agreement__check + .contact__form__agreement__check {
  padding-top: 0px;
}
.contact__form.confirm .contact__form__part__confirm {
  display: block;
  width: 100%;
  padding: 8px 20px 8px 0;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #000;
}
html[lang=en] .contact__form.confirm .contact__form__part__confirm {
  letter-spacing: 0.05em;
}
.contact__form.confirm .contact__form__input,
.contact__form.confirm .contact__form__textarea {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  border: 0;
  padding: 0;
  opacity: 0;
  resize: none;
  pointer-events: none;
}
.contact__form.confirm hr {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #CCCCCC;
  margin: 50px auto 60px;
}

@media (max-width: 1023px) {
  .contact__form {
    margin: 40px auto 40px;
  }

  .contact__form__part {
    padding: 0;
    margin-top: 18px;
  }

  .contact__form__part.mail_confirm {
    margin-top: 5px;
  }
  .contact__form__part.mail_confirm .contact__form__part__label {
    display: none;
  }

  .contact__form__part__label {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0px;
    padding: 0px;
    margin-bottom: 6px;
  }

  .contact__form__input,
.contact__form__textarea {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    background-color: #F2F2F2;
  }
  html[lang=en] .contact__form__input,
html[lang=en] .contact__form__textarea {
    letter-spacing: 0.05em;
  }
  .contact__form__input::-moz-placeholder, .contact__form__textarea::-moz-placeholder {
    color: #666666;
  }
  .contact__form__input:-ms-input-placeholder, .contact__form__textarea:-ms-input-placeholder {
    color: #666666;
  }
  .contact__form__input::placeholder,
.contact__form__textarea::placeholder {
    color: #666666;
  }

  .contact__form__agreement {
    margin-top: 40px;
  }

  .contact__form__send {
    margin-top: 40px;
  }

  .contact__footer {
    margin-top: 80px;
    padding-top: 30px;
  }

  .contact__complete {
    margin-top: 40px !important;
  }

  .contact__complete__lead {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .contact__complete__lead {
    letter-spacing: 0.05em;
  }

  .contact__complete__text {
    text-align: left;
    margin-top: 30px;
  }

  .contact__complete__back {
    text-align: left;
    margin-top: 30px;
  }

  .contact__form.confirm {
    border-top: 0;
    margin-top: 40px;
    padding-top: 0;
  }
  .contact__form.confirm .contact__form__part {
    margin-top: 12px;
  }
  .contact__form.confirm .contact__form__part__confirm {
    padding: 4px 0;
  }
  .contact__form.confirm .contact__form__part__label {
    margin-bottom: 0px;
  }
  .contact__form.confirm .contact__form__checks__item, .contact__form.confirm .contact__form__agreement__check {
    padding: 7px 0 7px;
  }
  .contact__form.confirm .contact__form__checks__item + .contact__form__checks__item, .contact__form.confirm .contact__form__agreement__check + .contact__form__checks__item, .contact__form.confirm .contact__form__checks__item + .contact__form__agreement__check, .contact__form.confirm .contact__form__agreement__check + .contact__form__agreement__check {
    padding-top: 0px;
  }
  .contact__form.confirm hr {
    display: none;
  }
  .contact__form.confirm .contact__form__send {
    margin-top: 40px;
  }
}
.information .article__section + .article__footer, .information .article__subsection + .article__footer {
  margin-top: 100px;
}

@media (max-width: 1023px) {
  .information .article__section + .article__footer, .information .article__subsection + .article__footer {
    margin-top: 60px;
  }
}
.ir .sectiontop__body .sectionindex {
  margin-top: 0px;
}

.ir__headline {
  position: relative;
  z-index: 1;
  margin: -80px auto 0;
  width: calc(100% - 120px);
  max-width: 1320px;
  padding: 40px 0 0;
  background-color: #FFF;
}
.ir__headline .index__information {
  margin-top: 0px;
  width: calc(100% - 80px);
  max-width: 1240px;
}
.ir__headline + .sectiontop__body {
  margin-top: 80px;
}

.ir__highlight__figures1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px auto 0;
}

.ir__highlight__figures1__fig {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 1 calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  width: calc(50% - 40px);
}
.ir__highlight__figures1__fig:nth-child(n+3) {
  margin-top: 40px;
}
.ir__highlight__figures1__fig > img {
  display: block;
  width: 100%;
  height: auto;
}
.ir__highlight__figures1__fig > .placeholder {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 66.6667%;
  border: 1px solid #ccc;
  position: relative;
}
.ir__highlight__figures1__fig > .placeholder span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #aaa;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}
.ir__highlight__figures1__fig figcaption {
  order: -1;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  margin-bottom: 14px;
}
.ir__highlight__figures1__fig p, .ir__highlight__figures1__fig ol, .ir__highlight__figures1__fig ul {
  margin-top: 14px;
}

.ir__highlight__figures1__img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.ir__highlight__figures1__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ir__highlight__figures2 {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
}
.ir__highlight__figures2 > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ir__highlight__figures2 > .placeholder {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 42.5%;
  border: 1px solid #ccc;
  position: relative;
}
.ir__highlight__figures2 > .placeholder span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #aaa;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}
.ir__highlight__figures2 figcaption {
  order: -1;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  margin-bottom: 14px;
}
.ir__highlight__figures2 p, .ir__highlight__figures2 ol, .ir__highlight__figures2 ul {
  margin-top: 14px;
}

.ir__highlight__figures2__img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.ir__highlight__figures2__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ir__notice__empty {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 80px 0 50px;
}
.ir__notice__empty p {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #666666;
  opacity: 0.7;
}
html[lang=en] .ir__notice__empty p {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .ir__notice__empty p {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  html[lang=en] .ir__notice__empty p {
    letter-spacing: 0.05em;
  }
}

@media (max-width: 1023px) {
  .ir__headline {
    margin: -40px auto 0;
    width: calc(100% - 30px);
    padding: 24px 0 0;
  }
  .ir__headline .index__information {
    margin-top: 0px;
    width: calc(100% - 30px);
  }
  .ir__headline + .sectiontop__body {
    margin-top: 60px;
  }

  .ir__highlight__figures1 {
    display: block;
    margin: 40px auto 0;
  }

  .ir__highlight__figures1__fig {
    display: flex;
    width: 100%;
  }
  .ir__highlight__figures1__fig:not(:first-child), .ir__highlight__figures1__fig:nth-child(n+3) {
    margin-top: 20px;
  }
  .ir__highlight__figures1__fig > img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ir__highlight__figures1__fig > .placeholder {
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 66.6667%;
    border: 1px solid #ccc;
    position: relative;
  }
  .ir__highlight__figures1__fig > .placeholder span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #aaa;
    font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.2em;
  }
  .ir__highlight__figures1__fig figcaption {
    order: -1;
    font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    margin-bottom: 10px;
  }

  .ir__highlight__figures2 figcaption {
    order: -1;
    font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    margin-bottom: 10px;
  }
}
body.notfound {
  padding-top: 190px;
}
body.notfound .notfound__article {
  margin: 140px auto 0;
  max-width: 840px;
}
body.notfound .notfound__title span[lang=ja] {
  display: block;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.1em;
}
html[lang=en] body.notfound .notfound__title span[lang=ja] {
  letter-spacing: 0.05em;
}
body.notfound .notfound__title span[lang=en] {
  display: block;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5px;
}
html[lang=en] body.notfound .notfound__title span[lang=en] {
  letter-spacing: 0.05em;
}
body.notfound .notfound__body {
  margin-top: 40px;
}
body.notfound .notfound__body p {
  margin-top: 28px;
}
body.notfound .article__links {
  margin-top: 80px;
}
body.notfound .boxlinks__button {
  margin: 0 20px 20px 0;
}

@media (max-width: 1023px) {
  body.notfound {
    padding-top: 90px;
  }
  body.notfound .notfound__article {
    margin: 60px auto 0;
  }
  body.notfound .notfound__title span[lang=ja] {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
  html[lang=en] body.notfound .notfound__title span[lang=ja] {
    letter-spacing: 0.05em;
  }
  body.notfound .notfound__title span[lang=en] {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin-top: 6px;
  }
  html[lang=en] body.notfound .notfound__title span[lang=en] {
    letter-spacing: 0.05em;
  }
  body.notfound .article__links {
    margin-top: 60px;
  }
  body.notfound .boxlinks__button {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* --- page__header --- */
.page__header, .page__header--visual {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 315px;
  padding-top: 180px;
  padding-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.page__header__container {
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
html[lang=en] .page__header__container {
  display: block;
}

.page__header__meta {
  flex: 0 0 auto;
  width: auto;
  height: auto;
}

.page__header__meta__title {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.1em;
}
html[lang=en] .page__header__meta__title {
  letter-spacing: 0.05em;
}

.page__header__meta__entitle {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
html[lang=en] .page__header__meta__entitle {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .page__header__meta__entitle {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  html[lang=en] .page__header__meta__entitle {
    letter-spacing: 0.05em;
  }
}

.page__header__nav {
  flex: 1 1 auto;
  width: auto;
  height: auto;
  padding-left: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
html[lang=en] .page__header__nav {
  padding-left: 0px;
  justify-content: flex-start;
  margin-top: 10px;
}

.page__header__nav__link {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 0 30px 0 0;
  margin: 0 0 0 30px;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
html[lang=en] .page__header__nav__link {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .page__header__nav__link {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .page__header__nav__link {
    letter-spacing: 0.05em;
  }
}
.page__header__nav__link:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-color: #666666;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: calc(50% - 11px);
}
@media (min-width: 1024px) {
  body:not(.touch) .page__header__nav__link:hover:before {
    -webkit-animation: anchorDownArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: anchorDownArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
}
html[lang=en] .page__header__nav__link {
  margin-left: 0px;
  margin-right: 30px;
}
html[lang=en] .page__header__nav__link:last-child {
  margin-right: 0px;
}

.page__header--visual {
  min-height: 556px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #CCCCCC;
  color: #FFF;
}
.page__header--visual .page__header__nav__link:before {
  border-color: #FFF;
}

/* --- page__header --- */
@media (max-width: 1023px) {
  /* --- page__header --- */
  .page__header, .page__header--visual {
    min-height: 0;
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .page__header__container {
    width: calc(100% - 60px);
  }

  .page__header__meta {
    flex: 0 1 auto;
    width: auto;
    height: auto;
  }

  .page__header__meta__title {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .page__header__meta__title {
    letter-spacing: 0.05em;
  }

  .page__header__meta__entitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin-top: 4px;
  }
  html[lang=en] .page__header__meta__entitle {
    letter-spacing: 0.05em;
  }

  .page__header__nav {
    display: none;
  }

  .page__header--visual {
    min-height: 64vw;
    padding-top: 150px;
    padding-bottom: 20px;
  }

  /* --- page__header --- */
}
.sectiontop__header {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
}

.sectiontop__header__container {
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 0 auto;
}

.sectiontop__header__title {
  font-size: 42px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
html[lang=en] .sectiontop__header__title {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .sectiontop__header__title {
    font-size: 42px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  html[lang=en] .sectiontop__header__title {
    letter-spacing: 0.05em;
  }
}

.sectiontop__header__entitle {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
html[lang=en] .sectiontop__header__entitle {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .sectiontop__header__entitle {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  html[lang=en] .sectiontop__header__entitle {
    letter-spacing: 0.05em;
  }
}

.sectiontop__header__lead {
  margin-top: 22px;
}

.sectiontop__body {
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 0 auto;
}
.sectiontop__body > .blockindex {
  margin-top: -110px;
}

@media (max-width: 1023px) {
  .sectiontop__header {
    min-height: 0px;
    padding-top: 180px;
    padding-bottom: 85px;
  }

  .sectiontop__header__container {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  .sectiontop__header__title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .sectiontop__header__title {
    letter-spacing: 0.05em;
  }

  .sectiontop__header__entitle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 8px;
  }
  html[lang=en] .sectiontop__header__entitle {
    letter-spacing: 0.05em;
  }

  .sectiontop__header__lead {
    margin-top: 15px;
  }
  .sectiontop__header__lead br {
    display: none;
  }

  .sectiontop__body {
    width: calc(100% - 60px);
  }
  .sectiontop__body > .blockindex {
    margin-top: -60px;
  }
}
.single__article {
  position: relative;
  max-width: 840px;
  width: calc(100% - 200px);
  margin: 80px auto 0;
}

.single__header {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 24px;
  margin-bottom: 60px;
}

.single__header__meta {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 14px;
}

.single__header__tag {
  flex: 0 1 auto;
  min-width: 100px;
  height: auto;
  vertical-align: top;
  text-align: center;
  line-height: 0;
}
.single__header__tag span {
  display: block;
  min-width: 100px;
  height: auto;
  padding: 4px 10px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #666666;
  text-align: center;
}
html[lang=en] .single__header__tag span {
  letter-spacing: 0.05em;
}

.single__header__date {
  flex: 0 1 auto;
}

.single__header__title {
  flex: 1 1 100%;
  width: 100%;
  height: auto;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 0.1em;
}
html[lang=en] .single__header__title {
  letter-spacing: 0.05em;
}

.single__body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 50px auto;
}
.single__body p {
  margin-top: 28px;
}
.single__body ol, .single__body ul {
  margin-top: 28px;
}
.single__body ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.single__body ul {
  list-style: none;
}
.single__body ul li {
  position: relative;
  padding-left: 1em;
}
.single__body ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
}
.single__body ol.note {
  list-style: none;
  counter-reset: item;
  padding-left: 0px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #999999;
}
html[lang=en] .single__body ol.note {
  letter-spacing: 0.05em;
}
.single__body ol.note > li {
  position: relative;
  counter-increment: item;
  padding-left: 3em;
}
.single__body ol.note > li:before {
  position: absolute;
  left: 0px;
  content: "※" counter(item);
}
.single__body ol.note > li + li {
  margin-top: 24px;
}
.single__body figure {
  margin: 50px auto 50px;
}
.single__body figure img {
  margin: 0 auto;
}
.single__body figure figcaption {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #999999;
  margin-top: 12px;
}
html[lang=en] .single__body figure figcaption {
  letter-spacing: 0.05em;
}
.single__body blockquote {
  border: 1px solid #CCCCCC;
  margin: 50px auto 50px;
  padding: 40px 60px;
}
.single__body blockquote > *:first-child {
  margin-top: 0px;
}
.single__body blockquote > *:last-child {
  margin-bottom: 0px;
}
.single__body .article__subheading {
  margin-top: 70px;
}
.single__body .article__smallheading {
  margin-top: 40px;
}
.single__body .article__col2 {
  margin: 50px auto 50px;
}
.single__body .article__col2__item {
  flex: 0 1 calc(50% - 30px);
  flex-basis: 0 1 calc(50% - 30px);
  width: 0 1 calc(50% - 30px);
}
.single__body .article__col2__item:nth-child(even) {
  margin-left: 60px;
}
.single__body .article__col2__item:nth-child(n+3) {
  margin-top: 30px;
}
.single__body .article__table {
  margin: 50px auto 50px;
}
.single__body .article__dlist {
  width: 100%;
  margin: 50px auto 50px;
}
.single__body .article__dlist__term {
  width: 30%;
  padding-left: 0px;
}
.single__body .article__dlist__desc {
  width: 70%;
  padding-left: 30px;
}
.single__body .article__links,
.single__body .boxlinks {
  margin: 50px auto 50px;
}

.single__footer {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}

.single__footer__backlink {
  display: inline-block;
  width: auto;
  height: 56px;
  position: relative;
  white-space: nowrap;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0.1em;
  color: #666666;
  margin-right: 100px;
  order: -1;
}
html[lang=en] .single__footer__backlink {
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) {
  .single__article {
    width: calc(100% - 60px);
    margin: 60px auto 0;
  }

  .single__header {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .single__header__meta {
    margin: 0 0 12px;
  }

  .single__header__title {
    flex: 1 1 100%;
    width: 100%;
    height: auto;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .single__header__title {
    letter-spacing: 0.05em;
  }

  .single__body img {
    margin: 40px auto;
  }
  .single__body ol.note > li {
    padding-left: 2.5em;
  }
  .single__body figure {
    margin: 40px auto 40px;
  }
  .single__body blockquote {
    margin: 40px auto 40px;
    padding: 18px 20px;
  }
  .single__body .article__subheading {
    margin-top: 40px;
  }
  .single__body .article__smallheading {
    margin-top: 28px;
  }
  .single__body .article__col2 {
    margin: 40px auto 40px;
  }
  .single__body .article__col2__item {
    flex: 0 1 calc(50% - 10px);
    flex-basis: 0 1 calc(50% - 10px);
    width: 0 1 calc(50% - 10px);
  }
  .single__body .article__col2__item:nth-child(even) {
    margin-left: 20px;
  }
  .single__body .article__col2__item:nth-child(n+3) {
    margin-top: 15px;
  }
  .single__body .article__table {
    margin: 40px auto 40px;
  }
  .single__body .article__dlist {
    width: 100%;
    margin: 40px auto 40px;
  }
  .single__body .article__dlist__term,
.single__body .article__dlist__desc {
    width: 100%;
    padding-left: 0px;
  }
  .single__body .article__links,
.single__body .boxlinks {
    margin: 40px auto 40px;
  }
  .single__body .article__subheading + *,
.single__body .article__smallheading + * {
    margin-top: 28px;
  }

  .single__footer {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
    display: block;
  }

  .single__footer__backlink {
    display: block;
    width: 100px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    letter-spacing: 0.1em;
    position: relative;
    left: auto;
    top: auto;
    margin: 10px auto 0;
  }
  html[lang=en] .single__footer__backlink {
    letter-spacing: 0.05em;
  }
  html[lang=en] .single__footer__backlink {
    letter-spacing: 0.05em;
  }
}
/* --- company__message --- */
.company__message__position {
  margin: 60px 0 0;
}
.company__message__name + .company__message__position {
  margin-top: 0px;
}

.company__message__name {
  margin: 60px 0 0;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
html[lang=en] .company__message__name {
  letter-spacing: 0.05em;
}
.company__message__position + .company__message__name {
  margin-top: 0px;
}

/* --- company__message --- */
/* --- company__philosophy --- */
.company__philosophy__about {
  width: 100%;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.1em;
  margin-top: 80px;
}
html[lang=en] .company__philosophy__about {
  letter-spacing: 0.05em;
}

.company__philosophy__lead {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 80px !important;
}
html[lang=en] .company__philosophy__lead {
  letter-spacing: 0.05em;
}

.company__philosophy__message {
  border: 1px solid #CCCCCC;
  padding: 160px 40px;
  margin: 40px 0 !important;
}
.company__philosophy__message img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.company__philosophy__diagram {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 40px auto 0;
}
.company__philosophy__diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.company__philosophy__diagram .placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 50%;
  border: 1px solid #ccc;
}
.company__philosophy__diagram .placeholder span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #aaa;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}

/* --- company__philosophy --- */
/* --- company__offices --- */
.company__offices__name {
  margin: 0 !important;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.company__offices__info {
  margin: 0;
}

/* --- company__offices --- */
/* --- company__chart --- */
.company__chart__fig {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.company__chart__fig img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.company__chart__fig figcaption {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 30px;
}

/* --- company__chart --- */
@media (max-width: 1023px) {
  /* --- company__message --- */
  .company__message__position {
    margin: 40px 0 0;
  }

  .company__message__name {
    margin: 40px 0 0;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .company__message__name {
    letter-spacing: 0.05em;
  }

  /* --- company__message --- */
  /* --- company__philosophy --- */
  .company__philosophy__about {
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
  html[lang=en] .company__philosophy__about {
    letter-spacing: 0.05em;
  }

  .company__philosophy__lead {
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.1em;
    margin-top: 40px !important;
    white-space: nowrap;
  }
  html[lang=en] .company__philosophy__lead {
    letter-spacing: 0.05em;
  }

  .company__philosophy__message {
    padding: 80px 30px;
    margin: 40px 0 !important;
  }
  .company__philosophy__message.msg2 {
    padding: 80px 50px;
  }

  /* --- company__philosophy --- */
}
.index .header__main {
  position: fixed;
  top: 0px;
  left: 0px;
}
.index .header__main__nav {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.index .header__main.show .header__main__nav {
  opacity: 1;
}
.index .header__main.stick {
  position: absolute;
  top: 200px;
}
.index .header__main__logo {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.index.ready .header__main__logo {
  opacity: 1;
}

/* --- index__hero --- */
.index__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.index__hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  overflow: hidden;
}
.index__hero__bg:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(/images/loading.png);
  background-size: 44px 44px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: spin 0.3s linear infinite;
          animation: spin 0.3s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  transition: opacity 0.5s linear;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}
.index__hero__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: gray;
}
body.ready .index__hero__bg:before {
  opacity: 1;
}
.index__hero.loaded .index__hero__bg:before {
  opacity: 0;
}
.index__hero.play .index__hero__bg:after {
  background-color: rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.index__hero__bg__video {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index__hero__overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.index__hero[data-scene="0"] .index__hero__overlay[data-num="0"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="1"] .index__hero__overlay[data-num="1"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="2"] .index__hero__overlay[data-num="2"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="3"] .index__hero__overlay[data-num="3"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="4"] .index__hero__overlay[data-num="4"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="5"] .index__hero__overlay[data-num="5"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="6"] .index__hero__overlay[data-num="6"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="7"] .index__hero__overlay[data-num="7"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="8"] .index__hero__overlay[data-num="8"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}
.index__hero[data-scene="9"] .index__hero__overlay[data-num="9"] {
  opacity: 1;
  transition: opacity 1s linear;
  visibility: visible;
  pointer-events: auto;
}

.index__hero__overlay__copy {
  display: block;
  width: 440px;
  height: 32px;
  background-image: url(/images/index_hero_catch.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 100px;
  top: calc(50% - 16px);
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

.index__hero__overlay__tagline {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.22em;
  text-align: center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}
html[lang=en] .index__hero__overlay__tagline {
  letter-spacing: 0.1em;
}

.index__hero__overlay__scene {
  position: absolute;
  left: 100px;
  bottom: 90px;
}

.index__hero__overlay__scene__text {
  font-size: 60px;
  line-height: 1.1667;
  letter-spacing: 0.05em;
  color: #FFF;
  white-space: nowrap;
}
html[lang=en] .index__hero__overlay__scene__text {
  letter-spacing: 0.05em;
}

.index__hero__overlay__scene__link {
  display: block;
  margin: 40px 0 0;
}

.index__hero__scroll {
  display: block;
  width: auto;
  height: 11px;
  padding: 0 80px 0 0;
  position: absolute;
  right: 50px;
  bottom: 60px;
  transform-origin: right bottom;
  transform: rotate(90deg);
}

.index__hero__scroll__text {
  display: block;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  white-space: nowrap;
}
html[lang=en] .index__hero__scroll__text {
  letter-spacing: 0.05em;
}

.index__hero__scroll__arrow {
  display: block;
  width: 70px;
  height: 6px;
  background-image: url(/images/arrow_wh.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 0px;
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite;
          animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite;
}
@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}

.index__hero__progress {
  width: calc(100% - 200px);
  height: 10px;
  background-color: #e6e6e6;
  position: absolute;
  left: 100px;
  bottom: 0px;
  z-index: 3;
}
.index__hero.play .index__hero__progress {
  cursor: pointer;
}

.index__hero__progress__bar {
  width: 100%;
  height: 100%;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scaleX(0);
  transform-origin: left center;
}

/* --- index__hero --- */
/* --- index__notice --- */
.index__notice, .index__notice--pdf {
  display: block;
  position: relative;
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 100px auto 0;
  padding-left: 240px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear;
}
.index__notice:before, .index__notice--pdf:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}
.index__notice + .index__information, .index__notice--pdf + .index__information {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  body:not(.child) .index__notice:hover, body:not(.child) .index__notice--pdf:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
  body:not(.child) .index__notice:hover .index__notice__main:after, body:not(.child) .index__notice--pdf:hover .index__notice__main:after {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  body:not(.child) .index__notice:hover .index__notice__main:before, body:not(.child) .index__notice--pdf:hover .index__notice__main:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}

.index__notice--pdf .index__notice__main:after {
  width: 60px;
  height: 100%;
  background-image: url(/images/icon_pdf_gr.png);
  background-size: 20px 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-animation: none !important;
          animation: none !important;
}

.index__notice__label {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
  background-color: #9CC715;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #FFF;
  z-index: 1;
}
html[lang=en] .index__notice__label {
  letter-spacing: 0.05em;
}

.index__notice__main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 15px 60px 15px 55px;
  z-index: 1;
}
.index__notice__main:after {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(/images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
}
.index__notice__main:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.index__notice__date {
  flex: 0 0 145px;
  width: 145px;
  padding: 0 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}
html[lang=en] .index__notice__date {
  letter-spacing: 0.05em;
}

.index__notice__body {
  flex: 0 1 auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
}
html[lang=en] .index__notice__body {
  letter-spacing: 0.05em;
}

/* --- index__notice --- */
/* --- index__information --- */
.index__information {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 100px auto 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.index__information__meta {
  position: relative;
  flex: 0 1 280px;
  width: 280px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.index__information__meta:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0px;
  left: 240px;
}

.index__information__title__main {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #666666;
  text-align: left;
  white-space: nowrap;
}
html[lang=en] .index__information__title__main {
  letter-spacing: 0.05em;
}

.index__information__title__sub {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #666666;
  text-align: left;
  white-space: nowrap;
  margin-top: 8px;
}
html[lang=en] .index__information__title__sub {
  letter-spacing: 0.05em;
}

.index__information__link {
  text-align: left;
  margin: 30px 0 0;
}

.index__information__list {
  flex: 0 1 calc(100% - 280px);
  flex-basis: calc(100% - 280px);
  width: calc(100% - 280px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.index__information__list .listindex {
  width: 100%;
}
.index__information__list .listindex__item:before {
  display: none;
}

/*
	.index__information{
		margin-top: 100px;
	}
	.index__information__title{
		@include font_bold;
		@include font_size_30;
		letter-spacing: 0.05em;
		color: $gray;
		text-align: center;
	}
	.index__information__list{
		width: calc(100% - 200px);
		max-width: 1080px;
		margin: 40px auto 0;
	}
	.index__information__link{
		text-align: center;
		margin: 30px 0 0;
	}
*/
/* --- index__information --- */
/* --- index__about --- */
.index__about {
  position: relative;
  margin-top: 160px;
  padding-top: 160px;
  padding: 160px 100px 240px;
  color: #FFF;
}

.index__about__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: calc(100% + 320px);
  overflow: hidden;
}

.index__about__bg__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/images/index_section_bg_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #999;
}

.index__about__vline:first-child {
  top: -80px;
}
.index__about__vline:last-child {
  bottom: 0px;
}

.index__about__title {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
}
html[lang=en] .index__about__title {
  letter-spacing: 0.05em;
}

.index__about__lead {
  position: relative;
  width: 830px;
  height: auto;
  margin: 50px auto 0;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  white-space: nowrap;
  color: transparent;
}
.index__about__lead:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 5.67%;
  background-image: url(/images/index_about_catch.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.index__about__body {
  position: relative;
  width: 600px;
  height: auto;
  margin: 40px auto 0;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
  white-space: nowrap;
  color: transparent;
}
.index__about__body:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 25.34%;
  background-image: url(/images/index_about_text.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html[lang=en] .index__about__body {
  width: 752px;
}
html[lang=en] .index__about__body:after {
  padding-top: 19.9468%;
  background-image: url(/images/index_about_text_en.png);
}

.index__about__link {
  text-align: center;
  margin: 60px auto 0;
}

/* --- index__about --- */
/* --- index__business --- */
.index__business {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 68px auto 0;
}

.index__business__header {
  position: relative;
  width: 100%;
  height: auto;
  color: #FFF;
}

.index__business__title {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 1.3333;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
}
html[lang=en] .index__business__title {
  letter-spacing: 0.05em;
}

.index__business__lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 14px 0 0;
}
html[lang=en] .index__business__lead {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .index__business__lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__business__lead {
    letter-spacing: 0.05em;
  }
}
html[lang=en] .index__business__lead {
  letter-spacing: 0.05em;
}

.index__business__link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.index__business__main {
  margin: 32px 0 0;
}

/* --- index__business --- */
/* --- index__others --- */
.index__others {
  position: relative;
  margin-top: 160px;
  padding: 0 0 0 0;
}
.index__others:before {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url(/images/index_section_bg_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index__others__vline {
  top: -80px;
}

.index__others__main {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1240px;
  margin: 0 auto 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.index__others__block {
  position: relative;
  flex: 0 1 auto;
  width: calc(33.3333% - 44px);
  height: auto;
  margin-top: calc(13.8px - 10%);
}
.index__others__block + .index__others__block {
  margin-left: 66px;
}

.index__others__block__head {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(calc(-100% - 30px));
  color: #FFF;
}

.index__others__block__head__title > a {
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
}
html[lang=en] .index__others__block__head__title > a {
  letter-spacing: 0.05em;
}
html[lang=en] .index__others__block__head__title > a {
  letter-spacing: 0.05em;
}

.index__others__block__head__lead {
  margin-top: 15px;
  width: calc(100% + 2px);
}

.index__others__block__head__lead__text {
  display: block;
}

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

.index__others__block__body {
  position: relative;
  width: 100%;
  height: auto;
}
.index__others__block__body:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #CCCCCC;
  z-index: -1;
}

.index__others__block__thumb {
  width: 100%;
  height: 0px;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}
.index__others__block__thumb > img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index__others__block__thumb.scrollFx:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 0.5s linear 0s;
}
.index__others__block__thumb.scrollFx img {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2);
  transition: opacity 0.5s linear 0s, transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.index__others__block__thumb.scrollFx.show:before {
  opacity: 0;
}
.index__others__block__thumb.scrollFx.show img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.index__others__block:nth-child(4n+2) .index__others__block__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
}
.index__others__block:nth-child(4n+3) .index__others__block__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(-1);
}
.index__others__block:nth-child(4n+1) .index__others__block__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(1);
}
.index__others__block:nth-child(4n+4) .index__others__block__thumb.scrollFx:before {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
}

.index__others__block__title {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 25px 0 15px 30px;
}
html[lang=en] .index__others__block__title {
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .index__others__block__title {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__others__block__title {
    letter-spacing: 0.05em;
  }
}

.index__others__block__list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 10px 60px 10px 30px;
  background-color: transparent;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s linear, background-color 0.25s linear;
}
html[lang=en] .index__others__block__list__link {
  letter-spacing: 0.05em;
}
.index__others__block__list__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9CC715;
  position: absolute;
  left: 0px;
  bottom: -1px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.index__others__block__list__link:after {
  content: "";
  display: block;
  width: 21px;
  height: 6px;
  background-image: url(../images/arrow_gr.png);
  background-size: 200px 6px;
  background-position: right bottom;
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
}
@media (min-width: 1024px) {
  body:not(.touch) .index__others__block__list__link:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition-duration: 0s;
  }
  body:not(.touch) .index__others__block__list__link:hover:before {
    transform-origin: left center;
    transform: scaleX(1);
  }
  body:not(.touch) .index__others__block__list__link:hover:after {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
            animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
}

@media (max-width: 1438px) {
  .index__others__block__head__title > a {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__others__block__head__title > a {
    letter-spacing: 0.05em;
  }
  html[lang=en] .index__others__block__head__title > a {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1300px) {
  .index__others__block .index__others__block__head__lead br {
    display: none;
  }
}
@media (max-width: 1279px) {
  .index__others__block__head__title > a {
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__others__block__head__title > a {
    letter-spacing: 0.05em;
  }
  html[lang=en] .index__others__block__head__title > a {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1070px) {
  .index__others__block__head__title {
    height: 34px;
  }
  .index__others__block__head__title > a {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__others__block__head__title > a {
    letter-spacing: 0.05em;
  }
  .index__others__block__head__title > a .circlelink__circle {
    width: 34px;
    height: 34px;
  }
  .index__others__block__head__title > a .circlelink__circle:before {
    width: 16px;
    height: 4px;
    right: 8px;
    top: calc(50% - 3px);
  }
  .index__others__block__head__title > a .circlelink__circle svg {
    width: 34px;
    height: 34px;
  }
  .index__others__block__head__title > a .circlelink__circle circle {
    r: 15.5px;
    cx: 17px;
    cy: 17px;
    stroke-dasharray: 138px;
    stroke-dashoffset: 138px;
  }
  html[lang=en] .index__others__block__head__title > a {
    letter-spacing: 0.05em;
  }
}
/* --- index__others --- */
/* --- index__sustainability --- */
.index__sustainability {
  position: relative;
  margin-top: 160px;
}

.index__sustainability__header {
  position: relative;
  width: 100%;
  height: 600px;
  padding-bottom: 140px;
  background-image: url(/images/index_section_bg_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.index__sustainability__container {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 200px);
}

.index__sustainability__title {
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #FFF;
}
html[lang=en] .index__sustainability__title {
  letter-spacing: 0.05em;
}

.index__sustainability__lead {
  color: #FFF;
  letter-spacing: 0.05em;
  margin: 14px 0 0;
}

.index__sustainability__link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.index__sustainability__body {
  margin: -80px auto 0;
  max-width: 1240px;
  width: calc(100% - 200px);
}

.index__sustainability__vline {
  top: -80px;
  z-index: 1;
}

/* --- index__sustainability --- */
@media (max-width: 1023px) {
  .index .header__main {
    position: absolute !important;
    top: 0px !important;
  }

  /* --- index__hero --- */
  .index__hero__overlay__copy {
    width: 275px;
    height: 20px;
    right: auto;
    left: calc(50% - 137px);
    top: calc(50% - 10px);
  }

  .index__hero__overlay__tagline {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.2em;
  }

  .index__hero__overlay__scene {
    width: calc(100% - 60px);
    left: 30px;
    bottom: 60px;
  }

  .index__hero__overlay__scene__text {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    white-space: normal;
  }
  html[lang=en] .index__hero__overlay__scene__text {
    letter-spacing: 0.05em;
  }

  .index__hero__overlay__scene__link {
    margin: 20px 0 0;
  }

  .index__hero__scroll {
    right: 40px;
    bottom: 40px;
  }

  .index__hero__progress {
    width: calc(100% - 60px);
    height: 8px;
    left: 30px;
  }

  /* --- index__hero --- */
  /* --- index__notice --- */
  .index__notice, .index__notice--pdf {
    width: calc(100% - 60px);
    margin: 60px auto 0;
    padding-left: 0;
  }
  .index__notice:before, .index__notice--pdf:before {
    bottom: auto;
    top: 43px;
  }
  .index__notice + .index__information, .index__notice--pdf + .index__information {
    margin-top: 40px;
  }

  .index__notice--pdf .index__notice__main:after {
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
    top: 47px;
  }

  .index__notice__label {
    position: relative;
    align-items: center;
    width: 150px;
    height: 44px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__notice__label {
    letter-spacing: 0.05em;
  }

  .index__notice__main {
    display: block;
    padding: 14px 30px 0 0;
  }
  .index__notice__main:after {
    width: 16px;
    height: 4px;
    right: 0px;
    top: 53px;
  }

  .index__notice__date {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__notice__date {
    letter-spacing: 0.05em;
  }

  .index__notice__body {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__notice__body {
    letter-spacing: 0.05em;
  }

  /* --- index__notice --- */
  /* --- index__information --- */
  .index__information {
    position: relative;
    width: calc(100% - 60px);
    margin: 60px auto 0;
    display: block;
    padding-bottom: 60px;
  }

  .index__information__meta {
    position: static;
    width: 100%;
    display: block;
  }
  .index__information__meta:after {
    display: none;
  }

  .index__information__title {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
  .index__information__title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #CCC;
  }

  .index__information__title__main {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.05em;
    white-space: normal;
  }
  html[lang=en] .index__information__title__main {
    letter-spacing: 0.05em;
  }

  .index__information__title__sub {
    font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: right;
    white-space: normal;
    margin: 0 0 0 10px;
  }
  html[lang=en] .index__information__title__sub {
    letter-spacing: 0.05em;
  }

  .index__information__link {
    text-align: center;
    margin: 0 0 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
  .index__information__link .circlelink__circle {
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
  }
  .index__information__link .circlelink__circle:before {
    width: 16px;
    height: 4px;
    right: 12px;
    top: calc(50% - 2px);
  }
  .index__information__link .circlelink__circle svg {
    width: 42px;
    height: 42px;
  }
  .index__information__link .circlelink__circle circle {
    stroke-width: 2;
    r: 20px;
    cx: 21px;
    cy: 21px;
    stroke-dasharray: 176px;
    stroke-dashoffset: 176px;
  }

  .index__information__list {
    width: 100%;
    display: block;
  }
  .index__information__list .listindex {
    width: 100%;
  }
  .index__information__list .listindex__item:before {
    display: none;
  }

  /*
  	.index__information{
  		margin-top: 60px;
  	}
  	.index__information__title{
  		letter-spacing: 0.05em;
  	}
  	.index__information__list{
  		width: calc(100% - 60px);
  		max-width: 1080px;
  		margin: 20px auto 0;
  	}
  	.index__information__link{
  		text-align: center;
  		margin: 30px 0 0;
  	}
  */
  /* --- index__information --- */
  /* --- index__about --- */
  .index__about {
    margin-top: 100px;
    padding: 100px 0 135px;
    color: #FFF;
  }
  .index__about:before {
    height: calc(100% + 198px);
  }

  /* --- index__about --- */
  /* --- index__business --- */

  /* --- index__business --- */
  /* --- index__others --- */

  /* --- index__others --- */
  /* --- index__sustainability --- */

  /* --- index__sustainability --- */
}
@media (max-width: 1023px) and (max-width: 889px) {
  .index__about:before {
    height: calc(100% + 226px);
  }
}
@media (max-width: 1023px) and (max-width: 480px) {
  .index__about:before {
    height: calc(100% + 254px);
  }
}
@media (max-width: 1023px) and (max-width: 345px) {
  .index__about:before {
    height: calc(100% + 282px);
  }
}
@media (max-width: 1023px) {
  .index__about__bg {
    height: calc(100% + 257px + 18.965vw - 11.379px);
  }
}
@media (max-width: 1023px) {
  .index__about__vline {
    height: 100px;
  }
  .index__about__vline:first-child {
    top: -50px;
  }
  .index__about__vline:last-child {
    bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .index__about__title {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
  html[lang=en] .index__about__title {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .index__about__lead {
    width: calc(100% - 30px);
    max-width: 350px;
    margin: 35px auto 0;
  }
}
@media (max-width: 1023px) {
  .index__about__body {
    width: calc(100% - 60px);
    max-width: 300px;
    margin: 35px auto 0;
  }
  .index__about__body:after {
    padding-top: 63.3333%;
    background-image: url(/images/index_about_text_sp.png);
  }
  html[lang=en] .index__about__body {
    width: calc(100% - 30px);
    max-width: 294px;
  }
  html[lang=en] .index__about__body:after {
    padding-top: 64.6259%;
    background-image: url(/images/index_about_text_en_sp.png);
  }
}
@media (max-width: 1023px) {
  .index__about__link {
    margin: 35px auto 0;
  }
}
@media (max-width: 1023px) {
  .index__business {
    width: calc(100% - 60px);
    margin: 35px auto 0;
  }
}
@media (max-width: 1023px) {
  .index__business__title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__business__title {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .index__business__lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 16px 0 0;
  }
  html[lang=en] .index__business__lead {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .index__business__lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  html[lang=en] .index__business__lead {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .index__business__lead br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .index__business__link {
    position: relative;
    text-align: right;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .index__business__main {
    margin: 30px 0 0;
  }
}
@media (max-width: 1023px) {
  .index__others {
    margin-top: 100px;
    padding: 110px 0 0 0;
  }
  .index__others:before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 262px;
    z-index: 0;
  }
}
@media (max-width: 1023px) and (max-width: 670px) {
  .index__others:before {
    height: 290px;
  }
}
@media (max-width: 1023px) and (max-width: 375px) {
  .index__others:before {
    height: 318px;
  }
}
@media (max-width: 1023px) {
  .index__others__vline {
    height: 100px;
    top: -50px;
  }
}
@media (max-width: 1023px) {
  .index__others__main {
    width: calc(100% - 60px);
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .index__others__block {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .index__others__block + .index__others__block {
    margin: 30px 0 0;
  }
}
@media (max-width: 1023px) {
  .index__others__block__head {
    position: relative;
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .index__others__block__head__title > a {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.05em;
    height: 34px;
  }
  html[lang=en] .index__others__block__head__title > a {
    letter-spacing: 0.05em;
  }
  .index__others__block__head__title > a .circlelink__circle {
    top: calc(50% - 17px);
  }
  .index__others__block:not(:first-child) .index__others__block__head__title > a {
    color: #666666;
  }
  .index__others__block:not(:first-child) .index__others__block__head__title > a .circlelink__circle {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .index__others__block:not(:first-child) .index__others__block__head__title > a .circlelink__circle:before {
    background-image: url(../images/arrow_gr.png);
  }
}
@media (max-width: 1023px) {
  .index__others__block__head__lead {
    min-height: 0px !important;
    margin-top: 8px;
  }
  .index__others__block:not(:first-child) .index__others__block__head__lead {
    color: #666666;
  }
}
@media (max-width: 1023px) {
  .index__others__block__body {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .index__others__block__thumb {
    padding-top: 37.93%;
  }
}
@media (max-width: 1023px) {
  .index__others__block__title {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1em;
    padding: 16px 0 8px 20px;
  }
  html[lang=en] .index__others__block__title {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .index__others__block__list__link {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.1em;
    padding: 0 60px 0 20px;
  }
  html[lang=en] .index__others__block__list__link {
    letter-spacing: 0.05em;
  }
  .index__others__block__list__link:after {
    width: 16px;
    height: 4px;
    right: 0px;
    top: calc(50% - 2px);
  }
}
@media (max-width: 1023px) {
  .index__sustainability {
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .index__sustainability__header {
    height: auto;
    padding-bottom: 75px;
    padding-top: 160px;
  }
}
@media (max-width: 1023px) {
  .index__sustainability__container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1023px) {
  .index__sustainability__title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  html[lang=en] .index__sustainability__title {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1023px) {
  .index__sustainability__lead {
    color: #FFF;
    letter-spacing: 0.05em;
    margin: 16px 0 0;
  }
}
@media (max-width: 1023px) {
  .index__sustainability__link {
    position: relative;
    margin-top: 16px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .index__sustainability__body {
    margin: -44px auto 0;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1023px) {
  .index__sustainability__vline {
    height: 100px;
    top: -50px;
  }
}
@media (max-width: 374px) {
  /* --- index__hero --- */
  .index__hero__overlay__scene__text {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.05em;
    white-space: normal;
  }
  html[lang=en] .index__hero__overlay__scene__text {
    letter-spacing: 0.05em;
  }

  .index__hero__overlay__scene__link {
    margin-top: 15px;
  }

  .circlelink--wh {
    height: 32px;
    padding-right: 44px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  html[lang=en] .circlelink--wh {
    letter-spacing: 0.05em;
  }
  .circlelink--wh .circlelink__circle {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
  }
  .circlelink--wh .circlelink__circle:before {
    right: 7px;
    top: calc(50% - 3px);
  }
  .circlelink--wh .circlelink__circle svg {
    width: 32px;
    height: 32px;
  }
  .circlelink--wh .circlelink__circle circle {
    r: 15.5px;
    cx: 16px;
    cy: 16px;
    stroke-dasharray: 98px;
    stroke-dashoffset: 98px;
  }

  .index__hero__overlay__tagline {
    font-size: 15px;
  }

  /* --- index__hero --- */
  .index__about__bg {
    height: calc(100% + 276px + 18.965vw - 11.379px);
  }
}
.legal__article a {
  text-decoration: underline;
}
.legal__article ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.legal__article ol ol {
  list-style: none;
  counter-reset: num;
  padding-left: 0px;
}
.legal__article ol ol li {
  position: relative;
  padding-left: 1.5em;
}
.legal__article ol ol li:before {
  counter-increment: num;
  content: counter(num) "）";
  position: absolute;
  left: 0px;
}

.legal__article__privacyol > li {
  margin-top: 28px;
}

/* --- sustainability__governance --- */
.sustainability__governance__diagram {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 80px auto;
  padding: 0;
}
.sustainability__governance__diagram > img {
  display: block;
  max-width: 100%;
  height: auto;
  order: 2;
  margin: 0 auto;
}
.sustainability__governance__diagram > .placeholder {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 42.5%;
  order: 2;
  position: relative;
}
.sustainability__governance__diagram > .placeholder span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #aaa;
  font-family: acumin-pro, source-han-sans-cjk-ja, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
}

/* --- sustainability__governance --- */
/* --- sustainability__policy --- */
.sustainability__policy__fig2 {
  padding: 40px 0 20px;
}
.sustainability__policy__fig2 img {
  margin: 0px;
}

.sustainability__policy__materiality__table {
  position: relative;
  width: var(--vw);
  left: 50%;
  transform: translateX(-50%);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sustainability__policy__materiality__table::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1440px) {
  .sustainability__policy__materiality__table {
    padding-left: 100px;
  }
}
.sustainability__policy__materiality__table th.title, .sustainability__policy__materiality__table td.title {
  min-width: 180px;
}
.sustainability__policy__materiality__table th.value, .sustainability__policy__materiality__table td.value {
  min-width: 180px;
}
.sustainability__policy__materiality__table th.objective, .sustainability__policy__materiality__table td.objective {
  width: 660px;
}
.sustainability__policy__materiality__table th.example, .sustainability__policy__materiality__table td.example {
  /* display: none; */
}
.sustainability__policy__materiality__table th.sdgs, .sustainability__policy__materiality__table td.sdgs {
  width: 112px;
}
.sustainability__policy__materiality__table .article__table__body {
  position: relative;
  box-sizing: content-box;
  width: 1240px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .sustainability__policy__materiality__table .article__table__body {
    padding-right: 100px;
  }
}
.sustainability__policy__materiality__table .article__table__body table {
  width: 1240px;
}
.sustainability__policy__materiality__table td.objective {
  text-align: left;
}
.sustainability__policy__materiality__table .objective__block {
  margin-top: 28px;
}
.sustainability__policy__materiality__table .objective__block:first-child {
  margin-top: 0px;
}
.sustainability__policy__materiality__table .objective__label {
  color: #000;
}
.sustainability__policy__materiality__table .objective__list {
  margin-top: 0px;
}
.sustainability__policy__materiality__table .objective__achive {
  margin-top: 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sustainability__policy__materiality__table .objective__achive figure {
  flex: 0 1 200px;
  margin: 6px 10px 0 0;
}
.sustainability__policy__materiality__table .objective__achive figure:nth-child(n+4) {
  margin-top: 12px;
}
.sustainability__policy__materiality__table .objective__achive img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 6px;
}
.sustainability__policy__materiality__table .objective__achive figcaption {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
html[lang=en] .sustainability__policy__materiality__table .objective__achive figcaption {
  letter-spacing: 0.05em;
}

.sustainability__policy__materiality__sdgs {
  list-style: none outside;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0px;
}
html[lang=en] .sustainability__policy__materiality__sdgs {
  letter-spacing: 0.05em;
}
.sustainability__policy__materiality__sdgs li {
  display: inline-block;
  padding: 3px !important;
}
.sustainability__policy__materiality__sdgs li:before {
  display: none;
}
.sustainability__policy__materiality__sdgs li img {
  display: block;
  margin: 0;
}

/* --- sustainability__policy --- */
/* --- sustainability__compliance --- */
.sustainability__compliance .article__imgblock__img {
  order: 1;
}
.sustainability__compliance .article__imgblock__text {
  order: 2;
  margin-right: 0px;
  margin-left: 80px;
}

/* --- sustainability__compliance --- */
@media (max-width: 1023px) {
  /* --- sustainability__policy --- */
  .sustainability__policy__materiality__table {
    width: 100%;
    left: auto;
    transform: none;
    overflow: visible;
    padding-left: 0px;
  }
  .sustainability__policy__materiality__table th.title, .sustainability__policy__materiality__table td.title {
    min-width: 180px;
  }
  .sustainability__policy__materiality__table th.value, .sustainability__policy__materiality__table td.value {
    min-width: 180px;
  }
  .sustainability__policy__materiality__table th.example, .sustainability__policy__materiality__table td.example {
    /* display: none; */
  }
  .sustainability__policy__materiality__table th.sdgs, .sustainability__policy__materiality__table td.sdgs {
    width: 112px;
  }
  .sustainability__policy__materiality__table .article__table__body {
    box-sizing: border-box;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 0px;
  }
  .sustainability__policy__materiality__table .article__table__body table {
    width: calc(100% - 30px);
    min-width: 1240px;
    height: auto;
  }
  .sustainability__policy__materiality__table .article__table__body:after {
    width: 100%;
    min-width: 1270px;
  }

  /* --- sustainability__policy --- */
  /* --- sustainability__governance --- */
  .sustainability__governance__diagram {
    margin: 40px auto;
  }

  /* --- sustainability__governance --- */
  /* --- sustainability__compliance --- */
  .sustainability__compliance .article__imgblock__img {
    margin-top: 28px;
  }
  .sustainability__compliance .article__imgblock__text {
    margin-right: 0px;
    margin-left: 0px;
  }

  /* --- sustainability__compliance --- */
}