@charset "UTF-8";
@font-face {
  font-family: Open Sans;
  font-weight: 100;
  font-style: normal;
  src: url(/common/font/NotoSansJapanese/NotoSansJP-Thin.otf) format("opentype")
}
@font-face {
  font-family: Open Sans;
  font-weight: 200;
  font-style: normal;
  src: url(/common/font/NotoSansJapanese/NotoSansJP-Light.otf) format("opentype")
}
@font-face {
  font-family: Open Sans;
  font-weight: 300;
  font-style: normal;
  src: url(/common/font/NotoSansJapanese/NotoSansJP-DemiLight.otf) format("opentype")
}
@font-face {
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  src: local("NotoSansJP-Regular.otf"), url(/common/font/NotoSansJapanese/NotoSansJP-Regular.otf) format("opentype")
}
@font-face {
  font-family: Open Sans;
  font-weight: 500;
  font-style: normal;
  src: url(/common/font/NotoSansJapanese/NotoSansJP-Medium.otf) format("opentype")
}
@font-face {
  font-family: Open Sans;
  font-weight: 700;
  font-style: normal;
  src: url(/common/font/NotoSansJapanese/NotoSansJP-Bold.otf) format("opentype")
}
@font-face {
  font-family: Open Sans;
  font-weight: 900;
  font-style: normal;
  src: url(/common/font/NotoSansJapanese/NotoSansJP-Black.otf) format("opentype")
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%)
}
@media print {
  html {
    padding: 0
  }
  body {
    clear: both;
    overflow: auto;
    width: 100% !important;
    margin: 0 auto
  }
  .m-001, .m-008, .m-012 {
    display: none
  }
  .m-008.printed {
    display: block;
    margin-top: -80px
  }
  .Slide {
    height: 393px !important
  }
  .st-footer, .st-header, .st-header_block {
    display: none !important
  }
  #IncludeHeaderProd + main, main.corporate {
    padding-top: 0 !important
  }
}
html {
  font-size: 62.5%
}
body, html {
  height: 100%
}
body {
  font-family: Open Sans, Helvetica, Arial, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  width: 100%;
  vertical-align: bottom;
  letter-spacing: normal;
  color: #5c5c5c;
  background: #fff;
  -webkit-font-smoothing: antialiased
}
:root body, _:-ms-fullscreen {
  font-family: Open Sans, Helvetica, Arial, ヒラギノ角ゴ ProN W3, HiraKakuProN-W3, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif
}
.st-footer ul li, .st-header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none
}
div.l-hero img {
  margin-top: 85px
}
@media only screen and (max-width:1000px) {
  div.l-hero img {
    margin-top: 60px
  }
}
@media only screen and (min-width:769px) {
  .l-header {
    height: 0
  }
}
.searchBlock {
  line-height: 1;
  position: absolute;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0
}
@media only screen and (min-width:769px) {
  .searchBlock {
    position: relative;
    display: block;
    float: none;
    width: 380px;
    margin: 0 0 15px
  }
  .searchBlock + .st_navList {
    margin: 15px 0 0
  }
  .gsc-input-box {
    width: calc(100% - 30px);
    height: 30px
  }
  .gsc-input-box::placeholder {
    font-size: 1.4rem;
    font-weight: 500;
    color: #7d7d7d
  }
  .gsc-search-button-v2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 6px
  }
  .gsc-search-button input {
    border: 1px solid #e40229 !important;
    background: #e4022e !important
  }
}
.st-header {
  position: fixed;
  z-index: 5;
  width: 100%;
  background-color: #fff
}
.st-header_block {
  display: flex;
  width: 100%;
  height: 85px;
  margin: auto;
  padding: 20px 50px 0;
  border-bottom: 1px solid #e5e5e6;
  justify-content: space-between;
  align-items: baseline
}
@media only screen and (max-width:1300px) {
  .st-header_block {
    padding: 20px 25px 0
  }
}
@media only screen and (max-width:1000px) {
  .st-header_block {
    height: 60px;
    padding: 5px 10px;
    align-items: center
  }
}
.st-header_nav {
  display: flex;
  margin: 10px 0 0;
  align-items: center
}
@media only screen and (max-width:1000px) {
  .st-header_nav {
    display: none
  }
}
.st-header_nav-list {
  display: flex;
  margin: 0;
  align-items: center
}
.st-header_nav-item {
  cursor: pointer
}
.st-header_nav-item:not(:last-of-type) {
  margin: 0 40px 0 0
}
@media only screen and (max-width:1300px) {
  .st-header_nav-item:not(:last-of-type) {
    margin: 0 1.5em 0 0
  }
}
.st-header_nav-link {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 0 0 30px;
  color: #5c5c5c
}
@media only screen and (max-width:1300px) {
  .st-header_nav-link {
    font-size: 1.5rem;
    padding: 0 0 34px
  }
}
.st-header_nav-link:focus, .st-header_nav-link:hover {
  text-decoration: none
}
@media only screen and (min-width:1001px) {
  .st-header_nav-link:focus, .st-header_nav-link:hover {
    color: inherit
  }
}
.st-header_nav-hover .st-header_nav-link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  content: "";
  transition: all .3s;
  opacity: 0;
  background: #e4032e
}
.st-header_logo {
  display: flex;
  align-items: center
}
.st-header_logo-item {
  margin: 0
}
.st-header_logo-item:first-of-type {
  margin: 0 15px 0 0
}
.st-header_logo-item:last-of-type {
  margin: 0 45px 0 0
}
.st-header_logo-item.st-language_hover {
  position: relative;
  cursor: pointer
}
.st-header_logo-item.st-language_hover:before {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  content: "";
  transition: all .3s;
  opacity: 0;
  background: #e4032e
}
@media only screen and (min-width:1001px) {
  .st-header_logo-item.st-language_hover:hover:before {
    opacity: 1
  }
}
.st-header_logo-item.st-language_hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -21px;
  left: 0;
  display: inline-block;
  content: ""
}
.st-header_language {
  position: relative;
  display: flex;
  padding: 8px;
  transition: all .3s;
  color: #737272;
  border-radius: 50%;
  justify-content: center;
  align-items: center
}
.st-header_language i {
  font-size: 2.4rem
}
.st-header_img {
  width: 100%;
  max-width: 105px
}
@media only screen and (max-width:1000px) {
  .st-header_img {
    max-width: 85px
  }
}
@media only screen and (max-width:640px) {
  .st-header_img {
    max-width: 120px
  }
}
.st-header_img img {
  vertical-align: bottom
}
.st-header_subnav-bg {
  position: absolute;
  z-index: 2;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transition: all .3s;
  opacity: 0;
  background: hsla(0, 0%, 45%, .6)
}
.st-header_subnav-bg.is-on {
  position: fixed;
  visibility: visible;
  opacity: 1
}
.st-header_modal-bg {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  transition: all .3s;
  opacity: 0;
  background: hsla(0, 0%, 45%, .6)
}
@media only screen and (max-width:1000px) {
  .st-header_modal-bg {
    position: fixed;
    z-index: 6;
    top: 0;
    bottom: 0
  }
}
.st-header_modal-bg.is-on {
  visibility: visible;
  opacity: 1
}
@media only screen and (max-width:1000px) {
  .st-header_modal-bg.is-on {
    top: 0
  }
}
.st-header_hover-bg {
  position: fixed;
  z-index: 4;
  top: 85px;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
  transition: all .3s;
  opacity: 0;
  background: hsla(0, 0%, 45%, .6)
}
.st-header_hover-bg.is-on {
  visibility: visible;
  opacity: 1
}
.st-header_subnav-overlay {
  position: absolute;
  top: 85px;
  right: 0;
  visibility: hidden;
  width: 100vw;
  padding: 40px 15px 10px;
  transition: all .3s;
  opacity: 0;
  background: #fff
}
.st-header_subnav-overlay.search-overlay {
  padding: 30px 15px;
  background: #f0f0f0
}
@media only screen and (max-width:1000px) {
  .st-header_subnav-overlay.search-overlay {
    top: 60px;
    visibility: hidden;
    opacity: 0
  }
}
.st-header_subnav-overlay.search-overlay.is-on {
  visibility: visible;
  opacity: 1
}
.st-header_hover-overlay, .st-header_modal-overlay {
  position: fixed;
  z-index: 5;
  top: 85px;
  right: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: calc(100% - 85px);
  padding: 45px 15px;
  transition: all .3s;
  opacity: 0;
  background: #fff
}
@media only screen and (max-width:1000px) {
  .st-header_hover-overlay, .st-header_modal-overlay {
    max-height: calc(100% - 60px)
  }
}
.st-header_hover-overlay.is-on, .st-header_modal-overlay.is-on {
  visibility: visible;
  opacity: 1
}
.st-header_subnav-areaFlex {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px 30px;
  justify-content: space-between
}
.st-header_subnav-area {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px
}
@media only screen and (max-width:640px) {
  .st-header_subnav-area {
    padding: 0
  }
}
.st-header_subnav-contents {
  max-width: 100%
}
.st-header_subnav-contents.st-prod {
  width: 74%;
  max-width: 700px;
  margin: 0 20px 0 0
}
.st-header_subnav-contents.st-support {
  width: 26%;
  max-width: 250px
}
.st-header_subnav-contents.st-language {
  width: 100%
}
.st-header_subnav-title {
  font-size: 2.2rem;
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px 20px;
  color: #e4032e;
  border-bottom: 1px solid #e5e5e6
}
@media only screen and (max-width:640px) {
  .st-header_subnav-title {
    margin: 0 0 15px;
    padding: 0 0 10px 20px
  }
}
.st-header_subnav-title:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #e4032e;
  border-right: 2px solid #e4032e
}
@media only screen and (min-width:1001px) {
  .st-header_subnav-title:hover {
    text-decoration: underline;
    color: #e4032e
  }
}
.st-header_land-title {
  font-size: 2.2rem;
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px;
  color: #e4032e;
  border-bottom: 1px solid #e5e5e6
}
@media only screen and (max-width:640px) {
  .st-header_land-title {
    margin: 0 0 15px
  }
}
.st-header_subnav-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #5c5c5c
}
.st-header_subnav-list {
  display: flex;
  margin: 0 0 30px;
  flex-wrap: wrap
}
.st-header_subnav-item {
  display: flex;
  width: calc(33.33% - 14px);
  margin: 0 20px 10px 0;
  color: #737272;
  align-items: center
}
.st-header_subnav-item-02 {
  width: calc(33.33% - 7px);
  margin: 0 10px 10px 0;
  color: #737272
}
.st-header_subnav-element {
  display: flex;
  align-items: center
}
.st-header_subnav-item:nth-of-type(3n) {
  margin-right: 0
}
.st-header_subnav-item-02 img, .st-header_subnav-item img {
  max-width: 70px
}
.st-header_subnav-itemText {
  font-size: 1.4rem;
  margin: 0 0 0 10px
}
.st-header_subnav-linkList {
  margin: 0 0 15px
}
.st-header_subnav-linkList-flex {
  display: flex;
  margin: 0 0 25px;
  flex-wrap: wrap
}
.st-tech .st-header_subnav-linkList-flex .st-header_subnav-linkItem {
  width: calc(50% - 15px);
  margin-right: 15px
}
.st-industries .st-header_subnav-linkList-flex .st-header_subnav-linkItem {
  width: 25%
}
.st-language .st-header_subnav-linkList-flex .st-header_subnav-linkItem {
  width: calc(33.33% - 9px);
  margin-right: 9px
}
:root .st-language .st-header_subnav-linkList-flex .st-header_subnav-linkItem, _:-ms-fullscreen {
  width: calc(33.33% - 10px)
}
@media only screen and (max-width:640px) {
  .st-language .st-header_subnav-linkList-flex .st-header_subnav-linkItem {
    width: calc(50% - 5px);
    margin: 0 5px 15px 0
  }
}
.st-language .st-header_subnav-linkList-flex .st-header_subnav-linkItem a {
  font-weight: 700
}
.st-language .st-header_subnav-linkList-flex .st-header_subnav-linkItem span {
  font-weight: 400
}
.st-header_subnav-linkItem {
  font-size: 1.4rem;
  width: 100%;
  margin: 0 0 5px;
  padding-left: 0;
  background: none
}
.st-header_subnav-linkItem.st-arrow {
  position: relative
}
.st-header_subnav-linkItem a {
  display: block;
  padding: 5px 0
}
.st-header_subnav-linkItem.st-arrow a {
  position: relative;
  padding-right: 5px;
  padding-left: 12px
}
.st-header_subnav-linkItem.st-arrow a:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #e4032e;
  border-right: 2px solid #e4032e
}
.st-header_subnav-linkItem.st-linkItem02 {
  width: calc(50% - 15px)
}
.st-header_subnav-linkItem.st-linkItem03 {
  width: 25%;
  margin-right: 10px
}
.st-header_subnav-linkItem a {
  color: #5c5c5c
}
@media only screen and (min-width:1001px) {
  .st-header_subnav-linkItem a:hover {
    text-decoration: underline;
    color: #e4032e
  }
}
.st-header_subnav-linkBlock {
  display: flex;
  flex-wrap: wrap
}
.st-header_subnav-linkContents {
  width: 50%
}
.st-header_subnav-linkContents.st-linkContents02 {
  width: 25%
}
.st-header_modal-block {
  display: flex;
  justify-content: space-between
}
.st-header_modal-block:last-of-type {
  padding-bottom: 50px
}
.st-header_modal-block:first-of-type .st-header_modal-contents {
  width: 100%
}
.st-header_modal-contents {
  width: calc(50% - 10px)
}
.st-header_hamburger, .st-header_spContents {
  display: flex;
  align-items: center
}
.st-header_hamburger {
  z-index: 1;
  width: 32px;
  height: 36px;
  margin: 0 17px 0 0;
  padding: 8px;
  cursor: pointer;
  justify-content: center;
  flex-wrap: wrap
}
.st-header_hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  transition: all .3s;
  background: #e4032e
}
.st-header_hamburger:after, .st-header_hamburger:before {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transition: all .3s;
  background: #e4032e
}
.st-header_search {
  position: relative;
  display: block;
  width: 20px;
  height: 22px;
  margin: 0 0 0 25px;
  padding: 0;
  background: url(/jp/common/img/icon-search-header.svg);
  background-repeat: no-repeat;
  background-size: cover
}
.st-header_search:before {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  content: "";
  transition: all .3s;
  opacity: 0;
  background: #e4032e
}
@media only screen and (max-width:1000px) {
  .st-header_search:before {
    bottom: -19px
  }
}
.st-header_search.is-on:before {
  opacity: 1
}
.st-header-menu {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 300px;
  max-height: 100%;
  transform: translateX(0);
  background: #fff
}
.st-header-menu[aria-controls=panelIndex] {
  padding-bottom: 85px
}
.st-header-menu_list {
  margin: 0
}
.st-header-menu_item {
  position: relative;
  margin-bottom: 0;
  padding: 13px 15px;
  list-style: none;
  border-top: 1px solid #e5e5e6;
  background: none
}
.st-header-menu_item a:focus, .st-header-menu_item a:hover {
  text-decoration: none
}
.st-header-menu_item.st-close {
  display: flex;
  justify-content: space-between
}
.st-header-menu_item.st-close .st-home {
  display: inline-block;
  overflow: hidden;
  width: 21px;
  height: 30px;
  background: url(/jp/common/img/TopBar_Home.png) 50%;
  background-repeat: no-repeat
}
.st-header-menu_item.st-close .st-close_icon {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: space-between
}
.st-header-menu_item.st-close .st-close_icon:before {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  width: 15px;
  height: 2px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  background: #e4032e
}
.st-header-menu_item.st-close .st-close_icon:after {
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  width: 2px;
  height: 15px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  background: #e4032e
}
.st-header-menu_item.st-external {
  padding: 20px 27px 20px 15px
}
.st-header-menu_item.st-external:after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  content: url(/jp/common/img/icon_window_b.svg)
}
.st-header-close_icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px
}
.st-header-close_icon:before {
  right: 8px;
  width: 13px;
  height: 2px
}
.st-header-close_icon:after, .st-header-close_icon:before {
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  background: #e4032e
}
.st-header-close_icon:after {
  right: 14px;
  width: 2px;
  height: 13px
}
.st-header-menu_item.st-arrow {
  padding: 20px 27px 20px 15px
}
.st-header-menu_item.st-arrow:after {
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #e4032e;
  border-right: 2px solid #e4032e
}
.st-header-menu_item.st-arrow_return {
  padding: 20px 15px 20px 27px;
  border-bottom: 1px solid #e5e5e6
}
.st-header-menu_item.st-arrow_return:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-bottom: 2px solid #e4032e;
  border-left: 2px solid #e4032e
}
.st-header-menu_item.st-arrow_return + .st-header-menu_itemChild {
  margin-left: 0;
  padding: 20px 40px 20px 15px
}
.st-header-menu_item a {
  font-size: 1.6rem;
  display: block;
  color: #5c5c5c
}
.st-header-menu_item .st-header-home {
  display: inline-block;
  overflow: hidden;
  width: 21px;
  height: 30px;
  background: url(/jp/common/img/TopBar_Home.png) no-repeat 50%
}
.st-header-menu_itemChild {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 20px 50px 20px 0;
  list-style: none;
  color: #5c5c5c;
  background: none
}
.st-header-menu_itemChild + .st-header-menu_itemChild {
  border-top: 1px solid #e5e5e6
}
.st-header-menu_itemChild + .st-header-menu_itemChild.st-arrow_full {
  margin-left: 0;
  padding: 20px 40px 20px 15px;
  border-top: 1px solid #e5e5e6
}
.st-header-menu_itemChild.st-external:after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  content: url(/jp/common/img/icon_window_b.svg)
}
.st-header-menu_itemChild.st-arrow:after {
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #e4032e;
  border-right: 2px solid #e4032e
}
.st-header-menu_itemChild a {
  display: block;
  color: #5c5c5c
}
.st-header-menu_itemChild a:focus, .st-header-menu_itemChild a:hover {
  text-decoration: none;
  color: #5c5c5c
}
.st-header-menu_category {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 13px 27px 13px 15px;
  color: #5c5c5c;
  border-top: 1px solid #e5e5e6;
  border-bottom: 1px solid #e5e5e6;
  background: #f6f6f6
}
.st-header-menu .searchBlock {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  border-top: 1px solid #e5e5e6
}
.st-header-menu form {
  display: flex
}
.st-header-menu .gsc-input-box {
  font-size: 14px;
  width: calc(100% - 40px);
  height: 40px !important;
  padding: 8px;
  border: none;
  background: #f0f0f0
}
.st-header-menu .gsc-search-button-v2 {
  top: 20px;
  right: 15px;
  width: 40px !important;
  height: 40px !important;
  margin: 0;
  padding: 12px;
  border: 1px solid #e40229 !important;
  background: #e4022e !important
}
.st-header_subnav-search {
  max-width: 100%
}
.st-header_subnav-search .st-search_form {
  display: flex;
  justify-content: center
}
.st-header_subnav-search .st-search_text {
  width: 100%;
  max-width: 630px;
  height: 50px;
  padding: 15px;
  border: 0;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none
}
.st-header_subnav-search .st-search_text::placeholder {
  font-size: 1.4rem
}
.st-header_subnav-search .st-search_icon {
  display: flex;
  width: 50px;
  height: 50px;
  background: #e4032e;
  justify-content: center;
  align-items: center
}
@media only screen and (min-width:1001px) {
  .st-header_spContents {
    display: none
  }
  .st-header_nav-hover .st-header_nav-link:hover:before {
    opacity: 1
  }
  .st-header_nav-item:hover .st-header_subnav-overlay {
    z-index: 3;
    visibility: visible;
    opacity: 1
  }
}
@media only screen and (max-width:1000px) {
  .st-header_language {
    border: none;
    background: #fff
  }
  .st-header_language:focus, .st-header_language:hover {
    text-decoration: none
  }
  .st-header_language i {
    color: #e4032e
  }
  .st-header_nav-list {
    display: none
  }
  .st-header_subnav-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 0
  }
  .st-header_subnav-bg.is-on {
    top: 0;
    opacity: 1
  }
  .st-header_hover-overlay[data-modal=modal01], .st-header_modal-overlay[data-modal=modal01] {
    top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 60px);
    -webkit-overflow-scrolling: touch
  }
  .st-header_modal-block {
    display: block
  }
  .st-header_modal-contents {
    width: 100%
  }
  .st-header-language .st-header_subnav-linkList-flex .st-header_subnav-linkItem {
    width: calc(50% - 5px)
  }
  .st-header-menu {
    display: block;
    visibility: hidden;
    transition: all .3s;
    opacity: 0
  }
  .st-header-menu[data-modal=modal02] {
    z-index: 7;
    top: 0;
    transform: translateX(-100vw)
  }
  .st-header-menu[aria-selected=true] {
    z-index: 7;
    visibility: visible;
    transform: translateX(0);
    opacity: 1
  }
  .st-header-menu[aria-selected=false] {
    transform: translateX(-100vw);
    opacity: 0
  }
}
.st-footer {
  border-top: 1px solid #e5e5e6
}
.st-footer_share {
  display: flex;
  padding: 30px 50px;
  align-items: center
}
@media only screen and (max-width:1000px) {
  .st-footer_share {
    padding: 30px 20px
  }
}
@media only screen and (max-width:640px) {
  .st-footer_share {
    display: block;
    padding: 20px 15px 10px
  }
}
.st-footer_share-contents {
  display: flex;
  margin: 0 60px 0 0;
  align-items: center
}
@media only screen and (max-width:640px) {
  .st-footer_share-contents {
    margin: 0 0 10px
  }
}
.st-footer_share-contents p {
  margin: 0 20px 0 0;
  color: #5c5c5c
}
@media only screen and (max-width:640px) {
  .st-footer_share-contents p {
    width: 80px;
    margin: 0
  }
}
.st-footer_share-item {
  display: flex;
  margin: 0;
  align-items: center
}
.st-footer_share-icon:first-of-type {
  margin: 0 18px 0 0
}
.st-footer_share-icon .st-youTube {
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url(/jp/common/img/module/m004/Icon-YouTube.png)
}
.st-footer_share-icon .st-facebook {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/jp/common/img/module/m004/Icon-Facebook.png)
}
.st-footer_menu {
  display: flex;
  padding: 30px 50px 10px;
  background: #f6f6f6;
  justify-content: space-between
}
@media only screen and (max-width:1000px) {
  .st-footer_menu {
    padding: 30px 20px 15px
  }
}
@media only screen and (max-width:640px) {
  .st-footer_menu {
    padding: 40px 15px 25px
  }
}
.st-footer_nav {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap
}
@media only screen and (max-width:1000px) {
  .st-footer_nav {
    flex-wrap: wrap
  }
}
.st-footer_navIcon {
  align-items: center
}
.st-footer_navIcon .st-footer_nav-item:not(:last-of-type) {
  margin: 0 10px 0 0
}
@media only screen and (max-width:640px) {
  .st-footer_navIcon .st-footer_nav-item:not(:last-of-type) {
    margin: 0 5px
  }
}
.st-footer_nav-item {
  font-size: 1.6rem;
  margin-bottom: 20px;
  cursor: pointer;
  color: #5c5c5c
}
@media only screen and (max-width:1000px) {
  .st-footer_nav-item {
    font-size: 1.4rem;
    margin: 0 30px 15px 0
  }
}
.st-footer_nav-item a, .st-footer_nav-item a:hover {
  color: #5c5c5c
}
.st-footer_nav-item p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0
}
.st-footer_nav-item:last-of-type {
  margin: 0 0 20px
}
@media only screen and (max-width:1000px) {
  .st-footer_nav-item:last-of-type {
    margin: 0 0 15px
  }
}
.st-footer_nav-item:not(:last-of-type) {
  margin: 0 40px 20px 0
}
@media only screen and (max-width:1000px) {
  .st-footer_nav-item:not(:last-of-type) {
    margin: 0 30px 15px 0
  }
}
.st-footer_language {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  transition: all .3s;
  color: #737272;
  border: 1px solid #e5e5e6;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center
}
.st-footer_language:focus {
  text-decoration: none;
  color: #737272;
  background: #e5e5e6
}
.st-footer_language:hover {
  text-decoration: none
}
@media only screen and (min-width:1001px) {
  .st-footer_language:hover {
    color: #737272;
    background: #e5e5e6
  }
}
.st-footer_language i {
  font-size: 2.4rem
}
.st-footer_search {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  transition: all .3s;
  color: #737272;
  border: 1px solid #e5e5e6;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center
}
.st-footer_search span {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0;
  background: url(/jp/common/img/icon-search-header.svg);
  background-repeat: no-repeat;
  background-size: cover
}
@media only screen and (min-width:1001px) {
  .st-footer_search:hover {
    text-decoration: none;
    color: #737272;
    background: #e5e5e6
  }
}
.st-footer_inner {
  display: flex;
  padding: 20px 50px;
  border-top: 1px solid #e5e5e6;
  background: #f6f6f6;
  justify-content: space-between;
  flex-wrap: wrap
}
@media only screen and (max-width:1300px) {
  .st-footer_inner {
    display: block
  }
}
@media only screen and (max-width:1000px) {
  .st-footer_inner {
    padding: 30px 20px;
    flex-wrap: wrap
  }
}
@media only screen and (max-width:640px) {
  .st-footer_inner {
    padding: 25px 15px 40px
  }
}
@media only screen and (max-width:1000px) {
  .st-footer_inner p {
    width: 100%;
    text-align: center
  }
}
.st-footer_inner .st-footer_nav-link {
  font-size: 1.4rem
}
@media only screen and (max-width:640px) {
  .st-footer_inner .st-footer_nav-link {
    font-size: 1.2rem
  }
}
.st-footer_inner .st-footer_nav .st-footer_nav-item:last-of-type {
  margin: 0 0 20px
}
@media only screen and (max-width:640px) {
  .st-footer_inner .st-footer_nav .st-footer_nav-item:last-of-type {
    margin: 0 0 15px
  }
}
.st-footer_inner .st-footer_nav .st-footer_nav-item:not(:last-of-type) {
  margin: 0 30px 20px 0
}
@media only screen and (max-width:640px) {
  .st-footer_inner .st-footer_nav .st-footer_nav-item:not(:last-of-type) {
    margin: 0 18px 15px 0
  }
}
.st-footer_navIcon {
  display: flex;
  margin: 0 0 15px;
  justify-content: right
}
@media only screen and (max-width:640px) {
  .st-footer_navIcon {
    display: block;
    text-align: center
  }
}
.st-footer_navIcon .st-footer_nav-item {
  margin: 0
}
@media only screen and (max-width:640px) {
  .st-footer_navIcon .st-footer_nav-item {
    display: inline-block
  }
}
@media only screen and (max-width:640px) {
  .st-footer_navIcon .st-footer_nav-item:last-of-type {
    display: block;
    margin-top: 15px
  }
}
.st-external_link {
  font-size: 1.4rem;
  position: relative;
  padding-left: 12px;
  color: #5c5c5c
}
@media only screen and (max-width:1300px) {
  .st-external_link {
    font-size: 1.5rem
  }
}
.st-external_link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #e4032e;
  border-right: 2px solid #e4032e
}
.st-external_link:hover {
  color: #5c5c5c
}
@media only screen and (min-width:1001px) {
  .st-external_link:hover {
    text-decoration: underline
  }
}