@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%; }

body, table, input, textarea, select, option {
  font-family: 'Noto Serif JP', serif; }

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: 80px; } }

#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 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; }
        #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); }
              #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: flex-start;
                  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: 0;
        padding: 3px 0 6px;
        width: 148px;
        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: 7px;
        font-size: 4.8rem;
        color: #fff;
        text-align: left;
        line-height: 1.4; }
      #main .mainVisual .inner .textBox p {
        margin-bottom: 30px;
        font-weight: 700; }
    @media screen and (max-width: 896px) {
      #main .mainVisual .inner {
        margin: 0 20px;
    padding: 37px 2% 0;
        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: 3rem;
          line-height: 1.3; }
        #main .mainVisual .inner .textBox p {
          margin-bottom: 19px; }
        #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: -78px;
        width: auto;
        height: 347px;
        position: relative; }
        #main .mainVisual .photoBox::before {
          width: 100%;
          height: 270px;
          left: 0;
          top: -112px;
          background-image: url(../img/index/sp_main_bg01.png); } }
#main .conformal h2 {
  margin-bottom: 30px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4; }
#main .conformal__flex {
  display: flex;
  justify-content: space-around; }
  #main .conformal__flex img {
    width: 36%;
    margin-top: 40px; }
#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/conformal_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;
    padding-top: 12px;
    margin-bottom: 43px; }
    #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; } }
#main .nordson {
  margin-bottom: 86px; }
  #main .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; }
    #main .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: ''; }

.textList{
    margin-top: 40px;
}
  @media screen and (max-width: 896px) {
    #main .nordson {
      margin-bottom: 65px; }
      #main .nordson h2 {
        margin-bottom: 58px;
        padding: 25px 10px 32px;
        font-size: 2.4rem;
        line-height: 1.5; }
        #main .nordson h2::before {
          width: 158px;
          height: 26px;
          bottom: -25px; } }
  #main .nordson .textList li {
    margin-bottom: 43px; }
    #main .nordson .textList li:last-of-type {
      margin-bottom: 0; }
    #main .nordson .textList li .ttl {
      margin-bottom: 35px;
      padding-bottom: 14px;
      color: #0071bf;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.5;
      border-bottom: 1px solid #0071bf; }
    #main .nordson .textList li .imgBox {
      display: flex;
      justify-content: space-between; }
      #main .nordson .textList li .imgBox .pho {
        width: 320px; }
.textList li .imgBox .pho img{
    width: 100%;
    height: auto;
}

      #main .nordson .textList li .imgBox .txtBox {
        padding-right: 10px;
        width: 655px;
        box-sizing: border-box; }
  @media screen and (max-width: 896px) {
    #main .nordson .textList li {
      margin-bottom: 53px; }
      #main .nordson .textList li .ttl {
        margin-bottom: 18px;
        font-size: 1.8rem;
        line-height: 1.33; }
      #main .nordson .textList li .imgBox {
        display: block; }
        #main .nordson .textList li .imgBox .pho {
          margin-bottom: 16px;
          width: auto; }
          #main .nordson .textList li .imgBox .pho img {
            width: 100%; }
        #main .nordson .textList li .imgBox .txtBox {
          padding-right: 0;
          width: auto; }
          #main .nordson .textList li .imgBox .txtBox p {
            font-size: 1.4rem;
            line-height: 1.29; } }
