@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 0.3s;
}
a:link {
  color: #0071bf;
  text-decoration: none;
}
a:visited {
  color: #0071bf;
}
a:hover {
  color: #0071bf;
}
a:active {
  color: #0071bf;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  background-color: #0071bf;
  height: 520px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  #main .mainVisual {
    height: auto;
    display: block;
  }
}
#main .mainVisual .inner {
  padding: 0;
  margin: 0 auto;
  width: 1260px;
}
#main .mainVisual .inner .textBox {
  color: #fff;
  position: relative;
  z-index: 10;
}
#main .mainVisual .inner .textBox .title {
  margin-bottom: 12px;
  padding: 3px 0 6px;
  width: 288px;
  font-size: 2.4rem;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#main .mainVisual .inner .textBox h2 {
  margin-bottom: 12px;
  font-size: 4.8rem;
  line-height: 1.4;
}
#main .mainVisual .inner .textBox p {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 896px) {
  #main .mainVisual .inner {
    margin: 0 20px;
    padding-top: 35px;
    width: auto;
  }
  #main .mainVisual .inner .textBox .title {
    margin-bottom: 7px;
    padding: 6px 0 6px;
    width: 230px;
    font-size: 1.4rem;
    text-align: center;
  }
  #main .mainVisual .inner .textBox h2 {
    margin-bottom: 9px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #main .mainVisual .inner .textBox p {
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  #main .mainVisual .inner .textBox .comBtn {
    margin: 0;
  }
}
#main .mainVisual .photoBox {
  width: calc(50% + 160px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
#main .mainVisual .photoBox::before {
  width: 370px;
  height: 100%;
  position: absolute;
  left: -128px;
  top: 0;
  background: url(../img/index/main_bg01.png) no-repeat center center/100% 100%;
  content: "";
}
#main .mainVisual .photoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  #main .mainVisual .photoBox {
    margin-top: -10px;
    width: auto;
    position: relative;
  }
  #main .mainVisual .photoBox::before {
    width: 100%;
    height: 210px;
    left: 0;
    top: -112px;
    background-image: url(../img/index/sp_main_bg01.png);
  }
}
#main .conformal {
  padding-top: 100px;
}
#main .conformal h2 {
  margin-bottom: 35px;
  text-align: center;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4;
}
#main .conformal p.sub-ttl {
  text-align: center;
  font-size: 2rem;
}

#main .conformal__flex {
  display: flex;
  justify-content: center;
}
#main .conformal__flex img {
  width: 36%;
  margin-top: 40px;
}
#main .conformal__textarea {
  margin-top: 30px;
  line-height: 1.9;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
#main .conformal__text {
  font-size: 2rem;
}

#main .onayami_list ul li {
  font-size: 2rem;
  text-indent: -3rem;
  padding-left: 3rem;
}
#main .onayami_list ul li + li {
  margin-top: 1rem;
}

#main .onayami_list ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1.5em;
  height: 1em;
  background: url(../img/index/onayami_check.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #main .conformal {
    background-size: contain;
    background-position: center bottom;
    padding-top: 12px;
    padding-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;
    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.3rem;
  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;
  line-height: 1.75;
}
.textList li .imgBox .txtBox p {
  font-size: 1.8rem;
}

