@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em; }

html {
  font-size: 62.5%; }


article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #0071bf;
  text-decoration: none;
  transition: all ease .3s; }
  a:link {
    color: #0071bf;
    text-decoration: none; }
  a:visited {
    color: #0071bf; }
  a:hover {
    color: #0071bf; }
  a:active {
    color: #0071bf; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.72;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF; }
  @media screen and (max-width: 896px) {
    body {
      min-width: inherit;
      font-size: 1.2rem;
      line-height: 1.5; } }

#container {
  /*padding-top: 100px;*/
  text-align: left;
  /*position: relative;*/ }
  @media screen and (max-width: 896px) {
    #container {
      padding-top: 0; } }

#main {
  position: relative;
  z-index: 10; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none; }
  @media screen and (max-width: 896px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: auto; } }

@media screen and (min-width: 897px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 896px) {
  a:hover, a:hover img {
    opacity: 1 !important; }

  .pc {
    display: none !important; } }
.padding-90 {
  padding: 90px 0; }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
  padding: 20px 0 24px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 999; }
  #gHeader.fixed {
    position: fixed; }
  @media screen and (max-width: 896px) {
    #gHeader {
      padding: 20px 20px 17px; }
      #gHeader .menu {
        position: absolute;
        right: 19px;
        top: 27px;
        width: 31px; } }
  #gHeader .hBox {
    margin: 0 auto;
    width: 1260px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #gHeader .hBox h1 {
      width: 161px; }
    @media screen and (max-width: 896px) {
      #gHeader .hBox {
        margin: 0;
        width: auto; }
        #gHeader .hBox h1 {
          width: 123px;
          cursor: pointer; } }
    #gHeader .hBox #gNavi {
      margin-top: 3px; }
      #gHeader .hBox #gNavi ul li {
        margin-right: 30px;
        width: 196px;
        display: inline-block;
        vertical-align: top; }
        #gHeader .hBox #gNavi ul li:first-of-type {
          width: 267px; }
          #gHeader .hBox #gNavi ul li:first-of-type a {
            color: #fff;
            background-color: #0071bf; }
            #gHeader .hBox #gNavi ul li:first-of-type a:hover {
              opacity: 0.7;
              color: #fff;
              background-color: #0071bf; }
            #gHeader .hBox #gNavi ul li:first-of-type a .icon {
              margin-right: 15px; }
              #gHeader .hBox #gNavi ul li:first-of-type a .icon .img01 {
                display: none !important; }
              #gHeader .hBox #gNavi ul li:first-of-type a .icon .img02 {
                display: block !important; }
        #gHeader .hBox #gNavi ul li:last-of-type {
          margin-right: 0; }
          #gHeader .hBox #gNavi ul li:last-of-type a .icon {
            margin-right: 13px; }
        #gHeader .hBox #gNavi ul li a {
          padding: 7px 10px;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 700;
          box-sizing: border-box;
          border: 1px solid #0071bf; }
          #gHeader .hBox #gNavi ul li a .icon {
            margin-right: 10px;
            display: flex;
            align-items: center; }
            #gHeader .hBox #gNavi ul li a .icon .img02 {
              display: none; }
          #gHeader .hBox #gNavi ul li a:hover {
            color: #fff;
            background-color: #0071bf; }
            #gHeader .hBox #gNavi ul li a:hover .icon .img01 {
              display: none; }
            #gHeader .hBox #gNavi ul li a:hover .icon .img02 {
              display: block; }
      @media screen and (max-width: 896px) {
        #gHeader .hBox #gNavi {
          margin-top: 0;
          padding: 75px 20px 95px;
          width: 100vw;
          height: auto;
          max-height: 100vh;
          position: absolute;
          left: 0;
          top: 80px;
          border-top: 2px solid #0071BF;
          background-color: #fff;
          box-sizing: border-box;
          z-index: 9999;
          display: none;
          overflow-y: auto; }
          #gHeader .hBox #gNavi ul {
            margin-bottom: 30px; }
            #gHeader .hBox #gNavi ul li {
              margin: 0 auto 17px;
              width: auto;
              max-width: 450px;
              display: block;
              vertical-align: top; }
              #gHeader .hBox #gNavi ul li:first-of-type {
                width: auto; }
                #gHeader .hBox #gNavi ul li:first-of-type a .icon {
                  margin-right: 15px; }
              #gHeader .hBox #gNavi ul li:nth-of-type(2) {
                margin-bottom: 45px; }
              #gHeader .hBox #gNavi ul li:last-of-type {
                margin: 0 auto;
                width: 248px; }
                #gHeader .hBox #gNavi ul li:last-of-type a {
                  padding: 14px 10px;
                  color: #0071bf;
                  font-size: 1.4rem;
                  background-color: #fff; }
                  #gHeader .hBox #gNavi ul li:last-of-type a .icon {
                    display: none; }
              #gHeader .hBox #gNavi ul li a {
                padding: 26px 10px 27px;
                width: 100%;
                font-size: 1.8rem;
                color: #fff;
                background-color: #0071bf; }
                #gHeader .hBox #gNavi ul li a .icon {
                  display: none; } }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  padding: 51px 0 30px;
  background-color: #0071bf; }
  #gFooter .fBox {
    margin: 0 auto;
    width: 1000px; }
  #gFooter .fNavi {
    margin-bottom: 45px;
    display: flex;
    justify-content: center; }
    #gFooter .fNavi li {
      margin: 0 13px;
      width: 303px;
      display: flex; }
      #gFooter .fNavi li a {
        padding: 13px;
        width: 100%;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
        background-color: #fff; }
        #gFooter .fNavi li a:hover {
          opacity: 0.7; }
  #gFooter .fLinkList {
    margin-bottom: 36px; }
    #gFooter .fLinkList li {
      text-align: center; }
      #gFooter .fLinkList li:not(:last-of-type) {
        margin-bottom: 6px; }
      #gFooter .fLinkList li a {
        color: #fff;
        font-weight: 700; }
  #gFooter .copyright {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif; }
  @media screen and (max-width: 896px) {
    #gFooter {
      padding: 51px 0 41px; }
      #gFooter .fBox {
        margin: 0 auto;
        width: auto; }
      #gFooter .fNavi {
        margin: 0 auto 36px;
        width: 248px;
        display: block; }
        #gFooter .fNavi li {
          margin: 0 0 18px;
          width: auto;
          display: block; }
          #gFooter .fNavi li:last-child {
            margin-bottom: 0; }
          #gFooter .fNavi li a {
            padding: 14px;
            display: block;
            font-size: 1.4rem; }
      #gFooter .fLinkList {
        margin-bottom: 43px; }
        #gFooter .fLinkList li:not(:last-of-type) {
          margin-bottom: 22px; }
        #gFooter .fLinkList li a {
          font-size: 1.4rem; } }

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 1000px; }
  @media screen and (max-width: 896px) {
    .content {
      margin: 0 20px;
      width: auto !important; } }

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 33px;
  color: #0071bf;
  font-size: 3.6rem;
  text-align: center; }
  @media screen and (max-width: 896px) {
    .headLine01 {
      margin-bottom: 32px;
      font-size: 2.4rem;
      line-height: 1.67; } }

