@charset "UTF-8";
/*====================================================================

  基本設定

====================================================================*/
/*====================================================================

  リセット

====================================================================*/
*,
::before,
::after {
  background-repeat: no-repeat; }

html {
  background: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.6;
  font-size: 13px;
  -webkit-text-size-adjust: none; }

body {
  margin: 0; }

main {
  display: block; }

a {
  color: #00f;
  text-decoration: underline;
  cursor: pointer; }

b, strong {
  font-weight: bold; }

small {
  font-size: 80%; }

img {
  border: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*====================================================================

  カラム

====================================================================*/
.full {
  min-width: 1020px; }
  @media only screen and (max-width: 640px) {
    .full {
      min-width: 0; } }

.full:before,
.full:after {
  content: "";
  display: table;
  clear: both; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px; }
  @media only screen and (max-width: 640px) {
    .container {
      width: auto;
      max-width: 480px; }
      .container img {
        max-width: 100%;
        height: auto; } }

.row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: auto; }
  @media only screen and (max-width: 640px) {
    .row {
      display: block; } }

.row-2col .col {
  width: calc(50% - 10px); }
  @media only screen and (max-width: 640px) {
    .row-2col .col {
      width: auto; }
      .row-2col .col:nth-child(n+2) {
        margin-left: 0;
        margin-top: 20px; } }

.row-3col .col {
  width: calc(33.33% - 13px); }
  @media only screen and (max-width: 640px) {
    .row-3col .col {
      width: auto; }
      .row-3col .col:nth-child(n+2) {
        margin-left: 0;
        margin-top: 20px; } }

@media only screen and (max-width: 640px) {
  .response-image {
    max-width: 100%;
    height: auto; } }

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media print, screen and (min-width: 641px) {
    .flex-col:nth-child(n+2) {
      margin-left: 30px; } }
  @media only screen and (max-width: 640px) {
    .flex {
      display: block; }
      .flex-col:nth-child(n+2) {
        margin-top: 20px; } }