@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;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case .list .card .subtitle {
  font-size: 1.6rem;
  color: #0071bf;
  background: #ebf3fa;
  width: 125px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.case .list .card .textbox {
  height: 170px;
}
.case .list .card .textbox:last-of-type {
  height: auto;
}
.case .list .card .text {
  font-size: 1.6rem;
  line-height: 1.45;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.case .video-wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.case .video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .case {
    padding: 50px 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;
  padding: 0;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.comparison .item {
  background: #0071bf;
  width: 320px;
  height: 60px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .item:last-of-type {
  margin-bottom: 0;
}
.comparison .item__2nd {
  height: 160px;
}
.comparison .item__2nd--center {
  background: #ffdc64;
}
.comparison .item__2nd--right {
  background: none;
  border: 2px #0071bf solid;
  box-sizing: border-box;
}
.comparison .item__2nd .item__text {
  font-size: 2rem;
}
.comparison .item__3rd {
  height: 160px;
}
.comparison .item__3rd--center {
  background: #ffdc64;
}
.comparison .item__3rd--right {
  background: none;
  border: 2px #0071bf solid;
  box-sizing: border-box;
}
.comparison .item__3rd .item__text {
  font-size: 2rem;
}
.comparison .item__4th--center {
  background: #ffdc64;
  color: #0071bf;
}
.comparison .item__4th--right {
  background: none;
  color: #0071bf;
  border: 2px #0071bf solid;
  box-sizing: border-box;
}
.comparison .item__4th .item__text {
  font-size: 2rem;
}
.comparison .item--center {
  border: 6px solid #ffdc64;
  box-sizing: border-box;
  position: relative;
}
.comparison .item .hamburger-icon,
.comparison .item .hamburger-icon::before,
.comparison .item .hamburger-icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: -27px;
  right: -38px;
  bottom: 0;
  width: 28px;
  height: 5px;
  border-radius: 5px;
  background: #ffdc64;
  cursor: pointer;
  transform: rotate(-45deg);
}
@media screen and (max-width: 896px) {
  .comparison .item .hamburger-icon,
  .comparison .item .hamburger-icon::before,
  .comparison .item .hamburger-icon::after {
    width: 14px;
    height: 4px;
    top: -16px;
    right: -22px;
  }
}
.comparison .item .hamburger-icon:before {
  top: -20px;
  right: 8px;
}
@media screen and (max-width: 896px) {
  .comparison .item .hamburger-icon:before {
    top: -12px;
    right: 5px;
  }
}
.comparison .item .hamburger-icon:after {
  top: 20px;
  left: -8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 896px) {
  .comparison .item .hamburger-icon:after {
    top: 12px;
    left: -5px;
  }
}
.comparison img {
  border-radius: 5px;
}
.comparison .caption {
  color: #0071bf;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .comparison {
    padding-bottom: 40px;
  }
  .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;
  margin-top: 4rem;
}
.flow .textList .arrow {
  position: absolute;
  top: 164px;
  left: 70px;
}
.flow .textList .arrow p {
  position: absolute;
  color: #0071bf;
  padding: 10px 0;
  font-size: 14px;
  background: #fff;
  line-height: 1.2;
  top: 102px;
  left: -48px;
  text-indent: -1.4rem;
}
.flow .textList > li {
  padding: 23px 12px 23px 137px;
  position: relative;
  background-color: #e1eef8;
  margin: 0;
}
.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: #fff;
}
.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;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.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 {
  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: 2.3rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.performance .imgBox {
  display: flex;
  justify-content: space-between;
}
.performance .imgBox .photoBox {
  width: 388px;
}
.performance .imgBox .textBox {
  width: 582px;
}

.performance .imgBox .textBox p {
  font-size: 1.8rem;
}
@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;
  }
}

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

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

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

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

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

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

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

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

.seminar__btn {
  width: 490px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 4rem;
  line-height: 1.6;
}

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

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

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

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

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

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

/*220523*/
.contact_Btn {
  margin: 0 auto 70px;
  width: 490px;
}

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

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

.contact_Btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 896px) {
  .contact_Btn {
    width: 90%;
  }
}
.case .contact_Btn {
  margin: 70px auto 0;
}

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

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

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

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

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

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

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

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

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

.solution_img img {
  height: 100%;
  width: auto;
  max-width: auto !important;
}

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

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

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

a.solution_box:hover {
  opacity: 0.8;
}

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

  .solution_img {
    width: 100%;
  }

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

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

  .solution_text p {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .linkBox.bnr .linkList li .txtBox .comBtn {
    width: 100%;
  }
}
/*220725*/
#main .solution_link {
  background: #ecf4fa;
  padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

#main .solution_link .block a:hover {
  opacity: 0.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;
  }
}

.lpPage #main .mainVisual .inner .textBox p {
  font-size: 1.6rem;
}
.lpPage #main .mainVisual .inner .textBox p.title {
  font-size: 2.4rem;
}