/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
  padding: 59px 0 50px;
  color: #fff;
  text-align: center;
  background-color: #0071bf; }
  .comTextBox p {
    margin: 0 auto;
    width: 1000px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5; }
  @media screen and (max-width: 896px) {
    .comTextBox {
      padding: 43px 0 40px;
      background-color: rgba(0, 113, 191, 0.88); }
      .comTextBox p {
        margin: 0 auto;
        width: inherit;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.5; } }

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  margin-bottom: 62px;
  padding: 0;
  position: relative;
  background-color: #0071bf; }
  #main .mainVisual .photoBox {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; }
    #main .mainVisual .photoBox img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      object-position: right center; }
  @media screen and (max-width: 896px) {
    #main .mainVisual {
		display: block !important;
		height: auto !important;
      margin-bottom: 40px;
      padding: 0; }
      #main .mainVisual .photoBox {
        width: auto;
        height: 100%;
        position: absolute; }
		#main .mainVisual .photoBox img {
			object-position: center center;
		} }
  #main .mainVisual .inner {
    margin: 0 auto;
    width: 1260px;
    position: relative;
    z-index: 10; }
    #main .mainVisual .inner .textBox {
      color: #fff; }
      #main .mainVisual .inner .textBox .title {
        margin-bottom: 12px;
        padding: 5px 0 6px;
        width: 361px;
        font-size: 2.4rem;
        font-weight: 700;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      #main .mainVisual .inner .textBox h2 {
        margin-bottom: 18px;
        font-size: 4.8rem;
        line-height: 1.295; }
      #main .mainVisual .inner .textBox p {
	  font-size: 1.9rem !important;
	  font-weight: 700;
        /*margin-bottom: 34px;*/ }
      #main .mainVisual .inner .textBox .picture {
        padding-left: 5px; }
    @media screen and (max-width: 896px) {
      #main .mainVisual .inner {
	  margin: 0 20px;
    padding-top: 35px;
    padding-bottom: 35px;
        width: inherit; }
        #main .mainVisual .inner .textBox {
          /*margin-bottom: 18px;*/
          width: inherit; }
          #main .mainVisual .inner .textBox .title {
            margin-bottom: 8px;
            padding: 5px 8px 6px;
            width: 230px;
            font-size: 1.4rem;
            box-sizing: border-box; }
          #main .mainVisual .inner .textBox h2 {
            margin-bottom: 10px;
            font-size: 3rem;
            line-height: 1.3; }
          #main .mainVisual .inner .textBox p {
		  font-size: 1.6rem !important;
            margin-bottom: 0; }
          #main .mainVisual .inner .textBox p br {
			  display: none; }
          #main .mainVisual .inner .textBox .picture {
            padding-left: 0; } }
  #main .trends .photo {
    margin: 0 auto 20px;
    width: 852px; }
#main .trends h3{
    text-align: center;
    color: #0071bf;
    margin-bottom: 20px;
    font-size: 2.4rem;
}
  #main .trends .note {
    margin: 0 0 72px 74px;
    font-size: 1.2rem;
    line-height: 1.5; }
  @media screen and (max-width: 896px) {

      #main .trends .photo {
        margin: 0 -10px 27px;
        width: auto; }
      #main .trends .note {
        margin: 0 0 36px;
        font-size: 1.2rem;
        line-height: 1.5; } }
  #main .trends .text {
    margin-bottom: 73px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center; }
    #main .trends .text strong {
      position: relative;
      font-weight: 700; }
      #main .trends .text strong::before {
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: -4px;
        background-color: #ffdc64;
        content: ''; }
    @media screen and (max-width: 896px) {
      #main .trends .text {
        margin-bottom: 36px;
        font-size: 1.6rem;
        line-height: 1.63; }
        #main .trends .text span {
          padding-bottom: 3px;
          background: url(../img/common/bg01.jpg) repeat-x left bottom/5px auto; }
        #main .trends .text strong {
          position: relative;
          font-weight: 700; }
          #main .trends .text strong::before {
            display: none; } }