#main .solution {
  padding-bottom: 88px;
  background-color: #EBF3FA; }
  #main .solution h2 {
    margin-bottom: 29px;
    padding: 45px 20px 44px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    background-color: #0071bf; }
  #main .solution .textBox {
    margin-bottom: 34px;
    position: relative;
    text-align: center; }
    #main .solution .textBox img {
      width: 606px; }
    #main .solution .textBox p {
      width: 335px;
      position: absolute;
      top: 46px;
      left: 0;
      text-align: left;
      z-index: 10; }
      #main .solution .textBox p.text02 {
        left: auto;
        right: 0; }
  @media screen and (max-width: 896px) {
    #main .solution {
      padding-bottom: 43px; }
      #main .solution h2 {
        margin-bottom: 24px;
        padding: 25px 20px 33px;
        font-size: 2.4rem;
        line-height: 1.5; }
      #main .solution .textBox {
        margin-bottom: 31px; }
        #main .solution .textBox img {
          width: 220px; }
        #main .solution .textBox p {
          margin-bottom: 23px;
          width: auto;
          position: relative;
          top: 0;
          left: 0;
          font-size: 1.4rem;
          line-height: 1.73;
          text-align: center; }
          #main .solution .textBox p.text02 {
            margin-bottom: 40px;
            left: auto;
            right: auto; } }
  #main .solution .textBox01 {
    margin-bottom: 62px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    #main .solution .textBox01::after {
      width: 320px;
      content: ''; }
    #main .solution .textBox01 .subBox {
      width: 660px;
      display: flex;
      justify-content: space-between; }
    #main .solution .textBox01 .txtBox01 {
      padding: 16px 15px 21px 21px;
      width: 320px;
      color: #fff;
      box-sizing: border-box;
      background-color: #1b6534; }
      #main .solution .textBox01 .txtBox01 .ttl {
        margin-bottom: 16px;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.25; }
        #main .solution .textBox01 .txtBox01 .ttl span {
          margin-top: 10px;
          display: block;
          font-size: 1.2rem;
          font-weight: 300;
          line-height: 1.33; }
      #main .solution .textBox01 .txtBox01.bg02 {
        background-color: #795028; }
      #main .solution .textBox01 .txtBox01.bg03 {
        background-color: #0071bf; }
      #main .solution .textBox01 .txtBox01 ul li {
        margin-bottom: 19px; }
        #main .solution .textBox01 .txtBox01 ul li:last-of-type {
          margin-bottom: 0; }
        #main .solution .textBox01 .txtBox01 ul li .imgBox {
          display: flex;
          justify-content: space-between; }
          #main .solution .textBox01 .txtBox01 ul li .imgBox .pho {
            width: 78px; }
          #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox {
            width: 191px; }
            #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox .ttl01 {
              margin-bottom: 7px;
              font-size: 1.4rem;
              line-height: 1.07;
              font-weight: 700; }
            #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox p {
              font-size: 1.2rem;
              font-weight: 300;
              line-height: 1.33; }
    @media screen and (max-width: 896px) {
      #main .solution .textBox01 {
        margin-bottom: 43px;
        display: block; }
        #main .solution .textBox01::after {
          display: none; }
        #main .solution .textBox01 .subBox {
          margin-bottom: 28px;
          width: auto;
          display: flex;
          flex-direction: column-reverse; }
        #main .solution .textBox01 .txtBox01 {
          padding: 17px 15px 21px 21px;
          width: auto; }
          #main .solution .textBox01 .txtBox01 .ttl {
            margin-bottom: 16px;
            font-size: 2.5rem; }
          #main .solution .textBox01 .txtBox01.bg02 {
            margin-bottom: 28px; }
          #main .solution .textBox01 .txtBox01 ul li {
            margin-bottom: 19px; }
            #main .solution .textBox01 .txtBox01 ul li:last-of-type {
              margin-bottom: 0; }
            #main .solution .textBox01 .txtBox01 ul li .imgBox {
              display: flex;
              justify-content: space-between; }
              #main .solution .textBox01 .txtBox01 ul li .imgBox .pho {
                width: 82px; }
              #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox {
                width: calc(100% - 95px); }
                #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox .ttl01 {
                  margin-bottom: 7px;
                  font-size: 1.3rem;
                  line-height: 1.15; }
                #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox p {
                  padding-right: 10px; } }
  #main .solution .textUl li {
    padding: 45px 45px 45px 55px;
    background-color: #fff; }
    #main .solution .textUl li .imgBox {
      display: flex;
      justify-content: space-between; }
      #main .solution .textUl li .imgBox .phoBox {
        width: 277px;
        height: 160px; }
      #main .solution .textUl li .imgBox .txtBox {
        width: 582px; }
        #main .solution .textUl li .imgBox .txtBox .ttl {
          margin-bottom: 10px;
          padding-bottom: 14px;
          color: #0071bf;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.33;
          border-bottom: 1px solid #0071bf; }
        #main .solution .textUl li .imgBox .txtBox p {
          margin-bottom: 15px; }
        #main .solution .textUl li .imgBox .txtBox .comBtn {
          width: 448px; }
          #main .solution .textUl li .imgBox .txtBox .comBtn a {
            padding: 13px 10px 14px 30px;
            color: #fff;
            font-size: 1.4rem;
            background-color: #0071bf; }
            #main .solution .textUl li .imgBox .txtBox .comBtn a span {
              padding: 0 40px 0 0;
              background-image: url(../img/common/icon11.png);
              background-position: right center;
              background-size: 20px auto; }
  @media screen and (max-width: 896px) {
    #main .solution .textUl li {
      padding: 28px 10px; }
      #main .solution .textUl li .imgBox {
        display: block; }
        #main .solution .textUl li .imgBox .phoBox {
          margin: 0 auto 34px;
          width: 81.58%;
          height: auto; }
        #main .solution .textUl li .imgBox .txtBox {
          width: auto; }
          #main .solution .textUl li .imgBox .txtBox .ttl {
            margin-bottom: 18px;
            padding-bottom: 12px; }
          #main .solution .textUl li .imgBox .txtBox p {
            margin-bottom: 13px;
            padding-right: 15px;
            line-height: 1.67; }
          #main .solution .textUl li .imgBox .txtBox .comBtn {
            width: auto;
            max-width: 450px; }
            #main .solution .textUl li .imgBox .txtBox .comBtn a {
              padding: 15px 10px 18px 30px;
              font-size: 1.2rem; } }
#main .dispenser {
  margin-bottom: 65px;
  padding: 52px 0 69px;
  color: #fff;
  background-color: #0071bf; }
  #main .dispenser h2 {
    margin-bottom: 27px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  #main .dispenser .text {
    margin-bottom: 40px;
    text-align: center; }
  @media screen and (max-width: 896px) {
    #main .dispenser {
      margin-bottom: 67px;
      padding: 43px 0 42px; }
      #main .dispenser h2 {
        margin-bottom: 17px;
        font-size: 1.8rem;
        line-height: 1.33; }
      #main .dispenser .text {
        margin: 0 10px 40px;
        font-size: 1.4rem;
        line-height: 1.29; } }
  #main .dispenser .imgBox {
    display: flex;
    justify-content: space-between; }
    #main .dispenser .imgBox .photoBox {
      width: 358px; }
    #main .dispenser .imgBox .textBox {
      width: 602px; }
      #main .dispenser .imgBox .textBox ul li {
        margin-bottom: 23px;
        padding: 0 40px 17px 0;
        border-bottom: 1px solid #fff; }
        #main .dispenser .imgBox .textBox ul li:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        #main .dispenser .imgBox .textBox ul li .ttl {
          margin-bottom: 12px; }
          #main .dispenser .imgBox .textBox ul li .ttl span {
            padding: 4px 5px 3px;
            width: 68px;
            display: inline-block;
            color: #0071bf;
            font-size: 1.4rem;
            font-weight: 700;
            line-height: 1.21;
            text-align: center;
            box-sizing: border-box;
            background-color: #fff;
            vertical-align: 0; }
          #main .dispenser .imgBox .textBox ul li .ttl strong {
            margin-left: 20px;
            font-size: 1.8rem;
            display: inline-block;
            width: calc(100% - 98px); }
    @media screen and (max-width: 896px) {
      #main .dispenser .imgBox {
        display: block; }
        #main .dispenser .imgBox .photoBox {
          margin-bottom: 37px;
          width: auto; }
          #main .dispenser .imgBox .photoBox img {
            width: 100%; }
        #main .dispenser .imgBox .textBox {
          width: auto; }
          #main .dispenser .imgBox .textBox ul li {
            margin-bottom: 23px;
            padding: 0 0 38px; }
            #main .dispenser .imgBox .textBox ul li:last-of-type {
              margin-bottom: 0;
              padding-bottom: 0;
              border-bottom: none; }
            #main .dispenser .imgBox .textBox ul li .ttl {
              margin-bottom: 2px; }
              #main .dispenser .imgBox .textBox ul li .ttl span {
                font-size: 1.4rem; }
            #main .dispenser .imgBox .textBox ul li p {
              font-size: 1.4rem;
              line-height: 1.73; } }