.mainVisual_bnr {
  background: #ffff;
  width: auto;
  padding: 10px;
  color: #0071bf;
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 4px solid #ffdc64;
  display: inline-block;
  position: relative;
}

.mainVisual_bnr_title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  text-indent: -0.8rem;
}
.mainVisual_bnr_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.mainVisual_bnr_btn a {
  background: #0071bf;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 18px 5px 8px;
  background-image: url(https://nordson-web.jp/battery/img/index/btn_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% right 5px;
  background-size: 6px;
}

.download_bnr {
  background: #e1ecf5;
}

.download_bnr_tag {
  text-align: center;
  padding: 10px;
  background: #007ac9;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.download_bnr_conts {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 3rem;
}

.download_bnr_img {
  width: calc(49% - 3rem);
  align-items: center;
  display: flex;
  justify-content: center;
}

.download_bnr_text {
  width: 51%;
}

.download_bnr_title {
  text-align: center;
  color: #007ac9;
  font-size: 4rem;
  font-weight: bold;
}

.download_bnr_title_sub {
}

.download_bnr_title_sub {
  font-size: 1.6rem;
}

.download_bnr_summary {
  color: #007ac9;
  margin-top: 1.5rem;
  padding: 1.5rem 1.5rem;
  border-top: 1px solid #007ac9;
  line-height: 1.8;
}

.download_bnr_btn a {
  background: #fff;
  padding: 2rem;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}

.download_bnr_btn a span {
  background-image: url(https://nordson-web.jp/seminar/img/btn_icon02.png);
  background-size: auto;
  background-position: right center;
  padding-left: 0;
  padding-right: 30px;
  background-repeat: no-repeat;
}

.onayami_text {
  font-size: 2rem;
  margin-top: 4rem;
}

section.resolution {
  background: #0071bf;
  padding: 13rem 0 9rem;
  position: relative;
}

section.resolution h2 {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 3.5rem;
  margin-bottom: 3rem;
}

p.text {
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
}

.resolution_conts {
  background: #fff;
  padding: 6rem 5.5rem;
  margin: 5rem 0;
}

.resolution_item h3 {
  text-align: center;
  color: #0071bf;
  line-height: 1.6;
  font-size: 2.8rem;
  margin: 0 auto 5rem;
  position: relative;
}
.resolution_item h3::before {
  position: absolute;
  content: "";
  width: 4.5rem;
  height: 4px;
  background: #ffdc64;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resolution_item_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.resolution_item_box {
  width: calc(50% - 3rem / 2);
  border: 1px solid #707070;
  position: relative;
}

.resolution_item_box_tug {
  background: #707070;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}

.resolution_item_box_flex {
  display: flex;
  gap: 2rem;
}

.resolution_item_box_img {
  width: calc(58% - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.resolution_item_box_text {
  width: 42%;
  padding: 3rem 3rem 3rem 0;
}
.resolution_item_box_icon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  max-width: 16%;
}

.resolution_item + .resolution_item {
  margin-top: 5rem;
}

.resolution_item_box.after {
  border: 1px solid #0071bf;
  position: relative;
}

.resolution_item_box.after .resolution_item_box_tug {
  background: #0071bf;
}

.resolution_item_box.after::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent #0071bf;
  top: 50%;
  transform: translate(0, -50%);
  left: -2.5rem;
}

.resolution_item_box.after .resolution_item_box_text {
  color: #0071bf;
}

.comBtn {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.comBtn a span {
  font-size: 1.8rem;
  background-image: url(https://nordson-web.jp/seminar/img/btn_icon02.png);
  background-size: auto;
  background-position: right center;
  padding-left: 0;
  padding-right: 30px;
  background-repeat: no-repeat;
}

.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 0.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: 20px;
  }
}
.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%;
  }
}
section {
  padding: 6rem 0 8rem;
}

.bk_lightblue {
  background: #ebf3fa;
}

section.energy {
  padding: 9rem 0;
}
section.energy h2 {
  text-align: center;
  color: #0071bf;
}

ul.textList + .comBtn {
  margin-top: 6rem;
}

section.product {
  background: #007ac9;
}
section.product h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
}
section.product h2 span {
  font-size: 5rem;
}