/*  #main .trends .textBox {
    padding: 43px 0 47px;
    background-color: rgba(0, 113, 191, 0.08); }*/
    #main .trends .textBox p {
      margin: 0 auto;
      width: 1000px;
      font-weight: 600;
      text-align: center;
        font-size: 18px;
}
#main .trends .textBox h2{
    margin-bottom: 30px;
    color: #0071bf;
    text-align: center;
    
}
    @media screen and (max-width: 896px) {
      #main .trends .textBox {
        /*padding: 41px 20px 41px;*/
        padding: 0px 20px;
        }
        #main .trends .textBox p {
          margin: 0 auto;
          width: inherit;
          font-size: 1.4rem;
          line-height: 1.73; } }
  #main .nordson .content {
    width: 855px; }
  #main .nordson .headLine01 {
    margin-bottom: 38px;
    font-size: 3rem; }
  @media screen and (max-width: 896px) {
      
      #main .nordson .content {
        width: inherit; }
      #main .nordson .headLine01 {
        margin-bottom: 22px;
        font-size: 2.4rem;
        line-height: 1.25; }
        #main .nordson .headLine01 span {
          margin-top: 5px;
          display: block;
          font-size: 1.8rem; } }
    #main .nordson .textList > li {
      display: flex;
      justify-content: space-between; }
      #main .nordson .textList > li:not(:last-of-type) {
        margin-bottom: 55px; }
      #main .nordson .textList > li .phoBox {
        width: 277px; }
        #main .nordson .textList > li .phoBox a {
          display: block; }
          #main .nordson .textList > li .phoBox a:hover {
            opacity: 0.7; }
      #main .nordson .textList > li .txtBox {
        margin-top: 2px;
        width: 552px; }
        #main .nordson .textList > li .txtBox .ttl {
          margin-bottom: 12px;
          padding-bottom: 15px;
          color: #0071bf;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.33;
          border-bottom: 1px solid  #0071bf; }
        #main .nordson .textList > li .txtBox ul li {
          padding-left: 1em;
          text-indent: -1em; }
    @media screen and (max-width: 896px) {
        #main .nordson .textList > li {
          display: block; }
          #main .nordson .textList > li:not(:last-of-type) {
            margin-bottom: 48px; }
          #main .nordson .textList > li .phoBox {
            margin-bottom: 12px;
            width: auto; }
            #main .nordson .textList > li .phoBox a:hover {
              opacity: 1; }
            #main .nordson .textList > li .phoBox img {
              width: 100%; }
          #main .nordson .textList > li .txtBox {
            margin-top: 2px;
            width: auto; }
            #main .nordson .textList > li .txtBox .ttl {
              margin-bottom: 12px; }
            #main .nordson .textList > li .txtBox ul li {
              font-size: 1.4rem;
              line-height: 1.73; } }
#main .increasing {
  margin-bottom: 74px; }
  #main .increasing .headLine01 {
    margin-bottom: 36px;
    font-size: 3.6rem;
    line-height: 1.35; }
  #main .increasing .text {
    margin-bottom: 46px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2;
    text-align: center; }
    #main .increasing .text strong {
      position: relative;
      font-weight: 700; }
      #main .increasing .text strong::before {
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: -4px;
        background-color: #ffdc64;
        content: ''; }
  @media screen and (max-width: 896px) {
    #main .increasing {
      margin-bottom: 69px; }
      #main .increasing .headLine01 {
        margin-bottom: 20px;
        font-size: 2.4rem;
        line-height: 1.25; }
      #main .increasing .text {
        margin-bottom: 46px;
        font-size: 1.4rem;
        line-height: 1.73; } }
  #main .increasing .textList {
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between; }
    #main .increasing .textList li {
      width: 456px;
      position: relative; }
      #main .increasing .textList li:not(:nth-of-type(2n))::before {
        width: 40px;
        height: 50px;
        position: absolute;
        right: -63px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/common/icon07.png) no-repeat center center/cover;
        content: ''; }
      #main .increasing .textList li .ttl {
        margin-bottom: 23px;
        padding-bottom: 13px;
        color: #0071bf;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.8;
        text-align: center;
        border-bottom: 1px solid #0071bf; }
    @media screen and (max-width: 896px) {
      #main .increasing .textList {
        margin-bottom: 35px;
        display: block; }
        #main .increasing .textList li {
          margin-bottom: 75px;
          width: auto;
          position: relative; }
          #main .increasing .textList li:last-of-type {
            margin-bottom: 0; }
          #main .increasing .textList li:not(:nth-of-type(2n))::before {
            width: 50px;
            height: 40px;
            right: 50%;
            top: auto;
            bottom: -62px;
            transform: translate(50%, 0);
            background-image: url(../img/common/icon10.png);
            content: ''; }
          #main .increasing .textList li .ttl {
            margin: 0 -10px 15px;
            padding-bottom: 12px;
            font-size: 1.8rem;
            line-height: 2; } }
  #main .increasing .bgBox {
    margin-bottom: 9px;
    padding: 14px 20px 13px;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center; }
    #main .increasing .bgBox .txtList {
      margin-right: 42px;
      display: flex; }
      #main .increasing .bgBox .txtList li {
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        line-height: 1.5; }
        #main .increasing .bgBox .txtList li:not(:last-of-type) {
          margin-right: 40px; }
        #main .increasing .bgBox .txtList li .txt {
          margin-left: 4px; }
    #main .increasing .bgBox .txtUl li {
      padding-left: 1em;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.5;
      text-indent: -1em; }
    @media screen and (max-width: 896px) {
      #main .increasing .bgBox {
        margin: 0 -10px 14px;
        padding: 27px 10px 27px;
        display: block; }
        #main .increasing .bgBox .txtList {
          margin: 0 0 14px;
          display: flex;
          justify-content: center; }
          #main .increasing .bgBox .txtList li {
            font-size: 1.2rem;
            line-height: 1.5; }
            #main .increasing .bgBox .txtList li:not(:last-of-type) {
              margin-right: 30px; }
            #main .increasing .bgBox .txtList li .txt {
              margin-left: 4px; }
        #main .increasing .bgBox .txtUl li {
          padding-left: 0;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.5;
          text-indent: 0; } }
  #main .increasing .note {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5; }
#main .production {
  margin-bottom: 85px; }
  #main .production .comTextBox {
    margin-bottom: 55px; }
  #main .production .text {
    margin-bottom: 75px;
    text-align: center; }
  #main .production .headLine01 {
    margin-bottom: 38px;
    font-size: 3.6rem;
    line-height: 1.33; }
  #main .production .textList {
    margin: -40px 0 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #main .production .textList li {
      margin-top: 40px;
      width: 455px;
      position: relative; }
      #main .production .textList li:not(:nth-of-type(2n))::before {
        width: 40px;
        height: 50px;
        position: absolute;
        right: -65px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/common/icon07.png) no-repeat center center/cover;
        content: ''; }
      #main .production .textList li .ttl {
        margin-bottom: 25px;
        padding-bottom: 15px;
        color: #0071bf;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        border-bottom: 1px solid #0071bf; }
      #main .production .textList li .pho {
        margin: 0 auto;
        width: 400px; }
  #main .production .noteList li {
    padding-left: 1em;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    text-indent: -1em; }
  @media screen and (max-width: 896px) {
    #main .production {
      margin-bottom: 64px; }
      #main .production .comTextBox {
        margin-bottom: 40px; }
      #main .production .text {
        margin: 0 -9px 49px;
        font-size: 1.4rem;
        line-height: 1.71;
        font-weight: 300; }
      #main .production .headLine01 {
        margin-bottom: 38px;
        font-size: 2.4rem; }
      #main .production .textList {
        margin: 0 -10px 26px;
        display: block; }
        #main .production .textList li {
          margin: 0 0 23px;
          padding-bottom: 75px;
          background: url("../img/index/arr_img01.png") no-repeat bottom center/50px auto;
          width: auto; }
          #main .production .textList li::before {
            display: none; }
          #main .production .textList li:last-child {
            background-image: none;
            padding-bottom: 0;
            margin-bottom: 0; }
          #main .production .textList li .ttl {
            margin-bottom: 35px;
            font-size: 1.8rem; }
          #main .production .textList li .pho {
            width: auto;
            margin: 0 10px; }
            #main .production .textList li .pho img {
              width: 100%; } }
