@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 {
  text-align: left; }
  @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; } }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.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;
    padding: 0 20px;
    max-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: 411px; }
          #gHeader .hBox #gNavi ul li:first-of-type a .icon {
            margin-right: 15px; }
        #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 9px;
          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; }
        #gHeader .hBox #gNavi ul li.list03 a {
          color: #fff;
          background-color: #0071bf; }
          #gHeader .hBox #gNavi ul li.list03 a .icon .img01 {
            display: none; }
          #gHeader .hBox #gNavi ul li.list03 a .icon .img02 {
            display: block; }
          #gHeader .hBox #gNavi ul li.list03 a:hover {
            opacity: 0.7; }
      @media screen and (max-width: 896px) {
        #gHeader .hBox #gNavi {
          margin-top: 0;
          padding: 75px 20px 60px;
          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 31px;
              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 {
                  padding: 17px 25px 17px 15px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-align: center; }
                  #gHeader .hBox #gNavi ul li:first-of-type a .icon {
                    margin: 5px 5px 0 0; }
                    #gHeader .hBox #gNavi ul li:first-of-type a .icon img {
                      width: 22px; }
                      #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img01 {
                        display: none; }
                      #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img02 {
                        display: block; }
                  #gHeader .hBox #gNavi ul li:first-of-type a .txt {
                    max-width: calc(100% - 40px);
                    font-size: 1.6rem; }
              #gHeader .hBox #gNavi ul li:nth-of-type(2) {
                margin-bottom: 30px;
                width: 248px; }
                #gHeader .hBox #gNavi ul li:nth-of-type(2) a {
                  padding: 14px 10px 14px 25px;
                  color: #0071bf;
                  font-size: 1.4rem;
                  justify-content: center;
                  background-color: #fff; }
                  #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover {
                    color: #0071bf;
                    background-color: #fff; }
                    #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img01 {
                      display: block; }
                    #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img02 {
                      display: none; }
              #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.list03 a:hover {
                opacity: 1; } }

@media (min-width: 897px) and (max-width: 1090px) {
  #gHeader .hBox #gNavi ul li a {
    font-size: 1.2rem; }

  #gHeader .hBox #gNavi ul li {
    margin-right: 15px !important;
    width: 150px !important; }

  #gHeader .hBox #gNavi ul li:first-of-type {
    width: 330px !important; } }
