@charset "UTF-8";
.sdfw_header *,
.sdfw_header *::before,
.sdfw_header *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sdfw_header :where([hidden]:not([hidden=until-found])) {
  display: none !important;
}
.sdfw_header :where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}
.sdfw_header :where(html:has(dialog:modal[open])) {
  overflow: clip;
}
@media (prefers-reduced-motion: no-preference) {
  .sdfw_header :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
.sdfw_header :where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sdfw_header :where(button) {
  all: unset;
}
.sdfw_header :where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
.sdfw_header :where(textarea) {
  resize: vertical;
  resize: block;
}
.sdfw_header :where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}
.sdfw_header :where(:disabled) {
  cursor: not-allowed;
}
.sdfw_header :where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
.sdfw_header :where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}
.sdfw_header :where(ul, ol) {
  list-style: none;
}
.sdfw_header :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
.sdfw_header :where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: top;
}
.sdfw_header :where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
.sdfw_header :where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}
.sdfw_header :where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
.sdfw_header :where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}
.sdfw_header :where(dialog:not([open])) {
  display: none !important;
}
.sdfw_header em {
  font-style: normal;
}
.sdfw_header :root {
  color-scheme: light !important;
}

@font-face {
  font-family: "Material Symbols";
  font-style: normal;
  src: url(../fonts/MaterialSymbolsSharp-VariableFont_FILL,GRAD,opsz,wght.ttf) format("truetype");
}
.sdfw_header {
  background-color: #ffffff;
  width: 100%;
  z-index: 100;
  top: 0;
  height: 100px;
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.sdfw_header > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sdfw_header .is-pc {
  display: none !important;
}
@media screen and (min-width: 751px) {
  .sdfw_header .is-pc {
    display: block !important;
  }
}
.sdfw_header .is-sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sdfw_header .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header {
    height: 60px;
    display: block;
    padding: 0;
    position: fixed;
  }
}
.sdfw_header .header_contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.sdfw_header .header_contents > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sdfw_header .header_contents > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sdfw_header .header_contents > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.sdfw_header .header_contents > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_contents {
    width: calc(100% - 150px);
  }
}
.sdfw_header .header_logo {
  height: 60px;
  width: 350px;
  padding: 1em 0em 0;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_logo {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.75em;
  }
}
.sdfw_header .header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_logo a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sdfw_header .header_logo a > * {
    display: block;
    width: 100%;
  }
}
.sdfw_header .header_logo .main img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 200px;
  width: auto;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_logo .main img {
    height: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_logo .main img {
    height: 20px;
  }
}
.sdfw_header .header_logo .sub img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80px;
  margin-left: 0.75em;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_logo .sub img {
    height: 14px;
    margin: 0.25em 0 0 0;
  }
}
.sdfw_header .header_icon {
  height: 60px;
  /*@include mixin.mq(la) {
    padding-right: 1em;
  }*/
}
.sdfw_header .header_icon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul {
    margin-top: 0.75em;
  }
}
.sdfw_header .header_icon > ul > li {
  cursor: pointer;
  height: 40px;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul > li + li {
    /*&:before {
      height: 1.5em;
      width: 1px;
      left: 0;
      top: calc(50% - 1em);
      content: "";
      display: inline-block;
      position: absolute;
      background-color: mixin.$gray;
    }*/
    -o-border-image: linear-gradient(to bottom, #fff 15%, #CCCCCC 16%, #CCCCCC 75%, #fff 76%) 1/0 0 0px 1px;
       border-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fff), color-stop(16%, #CCCCCC), color-stop(75%, #CCCCCC), color-stop(76%, #fff)) 1/0 0 0px 1px;
       border-image: linear-gradient(to bottom, #fff 15%, #CCCCCC 16%, #CCCCCC 75%, #fff 76%) 1/0 0 0px 1px;
    border-style: solid;
  }
}
.sdfw_header .header_icon > ul > li a {
  display: block;
}
.sdfw_header .header_icon > ul > li em.icon {
  height: 40px;
  width: 50px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.sdfw_header .header_icon > ul > li em.icon:before {
  font-size: 1.75em;
  position: absolute;
  left: 0em;
  top: 0em;
}
.sdfw_header .header_icon > ul > li.youtube em:before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 40px;
  width: 50px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  background-image: url("../img/header/youtube.svg");
  background-size: 36px;
  top: -5px;
}
.sdfw_header .header_icon > ul > li.contact em:before {
  content: "mail";
  font-family: "Material Symbols";
  font-weight: 200;
  top: -2px;
}
.sdfw_header .header_icon > ul > li.search em:before, .sdfw_header .header_icon > ul > li.contact em:before {
  font-weight: 300;
  color: #1c6ecd;
  left: 11px;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li.search:before {
    content: "search";
    font-family: "Material Symbols";
    font-weight: 200;
  }
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul > li.search > em:before {
    content: "search";
    font-family: "Material Symbols";
    font-weight: 200;
    font-weight: 300;
    top: -2px;
  }
}
.sdfw_header .header_icon > ul > li.search.is-open .search_child {
  opacity: 1;
  pointer-events: inherit;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li.region:before {
    content: "language";
    font-family: "Material Symbols";
    font-weight: 200;
  }
}
.sdfw_header .header_icon > ul > li.region > em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.5em;
  position: relative;
  padding: 0 0em 0 2.25em;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul > li.region > em:before, .sdfw_header .header_icon > ul > li.region > em:after {
    font-size: 1.5em;
    color: #1c6ecd;
    font-weight: 300;
  }
  .sdfw_header .header_icon > ul > li.region > em:before {
    content: "language";
    font-family: "Material Symbols";
    font-weight: 200;
    left: 0.25em;
    top: -1px;
    position: absolute;
  }
  .sdfw_header .header_icon > ul > li.region > em:after {
    content: "arrow_drop_down";
    font-family: "Material Symbols";
    font-weight: 200;
    margin-left: 0.1em;
  }
}
.sdfw_header .header_icon > ul > li.region.is-open .region_child {
  opacity: 1;
  pointer-events: inherit;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li.menu:before {
    content: "menu";
    font-family: "Material Symbols";
    font-weight: 200;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li.search, .sdfw_header .header_icon > ul > li.region, .sdfw_header .header_icon > ul > li.menu {
    height: 60px;
    width: 60px;
    position: relative;
    border-bottom: none;
  }
  .sdfw_header .header_icon > ul > li.search:before, .sdfw_header .header_icon > ul > li.region:before, .sdfw_header .header_icon > ul > li.menu:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.75em;
    color: #1c6ecd;
    font-weight: 400;
  }
  .sdfw_header .header_icon > ul > li.search:after, .sdfw_header .header_icon > ul > li.region:after, .sdfw_header .header_icon > ul > li.menu:after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #CCCCCC;
  }
  .sdfw_header .header_icon > ul > li.search.is-open, .sdfw_header .header_icon > ul > li.region.is-open, .sdfw_header .header_icon > ul > li.menu.is-open {
    background-color: #1c6ecd;
  }
  .sdfw_header .header_icon > ul > li.search.is-open:before, .sdfw_header .header_icon > ul > li.region.is-open:before, .sdfw_header .header_icon > ul > li.menu.is-open:before {
    color: #ffffff;
  }
  .sdfw_header .header_icon > ul > li.search > em, .sdfw_header .header_icon > ul > li.region > em, .sdfw_header .header_icon > ul > li.menu > em {
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 0 0 60px;
  }
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul > li.search, .sdfw_header .header_icon > ul > li.region {
    -webkit-box-shadow: inset 0 -3px transparent;
            box-shadow: inset 0 -3px transparent;
  }
  .sdfw_header .header_icon > ul > li.search:hover, .sdfw_header .header_icon > ul > li.search.is-open, .sdfw_header .header_icon > ul > li.region:hover, .sdfw_header .header_icon > ul > li.region.is-open {
    -webkit-box-shadow: inset 0 -3px #1c6ecd;
            box-shadow: inset 0 -3px #1c6ecd;
  }
}
.sdfw_header .header_icon > ul > li .search_child,
.sdfw_header .header_icon > ul > li .region_child {
  position: absolute;
  width: 100%;
  padding: 2em 1em 1em;
  top: 52px;
  left: 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child,
  .sdfw_header .header_icon > ul > li .region_child {
    top: 60px;
    position: fixed;
  }
}
.sdfw_header .header_icon > ul > li .search_child_inner,
.sdfw_header .header_icon > ul > li .region_child_inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child {
    padding: 1em 1em 0.5em;
  }
}
.sdfw_header .header_icon > ul > li .search_child_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sdfw_header .header_icon > ul > li .search_child_input {
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_input {
    width: 100%;
  }
}
.sdfw_header .header_icon > ul > li .search_child_input dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_input dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sdfw_header .header_icon > ul > li .search_child_input dl dt {
  font-weight: bold;
  margin-right: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_input dl dt {
    margin-bottom: 0.25em;
  }
}
.sdfw_header .header_icon > ul > li .search_child_input dl dd form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul > li .search_child_input dl dd form {
    padding-right: 2em;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_input dl dd form {
    padding-bottom: 1.5em;
  }
}
.sdfw_header .header_icon > ul > li .search_child_input dl dd form input.iSearchAssist {
  height: 40px;
  padding: 0em 0.5em;
  border-radius: 0.25em 0 0 0.25em;
  border-color: #CCCCCC;
  border-width: 1px 0 1px 1px;
}
.sdfw_header .header_icon > ul > li .search_child_input dl dd form button {
  background-color: #1c6ecd;
  color: #ffffff;
  padding: 0 1em 0 2.5em;
  height: 40px;
  border-radius: 0 0.25em 0.25em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  white-space: nowrap;
}
.sdfw_header .header_icon > ul > li .search_child_input dl dd form button:hover {
  background-color: #1656a0;
}
.sdfw_header .header_icon > ul > li .search_child_input dl dd form button:before {
  content: "search";
  font-family: "Material Symbols";
  font-weight: 200;
  font-size: 1.5em;
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul > li .search_child_button {
    border-left: 1px solid #CCCCCC;
    padding-left: 2em;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_button {
    border-top: 1px solid #CCCCCC;
    padding-top: 1.5em;
    width: 100%;
  }
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_button .button_list {
    display: block;
  }
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button {
  padding: 0.25em 2em 0.2em;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .search_child_button .button_list .button {
    padding: 0.25em 2em;
  }
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__primary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #484741;
  color: #ffffff;
  border: 3px solid transparent;
  font-weight: bold;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__primary:hover {
  background-color: #ffffff;
  color: #484741;
  border: 3px solid #484741;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__primary em:before,
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__primary em:after {
  font-weight: normal;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank {
  margin-right: 0;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank em {
  white-space: nowrap;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank:after {
  display: none;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank em:after {
  position: relative;
  margin-left: 0.25em;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank.button__primary em:after {
  color: #ffffff;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank.button__primary:hover em:after {
  color: #484741;
}
.sdfw_header .header_icon > ul > li .search_child_button .button_list .button.__blank em:after {
  content: "north_east";
  font-family: "Material Symbols";
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .region_child {
    padding: 0;
    border-bottom: none;
  }
}
.sdfw_header .header_icon > ul > li .region_child_inner > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 2fr 2em 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto 2em 1fr;
  grid-template-rows: auto 1fr;
  gap: 2em;
}
.sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .region_child_inner > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0;
  }
  .sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sdfw_header .header_icon > ul > li .region_child_inner > ul > li {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sdfw_header .header_icon > ul > li .region_child_inner > ul {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0;
  }
  .sdfw_header .header_icon > ul > li .region_child_inner > ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sdfw_header .header_icon > ul > li .region_child_inner > ul > li {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .sdfw_header .header_icon > ul > li .region_child_inner > ul > li.japan .region_child_list, .sdfw_header .header_icon > ul > li .region_child_inner > ul > li.europe .region_child_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sdfw_header .header_icon > ul > li .region_child_inner > ul > li.japan .region_child_list > li, .sdfw_header .header_icon > ul > li .region_child_inner > ul > li.europe .region_child_list > li {
    width: calc(50% - 1em);
  }
}
.sdfw_header .header_icon > ul > li .region_child li.japan {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.sdfw_header .header_icon > ul > li .region_child li.asia {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.sdfw_header .header_icon > ul > li .region_child li.asia .region_child_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sdfw_header .header_icon > ul > li .region_child li.asia .region_child_list > li {
  width: calc(50% - 1em);
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .region_child li.asia .region_child_list > li {
    width: 100%;
  }
}
.sdfw_header .header_icon > ul > li .region_child li.north_america {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.sdfw_header .header_icon > ul > li .region_child li.europe {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .region_child li.europe dt.is-open + dd .region_child_list {
    border-bottom: 1px solid #CCCCCC;
  }
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_icon > ul > li .region_child li dt {
    font-weight: bold;
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .region_child li dt {
    position: relative;
    padding: 0.5em 0.5em 0.5em;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.25em;
    margin-bottom: 0;
  }
  .sdfw_header .header_icon > ul > li .region_child li dt:after {
    content: "add";
    font-family: "Material Symbols";
    font-weight: 200;
    font-size: 1.75em;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sdfw_header .header_icon > ul > li .region_child li dt.is-open {
    margin-bottom: 0.5em;
  }
  .sdfw_header .header_icon > ul > li .region_child li dt.is-open:after {
    content: "remove";
    font-family: "Material Symbols";
    font-weight: 200;
  }
  .sdfw_header .header_icon > ul > li .region_child li dt.is-open + dd {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .region_child li dd {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: 250ms grid-template-rows ease;
    transition: 250ms grid-template-rows ease;
    transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
  }
  .sdfw_header .header_icon > ul > li .region_child li dd > * {
    overflow: hidden;
  }
}
.sdfw_header .header_icon > ul > li .region_child li dd li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.25em 0 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_icon > ul > li .region_child li dd li a {
    padding: 0.25em 0.75em 1em;
  }
}
.sdfw_header .header_icon > ul > li .region_child li dd li a em {
  display: inline-block;
  width: calc(100% - 30px);
}
.sdfw_header .header_icon > ul > li .region_child li dd li a:before {
  width: 30px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
}
.sdfw_header .header_icon > ul > li .region_child li dd li a:after {
  display: none;
}
.sdfw_header .header_icon > ul > li .region_child li dd li a:hover {
  color: #1c6ecd;
}
.sdfw_header .header_icon > ul > li .region_child li dd li.jp a:before {
  background-image: url("../img/header/mark-jpn.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.chn a:before {
  background-image: url("../img/header/mark-chn.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.hkg a:before {
  background-image: url("../img/header/mark-hkg.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.twn a:before {
  background-image: url("../img/header/mark-tpe.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.kor a:before {
  background-image: url("../img/header/mark-kor.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.tha a:before {
  background-image: url("../img/header/mark-tha.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.ind a:before {
  background-image: url("../img/header/mark-ind.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.sg a:before {
  background-image: url("../img/header/mark-sgp.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.idn a:before {
  background-image: url("../img/header/mark-indn.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.usa a:before {
  background-image: url("../img/header/mark-usa.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.fra a:before {
  background-image: url("../img/header/mark-fra.png");
}
.sdfw_header .header_icon > ul > li .region_child li dd li.deu a:before {
  background-image: url("../img/header/mark-deu.png");
}
.sdfw_header .header_navigation {
  grid-column: 1/-1;
  /*@include mixin.mq(la) {
    padding-right: 1em;
  }*/
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation {
    background-color: #F5F5F5;
    height: calc(100vh - 60px);
    position: relative;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
  }
  .sdfw_header .header_navigation.is-open {
    opacity: 1;
    pointer-events: inherit;
  }
}
.sdfw_header .header_navigation_list > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li {
    width: 100%;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_title {
  position: relative;
}
.sdfw_header .header_navigation_list > nav > ul > li .global_title a {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid transparent;
    height: 40px;
    padding: 1em 2em;
    font-weight: bold;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_title a em {
    line-height: 1.2;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_title a {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_title a {
    position: relative;
    padding: 0.5em 0.5em 0.5em;
    border-bottom: 1px solid #cccccc;
    font-size: 1.25em;
    margin-bottom: 0;
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_navigation_list > nav > ul > li:hover .global_title a {
    border-bottom: 3px solid #1c6ecd;
  }
  .sdfw_header .header_navigation_list > nav > ul > li:hover .global_child {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li:has(.global_child) span:before {
    content: "add";
    font-family: "Material Symbols";
    font-weight: 200;
    font-size: 2em;
    position: absolute;
    right: 0px;
    top: 0.8em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5em;
    text-align: center;
    z-index: 5;
    display: block;
  }
  .sdfw_header .header_navigation_list > nav > ul > li:has(.global_child).is-open {
    margin-bottom: 0.5em;
  }
  .sdfw_header .header_navigation_list > nav > ul > li:has(.global_child).is-open span:before {
    content: "remove";
    font-family: "Material Symbols";
    font-weight: 200;
  }
  .sdfw_header .header_navigation_list > nav > ul > li:has(.global_child).is-open + dd {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li.is-open .global_child_inner {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child {
  background-color: #F5F5F5;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    display: none;
    border-bottom: 1px solid #CCCCCC;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_inner {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_inner {
    -ms-grid-columns: 20% 1rem 80%;
    grid-template-columns: 20% 80%;
    gap: 1rem;
    padding: 2em 4em 1em;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_inner {
    position: relative;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: 250ms grid-template-rows ease;
    transition: 250ms grid-template-rows ease;
    transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_title {
    display: none;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_title em {
  color: #1c6ecd;
  font-size: 1.75em;
  line-height: 1;
  display: block;
  width: 100%;
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list {
    -ms-grid-columns: 1fr 0rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0rem;
    overflow: hidden;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li {
    border-bottom: 1px solid #CCCCCC;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(1):nth-child(3n+1) {
    border-bottom: none;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(2):nth-child(3n), .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(3):nth-child(3n+2) {
    border-bottom: 1px solid #CCCCCC;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(1):nth-child(3n+2), .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(2):nth-child(3n+1) {
    border-bottom: none;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(3):nth-child(3n) {
    border-bottom: 1px solid #CCCCCC;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(-n+3):first-child, .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(-n+3):first-child ~ li {
    /* 3個以下の場合のスタイル */
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(-n+3):first-child a, .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-last-child(-n+3):first-child ~ li a {
    padding-bottom: 0.5em;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em 0em 1em 1.5em;
  position: relative;
  line-height: 1.2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li a {
    padding: 0.75em 1em 0.25em 2.5em;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li a:before {
  position: absolute;
  content: "arrow_forward_ios";
  font-family: "Material Symbols";
  font-weight: 200;
  font-weight: 600;
  color: #1c6ecd;
  top: 1.75em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li a:before {
    top: 1.4em;
    left: 1em;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li a:hover {
  color: #1c6ecd;
}
.sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li a[target=_blank]:after {
  content: "open_in_new";
  font-family: "Material Symbols";
  font-weight: 200;
  font-size: 1em;
  margin-left: 0.25em;
}
@media screen and (min-width: 751px) {
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-child(-n+3) a {
    padding-top: 0;
  }
  .sdfw_header .header_navigation_list > nav > ul > li .global_child_list > li:nth-child(-n+3) a:before {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.sdfw_header .header_navigation_list > nav > ul > li.contacts .global_child_title em, .sdfw_header .header_navigation_list > nav > ul > li.recruit .global_child_title em {
  margin-top: -8px;
}
.sdfw_header .header_navigation_list .sdfw_global_icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
}
.sdfw_header .header_navigation_list .sdfw_global_icon > li.youtube em {
  width: 55px;
}
.sdfw_header .header_navigation_list .sdfw_global_icon > li.youtube em:before {
  background-size: 42px;
  top: 4px;
}
.sdfw_header .header_navigation_list .sdfw_global_icon > li.contact em {
  /* &:after {
    width: 1px;
    height: 30px;
    content: "";
    background-color: mixin.$gray;
    left: 0;
    top: 11px;
    display: inline-block;
    position: absolute;
  }*/
}
.sdfw_header .header_navigation_list .sdfw_global_icon > li.contact em:before {
  top: 5px;
  margin-left: 5px;
  font-size: 2em;
}
.sdfw_header .header_navigation_list .sdfw_global_icon > li em {
  color: transparent;
}

body.is-open .sdfw_header:before {
  opacity: 1;
}
body.is-open .sdfw_header .header_navigation .toggle_button:before {
  content: "close";
  font-family: "Material Symbols";
  font-weight: 200;
  color: #fff;
}
body.is-open .sdfw_header .header_navigation .header_navigation_list {
  right: 0%;
}

.sdfw_header {
  font-size: 16px;
}