#main .solution {
  margin-bottom: 0; }
  #main .solution .comTextBox {
    margin-bottom: 75px;
    padding: 50px 20px 72px;
    position: relative; }
    #main .solution .comTextBox::before {
      width: 1px;
      height: 44px;
      position: absolute;
      left: 50%;
      bottom: 0;
      background-color: #fff;
      content: ''; }
    #main .solution .comTextBox::after {
      width: 1px;
      height: 44px;
      position: absolute;
      left: 50%;
      bottom: -44px;
      background-color: #0071bf;
      content: ''; }
    #main .solution .comTextBox p span {
      margin-bottom: 12px;
      display: block;
      font-size: 4.8rem; }
  #main .solution .headLine01 {
    margin-bottom: 20px;
    position: relative;
    font-size: 3.6rem; 
  line-height: 1.267;}
  #main .solution .text {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.67;
    text-align: center; }
  #main .solution .textBox {
      margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    #main .solution .textBox .lBox {
      padding: 24px 35px 38px;
      width: 252px;
      position: relative;
      box-sizing: border-box;
      background-color: #cbe2f2; }
      #main .solution .textBox .lBox::before {
        width: 32px;
        height: 101px;
        position: absolute;
        right: -32px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/index/solution_bg01.png) no-repeat center center/cover;
        content: ''; }
      #main .solution .textBox .lBox h4 {
        margin-bottom: 13px;
        font-size: 2rem;
        line-height: 1.8;
        text-align: center; }
      #main .solution .textBox .lBox .title {
        margin-bottom: 2px;
        font-size: 1.6rem;
        font-weight: 700; }
      #main .solution .textBox .lBox ul {
        margin-bottom: 30px; }
        #main .solution .textBox .lBox ul:last-of-type {
          margin-bottom: 0; }
        #main .solution .textBox .lBox ul li {
          padding-left: 1em;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.75;
          text-indent: -1em; }
    #main .solution .textBox .rBox {
      width: 690px; }
      #main .solution .textBox .rBox h4 {
        margin-bottom: 23px;
        text-align: center;
        color: #0071bf;
        font-size: 2.4rem;
        line-height: 1.5; }
        #main .solution .textBox .rBox h4 span {
          margin: 0 auto 11px;
          width: 48px;
          display: block; }
      #main .solution .textBox .rBox .txtBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      #main .solution .textBox .rBox .txtList {
        width: 340px; }
        #main .solution .textBox .rBox .txtList li {
          margin-bottom: 10px;
          padding: 17px 10px;
          color: #fff;
          font-size: 1.7rem;
          font-weight: 700;
          text-align: center;
          box-sizing: border-box;
          background-color: #0071bf; }
          #main .solution .textBox .rBox .txtList li:last-child {
            margin-bottom: 0; }
  @media screen and (max-width: 896px) {

      #main .solution .comTextBox {
        margin-bottom: 54px;
        padding: 31px 20px 51px; }
        #main .solution .comTextBox::before {
          margin-left: -4px;
          width: 2px;
          height: 31px; }
        #main .solution .comTextBox::after {
          margin-left: -4px;
          width: 2px;
          height: 31px;
          bottom: -31px; }
        #main .solution .comTextBox p {
          font-size: 1.6rem; }
          #main .solution .comTextBox p span {
            margin-bottom: 14px;
            font-size: 3.6rem; }
      #main .solution .headLine01 {
        margin-bottom: 14px;
        font-size: 3.6rem; }
      #main .solution .text {
        margin: 0 0 28px;
        font-size: 1.4rem; }
      #main .solution .textBox {
        padding: 0;
        display: block;
        border-top: none;
        border-bottom: none; }
        #main .solution .textBox .lBox {
          margin: 0 0 87px;
          padding: 20px 15px 23px 17px;
          width: auto; }
          #main .solution .textBox .lBox::before {
            width: 100%;
            height: 30px;
            right: 0;
            top: auto;
            bottom: -30px;
            transform: translateY(0);
            background-image: url(../img/index/sp_solution_bg01.png);
            background-size: 139px 30px;
            background-position: center bottom; }
          #main .solution .textBox .lBox h4 {
            margin-bottom: 12px;
            font-size: 1.8rem; }
          #main .solution .textBox .lBox .title {
            margin-bottom: 4px;
            font-size: 1.4rem; }
          #main .solution .textBox .lBox ul {
            margin-bottom: 19px; }
            #main .solution .textBox .lBox ul:last-of-type {
              margin-bottom: 0; }
        #main .solution .textBox .rBox {
          width: auto; }
          #main .solution .textBox .rBox h4 {
            margin: 0 25px 22px;
            line-height: 1.5; }
            #main .solution .textBox .rBox h4 span {
              margin: 0 auto 9px;
              width: 42px; }
          #main .solution .textBox .rBox .txtBox {
            width: auto;
            display: block; }
          #main .solution .textBox .rBox .txtList {
            margin: -9px 0 10px;
            width: auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            #main .solution .textBox .rBox .txtList:last-child {
              margin-bottom: 0; }
            #main .solution .textBox .rBox .txtList li {
              margin: 9px 0 0;
              padding: 10px 10px;
              width: 48.8%;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.4rem;
              line-height: 1.43; } }
  #main .solution .stepBox .headLine01 {
    margin-bottom: 14px;
    position: relative; }
    #main .solution .stepBox .headLine01::before {
      width: 1px;
      height: 44px;
      position: absolute;
      left: 50%;
      top: -49px;
      background-color: #0071bf;
      content: none; }
  #main .solution .stepBox .text {
    margin-bottom: 43px; }
  #main .solution .stepBox .textList {
    margin: -20px 0 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #main .solution .stepBox .textList li {
      margin-top: 20px;
      width: 175px; }
      #main .solution .stepBox .textList li:not(:nth-of-type(5n)) {
        margin-right: 11px; }
      #main .solution .stepBox .textList li .ttl {
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.35;
        text-align: center; }
      #main .solution .stepBox .textList li .pho {
        margin: 0 auto 14px;
        width: 136px; }
      #main .solution .stepBox .textList li p {
        color: #0071bf;
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.5;
        text-align: center; }
  #main .solution .stepBox p {
    text-align: center; }
  @media screen and (max-width: 896px) {
    #main .solution .stepBox .headLine01 {
      font-size: 2.4rem; }
      #main .solution .stepBox .headLine01::before {
        top: -83px;
        width: 3px;
        height: 61px;
        left: 50%;
        transform: translateX(-50%); }
    #main .solution .stepBox .text {
      margin-bottom: 58px;
      font-size: 1.4rem; }
    #main .solution .stepBox .textList {
      margin: 0 0 70px;
      display: block; }
      #main .solution .stepBox .textList li {
        margin: 0 auto 47px;
        width: auto; }
        #main .solution .stepBox .textList li:not(:nth-of-type(5n)) {
          margin-right: auto; }
        #main .solution .stepBox .textList li .pho {
          width: 180px;
          margin: 0 auto 14px; }
        #main .solution .stepBox .textList li .ttl {
          margin-bottom: 16px; }
    #main .solution .stepBox p {
      margin: 0 -7px;
      font-size: 1.4rem; }
    #main .solution .stepBox .txt {
      line-height: 1.7; } }