/*------------------------------------------------------------
	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 .fLinkList li a:hover {
          opacity: 0.7; }
  #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: 35px 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; }
          #gFooter .fLinkList li a:hover {
            opacity: 1; } }

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

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  width: 300px;
  font-size: 1.6rem;
  text-align: center; }
  .comBtn a {
    padding: 20px;
    display: block;
    font-weight: 700;
    background-color: #fff; }
    .comBtn a:hover {
      opacity: 0.7; }
    .comBtn a span {
      padding-left: 40px;
      display: inline-block;
      vertical-align: top;
      background: url(../img/common/icon04.png) no-repeat left center/28px auto; }
  @media screen and (max-width: 896px) {
    .comBtn {
      margin: 0 auto;
      width: 232px;
      font-size: 1.2rem; }
      .comBtn a {
        padding: 13px 10px 12px; }
        .comBtn a:hover {
          opacity: 1; }
        .comBtn a span {
          padding-left: 35px;
          background-size: 21px auto; } }

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  background-color: #0071bf;
  height: 520px;
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 896px) {
    #main .mainVisual {
      height: auto;
      display: block; } }
  #main .mainVisual .inner {
  	padding: 0;
    margin: 0 auto;
    width: 1260px; }
    #main .mainVisual .inner .textBox {
      color: #fff;
      position: relative;
      z-index: 10; }
      #main .mainVisual .inner .textBox .title {
        margin-bottom: 12px;
        padding: 3px 0 6px;
        width: 288px;
        font-size: 2.4rem;
        box-sizing: border-box;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      #main .mainVisual .inner .textBox h2 {
        margin-bottom: 12px;
        font-size: 4.8rem;
        line-height: 1.4; }
      #main .mainVisual .inner .textBox p {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 3rem; }
    @media screen and (max-width: 896px) {
      #main .mainVisual .inner {
        margin: 0 20px;
        padding-top: 35px;
        width: auto; }
        #main .mainVisual .inner .textBox .title {
          margin-bottom: 7px;
          padding: 6px 0 6px;
          width: 230px;
          font-size: 1.4rem;
          text-align: center; }
        #main .mainVisual .inner .textBox h2 {
          margin-bottom: 9px;
          font-size: 2.4rem;
          line-height: 1.3; }
        #main .mainVisual .inner .textBox p {
          margin-bottom: 0;
          font-size: 1.7rem; }
        #main .mainVisual .inner .textBox .comBtn {
          margin: 0; } }
  #main .mainVisual .photoBox {
    width: calc(50% + 115px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; }
    #main .mainVisual .photoBox::before {
      width: 370px;
      height: 100%;
      position: absolute;
      left: -128px;
      top: 0;
      background: url(../img/index/main_bg01.png) no-repeat center center/100% 100%;
      content: ''; }
    #main .mainVisual .photoBox img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    @media screen and (max-width: 896px) {
      #main .mainVisual .photoBox {
        margin-top: -10px;
        width: auto;
        height: 347px;
        position: relative; }
        #main .mainVisual .photoBox::before {
          width: 100%;
          height: 210px;
          left: 0;
          top: -112px;
          background-image: url(../img/index/sp_main_bg01.png); } }
#main .conformal {
  padding-top: 40px; }
  #main .conformal h2 {
    margin-bottom: 30px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.4; }
  #main .conformal__flex {
    display: flex;
    justify-content: space-around; 
align-items: center; }
#main .conformal__text p{
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.5;
    margin-bottom: 10px;
}
    #main .conformal__flex img {
      width: 488px;
      margin-top: 0; }
  #main .conformal__textarea {
    margin-top: 30px;
    line-height: 1.9; }
  #main .conformal__text {
    font-size: 2rem; }
  #main .conformal p::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    width: 1.5em;
    height: 1em;
    background: url(../img/index/check.png) no-repeat;
    background-size: contain; }
  @media screen and (max-width: 896px) {
    #main .conformal {
      background: url("../img/index/conformal_imgtext01_sp.jpg") no-repeat;
      background-size: cover;
      background-position: center bottom;}
      #main .conformal h2 {
        margin-bottom: 25px;
        font-size: 2.2rem;
        line-height: 1.36;
        text-align: center; }
      #main .conformal img {
        display: none; }
      #main .conformal__textarea {
        font-size: 1.5rem; }
      #main .conformal__text {
        margin: 0 auto;
        display: table;
        font-size: 1.5rem;
        padding: 20px 0;
        background-color: rgba(255, 255, 255, 0.6); } }

.nordson {
  margin-bottom: 86px; }
  .nordson h2 {
    margin-bottom: 79px;
    padding: 48px 20px 49px;
    position: relative;
    color: #fff;
    font-size: 3rem;
    line-height: 1.4;
    text-align: center;
    background-color: #0071bf; }
    .nordson h2::before {
      width: 216px;
      height: 36px;
      position: absolute;
      left: 50%;
      bottom: -36px;
      transform: translateX(-50%);
      background: url(../img/index/nordson_bg01.png) no-repeat center center/cover;
      content: ''; }
  @media screen and (max-width: 896px) {
    .nordson {
      margin-bottom: 65px; }
      .nordson h2 {
        margin-bottom: 58px;
        padding: 25px 10px 32px;
        font-size: 1.8rem;
        line-height: 1.5; }
        .nordson h2::before {
          width: 158px;
          height: 26px;
          bottom: -25px; } }
  .nordson .textList li {
    margin-bottom: 43px; }
    .nordson .textList li:last-of-type {
      margin-bottom: 0; }
    .nordson .textList li .ttl {
      margin-bottom: 35px;
      padding-bottom: 14px;
      color: #0071bf;
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 1.5;
      border-bottom: 1px solid #0071bf;
      text-align: center; }
    .nordson .textList li .imgBox {
      display: flex;
      justify-content: space-between; }
      .nordson .textList li .imgBox .pho {
        width: 320px; }

.nordson .textList li .imgBox .pho img{
    width: 100%;
    height: auto;
}
      .nordson .textList li .imgBox .txtBox {
        padding-right: 10px;
        width: 655px;
        box-sizing: border-box;
        font-size: 1.6rem;
        line-height: 1.75; }
  @media screen and (max-width: 896px) {
    .nordson .textList li {
      margin-bottom: 53px; }
      .nordson .textList li .ttl {
        margin-bottom: 18px;
        font-size: 1.7rem;
        line-height: 1.33; }
      .nordson .textList li .imgBox {
        display: block; }
        .nordson .textList li .imgBox .pho {
          margin-bottom: 16px;
          width: auto; }
          .nordson .textList li .imgBox .pho img {
            width: 100%; }
        .nordson .textList li .imgBox .txtBox {
          padding-right: 0;
          width: auto; }
          .nordson .textList li .imgBox .txtBox p {
            font-size: 1.4rem;
            line-height: 1.29; } }

.case {
  background: #ECF4FA;
  padding: 52px 0 86px 0; 
margin-bottom: 86px;
}
  .case h2 {
    margin-bottom: 52px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  .case .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
   /* margin-bottom: 77px;*/ }
    .case .list .card {
      width: 313px;
      background: #fff;
      margin: 0 30px 30px 0; }
      .case .list .card:nth-of-type(3) {
        margin: 0 0 30px 0; }
      .case .list .card:nth-of-type(4) {
        margin: 0 30px 0 0; }
      .case .list .card:nth-of-type(5) {
        margin: 0; }
      .case .list .card__inner {
        padding: 30px; }
      .case .list .card .ttl {
        background: #0071BF;
        color: #fff;
        font-size: 1.5rem;
        height: 50px;
		margin: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      .case .list .card .subtitle {
        font-size: 1.6rem;
        color: #0071BF;
        background: #EBF3FA;
        width: 125px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px; }
      .case .list .card .textbox {
        height: 170px; }
        .case .list .card .textbox:last-of-type {
          height: auto; }
      .case .list .card .text {
        font-size: 1.6rem;
        line-height: 1.45;
        margin-bottom: 8px;
        padding-left: 1em;
        text-indent: -1em; }
  .case .video-wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
  .case .video-btn {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    cursor: pointer; }
  @media screen and (max-width: 896px) {
    .case {
      padding: 50px 0; }
      .case h2 {
        font-size: 2.4rem; }
      .case .list {
        width: 100%;
        margin-bottom: 0;
        display: grid; }
        .case .list .card {
          width: 100%;
          margin: 0 0 20px 0; }
          .case .list .card:nth-of-type(3) {
            margin: 0 0 20px 0; }
          .case .list .card:nth-of-type(4) {
            margin: 0 0 20px 0; }
          .case .list .card:nth-of-type(5) {
            margin: 0 0 40px 0; }
          .case .list .card .text {
            font-size: 1.4rem !important; }
          .case .list .card .textbox {
            height: auto;
            margin-bottom: 20px; }
          .case .list .card img {
            width: 100%;
            height: auto; }
      .case .video-wrap {
        width: 100%;
        text-align: center; }
        .case .video-wrap video {
          width: 100%;
          height: auto; } }

.comparison {
  padding-bottom: 88px;
  /*background-color: #EBF3FA;*/ }
  .comparison h2 {
    margin-bottom: 60px;
    padding: 45px 20px 44px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    background-color: #0071bf; }
  .comparison .text {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.6rem; }
  .comparison .container {
    display: flex;
	padding: 0;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 1.6rem; }
  .comparison .item {
    background: #0071BF;
    width: 320px;
    height: 60px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    .comparison .item:last-of-type {
      margin-bottom: 0; }
    .comparison .item__2nd {
      height: 160px; }
      .comparison .item__2nd--center {
        background: #FFDC64; }
      .comparison .item__2nd--right {
        background: none;
        border: 2px #0071BF solid;
        box-sizing: border-box; }
      .comparison .item__2nd .item__text {
        font-size: 2rem; }
    .comparison .item__3rd {
      height: 160px; }
      .comparison .item__3rd--center {
        background: #FFDC64; }
      .comparison .item__3rd--right {
        background: none;
        border: 2px #0071BF solid;
        box-sizing: border-box; }
      .comparison .item__3rd .item__text {
        font-size: 2rem; }
    .comparison .item__4th--center {
      background: #FFDC64;
      color: #0071BF; }
    .comparison .item__4th--right {
      background: none;
      color: #0071BF;
      border: 2px #0071BF solid;
      box-sizing: border-box; }
    .comparison .item__4th .item__text {
      font-size: 2rem; }
    .comparison .item--center {
      border: 6px solid #FFDC64;
      box-sizing: border-box;
      position: relative; }
    .comparison .item .hamburger-icon, .comparison .item .hamburger-icon::before, .comparison .item .hamburger-icon::after {
      content: '';
      display: block;
      position: absolute;
      z-index: 100;
      top: -27px;
      right: -38px;
      bottom: 0;
      width: 28px;
      height: 5px;
      border-radius: 5px;
      background: #FFDC64;
      cursor: pointer;
      transform: rotate(-45deg); }
      @media screen and (max-width: 896px) {
        .comparison .item .hamburger-icon, .comparison .item .hamburger-icon::before, .comparison .item .hamburger-icon::after {
          width: 14px;
          height: 4px;
          top: -16px;
          right: -22px; } }
    .comparison .item .hamburger-icon:before {
      top: -20px;
      right: 8px; }
      @media screen and (max-width: 896px) {
        .comparison .item .hamburger-icon:before {
          top: -12px;
          right: 5px; } }
    .comparison .item .hamburger-icon:after {
      top: 20px;
      left: -8px;
      transform: rotate(45deg); }
      @media screen and (max-width: 896px) {
        .comparison .item .hamburger-icon:after {
          top: 12px;
          left: -5px; } }
  .comparison img {
    border-radius: 5px; }
  .comparison .caption {
    color: #0071BF;
    width: 1000px;
    margin: 0 auto; }
  @media screen and (max-width: 896px) {
    .comparison {
      padding-bottom: 40px;
        padding-top: 0; }
      .comparison .inner {
        padding: 0 20px; }
      .comparison h2 {
        margin-bottom: 40px;
        font-size: 2.4rem;
        padding: 25px 20px 33px; }
      .comparison .text {
        margin-bottom: 40px;
        font-size: 1.4rem; }
      .comparison ul {
        margin-right: 6px;
        font-size: 1.2rem;
        width: 100%; }
        .comparison ul:last-of-type {
          margin-right: 0; }
      .comparison .container {
        width: 100%; }
      .comparison .item {
        width: 100%;
        margin-bottom: 6px;
        text-align: center; }
        .comparison .item img {
          height: auto; }
      .comparison .caption {
        width: 100%; } }

.dispenser {
  margin-bottom: 65px;
  padding: 52px 0 69px;
  color: #fff;
  background-color: #0071bf; }
  .dispenser h2 {
    margin-bottom: 27px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  .dispenser .text {
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.6rem; 
}
  @media screen and (max-width: 896px) {
    .dispenser {
      margin-bottom: 67px;
      padding: 43px 0 42px; }
      .dispenser h2 {
        margin-bottom: 17px;
        font-size: 1.8rem;
        line-height: 1.33; }
      .dispenser .text {
        margin: 0 10px 40px;
        font-size: 1.4rem;
        line-height: 1.29; } }
  .dispenser .imgBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .dispenser .imgBox:last-of-type {
      margin-bottom: 0; }
    .dispenser .imgBox .photoBox {
      width: 358px; }
    .dispenser .imgBox .textBox {
      width: 602px; }
      .dispenser .imgBox .textBox ul li {
        margin-bottom: 23px;
        padding: 0 40px 17px 0;
        border-bottom: 1px solid #fff; }
        .dispenser .imgBox .textBox ul li:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        .dispenser .imgBox .textBox ul li .ttl {
          margin-bottom: 12px; }
          .dispenser .imgBox .textBox ul li .ttl span {
            padding: 4px 0 3px;
            width: 68px;
            display: inline-block;
            color: #0071bf;
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.21;
            text-align: center;
            box-sizing: border-box;
            background-color: #fff;
            vertical-align: 0; }
          .dispenser .imgBox .textBox ul li .ttl strong {
            margin-left: 20px;
            font-size: 2.4rem;
            display: inline-block;
            /*width: calc(100% - 98px);*/ }
          .dispenser .imgBox .textBox ul li .ttl__text {
            font-size: 1.8rem; }
    @media screen and (max-width: 896px) {
      .dispenser .imgBox {
        display: block;
        margin-bottom: 40px; }
        .dispenser .imgBox .photoBox {
          margin-bottom: 20px;
          width: auto; }
          .dispenser .imgBox .photoBox img {
            width: 100%;
            height: auto; }
        .dispenser .imgBox .textBox {
          width: auto; }
          .dispenser .imgBox .textBox ul li {
            margin-bottom: 23px;
            padding: 0 0 38px; }
            .dispenser .imgBox .textBox ul li:last-of-type {
              margin-bottom: 0;
              padding-bottom: 0;
              border-bottom: none; }
            .dispenser .imgBox .textBox ul li .ttl {
              margin-bottom: 2px; }
              .dispenser .imgBox .textBox ul li .ttl span {
                font-size: 1.4rem; }
              .dispenser .imgBox .textBox ul li .ttl strong {
                margin-left: 0;
                font-size: 1.9rem;
                display: block;
                border-bottom: 1px solid #fff;
                width: 100%;
                margin-bottom: 16px;
                line-height: 2.4; }
              .dispenser .imgBox .textBox ul li .ttl__text {
                font-size: 1.4rem;
                line-height: 1.73; } }

.flow {
  margin-bottom: 56px; }
  .flow h2 {
    margin-bottom: 29px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  .flow .text {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.6rem; }
  @media screen and (max-width: 896px) {
    .flow {
      margin-bottom: 19px; }
      .flow h2 {
        margin-bottom: 17px;
        font-size: 2.2rem;
        line-height: 1.64; }
      .flow .text {
        margin-bottom: 32px;
        font-size: 1.4rem;
        line-height: 1.73; } }
  .flow .textList {
    position: relative; }
    .flow .textList .arrow {
      position: absolute;
      top: 164px;
      left: 70px; }
      .flow .textList .arrow p {
        position: absolute;
        color: #0071bf;
        padding: 10px 0;
		font-size: 14px;
        background: #fff;
        line-height: 1.2;
        top: 102px;
        left: -48px;
        text-indent: -1.4rem; }
    .flow .textList > li {
      padding: 23px 12px 23px 137px;
      position: relative;
      background-color: #fff; }
      .flow .textList > li::before {
        width: 2px;
        height: 100%;
        position: absolute;
        left: 172px;
        top: 0;
        background-color: #0071bf;
        content: ''; }
      .flow .textList > li:first-of-type::before {
        height: 50%;
        top: auto;
        bottom: 0; }
      .flow .textList > li:last-of-type::before {
        height: 50%; }
      .flow .textList > li:nth-of-type(2n) {
        background-color: #E1EEF8; }
      .flow .textList > li dl {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .flow .textList > li dl dt {
          width: 70px; }
.flow .textList > li dl dt img{
    width: 100%;
    height: auto;
}
        .flow .textList > li dl dd {
          width: 740px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .flow .textList > li dl dd .ttl {
            width: 160px;
            color: #0071bf;
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.3; }
            .flow .textList > li dl dd .ttl small {
              margin-bottom: 7px;
              display: block;
              font-size: 1.4rem; }
          .flow .textList > li dl dd ul {
            width: 560px;
            position: relative; }
            .flow .textList > li dl dd ul li {
              font-size: 1.4rem;
              font-weight: 300;
              line-height: 1.29; }
    @media screen and (max-width: 896px) {
      .flow .textList .arrow {
        top: 172px;
        left: 294px; }
        .flow .textList .arrow img {
          width: 40px;
          transform: scale(-1, 1);
          height: 158px; }
        .flow .textList .arrow p {
          font-size: 1.1rem;
          top: 101px;
          left: -51px;
          text-indent: -1em; }
      .flow .textList > li {
        margin: 0 -10px;
        padding: 25px 11px; }
        .flow .textList > li::before {
          left: 46px; }
        .flow .textList > li dl dt {
          width: 70px; }
        .flow .textList > li dl dd {
          width: calc(100% - 90px);
          display: block; }
          .flow .textList > li dl dd .ttl {
            margin-bottom: 9px;
            width: auto; }
          .flow .textList > li dl dd ul {
            width: auto; }
            .flow .textList > li dl dd ul li {
              font-size: 1.4rem;
              font-weight: 300;
              line-height: 1.29; }
              .flow .textList > li dl dd ul li span {
                margin-left: -1em; } }

.performance {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  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 .photoBox img{
    width: 100%;
    height: auto;
}
    .performance .imgBox .textBox {
      width: 582px; }
  @media screen and (max-width: 896px) {
    .performance {
      margin-bottom: 54px;
      padding: 24px 0 40px; }
      .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; } }

.linkBox {
  margin-bottom: 72px; }
  .linkBox .linkList li {
    padding: 30px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    background-color: #0071bf; }
    .linkBox .linkList li .pho {
      width: 300px;
      height: 174px; }
    .linkBox .linkList li .txtBox {
      color: #fff; }
      .linkBox .linkList li .txtBox .ttl {
        margin-bottom: 17px;
        padding-bottom: 13px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        border-bottom: 1px solid #fff; }
      .linkBox .linkList li .txtBox p {
        margin-bottom: 42px;
        font-size: 1.6rem;
        line-height: 1.75; }
      .linkBox .linkList li .txtBox .comBtn {
        width: auto; }
        .linkBox .linkList li .txtBox .comBtn a {
          padding: 17px;
          font-size: 1.8rem; }
    .linkBox .linkList li.list01 .pho {
      width: 379px;
      height: auto; }
.linkBox .linkList li.list01 .pho img{
    width: 100%;
    height: auto;
}
    .linkBox .linkList li.list01 .txtBox .comBtn a span {
      background-image: url(../img/common/icon02.png);
      background-size: 30px auto; }
  @media screen and (max-width: 896px) {
    .linkBox {
      margin-bottom: 49px; }
      .linkBox .linkList li {
        margin-bottom: 69px;
        padding: 27px 38px 40px;
        width: auto;
        display: block; }
        .linkBox .linkList li .pho {
          width: auto;
          height: auto; }
          .linkBox .linkList li .pho img {
            width: 100%;
            height: auto; }
        .linkBox .linkList li .txtBox {
          color: #fff; }
          .linkBox .linkList li .txtBox .ttl {
            font-size: 1.8rem;
            line-height: 1.17; }
          .linkBox .linkList li .txtBox p {
            margin-bottom: 27px; }
          .linkBox .linkList li .txtBox .comBtn {
            width: auto;
            max-width: 450px; }
            .linkBox .linkList li .txtBox .comBtn a {
              padding: 20px;
              font-size: 1.4rem; }
        .linkBox .linkList li.list01 {
          padding-top: 1px;
          padding-bottom: 36px; }
          .linkBox .linkList li.list01 .pho {
            margin: -30px -15px 22px;
            width: auto;
            height: auto; }
          .linkBox .linkList li.list01 .txtBox .ttl {
            margin: 0 -5px 17px; }
          .linkBox .linkList li.list01 .txtBox .comBtn {
            margin: 0 auto; }
            .linkBox .linkList li.list01 .txtBox .comBtn a span {
              background-size: 23px auto; } }

.btmBox {
  padding: 71px 20px 61px;
  background-color: #EBF3FA; }
  .btmBox .comBtn {
    margin: 0 auto;
    width: 490px; }
    .btmBox .comBtn a {
      padding: 18px;
      color: #fff;
      font-size: 1.8rem;
      background-color: #0071bf; }
      .btmBox .comBtn a span {
        background-image: url(../img/common/icon06.png);
        background-size: 25px auto; }
  @media screen and (max-width: 896px) {
    .btmBox {
      padding: 52px 20px 50px; }
      .btmBox .comBtn {
        width: auto;
        max-width: 450px; }
        .btmBox .comBtn a {
          padding: 17px;
          font-size: 1.8rem; }
          .btmBox .comBtn a span {
            background-size: 25px auto; } }

.seminar {
  margin-bottom: 80px; }
  .seminar h2 {
    margin-bottom: 40px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  .seminar__subtitle {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    color: #0071BF; }
    .seminar__subtitle:before {
      position: absolute;
      content: ''; }
    .seminar__subtitle:after {
      position: absolute;
      content: '';
      top: 0;
      left: 20%;
      width: 25px;
      height: 25px;
      border-top: 2px solid #0071bf;
      border-left: 2px solid #0071bf; }
    .seminar__subtitle:before {
      right: 19%;
      bottom: 0;
      width: 25px;
      height: 25px;
      border-right: 2px solid #0071bf;
      border-bottom: 2px solid #0071bf; }
  .seminar__text {
    margin-bottom: 40px; }
  .seminar__background {
    background: #EBF3FA;
    padding-bottom: 30px; }
  .seminar__flex {
    display: flex;
    justify-content: space-between;
    padding: 30px; }
  .seminar__img {
    width: 38%; }
  .seminar__date {
    margin-bottom: 12px;
    display: flex; }
    .seminar__date:last-of-type {
      margin-bottom: 0; }
    .seminar__date span {
      background: #0071BF;
      padding: 4px 10px;
      color: #fff;
      margin-right: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      font-weight: bold; }
  .seminar__btn {
    width: 94%;
    margin: 0 auto;
    border: 1px solid #0071BF; }
    .seminar__btn a:hover {
      opacity: 1;
      background: #EBF3FA; }
  @media screen and (max-width: 896px) {
    .seminar h2 {
      font-size: 2.4rem; }
    .seminar__subtitle {
      font-size: 1.7rem;
      padding: 8px 12px; }
      .seminar__subtitle:after {
        left: 0;
        width: 20px;
        height: 25px; }
      .seminar__subtitle:before {
        right: 0;
        width: 20px;
        height: 25px; }
    .seminar__text {
      font-size: 1.4rem;
      line-height: 1.73; }
    .seminar__flex {
      display: block; }
    .seminar__date {
      display: block;
      font-size: 1.4rem; }
      .seminar__date span {
        margin-bottom: 6px;
        width: 60px; }
    .seminar__img {
      width: 100%;
      margin-top: 30px; }
    .seminar__btn span {
      font-size: 1.4rem; }
    .seminar__btn {
      width: 84%; } }

@media all and (max-width: 374px) {
  #main .conformal h2 {
    font-size: 2rem; }

  #main .nordson h2 {
    font-size: 2rem; }

  #main .solution h2 {
    font-size: 2rem; }

  #main .solution .textUl li .imgBox .txtBox .ttl {
    font-size: 1.6rem; }

  #main .dispenser h2 {
    font-size: 1.6rem; }

  #main .flow .textList > li dl dd .ttl {
    font-size: 1.8rem; }

  #main .flow .textList > li dl dd ul li {
    font-size: 1.2rem; } }
.linkBox {
  margin-top: 72px; }

.seminar__btn {
  width: 490px; }

@media screen and (max-width: 896px) {
  .seminar__btn {
    width: auto; } }
/*211201*/
.nordson .text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.6rem; }

.nordson .textList li .imgBox .video {
  width: 45%;
  margin-bottom: 1rem;
  color: #0071bf;
  font-weight: bold;
  font-size: 16px;
  text-align: center; }

.nordson .textList li .imgBox .video video {
  width: 100%; }

.case .list .card:nth-of-type(3n) {
  margin: 0 0 30px 0; }

.case .list .card:nth-of-type(3n-1) {
  margin: 0 30px 30px 0; }

.case .list .card:nth-of-type(4) {
  margin: 0 30px 30px 0; }

.case .list .card:nth-of-type(5) {
  margin: 0 30px 30px 0; }

.case .list .card:last-child {
  margin: 0 0 30px 0; }

.dispenser .imgBox .photoBox {
  width: 45%; }

.dispenser .imgBox .textBox {
  width: 55%; }

.dispenser .imgBox .textBox ul li {
  padding: 0 0px 17px 0; }

.dispenser .imgBox .textBox ul li .ttl strong {
  margin-left: 0;
  position: relative;
  padding-left: 80px; }

.dispenser .imgBox .textBox ul li .ttl strong::before {
  position: absolute;
  content: '特長1';
  top: 0.8rem;
  left: 0;
  padding: 4px 0 3px;
  width: 68px;
  display: inline-block;
  color: #0071bf;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  background-color: #fff; }

.dispenser .imgBox .textBox ul li .ttl strong.no_2::before {
  content: '特長2'; }

.dispenser .imgBox .photoBox .video {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-width: 100%;
  min-height: 100%; }

.dispenser .imgBox .photoBox .video video {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -70%;
  height: 120vh; }

.dispenser .imgBox .textBox ul li .ttl {
  margin: 0 0 1rem; }

.dispenser .imgBox .textBox .dispenser_img_flex {
  display: flex;
  justify-content: space-between; }

.dispenser .imgBox .textBox .dispenser_img {
  text-align: center; }

.dispenser .imgBox .textBox .dispenser_img img {
  width: 60%;
height: auto;}

.dispenser .imgBox .photoBox img {
  margin-top: 3rem; 
    height: auto;
    width: 100%;
}

.dispenser .imgBox .photoBox img:first-child {
  margin: 0; }

@media screen and (max-width: 896px) {
  .nordson .textList li .imgBox .video {
    width: auto; }

  .dispenser .imgBox .photoBox {
    width: auto;
    margin-bottom: 30px; }

  .dispenser .imgBox .textBox {
    width: auto;
    margin-bottom: 30px; }

  .dispenser .imgBox .textBox ul li .ttl strong {
    line-height: 1.7;
    width: auto; }

  .dispenser .imgBox .textBox ul li .ttl strong::before {
    top: 25%; }

  .dispenser .imgBox .textBox .dispenser_img img {
    width: auto; }

  .dispenser .imgBox .photoBox .video {
    height: 335px; }

  .dispenser .imgBox .photoBox img {
    margin-top: 30px; }

  .dispenser .imgBox .textBox ul li .ttl {
    margin: 2rem 0 1rem; } }
/*211224*/
#gHeader .hBox .headerlogo {
  width: 161px; }

#main .mainVisual .inner .textBox h1 {
  margin-bottom: 12px;
  font-size: 4.5rem;
  line-height: 1.4; }

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

  #main .mainVisual .inner .textBox h1 {
    margin-bottom: 9px;
    font-size: 2.4rem;
    line-height: 1.3; } }
/*220107*/
.case .case_text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.4rem; }

/*220418*/
#main .mainVisual .photoBox {
  overflow: inherit; }

#main .mainVisual .inner .textBox .title {
  width: auto;
  display: inline-block; }

#main .mainVisual .inner .textBox p {
  font-size: 1.9rem !important; }

.case .text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.6rem; }

.case .list .card .text {
  text-align: left; }

@media screen and (max-width: 896px) {
  #main .mainVisual .inner .textBox p {
    font-size: 1.7rem !important; } }
/*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%; } }
.case .contact_Btn {
  margin: 70px auto 0; }

.linkBox .linkList li .txtBox .ttl {
  text-align: left; }

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

.linkBox .linkList li {
  align-items: center; }

@media screen and (max-width: 896px) {
  #main .linkBox .linkList li.list01 .txtBox .ttl {
    text-align: center; } }
/*220621*/
.solution {
  margin-bottom: 77px;
  padding: 47px 0 54px; }

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

.solution .text {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center; }

a.solution_box {
  background: #0071bf;
  display: block;
  color: #fff;
  margin-top: 43px; }

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

.solution_img {
  width: 40%;
  overflow: hidden; }

.solution_img img {
  height: 100%;
  width: auto; }

.solution_text {
  /*width: 55%;*/
  flex: 1;
  padding: 30px;
  font-size: 1.6rem; }

a.solution_box h4 {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
  width: auto; }

.solution_box_btn {
  background-color: #FFF;
  color: #0071bf;
  margin: 15px 0 0;
  padding: 10px 0;
  text-align: center;
  background-image: url(../../seminar/img/btn_icon02.png);
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem;
  width: 60%;
  display: block;
  font-weight: bold; }

a.solution_box:hover {
  opacity: .8; }

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

  .solution_img {
    width: 100%; }

  .solution_img img {
    width: 100%;
    height: auto; }

  .solution_text {
    width: 100%;
    padding: 30px;
    text-align: center; }

  .solution_text p {
    text-align: left; }

  .solution_box_btn {
    width: 100%; } }
.solution_link {
  background: #ecf4fa;
  padding: 60px 0; }

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

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

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

.solution_link .block a {
  display: flex;
  padding: 30px;
  background: #fff; }

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

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

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

.solution_link .block a .txt h4 {
  font-size: 2rem;
  margin-bottom: 10px; }

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

.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; }

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

.linkBox.bnr .linkList li {
  display: block; }

.linkBox.bnr .linkList li a {
  display: flex; }

.linkBox.bnr .linkList li.list01 .pho {
  width: 240px;
  position: relative; }

.linkBox.bnr .linkList li.list01 .pho img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.linkBox.bnr .linkList li .txtBox {
  width: calc( 100% - 300px );
  flex: 1;
  padding-left: 60px;
  display: flex;
  flex-flow: column; }

.linkBox.bnr .linkList li .txtBox .ttl {
  border-bottom: none;
  font-size: 2.8rem;
  display: flex;
  flex-flow: column;
  padding: 0; }

#main .linkBox.bnr .linkList li .txtBox .ttl span {
  display: block; }

.linkBox.bnr .linkList li .txtBox .comBtn {
  color: #0071bf;
  font-size: 1.8rem;
  background: #fff;
  padding: 5px 0;
  margin: auto 0 0 auto;
  width: 300px; }

.linkBox .linkList li.list01 .txtBox .comBtn span {
  background: url(../img/common/icon02.png) no-repeat left center/20px auto;
  padding-left: 40px; }

.linkBox.bnr .linkList li a:hover {
  opacity: .8; }

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

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

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

  .solution_link .block a {
    flex-wrap: wrap; }

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

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

  .linkBox.bnr .linkList li a {
    flex-wrap: wrap;
    justify-content: center; }

  .linkBox.bnr .linkList li.list01 .pho {
    width: 100%;
    margin: 20px; }

  .linkBox.bnr .linkList li .txtBox .ttl {
    font-size: 1.8rem; }

  .linkBox.bnr .linkList li .txtBox {
    width: 100%;
    padding-left: 0; }

  .linkBox.bnr .linkList li.list01 .pho img {
    position: initial;
    transform: translate(0, 0); }

  .linkBox.bnr .linkList li .txtBox .comBtn {
    width: 100%; } }
/*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 .img img{
    width: 100%;
    height: auto;
}

#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; }

#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; } }



section.bnr-area .content {
    width: 1260px;
}
@media screen and (max-width: 896px) {
section.bnr-area .content {
    width: auto;
}    
}


.problem-solving h2 {
    margin-bottom: 30px;
    color: #0071bf;
    text-align: center;
}

.food-loss{
  margin-bottom:86px;
}
.food-loss-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.food-loss-cont-img {
    width: 46%;
}
.food-loss-cont-img img{
    width: 100%;
    height: auto;
}

.food-loss-cont-text {
    width: calc(100% - 46% - 50px);
  line-height: 1.563;
}

.food-loss h2{
    margin-bottom: 29px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
}
.food-loss-movie {
    margin-top: 60px;
}

@media screen and (max-width: 896px) {
    
    .problem-solving h2 {
    font-size: 2.4rem;
}
.food-loss-cont-img {
    width: 100%;
}

.food-loss-cont-text {
    width: 100%;
}   
    .food-loss h2{
    font-size: 2.4rem;
    }
.food-loss-movie iframe {
    height: 250px;
}

.food-loss-movie {
    margin-top: 30px;
}
    
    .food-loss {
    margin-bottom: 65px;
    }
}


#main .mainVisual .inner .textBox .contact_Btn {
    margin: 0 auto 0 0;
}

#main .mainVisual .inner .textBox .contact_Btn a {
    background-color: #fff;
    color: #0071bf;
}

#main .mainVisual .inner .textBox .contact_Btn a span {
    background: url(../img/common/icon03.png) no-repeat left center/28px auto;
    text-align: left;
}

@media screen and (max-width: 896px) {
    
    #main .mainVisual .inner .textBox .contact_Btn {
    margin: 20px auto 0;
        width: 100%;
}
}


.padding-90 {
    padding: 90px 0;
}

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

.point-content {
    display: flex;
    gap: 80px;
    align-items: center;
    padding: 45px 0;
    border-top: 1px solid #007ac9;
    flex-wrap: wrap;
}

.point-content-movie {
    width: 50%;
}

.point-content-text {
    width: calc(50% - 80px);
}

.point-content-text-tag {
    font-size: 18px;
    color: rgb(0, 113, 191);
    font-weight: 500;
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid;
    line-height: 1;
    margin-bottom: 15px;
}

.point-content-text ul li{
     font-size: 1.6rem; 
  line-height: 1.75;
    font-weight:600;
    letter-spacing:-1px;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
}

@media screen and (max-width: 896px) {
section h2{
 font-size: 2.2rem;   
}
    .comparison  h3{  
 font-size: 2.2rem;   
    }
    .point-content{
        gap:0;
    }
    .point-content-text {
        width: 100%;
    }
    .point-content-movie {
    width: 100%;
}
}



.bg-blue {
  background-color: #e8f2f9;
}
.useful {
  padding: 90px 0;
}
.useful_item_wrap.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.useful_item_wrap {
  margin-top: 50px;
}
.useful_item {
  width: calc((100% - 2rem * 2) / 3);
  padding: 22px;
  background-color: #0071bf;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.useful_item.area-link:hover {
  opacity: 0.7;
}
.useful_item h4 {
  color: #fff;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  padding-bottom: 4px;
  margin-bottom: 6px;
  font-size: 1.8rem;
  text-align: center;
}
.useful_item .img_box {
  position: relative;
  min-height: 210px;
}
.useful_item .img_box img {
  position: absolute;
  bottom: 20px;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translate(-50%, 0);
  left: 50%;
}
.useful_item .txt_box p {
  text-align: left;
  padding: 0 7px;
  font-size: 1.7rem;
}
.useful .btn {
  margin: 35px auto 0;
  max-width: 490px;
  width: 283px;
}
.useful .btn a {
  color: #0071bf;
  background-color: #fff;
  border: 1px solid #0071bf;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 0;
  display: block;
  position: relative;
  text-align: center;
}
.useful .btn a::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #0071bf;
  border-right: solid 2px #0071bf;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transition: all ease .3s;
}
.useful h2 {
  margin-bottom: 30px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .useful_item_wrap.flex {
    gap: 5rem;
  }
  .useful_item {
    width: 100%;
  }
  .useful_item .img_box {
    text-align: center;
  }
}