#main .flow {
  margin-bottom: 56px; }
  #main .flow h2 {
    margin-bottom: 29px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  #main .flow .text {
    margin-bottom: 20px;
    text-align: center; }
  @media screen and (max-width: 896px) {
    #main .flow {
      margin-bottom: 19px; }
      #main .flow h2 {
        margin-bottom: 17px;
        font-size: 2.2rem;
        line-height: 1.64; }
      #main .flow .text {
        margin-bottom: 32px;
        font-size: 1.4rem;
        line-height: 1.73; } }
  #main .flow .textList > li {
    padding: 23px 137px;
    position: relative;
    background-color: #fff; }
    #main .flow .textList > li::before {
      width: 2px;
      height: 100%;
      position: absolute;
      left: 172px;
      top: 0;
      background-color: #0071bf;
      content: ''; }
    #main .flow .textList > li:first-of-type::before {
      height: 50%;
      top: auto;
      bottom: 0; }
    #main .flow .textList > li:last-of-type::before {
      height: 50%; }
    #main .flow .textList > li:nth-of-type(2n) {
      background-color: #E1EEF8; }
    #main .flow .textList > li dl {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #main .flow .textList > li dl dt {
        width: 70px; }
      #main .flow .textList > li dl dd {
        width: 615px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #main .flow .textList > li dl dd .ttl {
          width: 200px;
          color: #0071bf;
          font-size: 2rem;
          font-weight: 700;
          line-height: 1; }
          #main .flow .textList > li dl dd .ttl small {
            margin-bottom: 7px;
            display: block;
            font-size: 1.4rem; }
        #main .flow .textList > li dl dd ul {
          width: 363px; }
          #main .flow .textList > li dl dd ul li {
            padding-left: 1em;
            font-size: 1.4rem;
            font-weight: 300;
            line-height: 1.29;
            text-indent: -1em; }
  @media screen and (max-width: 896px) {
    #main .flow .textList > li {
      margin: 0 -10px;
      padding: 25px 11px; }
      #main .flow .textList > li::before {
        left: 46px; }
      #main .flow .textList > li dl dt {
        width: 70px; }
      #main .flow .textList > li dl dd {
        width: calc(100% - 90px);
        display: block; }
        #main .flow .textList > li dl dd .ttl {
          margin-bottom: 9px;
          width: auto; }
        #main .flow .textList > li dl dd ul {
          width: auto; }
          #main .flow .textList > li dl dd ul li {
            font-size: 1.4rem;
            font-weight: 300;
            line-height: 1.29; }
            #main .flow .textList > li dl dd ul li span {
              margin-left: -1em; } }
#main .performance {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #EBF3FA; }
  #main .performance h2 {
    margin-bottom: 30px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center; }
  #main .performance .text {
    margin-bottom: 50px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center; }
  #main .performance .imgBox {
    display: flex;
    justify-content: space-between; }
    #main .performance .imgBox .photoBox {
      width: 388px; }
#main .performance .imgBox .photoBox img{
    width: 100%;
    height: auto;
}
    #main .performance .imgBox .textBox {
      width: 582px; }
  @media screen and (max-width: 896px) {
    #main .performance {
      margin-bottom: 40px;
      padding: 24px 0 40px; }
      #main .performance h2 {
        margin-bottom: 7px;
        font-size: 2.4rem;
        line-height: 1.5; }
      #main .performance .text {
        margin-bottom: 39px;
        font-size: 1.4rem;
        line-height: 1.73; }
      #main .performance .imgBox {
        display: block; }
        #main .performance .imgBox .photoBox {
          margin-bottom: 18px;
          width: auto; }
          #main .performance .imgBox .photoBox img {
            width: 100%; }
        #main .performance .imgBox .textBox {
          width: auto; }
          #main .performance .imgBox .textBox p {
            font-size: 1.4rem;
            line-height: 1.73; } }
#main .linkBox {
  margin-top: 72px;
  margin-bottom: 72px; }
  #main .linkBox .linkList li {
    padding: 30px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    background-color: #0071bf; }
    #main .linkBox .linkList li .pho {
      width: 379px;
      height: auto; }
    #main .linkBox .linkList li .txtBox {
      color: #fff;
      width: 420px; }
      @media screen and (max-width: 896px) {
        #main .linkBox .linkList li .txtBox {
          width: auto; } }
      #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: center;
        border-bottom: 1px solid #fff; }
      #main .linkBox .linkList li .txtBox p {
        margin-bottom: 42px;
        font-size: 1.6rem;
        line-height: 1.5; }
      #main .linkBox .linkList li .txtBox .comBtn {
        width: auto; }
        #main .linkBox .linkList li .txtBox .comBtn a {
          padding: 17px;
          font-size: 1.8rem; }
    #main .linkBox .linkList li.list01 .pho {
      width: 379px;
      height: auto; }
    #main .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) {
    #main .linkBox {
      margin-top: 49px;
      margin-bottom: 49px; }
      #main .linkBox .linkList {
        display: block; }
        #main .linkBox .linkList li {
          margin-bottom: 69px;
          padding: 27px 38px 40px;
          width: auto; }
          #main .linkBox .linkList li:last-of-type {
            margin-bottom: 0; }
          #main .linkBox .linkList li .pho {
            margin: 0 auto 25px;
            width: auto;
            height: auto; }
          #main .linkBox .linkList li .txtBox {
            color: #fff; }
            #main .linkBox .linkList li .txtBox .ttl {
              font-size: 1.8rem;
              line-height: 1.17; }
            #main .linkBox .linkList li .txtBox p {
              margin-bottom: 27px; }
            #main .linkBox .linkList li .txtBox .comBtn {
              width: auto;
              max-width: 450px; }
              #main .linkBox .linkList li .txtBox .comBtn a {
                padding: 20px;
                font-size: 1.4rem; }
          #main .linkBox .linkList li.list01 {
            padding-top: 1px;
            padding-bottom: 36px;
            display: block; }
            #main .linkBox .linkList li.list01 .pho {
              margin: -30px -15px 22px;
              width: auto;
              height: auto; }
            #main .linkBox .linkList li.list01 .txtBox .ttl {
              margin: 0 -5px 17px; }
            #main .linkBox .linkList li.list01 .txtBox .comBtn {
              margin: 0 auto; }
              #main .linkBox .linkList li.list01 .txtBox .comBtn a span {
                background-size: 23px auto; } }
