@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* break point ------------------------------ */
/* colors ------------------------------ */
/* text ------------------------------ */
/* Hedding ------------------------------ */
/* animation ------------------------------ */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Basic ------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'ABeeZee', 'Noto Sans JP','游ゴシック体','Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.6; }

#wrap {
  width: 100%;
  overflow: clip; }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  list-style: none; }

.serif {
  font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','Noto Serif JP',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif; }

.tCenter,
.align-center {
  text-align: center; }

.tRight,
.align-right {
  text-align: right; }

.block {
  display: block; }

.color-key {
  color: #0B4E98 ; }

.bold {
  font-weight: bold; }

@media screen and (min-width: 769px) {
  .sp, .tb {
    display: none; } }
 /*
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .sp, .pc {
    display: none;
  }
}*/
@media screen and (max-width: 768px) {
  .tb, .pc {
    display: none; } }
/* link */
a {
  color: #000;
  text-decoration: none; }
  a:not(.noicon)[target="_blank"]::after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background: url(../img/icon-blank.png) 50%/cover no-repeat;
    margin-left: 5px;
    vertical-align: middle; }
  a.link {
    color: #0B4E98; }
    a.link:hover {
      text-decoration: underline; }
  a.popup-link {
    text-decoration: underline; }

/* Space ------------------------------ */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

/* -------------------------------
   header
------------------------------- */
#header {
  position: relative;
  z-index: 11;
  background-color: #FFF; }
  #header::before {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.67);
    transition: opacity .25s;
    z-index: -2;
    opacity: 0; }
  #header::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: -1; }
  #header.open::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1; }
  @media screen and (min-width: 769px) {
    #header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 25px 0 20px;
      min-height: 100px; }
      #header #g-nav > ul {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        gap: 5px 26px; }
        #header #g-nav > ul > li::before {
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          content: '';
          width: 100%;
          height: 0;
          background-color: rgba(0, 0, 0, 0.67);
          transition: opacity .25s;
          z-index: -2;
          opacity: 0; }
        #header #g-nav > ul > li > a {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          font-size: 18px;
          height: 100px;
          font-weight: 500; }
          #header #g-nav > ul > li > a::before {
            position: absolute;
            bottom: 1px;
            left: 50%;
            width: 0;
            height: 1px;
            display: block;
            content: '';
            background-color: #0B4E98 ;
            transition: left .25s, width .25s; }
        #header #g-nav > ul > li > ul {
          position: absolute;
          top: -10000%;
          left: 50%;
          z-index: -1;
          opacity: 0;
          transition: top .25s 0s, opacity .25s;
          transform: translate(-50%, 0);
          width: calc(100% - 40px);
          min-height: 150px;
          display: flex;
          flex-wrap: wrap;
          grid-gap: 10px 30px;
          align-items: center;
          padding: 40px 30px 30px 400px;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 10px, #FFF 10px); }
          #header #g-nav > ul > li > ul::before {
            display: flex;
            align-items: center;
            position: absolute;
            top: 40px;
            left: 0;
            content: attr(data-jp);
            font-size: 24px;
            font-weight: 500;
            padding: 10px 0 10px 40px;
            white-space: nowrap;
            border-right: 1px solid #D1C6C6;
            width: 360px;
            height: calc(100% - 70px); }
          #header #g-nav > ul > li > ul::after {
            position: absolute;
            bottom: 50%;
            left: 40px;
            transform: translate(0, 50%);
            content: attr(data-en);
            font-size: 14px;
            color: #0B4E98 ;
            white-space: nowrap;
            width: 55px;
            border-bottom: 2px solid #0B4E98 ;
            padding-bottom: 56px; }
          #header #g-nav > ul > li > ul > li {
            position: relative;
            min-width: 150px; }
            #header #g-nav > ul > li > ul > li::before {
              position: absolute;
              bottom: 0;
              left: 50%;
              width: 0;
              height: 1px;
              display: block;
              content: '';
              background-color: #0B4E98 ;
              transition: left .25s, width .25s; }
            #header #g-nav > ul > li > ul > li > a {
              display: block;
              padding: 10px 20px 10px 0;
              font-size: 16px;
              font-weight: 500;
              border-bottom: 1px solid #D1C6C6;
              transition: color .25s; }
              #header #g-nav > ul > li > ul > li > a:not([target])::after {
                display: inline-block;
                content: "";
                width: 16px;
                height: 12px;
                background-color: #808080;
                -webkit-mask-image: url("../img/arr-bl.svg");
                mask-image: url("../img/arr-bl.svg");
                background-size: cover;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translate(0, -50%);
                transition: background-color .25s ease-in-out, opacity .25s ease-in-out; }
            #header #g-nav > ul > li > ul > li:hover::before {
              left: 0;
              width: 100%; }
            #header #g-nav > ul > li > ul > li:hover a {
              color: #0B4E98 ; }
              #header #g-nav > ul > li > ul > li:hover a:not([target])::after {
                background-color: #0B4E98 ; }
        #header #g-nav > ul > li:hover[data-sub="1"] + li::before {
          height: 100vh;
          opacity: 1; }
        #header #g-nav > ul > li:hover > a::before {
          left: 0;
          width: 100%; }
        #header #g-nav > ul > li:hover > ul {
          top: 100%;
          z-index: 20;
          opacity: 1;
          transition: top 0s, opacity .25s; } }
  @media screen and (max-width: 1199px) and (min-width: 769px) {
    #header {
      flex-direction: column;
      justify-content: center; }
      #header .logo {
        padding-top: 40px; }
      #header #g-nav > ul > li > a {
        font-size: 14px; } }
  @media screen and (max-width: 768px) {
    #header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 75px;
      padding: 15px 20px 15px 10px; }
      #header .logo {
        width: 240px; }
      #header #g-nav > ul {
        position: absolute;
        width: 320px;
        top: 75px;
        left: 100%;
        background-color: #FFF;
        transition: left .25s; }
        #header #g-nav > ul > li {
          border-top: 1px solid rgba(221, 221, 221, 0.87);
          padding: 15px 30px; }
          #header #g-nav > ul > li > a {
            font-size: 18px;
            font-weight: 500; }
          #header #g-nav > ul > li > ul {
            padding-left: 20px;
            list-style: disc;
            font-size: 16px; }
            #header #g-nav > ul > li > ul > li {
              margin-top: 10px; }
      #header #g-nav #g-nav-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 75px; }
        #header #g-nav #g-nav-btn::before, #header #g-nav #g-nav-btn::after {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block;
          content: '';
          width: 28px;
          border-color: #A19F9F;
          border-style: solid;
          border-width: 0; }
        #header #g-nav #g-nav-btn::before {
          height: 1px;
          border-top-width: 1px;
          transition: transform .25s; }
        #header #g-nav #g-nav-btn::after {
          height: 19px;
          border-top-width: 1px;
          border-bottom-width: 1px;
          transition: height .25s .25s, border-bottom-width .25s 0s, transform .25s; }
      #header.open #g-nav > ul {
        left: calc(100% - 320px); }
      #header.open #g-nav #g-nav-btn::before {
        height: 1px;
        border-top-width: 1px;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: transform .25s .25s; }
      #header.open #g-nav #g-nav-btn::after {
        height: 1px;
        border-top-width: 1px;
        border-bottom-width: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        transition: height .25s, border-bottom-width 0s .25s, transform .25s .25s; } }

