@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.7rem;
  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: 0;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 896px) {
    #container {
      padding-top: 0; } }

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

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

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

  .pc {
    display: none !important; } }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.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;
      overflow: hidden; } }
  #main .mainVisual .inner {
    margin: 0 auto;
	padding: 0;
    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% + 35px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    /*&::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: '';
    }*/ }
    @media screen and (max-width: 896px) {
      #main .mainVisual .photoBox {
        position: static;
        width: auto; } }
    #main .mainVisual .photoBox img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      min-height: 520px; }
      @media screen and (max-width: 896px) {
        #main .mainVisual .photoBox img {
          min-height: inherit; } }
  @media screen and (max-width: 896px) {
    #main .mainVisual {
      margin-top: -10px;
      width: auto;
      /*height: 347px;*/
      position: relative; }
      #main .mainVisual::before {
        width: 100%;
        height: 210px;
        left: 0;
        top: -112px;
        background-image: url(../img/index/sp_main_bg01.png); } }

.conformal {
  padding-top: 40px; }
  .conformal h2 {
    margin-bottom: 30px;
    color: #0071bf;
    font-size: 3rem;
    line-height: 1.4; }
  .conformal__flex {
    display: flex;
    justify-content: space-around; }
    .conformal__flex img {
      width: 36%;
      margin-top: 40px; }
  .conformal__textarea {
    margin-top: 30px;
    line-height: 1.9; }
  .conformal__text {
    font-size: 2rem; }
  .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) {
    .conformal {
      background: url("../img/index/conformal_imgtext01_sp.jpg") no-repeat;
      background-size: contain;
      background-position: center bottom;
      padding-top: 12px;
      padding-bottom: 43px; }
      .conformal h2 {
        margin-bottom: 25px;
        font-size: 2.2rem;
        line-height: 1.36;
        text-align: center; }
      .conformal img {
        display: none; }
      .conformal__textarea {
        font-size: 1.5rem; }
      .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 .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; }
  .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: 1200px;
    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;
        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 20px 50px 20px; }
      .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;
    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; }
      .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;
        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 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 .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 .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; } }

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

.dispenser .imgBox .photoBox img {
  margin-top: 3rem; }

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