#main .btmBox {
  padding: 71px 20px 61px;
  background-color: #EBF3FA; }
  #main .btmBox .comBtn {
    margin: 0 auto;
    width: 490px; }
    #main .btmBox .comBtn a {
      padding: 18px;
      color: #fff;
      font-size: 1.8rem;
      background-color: #0071bf; }
      #main .btmBox .comBtn a span {
        background-image: url(../img/common/icon06.png);
        background-size: 25px auto; }
  @media screen and (max-width: 896px) {
    #main .btmBox {
      padding: 52px 20px 50px; }
      #main .btmBox .comBtn {
        width: auto;
        max-width: 450px; }
        #main .btmBox .comBtn a {
          padding: 17px;
          font-size: 1.8rem; }
          #main .btmBox .comBtn a span {
            background-size: 25px auto; } }

/*20211025 お悩み部分追加*/
#main .conformal {
  padding-top: 40px;
  margin-bottom: 0; }
  #main .conformal h2 {
    margin-bottom: 30px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.4; }
#main .conformal__flex {
  display: flex;
  justify-content: space-around; }
  #main .conformal__flex img {
    width: 36%;
    margin-top: 70px; }
#main .conformal__textarea {
  margin-top: 30px;
  line-height: 1.9; }
#main .conformal__text {
  font-size: 1.8rem; }
  #main .conformal__text p {
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.5;
    margin-bottom: 10px; }
#main .conformal p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1.5em;
  height: 1em;
  background: url(../img/index/conformal_check.png) no-repeat;
  background-size: contain; }

@media screen and (max-width: 896px) {
  #main .conformal {
    padding-top: 12px;
    padding-bottom: 20px; }
    #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); } }
@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; } }
/*------------------------------------------------------------
	building-materials用
------------------------------------------------------------*/
p {
  font-size: 1.8rem; }
  @media screen and (max-width: 896px) {
    p {
      font-size: 1.6rem; } }

h2 {
  margin-bottom: 30px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.8;
  text-align: center; }
  @media screen and (max-width: 896px) {
    h2 {
      font-size: 2.3rem;
      margin-bottom: 20px;
      line-height: 1.5; } }

.bk_blue {
  background: #0071BF; }
  .bk_blue h2 {
    color: #fff; }

.bk_lightblue {
  background: #EBF3FA; }

.seminar_btn a {
  display: block;
  background: #fff;
  padding: 5px 10px 5px 5px;
  border-left: 5px solid #FFDC64;
  color: #0071BF;
  width: 420px;
  font-weight: bold;
  box-sizing: border-box; }
  @media screen and (max-width: 896px) {
    .seminar_btn a {
      width: auto;
      padding: 5px 10px 10px 5px; } }
  .seminar_btn a .seminar_btn_title {
    font-size: 2rem; }
    @media screen and (max-width: 896px) {
      .seminar_btn a .seminar_btn_title {
        font-size: 1.5rem;
        margin-bottom: 5px; } }
  .seminar_btn a .seminar_btn_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px; }
    .seminar_btn a .seminar_btn_contents div:first-child {
      font-size: 1.6rem; }
      @media screen and (max-width: 896px) {
        .seminar_btn a .seminar_btn_contents div:first-child {
          font-size: 1.1em; } }
    .seminar_btn a .seminar_btn_contents .btn span {
      padding: 3px 15px 5px 8px;
      font-size: 12px;
      background: #0071BF;
      color: #fff;
      position: relative; }
      @media screen and (max-width: 896px) {
        .seminar_btn a .seminar_btn_contents .btn span {
          font-size: 0.8em; } }
      .seminar_btn a .seminar_btn_contents .btn span:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -4px;
        transform: rotate(45deg); }

.intro {
  padding: 70px 0 110px; }
  @media screen and (max-width: 896px) {
    .intro {
      padding: 42px 0 43px; } }
  @media screen and (max-width: 896px) {
    .intro h2 {
      font-size: 2rem;
      line-height: 1.5; } }
  .intro .intro_text {
    border-top: 1px solid #0071bf;
    padding-top: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8; }
    @media screen and (max-width: 896px) {
      .intro .intro_text {
        font-size: 1.6rem; } }

.scene {
  padding: 60px 0 80px; }
  @media screen and (max-width: 896px) {
    .scene {
      padding: 40px 0px; } }
  .scene ul {
    display: flex; }
    @media screen and (max-width: 896px) {
      .scene ul {
        display: block;
        text-align: center; } }
    .scene ul li {
      width: calc( (100% - 105px) / 4);
      margin-right: 35px; }
.scene ul li img{
width: 100%;
    height: auto;
}
      .scene ul li:last-child {
        margin-right: 0; }
        @media screen and (max-width: 896px) {
          .scene ul li:last-child {
            margin-bottom: 0; } }
      @media screen and (max-width: 896px) {
        .scene ul li {
          width: 100%;
          margin-bottom: 20px;
          margin-right: 0; } }

.merit {
  padding: 60px 0 80px; }
  @media screen and (max-width: 896px) {
    .merit {
      padding: 40px 0px; } }
  .merit h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 896px) {
      .merit h2 {
        margin-bottom: 20px; } }
  .merit ul {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 0 auto; }
    @media screen and (max-width: 896px) {
      .merit ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%; } }
    .merit ul li {
      margin-right: 50px; }
      @media screen and (max-width: 896px) {
        .merit ul li {
          margin-right: 0;
          margin-bottom: 20px;
          width: 50%;
          padding: 0 10px;
          box-sizing: border-box;
          text-align: center; } }
      .merit ul li:last-child {
        margin-right: 0; }
        @media screen and (max-width: 896px) {
          .merit ul li:last-child {
            margin-bottom: 0; } }
      .merit ul li h3 {
        font-size: 1.8rem;
        color: #0071BF;
        text-align: center;
        margin-top: 15px; }
        @media screen and (max-width: 896px) {
          .merit ul li h3 {
            font-size: 1.6rem; } }
      .merit ul li div {
        padding: 0 30px; }
        @media screen and (max-width: 896px) {
          .merit ul li div {
            padding: 0; } }