/*====================================================================

  スタイル調整のヘルパークラス

====================================================================*/
.mt-0 {
  margin-top: 0px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-11 {
  margin-top: 11px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mt-13 {
  margin-top: 13px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

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

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

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

.mt-110 {
  margin-top: 110px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mt-1em {
  margin-top: 1em !important; }

.mt-2em {
  margin-top: 2em !important; }

.mt-3em {
  margin-top: 3em !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-1 {
  margin-left: 1px !important; }

.ml-2 {
  margin-left: 2px !important; }

.ml-3 {
  margin-left: 3px !important; }

.ml-4 {
  margin-left: 4px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-6 {
  margin-left: 6px !important; }

.ml-7 {
  margin-left: 7px !important; }

.ml-8 {
  margin-left: 8px !important; }

.ml-9 {
  margin-left: 9px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-11 {
  margin-left: 11px !important; }

.ml-12 {
  margin-left: 12px !important; }

.ml-13 {
  margin-left: 13px !important; }

.ml-14 {
  margin-left: 14px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-105 {
  margin-left: 105px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-top {
  text-align: top; }

.align-middle {
  text-align: middle; }

.align-bottom {
  text-align: bottom; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.group {
  overflow: hidden; }

.bold {
  font-weight: bold; }

.txt-small {
  font-size: 85%; }

.txt-green {
  color: #00aa96; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.img-left {
  float: left;
  margin: 0 20px 15px 0; }

.img-right {
  float: right;
  margin: 0 0 15px 20px; }

#top {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0; }

.header {
  border-top: 2px solid #00aa95;
  min-width: 1020px;
  background: #fff; }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
    width: 980px;
    height: 100px; }
  @media only screen and (max-width: 640px) {
    .header {
      border-top: none;
      border-bottom: 2px solid #000;
      min-width: 0; }
      .header-inner {
        width: auto;
        height: 60px; } }
  .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
  .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
  .header-logo {
    margin: 0;
    font-size: 34px; }
    .header-logo a {
      display: flex;
      align-items: center;
      color: #000;
      text-decoration: none; }
      .header-logo a:hover {
        opacity: .7; }
      .header-logo a svg {
        width: 5.416em;
        height: 1em;
        fill: currentColor; }
      .header-logo a span {
        font-size: 50%;
        margin: .3em 0 0 .7em;
        font-family: Arial; }
    @media only screen and (max-width: 640px) {
      .header-logo {
        font-size: 23px; } }
  .header-language {
    display: flex;
    align-items: stretch;
    border: 1px solid #444;
    font-size: 14px;
    width: 200px;
    height: 24px; }
    @media only screen and (max-width: 640px) {
      .header-language {
        display: none; } }
    .header-language select {
      flex-grow: 1;
      box-sizing: border-box;
      font-size: 100%;
      margin: 0;
      border: 0;
      height: 100%;
      background: #fff; }
  .header-search {
    display: flex;
    align-items: stretch;
    margin-left: 10px;
    border: 1px solid #444;
    font-size: 14px;
    width: 200px;
    height: 24px; }
    @media only screen and (max-width: 640px) {
      .header-search {
        display: none; } }
    .header-search input[type="text"] {
      box-sizing: border-box;
      font-size: 100%;
      flex-grow: 1;
      border: 0;
      margin: 0;
      padding: 0 5px;
      width: 100%;
      background: #fff; }
    .header-search button {
      font-size: 100%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      margin: 0;
      height: 24px;
      background: #444;
      color: #fff; }
      .header-search button svg {
        width: 14px;
        height: 14px;
        fill: currentColor;
        pointer-events: none; }
  .header-navbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 -10px 0 0;
    padding: 5px 10px;
    border: none;
    background: none;
    line-height: 1;
    font-size: 13px;
    font-family: "Helvetica Neue", sans-serif;
    color: #000; }
    .header-navbtn svg {
      width: 30px;
      height: 20px;
      fill: none;
      stroke-width: 3;
      stroke: currentColor; }
      .header-navbtn svg path:nth-child(2) {
        display: none; }
    .header-navbtn[aria-expanded="true"] svg path:nth-child(1) {
      display: none; }
    .header-navbtn[aria-expanded="true"] svg path:nth-child(2) {
      display: block; }
    @media print, screen and (min-width: 641px) {
      .header-navbtn {
        display: none; } }

.gnav {
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
  min-width: 1020px;
  line-height: 1.2;
  font-size: 17px;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .gnav {
      display: none; } }
  .gnav ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 20px;
    width: 980px; }
    .gnav ul li {
      list-style: none;
      border-left: 1px solid #e9ebee;
      width: 196px; }
      .gnav ul li:last-child {
        border-right: 1px solid #e9ebee; }
      .gnav ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        border: 5px solid #fff;
        width: 100%;
        height: 90px;
        color: #000;
        text-decoration: none; }
        .gnav ul li a svg {
          width: 40px;
          height: 40px; }
        .gnav ul li a span {
          margin-top: 5px; }
          .gnav ul li a span small {
            display: block;
            font-size: 10px; }
        .gnav ul li a:hover, .gnav ul li a[aria-current="page"] {
          background: #ebecef; }

.overlayNav {
  box-sizing: border-box;
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  top: 62px;
  height: calc(100% - 62px);
  background: #f2f3f5;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px); }
  .overlayNav[aria-expanded="false"] {
    transition: visibility 0s .3s, opacity .3s ease, transform .3s ease; }
  .overlayNav[aria-expanded="true"] {
    transition: visibility 0s, opacity .3s ease, transform .3s ease;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); }
  .overlayNav-inner {
    padding: 20px; }
  .overlayNav-main {
    margin: 0;
    padding: 0;
    line-height: 1.2; }
    .overlayNav-main ul {
      margin: 0;
      padding: 0; }
    .overlayNav-main li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .overlayNav-main a {
      color: #000;
      text-decoration: none; }
    .overlayNav-main > li {
      background: #fff; }
      .overlayNav-main > li:nth-child(n+2) {
        margin-top: 2px; }
      .overlayNav-main > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .overlayNav-main > li > div a {
          flex-grow: 1;
          display: flex;
          align-items: center;
          padding: 0;
          height: 70px;
          font-size: 18px; }
          .overlayNav-main > li > div a svg {
            flex-shrink: 0;
            margin: 0 12px 0 20px;
            width: 40px;
            height: 40px; }
          .overlayNav-main > li > div a span small {
            font-size: 10px; }
        .overlayNav-main > li > div button {
          flex-shrink: 0;
          color: #b3b3b3;
          position: relative;
          margin: 0;
          border: 0;
          padding: 0;
          width: 60px;
          height: 40px;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke='%23b3b3b3' stroke-width='2' fill='none'%3E%3Ccircle cx='10' cy='10' r='9'/%3E%3Cpath d='M5 10h10m-5-5v10'/%3E%3C/svg%3E");
          background-position: 50% 50%;
          background-size: 20px 20px; }
          .overlayNav-main > li > div button[aria-expanded="true"] {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke='%23b3b3b3' stroke-width='2' fill='none'%3E%3Ccircle cx='10' cy='10' r='9'/%3E%3Cpath d='M5 10h10'/%3E%3C/svg%3E"); }
      .overlayNav-main > li > ul[aria-expanded="false"] {
        display: none; }
      .overlayNav-main > li > ul[aria-expanded="true"] {
        display: block; }
      .overlayNav-main > li > ul > li {
        border-top: 2px dashed #f2f3f5; }
        .overlayNav-main > li > ul > li > a {
          display: flex;
          align-items: flex-start;
          margin-left: 52px;
          padding: .9em 20px .9em;
          font-size: 15px; }
          .overlayNav-main > li > ul > li > a::before {
            flex-shrink: 0;
            content: "";
            margin: 5px 5px 0 0;
            width: 6px;
            height: 7px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 7'%3E%3Cpath fill='none' stroke='%2300aa96' d='M.5,.5L5,3.5L.5,6.5'/%3E%3C/svg%3E");
            background-size: 100%; }
          .overlayNav-main > li > ul > li > a[target="_blank"]::after {
            flex-shrink: 0;
            content: "";
            margin-top: 3px;
            width: 14px;
            height: 10px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='%23000' d='M3,0h11v7h-11zM2,3h-2v7h11v-2h-9'/%3E%3C/svg%3E");
            background-size: 100%;
            opacity: .3; }
  .overlayNav-language {
    display: flex;
    align-items: stretch;
    margin: 30px auto 0;
    border: 1px solid #444;
    font-size: 16px;
    width: 280px;
    height: 30px; }
    .overlayNav-language select {
      flex-grow: 1;
      box-sizing: border-box;
      font-size: 100%;
      margin: 0;
      border: 0;
      height: 100%;
      background: #fff; }
  .overlayNav-search {
    display: flex;
    align-items: stretch;
    margin: 15px auto 0;
    border: 1px solid #444;
    font-size: 16px;
    width: 280px;
    height: 30px; }
    .overlayNav-search input {
      font-size: 100%;
      flex-grow: 1;
      border: 0;
      margin: 0;
      padding: 0 5px;
      background: #fff; }
    .overlayNav-search button {
      font-size: 100%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      margin: 0;
      height: 30px;
      background: #444;
      color: #fff; }
      .overlayNav-search button svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        pointer-events: none; }

/*====================================================================

  フッター

====================================================================*/
.footer-sm-conversion {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  margin: 60px 0 -60px;
  padding: 15px 0;
  width: 100%;
  background: #525252; }
  @media print, screen and (min-width: 641px) {
    .footer-sm-conversion {
      display: none; } }
  .footer-sm-conversion a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    line-height: 1.1;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    .footer-sm-conversion a:nth-child(1) {
      border-radius: 5px 0 0 5px;
      background: #f5b400; }
      .footer-sm-conversion a:nth-child(1) span:nth-child(2) {
        display: flex;
        align-items: center;
        margin-top: 3px;
        padding: 0 4px;
        height: 20px;
        border-radius: 2px;
        background: #fff;
        color: #f5b400;
        font-size: 10px; }
    .footer-sm-conversion a:nth-child(2) {
      border-radius: 0 5px 5px 0;
      background: #00aa96; }
      .footer-sm-conversion a:nth-child(2) span:nth-child(2) {
        display: flex;
        align-items: center;
        margin-top: 3px;
        height: 20px;
        font-size: 16px; }

.footer {
  margin-top: 80px; }

.footerTotop {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 20px;
  width: 980px; }
  .footerTotop img {
    display: block;
    width: 80px;
    height: 40px; }
  @media only screen and (max-width: 640px) {
    .footerTotop {
      width: auto;
      justify-content: center; } }

.footerNav {
  min-width: 1020px;
  background: #dff3eb;
  padding: 0 0 20px; }
  .footerNav::before {
    content: "";
    display: block;
    border-top: 5px solid #00aa95;
    border-bottom: 5px solid #000000;
    margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .footerNav {
      min-width: 0; } }

.footerNav-header {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold; }
  .footerNav-header a {
    color: #000;
    text-decoration: none; }
    .footerNav-header a span {
      color: #00aa96; }
    .footerNav-header a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 640px) {
    .footerNav-header {
      width: auto;
      max-width: 480px;
      font-size: 13px; } }

.footerNav-body {
  margin: 15px auto 0;
  padding: 0 20px;
  width: 980px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.3; }
  .footerNav-body ul, .footerNav-body li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footerNav-body li {
    margin-top: 6px; }
  .footerNav-body a {
    display: inline-flex;
    align-items: flex-start;
    color: inherit;
    text-decoration: none; }
    .footerNav-body a:hover {
      text-decoration: underline; }
  .footerNav-body > ul {
    min-width: 120px; }
    .footerNav-body > ul:nth-child(n+2) {
      margin-left: 25px; }
    .footerNav-body > ul > li > a {
      font-size: 13px; }
      .footerNav-body > ul > li > a::before {
        content: "";
        margin: 1px 3px 0 0;
        width: 11px;
        height: 11px;
        background-image: url("../img/share/icon_arw01.svg"); }
    .footerNav-body > ul > li > ul {
      margin-left: 15px; }
    .footerNav-body > ul > li > ul > li > a {
      font-size: 11px; }
  @media only screen and (max-width: 640px) {
    .footerNav-body {
      width: auto;
      max-width: 480px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .footerNav-body > ul {
        min-width: 0;
        width: calc(50% - 10px); }
        .footerNav-body > ul:nth-child(n+2) {
          margin-left: 0; }
        .footerNav-body > ul:nth-child(n+3) {
          margin-top: 5px; }
        .footerNav-body > ul > li {
          margin-top: 10px; } }

.footerBlack {
  padding: 6px 0;
  min-width: 1020px;
  background: #000;
  font-size: 12px;
  color: #fff; }
  .footerBlack .container {
    display: flex;
    justify-content: space-between; }
  .footerBlack-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .footerBlack-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .footerBlack a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none; }
    .footerBlack a:hover {
      text-decoration: underline; }
    .footerBlack a:nth-child(n+2) {
      margin-left: 15px; }
    .footerBlack a::before {
      content: "";
      margin-right: 5px;
      width: 6px;
      height: 5px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 5' width='6' height='5'%3E%3Cpath fill='%23fff' d='M0,0L6,2.5L0,5'/%3E%3C/svg%3E");
      background-size: 100%; }
    .footerBlack a.is-external::before {
      margin-right: 3px;
      width: 14px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='%23fff' d='M3,0h11v7h-11zM2,3h-2v7h11v-2h-9'/%3E%3C/svg%3E"); }
  @media only screen and (max-width: 640px) {
    .footerBlack {
      min-width: 0; }
      .footerBlack .container {
        display: block; }
      .footerBlack-right {
        margin-top: 3px;
        justify-content: flex-start; }
      .footerBlack a {
        margin: 2px 15px 2px 0; }
        .footerBlack a:nth-child(n+2) {
          margin-left: 0; } }

.footerBottom {
  padding: 10px 0 50px;
  min-width: 1020px;
  background: #ebecef; }
  .footerBottom small {
    font-size: 11px; }
  @media only screen and (max-width: 640px) {
    .footerBottom {
      min-width: 0; } }

/*====================================================================

	共通

====================================================================*/
/*	パンくず
---------------------------------------*/
.topicpath {
  min-width: 1020px;
  border-top: 2px solid #000;
  background: #00aa95;
  color: #fff;
  font-size: 10px; }
  .topicpath ul {
    margin: 0 auto;
    padding: 4px 20px;
    width: 980px; }
    .topicpath ul li {
      list-style: none;
      display: inline; }
      .topicpath ul li:nth-child(n+2)::before {
        content: " > "; }
      .topicpath ul li a {
        color: inherit;
        text-decoration: none; }
        .topicpath ul li a:hover {
          text-decoration: underline; }
  @media only screen and (max-width: 640px) {
    .topicpath {
      min-width: 0;
      border-top: none; }
      .topicpath ul {
        width: auto; } }

/*	ページタイトル
---------------------------------------*/
.pagetitle {
  margin: 30px auto 0;
  padding: 0 20px;
  width: 980px;
  font-size: 24px;
  font-weight: bold; }
  .pagetitle small {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px; }
  .pagetitle::after {
    content: "";
    display: block;
    border-bottom: 3px solid #00aa95; }
  @media only screen and (max-width: 640px) {
    .pagetitle {
      margin-top: 5px;
      width: auto;
      border-bottom: 3px solid #00aa95;
      font-size: 20px; }
      .pagetitle::after {
        content: none; } }
  .pagetitle.is-ir {
    max-width: 1200px;
    width: 100%;
    padding: 0; }
    .pagetitle.is-ir::after {
      content: none; }
    .pagetitle.is-ir::before {
      content: "";
      display: inline-block;
      height: 1px;
      background-color: #00aa95;
      width: 30px;
      vertical-align: middle;
      margin-right: 10px; }
    @media only screen and (max-width: 640px) {
      .pagetitle.is-ir {
        padding-bottom: 10px; }
        .pagetitle.is-ir small {
          display: block;
          margin-left: 40px;
          font-size: 12px; } }

/*	2カラム
---------------------------------------*/
.pageContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px auto 0;
  padding: 0 20px;
  width: 980px; }
  .pageContent-nav > a {
    line-height: 1.3;
    color: inherit;
    text-decoration: none; }
    .pageContent-nav > a::before {
      content: "";
      display: block;
      border-style: solid;
      border-width: 4px 0 4px 4px;
      border-color: transparent transparent transparent #00aa95; }
    .pageContent-nav > a[target="_blank"]::after {
      content: "";
      display: inline-block;
      width: 14px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='%23000' d='M3,0h11v7h-11zM2,3h-2v7h11v-2h-9'/%3E%3C/svg%3E");
      background-size: 100%;
      opacity: .3; }
  .pageContent-nav-title {
    padding: 18px 0 17px;
    background: #00aa95;
    color: #fff;
    text-align: center;
    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold; }
  @media print, screen and (min-width: 641px) {
    .pageContent .irWrap {
      padding-left: 60px;
      margin-bottom: 130px; }
    .pageContent-nav {
      width: 200px; }
      .pageContent-nav > a {
        display: block;
        position: relative;
        padding: 15px 10px 14px;
        background: #f1f3f5;
        font-weight: bold; }
        .pageContent-nav > a::before {
          position: absolute;
          left: 0;
          top: calc(50% - 5px); }
        .pageContent-nav > a[aria-current="page"], .pageContent-nav > a:hover {
          background-color: #e0e4e9; }
        .pageContent-nav > a:nth-child(n+2) {
          margin-top: 1px; }
      .pageContent-nav.is-ir {
        border-right: 8px solid #F8F8F8; }
        .pageContent-nav.is-ir > a {
          display: block;
          position: relative;
          padding: 15px 10px 14px 24px;
          font-weight: bold;
          border-bottom: 1px solid #eee;
          background: #fff; }
          .pageContent-nav.is-ir > a::before {
            left: 8px;
            top: calc(50% - 8px);
            content: "\f105";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            border: none;
            color: #00aa95; }
          .pageContent-nav.is-ir > a[aria-current="page"], .pageContent-nav.is-ir > a:hover {
            background: #F8F8F8; }
    .pageContent-main {
      width: 100%; }
    .pageContent-nav + .pageContent-main {
      width: 760px; } }
  @media only screen and (max-width: 640px) {
    .pageContent {
      display: block;
      margin: 0;
      padding: 0;
      width: auto; }
      .pageContent-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 4px 10px 6px 6px;
        background: #f1f3f5; }
        .pageContent-nav > a {
          display: inline-flex;
          margin: 5px 0 0 8px;
          padding: 4px;
          align-items: center; }
          .pageContent-nav > a::before {
            margin: -1px 3px 0 0; }
          .pageContent-nav > a[aria-current="page"] {
            background-color: #e0e4e9; }
          .pageContent-nav > a br {
            display: none; }
        .pageContent-nav.is-ir > div {
          width: 100%; }
        .pageContent-nav.is-ir .pageContent-nav-title {
          padding: 10px 0; }
      .pageContent-main {
        margin: 30px auto 0;
        padding: 0 20px;
        max-width: 480px; } }

.pageContent-nav-info {
  padding: 20px 10px 0 0; }
  .pageContent-nav-info > div {
    padding: 6px 0;
    background: #00aa95;
    color: #fff;
    text-align: center;
    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold; }
  .pageContent-nav-info > p {
    font-size: 12px;
    margin-bottom: 0; }
  .pageContent-nav-info dl {
    margin-top: 0; }
    .pageContent-nav-info dl dt {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 6px; }
    .pageContent-nav-info dl dd {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 8px; }
      .pageContent-nav-info dl dd svg {
        fill: #10a995; }
      .pageContent-nav-info dl dd a {
        font-size: 14px;
        font-weight: bold;
        color: #333; }
  @media only screen and (max-width: 640px) {
    .pageContent-nav-info {
      width: 100%;
      text-align: center;
      padding: 10px; }
      .pageContent-nav-info dl dd {
        justify-content: center; } }

/*====================================================================

	ホーム

====================================================================*/
/*	メイン
---------------------------------------*/
.homeHero {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 1020px;
  max-width: 1500px; }
  .homeHero::before {
    content: "";
    display: block;
    padding-top: 430px; }
  .homeHero-inner {
    position: absolute;
    top: 0;
    left: calc(50% - 750px);
    width: 1500px;
    height: 100%; }
  .homeHero-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0; }
    .homeHero-item img {
      display: block;
      width: 100%;
      height: 100%; }
    .homeHero-item.is-animating {
      transition: opacity 0s .6s; }
    .homeHero-item[aria-hidden="false"] {
      z-index: 1;
      opacity: 1; }
      .homeHero-item[aria-hidden="false"].is-animating {
        transition: opacity .6s; }
  .homeHero-prev, .homeHero-next {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    border: none;
    padding: 0;
    width: 130px;
    background-color: rgba(255, 255, 255, 0.3);
    background-position: 50% 50%;
    background-size: 12px 40px;
    opacity: 0; }
    .homeHero-prev span, .homeHero-next span {
      display: block;
      position: absolute;
      overflow: hidden;
      width: 0;
      height: 0;
      font-size: 0px;
      color: transparent; }
  .homeHero:hover .homeHero-prev, .homeHero:hover .homeHero-next, .homeHero-prev:focus, .homeHero-next:focus {
    opacity: 1; }
  .homeHero-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='40'%3E%3Cpath stroke='%23fff' fill='none' d='M12,0L0,20L12,40'/%3E%3C/svg%3E"); }
  .homeHero-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='40'%3E%3Cpath stroke='%2300aa95' fill='none' d='M0,0L12,20L0,40'/%3E%3C/svg%3E"); }
  @media only screen and (max-width: 640px) {
    .homeHero {
      min-width: 0; }
      .homeHero::before {
        padding-top: calc(100% * 160 / 375); }
      .homeHero-inner {
        left: 0;
        width: 100%; }
      .homeHero-prev, .homeHero-next {
        display: none; } }

.homeNav {
  line-height: 1.2; }
  .homeNav > ul {
    margin: 0;
    padding: 0; }
    .homeNav > ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
  @media print, screen and (min-width: 641px) {
    .homeNav {
      position: relative;
      z-index: 3;
      margin-top: -65px;
      min-width: 1020px; }
      .homeNav > ul {
        position: relative;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 980px; }
        .homeNav > ul > li {
          width: calc(20% - 1px); }
          .homeNav > ul > li:nth-child(n+2) {
            margin-left: 1px; } }
  @media only screen and (max-width: 640px) {
    .homeNav {
      padding: 20px;
      background: #f2f3f5; }
      .homeNav > ul > li {
        background: #fff; }
        .homeNav > ul > li:nth-child(n+2) {
          margin-top: 2px; } }

.homeNav-item > a {
  font-weight: bold;
  color: #000;
  text-decoration: none; }
  .homeNav-item > a svg {
    flex-shrink: 0;
    width: 40px;
    height: 40px; }
@media print, screen and (min-width: 641px) {
  .homeNav-item {
    border: 1px solid #e9ebee;
    background: #fff; }
    .homeNav-item > a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      box-sizing: border-box;
      border: 5px solid #fff;
      width: 100%;
      height: 90px;
      font-size: 18px; }
      .homeNav-item > a span {
        margin-top: 7px; }
        .homeNav-item > a span small {
          display: block;
          font-size: 10px; }
      .homeNav-item > a:hover {
        background: #ebecef; }
    .homeNav-item > button {
      display: none; } }
@media only screen and (max-width: 640px) {
  .homeNav-item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .homeNav-item > a {
      flex-grow: 1;
      display: flex;
      align-items: center;
      padding: 0;
      height: 70px;
      font-size: 18px; }
      .homeNav-item > a svg {
        margin: 0 12px 0 20px; }
      .homeNav-item > a span small {
        font-size: 10px; }
    .homeNav-item > button {
      flex-shrink: 0;
      color: #b3b3b3;
      position: relative;
      margin: 0;
      border: 0;
      padding: 0;
      width: 60px;
      height: 40px;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke='%23b3b3b3' stroke-width='2' fill='none'%3E%3Ccircle cx='10' cy='10' r='9'/%3E%3Cpath d='M5 10h10m-5-5v10'/%3E%3C/svg%3E");
      background-position: 50% 50%;
      background-size: 20px 20px; }
      .homeNav-item > button[aria-expanded="true"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke='%23b3b3b3' stroke-width='2' fill='none'%3E%3Ccircle cx='10' cy='10' r='9'/%3E%3Cpath d='M5 10h10'/%3E%3C/svg%3E"); } }

.homeNav-children > div > ul {
  margin: 0;
  padding: 0; }
  .homeNav-children > div > ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .homeNav-children > div > ul > li > a {
      color: inherit;
      text-decoration: none; }
@media print, screen and (min-width: 641px) {
  .homeNav-children {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 980px;
    padding: 0 0 20px;
    background: transparent; }
    .homeNav-children::after {
      content: "";
      display: block;
      margin: -1px 83px 0;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: 14px 14px 0;
      border-top-color: #000; }
    .homeNav-children > div {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      background: #fff;
      border-bottom: 3px solid #000;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
      .homeNav-children > div > ul {
        display: flex; }
        .homeNav-children > div > ul:nth-child(n+2) {
          border-top: 1px solid #e9ebee; }
        .homeNav-children > div > ul > li {
          box-sizing: border-box;
          width: 200px;
          border-right: 1px solid #e9ebee; }
          .homeNav-children > div > ul > li > a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            box-sizing: border-box;
            padding: 12px 8px;
            min-height: 100%;
            font-size: 14px;
            font-weight: bold; }
            .homeNav-children > div > ul > li > a:hover {
              background-color: #f9f9f9; }
            .homeNav-children > div > ul > li > a > img {
              width: 163px;
              height: 80px; }
            .homeNav-children > div > ul > li > a > span {
              margin-top: 10px;
              width: 100%; }
              .homeNav-children > div > ul > li > a > span small {
                font-size: 11px; }
            .homeNav-children > div > ul > li > a[target="_blank"] > span::after {
              flex-shrink: 0;
              content: "";
              display: inline-block;
              width: 14px;
              height: 10px;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='%23000' d='M3,0h11v7h-11zM2,3h-2v7h11v-2h-9'/%3E%3C/svg%3E");
              background-size: 100%;
              opacity: .3; }
    .homeNav-children[aria-expanded="false"] {
      transition: opacity .2s, transform .2s, visibility 0s .2s, z-index 0s .2s;
      visibility: hidden;
      z-index: 1;
      opacity: 0;
      transform: translateY(5px); }
    .homeNav-children[aria-expanded="true"] {
      transition: opacity .4s, transform .4s ease;
      visibility: visible;
      z-index: 2;
      opacity: 1;
      transform: translateY(0px); }
    .homeNav-children#homeNav-children-company {
      align-items: flex-start; }
    .homeNav-children#homeNav-children-ir {
      align-items: center; }
    .homeNav-children#homeNav-children-relation {
      align-items: flex-end; }
      .homeNav-children#homeNav-children-relation > div > ul > li {
        width: 190px; }
        .homeNav-children#homeNav-children-relation > div > ul > li > a > img {
          width: 80px;
          height: 80px; }
    .homeNav-children#homeNav-children-company > div > ul > li {
      width: 190px; } }
@media only screen and (max-width: 640px) {
  .homeNav-children[aria-expanded="false"] {
    display: none; }
  .homeNav-children[aria-expanded="true"] {
    display: block; }
  .homeNav-children > div > ul > li {
    border-top: 2px dashed #f2f3f5; }
    .homeNav-children > div > ul > li > a {
      display: flex;
      align-items: flex-start;
      padding: .9em 20px .9em 62px;
      font-size: 15px; }
      .homeNav-children > div > ul > li > a::before {
        flex-shrink: 0;
        content: "";
        margin: 5px 5px 0 0;
        width: 6px;
        height: 7px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 7'%3E%3Cpath fill='none' stroke='%2300aa96' d='M.5,.5L5,3.5L.5,6.5'/%3E%3C/svg%3E");
        background-size: 100%; }
      .homeNav-children > div > ul > li > a img {
        display: none; }
      .homeNav-children > div > ul > li > a[target="_blank"] > span::after {
        flex-shrink: 0;
        content: "";
        display: inline-block;
        width: 14px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='%23000' d='M3,0h11v7h-11zM2,3h-2v7h11v-2h-9'/%3E%3C/svg%3E");
        background-size: 100%;
        opacity: .3; } }

/*	ブログリスト
---------------------------------------*/
.homeBlogList-header {
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #000; }
  .homeBlogList-header.is-ir {
    border: none; }
    .homeBlogList-header.is-ir .headingIR {
      margin-bottom: 0.6em; }
    .homeBlogList-header.is-ir .homeBlogList-right {
      bottom: 30px; }
    .homeBlogList-header.is-ir .homeBlogList-header-link {
      font-size: 14px;
      color: #00529F;
      background: #F8F8F8;
      padding: 6px 16px; }
      .homeBlogList-header.is-ir .homeBlogList-header-link::before {
        display: none; }
      .homeBlogList-header.is-ir .homeBlogList-header-link:hover {
        opacity: 0.5; }

.homeBlogList-header-h {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-width: 120px;
  height: 29px;
  background: #00aa95;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

.homeBlogList-right {
  position: absolute;
  right: 0;
  bottom: 4px;
  text-align: right; }

.homeBlogList-header-rss {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  height: 21px;
  line-height: 21px;
  font-size: 11px;
  color: inherit;
  text-decoration: none; }

.homeBlogList-header-rss:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAIAAAC0tAIdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZtJREFUeNqMkE0sY2EUhp/b3lYpUxUkxO8gMRESiZ8gFhYysZpJ7JDGwsRqMmwsrKwsLMfC1gY7QQQhkdj4iYWZhIyFMhlBxU8xNdVWW9/hkopMeHNzvvPd7z3nvOfVot9zeDNMEjQzzgLs6a+ydQlWO22LkgT/crDK9ji780Ru/9P7CdYk8htpGqJlgazal2xzX5ODaJizbQ7X8J+TlIluI97Jh2YiIQ7XXyhRQ3dmHn/YKHNR1YXFTk0Pmon1wSe2ZnjSuYXPw8EyP4fxunG+59OIzFGYdPFn6bluayIphZS6aF2g8ivePSZaCfrkqaEfsyVGt5xWApc4cjHpsp8G7llC1+Q1EPeOq31OtmJ6rwww3cHYRy725Fr1jbQSNkfwHcm1uPm5kupuPo9iczLVTjig9qH8i2zvnpPXjAoZbrBTisSE7Drqern8bfiTXS/Rs3HfUxeRBvv6GP+ZJPfiOP0lMSFVSP5TY3icI8ZBpSE5n+MfRCMyVLmuELiSAkuC5KF/SphulN548XiNPByU7wFKuqp5xJ0AAwD/A35V3y5vCwAAAABJRU5ErkJggg=="); }

.homeBlogList-header-link {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 0 10px 0 21px;
  height: 21px;
  line-height: 21px;
  background: #e9ebed;
  font-size: 11px;
  color: inherit;
  text-decoration: none; }

.homeBlogList-header-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAIAAABfg7keAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADZJREFUeNpiYCACMALx////8akAAtIUffjwAU1aQEAAoogBogirYXBx6rlpeFtHtJsIAoAAAwAXY0TnoFDVawAAAABJRU5ErkJggg=="); }

.homeBnr {
  margin-top: 20px; }
  .homeBnr a {
    display: table-cell; }
    .homeBnr a:hover {
      opacity: 0.7; }
    .homeBnr a img {
      width: 300px;
      margin-right: 10px; }

@media only screen and (max-width: 640px) {
  .homeBnr {
    max-width: 300px; }
    .homeBnr a {
      display: block; } }
/*====================================================================

	共通パーツ

====================================================================*/
.lead {
  margin: 0;
  line-height: 1.2;
  font-size: 30px;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .lead {
      font-size: 24px; } }

.headingIR {
  font-size: 35px;
  border-bottom: 1px solid #00aa95;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .headingIR {
      font-size: 26px; } }

.headingIR-A {
  background: #f8f8f8;
  padding: 4px 20px 24px;
  font-size: 35px;
  font-weight: bold;
  border-left: 4px solid #00aa95; }
  .headingIR-A small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px; }
  @media only screen and (max-width: 640px) {
    .headingIR-A {
      font-size: 26px;
      padding-bottom: 10px; }
      .headingIR-A small {
        margin-top: 0; } }

.headingA {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 8px 8px 7px;
  background: #f6f6f6;
  line-height: 1.3;
  font-size: 24px;
  font-weight: normal;
  color: #00aa95; }
  .headingA-date {
    flex-shrink: 0;
    margin: 6px 10px 0 0;
    font-size: 15px; }
  .headingA-title {
    flex-grow: 1; }
  @media only screen and (max-width: 640px) {
    .headingA {
      flex-direction: column;
      font-size: 18px; }
      .headingA-date {
        margin: 0 0 5px;
        font-size: 13px; } }

.headingB {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 14px;
  padding-bottom: 3px;
  font-size: 19px;
  font-weight: normal; }

.headingB:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 6px;
  border-left: 3px solid #b02744; }

.headingB-green:before {
  border-left-color: #00aa95; }

.headingC {
  margin: 2em 0 1em;
  font-size: 15px;
  font-weight: bold;
  color: #00aa96; }

.headingD {
  margin: 2em 0 1em;
  font-size: 17px;
  font-weight: bold; }

.listA {
  margin: 1em 0;
  padding: 0; }

.listA > li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 1em;
  line-height: 1.3; }

.listA > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .33em;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000; }

.listA > li + li {
  margin-top: 4px; }

.tableA {
  width: 100%; }
  .tableA th,
  .tableA td {
    border-top: 1px solid #fff;
    padding: 10px 8px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal; }
  .tableA tr:first-child th,
  .tableA tr:first-child td {
    border-top: 0; }
  .tableA th {
    background: #c1e8da; }
  .tableA td {
    background: #eaecef; }
  @media print, screen and (min-width: 641px) {
    .tableA td {
      border-left: 1px solid #fff; }
    .tableA tr:nth-child(even) th {
      background: #dff3ec; }
    .tableA tr:nth-child(even) td {
      background: #f2f3f5; } }
  @media only screen and (max-width: 640px) {
    .tableA {
      display: block; }
      .tableA tbody,
      .tableA tr,
      .tableA th,
      .tableA td {
        display: block; }
      .tableA td {
        border-top: none; } }

.tableA.is-ir {
  border: 1px solid #ddd; }
  .tableA.is-ir th {
    background: #EBF9F7;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd; }
    .tableA.is-ir th small {
      font-weight: normal;
      display: block; }
  .tableA.is-ir td {
    background: #fff !important;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px; }
    .tableA.is-ir td strong {
      font-size: 20px; }
  .tableA.is-ir tr.bg td {
    background: #F8F8F8 !important;
    font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .tableA.is-ir {
      display: table; }
      .tableA.is-ir tbody {
        display: table-row-group; }
      .tableA.is-ir tr {
        display: table-row; }
      .tableA.is-ir th, .tableA.is-ir td {
        display: table-cell;
        font-size: 12px; }
        .tableA.is-ir th strong, .tableA.is-ir td strong {
          font-size: 16px; } }

.tableB {
  width: 100%; }

.tableB th,
.tableB td {
  padding: 6px 10px;
  border-left: 1px solid #fff;
  background: #f2f3f5;
  text-align: right;
  font-size: 12px;
  font-weight: normal; }

.tableB th:first-child,
.tableB td:first-child {
  border-left: 0; }

.tableB thead th,
.tableB thead td,
.tableB tr.is-split th,
.tableB tr.is-split td {
  border-bottom: 1px solid #fff; }

.tableB thead th {
  background-color: #dff3ec;
  text-align: center; }

.tableB tbody th {
  text-align: left; }

.tableB.is-ir thead th {
  background-color: #ebf9f7;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc; }
.tableB.is-ir tbody tr {
  border-bottom: 1px solid #ccc; }
.tableB.is-ir tbody th,
.tableB.is-ir tbody td {
  border: none;
  background-color: #fff;
  padding: 10px 20px; }
.tableB.is-ir tbody th {
  font-size: 14px; }
.tableB.is-ir tbody td {
  font-size: 20px; }
@media only screen and (max-width: 640px) {
  .tableB.is-ir thead th {
    font-size: 12px; }
  .tableB.is-ir tbody th {
    font-size: 12px; }
  .tableB.is-ir tbody td {
    font-size: 16px; } }

.image-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .image-box div {
    flex-grow: 1; }
  .image-box img {
    flex-shrink: 0;
    margin: 0 0 0 20px; }
  @media only screen and (max-width: 640px) {
    .image-box {
      flex-direction: column;
      align-items: center; }
      .image-box img {
        margin: 10px 0 0;
        max-width: 100%;
        height: auto; } }

.listIR dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  margin: 0;
  margin-bottom: 10px; }
  .listIR dl dt {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #00aa95;
    height: 100%;
    box-sizing: border-box; }
    .listIR dl dt small {
      font-weight: normal;
      display: block;
      font-size: 12px; }
  .listIR dl dd {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box; }
    .listIR dl dd strong {
      font-size: 24px; }
    .listIR dl dd a {
      color: #00529F; }
@media only screen and (max-width: 640px) {
  .listIR dl {
    grid-template-columns: 120px 1fr; }
    .listIR dl dt {
      padding-left: 0; }
    .listIR dl dd {
      font-size: 13px; } }

/*====================================================================

	インデックスナビ

====================================================================*/
.indexNav {
  display: flex;
  flex-wrap: wrap; }
  .indexNav a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    border: solid #e6e6e6;
    border-width: 0 1px 1px 0;
    padding: 10px;
    text-align: center;
    color: inherit;
    text-decoration: none; }
    .indexNav a:hover {
      background-color: #f9f9f9; }
    .indexNav a img {
      max-width: 100%;
      height: auto; }
    .indexNav a span {
      margin: 5px 0 0;
      width: 100%;
      font-size: 15px;
      font-weight: bold; }
    .indexNav a small {
      margin: 0;
      width: 100%;
      font-size: 11px; }
  .indexNav.is-company a {
    width: 33.3333%; }
    .indexNav.is-company a img {
      width: 100%;
      max-width: unset;
      height: auto; }
  @media print, screen and (min-width: 641px) {
    .indexNav a:nth-child(1), .indexNav a:nth-child(2), .indexNav a:nth-child(3), .indexNav a:nth-child(4) {
      border-top-width: 1px; }
    .indexNav a:nth-child(4n+1) {
      border-left-width: 1px; }
    .indexNav.is-company a:nth-child(1), .indexNav.is-company a:nth-child(2), .indexNav.is-company a:nth-child(3) {
      border-top-width: 1px; }
    .indexNav.is-company a:nth-child(4) {
      border-top-width: 0; }
    .indexNav.is-company a:nth-child(4n+1) {
      border-left-width: 0; }
    .indexNav.is-company a:nth-child(3n+1) {
      border-left-width: 1px; } }
  @media only screen and (max-width: 640px) {
    .indexNav a {
      width: 50%; }
      .indexNav a:nth-child(1), .indexNav a:nth-child(2) {
        border-top-width: 1px; }
      .indexNav a:nth-child(2n+1) {
        border-left-width: 1px; }
      .indexNav a span {
        font-size: 13px; }
    .indexNav.is-company a {
      width: 50%; } }

/*====================================================================

	ブログリスト

====================================================================*/
.blogList a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  cursor: default; }
  .blogList a:nth-child(n+2) {
    margin-top: 15px; }
  .blogList a time {
    flex-shrink: 0;
    margin-right: 10px;
    min-width: 80px;
    color: #333; }
  .blogList a span {
    flex-grow: 1; }
  .blogList a[href] {
    color: #00529F;
    cursor: pointer; }
    .blogList a[href] span {
      text-decoration: underline; }
  .blogList a:hover {
    opacity: 0.5; }
@media only screen and (max-width: 640px) {
  .blogList a {
    flex-direction: column; }
    .blogList a time {
      margin-right: 0; } }
.blogList.is-ir a {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin: 0;
  padding: 20px 50px 14px 16px; }
  .blogList.is-ir a time {
    font-size: 12px;
    min-width: 100px; }
  .blogList.is-ir a .tag {
    width: 128px;
    height: 20px;
    border-radius: 2px;
    background: #EEE;
    flex: none;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 10px 0 0; }
    @media only screen and (max-width: 640px) {
      .blogList.is-ir a .tag {
        margin: 6px 0; } }
  .blogList.is-ir a p {
    color: #333;
    font-size: 14px;
    margin: 0; }
  .blogList.is-ir a svg {
    width: 24px;
    height: 24px;
    display: block;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%); }
.blogList.is-irTop a {
  flex-flow: column;
  padding: 10px 50px 14px 16px; }
  .blogList.is-irTop a p {
    margin: 0; }
    .blogList.is-irTop a p span {
      background: #00AA95;
      border-radius: 2px;
      padding: 0 4px;
      font-size: 12px;
      text-decoration: none;
      margin-right: 6px;
      color: #fff; }

.pager {
  display: flex;
  justify-content: center; }
  .pager a,
  .pager span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    padding: 0 .5em;
    min-width: 3em;
    height: 3em;
    line-height: 1;
    text-decoration: none; }
    .pager a:nth-child(n+2),
    .pager span:nth-child(n+2) {
      margin-left: -1px; }
    .pager a:first-child,
    .pager span:first-child {
      border-radius: 5px 0 0 5px; }
    .pager a:last-child,
    .pager span:last-child {
      border-radius: 0 5px 5px 0; }
  .pager a {
    color: inherit;
    cursor: pointer; }
    .pager a:hover {
      background-color: #f5f5f5; }
    .pager a[aria-current="page"] {
      background-color: #e8e8e8;
      color: #555;
      cursor: default; }
  .pager.is-ir {
    background-color: #f8f8f8;
    width: fit-content;
    margin: auto;
    border-radius: 20px;
    align-items: center;
    padding: 0 5px; }
    .pager.is-ir a,
    .pager.is-ir span {
      border: none; }
      .pager.is-ir a:first-child,
      .pager.is-ir a :last-child,
      .pager.is-ir span:first-child,
      .pager.is-ir span :last-child {
        background: #fff;
        border-radius: 20px;
        width: 30px;
        min-width: 30px;
        height: 30px; }
    .pager.is-ir a[aria-current="page"] {
      background: #fff;
      border-radius: 20px;
      width: 30px;
      min-width: 30px;
      height: 30px;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      color: #00aa96;
      font-weight: bold; }

/*====================================================================

	お問い合わせボックス

====================================================================*/
.contactBox {
  padding: 15px;
  background: #f6f6f6; }
  .contactBox-header {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 5px;
    line-height: 1.2;
    font-size: 19px;
    font-weight: normal; }
    .contactBox-header::before {
      content: "";
      margin-right: 8px;
      border-left: 3px solid #b02744; }
  .contactBox-body {
    display: flex;
    align-items: flex-start;
    margin-top: 10px; }
    .contactBox-body > img {
      flex-shrink: 0;
      margin-right: 10px; }
    .contactBox-body > dl {
      margin: 0; }
      .contactBox-body > dl dt {
        margin: 0;
        font-size: 17px;
        font-weight: bold; }
      .contactBox-body > dl dd {
        margin: 0; }
  .contactBox-mail {
    word-break: break-all;
    font-size: 22px;
    font-weight: bold; }
  .contactBox-btn {
    display: inline-flex;
    align-items: center;
    padding: 1px 10px;
    background-color: #00aa96;
    color: #fff;
    text-decoration: none; }
    .contactBox-btn::before {
      content: "";
      margin-right: 5px;
      width: 14px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='%23fff' d='M3,0h11v7h-11zM2,3h-2v7h11v-2h-9'/%3E%3C/svg%3E");
      background-size: 100%; }
  @media only screen and (max-width: 640px) {
    .contactBox {
      padding: 12px; }
      .contactBox-header {
        font-size: 15px; }
      .contactBox-body > img {
        width: 60px;
        height: auto; }
      .contactBox-body > dl dt {
        font-size: 14px; }
      .contactBox-mail {
        font-size: 15px; } }

.contactBox.is-ir {
  border-radius: 4px;
  background: #EBF8F7;
  padding: 20px; }
  .contactBox.is-ir > h2 {
    font-size: 20px;
    margin: 0; }
  .contactBox.is-ir > p {
    font-size: 14px;
    margin-top: 0; }
  .contactBox.is-ir dl {
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 0;
    border-radius: 8px; }
    .contactBox.is-ir dl dt {
      font-weight: bold;
      font-size: 14px; }
      .contactBox.is-ir dl dt span {
        font-size: 12px;
        margin-right: 6px; }
    .contactBox.is-ir dl dd {
      border-left: 1px solid #eee;
      padding-left: 32px;
      flex: 1;
      margin: 0; }
      .contactBox.is-ir dl dd > div {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 12px; }
        .contactBox.is-ir dl dd > div + div {
          margin-top: 10px; }
        .contactBox.is-ir dl dd > div > a {
          font-size: 16px;
          font-size: 16px;
          text-decoration: none;
          color: #333;
          font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .contactBox.is-ir dl {
      flex-wrap: wrap;
      gap: 10px; }
      .contactBox.is-ir dl dt {
        width: 100%; }
      .contactBox.is-ir dl dd {
        border-left: none;
        padding-left: 0; }
        .contactBox.is-ir dl dd > div > span {
          display: none; }
        .contactBox.is-ir dl dd > div a {
          font-size: 14px; } }

/*====================================================================

	企業情報 企業理念

====================================================================*/
.companyMission {
  padding: 10px;
  background: #f6f6f6; }
  .companyMission-h {
    margin: 0;
    padding: 2px 0;
    background: #00aa96;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
  .companyMission-p {
    margin: 10px 0 0;
    text-align: center;
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .companyMission-h {
      font-size: 18px; }
    .companyMission-p {
      font-size: 18px; } }

.companyMissionThreeImages {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .companyMissionThreeImages img {
    margin: 0 2px;
    max-width: calc(33.33% - 4px);
    height: auto; }
  @media only screen and (max-width: 640px) {
    .companyMissionThreeImages {
      flex-direction: column;
      justify-content: center; }
      .companyMissionThreeImages img {
        margin: 4px 0 0;
        max-width: 100%; } }

/*====================================================================

	企業情報 コーポレート・ガバナンス

====================================================================*/
.companyGovernanceTable {
  border-collapse: collapse;
  width: 100%; }

.companyGovernanceTable th,
.companyGovernanceTable td {
  border: 1px solid gray;
  padding: 10px; }

/*====================================================================

	企業情報 代表挨拶

====================================================================*/
.companyMessage {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between; }
  .companyMessage > img {
    flex-shrink: 0;
    margin-left: 20px; }
  .companyMessage > div {
    flex-grow: 1; }
  @media only screen and (max-width: 640px) {
    .companyMessage {
      flex-direction: column;
      align-items: center; }
      .companyMessage > img {
        margin: 0;
        max-width: 100%;
        height: auto; }
      .companyMessage > div {
        margin-top: 1em; } }

.companyMessageSign {
  display: flex;
  justify-content: flex-end; }
  .companyMessageSign p {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .companyMessageSign p span:nth-child(2) {
      font-size: 140%; }

/*====================================================================

	企業情報 会社概要

====================================================================*/
.companyOutlineOfficer {
  display: table; }

.companyOutlineOfficer > dl {
  display: table-row; }

.companyOutlineOfficer > dl > dt,
.companyOutlineOfficer > dl > dd {
  display: table-cell;
  padding-top: 3px;
  vertical-align: top;
  text-align: left; }

.companyOutlineOfficer > dl:first-child > dt,
.companyOutlineOfficer > dl:first-child > dd {
  padding-top: 0; }

.companyOutlineOfficer > dl > dd {
  padding-left: 1em; }

/*====================================================================

	企業情報 沿革

====================================================================*/
.tableA-companyHistory th,
.tableA-companyHistory td {
  vertical-align: top; }
.tableA-companyHistory th {
  white-space: nowrap; }
.tableA-companyHistory th + th {
  padding-left: 0;
  text-align: right; }
@media print, screen and (min-width: 640px) {
  .tableA-companyHistory .tableA-companyHistory-img {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    background: none; }
    .tableA-companyHistory .tableA-companyHistory-img:nth-child(even) {
      background: none; } }
@media only screen and (max-width: 640px) {
  .tableA-companyHistory tr {
    position: relative; }
  .tableA-companyHistory th + th {
    position: absolute;
    right: 0;
    top: 0; }
  .tableA-companyHistory .tableA-companyHistory-img {
    display: flex;
    justify-content: center; }
    .tableA-companyHistory .tableA-companyHistory-img:empty {
      display: none; } }

/*====================================================================

	企業情報 品質への取組み

====================================================================*/
.companyQualityRegistration {
  overflow: hidden; }

.companyQualityRegistration-inner {
  float: left;
  overflow: hidden;
  padding: 0 20px 20px 0;
  background: #f2f3f5; }

.companyQualityRegistration img {
  float: left;
  margin: 20px 0 0 20px; }

.companyQualityBlock1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .companyQualityBlock1 > div {
    flex-grow: 1; }
  .companyQualityBlock1 > img {
    flex-shrink: 0;
    margin-left: 20px; }
  @media only screen and (max-width: 640px) {
    .companyQualityBlock1 {
      flex-direction: column;
      align-items: center; }
      .companyQualityBlock1 > img {
        margin: 10px 0 10px;
        max-width: 100%;
        height: auto; } }

.companyQualityBlock2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .companyQualityBlock2 > div:nth-child(1) {
    flex-grow: 1; }
  .companyQualityBlock2 > div:nth-child(2) {
    flex-shrink: 0;
    margin-left: 20px; }
  @media only screen and (max-width: 640px) {
    .companyQualityBlock2 {
      flex-direction: column;
      align-items: center; }
      .companyQualityBlock2 > div:nth-child(2) {
        margin: 10px 0 0; }
        .companyQualityBlock2 > div:nth-child(2) img {
          max-width: 100%;
          height: auto; } }

/*====================================================================

	企業情報 国内事業所

====================================================================*/
@media print, screen and (min-width: 641px) {
  .tableA-companyBranch td + th {
    border-left: 10px solid #fff; } }

.companyBranchH4 {
  margin: 0;
  font-size: 17px;
  font-weight: bold; }

.companyBranchLead {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #00aa96; }

.companyBranchAddress {
  margin-top: 10px;
  padding: 5px 10px;
  background: #f2f3f5; }

.tableA-companyBranch2 th,
.tableA-companyBranch2 td {
  padding: 10px;
  line-height: 1.5;
  font-size: 14px; }
.tableA-companyBranch2 strong {
  display: block;
  margin: 5px 0;
  font-weight: bold;
  color: #00aa96; }
@media print, screen and (min-width: 641px) {
  .tableA-companyBranch2 th {
    width: 180px; } }

.companyBranch-imgWrap {
  float: left;
  margin-right: 10px;
  width: 130px; }
  .companyBranch-imgWrap img {
    vertical-align: top; }
  .companyBranch-imgWrap img + img {
    margin-top: 1px; }
  @media only screen and (max-width: 640px) {
    .companyBranch-imgWrap {
      margin-bottom: 5px;
      width: 100px; }
      .companyBranch-imgWrap img {
        width: 100px;
        height: auto; } }

.map-btn {
  width: 55px;
  color: #ffffff;
  background: #35b588;
  font-size: 12px;
  text-shadow: 0 -1px 0px #225588, 0 -2px 0px #225588;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 1px solid #225588;
  border-radius: 5px;
  background: -moz-linear-gradient(rgba(34, 85, 136, 0.5), #225588);
  background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#35b588), to(#4c736f));
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.5) inset, 0px -1px 0px rgba(255, 255, 255, 0.2) inset; }

/*====================================================================

	企業情報 グループ

====================================================================*/
.companyGroupMaps {
  display: flex;
  justify-content: space-between; }
  .companyGroupMaps a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    padding: 15px;
    width: 333px;
    height: 338px;
    color: inherit;
    text-decoration: none; }
    .companyGroupMaps a:hover {
      opacity: .7; }
    .companyGroupMaps a span {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      left: 15px;
      padding: 5px;
      background: #000;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #fff; }
    .companyGroupMaps a img {
      margin-top: 50px; }
  @media only screen and (max-width: 640px) {
    .companyGroupMaps {
      display: block; }
      .companyGroupMaps a {
        width: auto;
        height: 260px; }
        .companyGroupMaps a img {
          max-width: 100%;
          height: auto; }
      .companyGroupMaps a + a {
        margin-top: 15px; } }

.companyGroupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .companyGroupList a {
    display: flex;
    color: inherit;
    text-decoration: none; }
    .companyGroupList a:hover {
      opacity: .7; }
    .companyGroupList a > img {
      margin-right: 10px;
      border: 1px solid #e6e6e6;
      width: 118px;
      height: 118px; }
    .companyGroupList a > div {
      position: relative; }
      .companyGroupList a > div h3 {
        margin: 0;
        line-height: 1.3;
        font-size: 17px;
        font-weight: bold; }
      .companyGroupList a > div p {
        margin: .3em 0 0; }
      .companyGroupList a > div small {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        padding: .3em .6em;
        background: #00aa96;
        color: #fff; }
        .companyGroupList a > div small::before {
          content: "";
          margin-right: 4px;
          width: 14px;
          height: 10px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='%23fff' d='M3,0h11v7h-11zM2,3h-2v7h11v-2h-9'/%3E%3C/svg%3E");
          background-size: 100%; }
  @media print, screen and (min-width: 641px) {
    .companyGroupList a {
      width: 365px; }
      .companyGroupList a:nth-child(n+3) {
        margin-top: 30px; } }
  @media only screen and (max-width: 640px) {
    .companyGroupList {
      display: block; }
      .companyGroupList a:nth-child(n+2) {
        margin-top: 15px; }
      .companyGroupList a > div h3 {
        font-size: 15px; } }

.companyForeignMap {
  position: relative;
  width: 760px;
  background-image: url("../img/company/group/foreign/map_bg.gif");
  background-size: 100%; }
  .companyForeignMap::before {
    content: "";
    display: block;
    padding-top: 50%; }
  .companyForeignMap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .companyForeignMap img[data-id] {
      transition: opacity .1s;
      opacity: 0; }
      .companyForeignMap img[data-id].is-active {
        opacity: 1; }
  @media only screen and (max-width: 640px) {
    .companyForeignMap {
      width: 100%; } }

.companyGroupHanyoukeikiImages {
  float: right;
  margin: 0 0 10px 10px;
  width: 250px; }
  .companyGroupHanyoukeikiImages img {
    display: block;
    width: 100%;
    height: auto; }
    .companyGroupHanyoukeikiImages img:nth-child(n+2) {
      margin-top: 5px; }
  @media only screen and (max-width: 640px) {
    .companyGroupHanyoukeikiImages {
      width: 50%; } }

.companyGroupYoshitomiImages {
  display: flex; }
  .companyGroupYoshitomiImages > div {
    display: flex;
    flex-direction: column; }
    .companyGroupYoshitomiImages > div img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .companyGroupYoshitomiImages > div span {
      font-size: 11px; }
    .companyGroupYoshitomiImages > div:nth-child(n+2) {
      margin-left: 20px; }

/*====================================================================

	企業情報 SDGsの取り組み

====================================================================*/
.img_lead_sdgs {
  width: 100%;
  margin: 30px 0 60px; }
  @media only screen and (max-width: 640px) {
    .img_lead_sdgs {
      margin: 20px 0; } }

.head_sdgs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 60px 0 32px; }
  @media only screen and (max-width: 640px) {
    .head_sdgs {
      flex-wrap: wrap-reverse;
      margin: 30px 0; } }
  .head_sdgs_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 640px) {
      .head_sdgs_wrap {
        display: block; } }
    .head_sdgs_wrap .el_item {
      width: 48%; }
      @media only screen and (max-width: 640px) {
        .head_sdgs_wrap .el_item {
          width: 100%; } }
      .head_sdgs_wrap .el_item .el_text {
        font-size: 16px;
        font-weight: bold; }
        .head_sdgs_wrap .el_item .el_text .el_number {
          font-size: 27px;
          color: #01aa95; }
        .head_sdgs_wrap .el_item .el_text small {
          display: block;
          font-weight: normal; }
  .head_sdgs_small {
    border-left: 3px solid #01aa95;
    padding: 0 0 0 .5em;
    font-size: 20px; }
  .head_sdgs img {
    margin-right: 4px;
    width: 90px;
    height: 90px; }
    @media only screen and (max-width: 640px) {
      .head_sdgs img {
        margin-top: 4px; } }
  .head_sdgs_title {
    position: relative;
    text-align: center;
    height: 90px;
    padding: 0 2%;
    margin: 0; }
    @media only screen and (max-width: 640px) {
      .head_sdgs_title {
        height: 60px;
        padding: 2%; } }
    .head_sdgs_title span {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 640px) {
        .head_sdgs_title span {
          font-size: 16px;
          position: relative;
          display: block; } }
    .head_sdgs_title.is-01 {
      width: 447px;
      background-color: #fef0f3;
      color: #aa0111; }
    .head_sdgs_title.is-02 {
      width: 541px;
      background-color: #f2ffef;
      color: #28a838; }
    .head_sdgs_title.is-03 {
      width: 541px;
      background-color: #fdfae2;
      color: #d39206; }
    .head_sdgs_title.is-04 {
      width: 635px;
      background-color: #fff5e3;
      color: #df7b05; }
    .head_sdgs_title.is-05 {
      width: 635px;
      background-color: #f2ffef;
      color: #407936; }

.sdgs_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .sdgs_img_item {
    width: 49%; }
    .sdgs_img_item img {
      width: 100%; }

.sdgs_list {
  padding-left: 0; }
  .sdgs_list li {
    padding-left: 1.5em;
    list-style: none;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
    .sdgs_list li:before {
      content: '●';
      font-size: 16px;
      position: absolute;
      left: 0;
      top: 0;
      color: #01aa95; }
    .sdgs_list li span {
      font-weight: normal;
      font-size: 13px;
      display: block;
      margin-top: 6px; }

.tableA.is-sdgs {
  display: table !important;
  box-sizing: border-box; }
  .tableA.is-sdgs:nth-child(2) {
    width: 62%; }
    @media only screen and (max-width: 640px) {
      .tableA.is-sdgs:nth-child(2) {
        width: 100%; } }
  .tableA.is-sdgs tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .tableA.is-sdgs tr:nth-child(odd) td {
      background-color: #eaecef; }
      .tableA.is-sdgs tr:nth-child(odd) td.is-title {
        font-weight: bold;
        background-color: #c1e8da; }
    .tableA.is-sdgs tr td {
      text-align: center;
      width: 31%;
      background-color: #f2f3f5;
      border-left: 1px solid #fff; }
      @media only screen and (max-width: 640px) {
        .tableA.is-sdgs tr td {
          width: 28%; } }
      .tableA.is-sdgs tr td.is-title {
        font-weight: bold;
        background-color: #dff3ec; }
    .tableA.is-sdgs tr th {
      text-align: center;
      width: 31%;
      border-left: 1px solid #fff; }
      @media only screen and (max-width: 640px) {
        .tableA.is-sdgs tr th {
          width: 28%; } }
      .tableA.is-sdgs tr th.is-head {
        font-weight: bold;
        background-color: #01aa95;
        color: #fff; }

.sdgs_other {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .sdgs_other {
      display: block; } }
  .sdgs_other_icon {
    margin-right: 16px;
    width: 90px;
    height: 90px; }
  .sdgs_other .sdgs_list {
    margin: 0; }
  .sdgs_other_img {
    width: 230px;
    height: 100%;
    margin-left: 16px; }
    @media only screen and (max-width: 640px) {
      .sdgs_other_img {
        width: 100%; } }

/*====================================================================

	株主・投資家向け

====================================================================*/
/*====================================================================

	メッセージ

====================================================================*/
.irMessage > img {
  float: right;
  margin: 0 0 10px 50px; }
.irMessage > div p {
  line-height: 2; }
  .irMessage > div p.irMessage-head {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0; }
    .irMessage > div p.irMessage-head + p {
      padding-left: 16px;
      line-height: 2.2; }
  .irMessage > div p.irMessage-sign {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center; }
    .irMessage > div p.irMessage-sign small {
      font-size: 90%; }
    .irMessage > div p.irMessage-sign span {
      font-size: 150%; }
@media only screen and (max-width: 640px) {
  .irMessage br {
    display: none; }
  .irMessage > img {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .irMessage > div p.irMessage-head {
    font-size: 26px;
    margin-top: 20px; }
    .irMessage > div p.irMessage-head + p {
      padding-left: 0; } }

.irMessage-text {
  padding-left: 16px; }
  .irMessage-text > h3 {
    margin: 40px 0 16px;
    font-size: 20px; }
  .irMessage-text > p {
    line-height: 2.2; }
  @media only screen and (max-width: 640px) {
    .irMessage-text {
      padding-left: 0; } }

/*====================================================================

	株主・投資家向け IRレポート

====================================================================*/
.irReportList {
  display: flex;
  flex-wrap: wrap; }
  .irReportList a {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px;
    background: #f6f6f6;
    line-height: 1.2;
    color: inherit;
    text-decoration: none; }
    .irReportList a:hover {
      opacity: .8; }
    .irReportList a > img {
      display: block;
      width: 100%;
      height: auto; }
    .irReportList a > time {
      margin: 5px 10px 0;
      color: #00aa96; }
    .irReportList a > span {
      margin: 5px 10px 0;
      font-size: 17px; }
    .irReportList a > small {
      margin: 5px 10px 0;
      font-size: 11px; }
  @media print, screen and (min-width: 641px) {
    .irReportList a {
      width: 240px;
      margin-left: 20px; }
      .irReportList a:nth-child(3n+1) {
        margin-left: 0; }
      .irReportList a:nth-child(n+4) {
        margin-top: 20px; }
      .irReportList a > img {
        width: 240px;
        height: 240px; } }
  @media only screen and (max-width: 640px) {
    .irReportList a {
      width: calc(50% - 6px); }
      .irReportList a:nth-child(even) {
        margin-left: 12px; }
      .irReportList a:nth-child(n+3) {
        margin-top: 20px; }
      .irReportList a > time {
        margin: 5px 6px 0;
        font-size: 12px; }
      .irReportList a > span {
        margin: 5px 6px 0;
        font-size: 14px; }
      .irReportList a > small {
        margin: 5px 6px 0;
        font-size: 10px; } }

/*====================================================================

	関連事業

====================================================================*/
.relationIndexList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .relationIndexList-item {
    display: flex;
    color: inherit;
    text-decoration: none; }
    .relationIndexList-item:hover {
      opacity: .7; }
    .relationIndexList-item > img {
      flex-shrink: 0;
      margin-right: 10px;
      border: 1px solid #e6e6e6;
      width: 118px;
      height: 118px; }
    .relationIndexList-item > div {
      box-sizing: border-box;
      position: relative;
      min-height: 118px;
      padding-bottom: 32px; }
      .relationIndexList-item > div h3 {
        margin: 0;
        font-size: 17px;
        font-weight: bold; }
      .relationIndexList-item > div p {
        margin: 0; }
      .relationIndexList-item > div span {
        position: absolute;
        bottom: 0;
        padding: 2px 12px 2px 22px;
        background-color: #00aa96;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpi+P//vwgQyzCgA6CgGhB/AuJaIOZEl9QE4u1AfB+Ig7Hp7voPAbUwAXUg3oyiA6cduFwFEGAAd3xOfOK5ypcAAAAASUVORK5CYII=");
        background-position: 8px 8px;
        font-size: 12px;
        color: #fff;
        text-decoration: none; }
  @media print, screen and (min-width: 641px) {
    .relationIndexList-item {
      width: 365px; }
      .relationIndexList-item:nth-child(n+3) {
        margin-top: 30px; } }
  @media only screen and (max-width: 640px) {
    .relationIndexList {
      display: block; }
      .relationIndexList-item:nth-child(n+2) {
        margin-top: 20px; } }

.relationLeakTable {
  border-collapse: separate;
  border-spacing: 1px 1px;
  width: 100%; }
  .relationLeakTable th,
  .relationLeakTable td {
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px;
    width: 33%;
    line-height: 1.4; }
  .relationLeakTable th {
    text-align: center;
    background: #eaecef; }
  .relationLeakTable td {
    text-align: left;
    background: #f2f3f5; }
  @media only screen and (max-width: 640px) {
    .relationLeakTable {
      display: block;
      width: auto; }
      .relationLeakTable tbody,
      .relationLeakTable tr,
      .relationLeakTable th,
      .relationLeakTable td {
        display: block;
        padding: 0;
        width: auto;
        background: none; }
      .relationLeakTable tr {
        padding: 10px;
        background: #eaecef; }
        .relationLeakTable tr:nth-child(n+2) {
          margin-top: 1px; }
      .relationLeakTable td {
        margin-top: 10px; } }

.relationLeakName {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 10px;
  padding: 6px 3px;
  background: gray;
  color: #fff; }
  .relationLeakName b {
    font-weight: bold; }
  .relationLeakName span {
    font-size: 11px;
    font-weight: normal; }

.relationLeakName-color1 {
  background: #669345; }

.relationLeakName-color2 {
  background: #009ac5; }

.relationLeakName-color3 {
  background: #4072b4; }

.relationLeakName-color4 {
  background: #7840a2; }

.relationLeakName-color5 {
  background: #6a6565; }

.relationLeakName-color6 {
  background: #000000; }

/*====================================================================

	お問い合わせ

====================================================================*/
.contactItemWrap {
  display: flex;
  justify-content: space-between; }
  .contactItemWrap .contactItem {
    width: 300px; }
    .contactItemWrap .contactItem div {
      margin: 0 auto; }
    .contactItemWrap .contactItem-note {
      font-size: 11px; }
  @media only screen and (max-width: 640px) {
    .contactItemWrap {
      display: block; }
      .contactItemWrap .contactItem {
        width: auto; }
        .contactItemWrap .contactItem:nth-child(n+2) {
          margin-top: 10px; } }

.contactItem {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  background: #f6f6f6; }
  .contactItem > img {
    flex-shrink: 0;
    margin-right: 10px;
    width: 84px;
    height: 84px; }
  .contactItem > div h3 {
    margin: 0 0 10px;
    line-height: 1.1;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center; }
  .contactItem-btn {
    display: flex;
    align-items: flex-start;
    padding: 0px 15px;
    background-color: #00aa96;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    height: 38px;
    align-items: center; }
    .contactItem-btn small {
      margin-right: 0.5em;
      line-height: 1.1; }
    .contactItem-btn b {
      font-family: Arial, sans-serif;
      font-size: 28px; }
    .contactItem-btn:hover {
      background-color: #000; }
  .contactItem-btn.web {
    line-height: 1.1; }
    .contactItem-btn.web::before {
      content: "";
      flex-shrink: 0;
      margin: 0px 3px 0 0;
      width: 1.3em;
      height: 1.3em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
      background-size: 100%; }
  .contactItem-note {
    margin: 8px 0 0;
    color: #b02744; }
  .contactItem-tel {
    display: flex;
    flex-direction: column;
    line-height: 1.2; }
    .contactItem-tel span {
      font-size: 14px;
      font-weight: bold;
      color: #000; }
    .contactItem-tel a {
      font-family: Arial, sans-serif;
      font-size: 32px;
      font-weight: bold;
      color: #00aa96;
      text-decoration: none; }
  @media only screen and (max-width: 640px) {
    .contactItem > img {
      width: 42px;
      height: 42px; }
    .contactItem > div h3 {
      font-size: 15px; } }

/*====================================================================

	個人情報保護方針

====================================================================*/
.privacyList {
  padding-left: 1.5em; }

.privacyList > li + li {
  margin-top: 1em; }

.privacyList > li > ol {
  margin-top: 0.5em;
  padding-left: 1.5em; }

/*====================================================================

	サイトマップ

====================================================================*/
.sitemapList {
  margin: 0; }
  .sitemapList > dt {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding: 15px 0 0 15px;
    font-size: 120%; }
    .sitemapList > dt:first-child {
      margin-top: 0;
      border-top: none;
      padding-top: 0; }
  .sitemapList > dd {
    margin: 0; }
    .sitemapList > dd > ul {
      margin-top: 5px; }
  @media only screen and (max-width: 640px) {
    .sitemapList > dt {
      margin-top: 10px;
      padding: 10px 0 0 10px; } }

/*====================================================================

	株主・投資家向け情報

====================================================================*/
.indexNavIR {
  border-radius: 4px;
  background: #00AA94;
  padding: 12px 16px 20px; }
  .indexNavIR-title {
    font-size: 35px;
    margin-top: 0;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px; }
    .indexNavIR-title span {
      font-size: 12px;
      display: block;
      margin-top: 6px; }
  .indexNavIR-link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 16px; }
    .indexNavIR-link a {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 4px;
      background: #FFF;
      font-size: 18px;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      overflow: hidden; }
      .indexNavIR-link a img {
        width: 100%;
        height: 96px;
        object-fit: cover; }
      .indexNavIR-link a span {
        margin: 10px 0; }
      .indexNavIR-link a:hover {
        opacity: 0.5; }
  @media only screen and (max-width: 640px) {
    .indexNavIR-title {
      font-size: 24px; }
    .indexNavIR-link {
      grid-template-columns: 1fr; } }

.indexLinkIR {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px; }
  .indexLinkIR a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding-inline: 16px;
    border-bottom: 1px solid #EEE; }
    .indexLinkIR a > span {
      width: 48px;
      height: 48px;
      border-radius: 24px;
      background: #00AA95;
      display: grid;
      place-content: center; }
    .indexLinkIR a p {
      font-size: 20px;
      flex: 1;
      line-height: 1.2; }
      .indexLinkIR a p > span {
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin-top: 6px; }
    .indexLinkIR a:hover {
      opacity: 0.5; }
  @media only screen and (max-width: 640px) {
    .indexLinkIR {
      grid-template-columns: 1fr; } }

/*====================================================================

	株価情報

====================================================================*/
.imgIR {
  margin: 20px auto;
  display: block;
  max-width: 100%; }

.btnIR {
  text-align: center; }
  .btnIR a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    border-radius: 24px;
    background: #00529F;
    color: #fff;
    text-decoration: none;
    font-size: 14px; }
    .btnIR a:hover {
      opacity: 0.8; }
    .btnIR a svg {
      width: 24px;
      height: 24px;
      aspect-ratio: 1/1;
      vertical-align: middle; }
    .btnIR a.is-back {
      background: #fff;
      border: 2px solid #00529F;
      box-sizing: border-box;
      color: #00529F;
      font-weight: bold;
      line-height: 44px; }
      .btnIR a.is-back svg {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        margin-bottom: 6px; }
  @media only screen and (max-width: 640px) {
    .btnIR a {
      padding: 0 30px;
      font-size: 12px; }
      .btnIR a svg {
        width: 14px;
        height: 14px; } }

.greenWrap {
  background-color: #ebf9f7;
  padding: 16px;
  border-radius: 4px; }

.stockRealTime {
  text-align: center; }
  .stockRealTime ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0; }
    .stockRealTime ul li a {
      display: flex;
      width: 140px;
      height: 64px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      background: #FFF;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      color: #333;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none; }
      .stockRealTime ul li a:hover {
        opacity: 0.5; }
  @media only screen and (max-width: 640px) {
    .stockRealTime ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px; }
      .stockRealTime ul li a {
        width: 100%; } }

/*====================================================================

	長野計器グループの事業について

====================================================================*/
.segments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  .segments-item {
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 16px;
    text-align: center;
    font-size: 12px;
    height: 100%;
    box-sizing: border-box;
    align-content: start; }
    .segments-item h3 {
      margin-top: 0;
      font-size: 24px; }
    .segments-item img {
      display: block;
      margin: auto;
      min-width: 100%; }
    .segments-item strong {
      font-size: 40px; }
    .segments-item p {
      text-align: left; }
  @media only screen and (max-width: 640px) {
    .segments {
      grid-template-columns: 1fr; } }

.segmentsNav-title {
  background: #F8F8F8;
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold; }

.segmentsNav {
  background: #F8F8F8;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  gap: 2px;
  border-color: var(--color-category); }
  .segmentsNav.is-gauges {
    --color-category: #4EAD5B; }
  .segmentsNav.is-sensors {
    --color-category: #4EADEA; }
  .segmentsNav.is-control {
    --color-category: #EA9B56; }
  .segmentsNav.is-casting {
    --color-category: #B25751; }
  .segmentsNav li a {
    background: #FFF;
    display: grid;
    align-content: center;
    height: 48px;
    text-align: center;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2; }
    .segmentsNav li a.active {
      background: var(--color-category);
      color: #fff;
      font-weight: normal; }
    .segmentsNav li a:hover {
      opacity: 0.5; }
  @media only screen and (max-width: 640px) {
    .segmentsNav li a {
      font-size: 12px; } }

.segmentsContAbout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px; }
  .segmentsContAbout.is-gauges {
    --color-category: #4EAD5B; }
  .segmentsContAbout.is-sensors {
    --color-category: #4EADEA; }
  .segmentsContAbout.is-control {
    --color-category: #EA9B56; }
  .segmentsContAbout.is-casting {
    --color-category: #B25751; }
  .segmentsContAbout h3 {
    font-size: 20px; }
  .segmentsContAbout-slide img {
    width: 100%; }
  .segmentsContAbout-list {
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
    margin: 0; }
    .segmentsContAbout-list li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 34px; }
      .segmentsContAbout-list li::before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        background-color: var(--color-category);
        width: 24px;
        height: 24px;
        border-radius: 12px;
        position: absolute;
        left: 0;
        font-size: 16px;
        text-align: center; }
  .segmentsContAbout .splide__pagination {
    gap: 8px;
    padding-left: 0; }
    .segmentsContAbout .splide__pagination li button {
      width: 12px;
      height: 12px;
      border: none;
      border-radius: 6px;
      background-color: #eee; }
      .segmentsContAbout .splide__pagination li button.is-active {
        background-color: var(--color-category); }
  @media only screen and (max-width: 640px) {
    .segmentsContAbout {
      display: block; } }

.segmentsContCore {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  .segmentsContCore-item {
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 16px;
    font-size: 13px;
    justify-items: center;
    display: grid;
    height: 100%;
    box-sizing: border-box;
    align-content: start; }
  .segmentsContCore img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #00AA95;
    background: #FFF;
    object-fit: contain;
    padding: 5px;
    display: block;
    box-sizing: border-box; }
  .segmentsContCore h3 {
    font-size: 24px;
    margin: 10px 0;
    text-align: center; }
    .segmentsContCore h3 small {
      color: #00AA94;
      font-size: 14px;
      display: block; }
  .segmentsContCore span {
    display: inline-block;
    padding: 4px 16px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #EEE;
    background: #EBF8F7;
    font-size: 14px; }
  @media only screen and (max-width: 640px) {
    .segmentsContCore {
      display: block; } }

.segmentsContDetail {
  display: grid;
  gap: 16px; }
  .segmentsContDetail-item {
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 16px;
    font-size: 13px; }
    .segmentsContDetail-item h3 {
      font-size: 24px;
      margin: 0 0 10px; }
    .segmentsContDetail-item > div {
      border-radius: 24px;
      background: #EBF8F7;
      display: flex;
      padding: 8px 32px;
      justify-content: start;
      align-items: center;
      gap: 6px;
      font-size: 14px; }
      .segmentsContDetail-item > div h4 {
        margin: 0 20px 0 0; }
      .segmentsContDetail-item > div span {
        border-radius: 16px;
        border: 1px solid #EEE;
        background: #FFF;
        padding: 4px 16px;
        font-weight: bold; }
    .segmentsContDetail-item > span {
      border-radius: 4px;
      border: 1px solid #EEE;
      background: #FFF;
      padding: 4px 16px;
      margin-right: 10px; }
  @media only screen and (max-width: 640px) {
    .segmentsContDetail-item > div {
      flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 12px;
      border-radius: 8px;
      font-size: 12px; }
      .segmentsContDetail-item > div h4 {
        width: 100%; } }

/*====================================================================

	IRニュース

====================================================================*/
.newsIR-head {
  font-size: 12px; }
  .newsIR-head svg {
    vertical-align: middle; }

.navIR {
  list-style: none;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #00aa96;
  gap: 20px; }
  .navIR li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    display: block; }
    .navIR li a.active, .navIR li a:hover {
      font-weight: bold;
      border-bottom: 4px solid #00aa96; }
  @media only screen and (max-width: 640px) {
    .navIR {
      gap: 0;
      margin-bottom: 0 !important; }
      .navIR li a {
        padding: 10px 6px;
        font-size: 12px; } }

/*====================================================================

	IRカレンダー

====================================================================*/
img.calendar {
  width: 100%;
  height: auto; }

.calendar-cont-title {
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #00AA95;
  background: #F8F8F8;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0; }
  .calendar-cont-title span {
    font-size: 12px;
    font-weight: normal; }
.calendar-cont > div {
  border-radius: 0 0 8px 8px;
  background: #F8F8F8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
.calendar-cont-item {
  border-radius: 4px;
  background: #FFF;
  padding: 10px; }
  .calendar-cont-item .el_title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    gap: 10px; }
    .calendar-cont-item .el_title .el_tag {
      display: flex;
      width: 80px;
      height: 28px;
      justify-content: center;
      align-items: center;
      gap: 5px;
      border-radius: 2px;
      background: #00529E;
      color: #FFF;
      font-size: 14px; }
      .calendar-cont-item .el_title .el_tag.is-schedule {
        background-color: #A3BACD; }
      .calendar-cont-item .el_title .el_tag.is-completed {
        background-color: #666; }
  .calendar-cont-item .el_text {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px; }
    .calendar-cont-item .el_text span {
      font-size: 12px;
      display: block;
      font-weight: normal; }
  .calendar-cont-item .el_data {
    border-top: 2px dashed #EEE;
    padding: 10px 20px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    gap: 20px;
    flex-wrap: wrap; }
    .calendar-cont-item .el_data > div {
      display: flex;
      flex-wrap: wrap;
      flex: 1;
      gap: 10px; }
    .calendar-cont-item .el_data a {
      display: flex;
      height: 32px;
      padding: 0 20px;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: #333;
      border-radius: 16px;
      border: 1px solid #00529F;
      background: #FFF; }
      .calendar-cont-item .el_data a:hover {
        opacity: 0.5; }

@media only screen and (max-width: 640px) {
  .calendar-cont-item .el_title {
    flex-wrap: wrap;
    gap: 0; }
    .calendar-cont-item .el_title .el_tag {
      margin-right: 10px; }

  .calendar-cont-item .el_data {
    display: block; }
    .calendar-cont-item .el_data > div {
      gap: 4px; }
      .calendar-cont-item .el_data > div a {
        font-size: 12px;
        padding: 0 10px; } }
/*====================================================================

	数字でみる長野計器

====================================================================*/
img.numbers {
  width: 100%;
  height: auto; }

.numbers-cont {
  display: grid;
  gap: 20px; }
  .numbers-cont-item {
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 16px;
    text-align: center;
    font-size: 12px;
    height: 100%;
    box-sizing: border-box;
    align-content: start; }
    .numbers-cont-item h3 {
      margin: 0;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px; }
      .numbers-cont-item h3 span {
        font-size: 13px;
        font-weight: normal;
        display: block; }
    .numbers-cont-item > div > p {
      font-size: 40px;
      font-weight: bold;
      margin: 0; }
      .numbers-cont-item > div > p small {
        font-size: 14px; }
  .numbers-cont.is-col2 {
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 640px) {
      .numbers-cont.is-col2 {
        grid-template-columns: 1fr; } }
  .numbers-cont.is-col3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; }
    @media only screen and (max-width: 640px) {
      .numbers-cont.is-col3 {
        grid-template-columns: 1fr; } }
  .numbers-cont.is-full {
    grid-template-columns: 1fr; }
    .numbers-cont.is-full .numbers-cont-item {
      height: auto;
      display: flex;
      margin-bottom: 10px;
      align-items: center; }
      .numbers-cont.is-full .numbers-cont-item h3 {
        padding-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #eee;
        width: 256px;
        align-items: center;
        margin-bottom: 0; }
      .numbers-cont.is-full .numbers-cont-item > div {
        flex: 1; }
        .numbers-cont.is-full .numbers-cont-item > div > p small {
          font-size: 20px; }
      @media only screen and (max-width: 640px) {
        .numbers-cont.is-full .numbers-cont-item {
          display: block; } }

/*# sourceMappingURL=bundle.css.map */