#main .btmBox {
  margin-bottom: 83px; }
  @media screen and (max-width: 896px) {
    #main .btmBox {
      margin-bottom: 105px; } }
  #main .btmBox .comTextBox {
    margin-bottom: 66px;
    padding: 38px 0 43px; }
    #main .btmBox .comTextBox p {
      font-size: 3rem;
      line-height: 1.6; }
      #main .btmBox .comTextBox p span {
        margin: 0 auto 9px;
        width: 33px;
        display: block; }
    @media screen and (max-width: 896px) {
      #main .btmBox .comTextBox {
        margin-bottom: 33px;
        padding: 32px 20px 32px; }
        #main .btmBox .comTextBox p {
          font-size: 1.8rem;
          line-height: 1.78; } }
  #main .btmBox .photoList {
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #main .btmBox .photoList li {
      margin-top: 20px;
      width: 490px; }
      #main .btmBox .photoList li img {
        width: 100%; }
    @media screen and (max-width: 896px) {
      #main .btmBox .photoList {
        margin: 0 10px;
        display: block; }
        #main .btmBox .photoList li {
          margin: 0 0 5px;
          width: auto; }
          #main .btmBox .photoList li:last-of-type {
            margin-bottom: 0; } }
#main .linkBox {
  padding: 56px 0 57px;
  background-color: rgba(0, 113, 191, 0.08); }
  #main .linkBox ul {
    display: flex;
    justify-content: space-between; }
    #main .linkBox ul li {
      width: 490px;
      display: flex;
      font-size: 1.8rem;
      text-align: center; }
      #main .linkBox ul li a {
        padding: 31px;
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff;
        font-weight: 700;
        box-sizing: border-box;
        background-color: #0071bf; }
        #main .linkBox ul li a:hover {
          opacity: 0.7; }
        #main .linkBox ul li a span {
          display: flex;
          align-items: center; }
          #main .linkBox ul li a span.img {
            margin-right: 10px; }
  @media screen and (max-width: 896px) {
    #main .linkBox {
      padding: 54px 0 56px; }
      #main .linkBox ul {
        display: block; }
        #main .linkBox ul li {
          margin-bottom: 17px;
          width: auto;
          display: block; }
          #main .linkBox ul li:last-child {
            margin-bottom: 0; }
          #main .linkBox ul li a {
            padding: 28px 20px 27px; }
            #main .linkBox ul li a span.img {
              margin-right: 14px; }
          #main .linkBox ul li:first-of-type a span.img {
            width: 30px; }
            #main .linkBox ul li:first-of-type a span.img img {
              width: 100% !important; } }

.popBox {
  display: none;
  padding: 49px 10px 55px;
  margin: 0 auto;
  width: 790px;
  position: relative;
  background: #fff;
  box-sizing: border-box; }
  .popBox .close {
    position: absolute;
    top: 23px;
    right: 22px;
    cursor: pointer; }
    .popBox .close:hover {
      opacity: 0.7; }
  .popBox p {
    margin-bottom: 11px;
    text-align: center;
    font-size: 1.4rem; }
  .popBox video {
    display: block;
    margin: 0 auto;
    width: 640px;
    height: 371px;
    background: #000; }
  @media screen and (max-width: 896px) {
    .popBox {
      margin: 0 -6px;
      padding: 25px 36px 55px;
      width: calc(100% + 12px);
      max-width: inherit; }
      .popBox p {
        font-size: 1.2rem; }
      .popBox video {
        width: 100%;
        height: auto; }
      .popBox .close {
        top: 11px;
        right: 10px;
        width: 15px; }
        .popBox .close:hover {
          opacity: 1; } }

@media (min-width: 897px) and (max-width: 1536px) {
  #main .mainVisual .photoBox {
    top: auto;
    bottom: 0; } }
@media screen and (max-width: 374px) {
  #main .mainVisual .inner .textBox p {
    font-size: 1.1rem; }

  #main .trends .text {
    font-size: 1.4rem; }

  #main .trends .textBox p {
    font-size: 1.3rem; }

  #main .nordson .textList > li .txtBox .ttl {
    font-size: 1.6rem; }

  #main .nordson .textList > li .txtBox ul li {
    font-size: 1.3rem; }

  #main .increasing .headLine01 {
    font-size: 2.2rem; }

  #main .production .text {
    font-size: 1.2rem; }

  #main .solution .textBox .rBox .txtList li {
    font-size: 1.3rem; } }