/*.difference h2 {
  padding: 45px 20px 44px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  background-color: #0071bf; }
  @media screen and (max-width: 896px) {
    .difference h2 {
      padding: 25px 10px 32px;
      font-size: 2.3rem;
      line-height: 1.5;
      margin-bottom: 0; } }*/
.difference h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
  color: #0071bf; }

.difference ul li img{
    width: 100%;
    height: auto;
}
  @media screen and (max-width: 896px) {
    .difference h3 {
      font-size: 2rem;
      margin-bottom: 20px; } }
.difference .content {
  padding: 60px 0 80px; }
  @media screen and (max-width: 896px) {
    .difference .content {
      padding: 40px 0; } }
.difference article {
  padding-bottom: 55px;
  border-bottom: 1px dotted #0071BF; }
  .difference article:not(:first-of-type) {
    padding-top: 50px; }
    @media screen and (max-width: 896px) {
      .difference article:not(:first-of-type) {
        padding-top: 20px; } }
  .difference article:last-of-type {
    padding-bottom: 0;
    border: none; }
  @media screen and (max-width: 896px) {
    .difference article {
      padding-bottom: 30px; } }
.difference ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }
  @media screen and (max-width: 896px) {
    .difference ul {
      margin-top: 20px; } }
  .difference ul li div {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #0071bf;
    font-weight: bold;
    position: relative;
    padding-left: 30px; }
    @media screen and (max-width: 896px) {
      .difference ul li div {
        font-size: 1.8rem;
        margin-bottom: 5px; } }
    .difference ul li div:before {
      background: #0071bf;
      content: "";
      height: 20px;
      width: 20px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
      @media screen and (max-width: 896px) {
        .difference ul li div:before {
          height: 13px;
          width: 13px; } }

.change {
  padding: 30px 0; }

.graf-title-img{
    margin: 0 auto;
}
.graf-title-img img{
    width: 100%;
    height: auto;
}
  @media screen and (max-width: 896px) {
    .change {
      padding: 25px 0; } }
  .change .graf {
    margin-bottom: 15px; }
    .change .graf .graf-title {
      margin-bottom: 30px;
      text-align: center; }
      .change .graf .graf-title span {
        background: #fff;
        color: #0071bf;
        font-weight: bold;
        padding: 3px 8px 6px;
        font-size: 2rem; }
        @media screen and (max-width: 896px) {
          .change .graf .graf-title span {
            font-size: 2rem; } }
    .change .graf ul {
      display: flex;
      justify-content: center;
      width: 50%;
      margin: 0 auto 15px; }
      @media screen and (max-width: 896px) {
        .change .graf ul {
          width: 80%;
          margin: 0 auto 15px; } }
      .change .graf ul li {
        margin-right: 50px; }
        .change .graf ul li:last-child {
          margin-right: 0; }
        @media screen and (max-width: 896px) {
          .change .graf ul li {
            margin-right: 20px; } }
        .change .graf ul li p {
          margin-top: 15px; }
          .change .graf ul li p span {
            font-weight: bold; }
  .change p {
    color: #fff;
    text-align: center; }

.skill {
  padding: 60px 0 80px; }
  @media screen and (max-width: 896px) {
    .skill {
      padding: 40px 0; } }
  .skill h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 896px) {
      .skill h2 {
        margin-bottom: 20px; } }
  .skill .btn {
    margin: 40px 0 0 auto;
    text-align: center;
    max-width: 283px; }
    @media screen and (max-width: 896px) {
      .skill .btn {
        width: 100%;
        padding: 0 20px; } }
    .skill .btn a {
      color: #fff;
      font-size: 1.4rem;
      font-weight: bold;
      padding: 12px 0;
      display: block;
      position: relative;
      background-color: #0071BF; }
      .skill .btn a:before {
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -4px;
        transition: all ease .3s; }
      .skill .btn a:hover:before {
        right: 25px; }

.textList li {
  margin-bottom: 43px; }
  .textList li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 896px) {
    .textList li {
      margin-bottom: 50px; } }
  .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; }
    @media screen and (max-width: 896px) {
      .textList li .ttl {
        margin-bottom: 18px;
        font-size: 1.5em;
        line-height: 1.33;
        text-align: center; } }
  .textList li .imgBox {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      .textList li .imgBox {
        display: block; } }
    .textList li .imgBox .pho {
      width: 320px;
      background: #ffffff; }
      @media screen and (max-width: 896px) {
        .textList li .imgBox .pho {
          width: 100%;
          margin-bottom: 20px;
          text-align: center; } }
      .textList li .imgBox .pho img {
        width: 100%; }
    .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) {
        .textList li .imgBox .txtBox {
          width: 100%; } }