.product_conts {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  margin-top: 5.5rem;
}

.product_conts_img {
  width: calc(47% - 3.5rem);
}

.product_conts_text {
  width: 53%;
  color: #fff;
  font-size: 1.8rem;
}

.product_conts_btn {
  margin: 4rem 0 0;
}
.product_conts_btn .comBtn {
  max-width: 100%;
}

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

.seminar__agenda_box {
  border: 1px solid #b1d3eb;
  padding: 1rem 5rem 3rem;
  margin: 0 auto 4rem;
  width: 75%;
}

.seminar__agenda_box h3 {
  color: #007ac9;
}

.seminar__agenda_box ul {
  margin-left: 1rem;
}
.seminar__agenda_box ul li + li {
  margin-top: 1rem;
}

section.conformal.content .download_bnr {
  margin-top: 11rem;
  position: relative;
}
section.conformal.content .download_bnr::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 6rem;
  background: #007ac9;
  top: -8rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.flow .text {
  text-align: left;
  margin: 0 auto;
  font-size: 2rem;
  display: inline-block;
}

section.resolution::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 170px 0 170px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 896px) {
  .mainVisual_bnr {
    margin-top: 1rem;
    padding: 10px 10px 40px;
  }

  .download_bnr_img {
    width: 100%;
  }

  .download_bnr_text {
    width: 100%;
  }

  #main .conformal .download_bnr_img img {
    display: block;
  }

  section.resolution::before {
  }

  section.resolution h2 {
    font-size: 3rem;
  }

  .resolution_conts {
    padding: 3rem;
  }

  .resolution_item h3 {
    font-size: 2rem;
  }

  .resolution_item_box {
    width: 100%;
  }

  .resolution_item_box_text {
    padding: 2rem 1rem 2rem 0;
    width: calc(42% + 1rem);
  }

  .resolution_item_box.after::before {
    transform: translate(-50%, 0) rotate(90deg);
    top: -3rem;
    left: 50%;
  }

  .product_conts_img {
    width: 100%;
  }

  .product_conts_text {
    width: 100%;
  }

  .seminar__agenda_box {
    width: 100%;
    padding: 1rem 1rem 3rem;
  }
  .resolution_item_box_flex {
    gap: 1rem;
  }
}

#main .onayami {
  padding-top: 100px;
}
#main .onayami h2 {
  margin-bottom: 35px;
  text-align: center;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4;
}
#main .onayami p.sub-ttl {
  text-align: center;
  font-size: 2rem;
}

#main .onayami__flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#main .onayami__flex img {
  width: 36%;
  margin-top: 40px;
}
#main .onayami__textarea {
  margin-top: 30px;
  line-height: 1.9;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
#main .onayami__text {
  font-size: 2rem;
}

@media screen and (max-width: 896px) {
  #main .onayami {
    background: url("../img/index/conformal_imgtext01_sp.jpg") no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding-top: 12px;
    padding-bottom: 43px;
  }
  #main .onayami h2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.36;
    text-align: center;
  }
  #main .onayami img {
    display: none;
  }
  #main .onayami__textarea {
    font-size: 1.5rem;
  }
  #main .onayami__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 .onayami h2 {
    font-size: 2rem;
  }
}
#main .onayami .download_bnr_img img {
  display: block;
}

/* 250114（MV展示会バナー追加） */
#main .mainVisual {
  height: 560px;
}

@media screen and (max-width: 896px) {
  #main .mainVisual {
    height: auto;
  }
}

#main .mainVisual .inner .textBox p {
  margin-bottom: 15px;
}

#main .mainVisual_bnr_area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 896px) {
  #main .mainVisual_bnr_area {
    gap: 0px;
  }
}

#main .mainVisual_bnr_area .mainVisual_bnr_exhibition {
  max-width: 500px;
  width: 100%;
}

.mainVisual_bnr {
  max-width: 575px;
  width: 100%;
}