/*-----------------------------
建材扉ページ
------------------------------*/
.building {
  /*ここから*/ }
  .building *, .building *:before, .building *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .building .padding-90 {
    padding: 90px 0; }
  .building .bg-blue {
    background-color: #e8f2f9; }
  .building h2 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #0071BF;
    text-align: center;
    margin-bottom: 33px; }
  .building h2 + p {
    font-size: 1.8rem; }
  .building p {
    font-size: 1.7rem;
    text-align: center; }
  .building h4 {
    font-size: 2.0rem;
    color: #0071BF;
    text-align: center; }
  .building .btn {
    text-align: center;
    max-width: 283px;
    margin: 0 auto; }
  .building .btn a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 12px 0;
    display: block;
    position: relative;
    background-color: #0071BF; }
  .building .btn a:hover {
    opacity: 0.7; }
  .building .btn a:hover::before {
    right: 25px; }
  .building .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; }
  .building .flex {
    display: flex; }
  .building #main .mainVisual .inner .textBox .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }
  .building #main .mainVisual .inner .textBox p {
    font-size: 1.8rem;
    text-align: left; }
  .building .diagonal {
    position: absolute;
    top: 0;
    left: 47%;
    z-index: 1;
    height: 100%; }
  .building .diagonal img {
    height: 100%; }
  .building .pageLink {
    margin: 70px 0 0; }
  .building .flex.pageLink_wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff; }
  .building .pageLink_wrap li {
    width: 25%;
    text-align: center;
    font-size: 1.6rem;
    border-left: 1px solid #0071bf;
    border-top: 1px solid #0071bf;
    background-color: #fff; }
  .building .pageLink_wrap li:nth-child(4n) {
    border-right: 1px solid #0071bf; }
  .building .pageLink_wrap li:nth-child(n + 5) {
    border-bottom: 1px solid #0071bf; }
  .building .pageLink_wrap li a {
    display: block;
    padding: 20px;
    font-size: 1.8rem; }
  .building .pageLink_wrap li a:hover {
    background-color: #0071BF;
    color: #fff; }
  .building .strengths {
    text-align: center; }
  .building .strengths_item_wrap {
    margin-top: 50px;
    justify-content: space-between; }
  .building .strengths_item {
    width: 282px; }
  .building .strengths_item:last-child {
    margin-right: 0; }
  .building .strengths_item h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.8rem; }
  .building .strengths_item p {
    text-align: left;
    font-size: 1.6rem; }
  .building .technology_item_wrap.flex {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 60px; }
  @media screen and (min-width: 896px) {
    .building .technology_item_wrap.flex {
      justify-content: center; } }
  .building .technology_item {
    margin-bottom: 25px; }
  .building .technology_item h4 {
    margin-top: 4px; }
  .building .solution_item_wrap.flex {
    justify-content: space-between; }
  .building .solution_item {
    width: 490px;
    background-color: #e8f2f9;
    border-top: 5px solid #0071BF;
    display: flex;
    flex-direction: column; }
  .building .solution_item h3 {
    text-align: center;
    color: #0071BF;
    font-size: 2.7rem;
    line-height: 1.4;
    margin-bottom: 35px; }
  .building .solution_item .txt_box {
    padding: 40px 55px; }
  .building .solution_item p {
    text-align: left; }
  .building .solution_item .btn {
    margin-bottom: 40px;
    margin-top: auto;
    width: 283px; }
  .building .app_item {
    margin-bottom: 50px; }
  .building .app_item h3 {
    color: #0071BF;
    font-size: 2.5rem;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0071bf; }
  .building .app_item .img_box {
    width: 320px;
    margin-right: 23px; }
  .building .app_item .img_box .name {
    font-weight: bold; }
  .building .app_item .txt_box {
    flex: 1; }
  .building .app_item .txt_box p {
    text-align: left;
    font-size: 1.7rem; }
  .building .app_item .btn {
    margin: 40px 0 0 auto; }
  .building .movie_item_wrap.flex {
    justify-content: space-between;
    flex-wrap: wrap; }
  .building .movie_item {
    width: 490px;
    margin-bottom: 30px; }
  .building .movie_item:last-child {
    margin-bottom: 0; }
  .building .movie_item h3 {
    text-align: center;
    color: #0071BF;
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 5px; }
  .building .movie_item p {
    text-align: center;
    margin-top: 5px;
    line-height: 1.4; }
  .building .seminar_item {
    background-color: #fff;
    padding: 25px;
    align-items: center; }
  .building .seminar_item .img_box {
    width: 320px; }
  .building .seminar_item .txt_box {
    padding: 0 25px;
    text-align: left;
    flex: 1; }
  .building .seminar_item .rabel {
    border: 1px solid #0071bf;
    padding: 4px 8px;
    display: inline-block;
    color: #0071bf; }
  .building .seminar_item .rabel p {
    text-align: center; }
  .building .seminar_item .txt_box h4 {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.3; }
  .building .seminar_item .txt_box p {
    text-align: left;
    line-height: 1.4; }
  .building .seminar .btn {
    margin: 15px 0 0 auto; }
  .building .useful_item_wrap.flex {
    justify-content: space-between; }
  .building .useful_item_wrap {
    margin-top: 50px; }
  .building .useful_item {
    width: 320px;
    padding: 22px;
    background-color: #0071bf;
    color: #fff;
    display: flex;
    flex-direction: column; }
  .building .useful_item.area-link:hover {
    opacity: 0.7; }
  .building .useful_item h4 {
    color: #fff;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    padding-bottom: 4px;
    margin-bottom: 6px; }
  .building .useful_item .img_box {
    margin-top: -43px;
    margin-bottom: 15px; }
  .building .useful_item .txt_box {
    margin-top: auto; }
  .building .useful_item .txt_box p {
    text-align: left;
    padding: 0 7px; }
  .building .useful .btn {
    margin: 35px auto 0;
    max-width: 490px; }
  .building .useful .btn a {
    color: #0071bf;
    background-color: #fff;
    border: 1px solid #0071bf; }
  .building .useful .btn a::before {
    border-top: solid 2px #0071bf;
    border-right: solid 2px #0071bf; }
  .building .link h2 {
    font-size: 2.7rem;
    text-align: left; }
  .building .link_item_wrap.flex {
    justify-content: space-between; }
  .building .link_item {
    width: 48%; }
  .building .link_item p {
    text-align: left;
    color: #0071BF;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #0071bf;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .building .link_item p:nth-child(n + 2) {
    margin-top: 20px; }
  .building .link_item ul li {
    color: #0071bf;
    font-size: 2.0rem;
    font-weight: bold; }
  .building .link_item ul li a {
    font-size: 1.7rem;
    font-weight: normal;
    color: #555555;
    position: relative;
    display: inline-block;
    padding-left: 2rem; }
  .building .link_item ul li a:hover {
    opacity: 0.7; }
  .building .link_item ul li a::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #555555;
    border-right: solid 1px #555555;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: 0;
    margin-top: -3px;
    transition: all ease .3s; }
  .building .link_item ul li ul {
    margin-bottom: 10px; }
  @media screen and (max-width: 896px) {
    .building h2 {
      font-size: 2.4rem;
      margin-bottom: 20px; }
    .building .pageLink {
      margin: 35px 0 50px; }
    .building .diagonal {
      width: 100%;
      height: 210px;
      left: 0;
      top: 120px; }
    .building .diagonal img.sp {
      width: 100%; }
    .building #main .mainVisual .photoBox {
      height: auto; }
    .building #main .mainVisual .inner .textBox .title {
      font-size: 1.4rem; }
    .building .pageLink_wrap li {
      width: 50%;
      text-align: center;
      font-size: 1.6rem;
      border-left: 1px solid #0071bf;
      border-top: 1px solid #0071bf;
      background-color: #fff; }
    .building .pageLink_wrap li:nth-child(4n) {
      border-right: none; }
    .building .pageLink_wrap li:nth-child(n + 5) {
      border-bottom: none; }
    .building .pageLink_wrap li:nth-child(2n) {
      border-right: 1px solid #0071bf; }
    .building .pageLink_wrap li:nth-child(N + 7) {
      border-bottom: 1px solid #0071bf; }
    .building .strengths_item_wrap.flex {
      display: block; }
    .building .strengths_item {
      width: 100%;
      margin: 0 auto 25px; }
    .building .strengths_item:last-child {
      margin-bottom: 0; }
    .building .technology_item {
      width: 48%;
      text-align: center; }
    .building .technology_item:nth-child(n + 5) {
      margin-bottom: 25px; }
    .building .solution_item_wrap.flex {
      display: block; }
    .building .solution_item {
      width: 100%; }
    .building .solution_item h3 {
      font-size: 2.2rem;
      margin-bottom: 15px; }
    .building .solution_item .txt_box {
      padding: 20px 25px; }
    .building .solution_item .btn {
      width: 100%;
      padding: 0 20px; }
    .building .app_item h3 {
      font-size: 1.8rem; }
    .building .app_item {
      margin-bottom: 50px; }
    .building .app_item:last-child {
      margin-bottom: 0; }
    .building .detail.flex {
      display: block; }
    .building .app_item .img_box {
      width: 100%;
      margin: 0 auto 10px;
      text-align: center; }
    .building .app_item .btn {
      margin: 20px auto 0; }
    .building .movie_item_wrap.flex {
      display: block; }
    .building .movie_item {
      margin-bottom: 50px;
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
    .building .movie_item:last-child {
      margin-bottom: 0; }
    .building .movie_item video {
      width: 100%; }
    .building .movie_item iframe, .building .movie_item video {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    .building .seminar_item.flex {
      display: block; }
    .building .seminar_item {
      padding: 20px; }
    .building .seminar_item .img_box {
      text-align: center;
      width: 100%; }
    .building .seminar_item .txt_box {
      padding: 0;
      margin-top: 15px; }
    .building .seminar .btn {
      margin: 15px auto 0; }
    .building .useful_item_wrap.flex {
      display: block; }
    .building .useful_item {
      width: 100%;
      margin-bottom: 50px; }
    .building .useful_item .img_box {
      margin-top: -43px;
      margin-bottom: 15px;
      text-align: center; }
    .building .link h2 {
      font-size: 2.0rem; }
    .building .link_item p {
      font-size: 1.8rem; }
    .building .link_item ul li {
      font-size: 1.6rem; } }
  @media screen and (min-width: 896px) {
    .building .technology_item {
      /*margin-right: 20px;
      margin-bottom: 25px;*/
      margin: 0 10px 25px 10px;
      max-width: 310px;
      /*&:nth-child(3n) {
      	margin-right: 0;
      }*/ } }

#gHeader .hBox {
  padding: 0; }

@media screen and (max-width: 896px) {
  #gHeader .hBox {
    padding: 0 20px; } }
.seminar .seminar-ttl {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  /*margin: 0 calc(50% - 50vw) 30px;*/
  margin-bottom: 30px;
  width: 100%;
  background: #0071bf;
  padding: 40px 0;
  font-weight: bold; }
  @media screen and (max-width: 896px) {
    .seminar .seminar-ttl {
      padding: 20px;
      font-size: 20px; } }

.lis-apliBox {
  border: 1px solid #0071BF;
  padding-bottom: 30px; }
  .lis-apliBox + .lis-apliBox {
    margin-top: 50px; }
  .lis-apliBox h3 {
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    background: #0071BF;
    text-align: center; }
    @media screen and (max-width: 896px) {
      .lis-apliBox h3 {
        padding: 15px;
        font-size: 20px; } }
  .lis-apliBox .lis-apliInfo {
    position: relative; }
    .lis-apliBox .lis-apliInfo .lis-apliInfo-txt {
      width: 65%;
      min-height: 313px; }
      @media screen and (max-width: 896px) {
        .lis-apliBox .lis-apliInfo .lis-apliInfo-txt {
          width: 100%; } }
      .lis-apliBox .lis-apliInfo .lis-apliInfo-txt .lis-apliInfo-head {
        border-bottom: 1px solid #0071BF;
        color: #0071BF;
        padding: 20px 50px 10px 15px;
        margin-bottom: 20px;
        font-size: 20px;
        display: inline-block; }
    .lis-apliBox .lis-apliInfo .lis-apliInfo-cont {
      padding-left: 30px; }
      @media screen and (max-width: 896px) {
        .lis-apliBox .lis-apliInfo .lis-apliInfo-cont {
          padding-right: 15px; } }
      .lis-apliBox .lis-apliInfo .lis-apliInfo-cont p {
        text-align: left;
        margin-bottom: 20px; }
        .lis-apliBox .lis-apliInfo .lis-apliInfo-cont p + p {
          margin-top: 1em; }
    .lis-apliBox .lis-apliInfo .lis-apliInfo-img {
      position: absolute;
      z-index: -1;
      right: 0;
      top: 0; }
      @media screen and (max-width: 896px) {
        .lis-apliBox .lis-apliInfo .lis-apliInfo-img {
          position: static; } }
  .lis-apliBox .lis-apliDetail li {
    display: flex;
    justify-content: space-between;
    margin-left: 30px; }
    @media screen and (max-width: 896px) {
      .lis-apliBox .lis-apliDetail li {
        display: block;
        margin-top: 20px; } }
    .lis-apliBox .lis-apliDetail li .lis-apliDetail01 {
      min-width: 320px; }
      @media screen and (max-width: 896px) {
        .lis-apliBox .lis-apliDetail li .lis-apliDetail01 {
          min-width: inherit; } }
      .lis-apliBox .lis-apliDetail li .lis-apliDetail01 img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto; }
    .lis-apliBox .lis-apliDetail li .lis-apliDetail02 {
      background: #E8F2F9;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex: 1;
      padding: 40px; }
      @media screen and (max-width: 896px) {
        .lis-apliBox .lis-apliDetail li .lis-apliDetail02 {
          padding: 20px; } }
      .lis-apliBox .lis-apliDetail li .lis-apliDetail02 h3 {
        color: #0071BF;
        font-size: 25px;
        font-weight: bold;
        background: none; }
        @media screen and (max-width: 896px) {
          .lis-apliBox .lis-apliDetail li .lis-apliDetail02 h3 {
            font-size: 20px; } }
      .lis-apliBox .lis-apliDetail li .lis-apliDetail02 p {
        text-align: left;
        display: block;
        width: 100%; }
        @media screen and (max-width: 896px) {
          .lis-apliBox .lis-apliDetail li .lis-apliDetail02 p {
            margin: 15px 0; } }
      .lis-apliBox .lis-apliDetail li .lis-apliDetail02 .btn {
        max-width: inherit;
        min-width: 283px;
        margin: 1em auto 0 auto; }
    .lis-apliBox .lis-apliDetail li + li {
      margin-top: 20px; }

.lp-info-solution {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @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 {
    background: #E8F2F9;
    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 {
      color: #0071BF;
      font-size: 25px;
      font-weight: bold;
      background: none; }
    .lp-info-solution .lis-cont p {
      text-align: left;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
    .lp-info-solution .lis-cont .btn {
      max-width: inherit;
      min-width: 283px;
      margin: 0 auto; }

@media screen and (max-width: 896px) {
  .movie_item {
    padding-top: 0 !important; } }

video {
  min-height: 304px;
  background: #000;
  position: static !important; }
  @media screen and (max-width: 896px) {
    video {
      min-height: inherit; } }

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

#main #seminar {
  padding: 0;
  margin-bottom: 83px; }

#main #seminar h2 {
  margin-bottom: 29px;
  line-height: 1.2; }

/*220519*/
.seminar-bnr {
  margin: 72px auto 0;
  text-align: center; }
  .seminar-bnr .comBtn {
    width: inherit;
    display: inline-block; }
    .seminar-bnr .comBtn a {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      text-align: left;
      border: 2px solid #0071bf; }
      @media screen and (max-width: 896px) {
        .seminar-bnr .comBtn a {
          padding: 15px; } }
      .seminar-bnr .comBtn a span {
        padding: 0 !important;
        background: none !important;
        font-size: 2rem;
        display: flex;
        flex-flow: column;
        height: 100%;
        width: 67%; }
        @media screen and (max-width: 896px) {
          .seminar-bnr .comBtn a span {
            width: 100%; } }
        .seminar-bnr .comBtn a span time {
          font-size: 1.4rem;
          margin: 15px 0; }
        .seminar-bnr .comBtn a span strong {
          font-size: 1.2rem;
          color: #FFF;
          background: #0071bf;
          margin: auto 0 0;
          padding: 5px 10px;
          display: flex;
          justify-content: space-between;
          width: 120px; }
          @media screen and (max-width: 896px) {
            .seminar-bnr .comBtn a span strong {
              margin: 10px auto;
              width: 50%;
              justify-content: center; } }
          .seminar-bnr .comBtn a span strong:after {
            content: ">"; }
      .seminar-bnr .comBtn a .img {
        width: 30%; }
        @media screen and (max-width: 896px) {
          .seminar-bnr .comBtn a .img {
            width: 100%;
            margin-left: 0;
            margin-bottom: 20px; } }

/*220524*/
ul.anchors {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px #0071bf solid;
  text-align: center;
  margin-top: 70px; }

ul.anchors li {
  width: calc(100% / 3); }

ul.anchors li a {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 1.8rem; }

ul.anchors li a::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background: #80b8df;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

ul.anchors li:first-child a:before {
  display: none; }

ul.anchors li a span {
  position: relative;
  padding-left: 25px; }

ul.anchors li a span::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #0071bf;
  border-right: solid 2px #0071bf;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 44%;
  left: 0;
  margin-top: -4px;
  transition: all ease .3s; }

ul.anchors li a:hover {
  color: #fff;
  background: #0071bf; }

ul.anchors li a:hover span::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%; }

@media screen and (max-width: 896px) {
  ul.anchors {
    margin-top: 45px;
    text-align: left; }

  ul.anchors li {
    width: 100%; }

  ul.anchors li a {
    padding-left: 3rem; }

  ul.anchors li a::before {
    width: 100%;
    height: 1px;
    background: #0071bf;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); } }
.linkBox .linkList li {
  align-items: center; }

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

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

@media screen and (max-width: 896px) {
  #main .linkBox .linkList li .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;
  max-width: auto !important; }

.solution_text {
  padding: 30px;
  font-size: 1.6rem;
  text-align: left; }

.solution_text p {
  text-align: left;
  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;
  color: #fff; }

.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%; } }
/*220927*/
.btn_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  justify-content: space-between; }

.lis-apliBox .lis-apliDetail li .lis-apliDetail02 .btn {
  margin: 0;
  width: calc(100% / 2 - 1rem );
  min-width: 240px; }

@media screen and (max-width: 896px) {
  .lis-apliBox .lis-apliDetail li .lis-apliDetail02 .btn {
    width: 100%; } }