.flow-intro {
  padding: 60px 0 80px; }
  @media screen and (max-width: 896px) {
    .flow-intro {
      padding: 40px 0; } }
  .flow-intro .flowbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      .flow-intro .flowbox {
        display: block;
        width: 60%;
        margin: 0 auto; } }
  .flow-intro dl {
    text-align: center;
    width: 145px;
    background: #ddd;
    position: relative; }
    .flow-intro dl:after {
      content: '';
      width: 15px;
      height: 15px;
      border: 0;
      border-top: solid 2px #0071BF;
      border-right: solid 2px #0071BF;
      position: absolute;
      top: 50%;
      right: -18px;
      margin-top: -4px;
      transform: rotate(45deg); }
      @media screen and (max-width: 896px) {
        .flow-intro dl:after {
          left: 50%;
          right: auto;
          top: auto;
          bottom: -10px;
          transform: rotate(135deg) translateX(50%);
          -webkit-transform: rotate(135deg) translateX(50%);
          -ms-transform: rotate(135deg) translateX(50%); } }
    .flow-intro dl:last-of-type:after {
      content: none; }
    @media screen and (max-width: 896px) {
      .flow-intro dl:last-of-type {
        margin-bottom: 0;
        width: 100%; } }
    @media screen and (max-width: 896px) {
      .flow-intro dl {
        margin-bottom: 30px;
        width: 100%; } }
    .flow-intro dl dt {
      font-size: 1.6rem;
      font-weight: bold;
      color: #fff;
      padding: 5px 0 4px;
      background: #0071BF; }
      .flow-intro dl dt span {
        font-size: 2.5rem;
        margin-left: 5px; }
    .flow-intro dl dd {
      padding: 30px 0 20px;
      background: #ddd; }
      @media screen and (max-width: 896px) {
        .flow-intro dl dd {
          display: flex;
          justify-content: center;
          padding: 15px 0;
          align-items: center; } }
      .flow-intro dl dd div {
        margin-bottom: 10px; }
.flow-intro dl dd div img{
    width: auto;
    height: auto;
}
        @media screen and (max-width: 896px) {
          .flow-intro dl dd div {
            margin-right: 20px;
            margin-bottom: 0; } }
      .flow-intro dl dd p {
        color: #0071BF;
        font-weight: bold; }

.seminar {
  padding-bottom: 100px; }
  .seminar h2 {
    /*margin-bottom: 40px;*/
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.5;
    /*20220218*/
    text-align: center;
    margin: 0 calc(50% - 50vw) 30px;
    /*20220218*/
    width: 100vw;
    /*20220218*/
    background: #0071bf;
    /*20220218*/
    padding: 20px 0;
    /*20220218*/ }
    @media screen and (max-width: 896px) {
      .seminar h2 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 20px;
        /*20220218*/ } }
  .seminar .seminar__subtitle {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
    color: #0071BF; }
    @media screen and (max-width: 896px) {
      .seminar .seminar__subtitle {
        font-size: 1.7rem;
        padding: 8px 12px;
        margin-bottom: 20px; } }
    .seminar .seminar__subtitle:before {
      position: absolute;
      content: '';
      right: 19%;
      bottom: 0;
      width: 25px;
      height: 25px;
      border-right: 2px solid #0071bf;
      border-bottom: 2px solid #0071bf; }
    .seminar .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 .seminar__text {
    font-size: 1.5rem;
    margin-bottom: 40px; }

.seminar__btn {
  width: 490px;
  margin: 0 auto;
  border: 1px solid #0071BF;
  font-size: 1.8rem; }
  .seminar__btn:hover {
    opacity: 1;
    background: #EBF3FA; }
  @media screen and (max-width: 896px) {
    .seminar__btn {
      width: auto; } }

@media screen and (max-width: 320px) {
  .flow-intro .flowbox {
    width: 100%; }

  .seminar_btn a .seminar_btn_contents {
    display: block; }

  .seminar_btn a .seminar_btn_contents div:first-child {
    margin-bottom: 5px; } }
/*---------------------
220217
----------------------*/
.seminar_btn a {
  display: inline-block;
  width: auto;
  padding: 15px; }

.seminar_title_wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px; }

.seminar_rabel {
  font-size: 2.0rem;
  line-height: 1.3; }

.seminar_btn a .seminar_btn_title {
  font-size: 2rem;
  line-height: 1.3; }

.seminar_btn a .seminar_btn_contents {
  margin-top: 15px; }

.seminar_btn a .seminar_btn_contents .btn span {
  padding: 5px 20px; }

.seminar_btn a .seminar_btn_contents .btn span:after {
  right: 7px; }

.seminar .seminar__subtitle:after {
  left: 0; }

.seminar .seminar__subtitle:before {
  right: 0; }

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

  .seminar_rabel {
    margin-bottom: 5px; }

  .seminar_btn a .seminar_btn_contents {
    display: block;
    margin-top: 10px; }

  .seminar_btn a .seminar_btn_contents .btn span {
    display: block;
    text-align: center; }

  .seminar_btn a .seminar_btn_contents .btn {
    margin-top: 10px; } }
/*---------------------
220218
----------------------*/
.seminar .seminar__title {
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px; }
  @media screen and (max-width: 896px) {
    .seminar .seminar__title {
      font-size: 2.4rem;
      line-height: 1.5;
      margin-bottom: 30px; } }

.bnr {
  margin-bottom: 72px; }

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

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

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

#main .mainVisual .inner .textBox h1 {
  margin-bottom: 10px;
  font-size: 5rem;
  color: #fff;
  text-align: left;
  line-height: 1.4; }

#main .mainVisual .photoBox {
  overflow: inherit; }

.seminar h2 {
  margin: 0 auto 30px;
  width: 100%; }

@media screen and (max-width: 896px) {
  #main .mainVisual .inner .textBox h1 {
    margin-bottom: 9px;
    font-size: 3rem;
    line-height: 1.3; } }