/* -------------------------------
   footer
------------------------------- */
#footer {
  position: relative;
  text-align: center; }
  #footer #pagetop {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 0;
    margin: 10px; }
    #footer #pagetop a {
      display: block;
      background-color: #000;
      -webkit-mask-image: url(../img/arr-circle-wh.svg);
      mask-image: url(../img/arr-circle-wh.svg);
      mask-size: 100%;
      transform: rotate(-90deg);
      width: 40px;
      height: 40px;
      transition: background-color .25s; }
  #footer #f-cta {
    position: relative;
    display: grid; }
    #footer #f-cta::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      z-index: -10;
      background-color: #000; }
    #footer #f-cta li {
      position: relative; }
      #footer #f-cta li::after {
        position: absolute;
        top: 50%;
        content: '';
        background: url("../img/arr-circle-wh.svg") center center/cover no-repeat;
        transform: translate(0, -50%); }
      #footer #f-cta li a {
        position: relative;
        color: #FFF;
        display: block;
        height: 100%;
        overflow: hidden; }
        #footer #f-cta li a::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: '';
          mix-blend-mode: overlay; }
        #footer #f-cta li a::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: '';
          display: block;
          z-index: -1;
          background: right center / cover no-repeat; }
        #footer #f-cta li a > * {
          position: relative;
          z-index: 1; }
        #footer #f-cta li a span {
          display: block;
          color: #FFF;
          text-align: center;
          font-style: normal;
          font-weight: 400;
          line-height: 25px;
          /* 113.636% */ }
          #footer #f-cta li a span::before {
            display: block;
            content: attr(data-en);
            font-family: Roboto;
            font-style: normal;
            font-weight: 700;
            line-height: 26px;
            /* 173.333% */
            letter-spacing: 0.15px; }
      #footer #f-cta li#f-cta-dl a::after {
        background-image: url("../img/f-download.jpg"); }
      #footer #f-cta li#f-cta-ct a {
       /*
      &::before {
        background: #44576B;
      }*/ }
        #footer #f-cta li#f-cta-ct a::after {
          background-image: url("../img/f-contact.jpg"); }
  #footer #f-nav {
    display: grid; }
    #footer #f-nav > li a {
      display: block;
      width: fit-contet;
      text-align: left; }
    #footer #f-nav > li > a {
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    #footer #f-nav > li ul {
      list-style: disc;
      padding-left: 20px;
      margin-top: 10px; }
      #footer #f-nav > li ul li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px;
        /* 160% */ }
  #footer #copyright {
    background: #000;
    padding: 25px 20px 46px;
    color: #FFFCFC;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  @media screen and (min-width: 769px) {
    body:not(#home) #footer {
      margin-top: 120px; }
    #footer #pagetop a:hover {
      background-color: #0B4E98 ; }
    #footer #f-cta {
      grid-auto-flow: column; }
      #footer #f-cta li {
        height: 230px; }
        #footer #f-cta li::after {
          right: 30px;
          width: 32px;
          height: 32px; }
        #footer #f-cta li a {
          font-size: 14px;
          padding: 52px 10px 38px; }
          #footer #f-cta li a::after {
            transition: transform .25s; }
          #footer #f-cta li a span {
            font-size: 22px;
            margin-bottom: 26px; }
            #footer #f-cta li a span::before {
              font-size: 15px;
              margin-bottom: 16px; }
          #footer #f-cta li a:hover::after {
            transform: scale(1.1); }
    #footer .logo {
      padding: 60px; }
    #footer #f-nav {
      grid-auto-flow: column;
      grid-gap: 50px;
      padding: 0 20px;
      width: 990px;
      max-width: 100%;
      margin: 0 auto; }
      #footer #f-nav > li > a:nth-child(n+2) {
        margin-top: 15px; }
    #footer #copyright {
      margin-top: 70px;
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    body:not(#home) #footer {
      margin-top: 60px; }
    #footer #f-cta {
      grid-gap: 1px; }
      #footer #f-cta li {
        height: 140px; }
        #footer #f-cta li::after {
          right: 15px;
          width: 24px;
          height: 24px; }
        #footer #f-cta li a {
          font-size: 10px;
          padding: 20px 10px; }
          #footer #f-cta li a span {
            font-size: 18px;
            margin-bottom: 15px; }
            #footer #f-cta li a span::before {
              font-size: 13px;
              margin-bottom: 5px; }
    #footer .logo {
      padding: 30px; }
      #footer .logo img {
        width: 275px; }
    #footer #f-nav {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
      padding: 0 15px; }
      #footer #f-nav > li:first-child {
        grid-area: 1 / 1 / 2 / 3; }
      #footer #f-nav > li > a {
        font-size: 15px; }
        #footer #f-nav > li > a:nth-child(n+2) {
          margin-top: 10px; }
    #footer #copyright {
      margin-top: 50px;
      font-size: 10px; } }