@media all and (-ms-high-contrast: none) {
  #main .mainVisual .inner .textBox .title {
    width: 380px; } }
.fancybox-is-open .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.16) !important; }

.fancybox-is-open .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.16) !important; }

.table_cont {
  margin-bottom: 15px; }

.table_cont table {
  width: 100%;
  border-collapse: collapse; }

.table_cont table tr {
  border: 1px solid #ddd;
  box-sizing: border-box; }

.table_cont table tr:nth-of-type(odd) {
  background: #f9f9f9; }

.table_cont table tr th,
.table_cont table tr td {
  border-right: 1px solid #ddd;
  box-sizing: border-box; }

.table_cont table tr th:last-of-type,
.table_cont table tr td:last-of-type {
  border-right: none; }

.table_cont table tr th {
  padding: 14px;
  text-align: center;
  color: #0071bf;
  line-height: 1.4; }

.table_cont table tr td {
  padding: 7px;
  text-align: center; }

.table_cont table tr:first-of-type {
  background-color: rgba(0, 113, 191, 0.08); }

.table_cont table .note {
  vertical-align: top; }

.scroll_txt {
  display: none; }

.production img {
  display: block;
  margin: 0 auto; }

.power_train_box {
  width: 998px;
  margin: 0 auto 15px;
  border: 1px solid #ddd;
  padding: 35px 48px;
  box-sizing: border-box; }

#main .power_train_box .text {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: left; }

#main .increasing .text.align-left {
  text-align: left; }

#main .linkBox .text,
#main .btmBox .text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.67;
  width: 1000px;
  margin: 0 auto 25px; }

@media screen and (max-width: 450px) {
  .table_cont {
    overflow-x: scroll; }

  .table_cont table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap; }

  .scroll_txt {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5; }

  .power_train_box {
    width: 100%;
    margin: 0 auto 15px;
    padding: 22px 32px; }

  #main .power_train_box .text {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto 10px; }

  #main .linkBox .text,
  #main .btmBox .text {
    margin: 0 auto 28px;
    font-size: 1.4rem;
    width: 100%; } }
.movie_content {
  width: 490px;
  height: 276px; }

.btmBox .phoBox img {
  border: 1px solid #e1e1e1; }

@media screen and (max-width: 450px) {
  .movie_content {
    width: 100%;
    height: auto; } }
#main .linkBox ul li a span.small {
  font-size: 16px; }

.mw-100 {
  max-width: 100%; }

/*----210803---------*/
#main .banner {
  margin-bottom: 59px; }

.flex {
  display: flex;
  justify-content: space-between; }

.banner_link a {
  display: block;
  opacity: 1; }

.banner_link a:hover {
  opacity: .7; }


@media screen and (max-width: 896px) {
  .flex {
    display: block; }

  .banner_link a {
    margin: 0 auto 36px;
    max-width: 475px; }
}
/*----210901---------*/
#main .linkBox ul {
  justify-content: center; }

.seminarList {
  display: flex;
  justify-content: space-between; }

.seminarList li {
  width: 32%; }

.seminarList li a {
  opacity: 1;
  display: block; }

.seminarList li a:hover {
  opacity: 0.7; }

.seminarBox {
  display: block;
  background: rgba(0, 113, 191, 0.08);
  padding: 20px 20px 76px 20px;
  color: #000;
  font-size: 14px;
  position: relative; }

.seminarBox h4 {
  color: #0071BF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px; }

.seminarBox p {
  margin-bottom: 15px; }

.seminarimg {
  position: relative; }

.Streaming::before {
  content: '配信中';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 6px 10px;
  background: rgba(0, 113, 191, 0.8);
  color: #fff;
  font-size: 14px; }

.seminar-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px auto; }

.seminar-sub p {
  margin: 0; }

.seminar-sub span {
  color: #0071BF;
  border: #0071BF 1px solid;
  border-radius: 20px;
  line-height: 2;
  display: block;
  padding: 0 .5em;
  margin-right: 1rem; }

.seminar-btn {
  background-color: #0071BF;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  background-image: url(../img/index/btn_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem;
  position: absolute;
  width: 88%;
  bottom: 20px; }

@media screen and (max-width: 896px) {
  .seminarList {
    display: block; }

  .seminarList li {
    width: 100%;
    margin-bottom: 40px; } }
body.fixed {
  overflow: hidden;
  height: 100%; }

/*211224*/
#gHeader .hBox .headerlogo {
  width: 161px; }

#main .mainVisual .inner .textBox h1 {
  margin-bottom: 18px;
  font-size: 4.8rem;
  line-height: 1.295; }

#main .solution .textBox .lBox h3 {
  margin-bottom: 13px;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center; }

#main .solution .textBox .rBox h3 {
  margin-bottom: 23px;
  text-align: center;
  color: #0071bf;
  font-size: 2.4rem;
  line-height: 1.5; }

.seminarBox h3 {
  color: #0071BF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px; }

@media screen and (max-width: 896px) {
  #gHeader .hBox .headerlogo {
    width: 123px;
    cursor: pointer; }

  #main .mainVisual .inner .textBox h1 {
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1.3; }

  #main .solution .textBox .lBox h3 {
    margin-bottom: 12px;
    font-size: 1.8rem; }

  #main .solution .textBox .rBox h3 {
    margin: 0 25px 22px;
    line-height: 1.5; } }
#gHeader .hBox #gNavi ul li.blue_btn {
  width: 344px; }

/*220221*/
#main .seminar_section {
  padding: 0;
  background-color: #fff;
  margin-bottom: 83px; }

#main .seminar_section h2 {
  margin-bottom: 29px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center; }

#main .seminar_section .comTextBox {
  margin-bottom: 66px;
  padding: 38px 0 43px; }

#main .seminar_section .comTextBox p {
  font-size: 3rem;
  line-height: 1.6; }

#main .seminar_section .comTextBox p span {
  margin: 0 auto 9px;
  width: 33px;
  display: block; }