/*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%; } }
.change .contact_Btn {
  margin: 70px auto 40px; }

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

.change .contact_Btn a span {
  background: url(../img/common/icon03.png) no-repeat left center/28px auto; }

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

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

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

@media screen and (max-width: 896px) {
  #main .linkBox .linkList li .txtBox .ttl {
    text-align: center; } }
/*220725*/
#main .about_conformal-coating {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #0071bf;
  color: #fff; }

#main .about_conformal-coating h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff; }

#main .about_conformal-coating .imgBox {
  display: flex;
  justify-content: space-between; }

#main .about_conformal-coating .imgBox .photoBox {
  width: 388px; }
#main .about_conformal-coating .imgBox .photoBox img{
    width: 100%;
    height: auto;
}

#main .about_conformal-coating .imgBox .textBox {
  width: 582px;
  display: flex;
  flex-flow: column; }

#main .about_conformal-coating .imgBox .textBox strong {
  margin-bottom: 12px;
  font-size: 1.8rem; }

#main .about_conformal-coating .imgBox .textBox p {
  margin-bottom: 1rem; }

#main .about_conformal-coating .imgBox .textBox .comBtn {
  width: 270px;
  margin-top: auto; }

#main .about_conformal-coating .imgBox .textBox .comBtn a {
  padding: 18px; }

#main .about_conformal-coating .imgBox .textBox .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url(../../../seminar/img/btn_icon02.png) no-repeat right center;
  font-size: 1.6rem; }

@media screen and (max-width: 896px) {
  #main .about_conformal-coating h2 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    line-height: 1.5; }

  #main .about_conformal-coating .imgBox {
    display: block; }

  #main .about_conformal-coating .imgBox .photoBox {
    width: 100%;
    margin: 12px auto 0; }

  #main .about_conformal-coating .imgBox .textBox {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.73; }

  #main .about_conformal-coating .imgBox .textBox strong {
    display: block;
    margin: 12px auto 12px 0; }

  #main .about_conformal-coating .imgBox .textBox .comBtn {
    width: 100%;
    margin-top: 2rem; } }
/*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;
  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; } }
/*220927*/
.intro {
  padding: 70px 0; }

#main .linkBox.bnr .linkList li .txtBox .ttl {
  font-size: 2.8rem;
  padding: 0; }

#main .linkBox.bnr .linkList li .txtBox p {
  font-size: 1.8rem;
  margin-bottom: 20px; }

#main .linkBox.bnr .linkList li.list01 .pho {
  position: relative; }

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

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

#main .linkBox.bnr .linkList li .txtBox .comBtn {
  width: 300px; }

#main .case .imgBox {
  display: flex;
  justify-content: space-between; }

#main .case .imgBox .photoBox {
  width: 388px; }
#main .case .imgBox .photoBox img{
    width: 100%;
    height: auto;
}
#main .case .imgBox .textBox {
  width: 582px;
  display: flex;
  flex-flow: column; }

#main .case .imgBox .textBox strong {
  margin-bottom: 12px;
  font-size: 1.8rem; }

section.case {
  padding: 60px 0;
  position: relative;
  background: #ebf3fa;
  margin-bottom: 60px; }

section.case:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 120px 0 120px;
  border-color: #ebf3fa transparent transparent transparent;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1; }

#main .linkBox.bnr .linkList li.list01 .pho img{
    width: auto;
    height: auto;
}

@media screen and (max-width: 896px) {
  #main .linkBox.bnr .linkList li.list01 {
    display: flex;
    flex-flow: column; }

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

  #main .linkBox.bnr .linkList li.list01 .pho {
    order: 1;
    margin: -30px -15px 10px; }

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

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

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

  #main .linkBox .linkList li .txtBox .ttl span {
    font-size: 100%;
    line-height: 1.6; }

  #main .case .imgBox {
    display: block; }

  #main .case .imgBox .photoBox {
    width: 100%;
    margin: 12px auto 0; }

  #main .case .imgBox .textBox {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.73; }

  #main .case .imgBox .textBox strong {
    display: block;
    margin: 12px auto 12px 0; }

  section.case:before {
    border-width: 40px 120px 0 120px;
    bottom: -39px; } }
/*221024*/
#main .about_conformal-coating {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #0071bf;
  color: #fff; }

#main .about_conformal-coating h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff; }

#main .about_conformal-coating .imgBox {
  display: flex;
  justify-content: space-between; }

#main .about_conformal-coating .imgBox .photoBox {
  width: 388px; }

#main .about_conformal-coating .imgBox .textBox {
  width: 582px; }

#main .about_conformal-coating .imgBox .textBox p {
  text-align: left; }

#main .about_conformal-coating .imgBox .textBox strong {
  margin-bottom: 12px;
  font-size: 1.8rem; }

#main .about_conformal-coating .imgBox .textBox .comBtn {
  width: 270px;
  margin-top: 1rem; }

#main .about_conformal-coating .imgBox .textBox .comBtn a {
  padding: 18px; }

#main .about_conformal-coating .imgBox .textBox .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url(../../../seminar/img/btn_icon02.png) no-repeat right center;
  font-size: 1.6rem; }

@media screen and (max-width: 896px) {
  #main .about_conformal-coating h2 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    line-height: 1.5; }

  #main .about_conformal-coating .imgBox {
    display: block; }
    #main .about_conformal-coating .imgBox .photoBox {
      width: 100%;
      margin: 12px auto 0; }
    #main .about_conformal-coating .imgBox .textBox {
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.73; }
      #main .about_conformal-coating .imgBox .textBox strong {
        display: block;
        margin: 12px auto 12px 0; } }

