@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  font-size: 58%; }
  @media screen and (min-width: 480px) {
    html {
      font-size: 60%; } }
  @media screen and (min-width: 768px) {
    html {
      font-size: 62.5%; } }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-size: 1.8rem; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*==================================================================
    base
===================================================================*/
html {
  box-sizing: border-box;
  height: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  height: 100%;
  font-family: "Microsoft YaHei", "Noto Sans JP", "Poppins", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  line-height: 1.5;
  color: #262626;
  background-color: #fff; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: bold; }

input,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%; }

@font-face {
  font-family: "mitsuichem-fonts";
  src: url("/assets_cn/font/mitsuichem-fonts.woff") format("woff"); }
@font-face {
  font-family: "inter";
  src: url("/assets_cn/font/Inter-Regular.ttf") format("truetype"), url("/assets_cn/font/Inter-Bold.ttf") format("truetype"), url("/assets_cn/font/Inter-Light.ttf") format("truetype"); }
/*==================================================================
    #top .mci-global 共通
===================================================================*/
.mci-global {
  /*==================================================================
      .mci-global-header
  ===================================================================*/
  /*==================================================================
      .mci-glb-container__top
  ===================================================================*/
  /** /.mci-glb-container__top **/
  /*==================================================================
      .mci-glb-container__global-lang
  ===================================================================*/
  /*==================================================================
      .mci-glb-container__global-map
  ===================================================================*/
  /*==================================================================
      .mci-glb-container__global-area
  ===================================================================*/
  /** /.mci-glb-container__global-area **/
  /*==================================================================
      footer
  ===================================================================*/ }
  .mci-global .en {
    font-family: 'inter'; }
  .mci-global .mci-glb-container__contents-wrap {
    max-width: 1316px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px; }
    @media screen and (min-width: 768px) {
      .mci-global .mci-glb-container__contents-wrap {
        max-width: 1440px;
        padding-left: 80px;
        padding-right: 80px; } }
  .mci-global #img-japan {
    background-image: url("/assets_cn/images/index/japan_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-northamerica {
    background-image: url("/assets_cn/images/index/northamerica_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-latinamerica {
    background-image: url("/assets_cn/images/index/latinamerica_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-europe {
    background-image: url("/assets_cn/images/index/europe_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-southeastasia {
    background-image: url("/assets_cn/images/index/southeastasia_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-eastasia_china {
    background-image: url("/assets_cn/images/index/eastasia_china_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-eastasia_taiwan {
    background-image: url("/assets_cn/images/index/eastasia_taiwan_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-eastasia_korea {
    background-image: url("/assets_cn/images/index/eastasia_korea_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mci-global #img-southasia {
    background-image: url("/assets_cn/images/index/southasia_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  @media screen and (min-width: 768px) {
    .mci-global .br-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .mci-global .br-pc {
      display: none; } }
  .mci-global .copyright-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .mci-global .copyright-img .copyright-sentence {
      position: absolute;
      bottom: 3px;
      left: 3px;
      padding: 1px 3px;
      margin-right: 3px;
      font-size: 8px;
      text-align: left;
      line-height: 1.4;
      letter-spacing: 0.002rem; }
      .mci-global .copyright-img .copyright-sentence.white {
        color: #fff; }
      .mci-global .copyright-img .copyright-sentence.use-bg {
        background-color: rgba(255, 255, 255, 0.7); }
  .mci-global .mci-global-header .mci-header__nav-container-wrapper {
    display: block;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .mci-global .mci-global-header .mci-header__nav-container-wrapper {
        padding: 12px 14px; } }
    .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 50px;
      font-size: 14px;
      line-height: 20px;
      float: none; }
      @media screen and (min-width: 768px) {
        .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation {
          height: 100%;
          justify-content: right;
          float: right; } }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__left {
        width: 60%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-right: 1px solid #f1f1f1; }
        @media screen and (min-width: 768px) {
          .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__left {
            width: auto;
            border: none; } }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__right {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__right {
            width: auto; } }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__main {
        position: relative;
        margin-right: 0; }
        .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__main:hover {
          color: #ED6C00; }
        @media screen and (min-width: 768px) {
          .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__main {
            margin-right: 30px;
            width: auto; } }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item {
        position: relative; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title {
        position: relative;
        padding-right: 1.5em;
        cursor: pointer; }
        .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title:hover {
          color: #ED6C00; }
        .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title::after {
          content: "";
          display: block;
          width: 0.5em;
          height: 0.5em;
          border-top: #262626 1px solid;
          border-left: none;
          border-right: #262626 1px solid;
          border-bottom: none;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          position: absolute;
          right: 0.5em;
          top: 0.3em;
          bottom: 15%;
          margin: auto; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title + .cmp-languagenavigation__group {
        display: none;
        opacity: 0;
        position: fixed; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title.active::after {
        top: 0.8em;
        border-top: none;
        border-left: #262626 1px solid;
        border-right: none;
        border-bottom: #262626 1px solid; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title.active + .cmp-languagenavigation__group {
        display: block;
        position: absolute;
        left: -5px;
        box-shadow: 3px 3px 3px -3px #888888;
        width: calc(100% + 10px);
        opacity: 1;
        background-color: #ffffff;
        border: 1px solid #F4F4EA; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title.active + .cmp-languagenavigation__group .cmp-languagenavigation__item {
        text-align: center;
        line-height: 3em; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title.active + .cmp-languagenavigation__group .cmp-languagenavigation__item:hover {
        background-color: #F4F4EA; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title.active + .cmp-languagenavigation__group .cmp-languagenavigation__item a {
        color: #000000;
        text-decoration: none; }
      .mci-global .mci-global-header .mci-header__nav-container-wrapper .mci-header__lang-navi .cmp-languagenavigation .cmp-languagenavigation__item-title.active + .cmp-languagenavigation__group .cmp-languagenavigation__item a:hover {
        color: #ED6C00; }
  .mci-global .mci-glb-container__top {
    padding-top: 46px;
    padding-bottom: 58px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .mci-global .mci-glb-container__top {
        padding-top: 36px;
        padding-bottom: 70px; } }
    .mci-global .mci-glb-container__top .top-logo {
      padding-bottom: 30px; }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__top .top-logo {
          padding-bottom: 50px; } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__top .top-logo {
          padding-bottom: 70px; } }
      .mci-global .mci-glb-container__top .top-logo img {
        width: 28%;
        max-width: 152px; }
    .mci-global .mci-glb-container__top .top-company {
      position: relative;
      display: inline-block;
      font-size: 2.6rem;
      padding: 0 10px;
      margin-bottom: 12px; }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__top .top-company {
          font-size: 3.2rem;
          margin-bottom: 24px; } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__top .top-company {
          font-size: 3.8rem;
          margin-bottom: 34px; } }
    .mci-global .mci-glb-container__top .top-copy {
      position: relative;
      display: inline-block;
      padding: 0 30px 0 22px;
      margin-bottom: 26px; }
      .mci-global .mci-glb-container__top .top-copy img {
        width: 100%;
        max-width: 820px; }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__top .top-copy {
          padding: 0 42px 0 20px;
          margin-bottom: 38px; } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__top .top-copy {
          padding: 0 40px 0 40px; } }
    .mci-global .mci-glb-container__top ._blank_l::before {
      content: "";
      position: absolute;
      bottom: 4px;
      right: 4px;
      margin: auto;
      width: 14px;
      height: 10px;
      border: solid 2px #007A41;
      z-index: 3;
      transition: 0.3s all; }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__top ._blank_l::before {
          width: 22px;
          height: 18px; } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__top ._blank_l::before {
          bottom: 5px;
          width: 28px;
          height: 22px;
          right: -26.5px; } }
    .mci-global .mci-glb-container__top ._blank_l::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 8px;
      width: 14px;
      height: 10px;
      border-left: solid 2px #007A41;
      border-bottom: solid 2px #007A41;
      z-index: 2;
      transition: 0.3s all; }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__top ._blank_l::after {
          width: 22px;
          height: 18px; } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__top ._blank_l::after {
          width: 28px;
          height: 22px;
          right: -22px; } }
    .mci-global .mci-glb-container__top .top-subcopy {
      font-size: 1.6rem;
      color: #00A0E9; }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__top .top-subcopy {
          font-size: 1.9rem; } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__top .top-subcopy {
          font-size: 2.2rem; } }
  .mci-global .mci-glb-container__global-lang {
    background-color: #F4F4EA;
    padding-top: 50px;
    padding-bottom: 46px;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .mci-global .mci-glb-container__global-lang {
        padding-top: 60px;
        padding-bottom: 64px; } }
    .mci-global .mci-glb-container__global-lang .lang-ttl {
      font-size: 3.4rem;
      font-weight: 100;
      margin-bottom: 40px; }
    .mci-global .mci-glb-container__global-lang .lang-button__3columns-1 {
      margin-bottom: 10px;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 10px 20px; }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__global-lang .lang-button__3columns-1 {
          grid-template-columns: repeat(1, 1fr); } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__global-lang .lang-button__3columns-1 {
          grid-template-columns: repeat(3, 1fr); } }
    .mci-global .mci-glb-container__global-lang .lang-button__button {
      width: 100%; }
      .mci-global .mci-glb-container__global-lang .lang-button__button .lang-button {
        height: 84px;
        display: block;
        border: solid 1px #fff;
        background-color: #fff;
        box-sizing: border-box;
        position: relative;
        transition: 0.3s all; }
        .mci-global .mci-glb-container__global-lang .lang-button__button .lang-button::before {
          position: absolute;
          font-family: mitsuichem-fonts;
          content: "\ea05";
          font-size: 1.4rem;
          color: #ffffff;
          background: #007A41;
          border-radius: 50%;
          width: 2.6rem;
          height: 2.6rem;
          padding-left: 0.2rem;
          display: flex;
          justify-content: center;
          align-items: center;
          top: 50%;
          transform: translateY(-50%);
          right: 23px;
          z-index: 3;
          transition: 0.3s all; }
        .mci-global .mci-glb-container__global-lang .lang-button__button .lang-button:hover {
          border: solid 1px #ED6C00;
          color: #ED6C00;
          transition: 0.3s all; }
          .mci-global .mci-glb-container__global-lang .lang-button__button .lang-button:hover::before {
            background-color: #ED6C00; }
        .mci-global .mci-glb-container__global-lang .lang-button__button .lang-button .lang-button__text {
          display: block;
          font-size: 2.2rem;
          margin-right: 46px;
          margin-left: 30px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
  .mci-global .mci-glb-container__global-map {
    background-color: #00A0E9;
    width: 100%;
    height: auto;
    padding-top: 5.2vw;
    padding-bottom: 4.6vw; }
    @media screen and (min-width: 768px) {
      .mci-global .mci-glb-container__global-map {
        padding-top: 54px;
        padding-bottom: 46px; } }
    .mci-global .mci-glb-container__global-map .global-map__location {
      position: relative;
      width: 100%;
      height: auto;
      padding-right: 4px; }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__global-map .global-map__location {
          padding-right: 8px; } }
      .mci-global .mci-glb-container__global-map .global-map__location .area-name {
        position: absolute;
        display: inline-block;
        font-size: 1.4rem; }
        .mci-global .mci-glb-container__global-map .global-map__location .area-name.japan {
          left: 45.5%;
          top: 38%; }
        .mci-global .mci-glb-container__global-map .global-map__location .area-name.northamerica {
          left: 63%;
          top: 22%; }
        .mci-global .mci-glb-container__global-map .global-map__location .area-name.latinamerica {
          left: 74%;
          top: 62%; }
        .mci-global .mci-glb-container__global-map .global-map__location .area-name.europe {
          left: 12%;
          top: 24%; }
        .mci-global .mci-glb-container__global-map .global-map__location .area-name.eastasia {
          right: 65%;
          top: 35%; }
        .mci-global .mci-glb-container__global-map .global-map__location .area-name.southeastasia {
          left: 36%;
          top: 66%; }
        .mci-global .mci-glb-container__global-map .global-map__location .area-name.southasia {
          left: 12%;
          top: 54%; }
        @media screen and (min-width: 768px) {
          .mci-global .mci-glb-container__global-map .global-map__location .area-name {
            font-size: 2.0rem; } }
        @media screen and (min-width: 1024px) {
          .mci-global .mci-glb-container__global-map .global-map__location .area-name {
            font-size: 2.4rem; }
            .mci-global .mci-glb-container__global-map .global-map__location .area-name.japan {
              left: 45.5%;
              top: 38%; }
            .mci-global .mci-glb-container__global-map .global-map__location .area-name.northamerica {
              left: 63%;
              top: 32%; }
            .mci-global .mci-glb-container__global-map .global-map__location .area-name.latinamerica {
              left: 74%;
              top: 67%; }
            .mci-global .mci-glb-container__global-map .global-map__location .area-name.europe {
              left: 12%;
              top: 31.2%; }
            .mci-global .mci-glb-container__global-map .global-map__location .area-name.eastasia {
              right: 68%;
              top: 36%; }
            .mci-global .mci-glb-container__global-map .global-map__location .area-name.southeastasia {
              left: 40%;
              top: 66%; }
            .mci-global .mci-glb-container__global-map .global-map__location .area-name.southasia {
              left: 16%;
              top: 54%; } }
      .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link {
        position: absolute;
        display: inline-block;
        width: 14px;
        height: 17px;
        background-image: url("/assets_cn/images/index/map_location.svg");
        background-size: contain;
        background-repeat: no-repeat;
        transition: 0.3s width; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-japan {
          left: 42%;
          top: 32%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-northamerica {
          left: 81%;
          top: 32.8%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-latinamerica {
          left: 88%;
          top: 72.6%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-europe {
          left: 8%;
          top: 24.5%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-southeastasia {
          left: 33.2%;
          top: 55%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_china {
          left: 36%;
          top: 33%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_taiwan {
          left: 37.5%;
          top: 40%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_korea {
          left: 39.5%;
          top: 30%; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-southasia {
          left: 26%;
          top: 42%; }
        @media screen and (min-width: 480px) {
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link {
            width: 18px;
            height: 23px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-japan {
              left: 43%;
              top: 34.5%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_china {
              left: 37.5%;
              top: 36%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_taiwan {
              left: 38%;
              top: 42%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_korea {
              left: 40%;
              top: 34%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-southasia {
              left: 26.5%;
              top: 45%; } }
        @media screen and (min-width: 768px) {
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link {
            cursor: default;
            width: 22px;
            height: 28px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-japan {
              left: 43%;
              top: 34.5%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_china {
              left: 37.5%;
              top: 36%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_taiwan {
              left: 38%;
              top: 42%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_korea {
              left: 40%;
              top: 34%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-southasia {
              left: 26.5%;
              top: 45%; } }
        @media screen and (min-width: 1024px) {
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link {
            cursor: pointer;
            width: 26px;
            height: 34px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-japan {
              left: 42.8%;
              top: 33.5%; } }
        @media screen and (min-width: 1280px) {
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link {
            width: 30px;
            height: 40px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-japan {
              left: 43%;
              top: 35%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-northamerica {
              left: 81.5%;
              top: 34%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-latinamerica {
              left: 88.5%;
              top: 74%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-europe {
              left: 8.5%;
              top: 26%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-southeastasia {
              left: 34%;
              top: 57%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_china {
              left: 38%;
              top: 38%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_taiwan {
              left: 38.3%;
              top: 43%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-eastasia_korea {
              left: 40.3%;
              top: 34.5%; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link.link-southasia {
              left: 27%;
              top: 44%; } }
        @media screen and (min-width: 1024px) {
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link:hover {
            background-image: url("/assets_cn/images/index/map_location_h.svg"); } }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item {
          display: none;
          z-index: 3;
          cursor: default;
          position: absolute;
          width: 280px;
          height: auto;
          background-color: #fff;
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.4); }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-japan {
            left: -20px;
            top: 28px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-northamerica {
            right: -10px;
            top: 28px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-latinamerica {
            right: 26px;
            top: -160px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-europe {
            left: -50px;
            top: 28px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-southeastasia {
            left: 25px;
            top: -60px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-eastasia_china {
            left: -20px;
            top: 28px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-eastasia_taiwan {
            left: -20px;
            top: 28px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-eastasia_korea {
            left: -20px;
            top: 28px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-southasia {
            left: -240px;
            top: 28px; }
          @media screen and (min-width: 1280px) {
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-japan {
              left: -20px;
              top: 36px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-northamerica {
              right: -10px;
              top: 36px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-latinamerica {
              right: 26px;
              top: -120px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-europe {
              left: -50px;
              top: 36px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-southeastasia {
              left: 25px;
              top: -40px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-eastasia_china {
              left: -20px;
              top: 36px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-eastasia_taiwan {
              left: -20px;
              top: 36px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-eastasia_korea {
              left: -20px;
              top: 36px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item.item-southasia {
              left: -240px;
              top: 36px; } }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-img {
            width: 100%;
            height: 160px; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-company {
            position: relative;
            display: inline-block;
            width: 100%;
            padding: 20px 55px 12px 22px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-company .-item-jp {
              font-size: 1.9rem;
              margin-bottom: 4px; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-company .-item-en {
              line-height: 2.5rem;
              font-size: 1.5rem; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-company::after {
              position: absolute;
              font-family: 'mitsuichem-fonts';
              content: "\ea05";
              font-size: 1.2rem;
              color: #ffffff;
              background: #007A41;
              border-radius: 50%;
              width: 2.4rem;
              height: 2.4rem;
              padding-left: 0.2rem;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 50%;
              transform: translateY(-50%);
              right: 22px;
              z-index: 3;
              transition: 0.3s all; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-company:hover {
              color: #ED6C00;
              transition: 0.3s all; }
              .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-company:hover::after {
                padding-left: 0.3rem;
                transform: translateY(-50%) scale(1.2, 1.2);
                background: #ED6C00;
                transition: 0.3s all; }
          .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-list {
            display: inline-block;
            width: 100%;
            padding: 0 24px 24px;
            font-size: 1.5rem; }
            .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .global-map__location-item .global-map__location-contents .global-map__location-list a:hover span {
              border-bottom: 1px solid #262626; }
        .mci-global .mci-glb-container__global-map .global-map__location .global-map__location-link .active {
          display: block !important;
          animation-name: fade-in;
          animation-duration: 0.3s; }
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(0, 8px); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fade-out {
  from {
    opacity: 1;
    transform: translate(0, 0); }
  to {
    opacity: 0;
    transform: translate(0, 8px); } }
  .mci-global .mci-glb-container__global-area {
    padding-top: 54px;
    padding-bottom: 70px;
    text-align: center;
    /** /.area-button__2columns-2 **/ }
    @media screen and (min-width: 768px) {
      .mci-global .mci-glb-container__global-area {
        padding-top: 64px;
        padding-bottom: 100px; } }
    .mci-global .mci-glb-container__global-area .area-ttl {
      font-size: 3.4rem;
      font-weight: 100;
      margin-bottom: 40px; }
    .mci-global .mci-glb-container__global-area .area-button__2columns-2 {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(2, 1fr);
      /*** /.area-button__button **/ }
      @media screen and (min-width: 480px) {
        .mci-global .mci-glb-container__global-area .area-button__2columns-2 {
          gap: 16px;
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 768px) {
        .mci-global .mci-glb-container__global-area .area-button__2columns-2 {
          gap: 18px; } }
      .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button {
        position: relative;
        background: #F4F4EA;
        box-sizing: border-box; }
        @media screen and (min-width: 768px) {
          .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button {
            display: block; } }
        @media screen and (min-width: 1024px) {
          .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button {
            display: flex;
            justify-content: space-between;
            justify-content: center;
            align-items: center; } }
        .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__img {
          width: 100%;
          height: auto;
          min-height: 140px; }
          @media screen and (min-width: 480px) {
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__img {
              min-height: 170px; } }
          @media screen and (min-width: 768px) {
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__img {
              min-height: 186px; } }
          @media screen and (min-width: 1024px) {
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__img {
              width: 40%;
              height: 100%; } }
        .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content {
          text-align: left;
          line-height: 3.0rem;
          transition: 0.3s all; }
          @media screen and (min-width: 768px) {
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content {
              width: 100%; } }
          @media screen and (min-width: 1024px) {
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content {
              width: 82%; } }
          @media screen and (min-width: 1366px) {
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content {
              width: 60%; } }
          .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company {
            position: relative;
            display: inline-block;
            width: 100%;
            padding: 16px 14px 10px 14px;
            transition: 0.3s all; }
            @media screen and (min-width: 480px) {
              .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company {
                padding: 20px 60px 6px 20px; } }
            @media screen and (min-width: 768px) {
              .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company {
                padding: 20px 60px 6px 24px; } }
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company .-company-jp {
              font-size: 1.5rem; }
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company .-company-en {
              font-size: 1.8rem; }
              @media screen and (min-width: 480px) {
                .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company .-company-en {
                  font-size: 1.9rem; } }
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company::after {
              position: absolute;
              font-family: 'mitsuichem-fonts';
              content: "\ea05";
              font-size: 1.0rem;
              color: #ffffff;
              background: #007A41;
              border-radius: 50%;
              width: 2.2rem;
              height: 2.2rem;
              padding-left: 0.2rem;
              display: flex;
              justify-content: center;
              align-items: center;
              top: 21.5px;
              right: 10px;
              z-index: 3;
              transition: 0.3s all; }
              @media screen and (min-width: 480px) {
                .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company::after {
                  font-size: 1.4rem;
                  width: 2.8rem;
                  height: 2.8rem;
                  right: 20px;
                  top: 50%;
                  transform: translateY(-50%); } }
              @media screen and (min-width: 768px) {
                .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company::after {
                  right: 24px; } }
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company:hover {
              color: #ED6C00;
              transition: 0.3s all; }
              .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-company:hover::after {
                padding-left: 0.3rem;
                transform: translateY(-50%) scale(1.2, 1.2);
                background: #ED6C00;
                transition: 0.3s all; }
          .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-list {
            display: inline-block;
            width: 100%;
            padding: 6px 14px 24px;
            font-size: 1.6rem; }
            @media screen and (min-width: 480px) {
              .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-list {
                font-size: 1.5rem;
                padding: 6px 20px 20px; } }
            @media screen and (min-width: 768px) {
              .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-list {
                padding: 6px 24px 20px; } }
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-list a:hover span {
              border-bottom: 1px solid #262626; }
            .mci-global .mci-glb-container__global-area .area-button__2columns-2 .area-button__button .area-button__content .area-button__content-list.en {
              line-height: 2.4rem; }
  .mci-global .cmp-container {
    position: relative; }
  .mci-global .product-details_wrap .cmp-container {
    height: 100%; }
  .mci-global .mci-breadcrumb__footer {
    margin-bottom: 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9; }
  @media screen and (max-width: 1023px) {
    .mci-global .mci-breadcrumb__footer {
      display: block;
      background: transparent; } }
  .mci-global .mci-container__footer {
    background: #F4f4EA;
    border-top: #C9C9C9 1px solid; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-container__footer {
      padding: 40px 40px 40px;
      border: none; } }
  .mci-global .mci-container__footer-wrap .cmp-container {
    flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-container__footer-wrap .cmp-container {
      flex-wrap: nowrap; } }
  .mci-global .mci-container__footer-bottom {
    margin: 0 40px; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-container__footer-bottom {
      margin: 0 0 10px 0; } }
  .mci-global .mci-container__footer-bottom > .cmp-container {
    display: block; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-container__footer-bottom > .cmp-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .mci-global .mci-list__site-footer {
    margin-top: 20px; }
  .mci-global .mci-list__site-footer ul {
    text-align: center; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-list__site-footer ul {
      text-align: left; } }
  .mci-global .mci-list__site-footer ul li {
    display: inline-block;
    margin-bottom: 8px; }
  .mci-global .mci-list__site-footer ul li:not(:last-child) {
    border-right: 1px solid #C9C9C9; }
  .mci-global .mci-list__site-footer ul li a {
    color: inherit;
    text-decoration: none;
    padding: 0 8px;
    display: block;
    position: relative;
    font-size: 13px; }
  .mci-global .mci-list__site-footer ul li a:hover {
    text-decoration: underline; }
  .mci-global .mci-text__copyright {
    text-align: center;
    padding-bottom: 16px;
    padding-left: 8px;
    margin-top: 22px; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-text__copyright {
      text-align: center;
      margin-top: 22px;
      padding-bottom: 0px; } }
  .mci-global .mci-text__copyright p {
    font-size: 11px; }
  .mci-global .mci-text__copyright p:lang(en) {
    font-size: 10px; }
  .mci-global .mci-text__footer-button .cmp-text {
    position: relative;
    margin: 0.5em 0 1em 0;
    padding-right: 1.5em;
    transition: 0.3s all;
    z-index: 1; }
  .mci-global .mci-text__footer-button .cmp-text::before {
    font-family: mitsuichem-fonts;
    content: "\ea05";
    font-size: 85%;
    color: #ffffff;
    background: #007A41;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: 0.3s all; }
  .mci-global .mci-text__footer-button .cmp-text p {
    font-size: 18px; }
  @media screen and (min-width: 1366px) {
    .mci-global .mci-text__footer-button .cmp-text p {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .mci-global .mci-text__footer-button .cmp-text p {
      font-size: 24px; } }
  .mci-global .mci-text__footer-button .cmp-text a {
    color: inherit;
    text-decoration: none;
    line-height: 32px; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-text__footer-button .cmp-text {
      display: none; } }
  .mci-global .mci-text__footer-button:hover .cmp-text {
    color: #ED6C00; }
  @media screen and (min-width: 1024px) {
    .mci-global .mci-text__footer-button:hover .cmp-text {
      color: inherit; } }
  .mci-global .mci-text__footer-button:hover .cmp-text::before {
    transform: scale(1.2, 1.2);
    background: #ED6C00;
    padding-left: 1px; }
  .mci-global .pagetop-parent {
    position: relative;
    z-index: 4; }
  .mci-global .pagetop-parent a img {
    width: 70%; }
  .mci-global .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 15px; }
  @media screen and (min-width: 1024px) {
    .mci-global .pagetop {
      right: 30px; } }
  .mci-global .pagetop:hover {
    opacity: 0.4; }

/** /mci-global **/