#main .linkBox {
  background-color: #fff;}

#main .linkBox .linkList li.list01 {
  padding: 30px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  background-color: #0071bf; }

#main .linkBox .linkList li.list01 .pho {
  width: 379px;
  height: auto;
  margin: 0; }

#main .linkBox .linkList li .txtBox {
  color: #fff;
  width: 385px; }

#main .linkBox .linkList li .txtBox .ttl {
  margin-bottom: 17px;
  padding-bottom: 13px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #fff; }

#main .linkBox .linkList li .txtBox .ttl span {
  font-size: 80%; }

#main .linkBox .linkList li .txtBox p {
  margin-bottom: 42px;
  font-size: 1.6rem;
  line-height: 1.75; 
    text-align: left;
}

#main .linkBox .linkList li .txtBox .comBtn {
  width: auto; }

#main .linkBox .linkList li .txtBox .comBtn a {
  padding: 17px;
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  background-color: #fff;
  color: #0071bf; }

#main .linkBox .linkList li .txtBox .comBtn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon02.png) no-repeat left center/28px auto; }

#main .btmBox {
  padding: 71px 20px 61px;
  background-color: #EBF3FA;
  margin-bottom: 0; }

#main .btmBox .comBtn {
  margin: 0 auto;
  width: 490px; }

#main .btmBox .comBtn a {
  padding: 18px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #0071bf;
  display: block;
  font-weight: 700;
  text-align: center; }

#main .btmBox .comBtn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon06.png) no-repeat left center/28px auto;
  background-size: 25px auto; }

@media screen and (max-width: 896px) {
  #main .seminar_section h2 {
    margin-bottom: 17px;
    font-size: 2.2rem;
    line-height: 1.64; }

  #main .seminar_section .comTextBox {
    margin-bottom: 33px;
    padding: 32px 20px 32px; }

  #main .seminar_section .comTextBox p {
    font-size: 1.8rem;
    line-height: 1.78; }

  #main .linkBox .linkList li {
    margin-bottom: 69px; }

  #main .linkBox .linkList li.list01 {
    padding-top: 1px;
    padding: 1px 38px 36px;
    width: auto;
    display: block; }

  #main .linkBox .linkList li.list01 .pho {
    margin: -30px -15px 22px;
    width: auto;
    height: auto; }

  #main .linkBox .linkList li .txtBox {
    width: 100%; }

  #main .linkBox .linkList li.list01 .txtBox .ttl {
    margin: 0 -5px 17px;
    font-size: 1.8rem;
    text-align: center; }

  #main .linkBox .linkList li .txtBox p {
    margin-bottom: 27px; }

  #main .btmBox {
    padding: 52px 20px 50px; }

  #main .btmBox .comBtn {
    width: auto;
    max-width: 450px; } }
/*220317*/
#main .trends .text strong {
  display: inline;
  border-bottom: 4px solid #ffdc64; }

#main .trends .text strong::before {
  content: none; }

section.seminar_column {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #ebf3fa;
  color: #000000; }

section.seminar_column h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #0071bf; }

section.seminar_column .imgBox {
  display: flex;
  justify-content: space-between; }

section.seminar_column .imgBox .photoBox {
  width: 388px; }

section.seminar_column .imgBox .textBox {
  width: 582px; }

section.seminar_column .imgBox .textBox p {
  font-size: 1.4rem; }

section.seminar_column .imgBox .textBox strong {
  margin-bottom: 12px;
  font-size: 1.8rem; }

section.seminar_column .imgBox .textBox .comBtn {
  width: 270px;
  margin-top: 1rem; }

section.seminar_column .imgBox .textBox .comBtn a {
  padding: 18px;
  display: block;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem; }

section.seminar_column .imgBox .textBox a span {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-right: 40px;
  background: url(../img/btn_icon02.png) no-repeat right center; }

@media screen and (max-width: 896px) {
  section.seminar_column .imgBox {
    display: block; }

  section.seminar_column .imgBox .photoBox {
    width: 100%;
    margin: 12px auto 2rem; }

  section.seminar_column .imgBox .textBox {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.73; }

  section.seminar_column h2 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    line-height: 1.5; }

  section.seminar_column .imgBox .textBox strong {
    display: block;
    margin: 12px auto 12px 0; }

  section.seminar_column .imgBox .textBox .comBtn {
    width: 100%;
    margin-top: 2rem; } }
/*220523*/
.contact_Btn {
  margin: 0 auto 70px;
  width: 490px; }

.contact_Btn a {
  padding: 18px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #0071bf;
  display: block;
  font-weight: 700;
  text-align: center; }

.contact_Btn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon06.png) no-repeat left center/28px auto;
  background-size: 25px auto; }

.contact_Btn a:hover {
  opacity: 0.7; }

@media screen and (max-width: 896px) {
  .contact_Btn {
    width: 90%; } }
.performance {
  /*margin-bottom: 77px;*/
  padding: 47px 0 0;
  /*background-color: #EBF3FA;*/ }
  .performance h2 {
    margin-bottom: 20px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  .performance .text {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center; }
  .performance .imgBox {
    display: flex;
    justify-content: space-between; }
    .performance .imgBox .photoBox {
      width: 388px; }
    .performance .imgBox .textBox {
      width: 582px; }
  @media screen and (max-width: 896px) {
    .performance {
      padding: 24px 0 0; }
      .performance h2 {
        margin-bottom: 7px;
        font-size: 2.4rem;
        line-height: 1.5; }
      .performance .text {
        margin-bottom: 39px;
        font-size: 1.4rem;
        line-height: 1.73; }
      .performance .imgBox {
        display: block; }
        .performance .imgBox .photoBox {
          margin-bottom: 18px;
          width: auto; }
          .performance .imgBox .photoBox img {
            width: 100%; }
        .performance .imgBox .textBox {
          width: auto; }
          .performance .imgBox .textBox p {
            font-size: 1.4rem;
            line-height: 1.73; } }

#main .mainVisual {
	height: 520px;
	display: flex;
	align-items: center;
	background: center;
  margin-bottom: 0; }


/*220725*/
#main .solution_link {
  background: #ecf4fa;
  padding: 60px 0; }