/* -------------------------------
   common
------------------------------- */
.link-box {
  display: grid;
  grid-gap: 20px;
  align-content: flex-start;
  background: #FFF;
  box-shadow: 10px 10px 20px 4px rgba(0, 0, 0, 0.1);
  height: 100%; }
  .link-box .ttl {
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */ }
  .link-box.pic-bg {
    position: relative; }
    .link-box.pic-bg::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: block;
      background: linear-gradient(180deg, #EBEBEB 11.28%, #323232 95.78%);
      mix-blend-mode: multiply;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .link-box.pic-bg .ttl {
      position: absolute;
      color: #FFF;
      z-index: 2; }
    .link-box.pic-bg picture {
      position: relative;
      overflow: hidden;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .link-box.pic-bg img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .link-box::after {
    display: none !important; }

.content-box {
  display: grid;
  align-content: flex-start;
  grid-gap: 20px; }
  .content-box figure {
    text-align: center; }
  .content-box .ttl {
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */ }

.btn a, .btn span {
  display: flex;
  min-width: 234px;
  width: fit-content;
  height: 45px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 185.714% */ }
  .btn a::after, .btn span::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 12px;
    background-color: #0B4E98 ;
    -webkit-mask-image: url("../img/arr-bl.svg");
    mask-image: url("../img/arr-bl.svg");
    background-size: cover;
    transition: background-color .25s ease-in-out, opacity .25s ease-in-out; }
.btn:not(.plane) a, .btn:not(.plane) span {
  margin: 0 auto; }
.btn.plane {
  margin-top: 30px; }
  .btn.plane a, .btn.plane span {
    position: relative;
    min-width: 0;
    width: fit-content;
    border: none;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    color: inherit !important; }
    .btn.plane a::after, .btn.plane span::after {
      position: absolute;
      top: 50%;
      left: calc(100% + 10px);
      transform: translate(0, -50%);
      background-color: #000 !important; }
.btn.center a {
  width: fit-content;
  margin: 0 auto; }

.news-list {
  border-top: 1px solid #CCC; }
  .news-list li {
    display: flex;
    grid-gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #CCC; }
    .news-list li time {
      white-space: nowrap; }
    .news-list li .cat {
      white-space: nowrap;
      text-align: center;
      font-size: 13px;
      font-weight: 500;
      line-height: 26px;
      /* 200% */ }
      .news-list li .cat.topics {
        background-color: #CEDCEA; }
      .news-list li .cat.exhibition {
        background-color: #F6E28F; }
      .news-list li .cat.product {
        background-color: #DAECBF; }
    .news-list li a {
      display: block;
      width: 100%; }

.cats {
  display: flex; }
  .cats .cat {
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    width: 100%; }
    .cats .cat a {
      display: block;
      padding: 10px;
      font-size: 18px;
      background-color: #EEE; }
    .cats .cat.topics a {
      background-color: #CEDCEA; }
    .cats .cat.exhibition a {
      background-color: #F6E28F; }
    .cats .cat.product a {
      background-color: #DAECBF; }

.link-list,
.content-list {
  display: grid; }
  .link-list:nth-child(n+2),
  .content-list:nth-child(n+2) {
    margin-top: 40px; }
  .link-list.product-list li picture,
  .content-list.product-list li picture {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4 / 3;
    min-width: 0;
    padding: 10px; }
    .link-list.product-list li picture img,
    .content-list.product-list li picture img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center center; }
  .link-list.technology-list li a,
  .content-list.technology-list li a {
    align-content: flex-start; }
    .link-list.technology-list li a picture,
    .content-list.technology-list li a picture {
      aspect-ratio: 1 / 1;
      min-width: 0; }
      .link-list.technology-list li a picture img,
      .content-list.technology-list li a picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
  .link-list.column-list .link-box,
  .content-list.column-list .link-box {
    position: relative;
    padding-bottom: 40px; }
    .link-list.column-list .link-box img,
    .content-list.column-list .link-box img {
      aspect-ratio: 2 / 1;
      width: 100%;
      height: 100%;
      overflow: hidden;
      object-fit: cover; }
    .link-list.column-list .link-box .btn,
    .content-list.column-list .link-box .btn {
      margin-right: 0;
      margin-left: auto; }
      .link-list.column-list .link-box .btn span,
      .content-list.column-list .link-box .btn span {
        position: absolute;
        bottom: 10px;
        right: 10px;
        justify-content: flex-end;
        min-width: 0;
        text-decoration: underline;
        text-underline-offset: 10px;
        padding: 0 0 15px 0; }
        .link-list.column-list .link-box .btn span::after,
        .content-list.column-list .link-box .btn span::after {
          background-color: #000; }

/* WP-PageNavi スタイル */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  font-size: 16px; }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease; }

/* 数字のページナビ */
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #ddd;
  color: #333;
  background: #f9f9f9; }

.wp-pagenavi a:hover {
  background: #0b4e98;
  color: #fff;
  border-color: #0b4e98; }

/* 現在のページ */
.wp-pagenavi span.current {
  background: #0b4e98;
  color: #fff;
  border-color: #0b4e98; }

/* 「前へ」「次へ」のボタン */
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background: #0073aa;
  color: #fff;
  border: 1px solid #0073aa;
  padding: 8px 14px; }

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  background: #005a87;
  border-color: #005a87; }

/* 「最初へ」「最後へ」ボタン */
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  background: #555;
  color: #fff;
  border: 1px solid #555; }

.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
  background: #333;
  border-color: #333; }

/* 無効なリンク（前後ページがない場合） */
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
  color: #999;
  padding: 8px 10px; }

.sitemap-list {
  border-top: 1px solid rgba(204, 204, 204, 0.5); }
  .sitemap-list > li {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
    .sitemap-list > li > a {
      display: block;
      font-weight: bold; }
    .sitemap-list > li > ul {
      list-style: disc;
      display: flex;
      flex-wrap: wrap;
      list-style-position: inside; }
      .sitemap-list > li > ul > li {
        padding-left: 20px;
        text-indent: -20px; }

#page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 1190px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500; }
  #page-title[data-en]::before {
    display: block;
    content: attr(data-en);
    color: #0B4E98 ;
    margin-bottom: 10px; }
  #page-title::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    background-color: #FAFAFA;
    z-index: -1; }

.dig-breadcrumb {
  display: flex;
  overflow: auto;
  width: 1190px;
  max-width: 100%;
  margin: 0 auto; }
  .dig-breadcrumb li {
    white-space: nowrap;
    color: #808080;
    font-size: 14px; }
    .dig-breadcrumb li:nth-child(n+2)::before {
      display: inline-block;
      content: '>';
      margin: 0 .5em; }
    .dig-breadcrumb li a {
      color: #808080; }

nav[aria-label="breadcrumb"]:has(+ .page-header) {
  position: relative;
  margin-bottom: -1px; }
  nav[aria-label="breadcrumb"]:has(+ .page-header)::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    background-color: #F0F5F9;
    z-index: -1; }

.page-header {
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0; }
  .page-header::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    background-color: #F0F5F9;
    z-index: -1; }
  .page-header.with-img {
    display: grid;
    justify-items: center;
    grid-gap: 40px; }

.std-sec {
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: 0 auto; }
  .std-sec.bg + .bg {
    margin-top: 0; }
  .std-sec.bg::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    z-index: -1;
    background-color: #FFF; }
  .std-sec.bg.blue::before {
    background-color: #E5EAF0; }

.popup-sec {
  transition: z-index 0s .25s, top 0s .25s, left 0s .25s, transform 0s .25s, opacity .25s;
  position: fixed;
  top: 100%;
  left: 100%;
  z-index: -100;
  width: 980px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  background-color: #FFF;
  opacity: 0;
  overflow: auto; }
  .popup-sec .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .popup-sec .close::before, .popup-sec .close::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      content: '';
      width: 28px;
      border-color: #A19F9F;
      border-style: solid;
      border-width: 0; }
    .popup-sec .close::before {
      height: 1px;
      border-top-width: 1px;
      transform: translate(-50%, -50%) rotate(45deg); }
    .popup-sec .close::after {
      height: 1px;
      border-top-width: 1px;
      transform: translate(-50%, -50%) rotate(-45deg); }
  .popup-sec.active {
    transition: z-index 0s, top 0s, left 0s, transform 0s, opacity .25s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 100; }

.overlay {
  transition: z-index 0s .25s, top 0s .25s, left 0s .25s, transform 0s .25s, opacity .25s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.67);
  transition: opacity .25s;
  z-index: 99; }
  .overlay.active {
    transition: z-index 0s, top 0s, left 0s, transform 0s, opacity .25s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }

.anchor-list dt {
  background-color: #808080;
  color: #FFF; }
.anchor-list dd a {
  display: block;
  position: relative;
  border-bottom: 1px solid #CCC; }
  .anchor-list dd a::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 12px;
    background-color: #808080;
    -webkit-mask-image: url("../img/arr-bl.svg");
    mask-image: url("../img/arr-bl.svg");
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: background-color .25s ease-in-out, opacity .25s ease-in-out; }

.news-sec > *:nth-child(n+2) {
  margin-top: 40px; }
.news-sec .img-txt .txt > *:nth-child(n+2),
.news-sec .txt-img .txt > *:nth-child(n+2) {
  margin-top: 20px; }
.news-sec ul {
  list-style: disc;
  padding-left: 20px; }
.news-sec ol {
  list-style: decimal;
  padding-left: 20px; }
.news-sec table {
  width: 100%;
  border-collapse: collapse; }
  .news-sec table thead tr th,
  .news-sec table tbody tr th {
    background-color: #F0F5F9;
    padding: 20px;
    width: 25%;
    border: 1px solid #DDD;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  .news-sec table thead tr td,
  .news-sec table tbody tr td {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #DDD; }

h2.ttl {
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 500; }
  h2.ttl[data-en]::before {
    display: block;
    font-size: 14px;
    content: attr(data-en);
    margin-bottom: 10px; }

h3.ttl {
  margin-bottom: 30px;
  font-weight: 500; }
  h3.ttl:not(.plane) {
    padding-left: 20px; }
    h3.ttl:not(.plane)::before {
      display: inline-block;
      content: '';
      background-image: linear-gradient(#0b4e98, #8fc31f);
      width: 5px;
      height: 40px;
      border-radius: 10px;
      vertical-align: middle;
      margin: 0 15px 0 -20px; }

h4.ttl {
  margin-bottom: 20px;
  font-weight: 500; }

.std-table {
  width: 100%;
  border-collapse: collapse; }
  .std-table thead tr th,
  .std-table tbody tr th {
    background-color: #F0F5F9;
    padding: 20px;
    width: 25%;
    border: 1px solid #DDD;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  .std-table thead tr td,
  .std-table tbody tr td {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #DDD; }

.equipment-table tbody th, .equipment-table tbody td {
  padding: 10px;
  vertical-align: top; }

.simple-table {
  width: 100%;
  border-collapse: collapse; }
  .simple-table tbody tr th {
    white-space: nowrap;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #DDD;
    font-weight: normal;
    text-align: left;
    vertical-align: top; }
  .simple-table tbody tr td {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #DDD; }
  .simple-table tbody tr:first-child th, .simple-table tbody tr:first-child td {
    border-top: 1px solid #DDD; }
  .simple-table.noborder tbody tr th, .simple-table.noborder tbody tr td {
    border: none;
    padding-bottom: 0; }
  .simple-table.noborder tbody tr:first-child th, .simple-table.noborder tbody tr:first-child td {
    padding-top: 0; }

ul.list {
  list-style: disc;
  padding-left: 20px; }
ul.kome-num-list {
  padding-left: 1.5em;
  text-indent: -1.5em; }

ol.list {
  list-style: decimal;
  padding-left: 20px; }

dl.list dt {
  font-weight: 700; }
  dl.list dt:nth-of-type(n+2) {
    margin-top: 1em; }

.map-wrap {
  position: relative;
  aspect-ratio: 480 / 280; }
  .map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-txt,
.txt-img {
  display: grid;
  align-items: flex-start; }
  .img-txt .img,
  .txt-img .img {
    text-align: center;
    justify-items: center; }
    .img-txt .img img,
    .txt-img .img img {
      display: block; }
      .img-txt .img img:not(:last-child),
      .txt-img .img img:not(:last-child) {
        margin-bottom: 10px; }

.box-sec {
  border: 6px solid #DDD;
  line-height: 2; }
  .box-sec.noborder {
    border: none; }
  .box-sec.bg {
    background-color: #F5F6F7; }

.step-sec-wrap .step-sec:nth-child(n+2)::before {
  display: block;
  content: '';
  background-color: #0B4E98 ;
  width: 100%;
  height: 21px;
  clip-path: polygon(0 0, 30px 0, 50px 18.5px, 70px 0, 100% 0, 100% 2px, 71px 2px, 50px 21px, 29px 2px, 0 2px); }
.step-sec-wrap .step-sec > .ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD; }
  .step-sec-wrap .step-sec > .ttl .step {
    color: colorKey; }

.imgs {
  display: grid;
  grid-gap: 10px; }
  .imgs[data-col="2"] {
    grid-template-columns: repeat(2, 1fr); }
  .imgs[data-col="3"] {
    grid-template-columns: repeat(2, 1fr); }
  .imgs[data-ratio="3-2"] img {
    aspect-ratio: 3 / 2;
    object-fit: cover; }
  .imgs figcaption {
    grid-column: 1 / -1;
    font-size: 15px; }

@media screen and (min-width: 769px) {
  nav[aria-label="breadcrumb"] {
    padding: 30px 0 0; }

  .sitemap-list > li {
    padding: 15px 0; }
    .sitemap-list > li > ul {
      margin-top: 15px;
      grid-gap: 10px 40px; }

  #page-title {
    min-height: 180px;
    padding: 10px 0;
    font-size: 32px; }
    #page-title[data-en]::before {
      font-size: 15px; }

  body:not(#home) #contents {
    padding: 0 40px; }

  .link-box {
    position: relative; }
    .link-box::before {
      position: absolute;
      bottom: 1px;
      left: 50%;
      width: 0;
      height: 1px;
      display: block;
      content: '';
      background-color: #0B4E98 ;
      transition: left .25s, width .25s; }
    .link-box p {
      padding: 0 30px; }
      .link-box p:last-child {
        padding-bottom: 40px; }
    .link-box.pic-bg .ttl {
      left: 25px;
      bottom: 15px; }
    .link-box.pic-bg img {
      transition: transform .25s; }
    .link-box.pic-bg:hover img {
      transform: scale(1.1); }
    .link-box:hover::before {
      left: 0;
      width: 100%; }

  .btn a {
    position: relative;
    z-index: 1;
    border: 1px solid #0B4E98 ;
    color: #0B4E98 ;
    transition: color .25s; }
    .btn a::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 0;
      height: 100%;
      background-color: #0B4E98 ;
      z-index: -1;
      transition: width .25s, left .25s; }
    .btn a::after {
      opacity: .53; }
    .btn a:hover {
      color: #FFF; }
      .btn a:hover::before {
        width: 100%;
        left: 0; }
      .btn a:hover::after {
        opacity: 1;
        background-color: #FFF; }
  .btn.plane a {
    transition: color .25s, border-color .25s; }
    .btn.plane a::before {
      display: none; }
    .btn.plane a:hover {
      color: #0B4E98 !important;
      border-color: #0B4E98 !important; }
      .btn.plane a:hover::after {
        background-color: #0B4E98 !important; }

  .news-list li {
    padding: 20px 0 20px 30px;
    transition: border-bottom .25s ease-in-out; }
    .news-list li time {
      white-space: nowrap;
      margin-right: 30px; }
    .news-list li .cat {
      margin-right: 20px;
      min-width: 130px; }
    .news-list li a {
      position: relative;
      padding-right: 30px;
      transition: color .25s ease-in-out; }
      .news-list li a::after {
        display: inline-block;
        content: "";
        width: 16px;
        height: 12px;
        background-color: #808080;
        -webkit-mask-image: url("../img/arr-bl.svg");
        mask-image: url("../img/arr-bl.svg");
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        transition: background-color .25s ease-in-out, opacity .25s ease-in-out; }
    .news-list li:hover {
      border-bottom: 1px solid rgba(11, 78, 152, 0.53); }
      .news-list li:hover a {
        color: rgba(11, 78, 152, 0.53); }
        .news-list li:hover a::after {
          background-color: #0B4E98 ; }

  .link-list,
  .content-list {
    grid-row-gap: 60px; }
    .link-list[data-col="2"],
    .content-list[data-col="2"] {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 30px; }
    .link-list[data-col="3"],
    .content-list[data-col="3"] {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 30px; }
    .link-list[data-col="4"],
    .content-list[data-col="4"] {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 15px; }
    .link-list.column-list .link-box p, .link-list.column-list .link-box time,
    .content-list.column-list .link-box p,
    .content-list.column-list .link-box time {
      padding: 0 10px; }

  .page-header {
    align-items: center;
    grid-template-columns: 340px 1fr; }

  .std-sec {
    margin-top: 80px; }
    .std-sec.bg {
      padding-top: 80px;
      padding-bottom: 80px; }
      .std-sec.bg:last-child {
        margin-bottom: -120px; }

  .popup-sec {
    padding: 40px; }

  h2.ttl {
    font-size: 32px; }

  h3.ttl {
    font-size: 24px; }

  h4.ttl {
    font-size: 20px; }

  .std-sec[data-col="2"] {
    display: grid;
    align-items: flex-start;
    grid-gap: 30px;
    grid-template-columns: 210px 1fr; }

  .anchor-list {
    position: sticky;
    top: 0;
    font-size: 15px; }
    .anchor-list.nosticky {
      position: relative; }
    .anchor-list dt {
      padding: 15px; }
    .anchor-list dd a {
      display: flex;
      align-items: center;
      transition: color .25s ease-in-out;
      min-height: 50px;
      padding: 10px 20px 10px 15px; }
      .anchor-list dd a::after {
        transition: background-color .25s ease-in-out, opacity .25s ease-in-out; }
      .anchor-list dd a:hover {
        border-bottom: 1px solid rgba(11, 78, 152, 0.53);
        color: rgba(11, 78, 152, 0.53); }
        .anchor-list dd a:hover::after {
          background-color: #0B4E98 ; }

  .access-sec {
    position: relative;
    padding-left: min(500px, calc((100vw - 80px - 20px) / 2 + 20px));
    min-height: min(280px, calc((100vw - 80px - 20px) / 2 / 480 * 280)); }
    .access-sec:nth-child(n+2) {
      margin-top: 40px; }
    .access-sec .map-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: min(480px, calc((100vw - 80px - 20px) / 2)); }

  .img-txt,
  .txt-img {
    grid-gap: 40px;
    grid-template-columns: 260px 1fr; }
    .img-txt:nth-child(n+2),
    .txt-img:nth-child(n+2) {
      margin-top: 40px; }
    .img-txt.evenly,
    .txt-img.evenly {
      grid-template-columns: 1fr 1fr; }

  .txt-img {
    grid-template-columns: 1fr 260px; }
    .txt-img .txt {
      order: 1; }
    .txt-img .img {
      order: 2; }

  .box-sec {
    padding: 40px 80px;
    font-size: 20px; }
    .box-sec.bg {
      padding: 40px; }

  .step-sec-wrap .step-sec {
    margin-top: 40px; }
    .step-sec-wrap .step-sec:nth-child(n+2)::before {
      margin-bottom: 40px; }
    .step-sec-wrap .step-sec .txt-img.evenly {
      grid-template-columns: 390fr 560fr !important; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .news-list li {
    flex-wrap: wrap; }

  .link-list[data-col="2"], .link-list[data-col="3"], .link-list[data-col="4"],
  .content-list[data-col="2"],
  .content-list[data-col="3"],
  .content-list[data-col="4"] {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 768px) {
  nav[aria-label="breadcrumb"] {
    padding: 10px 0 0; }

  .sitemap-list > li {
    padding: 10px 0; }
    .sitemap-list > li > ul {
      margin-top: 10px;
      grid-gap: 10px 20px; }

  #page-title {
    min-height: 90px;
    padding: 10px 0;
    font-size: 24px; }
    #page-title[data-en]::before {
      display: none;
      font-size: 14px; }

  body:not(#home) #contents {
    padding: 0 20px; }

  .link-box p {
    padding: 0 20px; }
    .link-box p:last-child {
      padding-bottom: 20px; }
  .link-box.pic-bg .ttl {
    left: 20px;
    bottom: 15px; }

  .btn a {
    border: 1px solid #0B4E98 ;
    color: #0B4E98 ; }

  .news-list li {
    flex-wrap: wrap;
    padding: 20px 0;
    transition: border-bottom .25s ease-in-out; }
    .news-list li time {
      margin-right: 20px; }
    .news-list li .cat {
      min-width: 100px; }

  .link-list,
  .content-list {
    grid-gap: 40px; }

  .std-sec {
    margin-top: 40px; }
    .std-sec.bg {
      padding-top: 40px;
      padding-bottom: 40px; }
      .std-sec.bg:last-child {
        margin-bottom: -60px; }

  .anchor-list {
    padding: 10px 20px;
    background-color: #808080;
    color: #FFF;
    width: 100%; }

  .popup-sec {
    padding: 40px 20px;
    font-size: 14px; }

  h2.ttl {
    font-size: 24px; }

  h3.ttl {
    font-size: 20px; }

  h4.ttl {
    font-size: 18px; }

  .std-table th, .std-table td {
    padding: 10px !important; }

  .std-table:not([data-sp="false"]) {
    display: block; }
    .std-table:not([data-sp="false"]) thead,
    .std-table:not([data-sp="false"]) tbody {
      display: block; }
      .std-table:not([data-sp="false"]) thead tr,
      .std-table:not([data-sp="false"]) tbody tr {
        display: block; }
        .std-table:not([data-sp="false"]) thead tr th, .std-table:not([data-sp="false"]) thead tr td,
        .std-table:not([data-sp="false"]) tbody tr th,
        .std-table:not([data-sp="false"]) tbody tr td {
          display: block;
          width: 100%;
          margin-top: -1px; }

  .equipment-table thead {
    display: none !important; }
  .equipment-table tbody tr {
    display: flex !important;
    flex-wrap: wrap; }
    .equipment-table tbody tr.hidden {
      display: none !important; }
    .equipment-table tbody tr th, .equipment-table tbody tr td {
      position: relative;
      margin-left: -1px;
      font-size: 12px; }
      .equipment-table tbody tr th::before, .equipment-table tbody tr td::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #E5EAF0;
        font-size: 14px;
        padding: 10px;
        height: 40px;
        display: flex;
        align-items: center; }
      .equipment-table tbody tr th.type, .equipment-table tbody tr td.type {
        width: calc(100% - 1px);
        margin-top: 40px;
        border: none;
        padding-top: 50px !important; }
        .equipment-table tbody tr th.type::before, .equipment-table tbody tr td.type::before {
          content: '設備分類'; }
      .equipment-table tbody tr th.factory, .equipment-table tbody tr td.factory {
        width: calc(100% - 1px);
        border: none;
        padding-top: 50px !important; }
        .equipment-table tbody tr th.factory::before, .equipment-table tbody tr td.factory::before {
          content: '工場'; }
        .equipment-table tbody tr th.factory:first-child, .equipment-table tbody tr td.factory:first-child {
          margin-top: 20px; }
      .equipment-table tbody tr th.maker, .equipment-table tbody tr td.maker {
        width: 40%; }
        .equipment-table tbody tr th.maker:not(:nth-child(1)), .equipment-table tbody tr td.maker:not(:nth-child(1)) {
          padding-top: 50px !important; }
          .equipment-table tbody tr th.maker:not(:nth-child(1))::before, .equipment-table tbody tr td.maker:not(:nth-child(1))::before {
            content: 'メーカー'; }
      .equipment-table tbody tr th.model, .equipment-table tbody tr td.model {
        width: 60%; }
        .equipment-table tbody tr th.model:not(:nth-child(2)), .equipment-table tbody tr td.model:not(:nth-child(2)) {
          padding-top: 50px !important; }
          .equipment-table tbody tr th.model:not(:nth-child(2))::before, .equipment-table tbody tr td.model:not(:nth-child(2))::before {
            content: '型式'; }

  .access-sec:nth-child(n+2) {
    margin-top: 30px; }
  .access-sec .map-wrap {
    margin-bottom: 20px; }

  .img-txt,
  .txt-img {
    grid-gap: 20px; }
    .img-txt:nth-child(n+2),
    .txt-img:nth-child(n+2) {
      margin-top: 30px; }

  .box-sec {
    padding: 30px; }

  .step-sec-wrap .step-sec {
    margin-top: 30px; }
    .step-sec-wrap .step-sec:nth-child(n+2)::before {
      margin-bottom: 30px; } }
/* -------------------------------
   home
------------------------------- */
#mv-view {
  position: relative; }
  #mv-view #mv-hero li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s; }
    #mv-view #mv-hero li .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #mv-view #mv-hero li .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #mv-view #mv-hero li .copy {
      position: absolute;
      color: #FFF; }
      #mv-view #mv-hero li .copy .ttl {
        text-shadow: 0 0 5px black; }
  #mv-view #mv-thumbs {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4); }
    #mv-view #mv-thumbs li {
      height: 110px; }
      #mv-view #mv-thumbs li a {
        display: block;
        position: relative;
        height: 100%; }
        #mv-view #mv-thumbs li a::before {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0 solid rgba(11, 78, 152, 0.53);
          transition: border-width .25s; }
        #mv-view #mv-thumbs li a .cat {
          position: absolute;
          top: 5px;
          left: 5px;
          min-width: 70px;
          text-align: center;
          display: block;
          font-size: 13px;
          padding: 0 5px; }
          #mv-view #mv-thumbs li a .cat.cat-news {
            background-color: #CEDCEA; }
          #mv-view #mv-thumbs li a .cat.cat-product {
            background-color: #DAECBF; }
          #mv-view #mv-thumbs li a .cat.cat-exhibition {
            background-color: #F6E18F; }
      #mv-view #mv-thumbs li.active a::before {
        border-width: 5px; }

.home-sec:nth-child(odd) {
  background-color: #E5EAF0; }
.home-sec h2 {
  color: #000;
  font-style: normal;
  font-weight: 500; }
  .home-sec h2::after {
    content: attr(data-en);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    /* 93.75% */
    letter-spacing: 0.16px; }
.home-sec .column-list a {
  box-shadow: none; }
  .home-sec .column-list a p {
    padding: 0; }

.company-link-list {
  display: grid;
  grid-auto-flow: column; }
  .company-link-list li .link-box {
    display: block; }
    .company-link-list li .link-box .ttl {
      padding: 0; }

@media screen and (min-width: 769px) {
  #mv-view {
    width: 100%;
    height: 520px; }
    #mv-view #mv-hero li {
      padding: 0 250px 0 0; }
      #mv-view #mv-hero li .copy {
        bottom: 80px;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: calc(100% - 120px);
        width: 1280px;
        font-size: 24px;
        padding-right: 190px; }
        #mv-view #mv-hero li .copy span {
          display: block;
          font-size: 21px;
          margin-top: 20px; }
        #mv-view #mv-hero li .copy .ttl {
          font-size: 32px; }
    #mv-view #mv-thumbs {
      position: absolute;
      top: 0;
      right: 0;
      display: grid;
      grid-gap: 20px;
      justify-content: center;
      align-content: center;
      padding: 10px 30px 10px 20px;
      width: 250px;
      height: 100%; }

  .home-sec {
    display: grid;
    grid-template-columns: 70px min(calc(100% - 150px), 1130px);
    justify-content: center;
    grid-gap: 80px;
    padding: 80px 60px; }
    .home-sec h2 {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      align-items: flex-start;
      writing-mode: vertical-rl;
      width: 70px;
      border-top: 1px solid rgba(11, 78, 152, 0.53);
      padding-top: 30px;
      font-size: 34px;
      line-height: 36px;
      /* 105.882% */ }
      .home-sec h2::after {
        font-size: 16px;
        color: rgba(11, 78, 152, 0.53); }
    .home-sec > .in {
      position: relative; }
      .home-sec > .in .dsc {
        padding-right: 240px;
        margin-bottom: 50px; }
      .home-sec > .in > .btn {
        position: absolute;
        top: 0;
        right: 0; }
      .home-sec > .in section {
        position: relative; }
        .home-sec > .in section:nth-child(n+2) {
          margin-top: 50px; }
        .home-sec > .in section > .btn {
          position: absolute;
          top: 0;
          right: 0; }

  .company-link-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px; }
    .company-link-list li:nth-child(1) {
      grid-area: 1 / 1 / 3 / 2; }
    .company-link-list li:nth-child(2) {
      grid-area: 1 / 2 / 3 / 3; }
    .company-link-list li:nth-child(3) {
      grid-area: 1 / 3 / 2 / 4; }
    .company-link-list li:nth-child(4) {
      grid-area: 2 / 3 / 3 / 4; } }
@media screen and (max-width: 768px) {
  #mv-view {
    width: 100%;
    height: calc(550 / 390 * 100vw);
    max-height: calc(100vh - 80px);
    max-height: calc(100vsh - 80px); }
    #mv-view #mv-hero li {
      padding: 0 250px 0 0; }
      #mv-view #mv-hero li .copy {
        bottom: 160px;
        left: 20px;
        max-width: calc(100% - 40px);
        font-size: 20px; }
        #mv-view #mv-hero li .copy span {
          display: block;
          font-size: 14px;
          margin-top: 15px; }
        #mv-view #mv-hero li .copy .ttl {
          font-size: 24px; }
    #mv-view #mv-thumbs {
      position: absolute;
      bottom: 0;
      left: 0;
      display: flex;
      grid-gap: 20px;
      padding: 10px 20px 20px;
      width: 100%;
      height: 140px;
      overflow: hidden; }
      #mv-view #mv-thumbs li {
        min-width: 200px; }

  .home-sec {
    padding: 60px 30px; }
    .home-sec h2 {
      display: flex;
      align-items: flex-end;
      border-bottom: 1px solid #0B4E98 ;
      padding-bottom: 15px;
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 20px; }
      .home-sec h2::after {
        display: none;
        font-size: 13px;
        color: #0B4E98 ;
        margin-left: 15px; }
    .home-sec > .in .dsc {
      margin-bottom: 20px; }
    .home-sec > .in .btn {
      margin-top: 20px; }
    .home-sec > .in section:nth-child(n+2) {
      margin-top: 40px; }

  .company-link-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px; }
    .company-link-list li:nth-child(1) {
      grid-area: 1 / 1 / 2 / 3; }
    .company-link-list li:nth-child(2) {
      grid-area: 2 / 1 / 3 / 3; }
    .company-link-list li:nth-child(3) {
      grid-area: 3 / 1 / 4 / 2; }
    .company-link-list li:nth-child(4) {
      grid-area: 3 / 2 / 4 / 3; } }
