@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
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;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.75; }

@media (max-width: 767px) {
  html,
  body,
  div,
  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 {
    font-size: 55%; } }

html {
  scroll-behavior: smooth; }

body {
  line-height: 1;
  color: #333;
  /* font-family: "Roboto Condensed", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  font-family: "Roboto Condensed", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "YuGothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
  font-weight: 500; }

.lang-cn {
  font-family: "Roboto Condensed", "Microsoft Yahei", "PingHei", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333; }

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important; } }
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

img {
  display: block;
  width: 100%; }

/* レスポンシブ表示 */
@media only screen and (min-width: 767px) {
  .pc-none {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important; } }
body {
  min-width: 1200px; }

@media (max-width: 767px) {
  body {
    min-width: auto; } }
#page_top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 9999; }

#page_top a {
  display: block;
  padding: 22px 20px;
  background: #2F84C3; }

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  margin: 0 auto 32px; }
  .l-header .l-header__nav .l-header__p-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .l-header .l-header__nav .l-header__p-nav .l-header__text-p-nav {
      padding: 0 16px;
      border-left: 1px solid #E6E6E6; }
      .l-header .l-header__nav .l-header__p-nav .l-header__text-p-nav a {
        font-size: 1.2rem; }
      .l-header .l-header__nav .l-header__p-nav .l-header__text-p-nav a:hover {
        text-decoration: underline; }
    .l-header .l-header__nav .l-header__p-nav .l-header__btn-p-nav {
      border-left: 1px solid #fff; }
      .l-header .l-header__nav .l-header__p-nav .l-header__btn-p-nav a {
        display: block;
        padding: 8px 24px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        background: #F5AB34; }
      .l-header .l-header__nav .l-header__p-nav .l-header__btn-p-nav a:hover {
        background: #DE8436; }
  .l-header .l-header__nav .l-header__g-nav {
    display: flex;
    justify-content: flex-end;
    margin: 32px 0 0; }
    .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav {
      position: relative;
      margin: 0 0 0 32px; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav a {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 4px 0; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav a:hover {
        color: #2F84C3; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__arrow-link {
        display: block;
        position: relative;
        padding: 4px 20px 4px 0; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__arrow-link:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        width: 10px;
        height: 6px;
        background-image: url(../img/ico/ico_arrow_under.svg);
        background-size: cover; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__pull-down {
        display: none;
        position: absolute;
        right: 0;
        border-top: 1px solid #E6E6E6;
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
        background: #fff;
        z-index: 9999; }
        .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__pull-down li {
          width: 150px;
          border-bottom: 1px solid #E6E6E6; }
          .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__pull-down li a {
            display: block;
            padding: 4px 12px;
            font-weight: normal; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__pull-down--product li {
        width: 310px; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__pull-down--en-product li {
        width: 270px; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__pull-down--en-corporate li {
        width: 180px; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__pull-down--en-csr li {
        width: 230px; }

@media (max-width: 767px) {
  .l-header {
    position: sticky;
    top: 0;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 12px 4%;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #E6E6E6;
    z-index: 9999; }
    .l-header .l-header__logo {
      width: 140px; }
      .l-header .l-header__logo img {
        width: 100%; }
    .l-header .l-header__nav .l-header__g-nav {
      display: none;
      position: absolute;
      top: 46px;
      right: 0;
      width: 100%;
      margin: 0;
      text-align: center;
      background: #2F84C3;
      z-index: 100; }
      .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #fff; }
        .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav a {
          font-size: 1.6rem;
          padding: 16px 0;
          color: #fff; }
        .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__arrow-link {
          padding: 16px 0; }
        .l-header .l-header__nav .l-header__g-nav .l-header__text-g-nav .l-header__arrow-link:after {
          content: none; }
    .l-header .l-header__nav .l-header__g-nav.active {
      display: block; } }
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 24px;
  height: 17px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2F84C3;
  border-radius: 4px; }

.menu-trigger.active span {
  background-color: #2F84C3; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 7px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg); }

.l-head-btns {
  display: flex; }
  .l-head-btns .l-headbtn__btn {
    width: 50%;
    text-align: center; }
    .l-head-btns .l-headbtn__btn a {
      display: block;
      padding: 10px 0;
      font-size: 1.4rem;
      font-weight: bold;
      color: #fff;
      background: #F5AB34; }
  .l-head-btns .l-headbtn__btn + .l-headbtn__btn {
    border-left: 1px solid #fff; }

.l-breadcrumb {
  background: #F4F4F4;
  padding: 20px 0; }
  .l-breadcrumb .l-breadcrumb__inner {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto; }
    .l-breadcrumb .l-breadcrumb__inner li {
      font-size: 1.4rem; }
    .l-breadcrumb .l-breadcrumb__inner li + li:before {
      content: '>';
      display: inline-block;
      margin: 0 6px; }

@media (max-width: 767px) {
  .l-breadcrumb {
    padding: 20px 4%; }
    .l-breadcrumb .l-breadcrumb__inner {
      width: 100%; } }
.l-under-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 180px;
  background-position: center;
  background-size: cover; }
  .l-under-ttl .l-under-ttl__text {
    width: 1200px;
    margin: 0 auto;
    font-size: 3.2rem;
    color: #fff; }
    .l-under-ttl .l-under-ttl__text .l-under-ttl__text--s {
      font-size: 1.4rem;
      font-weight: 500;
      display: block; }

@media (max-width: 767px) {
  .l-under-ttl {
    min-height: 120px;
    padding: 0 4%; }
    .l-under-ttl .l-under-ttl__text {
      width: 100%;
      margin: 0 auto;
      font-size: 3.2rem;
      color: #fff; } }

.l-under-ttl--product {
  background-image: url(../img/product/title_bg.jpg); }

.l-under-ttl--drill-router {
  background-image: url(../img/product/drill_router/title_bg.jpg); }

.l-under-ttl--pcb {
  background-image: url(../img/product/pcb/title_bg.jpg); }

.l-under-ttl--endmill {
  background-image: url(../img/product/endmill/title_bg.jpg); }

.l-under-ttl--lm {
  background-image: url(../img/product/lm/title_bg.jpg); }

.l-under-ttl--dm {
  background-image: url(../img/product/dm/title_bg.jpg); }

.l-under-ttl--dies-tools {
  background-image: url(../img/product/dies_tools/title_bg.jpg); }

.l-under-ttl--sensor {
  background-image: url(../img/product/sensor/title_bg.jpg); }

.l-under-ttl--exhibition {
  background-image: url(../img/exhibition/title_bg.jpg); }

.l-under-ttl--corporate {
  background-image: url(../img/corporate/title_bg.jpg); }

.l-under-ttl--ir {
  background-image: url(../img/ir/title_bg.jpg); }

.l-under-ttl--csr {
  background-image: url(../img/csr/title_bg.jpg); }

.l-under-ttl--catalog {
  background-image: url(../img/catalog/title_bg.jpg); }

.l-under-ttl--news {
  background-image: url(../img/news/title_bg.jpg); }

.l-under-ttl--media {
  background-image: url(../img/media/title_bg.jpg); }

.l-under-ttl--event {
  background-image: url(../img/event/title_bg.jpg); }

.l-under-ttl--seminar {
  background-image: url(../img/seminar/title_bg.jpg); }

.l-under-ttl--other {
  background-image: url(../img/other/title_bg.jpg); }

.un-content-nav {
  display: flex;
  flex-wrap: wrap; }
  .un-content-nav li {
    position: relative;
    margin: 0 16px 12px 0;
    padding: 0 0 0 20px; }
    .un-content-nav li a {
      font-size: 1.6rem; }
    .un-content-nav li a:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      display: inline-block;
      width: 10px;
      height: 6px;
      background-image: url(../img/ico/ico_arrow_under.svg);
      background-size: cover; }
    .un-content-nav li a:hover {
      text-decoration: underline; }

.l-under-wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 80px auto 0; }
  .l-under-wrap .l-under-main {
    width: 860px; }
  .l-under-wrap .l-under-side {
    width: 280px; }

.l-under-wrap--single {
  justify-content: center; }

@media (max-width: 767px) {
  .l-under-wrap {
    display: block;
    width: 100%;
    margin: 32px auto 0;
    padding: 0 4%; }
    .l-under-wrap .l-under-main {
      width: 100%; }
    .l-under-wrap .l-under-side {
      width: 100%;
      margin: 48px 0 0; } }
.l-under-wrap--1col {
  display: block; }

.un-section + .un-section {
  margin: 64px 0 0; }
  @media (max-width: 767px) {
    .un-section + .un-section {
      margin: 48px 0 0; } }

.un-text {
  margin: 32px 0 0;
  font-size: 1.6rem; }
  @media (max-width: 767px) {
    .un-text {
      margin: 28px 0 0; } }

.un-text--overflow-hidden {
  overflow: hidden; }

.un-text-s {
  margin: 16px 0 0;
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    .un-text-s {
      margin: 12px 0 0; } }

.un-text--b {
  font-weight: bold; }

.un-head-4 + .un-text {
  margin: 16px 0 0; }
  @media (max-width: 767px) {
    .un-head-4 + .un-text {
      margin: 12px 0 0; } }

.un-text--first {
  margin: 0; }

.un-text a {
  text-decoration: underline; }

.un-head-2 {
  margin: 0 0 32px;
  padding: 0 0 6px;
  font-size: 2.8rem;
  border-bottom: 2px solid #61b5c2; }

.un-head-3 {
  margin: 48px 0 32px;
  padding: 6px 16px;
  font-size: 2rem;
  background: #F4F4F4;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .un-head-3 {
      margin: 40px 0 28px; } }

.un-head-4 {
  margin: 40px 0 16px;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .un-head-4 {
      margin: 32px 0 12px; } }

.un-head-4--first {
  margin-top: 0; }

.un-head-movie--2lines {
  display: block; }
  .un-head-movie--2lines p {
    margin-bottom: 10px; }

.un-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .un-2col .un-2col__box {
    width: 48%; }
    @media (max-width: 767px) {
      .un-2col .un-2col__box {
        width: 100%; } }

.l-under-side .l-under-side__ttl {
  padding: 10px 16px;
  border-top: 2px solid #2F84C3; }
  .l-under-side .l-under-side__ttl a {
    font-size: 2rem;
    font-weight: bold; }
.l-under-side .l-under-side__ttl--mt {
  margin: 48px 0 0; }
.l-under-side .l-under-side__nav {
  border-bottom: 1px solid #E6E6E6; }
  .l-under-side .l-under-side__nav li {
    border-top: 1px solid #E6E6E6; }
    .l-under-side .l-under-side__nav li a {
      position: relative;
      display: block;
      padding: 12px 16px;
      font-size: 1.6rem; }
    .l-under-side .l-under-side__nav li a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 16px;
      margin: auto;
      display: inline-block;
      width: 6px;
      height: 10px;
      background-image: url(../img/ico/ico_arrow_blue.svg);
      background-size: cover; }
    .l-under-side .l-under-side__nav li .l-under-side__f-nav li a {
      padding: 10px 16px;
      font-size: 1.4rem; }
    .l-under-side .l-under-side__nav li .l-under-side__f-nav li a:after {
      content: none; }
    .l-under-side .l-under-side__nav li .l-under-side__f-nav li .l-under-side__s-nav {
      padding: 0 0 13px; }
      .l-under-side .l-under-side__nav li .l-under-side__f-nav li .l-under-side__s-nav li {
        margin: 4px 16px;
        border-top: none; }
        .l-under-side .l-under-side__nav li .l-under-side__f-nav li .l-under-side__s-nav li a {
          background: #fff; }
        .l-under-side .l-under-side__nav li .l-under-side__f-nav li .l-under-side__s-nav li .l-under-side__t-nav li {
          margin: 1px 0; }
          .l-under-side .l-under-side__nav li .l-under-side__f-nav li .l-under-side__s-nav li .l-under-side__t-nav li a {
            padding: 10px 16px 10px 24px;
            font-size: 1.2rem; }
          @media (max-width: 767px) {
            .l-under-side .l-under-side__nav li .l-under-side__f-nav li .l-under-side__s-nav li .l-under-side__t-nav li a {
              font-size: 1.4rem; } }

@media (max-width: 767px) {
  .l-under-side__t-nav li a {
    font-size: 1.4rem; } }
.l-under-side__nav--active {
  background: #F8F8F8; }

.l-under-side__nav--link-active {
  font-weight: bold;
  color: #2F84C3; }

.l-under-side .l-under-side__ttl-product a {
  display: block;
  padding: 40px 24px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-position: center;
  background-size: cover; }
  .l-under-side .l-under-side__ttl-product a span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal; }
.l-under-side .l-under-side__ttl-product--1 a {
  background-image: url(../img/product/site_nav_01.jpg); }
.l-under-side .l-under-side__ttl-product--2 a {
  background-image: url(../img/product/site_nav_02.jpg); }
.l-under-side .l-under-side__ttl-product--3 a {
  background-image: url(../img/product/site_nav_03.jpg); }
.l-under-side .l-under-side__ttl-product--4 a {
  background-image: url(../img/product/site_nav_04.jpg); }
.l-under-side .l-under-side__ttl-product--5 a {
  background-image: url(../img/product/site_nav_05.jpg); }
.l-under-side .l-under-side__ttl-product--6 a {
  background-image: url(../img/product/site_nav_06.jpg); }
.l-under-side .l-under-side__ttl-product--7 a {
  background-image: url(../img/product/site_nav_07.jpg); }

.product-side-nav .l-under-side__ttl-product a {
  padding: 24px;
  font-size: 1.6rem; }
.product-side-nav .l-under-side__ttl-product + .l-under-side__ttl-product {
  margin: 8px 0 0; }

.l-contact {
  margin: 160px 0 0;
  padding: 80px 0;
  background: url(../img/layout/contact_bg.jpg);
  background-position: center;
  background-size: cover; }
  .l-contact .l-contact__inner {
    width: 1200px;
    margin: 0 auto; }
    .l-contact .l-contact__inner .l-contact__ttl {
      font-size: 3.2rem;
      color: #fff;
      text-align: center; }
      .l-contact .l-contact__inner .l-contact__ttl span {
        display: block;
        font-size: 1.6rem;
        font-weight: normal;
        opacity: 60%; }
    .l-contact .l-contact__inner .l-contact__text {
      margin: 40px 0 64px;
      font-size: 1.6rem;
      color: #fff;
      text-align: center; }
    .l-contact .l-contact__inner .l-contact__btn {
      display: flex;
      justify-content: space-between; }
      .l-contact .l-contact__inner .l-contact__btn .l-contact__btn-item {
        width: 560px;
        text-align: center; }
        .l-contact .l-contact__inner .l-contact__btn .l-contact__btn-item a {
          display: block;
          padding: 24px 0;
          font-size: 2rem;
          font-weight: bold;
          color: #fff;
          background: #F5AB34; }
          .l-contact .l-contact__inner .l-contact__btn .l-contact__btn-item a span {
            position: relative; }
          .l-contact .l-contact__inner .l-contact__btn .l-contact__btn-item a span:after {
            content: '';
            display: inline-block;
            margin: 0 0 2px 16px;
            width: 6px;
            height: 10px;
            background-image: url(../img/ico/ico_arrow_white.svg);
            background-size: cover; }
        .l-contact .l-contact__inner .l-contact__btn .l-contact__btn-item a:hover {
          background: #DE8436; }

@media (max-width: 767px) {
  .l-contact {
    margin: 48px 0 0; }
    .l-contact .l-contact__inner {
      width: 100%;
      margin: 0;
      padding: 0 4%; }
      .l-contact .l-contact__inner .l-contact__text {
        margin: 32px 0 48px; }
      .l-contact .l-contact__inner .l-contact__btn {
        display: block; }
        .l-contact .l-contact__inner .l-contact__btn .l-contact__btn-item {
          width: 100%;
          text-align: center;
          margin: 24px 0 0; }
          .l-contact .l-contact__inner .l-contact__btn .l-contact__btn-item a span:after {
            content: '';
            display: inline-block;
            margin: 0 0 2px 16px;
            width: 6px;
            height: 10px;
            background-image: url(../img/ico/ico_arrow_white.svg);
            background-size: cover; } }
.l-footer {
  padding: 80px 0 0;
  background: #F4F4F4; }
  .l-footer .l-footer__inner {
    width: 1200px;
    margin: 0 auto; }
    .l-footer .l-footer__inner .l-footer__sitemap {
      display: flex;
      justify-content: space-between;
      margin: 0 0 64px; }
      .l-footer .l-footer__inner .l-footer__sitemap ul li {
        margin: 0 0 8px; }
        .l-footer .l-footer__inner .l-footer__sitemap ul li a {
          font-size: 1.4rem;
          font-weight: bold; }
        .l-footer .l-footer__inner .l-footer__sitemap ul li a:hover {
          text-decoration: underline; }
      .l-footer .l-footer__inner .l-footer__sitemap ul .l-footer__under-map {
        margin: 20px 0 0; }
        .l-footer .l-footer__inner .l-footer__sitemap ul .l-footer__under-map li a {
          font-weight: normal; }
    .l-footer .l-footer__inner .l-footer__banners {
      display: flex;
      justify-content: center; }
      .l-footer .l-footer__inner .l-footer__banners .l-footer__banner {
        margin: 0 24px;
        width: 400px; }
        .l-footer .l-footer__inner .l-footer__banners .l-footer__banner img {
          width: 100%; }
  .l-footer .l-footer__foot {
    margin: 80px 0 0;
    padding: 48px 0;
    background: #333333; }
    .l-footer .l-footer__foot .l-footer__links {
      display: flex;
      justify-content: center;
      margin: 0 0 32px; }
      .l-footer .l-footer__foot .l-footer__links li {
        padding: 0 16px; }
        .l-footer .l-footer__foot .l-footer__links li a {
          font-size: 1.2rem;
          color: #fff; }
        .l-footer .l-footer__foot .l-footer__links li a:hover {
          text-decoration: underline; }
      .l-footer .l-footer__foot .l-footer__links li:not(:last-child) {
        border-right: 1px solid #5F5F5F; }
    .l-footer .l-footer__foot .l-footer__copyright {
      font-size: 1.2rem;
      color: #fff;
      text-align: center; }

@media (max-width: 767px) {
  .l-footer {
    padding: 48px 0 0; }
    .l-footer .l-footer__inner {
      width: 100%;
      margin: 0;
      padding: 0 4%; }
      .l-footer .l-footer__inner .l-footer__banners {
        display: block; }
        .l-footer .l-footer__inner .l-footer__banners .l-footer__banner {
          margin: 0;
          width: 100%; }
        .l-footer .l-footer__inner .l-footer__banners .l-footer__banner + .l-footer__banner {
          margin: 24px 0 0; }
    .l-footer .l-footer__foot {
      margin: 48px 0 0;
      padding: 48px 4%;
      background: #333333; }
      .l-footer .l-footer__foot .l-footer__links {
        display: block;
        margin: 0 0 32px; }
        .l-footer .l-footer__foot .l-footer__links li {
          padding: 16px 0;
          text-align: center; }
          .l-footer .l-footer__foot .l-footer__links li a {
            font-size: 1.4rem;
            color: #fff; }
        .l-footer .l-footer__foot .l-footer__links li:not(:last-child) {
          border-right: none;
          border-bottom: 1px solid #5F5F5F; }
      .l-footer .l-footer__foot .l-footer__copyright {
        font-size: 1.4rem; } }
.c-btn {
  position: relative;
  text-align: center; }
  .c-btn a {
    display: block;
    padding: 16px 20px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    background: #2F84C3; }
    .c-btn a span {
      position: relative; }
    .c-btn a span:after {
      content: '';
      display: inline-block;
      margin: 0 0 1px 12px;
      width: 6px;
      height: 10px;
      background-image: url(../img/ico/ico_arrow_white.svg);
      background-size: cover; }
  .c-btn a:hover {
    background: #1F5DA5; }

.c-btn--s a {
  padding: 12px 20px;
  font-size: 1.4rem; }

.c-btn--border a {
  border: 1px solid #fff; }

.c-btn--center a {
  display: inline-block;
  padding: 16px 32px; }

.c-btn--mt {
  margin-top: 32px; }

.c-btn--home-pro a {
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.32); }
.c-btn--home-pro a:hover {
  background: black; }

.c-btn-text {
  font-size: 1.6rem;
  font-weight: bold; }
  .c-btn-text a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px; }
  .c-btn-text a span:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url(../img/ico/ico_arrow_blue.svg);
    background-size: cover; }
    @media (max-width: 767px) {
      .c-btn-text a span:before {
        top: 7px; } }
  .c-btn-text a span:hover {
    text-decoration: underline; }

.c-btn-text--s {
  font-size: 1.4rem; }
  .c-btn-text--s a span:before {
    top: 7px; }

.c-btn-text--R {
  text-align: right; }

.c-btn-text--under a span:before {
  top: 11px;
  width: 10px;
  height: 6px;
  background-image: url(../img/ico/ico_arrow_under.svg); }
.c-btn-text--under a span:hover {
  text-decoration: underline; }

.c-btn-table a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-btn-table a span {
    position: relative;
    display: inline-block; }
  .c-btn-table a span:hover {
    text-decoration: underline; }
  .c-btn-table a span:before {
    content: '';
    display: inline-block;
    margin-right: .5em;
    width: 6px;
    height: 10px;
    background-image: url(../img/ico/ico_arrow_blue.svg);
    background-size: cover; }
    @media (max-width: 767px) {
      .c-btn-table a span:before {
        top: 7px; } }
  .c-btn-table a span::after {
    content: '';
    right: -10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/ico/ico_table.png);
    background-size: cover;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -3px; }
    @media (max-width: 767px) {
      .c-btn-table a span::after {
        top: 7px;
        width: 30px;
        height: 30px; } }

.c-btn-movie a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold; }
  .c-btn-movie a span {
    position: relative;
    display: inline-block; }
  .c-btn-movie a span:hover {
    text-decoration: underline; }
  .c-btn-movie a span:before {
    content: '';
    display: inline-block;
    margin-right: .5em;
    width: 6px;
    height: 10px;
    background-image: url(../img/ico/ico_arrow_blue.svg);
    background-size: cover; }
    @media (max-width: 767px) {
      .c-btn-movie a span:before {
        top: 7px; } }
  .c-btn-movie a span::after {
    content: '';
    right: -10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/ico/ico_play.png);
    background-size: cover;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -3px; }
    @media (max-width: 767px) {
      .c-btn-movie a span::after {
        top: 7px;
        width: 30px;
        height: 30px; } }

.c-btn-pdf {
  margin: 32px 0 0;
  font-size: 1.6rem;
  font-weight: bold; }
  @media (max-width: 767px) {
    .c-btn-pdf {
      margin: 28px 0 0; } }
  .c-btn-pdf a .c-btn-pdf__ico {
    display: inline-block;
    width: 20px;
    margin: 0px 8px -6px 0px; }
  .c-btn-pdf a:hover {
    text-decoration: underline; }

.c-btn-pdf + .c-btn-pdf {
  margin: 16px 0 0; }

.c-btn-text + .c-btn-pdf {
  margin: 16px 0 0; }

.c-btn-pdf + .c-btn-text {
  margin: 16px 0 0; }

.c-btn-pdf__ico--inside {
  width: 20px;
  display: inline-block;
  margin: 0px 8px -6px 0px; }

.c-btn-blanck {
  font-size: 1.6rem; }
  .c-btn-blanck a span {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0; }
  .c-btn-blanck a span:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url(../img/ico/ico_blanck.svg);
    background-size: cover; }
  .c-btn-blanck a span:hover {
    text-decoration: underline; }

.c-btn-text-box {
  padding: 12px;
  background: #F4F4F4; }
  .c-btn-text-box p {
    width: 100%;
    height: 100%; }
    .c-btn-text-box p a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%; }
      .c-btn-text-box p a:hover {
        text-decoration: underline; }

.c-flex {
  display: flex;
  flex-wrap: wrap; }

.c-flex--max2 {
  margin-left: -40px; }
  @media (max-width: 767px) {
    .c-flex--max2 {
      margin-left: 0; } }
  .c-flex--max2 .c-flex__item {
    margin-top: 56px;
    width: calc(50% - 40px);
    margin-left: 40px; }
    @media (max-width: 767px) {
      .c-flex--max2 .c-flex__item {
        width: 100%;
        margin-top: 40px;
        margin-left: 0; } }
    .c-flex--max2 .c-flex__item .c-flex__item__img {
      margin: 0 0 20px; }
  .c-flex--max2 .c-flex__item:nth-child(-n+2) {
    margin-top: 0; }
    @media (max-width: 767px) {
      .c-flex--max2 .c-flex__item:nth-child(-n+2) {
        margin-top: 40px; } }
  @media (max-width: 767px) {
    .c-flex--max2 .c-flex__item:nth-child(-n+1) {
      margin-top: 0; } }

.c-flex--max3 {
  margin-left: -30px; }
  @media (max-width: 767px) {
    .c-flex--max3 {
      margin-left: 0; } }
  .c-flex--max3 .c-flex__item {
    margin-top: 56px;
    width: calc(33.3333% - 30px);
    margin-left: 30px; }
    @media (max-width: 767px) {
      .c-flex--max3 .c-flex__item {
        width: 100%;
        margin-top: 32px;
        margin-left: 0; } }
    .c-flex--max3 .c-flex__item .c-flex__item__img {
      margin: 0 0 20px; }
  .c-flex--max3 .c-flex__item:nth-child(-n+3) {
    margin-top: 0; }
    @media (max-width: 767px) {
      .c-flex--max3 .c-flex__item:nth-child(-n+3) {
        margin-top: 32px; } }
  @media (max-width: 767px) {
    .c-flex--max3 .c-flex__item:nth-child(-n+1) {
      margin-top: 0; } }

.c-flex--max4 {
  margin-left: -24px; }
  @media (max-width: 767px) {
    .c-flex--max4 {
      margin-left: -12px; } }
  .c-flex--max4 .c-flex__item {
    margin-top: 56px;
    width: calc(25% - 24px);
    margin-left: 24px; }
    @media (max-width: 767px) {
      .c-flex--max4 .c-flex__item {
        margin-top: 24px;
        width: calc(50% - 12px);
        margin-left: 12px; } }
  .c-flex--max4 .c-flex__item:nth-child(-n+4) {
    margin-top: 0; }
    @media (max-width: 767px) {
      .c-flex--max4 .c-flex__item:nth-child(-n+4) {
        margin-top: 24px; } }
  @media (max-width: 767px) {
    .c-flex--max4 .c-flex__item:nth-child(-n+2) {
      margin-top: 0; } }

.un-text + .c-flex,
.c-img-center + .c-flex {
  margin-top: 32px; }
  @media (max-width: 767px) {
    .un-text + .c-flex,
    .c-img-center + .c-flex {
      margin-top: 28px; } }

.c-img-center {
  max-width: 860px;
  margin: 32px auto 0; }
  @media (max-width: 767px) {
    .c-img-center {
      margin: 28px auto 0; } }

.c-img-center__img {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .c-img-center__img {
      display: block; } }
  .c-img-center__img img {
    width: auto;
    max-width: 100%; }
    @media (max-width: 767px) {
      .c-img-center__img img {
        width: 100%; } }

.c-img-center--first {
  margin: 0 auto; }

.c-img-caption {
  margin: 12px 0 0;
  font-size: 1.4rem;
  text-align: center; }

.c-img-movie iframe {
  width: 100%; }
  @media (max-width: 767px) {
    .c-img-movie iframe {
      height: 200px; } }

.c-imgbox {
  margin: 40px 0; }
  .c-imgbox .c-imgbox__right {
    float: right;
    width: 410px;
    margin: 0 0 40px 40px; }
    @media (max-width: 767px) {
      .c-imgbox .c-imgbox__right {
        float: none;
        width: 100%;
        margin: 0 0 24px; } }
  .c-imgbox .c-imgbox__left {
    float: left;
    width: 410px;
    margin: 0 40px 40px 0; }
    @media (max-width: 767px) {
      .c-imgbox .c-imgbox__left {
        float: none;
        width: 100%;
        margin: 0 0 24px; } }

.c-imgbox + .c-imgbox {
  margin: 48px 0 0; }
  @media (max-width: 767px) {
    .c-imgbox + .c-imgbox {
      margin: 40px 0 0; } }


.c-imgbox_narrowmt {
        margin: 40px 0; }
        .c-imgbox_narrowmt .c-imgbox__right {
          float: right;
          width: 410px;
          margin: 0 0 40px 40px; }
          @media (max-width: 767px) {
            .c-imgbox_narrowmt .c-imgbox__right {
              float: none;
              width: 100%;
              margin: 0 0 24px; } }
        .c-imgbox_narrowmt .c-imgbox__left {
          float: left;
          width: 410px;
          margin: 0 40px 40px 0; }
          @media (max-width: 767px) {
            .c-imgbox_narrowmt .c-imgbox__left {
              float: none;
              width: 100%;
              margin: 0 0 24px; } }
      
      .c-imgbox + .c-imgbox_narrowmt {
        margin: -48px 0 0; }
        @media (max-width: 767px) {
          .c-imgbox_narrowmt + .c-imgbox {
            margin: 40px 0 0; } }

.c-table {
  width: 100%;
  margin: 32px 0;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6; }
  .c-table th {
    width: 320px;
    font-weight: bold;
    text-align: left;
    background: #F8F8F8;
    border-right: 1px solid #E6E6E6; }
    @media (max-width: 767px) {
      .c-table th {
        border-right: none; } }
  .c-table th, .c-table td {
    padding: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #E6E6E6; }
    @media (max-width: 767px) {
      .c-table th, .c-table td {
        display: block;
        width: 100%;
        padding: 16px; } }
  .c-table td {
    border-right: 1px solid #E6E6E6; }
    @media (max-width: 767px) {
      .c-table td {
        border-right: none; } }
    .c-table td .c-table-td-block {
      font-size: 1.6rem; }
      .c-table td .c-table-td-block .c-table-td-ttl {
        font-size: 1.6rem;
        font-weight: bold; }
    .c-table td .c-table-td-block + .c-table-td-block {
      margin: 24px 0 0; }
  .c-table a {
    text-decoration: underline; }
  @media (max-width: 767px) {
    .c-table tr th, .c-table tr td {
      display: block;
      width: 100%; } }

  .c-table .c-table--center .c-table--s .c-table--series .c-table--hardmax td a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2f84c3;
  }

  .c-table .c-table--center .c-table--s .c-table--series .c-table--hardmax td a:hover {
    background-color: #7bcee2;
    color: #fff;
  }

.c-table--styleoff {
  margin: 0; }
  .c-table--styleoff tbody, .c-table--styleoff,
  .c-table--styleoff tr,
  .c-table--styleoff th,
  .c-table--styleoff td {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0; }
  .c-table--styleoff th, .c-table--styleoff td {
    padding: 0; }
  .c-table--styleoff th {
    width: 150px;
    background-color: #fff;
    font-weight: 500; }
    @media (max-width: 767px) {
      .c-table--styleoff th {
        padding-bottom: 5px; } }
  .c-table--styleoff tr + tr th {
    padding-top: 20px; }

.c-table--en-styleoff th {
  width: 200px; }

.c-table--center td, .c-table--center th {
  text-align: center; }

.c-table--s td, .c-table--s th {
  font-size: 1.2rem; }

@media (max-width: 767px) {
  .c-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 32px 0; } }
@media (max-width: 767px) {
  .c-table-scroll .c-table {
    table-layout: fixed;
    min-width: 640px;
    margin: 0; } }
@media (max-width: 767px) {
  .c-table-scroll .c-table th, .c-table-scroll .c-table td {
    display: table-cell;
    width: auto;
    border-right: 1px solid #E6E6E6; } }
@media (max-width: 767px) {
  .c-table-scroll--wide .c-table {
    width: 900px; } }

@media (max-width: 767px) {
  .c-table-scroll--max .c-table {
    min-width: 100%; } }

.c-table .c-table__cell--w150 {
  width: 150px; }

@media (max-width: 767px) {
  .c-table-scroll-2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 32px 0; } }
@media (max-width: 767px) {
  .c-table-scroll-2 .c-table {
    table-layout: fixed;
    min-width: 900px;
    margin: 0; } }
.c-table-scroll-2 .c-table th, .c-table-scroll-2 .c-table td {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .c-table-scroll-2 .c-table th, .c-table-scroll-2 .c-table td {
      display: table-cell;
      width: auto;
      border-right: 1px solid #E6E6E6; } }
.c-table-scroll-2 .c-table th {
  width: 221px; }
  @media (max-width: 767px) {
    .c-table-scroll-2 .c-table th {
      min-width: 221px; } }
@media (max-width: 767px) {
  .c-table-scroll-2 .c-table td {
    min-width: 321px; } }
.c-table-scroll-2 .c-table .coreproducrt-table-bold-text {
  font-weight: bold; }
.c-table-scroll-2 .c-table .coreproducrt-table-blue-text {
  color: #47CCDC; }
.c-table-scroll-2 .c-table .th-backgroundcolor-gray {
  background-color: #E0E0E0;
  text-align: left;
  font-weight: bold; }
.c-table-scroll-2 .c-table .coreproducrt-table-blue-background {
  text-align: center;
  color: #FFFFFF;
  background-color: #47CCDC;
  font-weight: bold;
  font-size: 2.0rem; }
  .c-table-scroll-2 .c-table .coreproducrt-table-blue-background span {
    background-color: #FFFFFF;
    color: #47CCDC;
    margin-right: 12px;
    padding: 0 10px;
    border-radius: 4px; }
@media (max-width: 767px) {
  .c-table-scroll-2--wide .c-table {
    width: 900px; } }
.c-table-scroll-2 .c-table-float {
  position: relative;
  margin: 0 auto; }
  .c-table-scroll-2 .c-table-float img {
    float: left;
    width: 135px; }
  .c-table-scroll-2 .c-table-float .img-right {
    margin-left: 9px; }
  .c-table-scroll-2 .c-table-float .img-16pocket-after {
    margin-left: 9px; }
  .c-table-scroll-2 .c-table-float .pocket-after-balloon {
    position: absolute;
    width: 71px;
    left: 171px;
    top: 27px; }
.c-table-scroll-2 .coreproducrt-table-gray-background {
  text-align: center;
  color: #FFFFFF;
  background-color: #5A5A5A;
  font-weight: bold;
  font-size: 2.0rem; }

.c-eventbox {
  position: relative;
  padding: 60px 40px 40px;
  background: #F8F8F8; }
  
.exhibition-btn-workshop{
  width: 300px;
  background: #2F84C3;
  font-size: 1.4rem;
  margin: 24px 0 0;
}

.exhibition-btn-workshop a{
  color: #fff;
}


  @media (max-width: 767px) {
    .c-eventbox {
      padding: 40px 24px 24px; } }
  .c-eventbox .c-eventbox__map {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 2px 10px;
    font-size: 1.2rem;
    color: #fff;
    background: #efb445; }
    .c-eventbox .c-eventbox__map--world {
      background: #4cb5a5; }
  .c-eventbox .domestic-foreign {
    margin-left: 44px; }
  .c-eventbox .event-eye-catch-width {
    width: 100%; }
    .c-eventbox .event-eye-catch-width img {
      width: 100%; }
  @media all and (-ms-high-contrast: none) {
    .c-eventbox .c-eventbox__map, .c-eventbox .c-eventbox__cat, .c-eventbox .c-eventbox__end {
      font-family: 'Roboto Condensed', "メイリオ", sans-serif; } }
  .c-eventbox .c-eventbox__cat {
    position: absolute;
    top: 0;
    left: 44px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 1.2rem;
    color: #fff;
    background: #2F84C3; }
    @media (max-width: 767px) {
      .c-eventbox .c-eventbox__cat {
        left: 41px; } }
  .c-eventbox .c-eventbox__end {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 2px 10px;
    font-size: 1.2rem;
    color: #fff;
    background: #333; }
  .c-eventbox .c-eventbox__ttl {
    position: relative;
    padding: 0 0 0 16px;
    font-size: 2rem; }
    .c-eventbox .c-eventbox__ttl a:before {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      display: inline-block;
      width: 6px;
      height: 10px;
      background-image: url(../img/ico/ico_arrow_blue.svg);
      background-size: cover; }
    .c-eventbox .c-eventbox__ttl a:hover {
      text-decoration: underline; }
  .c-eventbox .c-eventbox__data {
    display: flex;
    flex-wrap: wrap; }
    .c-eventbox .c-eventbox__data .c-eventbox__data__item {
      display: flex;
      flex-wrap: wrap;
      width: 48%;
      margin: 24px 0 0; }
      @media (max-width: 767px) {
        .c-eventbox .c-eventbox__data .c-eventbox__data__item {
          width: 100%;
          margin: 16px 0 0; } }
      .c-eventbox .c-eventbox__data .c-eventbox__data__item .c-eventbox__data__head {
        width: 120px;
        margin: 0 20px 0 0; }
        @media (max-width: 767px) {
          .c-eventbox .c-eventbox__data .c-eventbox__data__item .c-eventbox__data__head {
            width: 64px; } }
        .c-eventbox .c-eventbox__data .c-eventbox__data__item .c-eventbox__data__head .c-eventbox__data__head__text {
          padding: 2px 0;
          font-size: 1.4rem;
          font-weight: bold;
          text-align: center;
          background: #fff; }
      .c-eventbox .c-eventbox__data .c-eventbox__data__item .c-eventbox__data__text {
        flex: 1;
        font-size: 1.4rem; }
        .c-eventbox .c-eventbox__data .c-eventbox__data__item .c-eventbox__data__text a:hover {
          text-decoration: underline; }

.c-eventbox + .c-eventbox {
  margin: 32px 0 0; }
  @media (max-width: 767px) {
    .c-eventbox + .c-eventbox {
      margin: 28px 0 0; } }

.exhibition__product-list {
  list-style: disc; }
  .exhibition__product-list li {
    margin-left: 1.5em;
    color: #2F84C3; }
    .exhibition__product-list li span {
      color: #333; }

.exhibition__product--new {
  color: #dc143c; }

.exhibition__product-table tr td:last-child {
  padding-left: 1.5em; }

.faq-list li {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #E6E6E6; }
  .faq-list li a {
    font-size: 1.4rem; }
  .faq-list li a:hover {
    text-decoration: underline; }
.faq-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 0;
  width: 10px;
  height: 6px;
  background-image: url(../img/ico/ico_arrow_under.svg);
  background-size: cover; }

.faq-head {
  font-size: 2rem; }

.faq-head:before {
  content: 'Q';
  display: inline-block;
  margin: 0 12px 0 0;
  color: #2F84C3; }

.faqaccordion-wrap .faqaccordion-one {
  margin: 0 auto; }
  .faqaccordion-wrap .faqaccordion-one .faqaccordion-header {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s; }
    .faqaccordion-wrap .faqaccordion-one .faqaccordion-header:hover {
      opacity: .8; }
  .faqaccordion-wrap .faqaccordion-one .c-imgbox, .faqaccordion-wrap .faqaccordion-one .c-imgbox__right {
    margin-bottom: 0; }
  .faqaccordion-wrap .faqaccordion-one .faqaccordion-inner {
    display: none;
    padding: 0 30px 30px 30px;
    box-sizing: border-box; }
    .faqaccordion-wrap .faqaccordion-one .faqaccordion-inner .c-table-scroll {
      margin-top: 0; }
      .faqaccordion-wrap .faqaccordion-one .faqaccordion-inner .c-table-scroll .c-table {
        margin-top: 0; }
    .faqaccordion-wrap .faqaccordion-one .faqaccordion-inner div {
      max-height: 9999px; }
      .faqaccordion-wrap .faqaccordion-one .faqaccordion-inner div p {
        font-size: 1.6rem; }
  .faqaccordion-wrap .faqaccordion-one .faqaccordion-one__image--w250 img {
    max-width: 250px; }

.ul-list--normal {
  margin-top: 28px; }
  .ul-list--normal li {
    margin-left: 1.5em;
    font-size: 1.6rem;
    list-style-type: disc; }

.ol-list--normal {
  margin-top: 28px; }
  .ol-list--normal li {
    margin-left: 1.5em;
    font-size: 1.6rem; }

.home-wrap {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .home-wrap {
      width: 100%;
      padding: 0 4%; } }

.home-head-2 {
  font-size: 3.2rem;
  color: #fff;
  text-align: center; }
  .home-head-2 span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    opacity: 0.6; }

.home-text-s {
  font-size: 1.4rem; }

.home-kv {
  position: relative; }
  .home-kv .slick-slider {
    width: 100%;
    height: 740px; }
    @media (max-width: 767px) {
      .home-kv .slick-slider {
        height: 180px; } }
    .home-kv .slick-slider li img {
      object-fit: cover;
      font-family: "object-fit: cover;";
      height: 740px; }
      @media (max-width: 767px) {
        .home-kv .slick-slider li img {
          height: 180px; } }
    .home-kv .slick-slider .slick-slide img {
      transform: scale(1.1);
      transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .home-kv .slick-slider .slick-current img {
      transform: scale(1); }
  .home-kv .home-kv__copy {
    position: absolute;
    bottom: 120px;
    right: 120px; }
    @media (max-width: 767px) {
      .home-kv .home-kv__copy {
        position: static;
        padding: 8%; } }

.home-exhibition {
  padding: 64px 0 120px;
  background: #f4f4f4; }
  @media (max-width: 767px) {
    .home-exhibition {
      padding: 48px 4%; } }
  .home-exhibition .home-exhibition__in {
    position: relative;
    display: flex;
    padding: 40px 64px;
    background: #fff;
    border-left: 2px solid #2f84c3;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
    z-index: 20;
    align-items: center; }
    @media (max-width: 767px) {
      .home-exhibition .home-exhibition__in {
        display: block;
        padding: 20px;
        border-left: none;
        border-top: 2px solid #2f84c3; } }
    .home-exhibition .home-exhibition__in .home-exhibition__head {
      width: 190px;
      font-size: 2rem;
      font-weight: bold; }
      @media (max-width: 767px) {
        .home-exhibition .home-exhibition__in .home-exhibition__head {
          width: 100%;
          text-align: center; } }
    .home-exhibition .home-exhibition__in .home-exhibition__ttl-wrapper {
      margin: 0 0 0 48px;
      padding: 0 0 0 48px;
      border-left: 1px solid #e6e6e6; }
      @media (max-width: 767px) {
        .home-exhibition .home-exhibition__in .home-exhibition__ttl-wrapper {
          margin: 20px 0 16px;
          padding: 16px 0 0;
          border-left: none;
          border-top: 1px solid #e6e6e6; } }
    .home-exhibition .home-exhibition__in .home-exhibition__ttl {
      width: 660px;
      font-size: 1.6rem;
      margin-top: 24px; }
      @media (max-width: 767px) {
        .home-exhibition .home-exhibition__in .home-exhibition__ttl {
          width: 100%;
          margin-top: 14px; } }
      .home-exhibition .home-exhibition__in .home-exhibition__ttl span {
        display: inline-block;
        margin: 0 16px 0 0; }
        @media (max-width: 767px) {
          .home-exhibition .home-exhibition__in .home-exhibition__ttl span {
            display: block;
            margin: 0 0 4px; } }
      .home-exhibition .home-exhibition__in .home-exhibition__ttl a:hover {
        text-decoration: underline; }
      .home-exhibition .home-exhibition__in .home-exhibition__ttl:first-of-type {
        margin-top: 0px; }
    .home-exhibition .home-exhibition__in .c-btn-text {
      margin-left: auto; }
    .home-exhibition .home-exhibition__in:not(:first-child) {
      margin-top: 32px; }
  .home-exhibition .home-exhibition__in--first {
    margin-bottom: 48px; }

.home-exhibition .home-notice {
  width: 1200px;
  padding: 40px 64px;
  margin: 0px auto 48px auto;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
  font-weight: bold;
  text-align: center; }
  .home-exhibition .home-notice p {
    font-size: 1.8rem; }
  .home-exhibition .home-notice .c-btn-pdf {
    margin: 0; }
  .home-exhibition .home-notice .c-btn-pdf__ico img {
    width: 20px; }
  @media (max-width: 767px) {
    .home-exhibition .home-notice {
      width: 100%;
      padding: 32px 4%; } }

.home-product {
  position: relative; }
  .home-product .home-product__head {
    position: absolute;
    top: -64px;
    left: 0;
    width: 86%;
    height: 500px;
    background: linear-gradient(-135deg, #2f84c3, #2fb2c3);
    z-index: 10; }
    @media (max-width: 767px) {
      .home-product .home-product__head {
        position: static;
        width: 100%;
        padding: 48px 0;
        height: auto; } }
    .home-product .home-product__head .home-head-2 {
      position: absolute;
      top: 190px;
      left: 9%; }
      @media (max-width: 767px) {
        .home-product .home-product__head .home-head-2 {
          position: static; } }
  .home-product .home-product__items {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    z-index: 15; }
    .home-product .home-product__items .home-product__item {
      width: 25%;
      background: #fff;
      border-right: 1px solid #dedede; }
      @media (max-width: 767px) {
        .home-product .home-product__items .home-product__item {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #dedede; } }
      .home-product .home-product__items .home-product__item .home-product__main {
        padding: 0 24px 24px;
        background-position: center;
        background-size: cover; }
        .home-product .home-product__items .home-product__item .home-product__main .home-product__ttl {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 200px; }
          .home-product .home-product__items .home-product__item .home-product__main .home-product__ttl .home-product__text {
            font-size: 2rem;
            color: #fff;
            text-align: center; }
            .home-product .home-product__items .home-product__item .home-product__main .home-product__ttl .home-product__text span {
              display: block;
              width: 100%;
              font-size: 1.2rem;
              font-weight: normal; }
      .home-product .home-product__items .home-product__item .home-product__main--1 {
        background-image: url(../img/top/product_img01.jpg); }
      .home-product .home-product__items .home-product__item .home-product__main--2 {
        background-image: url(../img/top/product_img02.jpg); }
      .home-product .home-product__items .home-product__item .home-product__main--3 {
        background-image: url(../img/top/product_img03.jpg); }
      .home-product .home-product__items .home-product__item .home-product__main--4 {
        background-image: url(../img/top/product_img04.jpg); }
      .home-product .home-product__items .home-product__item .home-product__main--5 {
        background-image: url(../img/top/product_img05.jpg); }
      .home-product .home-product__items .home-product__item .home-product__main--6 {
        background-image: url(../img/top/product_img06.jpg); }
      .home-product .home-product__items .home-product__item .home-product__main--7 {
        background-image: url(../img/top/product_img07.jpg); }
      .home-product .home-product__items .home-product__item .home-product__list {
        display: flex;
        flex-wrap: wrap;
        /* 2023.11.30追加 */
        /* 2024.01.31調整 */
        gap: 0px 32px;
        padding: 16px 32px 32px 32px; }
        .home-product .home-product__items .home-product__item .home-product__list li {
          margin: 16px 0 16px 0; }
          .home-product .home-product__items .home-product__item .home-product__list li a {
            font-weight: normal; }
        .home-product .home-product__items .home-product__item .home-product__list li + li {
          
          /* 2023.11.30追加 */
          margin: 16px 0 16px 0px;
          /* margin: 16px 0 16px 32px; */
        }

.home-product:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -280px;
  right: 0;
  width: 500px;
  height: 348px;
  background-image: url(../img/top/bg_image01.svg);
  background-size: cover;
  z-index: 11; }
  @media (max-width: 767px) {
    .home-product:after {
      top: -80px;
      width: 150px;
      height: 90px; } }

.home-2col-box {
  background: #f4f4f4;
  padding: 300px 0 380px;
  background-image: url(../img/top/2col_box_bg.png);
  background-repeat: no-repeat;
  background-position: top -240px left 120px; }
  @media (max-width: 767px) {
    .home-2col-box {
      padding: 80px 0 48px;
      background-position: top -60px right 32px;
      background-size: 28%; } }
  .home-2col-box .home-2col-box__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .home-2col-box .home-2col-box__items .home-2col-box__item {
      position: relative;
      width: 560px;
      margin-top: 380px; }
      @media (max-width: 767px) {
        .home-2col-box .home-2col-box__items .home-2col-box__item {
          width: 100%;
          margin-top: 32px; } }
      .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__img img {
        width: 100%; }
      .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text {
        position: absolute;
        top: 216px;
        right: 0;
        width: 520px;
        padding: 40px 40px 32px;
        background: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04); }
        @media (max-width: 767px) {
          .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text {
            position: static;
            width: 100%;
            padding: 24px; } }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .home-2col-box__ttl {
          margin: 0 0 24px;
          font-size: 2rem; }
          .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .home-2col-box__ttl span {
            display: block;
            font-size: 1.2rem;
            font-weight: normal;
            color: #2f84c3; }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .home-2col-box__desc {
          font-size: 1.6rem; }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn {
          display: flex;
          justify-content: center;
          margin: 24px 0 0;
          padding: 32px 0 0;
          border-top: 1px solid #e6e6e6; }
          .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn a {
            width: 220px;
            background: #000; }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--1 a {
          background: linear-gradient(-135deg, #efb445, #efd07c); }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--1 a:hover {
          background: linear-gradient(-135deg, #efd07c, #efb445); }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--2 a {
          background: linear-gradient(-135deg, #4cb5a5, #52d88a); }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--2 a:hover {
          background: linear-gradient(-135deg, #52d88a, #4cb5a5); }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--3 a {
          background: linear-gradient(-135deg, #52a1d3, #61d0e5); }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--3 a:hover {
          background: linear-gradient(-135deg, #61d0e5, #52a1d3); }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--4 a {
          background: linear-gradient(-135deg, #5383d0, #71b5ef); }
        .home-2col-box .home-2col-box__items .home-2col-box__item .home-2col-box__text .c-btn--home-2colbox--4 a:hover {
          background: linear-gradient(-135deg, #71b5ef, #5383d0); }
    .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(-n + 2) {
      margin-top: 0; }
      @media (max-width: 767px) {
        .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(-n + 2) {
          margin-top: 32px; } }
    @media (max-width: 767px) {
      .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(-n + 1) {
        margin-top: 0; } }
    .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(even) {
      transform: translateY(-40px); }
      @media (max-width: 767px) {
        .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(even) {
          transform: translateY(0px); } }

.home-3col-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .home-3col-box .home-3col-box__item {
    position: relative;
    width: 33.333%; }
    @media (max-width: 767px) {
      .home-3col-box .home-3col-box__item {
        width: 100%; } }
    .home-3col-box .home-3col-box__item .home-3col-box__img img {
      width: 100%; }
    .home-3col-box .home-3col-box__item .home-3col-box__text {
      position: relative;
      padding: 48px;
      z-index: 1; }
      @media (max-width: 767px) {
        .home-3col-box .home-3col-box__item .home-3col-box__text {
          padding: 48px 4%; } }
      .home-3col-box .home-3col-box__item .home-3col-box__text .home-3col-box__desc {
        margin: 48px 0 32px;
        font-size: 1.6rem;
        color: #fff; }
      .home-3col-box .home-3col-box__item .home-3col-box__text .c-btn {
        display: flex;
        justify-content: center; }
        .home-3col-box .home-3col-box__item .home-3col-box__text .c-btn a {
          min-width: 220px;
          background: none; }
        .home-3col-box .home-3col-box__item .home-3col-box__text .c-btn a:hover {
          background: rgba(255, 255, 255, 0.1); }
  .home-3col-box .home-3col-box__item--1 {
    background: #4192ce; }
  .home-3col-box .home-3col-box__item--2 {
    background: #2f84c3; }
  .home-3col-box .home-3col-box__item--3 {
    background: #2676b1; }
  .home-3col-box .home-3col-box__item--cn {
    width: 50%; }
    @media (max-width: 767px) {
      .home-3col-box .home-3col-box__item--cn {
        width: 100%; } }
  .home-3col-box .home-3col-box__item:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    bottom: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 160px 200px;
    opacity: 0.08; }

.home-3col-box--cn {
  margin-bottom: 80px; }

.home-recruit {
  position: relative;
  margin: 0 0 200px;
  padding: 180px 0 120px;
  background: #f4f4f4; }
  @media (max-width: 767px) {
    .home-recruit {
      margin: 0 0 48px;
      padding: 0 0 48px; } }
  .home-recruit .home-wrap {
    position: relative;
    z-index: 1; }
  .home-recruit .home-recruit__text {
    position: relative;
    width: 440px;
    padding: 96px 0 0; }
    @media (max-width: 767px) {
      .home-recruit .home-recruit__text {
        width: 100%;
        padding: 140px 0 0; } }
    .home-recruit .home-recruit__text .home-recruit__head {
      font-size: 3.2rem; }
    .home-recruit .home-recruit__text .home-recruit__desc {
      margin: 40px 0;
      font-size: 1.6rem; }
  .home-recruit .home-recruit__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 240px;
    height: 60px;
    background-image: url(../img/top/recruit_img02.svg);
    background-size: cover; }
    @media (max-width: 767px) {
      .home-recruit .home-recruit__text:before {
        top: 48px; } }
  .home-recruit .home-recruit__img {
    position: absolute;
    right: 0;
    top: 180px;
    width: 48%;
    max-width: 1000px; }
    @media (max-width: 767px) {
      .home-recruit .home-recruit__img {
        position: static;
        width: 100%; } }
    .home-recruit .home-recruit__img img {
      width: 100%; }
  .home-recruit .home-recruit__img:after {
    content: "";
    position: absolute;
    top: -140px;
    right: 0;
    display: inline-block;
    width: 110%;
    height: 40%;
    background-image: url(../img/top/recruit_img03.svg);
    background-size: cover; }
    @media (max-width: 767px) {
      .home-recruit .home-recruit__img:after {
        content: none; } }

.home-recruit:after {
  content: "";
  position: absolute;
  top: 400px;
  left: 0;
  display: inline-block;
  width: 500px;
  height: 360px;
  background-image: url(../img/top/bg_image02.svg);
  background-size: cover; }
  @media (max-width: 767px) {
    .home-recruit:after {
      top: 200px;
      left: auto;
      right: 4%;
      width: 150px;
      height: 90px; } }

.home-info-box .home-info-head {
  margin: 0 0 24px;
  font-size: 2rem; }
  .home-info-box .home-info-head span {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #2f84c3; }
.home-info-box .home-info-list {
  margin: 0 0 40px; }
  .home-info-box .home-info-list .home-info-list__item {
    padding: 32px 0;
    border-bottom: 1px solid #e6e6e6; }
    .home-info-box .home-info-list .home-info-list__item .home-info-list__head {
      display: flex;
      align-items: center;
      margin: 0 0 16px; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat {
        white-space: nowrap;
        width: 130px;
        margin: 0 20px 0 0;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        line-height: 2; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__time {
        font-size: 1.4rem;
        font-weight: normal; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--ir {
        background: #fceded; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--disclose {
        background: #efedfa; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--meeting {
        background: #e7f3f7; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--info {
        background: #f7f1da; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--product {
        background: #efb851; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--csr {
        background: #a3d866; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--event {
        background: #7bcee2; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--recruit {
        background: #8695c9; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat--media {
        background: #e3b66f; }
    .home-info-box .home-info-list .home-info-list__item .home-info-list__ttl {
      font-size: 1.6rem; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__ttl a:hover {
        text-decoration: underline; }
      .home-info-box .home-info-list .home-info-list__item .home-info-list__ttl .home-info-list__pdf {
        display: inline-block;
        width: 20px; }

.home-info-new {
  margin: 0 0 80px; }
  .home-info-new .home-info-new__tag {
    display: flex; }
    .home-info-new .home-info-new__tag li {
      font-size: 1.2rem;
      font-weight: bold;
      padding: 6px 10px;
      border: 1px solid #e6e6e6;
      cursor: pointer; }
      @media (max-width: 767px) {
        .home-info-new .home-info-new__tag li {
          padding: 6px; } }
    .home-info-new .home-info-new__tag li + li {
      margin: 0 0 0 8px; }
    .home-info-new .home-info-new__tag li.active {
      position: relative;
      color: #fff;
      border: none; }
    .home-info-new .home-info-new__tag li.active:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -8px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-width: 8px 8px 0 8px; }
    .home-info-new .home-info-new__tag .home-info-new__tag--all.active {
      background: #2f84c3; }
    .home-info-new .home-info-new__tag .home-info-new__tag--all.active:after {
      border-color: #2f84c3 transparent transparent transparent; }
    .home-info-new .home-info-new__tag .home-info-new__tag--product.active {
      background: #efb851; }
    .home-info-new .home-info-new__tag .home-info-new__tag--product.active:after {
      border-color: #efb851 transparent transparent transparent; }
    .home-info-new .home-info-new__tag .home-info-new__tag--csr.active {
      background: #a3d866; }
    .home-info-new .home-info-new__tag .home-info-new__tag--csr.active:after {
      border-color: #a3d866 transparent transparent transparent; }
    .home-info-new .home-info-new__tag .home-info-new__tag--event.active {
      background: #7bcee2; }
    .home-info-new .home-info-new__tag .home-info-new__tag--event.active:after {
      border-color: #7bcee2 transparent transparent transparent; }
    .home-info-new .home-info-new__tag .home-info-new__tag--seminar.active {
      background: #8695c9; }
    .home-info-new .home-info-new__tag .home-info-new__tag--seminar.active:after {
      border-color: #8695c9 transparent transparent transparent; }
    .home-info-new .home-info-new__tag .home-info-new__tag--media.active {
      background: #e3b66f; }
    .home-info-new .home-info-new__tag .home-info-new__tag--media.active:after {
      border-color: #e3b66f transparent transparent transparent; }
  .home-info-new .home-info-list {
    display: none; }
    .home-info-new .home-info-list .home-info-list__item {
      display: flex; }
      @media (max-width: 767px) {
        .home-info-new .home-info-list .home-info-list__item {
          display: block; } }
      .home-info-new .home-info-list .home-info-list__item .home-info-list__head {
        width: 240px; }
        .home-info-new .home-info-list .home-info-list__item .home-info-list__head .home-info-list__cat {
          color: #fff; }
      .home-info-new .home-info-list .home-info-list__item .home-info-list__ttl {
        flex: 1; }
  .home-info-new .home-info-list--product {
    display: none; }
  .home-info-new .home-info-list.active {
    display: block; }

.home-ex-ir-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 160px; }
  @media (max-width: 767px) {
    .home-ex-ir-box {
      margin: 0 0 48px; } }
  .home-ex-ir-box .home-info-box {
    width: 560px; }
    @media (max-width: 767px) {
      .home-ex-ir-box .home-info-box {
        width: 100%; } }
  .home-ex-ir-box .home-info-box--cn {
    width: 100%; }
  @media (max-width: 767px) {
    .home-ex-ir-box .home-info-box + .home-info-box {
      margin: 48px 0 0; } }

.home-3col-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .home-3col-btn .home-3col-btn__item {
    display: block;
    width: 30%;
    padding: 40px;
    border: 1px solid #e6e6e6; }
    @media (max-width: 767px) {
      .home-3col-btn .home-3col-btn__item {
        width: 100%;
        padding: 24px; } }
    .home-3col-btn .home-3col-btn__item .home-3col-btn__ttl {
      position: relative;
      margin: 0 0 12px;
      padding: 0 0 0 40px;
      font-size: 1.6rem;
      font-weight: bold; }
    .home-3col-btn .home-3col-btn__item .home-3col-btn__ttl:before {
      content: "";
      position: absolute;
      left: 0;
      display: inline-block;
      background-size: cover; }
    .home-3col-btn .home-3col-btn__item .home-3col-btn__ttl--1:before {
      top: 0;
      width: 24px;
      height: 27px;
      background-image: url(../img/ico/ico_seminar.svg); }
    .home-3col-btn .home-3col-btn__item .home-3col-btn__ttl--2:before {
      top: 2px;
      width: 24px;
      height: 24px;
      background-image: url(../img/ico/ico_event.svg); }
    .home-3col-btn .home-3col-btn__item .home-3col-btn__ttl--3:before {
      top: 3px;
      width: 24px;
      height: 21px;
      background-image: url(../img/ico/ico_media.svg); }
    .home-3col-btn .home-3col-btn__item .home-3col-btn__desc {
      font-size: 1.4rem; }
  .home-3col-btn .home-3col-btn__item:hover {
    border: 1px solid #2f84c3; }
  @media (max-width: 767px) {
    .home-3col-btn .home-3col-btn__item + .home-3col-btn__item {
      margin: 24px 0 0; } }

.delighter {
  opacity: 0;
  transform: translateY(30px); }

.started {
  opacity: 1;
  transform: translateY(0px);
  transition: all 600ms 0s ease; }

.en-top .home-2col-box {
  padding: 200px 0 160px; }
  @media (max-width: 767px) {
    .en-top .home-2col-box {
      padding: 80px 0 48px; } }
  .en-top .home-2col-box .home-2col-box__items .home-2col-box__item {
    width: 30%;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04); }
    @media (max-width: 767px) {
      .en-top .home-2col-box .home-2col-box__items .home-2col-box__item {
        width: 100%; } }
  @media (max-width: 767px) {
    .en-top .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(n + 2) {
      margin-top: 32px; } }
  .en-top .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(even) {
    transform: translateY(0); }
  .en-top .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(even).delighter {
    transform: translateY(30px); }
  .en-top .home-2col-box .home-2col-box__items .home-2col-box__item:nth-child(even).started {
    transform: translateY(0); }
  .en-top .home-2col-box .home-2col-box__items .home-2col-box__text {
    position: static;
    width: 100%;
    padding: 40px 40px 32px;
    box-shadow: none; }

.en-top .home-3col-box {
  margin: 0 0 160px; }
  @media (max-width: 767px) {
    .en-top .home-3col-box {
      margin: 0 0 48px; } }

.home-bunner {
  position: relative;
  z-index: 12;
  margin-top: 56px; }
  @media (max-width: 767px) {
    .home-bunner {
      margin-top: 34px; } }
  .home-bunner .swiper-container {
    width: calc(100%); }
    @media (max-width: 767px) {
      .home-bunner .swiper-container {
        width: calc(100% - 50px); } }
  .home-bunner .swiper-button-prev,
  .home-bunner .swiper-button-next {
    width: 30px;
    background-color: #fff;
    height: 100%;
    top: 0px;
    margin-top: 0px; }
    @media (max-width: 767px) {
      .home-bunner .swiper-button-prev,
      .home-bunner .swiper-button-next {
        width: 20px; } }
    .home-bunner .swiper-button-prev:after,
    .home-bunner .swiper-button-next:after {
      display: none; }
    .home-bunner .swiper-button-prev::before,
    .home-bunner .swiper-button-next::before {
      content: "";
      display: block;
      top: 9px;
      left: 0;
      width: 6px;
      height: 10px;
      background-image: url(../img/ico/ico_arrow_blue.svg);
      background-size: cover;
      background-position: center center; }
  .home-bunner .swiper-button-prev {
    left: 0px; }
    .home-bunner .swiper-button-prev::before {
      transform: rotate(180deg); }
  .home-bunner .swiper-button-next {
    right: 0px; }
  .home-bunner .swiper-slide {
    transition: opacity 0.3s;
    background-color: #fff; }
    @media (min-width: 768px) {
      .home-bunner .swiper-slide:hover {
        opacity: 0.7; } }
    .home-bunner .swiper-slide img {
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .home-bunner .swiper-slide img {
          width: 100%;
          height: auto;
          object-fit: contain; } }

.product-list {
  padding: 80px 0;
  background: #F4F4F4; }
  .product-list .l-under-wrap {
    margin: 0 auto; }
    .product-list .l-under-wrap .product-list__ttl {
      margin: 0 0 48px;
      font-size: 2.8rem;
      text-align: center; }
    .product-list .l-under-wrap .product-list__items {
      display: flex;
      flex-wrap: wrap; }
      .product-list .l-under-wrap .product-list__items .product-list__item {
        width: 33.333%;
        background: #fff;
        border-right: 1px solid #dedede; }
        @media (max-width: 767px) {
          .product-list .l-under-wrap .product-list__items .product-list__item {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #dedede; } }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg {
          padding: 0 24px 24px;
          background-position: center;
          background-size: cover; }
          .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg .product-list__item-bg__ttl {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 200px; }
            .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg .product-list__item-bg__ttl .product-list__item-bg__text {
              font-size: 2rem;
              color: #fff;
              text-align: center; }
              .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg .product-list__item-bg__ttl .product-list__item-bg__text span {
                display: block;
                width: 100%;
                font-size: 1.2rem;
                font-weight: normal; }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg--1 {
          background-image: url(../img/top/product_img01.jpg); }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg--2 {
          background-image: url(../img/top/product_img02.jpg); }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg--3 {
          background-image: url(../img/top/product_img03.jpg); }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg--4 {
          background-image: url(../img/top/product_img04.jpg); }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg--5 {
          background-image: url(../img/top/product_img05.jpg); }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg--6 {
          background-image: url(../img/top/product_img06.jpg); }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-bg--7 {
          background-image: url(../img/top/product_img07.jpg); }
        .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-list {
          display: flex;
          flex-wrap: wrap;
          padding: 16px 32px 32px 32px; }
          .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-list li {
            margin: 16px 0 16px 0; }
          .product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-list li + li {
            margin: 16px 0 16px 32px; }

.product-info .product-info__ttl {
  margin: 0 0 48px;
  font-size: 2.8rem;
  text-align: center; }
.product-info .product-info__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .product-info .product-info__box .product-info__item {
    width: 23%; }
    @media (max-width: 767px) {
      .product-info .product-info__box .product-info__item {
        width: 100%; } }
    .product-info .product-info__box .product-info__item a {
      position: relative;
      display: block;
      padding: 24px 24px 24px 64px;
      font-size: 1.6rem;
      font-weight: bold;
      border: 1px solid #E6E6E6; }
    .product-info .product-info__box .product-info__item a:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 24px;
      margin: auto;
      display: inline-block;
      background-size: cover; }
  .product-info .product-info__box .product-info__item--1 a:before {
    width: 24px;
    height: 24px;
    background-image: url(../img/ico/ico_info_newproduct.svg); }
  .product-info .product-info__box .product-info__item--2 a:before {
    width: 24px;
    height: 24px;
    background-image: url(../img/ico/ico_info_news.svg); }
  .product-info .product-info__box .product-info__item--3 a:before {
    width: 24px;
    height: 24px;
    background-image: url(../img/ico/ico_info_history.svg); }
  .product-info .product-info__box .product-info__item--4 a:before {
    width: 24px;
    height: 22px;
    background-image: url(../img/ico/ico_info_disco.svg); }
  @media (max-width: 767px) {
    .product-info .product-info__box .product-info__item + .product-info__item {
      margin: 16px 0 0; } }

@media (min-width: 768px) {
  .c-table--series th,
  .c-table--series td {
    padding: 16px 10px; }
    .c-table--series th div,
    .c-table--series td div {
      display: inline-block; }
      .c-table--series th div p,
      .c-table--series td div p {
        font-size: 1.6rem; }

  .c-table--series th {
    vertical-align: top; }

  .c-table--series td {
    padding: 16px 0px; }

  .c-table--utcort img {
    width: 95px; }

  .c-table--hardmax img {
    width: 80px; }

  .c-table--graphite img {
    width: 115px; } }
@media (max-width: 767px) {
  .c-table--series th,
  .c-table--series td {
    padding: 16px 6px; }
    .c-table--series th p,
    .c-table--series td p {
      font-size: 1.6rem; } }
.award__list {
  list-style: disc; }
  .award__list li {
    margin-left: 1.5em;
    font-size: 1.6rem; }

@media (max-width: 767px) {
  .award__list li {
    font-size: 1.4rem; } }
.c-imgbox__right--flex {
  display: flex;
  margin-left: -20px; }
  @media (max-width: 767px) {
    .c-imgbox__right--flex {
      margin-left: 0px; } }
  .c-imgbox__right--flex .left, .c-imgbox__right--flex .right {
    width: calc(50%-20px);
    position: relative; }
    .c-imgbox__right--flex .left img, .c-imgbox__right--flex .right img {
      width: 100%; }
    .c-imgbox__right--flex .left p, .c-imgbox__right--flex .right p {
      position: absolute;
      color: white;
      top: 0px;
      left: 5px;
      font-size: 1.6rem; }
  .c-imgbox__right--flex .right {
    margin-left: 20px; }

.rpemu .image-title {
  margin-top: 48px; }
.rpemu .c-flex--max2--rpemu {
  margin-top: 24px; }
  .rpemu .c-flex--max2--rpemu .c-flex__item {
    position: relative; }
    .rpemu .c-flex--max2--rpemu .c-flex__item p {
      font-size: 1.4rem;
      line-height: 1.7;
      margin-top: 0px;
      text-align: center;
      margin-top: 11px; }
    .rpemu .c-flex--max2--rpemu .c-flex__item .text__under {
      width: 260px;
      margin: 16px auto 0px; }
    .rpemu .c-flex--max2--rpemu .c-flex__item .un-text {
      position: absolute;
      font-size: 2.0rem;
      margin-top: 0px;
      top: 13px;
      left: 20px;
      color: white; }
.rpemu .text__right {
  text-align: right; }

.c-table__dc, .c-table__rpem {
  margin-bottom: 0px; }
  .c-table__dc th, .c-table__rpem th {
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    width: 221px; }
    @media (max-width: 767px) {
      .c-table__dc th, .c-table__rpem th {
        width: auto; } }
  .c-table__dc td, .c-table__rpem td {
    padding: 21px; }

.c-flex--max2__dc, .c-flex--max2__dcrs--bottom {
  margin-left: -20px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .c-flex--max2__dc, .c-flex--max2__dcrs--bottom {
      margin-left: 0px; } }
  .c-flex--max2__dc .c-flex__item, .c-flex--max2__dcrs--bottom .c-flex__item {
    margin-left: 20px;
    width: calc(50% - 20px); }
    @media (max-width: 767px) {
      .c-flex--max2__dc .c-flex__item, .c-flex--max2__dcrs--bottom .c-flex__item {
        margin-left: 0px;
        width: 100%; } }
    .c-flex--max2__dc .c-flex__item .un-head-3, .c-flex--max2__dcrs--bottom .c-flex__item .un-head-3 {
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        .c-flex--max2__dc .c-flex__item .un-head-3, .c-flex--max2__dcrs--bottom .c-flex__item .un-head-3 {
          margin-top: 0px; } }
    .c-flex--max2__dc .c-flex__item .c-flex--max3, .c-flex--max2__dcrs--bottom .c-flex__item .c-flex--max3 {
      margin-left: -9px; }
      .c-flex--max2__dc .c-flex__item .c-flex--max3 .c-flex__item, .c-flex--max2__dcrs--bottom .c-flex__item .c-flex--max3 .c-flex__item {
        margin-left: 9px;
        width: calc(33.3333% - 9px); }
        @media (max-width: 767px) {
          .c-flex--max2__dc .c-flex__item .c-flex--max3 .c-flex__item, .c-flex--max2__dcrs--bottom .c-flex__item .c-flex--max3 .c-flex__item {
            margin-top: 0px; } }
        .c-flex--max2__dc .c-flex__item .c-flex--max3 .c-flex__item p, .c-flex--max2__dcrs--bottom .c-flex__item .c-flex--max3 .c-flex__item p {
          font-size: 1.2rem;
          line-height: 1.7;
          text-align: center;
          margin-top: 24px;
          font-weight: bold; }
        .c-flex--max2__dc .c-flex__item .c-flex--max3 .c-flex__item img, .c-flex--max2__dcrs--bottom .c-flex__item .c-flex--max3 .c-flex__item img {
          margin-top: 16px;
          height: 160px;
          object-fit: cover; }

.c-flex--max2__dcrs--top {
  margin-left: 0px;
  align-items: flex-start; }
  .c-flex--max2__dcrs--top .c-flex__item--left {
    margin-left: 0px;
    width: 500px; }
    .c-flex--max2__dcrs--top .c-flex__item--left p {
      margin-top: 0px; }
      .c-flex--max2__dcrs--top .c-flex__item--left p span {
        font-weight: bold; }
  .c-flex--max2__dcrs--top .c-flex__item--right {
    margin-left: 30px;
    width: 330px; }
    @media (max-width: 767px) {
      .c-flex--max2__dcrs--top .c-flex__item--right {
        margin: 0 auto; } }
    .c-flex--max2__dcrs--top .c-flex__item--right img {
      border-radius: 20px; }

.c-flex--max2__dcrs--bottom {
  margin-top: 48px; }
  @media (max-width: 767px) {
    .c-flex--max2__dcrs--bottom {
      margin-top: 30px; } }
  .c-flex--max2__dcrs--bottom .c-flex__item {
    background-color: #F4F4F4;
    padding: 24px 20px 20px; }
    .c-flex--max2__dcrs--bottom .c-flex__item .dcrs__flex--title {
      font-size: 2.0rem;
      font-weight: bold;
      line-height: 1.7;
      padding-bottom: 24px;
      border-bottom: 1px solid #2F84C3;
      text-align: center;
      margin-top: 0px; }
    .c-flex--max2__dcrs--bottom .c-flex__item .c-flex--max3 {
      margin-top: 0px; }
      .c-flex--max2__dcrs--bottom .c-flex__item .c-flex--max3 .c-flex__item {
        padding: 0px; }

.c-table__rpem--wrap {
  display: flex;
  flex-wrap: wrap; }
  .c-table__rpem--wrap .c-table__rpem {
    width: 670px;
    margin: 0px; }
    @media (max-width: 767px) {
      .c-table__rpem--wrap .c-table__rpem {
        width: 100%; } }
    .c-table__rpem--wrap .c-table__rpem th {
      width: 221px; }
      @media (max-width: 767px) {
        .c-table__rpem--wrap .c-table__rpem th {
          width: auto; } }
  .c-table__rpem--wrap img {
    width: 160px;
    height: 66.42px;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .c-table__rpem--wrap img {
        margin: 20px 0px 0px 0px; } }

.dc__bottom--text span {
  display: inline-block;
  width: 12.0rem; }

.corporate-history {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid #E6E6E6; }
  .corporate-history .corporate-history__date {
    margin: 0 16px 0 0;
    font-size: 2.4rem;
    color: #2F84C3; }
  .corporate-history .corporate-history__right {
    flex: 1;
    display: flex;
    flex-wrap: wrap; }
    .corporate-history .corporate-history__right .corporate-history__text {
      margin: 8px 0 0;
      font-size: 1.6rem; }
    .corporate-history .corporate-history__right .corporate-history__img {
      width: 200px;
      margin: 12px 0 12px 20px; }
      @media (max-width: 767px) {
        .corporate-history .corporate-history__right .corporate-history__img {
          width: 100%;
          margin: 20px 0 12px; } }

.corporate-global__2col {
  margin-top: 48px; }
  .corporate-global__2col .c-flex__item {
    margin-top: 48px; }
    .corporate-global__2col .c-flex__item .un-head-3 {
      margin: 0; }

.corporate-global .un-text a[href^="tel:"] {
  cursor: default; }
  @media (min-width: 768px) {
    .corporate-global .un-text a[href^="tel:"] {
      text-decoration: none; } }

@media (min-width: 768px) {
  .corporate-history__text {
    flex: 1; } }
.c-imgbox--en-corporate-about .corporate-about__image--01 {
  width: 240px; }

.c-imgbox--en-corporate-about .corporate-about__image--02 {
  width: 340px; }

@media (max-width: 767px) {
  .c-imgbox--en-corporate-about .corporate-about__image--01,
  .c-imgbox--en-corporate-about .corporate-about__image--02 {
    max-width: 100%;
    height: auto; } }
.un-section .corporate-global__2col .global__c-flex__item-us {
  width: 100%; }
  .un-section .corporate-global__2col .global__c-flex__item-us h3 {
    width: 100%; }
  .un-section .corporate-global__2col .global__c-flex__item-us h4 {
    color: #2F84C3; }

.un-section .corporate-global__2col .c-flex__item--taiwan {
  margin-top: 48px; }

@media (min-width: 768px) {
  .global__c-flex__item-us-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    .global__c-flex__item-us-flex div {
      width: 50%; } }
.corporate-history--multiline {
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 0; }
  .corporate-history--multiline .corporate-history__date {
    display: inline-block;
    margin: 0 16px 0 0;
    font-size: 2.4rem;
    color: #2F84C3; }
  .corporate-history--multiline .corporate-history__right--multiline div .corporate-history__text {
    margin: 8px 0 0;
    font-size: 1.6rem; }

@media (max-width: 767px) {
  .corporate-history--multiline {
    display: flex; }
    .corporate-history--multiline .corporate-history__right--multiline {
      flex: 1; }
      .corporate-history--multiline .corporate-history__right--multiline .corporate-history__img {
        width: 100%;
        margin: 20px 0 12px; } }
@media (min-width: 768px) {
  .corporate-history--multiline .corporate-history__date {
    vertical-align: top; }
  .corporate-history--multiline .corporate-history__right--multiline {
    display: inline-block;
    width: 794px; }
    .corporate-history--multiline .corporate-history__right--multiline div {
      display: flex;
      flex-wrap: wrap; }
      .corporate-history--multiline .corporate-history__right--multiline div .corporate-history__text {
        flex: 1;
        margin: 8px 0 0;
        font-size: 1.6rem; }
      .corporate-history--multiline .corporate-history__right--multiline div .corporate-history__img {
        width: 200px;
        margin: 12px 0 12px 20px;
        height: 126.833px; } }
.registration-card__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 30px; }
  .registration-card__wrap .iso-registration-card {
    width: 300px;
    box-shadow: 10px 10px 15px -10px; }
    @media (max-width: 767px) {
      .registration-card__wrap .iso-registration-card {
        width: 90%;
        margin: 0 auto; } }
  .registration-card__wrap .iso-registration-card__right {
    width: 300px;
    box-shadow: 10px 10px 15px -10px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .registration-card__wrap .iso-registration-card__right {
        width: 90%;
        margin: 20px auto 0px auto; } }
  .registration-card__wrap .jab_logo {
    width: 60px;
    margin-left: 80px; }
    @media (max-width: 767px) {
      .registration-card__wrap .jab_logo {
        margin-left: 0px;
        margin-top: 20px; } }
  .registration-card__wrap .juse_logo {
    width: 60px;
    margin-left: 40px; }
    @media (max-width: 767px) {
      .registration-card__wrap .juse_logo {
        margin-top: 20px; } }

/*社会貢献*/
.un-text-csr {
  padding: 0 0 0 24px; }
  .un-text-csr__list {
    font-size: 1.6rem;
    list-style: disc;
    list-style-position: outside; }
    .un-text-csr__list:first-child {
      margin: 32px 0 0; }
.un-head-4 + .un-text--mb32, .un-text--mb32 {
  margin-bottom: 32px; }

.c-imgbox .c-imgbox__left--classic_img {
  width: 215px; }
.c-imgbox .c-imgbox__right--tsurumi {
  width: 215px;
  margin: 0px 0 40px 35px; }

@media (max-width: 767px) {
  .c-imgbox .c-imgbox__left--classic_img {
    width: 100%; }
  .c-imgbox .c-imgbox__right--tsurumi {
    width: 100%;
    margin: 0 0 24px; } }
@media (min-width: 767px) {
  .c-flex--max2--tpo .c-flex__item:nth-child(1) {
    width: 53%; }
  .c-flex--max2--tpo .c-flex__item:nth-child(2) {
    width: 34%; } }
.c-flex--max2--pd10 .c-flex__item {
  padding: 0 10% 0 10%; }

.csr-nursery .c-btn-pdf {
  display: inline-block; }
  .csr-nursery .c-btn-pdf:after {
    content: "NEW";
    display: inline-block;
    padding: 0 20px;
    margin-left: 1em;
    color: #fff;
    background: #fea73c;
    font-size: 1.4rem;
    font-weight: bold; }

.c-img-width__60 img {
  width: 60%;
  max-height: 343px; }

.un-text-csr__Symptoms {
  margin-top: 0px;
  margin-left: calc(24px + 1.6rem); }

.csr__event--flex {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: start;
  margin: 40px 0px; }
  .csr__event--flex .csr__event--flex--image-wrap {
    width: 30%; }
    @media (max-width: 767px) {
      .csr__event--flex .csr__event--flex--image-wrap {
        width: 100%; } }
  .csr__event--flex .csr__event--flex--text-wrap {
    width: calc(70% - 24px);
    margin-left: 24px; }
    @media (max-width: 767px) {
      .csr__event--flex .csr__event--flex--text-wrap {
        width: 100%;
        margin-left: 0px; } }
    .csr__event--flex .csr__event--flex--text-wrap h3 {
      margin-top: 0px; }
      @media (max-width: 767px) {
        .csr__event--flex .csr__event--flex--text-wrap h3 {
          margin-top: 40px; } }

.un-text-csr__en--Symptoms {
  margin-top: 0px; }

.img-csr-heihgt-limit {
  height: 200px;
  object-fit: contain; }

.csr-iso14001-flex-item {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .csr-iso14001-flex-item {
      flex-wrap: wrap-reverse; } }
  .csr-iso14001-flex-item__image {
    width: 410px;
    margin: 0 0 40px 40px; }
    @media (max-width: 767px) {
      .csr-iso14001-flex-item__image {
        width: 100%;
        margin: 0 0 24px; } }
  .csr-iso14001-flex-item__text {
    width: calc(100% - 450px); }
    @media (max-width: 767px) {
      .csr-iso14001-flex-item__text {
        width: 100%; } }
  .csr-iso14001-flex-item__caption {
    margin: 12px 0 0;
    font-size: 1.4rem;
    text-align: center; }

.image-scr-iso14001-human-resources {
  width: 100% !important; }

@media (max-width: 767px) {
  .ir-table-scroll {
    overflow: auto;
    white-space: nowrap; } }

.ir-table {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    .ir-table {
      overflow: auto; } }
  .ir-table th {
    font-weight: bold;
    text-align: left;
    background: #F8F8F8;
    border-right: 1px solid #E6E6E6; }
  .ir-table th, .ir-table td {
    padding: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #E6E6E6;
    text-align: center; }
  .ir-table td {
    border-right: 1px solid #E6E6E6; }
  .ir-table .ir-table__1,
  .ir-table .ir-table__q3,
  .ir-table .ir-table__q2,
  .ir-table .ir-table__q1 {
    color: #fff; }
    .ir-table .ir-table__1 span,
    .ir-table .ir-table__q3 span,
    .ir-table .ir-table__q2 span,
    .ir-table .ir-table__q1 span {
      display: inline-block;
      padding: 2px 20px;
      border-radius: 16px; }
  .ir-table .ir-table__1 span {
    background: #2F84C3; }
  .ir-table .ir-table__q3 span {
    background: #F5AB34; }
  .ir-table .ir-table__q2 span {
    background: #E86DA6; }
  .ir-table .ir-table__q1 span {
    background: #2D9F62; }

.ir-news-tag {
  display: flex; }
  .ir-news-tag li {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 6px 10px;
    border: 1px solid #E6E6E6;
    cursor: pointer; }
    @media (max-width: 767px) {
      .ir-news-tag li {
        padding: 6px; } }
  .ir-news-tag li + li {
    margin: 0 0 0 8px; }
  .ir-news-tag li.active {
    position: relative;
    border: none; }
  .ir-news-tag li.active:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 8px 8px 0 8px; }
  .ir-news-tag .ir-news-tag--all.active {
    background: #e5f0f9; }
  .ir-news-tag .ir-news-tag--all.active:after {
    border-color: #e5f0f9 transparent transparent transparent; }
  .ir-news-tag .ir-news-tag--ir.active {
    background: #FCEDED; }
  .ir-news-tag .ir-news-tag--ir.active:after {
    border-color: #FCEDED transparent transparent transparent; }
  .ir-news-tag .ir-news-tag--disclose.active {
    background: #EFEDFA; }
  .ir-news-tag .ir-news-tag--disclose.active:after {
    border-color: #EFEDFA transparent transparent transparent; }
  .ir-news-tag .ir-news-tag--meeting.active {
    background: #E7F3F7; }
  .ir-news-tag .ir-news-tag--meeting.active:after {
    border-color: #E7F3F7 transparent transparent transparent; }
  .ir-news-tag .ir-news-tag--info.active {
    background: #F7F1DA; }
  .ir-news-tag .ir-news-tag--info.active:after {
    border-color: #F7F1DA transparent transparent transparent; }

.ir-news-list {
  display: none;
  margin: 0 0 40px; }
  .ir-news-list .ir-news-list__item {
    padding: 32px 0;
    border-bottom: 1px solid #E6E6E6; }
    .ir-news-list .ir-news-list__item .ir-news-list__head {
      display: flex;
      align-items: center;
      margin: 0 0 16px; }
      .ir-news-list .ir-news-list__item .ir-news-list__head .ir-news-list__cat {
        width: 100px;
        margin: 0 24px 0 0;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
        line-height: 2; }
      .ir-news-list .ir-news-list__item .ir-news-list__head .ir-news-list__time {
        font-size: 1.4rem;
        font-weight: normal; }
      .ir-news-list .ir-news-list__item .ir-news-list__head .ir-news-list__cat--ir {
        background: #FCEDED; }
      .ir-news-list .ir-news-list__item .ir-news-list__head .ir-news-list__cat--disclose {
        background: #EFEDFA; }
      .ir-news-list .ir-news-list__item .ir-news-list__head .ir-news-list__cat--meeting {
        background: #E7F3F7; }
      .ir-news-list .ir-news-list__item .ir-news-list__head .ir-news-list__cat--info {
        background: #F7F1DA; }
    .ir-news-list .ir-news-list__item .ir-news-list__ttl {
      font-size: 1.6rem; }
      .ir-news-list .ir-news-list__item .ir-news-list__ttl a:hover {
        text-decoration: underline; }
      .ir-news-list .ir-news-list__item .ir-news-list__ttl .ir-news-list__pdf {
        display: inline-block;
        width: 20px; }

.ir-news-list.active {
  display: block; }

.ir-highlights__imag-01 {
  /* width: 540px; */
  margin: 20px auto 30px auto; }
  @media (max-width: 767px) {
    .ir-highlights__imag-01 {
      max-width: 100%;
      height: auto; } }

.ir-highlights__table {
  border-collapse: collapse;
  margin: 0 auto; }
  .ir-highlights__table, .ir-highlights__table th, .ir-highlights__table td {
    border: 1px solid #8dd1d9;
    vertical-align: middle;
    font-size: 1.6rem; }
  .ir-highlights__table th, .ir-highlights__table td {
    padding: 5px 3px; }
  .ir-highlights__table td {
    text-align: right; }
  .ir-highlights__table th {
    color: #004c6e;
    background-color: #e9f3f4;
    letter-spacing: 0;
    line-height: 1.2em; }

.ir-stock__imag-01 {
  width: 540px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .ir-stock__imag-01 {
      max-width: 100%;
      height: auto; } }

​
.ir-stock__imag-02 {
  width: 500px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    ​
    .ir-stock__imag-02 {
      max-width: 100%;
      height: auto; } }

@media (max-width: 767px) {
  .process-text-flex .c-flex__item:nth-child(-n+2) {
    margin-top: 0; } }

.c-imgbox .c-imgbox__right--product__pcbrouter {
  margin-left: 0; }

.ico-ulf {
  width: 130px;
  margin-bottom: 10px; }

.ico-dc {
  width: 115px;
  margin-bottom: 10px; }

.series-head {
  font-size: 4rem;
  font-weight: bold;
  color: #2f84c3; }

.series-table-box {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2f84c3; }

.series-table-box--s {
  font-size: 1.6rem; }

.series-table-box + .series-table-box {
  margin: 12px 0 0; }

.new-tag-list {
  display: flex; }
  .new-tag-list li {
    padding: 4px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 4px; }
  .new-tag-list li + li {
    margin: 0 0 0 12px; }
  .new-tag-list .new-tag-list__new {
    background-color: #f56480; }
  .new-tag-list .new-tag-list__model {
    background-color: #2f84c3; }

.shop-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .shop-list p {
    width: 20%;
    margin: 0 0 24px;
    font-size: 1.6rem;
    font-weight: bold; }
  .shop-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 0 24px; }
    .shop-list ul li {
      margin: 0 0 8px;
      padding: 0 12px;
      border-right: 1px solid #e6e6e6; }
      .shop-list ul li a {
        font-size: 1.6rem; }
      .shop-list ul li a:hover {
        text-decoration: underline; }

.udcbh-difference {
  position: relative; }
  .udcbh-difference .c-flex {
    align-items: center;
    background-color: rgba(240, 243, 249, 0.7);
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .udcbh-difference .c-flex {
        width: 100%; } }
    .udcbh-difference .c-flex .un-text {
      margin-top: 0px; }
  .udcbh-difference .udcbh-differenc-text-left {
    position: relative;
    color: #ffffff;
    background-color: #47ccdc;
    padding: 20px 32px;
    height: 78px;
    width: 400px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .udcbh-difference .udcbh-differenc-text-left {
        width: 100%;
        background-color: rgba(71, 204, 220, 0.7); } }
    .udcbh-difference .udcbh-differenc-text-left .un-text {
      font-size: 2rem;
      line-height: 1.2em;
      font-weight: bold; }
    .udcbh-difference .udcbh-differenc-text-left .un-text-en {
      font-size: 2rem;
      font-weight: bold; }
    .udcbh-difference .udcbh-differenc-text-left .udcbh-difference-text-sub {
      font-size: 1.2rem;
      line-height: 1.2em; }
      .udcbh-difference .udcbh-differenc-text-left .udcbh-difference-text-sub span {
        font-size: 1.8rem;
        font-weight: bold; }
    .udcbh-difference .udcbh-differenc-text-left :before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      margin-top: -39px;
      border: 39px solid transparent;
      border-left: 20px solid #47ccdc; }
      @media (max-width: 767px) {
        .udcbh-difference .udcbh-differenc-text-left :before {
          display: none; } }
  .udcbh-difference .udcbh-differenc-text-right {
    margin-left: 52px;
    font-size: 2.8rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .udcbh-difference .udcbh-differenc-text-right {
        margin-left: 0px; } }
    .udcbh-difference .udcbh-differenc-text-right p {
      font-size: 2rem; }
      @media (max-width: 767px) {
        .udcbh-difference .udcbh-differenc-text-right p {
          height: 80px;
          margin-left: 20px;
          text-align: left;
          line-height: 80px;
          vertical-align: middle; } }

.udcbh-difference-2 {
  position: relative;
  margin-bottom: 100px; }
  .udcbh-difference-2 .c-flex {
    align-items: center;
    background-color: rgba(240, 243, 249, 0.7);
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .udcbh-difference-2 .c-flex {
        width: 100%; } }
    .udcbh-difference-2 .c-flex .un-text {
      margin-top: 0px; }
  .udcbh-difference-2 .udcbh-differenc-text-left {
    position: relative;
    color: #ffffff;
    background-color: #47ccdc;
    padding: 20px 32px;
    height: 78px;
    width: 400px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .udcbh-difference-2 .udcbh-differenc-text-left {
        width: 100%;
        background-color: rgba(71, 204, 220, 0.7); } }
    .udcbh-difference-2 .udcbh-differenc-text-left .un-text {
      font-size: 2rem; }
    .udcbh-difference-2 .udcbh-differenc-text-left .udcbh-difference-text-sub {
      font-size: 1.2rem;
      line-height: 1.2em; }
    .udcbh-difference-2 .udcbh-differenc-text-left :before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      margin-top: -39px;
      border: 39px solid transparent;
      border-left: 20px solid #47ccdc; }
      @media (max-width: 767px) {
        .udcbh-difference-2 .udcbh-differenc-text-left :before {
          display: none; } }
  .udcbh-difference-2 .udcbh-differenc-text-right {
    margin-left: 52px;
    font-size: 2.8rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .udcbh-difference-2 .udcbh-differenc-text-right {
        margin-left: 0px; } }
    .udcbh-difference-2 .udcbh-differenc-text-right p {
      font-size: 2rem; }
      @media (max-width: 767px) {
        .udcbh-difference-2 .udcbh-differenc-text-right p {
          height: 80px;
          margin-left: 20px;
          text-align: left;
          line-height: 80px;
          vertical-align: middle; } }

.un-head-4-udcbh-wrap {
  border-bottom: 1px solid #333333; }

.un-head-4-udcbh {
  margin: 40px 0 10px;
  padding: 6px 16px;
  font-size: 1.8rem;
  border-left: 5px solid #47ccdc; }
  @media (max-width: 767px) {
    .un-head-4-udcbh {
      margin: 32px 0 12px; } }

.udcbh-point .c-flex-udcbh-wrap {
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 767px) {
  .udcbh-point .c-flex__item {
    margin: 0 auto; } }
.udcbh-point .udcbh-point-text-part img {
  width: 28px;
  align-items: center;
  margin: 24px auto;
  line-height: 1.7em; }
.udcbh-point .point {
  width: 400px;
  padding: 32px auto;
  margin-top: 24px;
  text-align: center;
  background-color: #f8f8f8;
  box-shadow: 0px 3px #e6e6e6; }
  @media (max-width: 767px) {
    .udcbh-point .point {
      display: block;
      width: 100%;
      padding: 32px 10px; } }
  .udcbh-point .point .un-text {
    margin-top: 0px;
    font-size: 2rem;
    line-height: 1.7em;
    padding-top: 24px; }
.udcbh-point .dcbh-point-img-part {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0; }
  .udcbh-point .dcbh-point-img-part img {
    display: block;
    width: 400px;
    height: 332px;
    margin-top: 24px;
    margin-left: 60px; }
    @media (max-width: 767px) {
      .udcbh-point .dcbh-point-img-part img {
        margin-left: 0;
        width: 100%; } }

.udcbh-compare .l-UDCBH-flex-wrap {
  display: flex;
  flex-wrap: wrap; }
.udcbh-compare img {
  width: 350px; }
.udcbh-compare .sec-udcbh-spec {
  margin-left: 60px; }
  @media (max-width: 767px) {
    .udcbh-compare .sec-udcbh-spec {
      margin-left: 0; } }
  .udcbh-compare .sec-udcbh-spec .un-text {
    margin-top: 0px;
    line-height: 1.7em; }
  .udcbh-compare .sec-udcbh-spec .un-text-spec-ttl {
    text-align: center;
    line-height: 36px; }
    @media (max-width: 767px) {
      .udcbh-compare .sec-udcbh-spec .un-text-spec-ttl {
        margin-top: 20px; } }
    .udcbh-compare .sec-udcbh-spec .un-text-spec-ttl .un-text {
      font-size: 3.2rem;
      line-height: 36px;
      font-weight: bold;
      color: #333333; }
    .udcbh-compare .sec-udcbh-spec .un-text-spec-ttl span {
      font-size: 2rem;
      line-height: 36px;
      background-color: #47ccdc;
      color: #ffffff;
      font-weight: bold;
      border-radius: 4px;
      padding: 8px 12px; }
  .udcbh-compare .sec-udcbh-spec img {
    margin-top: 24px; }
  .udcbh-compare .sec-udcbh-spec .udcbh-spec {
    margin-top: 35px; }

.blue-bold-text {
  color: #47ccdc;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7em;
  padding-bottom: 24px; }

.f-sires-difference .un-text {
  margin: 0px 0 40px;
  font-weight: bold; }

.c-flex-udcbh-difference-2 {
  display: flex;
  flex-wrap: wrap; }

.f-siries-images .c-flex {
  background-color: #ffffff;
  margin-top: 48px;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .f-siries-images .c-flex {
      margin-top: 24px; } }

.f-siries-compare .f-siries-compare-img {
  height: 100%; }
  @media (max-width: 767px) {
    .f-siries-compare .f-siries-compare-img {
      margin-left: 50%;
      transform: translate(-50%); } }
.f-siries-compare img {
  width: 190px;
  height: 115px;
  float: left;
  margin-left: 10px; }
  @media (max-width: 767px) {
    .f-siries-compare img {
      margin: 10px auto;
      align-items: center; } }
.f-siries-compare .c-table {
  margin: 0; }
  .f-siries-compare .c-table th {
    width: 221px; }
    @media (max-width: 767px) {
      .f-siries-compare .c-table th {
        width: auto; } }
  .f-siries-compare .c-table th,
  .f-siries-compare .c-table td {
    text-align: center; }
  .f-siries-compare .c-table .table-background-blue {
    color: #ffffff;
    background-color: #47ccdc; }
  .f-siries-compare .c-table .table-background-gray {
    color: #ffffff;
    background-color: #5a5a5a; }
.f-siries-compare .un-text {
  text-align: center; }
  .f-siries-compare .un-text span {
    font-size: 1.8rem; }

.udc-siries-properly .c-table {
  margin-top: 0px; }

.img-margin {
  margin: 24px 0; }

.back-ground-alphabet p {
  font-size: 350px;
  color: #ffffff;
  position: absolute;
  text-shadow: 4px 4px 0 #47ccdc, -4px 4px 0 #47ccdc, 4px -4px 0 #47ccdc, -4px -4px 0 #47ccdc, 6px 6px 8px #333;
  right: 30px;
  line-height: 1em;
  z-index: -1; }
  @media (max-width: 767px) {
    .back-ground-alphabet p {
      right: 10px;
      bottom: -20px; } }

sup {
  vertical-align: text-top; }

.udc_logo {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  border-bottom: 2px solid #2f84c3;
  margin-bottom: 32px;
  padding-bottom: 6px; }
  .udc_logo img {
    width: 125px;
    height: 40px;
    margin-left: 30px; }
  .udc_logo .un-head-2 {
    border-bottom: none;
    margin: 0px; }
  @media (max-width: 767px) {
    .udc_logo img {
      margin-left: 0px; } }

.c-endmill-news-banner {
  background-color: #61b5c2;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .c-endmill-news-banner {
      padding: 25px 10px; } }
  .c-endmill-news-banner__content {
    min-height: 0%;
    display: flex;
    flex-direction: column; }
    .c-endmill-news-banner__content:first-child {
      width: 43%; }
      @media (max-width: 767px) {
        .c-endmill-news-banner__content:first-child {
          width: 100%; } }
    .c-endmill-news-banner__content:last-child {
      width: 55%; }
      @media (max-width: 767px) {
        .c-endmill-news-banner__content:last-child {
          width: 100%;
          margin-top: 20px; } }
    .c-endmill-news-banner__content .image-wrapper {
      position: relative;
      min-height: 0%; }
      .c-endmill-news-banner__content .image-wrapper img {
        min-height: 0%; }
  .c-endmill-news-banner__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 0%; }
    .c-endmill-news-banner__inner_noimage {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 0%; }
    .c-endmill-news-banner__inner--vertical-center {
      align-items: center; }
    .c-endmill-news-banner__inner__content {
      min-height: 0%; }
      .c-endmill-news-banner__inner__content:first-child {
        width: 50%; }
        @media (max-width: 767px) {
          .c-endmill-news-banner__inner__content:first-child {
            width: 100%; } }
      .c-endmill-news-banner__inner__content:last-child {
        width: 47%; }
        @media (max-width: 767px) {
          .c-endmill-news-banner__inner__content:last-child {
            width: 100%;
            margin-top: 20px; } }
      .c-endmill-news-banner__inner__content__item:last-child {
        margin-top: 10px; }
    @media (max-width: 767px) {
      .c-endmill-news-banner__inner .image-wrapper {
        margin-top: 24px; } }
  .c-endmill-news-banner__titile {
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom: auto;
    min-height: 0%; }
    .c-endmill-news-banner__titile--sub {
      color: #fff;
      font-size: 1.4rem;
      font-weight: bold; }
    .c-endmill-news-banner__titile--smaller {
      font-size: 2.8rem; }
    .c-endmill-news-banner__titile--sub-title {
      font-size: 1.6rem; }
  .c-endmill-news-banner .un-text {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 0px; }
  .c-endmill-news-banner .image-caption {
    position: absolute;
    max-width: 90%;
    bottom: 5px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    color: #fff;
    font-size: 1.2rem; }
  .c-endmill-news-banner .image-large {
    height: 100%; }
    .c-endmill-news-banner .image-large img {
      width: 100%;
      height: 100%;
      min-height: 260px;
      object-fit: cover; }
      @media (max-width: 767px) {
        .c-endmill-news-banner .image-large img {
          width: 100%;
          height: auto;
          min-height: auto; } }

.c-endmill-news-banner-wrapper {
  transition: 0.3s;
  display: block; }
  .c-endmill-news-banner-wrapper:hover {
    opacity: 0.8;
    background-color: #fff; }

.c-endmill-news-image-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px; }
  .c-endmill-news-image-flex img {
    width: 49%; }
    @media (max-width: 767px) {
      .c-endmill-news-image-flex img {
        width: 100%;
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .c-endmill-news-image-flex img:first-child {
        margin-top: 0px; } }

.c-endmill-news-image-flex--vol04 img:first-child {
  width: 38%; }
  @media (max-width: 767px) {
    .c-endmill-news-image-flex--vol04 img:first-child {
      width: 100%; } }
.c-endmill-news-image-flex--vol04 img:nth-child(2) {
  width: 58%; }
  @media (max-width: 767px) {
    .c-endmill-news-image-flex--vol04 img:nth-child(2) {
      width: 100%;
      margin-top: 24px; } }

.un-text--justify {
  text-align: justify; }

.sensor-contact {
  padding: 32px;
  text-align: center;
  border: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    .sensor-contact {
      padding: 16px; } }
  .sensor-contact .sensor-contact__ttl {
    font-size: 1.6rem;
    font-weight: bold; }
  .sensor-contact .sensor-contact__tel {
    margin: 16px 0 12px;
    font-size: 4rem; }
    @media (max-width: 767px) {
      .sensor-contact .sensor-contact__tel {
        font-size: 3rem; } }
    .sensor-contact .sensor-contact__tel:before {
      content: '';
      display: inline-block;
      margin: 0 8px -8px 0;
      width: 80px;
      height: 61px;
      background-image: url(../img/ico/ico_free_dial.svg);
      background-size: cover; }
      @media (max-width: 767px) {
        .sensor-contact .sensor-contact__tel:before {
          width: 40px;
          height: 30px; } }
  .sensor-contact .sensor-contact__text {
    font-size: 1.4rem; }

.sensor__app {
  display: flex;
  align-items: center;
  margin: 32px 0 0; }
  .sensor__app .sensor__app__item:nth-child(2) {
    width: 120px;
    margin: 0 0 0 16px; }
  .sensor__app .sensor__app__item:nth-child(3) {
    width: 155px; }

.c-table__emth {
  background: #3084c3 !important;
  color: #fff; }

.c-table__emtd {
  background: #e8f5ff;
  font-weight: bold;
  color: #3084c3; }

.medical-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100; }
  .medical-popup .medical-popup__wrap {
    width: 800px;
    padding: 80px;
    background: #fff; }
    @media (max-width: 767px) {
      .medical-popup .medical-popup__wrap {
        padding: 24px; } }
  .medical-popup .c-btn a {
    width: 100%; }
  @media (max-width: 767px) {
    .medical-popup .c-flex__item:nth-child(2) {
      margin-top: 20px; } }
  .medical-popup.active {
    display: none; }

.ul-list--circle li {
  list-style-type: none;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em; }
.ul-list--circle li:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  position: relative;
  left: -10px;
  border: 1px solid #333333; }

.un-text-event__list {
  font-size: 1.6rem; }

.exhibition-close-text {
  margin: 32px 0 0;
  font-size: 2.4rem;
  text-align: center; }

.c-btn-exhibition {
  width: 300px;
  margin: 20px auto; }
  @media (max-width: 767px) {
    .c-btn-exhibition {
      max-width: 300px;
      width: auto; } }

.c-img-movie__jimtof-online {
  width: 60%;
  margin: 50px auto 0px; }
  @media (max-width: 767px) {
    .c-img-movie__jimtof-online {
      margin: 32px auto 0px;
      width: 100%; } }
  .c-img-movie__jimtof-online iframe {
    width: 100%; }
    @media (max-width: 767px) {
      .c-img-movie__jimtof-online iframe {
        height: 200px; } }

.news-list dd {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.news-list a:hover {
  text-decoration: underline; }

@media (min-width: 768px) {
  .news-list::after {
    display: block;
    clear: both;
    content: ""; }
  .news-list dt, .news-list dd {
    font-size: 1.6rem; }
  .news-list dt {
    float: left; }
  .news-list dd {
    display: block;
    padding-left: 150px; } }
@media (max-width: 767px) {
  .news-list dt, .news-list dd {
    font-size: 1.4rem; } }
.contact-free {
  padding: 32px;
  text-align: center;
  border: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    .contact-free {
      padding: 20px; } }
  .contact-free .contact-free__ttl {
    font-size: 2rem;
    font-weight: bold; }
  .contact-free .contact-free__tel {
    font-size: 4rem; }
    .contact-free .contact-free__tel:before {
      content: '';
      display: inline-block;
      margin: 0 0 -10px 0;
      width: 65px;
      height: 49px;
      background-image: url(../img/ico/ico_free_dial.svg);
      background-size: cover; }
  .contact-free .contact-free__desc {
    font-size: 1.4rem; }

.u-mt0 {
  margin-top: 0; }

.u-mt32 {
  margin-top: 32px; }


/* 20231123 endmil/serese.html ホバー追加 */

.c-imgbox,
.c-imgbox_narrowmt{
  position: relative;
  
}

.c-imgbox_narrowmt.clearfix a::before,
.c-imgbox.clearfix a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}

.c-imgbox_narrowmt.clearfix a,
.c-imgbox.clearfix a{
  transition: all 0.2s ease-in-out;
  
}

.c-imgbox.clearfix a:hover .c-imgbox__right>.series-head,
.c-imgbox_narrowmt.clearfix a:hover .series-head,
.c-imgbox.clearfix a:hover .series-head{
  
    color: #7bcee2;
  
}


.series-table-box,
.series-table-box.series-table-box--s{
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
  
}
.series-table-box a,
.series-table-box.series-table-box--s a{
  color: #2F84C3;
  text-decoration: none !important;
}


.series-table-box a::before,
.series-table-box.series-table-box--s a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.series-table-box.-margin a::before,
.series-table-box.series-table-box--s.-margin a::before{

  margin-left: -16px;
  margin-right: -16px;
}


.series-table-box a:hover::before,
.series-table-box.series-table-box--s a:hover::before{
    background: rgb(3,3,3,0.1);
}


.-full{
  position: relative;
  transition: all 0.2s ease-in-out;
}

.-full a::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}

.-full a:hover::before{
  /* outline: 3px solid #2F84C3; */
  /* outline-offset: -3px; */
  background: rgb(3,3,3,0.1);
}

.-full .series-table-box,
.-full .series-table-box.series-table-box--s{
  position: static;
}


.-pd-bottom{
  padding-bottom: 1rem;
}



@media (min-width: 767px) 
{
  .c-imgbox .c-imgbox__right.-mgnone{
    margin-bottom: 0;
  }
  }


/* topバナー追加 */
.l-header__img-btn{
  margin-left: 0.15rem;
}

.l-header__img-btn a{
  opacity: 0.7;
}

.l-header__img-btn a:hover{
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* スクロールバナー */

.banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: -95px;
    right: 8rem;

}

@media (max-width: 767px)  {
.banner {
        /* margin: 15px 0 15px 0;
        right: 50%;
        transform: translateX(50%); */
        /* display: none; */
    }
}

.banner a {
    text-decoration: none;
}

.banner-back {
    width: 170px;
    /* border-radius: 25px; */
    background-color: #fff;
    outline: 8px solid #fff;
}
@media (max-width: 767px)  {
  .banner {
          /* margin: 15px 0 15px 0;
          right: 50%;
          transform: translateX(50%); */
          /* display: none; */
      }
  }


.banner-body {
    width: 170px;
    font-weight: bold;
    text-align: center;
    opacity: 0.7;
}

.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.banner-close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 99999;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: unset;
}

.un-text--s{
  font-size: 14px;
}
.un-text--m{
  font-size: 14px;
}

.-center{
  text-align: center;
}

.-pri{
  display: inline-block;
  background-color: #F5AB34;
  vertical-align: middle;
  padding: 0px 16px;
  /* line-height: 14px; */
  line-height: 26px;
  color: #FFF;
}
/* 
.-pri{
  color: #2F84C3;
display: flex;
justify-content: center;
align-items: center;
}

.-pri::before,
.-pri::after{
    content: "";
    display: block;
    background-color: #333;
    width: 1rem;
    height: 1px;
    z-index: 1;
}
.-pri::before{
  transform: rotate(70deg);
    margin-right: 0.2rem;
}
.-pri::after{
    transform: rotate(-70deg);
} */

.-img-center img{
width: inherit;
display: block;
margin: 0 auto;}

.-mgnone{
  margin: 0;
}

.c-btn-text.-center{
  margin-top: 10px;
}

.c-img-caption.un-text--s.-mgnone{
  font-size: 14px;
}

/* .c-opacity-hover>a{
  opacity: 1;
} */
/* .c-opacity-hover>a:hover{
  transition: opacity 0.3s ease;
  opacity: 0.7;
} */

/* 望月追加箇所 */

/* グローバルスタイル */
.policy-message {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.policy-message .un-head-4 {
  margin-top: 0;
}

.policy-message p {
  margin: 0;
  font-size: 1.6rem;
}

.policy-message img{
  width: 400px;
  order: 1;
}

@media (max-width: 767px) {
    .top_massage {
      order: 2;
    }
    .policy-message img{
      width: 100%;
      order: 1;
    }
  }

.policy-list {
  margin-top: 2rem;
}
.policy-list ol, .policy-list li, .policy-list p {
  font-size: 1.6rem;
}

.policy-list ol, .policy-list li {
  margin-left: 1rem;
}

.policy-list h6 {
    font-size: 17px;
    margin-top: 1rem;
}
.top_massage {
  flex: 1;
}


/* モバイルデバイス用スタイル */
@media (max-width: 768px) {
  .policy-message {
    flex-direction: column; /* スタック形式に配置 */
  }
  .policy-message p {
    margin: 0;
  }

  .top_massage {
    width: 100%;
  }

  .img {
  max-width: 100%;
  height: auto;
}

}

/* 2024.1.29 オンラインボタン調整 */
.product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 16px 32px; */
  gap: 16px 24px;
  padding: 16px 32px 32px 32px;
}

.product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-list li {
  margin: 16px 0 16px 0px;
}
.product-list .l-under-wrap .product-list__items .product-list__item .product-list__item-list li + li{
  margin: 16px 0 16px 0px;
}

 /* 2024.10.28　下層調整 */

 .c-table th.-ico01, .c-table th.-ico02, .c-table th.-ico03, .c-table th.-ico04, .c-table th.-ico05 {
  position: relative;
  padding-bottom: 5rem;
}
.c-table th.-ico01::after, .c-table th.-ico02::after, .c-table th.-ico03::after, .c-table th.-ico04::after, .c-table th.-ico05::after {
  content: "";
  display: block;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_table_title01.png);
  background-size: 100%;
  position: absolute;
}
.c-table th.-ico02::after {
  width: 6.4rem;
  height: 3rem;
  background-image: url(../img/ico_table_title02.png);
}
.c-table th.-ico03::after {
  width: 6.4rem;
  height: 3rem;
  background-image: url(../img/ico_table_title03.png);
}
.c-table th.-ico04::after {
  background-image: url(../img/ico_table_title04.png);
}
.c-table th.-ico05 {
  background-color: #D9D9D9;
}
.c-table th.-ico05::after {
  background-image: url(../img/ico_table_title05.png);
}

.coreproduct-bunner.-flex {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .coreproduct-bunner.-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .coreproduct-bunner.-flex {
    flex-direction: column;
  }
}
.coreproduct-bunner.-flex .coreproduct-bunner__img img {
  width: 100%;
  display: block;
}
.coreproduct-bunner.-flex + * {
  margin-top: 3rem;
}

.un-head-2.-wht {
  color: #fff;
  border-color: #fff;
  font-weight: bold;
}

.c-endmill-casestudy-banner {
  background-color: #61b5c2;
  padding: 30px 20px;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-endmill-casestudy-banner {
    flex-direction: column;
  }
}
.c-endmill-casestudy-banner .image-caption {
  position: absolute;
  max-width: 90%;
  bottom: 5px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  color: #fff;
  font-size: 1.2rem;
}
.c-endmill-casestudy-banner .image-wrapper {
  position: relative;
  min-height: 0%;
}

.c-endmill-casestudy-banner__content {
  min-height: 0%;
  display: flex;
  flex-direction: column;
}

.c-endmill-casestudy-banner__content2 {
  min-height: 0%;

  flex-direction: column;
}
.c-endmill-casestudy-banner__content:last-child {
  width: 100%;
}

@media (min-width: 768px) {
  .c-endmill-casestudy-banner__inner_noimage.-noflex .c-endmill-news-banner__inner__content:last-child {
    width: 100%;
  }
}

.c-endmill-casestudy-banner__content-title {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.c-endmill-casestudy-banner__content-title + * {
  margin-top: 1rem;
}

.c-endmill-casestudy-banner__content-subtitle {
  font-size: 1.8rem;
  color: #fff;
}
.c-endmill-casestudy-banner__content-subtitle + * {
  margin-top: 1rem;
}

.c-endmill-casestudy-banner__inner__comment {
  background-color: #fff;
  opacity: 0.7;
  padding: 1.6rem;
}

.c-endmill-casestudy-banner__inner__comment2 {
  background-color: #fff;
  opacity: 0.7;
  padding: 1.6rem;
  clear:both;
}

.c-endmill-casestudy-banner__inner__comment-title {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-endmill-casestudy-banner__inner__comment-title + * {
  margin-top: 0.5rem;
}
.c-endmill-casestudy-banner__inner__comment .un-text {
  letter-spacing: -0.01em;
}
.c-endmill-casestudy-banner__inner__comment-name {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 0.5rem;
  font-weight: bold;
}

.l-under-wrap:has(.c-endmill-casestudy-banner) h2.un-head-2 {
  margin-top: 3rem;
}

.un-section+.udc_logo{
  margin-top: 2rem;
}

.c-textimg-flex-harf table th{

  font-size: 1.6rem;
  text-align: left;
}

.c-textimg-flex-harf th,
.c-textimg-flex-harf td,
.c-textimg-flex-harf ul li{

  font-size: 1.6rem;
}


@media (min-width: 768px) {
.c-textimg-flex{

display: flex;
gap: 3rem;
}

}

@media (min-width: 768px) {

.c-textimg-flex .un-text:has(img){
  margin-top: 0;
  flex-basis:calc(40% - 1.5rem) ;
  max-width: calc(40% - 1.5rem);
  min-width: 311px;
}

}

.un-text.-img{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-textimg-flex-harf.-spcolumn{
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .c-textimg-flex-harf{
  
  display: flex;
  gap: 3rem;
  }
  
  }
  
  @media (min-width: 768px) {
  
  .c-textimg-flex-harf >*{
    margin-top: 0;
    flex-basis:calc(50% - 1.5rem) ;
    max-width: calc(50% - 1.5rem);
  }
  }

  .c-textimg-flex-harf{
    margin-top: 3rem;
  }

  .c-textimg-flex-harf.-wrap dt{
    flex-basis:calc(30% - 1.5rem) ;
    max-width: calc(30% - 1.5rem);
  }

  .c-textimg-flex-harf.-wrap dd{
    flex-basis:calc(80% - 1.5rem) ;
    max-width: calc(80% - 1.5rem);
  }

  .c-textimg-flex-harf.-wrap{
    flex-wrap: wrap;
    gap: 0rem;
    margin-top: 0.5rem;
    align-items: baseline;
    
      }

  .c-textimg-flex-harf.-wrap dt{
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
    
      }

  .c-textimg-flex-harf.-wrap dt,dd{
  font-size: 16px;
  }

  .c-textimg-flex-harf.-wrap dt{
    font-weight: bold;
    }

  .c-textimg-flex-harf__title{
    font-size: 16px; 
    font-weight: bold;
  }

  .products-list li{
    font-size: 16px;
  }

  .products-list li:first-child{
    font-size: 16px;
    font-weight: bold;
  }