#main .solution_link .content {
  margin: 0 auto;
  width: 1260px; }

#main .solution_link .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

#main .solution_link .block {
  width: 48%;
  display: flex; }

#main .solution_link .block a {
  display: flex;
  padding: 0 0 30px;
  background: #fff;
  flex-flow: column; }

#main .solution_link .block a .cate {
  background: #0071bf;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px; }

#main .solution_link .block a .flex {
  display: flex;
  padding: 0 30px;
  height: 100%; }

#main .solution_link .block a .img {
  width: 35%;
  display: flex;
  align-items: center; }

#main .solution_link .block a .txt {
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  width: 65%;
  box-sizing: border-box; }

#main .solution_link .block a .txt .cate {
  border: 1px solid;
  display: inline;
  width: auto;
  margin: 0 auto 10px 0;
  border-radius: 30px;
  padding: 0 20px; }

#main .solution_link .block a .txt h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 100%; }

#main .solution_link .block a .txt p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #000; }

#main .solution_link .block a .txt .btn {
  font-size: 1.4rem;
  background: #0071bf;
  color: #fff;
  margin-top: auto;
  padding: 8px 0;
  text-align: center;
  background-image: url(https://nordson-web.jp/battery/img/index/btn_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem; }

#main .solution_link .block a:hover {
  opacity: .8; }

@media screen and (max-width: 896px) {
  #main .solution_link .content {
    margin: 0 20px; }

  #main .solution_link .block {
    width: 100%;
    margin-top: 20px; }

  #main .solution_link .block:first-child {
    margin-top: 0; }

  #main .solution_link .block a .img {
    width: 100%;
    justify-content: center; }

  #main .solution_link .block a .txt {
    width: 100%;
    padding: 10px 0 0 0; }

  #main .solution_link img {
    display: block; } }


@media screen and (min-width: 769px) {
	.side-end-nav {
		transform: translateX(240px) !important;
	}
	.side-end-nav:hover {
		transform: translateX(0) !important;
	}
}
.comBtn{
    font-size: 1.6rem;
    text-align: center;
}
.comBtn a {
    padding: 20px;
    display: block;
    font-weight: 700;
    background-color: #fff;
}


@media screen and (max-width: 896px) {
    #main .seminar_section{
        padding-top: 0;
    }
    #main .linkBox .linkList li .txtBox .comBtn a span{
        font-size: 16px;
    }
}
section#movie {
    padding: 0;
}
.trends{
    padding: 0;
}
.trends.padding-90 {
    padding: 90px 0;
}
#main .trends .arrow_text {
    text-align: center;
    font-size:2.4rem;
  font-weight: bold;
  line-height: 1.5;
    position:relative;
    margin-top:80px;
}
#main .trends .arrow_text::before{
    content:"";
    display:block;
    width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 20px solid #0071bf;
  border-bottom: 0;
    position:absolute;
    top:-50px;
    left:50%;
    transform:translateX(-50%);
}


#main .solution .textBox .rBox h3 span {
    vertical-align: bottom;
}


@media screen and (max-width: 896px) {
#main .solution .textBox .rBox h3 span {
    display: block;
    width: 40px;
    margin: 0 auto 10px;
}
    #main .trends h3{
        font-size: 1.8rem;
    }
    
    #main .solution.possible .headLine01 {
    font-size: 2.4rem;
}
    
}


.possible-list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    max-width: 855px;
    margin: 0 auto;
}

.possible-list li {
    width:calc((100% - 80px) / 2);
}

.possible-list-item-img {
    text-align: center;
    margin-bottom: 20px;
}
.possible-list-item-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 896px) {
    .possible-list{
        gap:40px;
    }
    .possible-list li {
        width: 100%;
    }
}

.bk_lightblue {
  background: #EBF3FA; 
}




#seminar_new {
  background: url("../img/index/seminar-back.png") no-repeat center 0;
  background-size: contain;
  padding-top: 100px; }
  @media screen and (max-width: 896px) {
    #seminar_new  {
      background-size: cover; 
      margin-bottom: 40px;
      }
}
  #seminar_new  h2 {
    color: #FFF; 
      text-align: center;
      margin-bottom: 30px;
}
  #seminar_new  .seminarBox {
    background: #FFF;
    /*padding: 30px;*/
    box-shadow: 0 10px 30px -15px #333;
    overflow: hidden; }
    #seminar_new .seminarBox-Item {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 896px) {
        #seminar_new .seminarBox-Item {
          flex-direction: column; } }
    @media screen and (max-width: 896px) {
      #seminar_new .seminarBox-Img picture {
        display: block;
        text-align: center;
        padding-top: 5%; } }
    #seminar_new .seminarBox-Content {
      flex: 1;
      padding: 25px 30px; }
      @media screen and (max-width: 896px) {
        #seminar_new .seminarBox-Content {
          padding: 5%; } }
      #seminar_new .seminarBox-Content h3 {
        font-size: 2.5rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
        line-height: 1.4;
        border-bottom: 1px solid #0071BF;}

    #seminar_new .seminarBox-Label {
      color: #0071BF;
      font-weight: bold;
      font-size: 1.8rem;
      padding-left: 10px;
      border-left: 5px solid #0071BF; }
    #seminar_new .seminarBox-Txt {
      display: block;
      text-align: right;
      margin: 10px 0; }
      #seminar_new .seminarBox-Txt span {
        color: #0071BF;
        font-weight: bold;
        padding: 5px 15px;
        display: inline-block;
background: #ffdc64;
}
    #seminar_new .seminarBox-Link {
      display: block;
      text-align: right;
      margin-top: 30px; }
      #seminar_new .seminarBox-Link a {
        color: #FFF;
        padding: 5px 15px;
        background: #0071BF;
        display: block;
        position: relative;
        width: 100%;
        max-width: 250px;
        float: right;
        text-align: center;
        font-size: 2.0rem; }
#seminar_new .seminarBox-Img {
    overflow:hidden;
}
#seminar_new .seminarBox-Img img {
    height: 100%;
    min-width: 100%;
    max-width: none;
}

@media screen and (max-width: 896px) {
   #seminar_new .seminarBox-Img img {
    height: auto;
    min-width: 0;
    max-width: 100%;
} 
}