.lp-info-solution {
  display: flex;
  justify-content: space-between;
  align-items: center; 
    background: #E8F2F9;
overflow: hidden;
    margin-top: 40px;
}
.bk_lightblue .lp-info-solution {
    background: #ffffff;
}
  @media screen and (max-width: 896px) {
    .lp-info-solution {
      display: block; 
      } 
}
  @media screen and (max-width: 896px) {

    .lp-info-solution .lis-img img {
      max-width: inherit;
      width: 100%; } }
  .lp-info-solution .lis-cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding: 33px 40px;
    max-height: 268px; }
    @media screen and (max-width: 896px) {
      .lp-info-solution .lis-cont {
        max-height: inherit; }

    .lp-info-solution .lis-cont h3 {
        font-size: 20px;
        }
}
    .lp-info-solution .lis-cont h3 {
      color: #0071BF;
        font-size: 25px;
      font-weight: bold;
      background: none;
        margin-top: 0;

}
    .lp-info-solution .lis-cont p {
      text-align: left;
      display: block;
      width: 100%;
      margin-bottom: 20px; 
        color: #000000;
}
    .lp-info-solution .lis-cont .btn {
      max-width: inherit;
      min-width: 283px;
      margin: 0 auto; }
    .lp-info-solution .lis-cont .btn a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 12px 0;
    display: block;
    position: relative;
    background-color: #0071BF;
        text-align: center;
}
    .lp-info-solution .lis-cont .btn a::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
    transition: all ease .3s;
}
    .lp-info-solution .lis-cont .btn a:hover::before {
    right: 25px;
}

/*230105*/

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


  @media screen and (max-width: 896px) {
      .useful_item_wrap.flex {
          gap:5rem;
      }
.useful_item {
    width: 100%;
}
.useful_item .img_box {
    text-align: center;
}
}

section#movie {
    padding:60px 0 80px ;
}

.skill .btn.flex{
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    gap:2rem;
    justify-content: flex-end;
    
}
.skill .btn.flex a{
    padding: 12px 45px;
}
  @media screen and (max-width: 896px) {
.skill .btn.flex{
    width: 100%;
    max-width: 283px;
    display: block;
}
.skill .btn.flex a{
    padding: 12px 0;
}
      .skill .btn.flex a + a{
          margin-top: 1rem;
      }
}



.lpPage #main .mainVisual .inner .textBox p{
    font-size: 16px;
}
section.problem-solving {
    padding: 60px 0 80px;
}
.problem-solving-flex {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}
.problem-solving-flex + .problem-solving-flex{
    margin-top: 20px;
}

.problem-solving-item {
    width:calc((100% - 80px)/2);
    text-align:center;
    padding: 20px;
    position: relative;
}

.problem-solving-item.problem {
    background: #e9e9e9;
}
.problem-solving-item.solving {
    background:#ebf3fa;
}

.problem-solving-item.problem::after{
    content: "";
    width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 19px solid #0071bf;
  border-right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -50px;
}


.problem-solving-icon {
    width: 60px;
    margin: 0 auto 20px;
}
.problem-solving-icon img{
    width: 100%;
    height: auto;
}

.problem-solving-item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.problem-solving-item p span {
    font-size: 18px;
    color:#0171bf;
    font-weight: 800;
}


  @media screen and (max-width: 896px) {

      .problem-solving-flex{
          gap:50px;
      }
.problem-solving-item{
    width: 100%;
    padding: 10px 20px;
}
      
      .problem-solving-item.problem::after{
          top: auto;
          transform: translate(-50%, 0);
          left: 50%;
          right: auto;
          bottom:-35px;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 19px solid #0071bf;
  border-bottom: 0;
      }
      .problem-solving-flex + .problem-solving-flex{
          margin-top: 50px;
      }
      .intro{
          padding:  0;
      }
}


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

.merit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 90px;
    margin-top: 4rem;
}

.merit-list_item {
    width: calc((100% - 90px * 2) / 3);
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.merit-list_item h4 {
    text-align: center;
    font-size: 1.8rem;
    color: #0071bf;
}

.merit-list_item .img_box {
    text-align: center;
}
@media screen and (max-width: 896px) {
    
.merit-list_item {
    width: 100%;
}
}

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


        .comparison {
          padding-bottom: 0px;
          /*background-color: #EBF3FA;*/ }
          .comparison h2 {
            margin-bottom: 0px;
            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-top: 0; }
              .comparison .inner {
                padding: 0 20px; }
              .comparison h2 {
                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%; } }

                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%;
              }
              }
@media screen and (max-width: 896px) {
  .movie_item {
      position: relative;
      width: 100%;
  }
  }
@media screen and (max-width: 896px) {
  .movie_item iframe,.movie_item video {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
}

.flow-intro .contact_Btn {
  padding-top: 70px;
  margin-bottom: 0px;
}

#main .linkBox {
  margin-top: 0;
  margin-bottom: 0;
  /* padding-top: 72px; */
  padding-bottom: 72px;
}

@media screen and (max-width: 896px) {
  .skill .btn.flex{
      width: 100%;
      max-width: 283px;
      display: block;
      margin: 0 auto;
      margin-top: 20px;
}
}


.btn_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  justify-content: flex-end; 
}

.skill .btn_flex .btn {
    margin: 4rem 0 0 0;
    width: 283px;
}
.skill .btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 896px) {
.btn_flex {
    margin-top: 2rem;
    gap:1rem;
}
 .skill .btn_flex .btn {
    margin: 0 auto;
    padding: 0;
}   
}

.point-list {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 45px 0;
    border-top: 1px solid #007ac9;
    flex-wrap: wrap;
}
.point-list-item {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}
.point-list-img {
    width: 36%;
  color: rgb(1, 1, 1);
  line-height: 1.75;
}
.point-list-text {
    width: calc(100% - 36% - 60px);
  color: rgb(1, 1, 1);
  line-height: 1.75;   
    font-weight: 500;
}
.point-list-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
@media screen and (max-width: 896px) {
    .point-list-item {
        gap:20px;
    }
    .point-list-img {
        width: 100%;
    }
    .point-list-text {
        width: 100%;
    }
}


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