@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 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #0071bf;
}
#gHeader .hBox #gNavi ul li a .icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#gHeader .hBox #gNavi ul li a .icon .img02 {
  display: none;
}
#gHeader .hBox #gNavi ul li a:hover {
  color: #fff;
  background-color: #0071bf;
}
#gHeader .hBox #gNavi ul li a:hover .icon .img01 {
  display: none;
}
#gHeader .hBox #gNavi ul li a:hover .icon .img02 {
  display: block;
}
#gHeader .hBox #gNavi ul li.list03 a {
  color: #fff;
  background-color: #0071bf;
}
#gHeader .hBox #gNavi ul li.list03 a .icon .img01 {
  display: none;
}
#gHeader .hBox #gNavi ul li.list03 a .icon .img02 {
  display: block;
}
#gHeader .hBox #gNavi ul li.list03 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  #gHeader .hBox #gNavi {
    margin-top: 0;
    padding: 75px 20px 60px;
    width: 100vw;
    height: auto;
    max-height: 100vh;
    position: absolute;
    left: 0;
    top: 80px;
    border-top: 2px solid #0071bf;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    overflow-y: auto;
  }
  #gHeader .hBox #gNavi ul {
    margin-bottom: 30px;
  }
  #gHeader .hBox #gNavi ul li {
    margin: 0 auto 31px;
    width: auto;
    max-width: 450px;
    display: block;
    vertical-align: top;
  }
  #gHeader .hBox #gNavi ul li:first-of-type {
    width: auto;
  }
  #gHeader .hBox #gNavi ul li:first-of-type a {
    padding: 17px 25px 17px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #gHeader .hBox #gNavi ul li:first-of-type a .icon {
    margin: 5px 5px 0 0;
  }
  #gHeader .hBox #gNavi ul li:first-of-type a .icon img {
    width: 22px;
  }
  #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img01 {
    display: none;
  }
  #gHeader .hBox #gNavi ul li:first-of-type a .icon img.img02 {
    display: block;
  }
  #gHeader .hBox #gNavi ul li:first-of-type a .txt {
    max-width: calc(100% - 40px);
  }
  #gHeader .hBox #gNavi ul li:nth-of-type(2) {
    margin-bottom: 30px;
    width: 248px;
  }
  #gHeader .hBox #gNavi ul li:nth-of-type(2) a {
    padding: 14px 10px 14px 25px;
    color: #0071bf;
    font-size: 1.4rem;
    justify-content: flex-start;
    background-color: #fff;
  }
  #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover {
    color: #0071bf;
    background-color: #fff;
  }
  #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img01 {
    display: block;
  }
  #gHeader .hBox #gNavi ul li:nth-of-type(2) a:hover .icon .img02 {
    display: none;
  }
  #gHeader .hBox #gNavi ul li:last-of-type {
    margin: 0 auto;
    width: 248px;
  }
  #gHeader .hBox #gNavi ul li:last-of-type a {
    padding: 14px 10px;
    color: #0071bf;
    font-size: 1.4rem;
    background-color: #fff;
  }
  #gHeader .hBox #gNavi ul li:last-of-type a .icon {
    display: none;
  }
  #gHeader .hBox #gNavi ul li a {
    padding: 26px 10px 27px;
    width: 100%;
    font-size: 1.8rem;
    color: #fff;
    background-color: #0071bf;
  }
  #gHeader .hBox #gNavi ul li.list03 a:hover {
    opacity: 1;
  }
}
@media (min-width: 897px) and (max-width: 1090px) {
  #gHeader .hBox #gNavi ul li a {
    font-size: 1.2rem;
  }
  #gHeader .hBox #gNavi ul li {
    margin-right: 15px !important;
    width: 150px !important;
  }
  #gHeader .hBox #gNavi ul li:first-of-type {
    width: 330px !important;
  }
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  padding: 51px 0 30px;
  background-color: #0071bf;
}
#gFooter .fBox {
  margin: 0 auto;
  width: 1000px;
}
#gFooter .fNavi {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}
#gFooter .fNavi li {
  margin: 0 13px;
  width: 303px;
  display: flex;
}
#gFooter .fNavi li a {
  padding: 13px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}
#gFooter .fNavi li a:hover {
  opacity: 0.7;
}
#gFooter .fLinkList {
  margin-bottom: 36px;
}
#gFooter .fLinkList li {
  text-align: center;
}
#gFooter .fLinkList li:not(:last-of-type) {
  margin-bottom: 6px;
}
#gFooter .fLinkList li a {
  color: #fff;
  font-weight: 700;
}
#gFooter .fLinkList li a:hover {
  opacity: 0.7;
}
#gFooter .copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 896px) {
  #gFooter {
    padding: 35px 0 41px;
  }
  #gFooter .fBox {
    margin: 0 auto;
    width: auto;
  }
  #gFooter .fNavi {
    margin: 0 auto 36px;
    width: 248px;
    display: block;
  }
  #gFooter .fNavi li {
    margin: 0 0 18px;
    width: auto;
    display: block;
  }
  #gFooter .fNavi li:last-child {
    margin-bottom: 0;
  }
  #gFooter .fNavi li a {
    padding: 14px;
    display: block;
    font-size: 1.4rem;
  }
  #gFooter .fLinkList {
    margin-bottom: 43px;
  }
  #gFooter .fLinkList li:not(:last-of-type) {
    margin-bottom: 22px;
  }
  #gFooter .fLinkList li a {
    font-size: 1.4rem;
  }
  #gFooter .fLinkList li a:hover {
    opacity: 1;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 896px) {
  .content {
    margin: 0 20px;
    width: auto !important;
  }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  width: 300px;
  font-size: 1.6rem;
  text-align: center;
}
.comBtn a {
  padding: 20px;
  display: block;
  font-weight: 700;
  background-color: #fff;
}
.comBtn a:hover {
  opacity: 0.7;
}
.comBtn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon04.png) no-repeat left center/28px auto;
}
@media screen and (max-width: 896px) {
  .comBtn {
    margin: 0 auto;
    width: 232px;
    font-size: 1.2rem;
  }
  .comBtn a {
    padding: 13px 10px 12px;
  }
  .comBtn a:hover {
    opacity: 1;
  }
  .comBtn a span {
    padding-left: 35px;
    background-size: 21px auto;
  }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  background-color: #0071bf;
  height: 520px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  #main .mainVisual {
    height: auto;
    display: block;
  }
}
#main .mainVisual .inner {
  margin: 0 auto;
  width: 1260px;
}
#main .mainVisual .inner .textBox {
  color: #fff;
  position: relative;
  z-index: 10;
}
#main .mainVisual .inner .textBox .title {
  margin-bottom: 0;
  padding: 3px 0 6px;
  width: 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: 7px;
  font-size: 4.8rem;
}
#main .mainVisual .inner .textBox p {
  margin-bottom: 30px;
  font-weight: 700;
}
@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: 3rem;
    line-height: 1.3;
  }
  #main .mainVisual .inner .textBox p {
    margin-bottom: 19px;
  }
  #main .mainVisual .inner .textBox .comBtn {
    margin: 0;
  }
}
#main .mainVisual .photoBox {
  width: calc(50% + 115px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
#main .mainVisual .photoBox::before {
  width: 370px;
  height: 100%;
  position: absolute;
  left: -105px;
  top: 0;
  background: url(../img/index/main_bg01.png) no-repeat center center/100% 100%;
  content: "";
}
#main .mainVisual .photoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  #main .mainVisual .photoBox {
    margin-top: -78px;
    width: auto;
    height: 347px;
    position: relative;
  }
  #main .mainVisual .photoBox::before {
    width: 100%;
    height: 270px;
    left: 0;
    top: -112px;
    background-image: url(../img/index/sp_main_bg01.png);
  }
}
#main .conformal h2 {
  margin-bottom: 30px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4;
}
#main .conformal__flex {
  display: flex;
  justify-content: space-around;
}
#main .conformal__flex img {
  width: 36%;
  margin-top: 40px;
}
#main .conformal__textarea {
  margin-top: 30px;
  line-height: 1.9;
}
#main .conformal__text {
  font-size: 2rem;
}
#main .conformal p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1.5em;
  height: 1em;
  background: url(../img/index/conformal_check.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #main .conformal {
    background: url("../img/index/conformal_imgtext01_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 12px;
    margin-bottom: 43px;
  }
  #main .conformal h2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.36;
    text-align: center;
  }
  #main .conformal img {
    display: none;
  }
  #main .conformal__textarea {
    font-size: 1.5rem;
  }
  #main .conformal__text {
    margin: 0 auto;
    display: table;
    font-size: 1.5rem;
  }
}
#main .nordson {
  margin-bottom: 86px;
}
#main .nordson h2 {
  margin-bottom: 79px;
  padding: 48px 20px 49px;
  position: relative;
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  background-color: #0071bf;
}
#main .nordson h2::before {
  width: 216px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  background: url(../img/index/nordson_bg01.png) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 896px) {
  #main .nordson {
    margin-bottom: 65px;
  }
  #main .nordson h2 {
    margin-bottom: 58px;
    padding: 25px 10px 32px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #main .nordson h2::before {
    width: 158px;
    height: 26px;
    bottom: -25px;
  }
}
#main .nordson .textList li {
  margin-bottom: 43px;
}
#main .nordson .textList li:last-of-type {
  margin-bottom: 0;
}
#main .nordson .textList li .ttl {
  margin-bottom: 35px;
  padding-bottom: 14px;
  color: #0071bf;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #0071bf;
}
#main .nordson .textList li .imgBox {
  display: flex;
  justify-content: space-between;
}
#main .nordson .textList li .imgBox .pho {
  width: 320px;
}
#main .nordson .textList li .imgBox .txtBox {
  font-size: 14px;
  padding-right: 10px;
  width: 655px;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  #main .nordson .textList li {
    margin-bottom: 53px;
  }
  #main .nordson .textList li .ttl {
    margin-bottom: 18px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  #main .nordson .textList li .imgBox {
    display: block;
  }
  #main .nordson .textList li .imgBox .pho {
    margin-bottom: 16px;
    width: auto;
  }
  #main .nordson .textList li .imgBox .pho img {
    width: 100%;
  }
  #main .nordson .textList li .imgBox .txtBox {
    padding-right: 0;
    width: auto;
  }
  #main .nordson .textList li .imgBox .txtBox p {
    font-size: 1.4rem;
    line-height: 1.29;
  }
}
#main .solution {
  padding-bottom: 88px;
  background-color: #ebf3fa;
}
#main .solution h2 {
  margin-bottom: 29px;
  padding: 45px 20px 44px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  background-color: #0071bf;
}
#main .solution .textBox {
  margin-bottom: 34px;
  position: relative;
  text-align: center;
}
#main .solution .textBox img {
  width: 606px;
}
#main .solution .textBox p {
  width: 335px;
  font-size: 14px;
  position: absolute;
  top: 46px;
  left: 0;
  text-align: left;
  z-index: 10;
}
#main .solution .textBox p.text02 {
  left: auto;
  right: 0;
}
@media screen and (max-width: 896px) {
  #main .solution {
    padding-bottom: 43px;
  }
  #main .solution h2 {
    margin-bottom: 24px;
    padding: 25px 20px 33px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #main .solution .textBox {
    margin-bottom: 31px;
  }
  #main .solution .textBox img {
    width: 220px;
  }
  #main .solution .textBox p {
    margin-bottom: 23px;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 1.73;
    text-align: center;
  }
  #main .solution .textBox p.text02 {
    margin-bottom: 40px;
    left: auto;
    right: auto;
  }
}
#main .solution .textBox01 {
  margin-bottom: 62px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#main .solution .textBox01::after {
  width: 320px;
  content: "";
}
#main .solution .textBox01 .subBox {
  width: 660px;
  display: flex;
  justify-content: space-between;
}
#main .solution .textBox01 .txtBox01 {
  padding: 16px 15px 21px 21px;
  width: 320px;
  color: #fff;
  box-sizing: border-box;
  background-color: #1b6534;
}
#main .solution .textBox01 .txtBox01 .ttl {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
#main .solution .textBox01 .txtBox01 .ttl span {
  margin-top: 10px;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.33;
}
#main .solution .textBox01 .txtBox01.bg02 {
  background-color: #795028;
}
#main .solution .textBox01 .txtBox01.bg03 {
  background-color: #0071bf;
}
#main .solution .textBox01 .txtBox01 ul li {
  margin-bottom: 19px;
}
#main .solution .textBox01 .txtBox01 ul li:last-of-type {
  margin-bottom: 0;
}
#main .solution .textBox01 .txtBox01 ul li .imgBox {
  display: flex;
  justify-content: space-between;
}
#main .solution .textBox01 .txtBox01 ul li .imgBox .pho {
  width: 78px;
}
#main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox {
  width: 191px;
}
#main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox .ttl01 {
  margin-bottom: 7px;
  font-size: 1.4rem;
  line-height: 1.07;
  font-weight: 700;
}
#main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.33;
}
@media screen and (max-width: 896px) {
  #main .solution .textBox01 {
    margin-bottom: 43px;
    display: block;
  }
  #main .solution .textBox01::after {
    display: none;
  }
  #main .solution .textBox01 .subBox {
    margin-bottom: 28px;
    width: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  #main .solution .textBox01 .txtBox01 {
    padding: 17px 15px 21px 21px;
    width: auto;
  }
  #main .solution .textBox01 .txtBox01 .ttl {
    margin-bottom: 16px;
    font-size: 2.5rem;
  }
  #main .solution .textBox01 .txtBox01.bg02 {
    margin-bottom: 28px;
  }
  #main .solution .textBox01 .txtBox01 ul li {
    margin-bottom: 19px;
  }
  #main .solution .textBox01 .txtBox01 ul li:last-of-type {
    margin-bottom: 0;
  }
  #main .solution .textBox01 .txtBox01 ul li .imgBox {
    display: flex;
    justify-content: space-between;
  }
  #main .solution .textBox01 .txtBox01 ul li .imgBox .pho {
    width: 82px;
  }
  #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox {
    width: calc(100% - 95px);
  }
  #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox .ttl01 {
    margin-bottom: 7px;
    font-size: 1.3rem;
    line-height: 1.15;
  }
  #main .solution .textBox01 .txtBox01 ul li .imgBox .txtBox p {
    padding-right: 10px;
  }
}
#main .solution .textUl {
  margin-bottom: 62px;
}
#main .solution .textUl li {
  padding: 5rem 6.5rem;
  background-color: #fff;
}
#main .solution .textUl li .imgBox {
  display: flex;
  gap: 7rem;
}
#main .solution .textUl li .imgBox .phoBox {
  width: 44%;
  max-width: 38rem;
}
#main .solution .textUl li .imgBox .txtBox {
  width: calc(100% - 7rem - 38rem);
}
#main .solution .textUl li .imgBox .txtBox .ttl {
  margin-bottom: 10px;
  padding-bottom: 14px;
  color: #0071bf;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  border-bottom: 1px solid #0071bf;
}
#main .solution .textUl li .imgBox .txtBox p {
  font-size: 14px;
  margin-bottom: 15px;
}
#main .solution .textUl li .imgBox .txtBox .comBtn {
  width: 448px;
}
#main .solution .textUl li .imgBox .txtBox .comBtn a {
  padding: 13px 10px 14px 30px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #0071bf;
}
#main .solution .textUl li .imgBox .txtBox .comBtn a span {
  padding: 0 40px 0 0;
  background-image: url(../img/common/icon11.png);
  background-position: right center;
  background-size: 20px auto;
}
@media screen and (max-width: 896px) {
  #main .solution .textUl li {
    padding: 28px 10px;
  }
  #main .solution .textUl li .imgBox {
    display: block;
  }
  #main .solution .textUl li .imgBox .phoBox {
    margin: 0 auto 34px;
    width: 81.58%;
    height: auto;
  }
  #main .solution .textUl li .imgBox .txtBox {
    width: auto;
  }
  #main .solution .textUl li .imgBox .txtBox .ttl {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
  #main .solution .textUl li .imgBox .txtBox p {
    margin-bottom: 13px;
    padding-right: 15px;
    line-height: 1.67;
  }
  #main .solution .textUl li .imgBox .txtBox .comBtn {
    width: auto;
    max-width: 450px;
  }
  #main .solution .textUl li .imgBox .txtBox .comBtn a {
    padding: 15px 10px 18px 30px;
    font-size: 1.2rem;
  }
}
#main .dispenser {
  margin-bottom: 65px;
  padding: 52px 0 69px;
  color: #fff;
  background-color: #0071bf;
}
#main .dispenser h2 {
  margin-bottom: 27px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
#main .dispenser .text {
  margin-bottom: 40px;
  text-align: center;
}
#main .dispenser .imgBox .textBox .ttl + p {
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  #main .dispenser {
    margin-bottom: 67px;
    padding: 43px 0 42px;
  }
  #main .dispenser h2 {
    margin-bottom: 17px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
  #main .dispenser .text {
    margin: 0 10px 40px;
    font-size: 1.4rem;
    line-height: 1.29;
  }
}
#main .dispenser .imgBox {
  display: flex;
  justify-content: space-between;
}
#main .dispenser .imgBox .photoBox {
  width: 358px;
}
#main .dispenser .imgBox .textBox {
  width: 602px;
}
#main .dispenser .imgBox .textBox ul li {
  margin-bottom: 23px;
  padding: 0 40px 17px 0;
  border-bottom: 1px solid #fff;
}
#main .dispenser .imgBox .textBox ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#main .dispenser .imgBox .textBox ul li .ttl {
  margin-bottom: 12px;
}
#main .dispenser .imgBox .textBox ul li .ttl span {
  padding: 4px 5px 3px;
  width: 68px;
  display: inline-block;
  color: #0071bf;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: 0;
}
#main .dispenser .imgBox .textBox ul li .ttl strong {
  margin-left: 20px;
  font-size: 1.8rem;
  display: inline-block;
  width: calc(100% - 98px);
}
@media screen and (max-width: 896px) {
  #main .dispenser .imgBox {
    display: block;
  }
  #main .dispenser .imgBox .photoBox {
    margin-bottom: 37px;
    width: auto;
  }
  #main .dispenser .imgBox .photoBox img {
    width: 100%;
  }
  #main .dispenser .imgBox .textBox {
    width: auto;
  }
  #main .dispenser .imgBox .textBox ul li {
    margin-bottom: 23px;
    padding: 0 0 38px;
  }
  #main .dispenser .imgBox .textBox ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #main .dispenser .imgBox .textBox ul li .ttl {
    margin-bottom: 2px;
  }
  #main .dispenser .imgBox .textBox ul li .ttl span {
    font-size: 1.4rem;
  }
  #main .dispenser .imgBox .textBox ul li p {
    font-size: 1.4rem;
    line-height: 1.73;
  }
}
#main .flow {
  margin-bottom: 56px;
}
#main .flow h2 {
  margin-bottom: 29px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
#main .flow .text {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  #main .flow {
    margin-bottom: 19px;
  }
  #main .flow h2 {
    margin-bottom: 17px;
    font-size: 2.2rem;
    line-height: 1.64;
  }
  #main .flow .text {
    margin-bottom: 32px;
    font-size: 1.4rem;
    line-height: 1.73;
  }
}
#main .flow .textList > li {
  padding: 23px 137px;
  position: relative;
  background-color: #fff;
}
#main .flow .textList > li::before {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 172px;
  top: 0;
  background-color: #0071bf;
  content: "";
}
#main .flow .textList > li:first-of-type::before {
  height: 50%;
  top: auto;
  bottom: 0;
}
#main .flow .textList > li:last-of-type::before {
  height: 50%;
}
#main .flow .textList > li:nth-of-type(2n) {
  background-color: #e1eef8;
}
#main .flow .textList > li dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main .flow .textList > li dl dt {
  width: 70px;
}
#main .flow .textList > li dl dd {
  width: 615px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main .flow .textList > li dl dd .ttl {
  width: 200px;
  color: #0071bf;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
#main .flow .textList > li dl dd .ttl small {
  margin-bottom: 7px;
  display: block;
  font-size: 1.4rem;
}
#main .flow .textList > li dl dd ul {
  width: 363px;
}
#main .flow .textList > li dl dd ul li {
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.29;
  text-indent: -1em;
}
@media screen and (max-width: 896px) {
  #main .flow .textList > li {
    margin: 0 -10px;
    padding: 25px 11px;
  }
  #main .flow .textList > li::before {
    left: 46px;
  }
  #main .flow .textList > li dl dt {
    width: 70px;
  }
  #main .flow .textList > li dl dd {
    width: calc(100% - 90px);
    display: block;
  }
  #main .flow .textList > li dl dd .ttl {
    margin-bottom: 9px;
    width: auto;
  }
  #main .flow .textList > li dl dd ul {
    width: auto;
  }
  #main .flow .textList > li dl dd ul li {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.29;
  }
  #main .flow .textList > li dl dd ul li span {
    margin-left: -1em;
  }
}
#main .performance {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #ebf3fa;
}
#main .performance h2 {
  margin-bottom: 20px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
#main .performance .text {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
#main .performance .imgBox {
  display: flex;
  justify-content: space-between;
}
#main .performance .imgBox .photoBox {
  width: 388px;
}
#main .performance .imgBox .textBox {
  width: 582px;
}
@media screen and (max-width: 896px) {
  #main .performance {
    margin-bottom: 83px;
    padding: 24px 0 40px;
  }
  #main .performance h2 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #main .performance .text {
    margin-bottom: 39px;
    font-size: 1.4rem;
    line-height: 1.73;
  }
  #main .performance .imgBox {
    display: block;
  }
  #main .performance .imgBox .photoBox {
    margin-bottom: 18px;
    width: auto;
  }
  #main .performance .imgBox .photoBox img {
    width: 100%;
  }
  #main .performance .imgBox .textBox {
    width: auto;
  }
  #main .performance .imgBox .textBox p {
    font-size: 1.4rem;
    line-height: 1.73;
  }
}
#main .linkBox {
  margin-bottom: 72px;
}
#main .linkBox .linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .linkBox .linkList li {
  padding: 31px 38px 40px;
  width: 487px;
  box-sizing: border-box;
  background-color: #0071bf;
}
#main .linkBox .linkList li .pho {
  margin: 0 auto 25px;
  width: 300px;
  height: 174px;
}
#main .linkBox .linkList li .txtBox {
  color: #fff;
}
#main .linkBox .linkList li .txtBox .ttl {
  margin-bottom: 17px;
  padding-bottom: 13px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#main .linkBox .linkList li .txtBox p {
  margin-bottom: 42px;
  font-size: 1.4rem;
  line-height: 1.29;
}
#main .linkBox .linkList li .txtBox .comBtn {
  width: auto;
}
#main .linkBox .linkList li .txtBox .comBtn a {
  padding: 17px;
  font-size: 1.8rem;
}
#main .linkBox .linkList li.list01 {
  padding-top: 1px;
}
#main .linkBox .linkList li.list01 .pho {
  margin: -22px auto 14px;
  width: 379px;
  height: auto;
}
#main .linkBox .linkList li.list01 .txtBox .comBtn a span {
  background-image: url(../img/common/icon02.png);
  background-size: 30px auto;
}
@media screen and (max-width: 896px) {
  #main .linkBox {
    margin-bottom: 49px;
  }
  #main .linkBox .linkList {
    display: block;
  }
  #main .linkBox .linkList li {
    margin-bottom: 69px;
    padding: 27px 38px 40px;
    width: auto;
  }
  #main .linkBox .linkList li:last-of-type {
    margin-bottom: 0;
  }
  #main .linkBox .linkList li .pho {
    margin: 0 auto 25px;
    width: auto;
    height: auto;
  }
  #main .linkBox .linkList li .txtBox {
    color: #fff;
  }
  #main .linkBox .linkList li .txtBox .ttl {
    font-size: 1.8rem;
    line-height: 1.17;
  }
  #main .linkBox .linkList li .txtBox p {
    margin-bottom: 27px;
  }
  #main .linkBox .linkList li .txtBox .comBtn {
    width: auto;
    max-width: 450px;
  }
  #main .linkBox .linkList li .txtBox .comBtn a {
    padding: 20px;
    font-size: 1.4rem;
  }
  #main .linkBox .linkList li.list01 {
    padding-top: 1px;
    padding-bottom: 36px;
  }
  #main .linkBox .linkList li.list01 .pho {
    margin: -30px -15px 22px;
    width: auto;
    height: auto;
  }
  #main .linkBox .linkList li.list01 .txtBox .ttl {
    margin: 0 -5px 17px;
  }
  #main .linkBox .linkList li.list01 .txtBox .comBtn {
    margin: 0 auto;
  }
  #main .linkBox .linkList li.list01 .txtBox .comBtn a span {
    background-size: 23px auto;
  }
}
#main .btmBox {
  padding: 71px 20px 61px;
  background-color: #ebf3fa;
}
#main .btmBox .comBtn {
  margin: 0 auto;
  width: 490px;
}
#main .btmBox .comBtn a {
  padding: 18px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #0071bf;
}
#main .btmBox .comBtn a span {
  background-image: url(../img/common/icon06.png);
  background-size: 25px auto;
}
@media screen and (max-width: 896px) {
  #main .btmBox {
    padding: 52px 20px 50px;
  }
  #main .btmBox .comBtn {
    width: auto;
    max-width: 450px;
  }
  #main .btmBox .comBtn a {
    padding: 17px;
    font-size: 1.8rem;
  }
  #main .btmBox .comBtn a span {
    background-size: 25px auto;
  }
}
/*20211025 お悩み部分追加*/
#main .conformal {
  padding-top: 40px;
  margin-bottom: 0;
}
#main .conformal h2 {
  margin-bottom: 30px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.4;
}
#main .conformal__flex {
  display: flex;
  justify-content: space-around;
}
#main .conformal__flex img {
  width: 36%;
  margin-top: 70px;
}
#main .conformal__textarea {
  margin-top: 30px;
  line-height: 1.9;
}
#main .conformal__text {
  font-size: 1.8rem;
}
#main .conformal__text p {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 10px;
}
#main .conformal p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1.5em;
  height: 1em;
  background: url(../img/index/conformal_check.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  #main .conformal {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  #main .conformal h2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.36;
    text-align: center;
  }
  #main .conformal img {
    display: none;
  }
  #main .conformal__textarea {
    font-size: 1.5rem;
  }
  #main .conformal__text {
    margin: 0 auto;
    display: table;
    font-size: 1.5rem;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media all and (max-width: 374px) {
  #main .conformal h2 {
    font-size: 2rem;
  }
  #main .nordson h2 {
    font-size: 2rem;
  }
  #main .solution h2 {
    font-size: 2rem;
  }
  #main .solution .textUl li .imgBox .txtBox .ttl {
    font-size: 1.6rem;
  }
  #main .dispenser h2 {
    font-size: 1.6rem;
  }
  #main .flow .textList > li dl dd .ttl {
    font-size: 1.8rem;
  }
  #main .flow .textList > li dl dd ul li {
    font-size: 1.2rem;
  }
}
/*211224*/
#gHeader .hBox .headerlogo {
  width: 161px;
}
#main .mainVisual .inner .textBox h1 {
  margin-bottom: 7px;
  font-size: 4.8rem;
}
@media screen and (max-width: 896px) {
  #gHeader .hBox .headerlogo {
    width: 123px;
    cursor: pointer;
  }
  #main .mainVisual .inner .textBox h1 {
    margin-bottom: 9px;
    font-size: 3rem;
    line-height: 1.3;
  }
}
/*220107*/
#main .linkBox {
  padding: 56px 0 57px;
  background-color: rgba(0, 113, 191, 0.08);
  margin: 0;
}
#main .linkBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
#main .linkBox ul li {
  width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  text-align: center;
  padding: 0;
}
#main .linkBox ul li a {
  padding: 31px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0071bf;
}
#main .linkBox ul li a:hover {
  opacity: 0.7;
}
#main .linkBox ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main .linkBox ul li a span.img {
  margin-right: 10px;
}
.seminarList {
  display: flex;
  justify-content: center;
}
.seminarList li {
  width: 40%;
}
.seminarList li:first-child {
  margin-right: 20px;
}
.seminarList li a {
  opacity: 1;
  display: block;
}
.seminarList li a:hover {
  opacity: 0.7;
}
.seminarBox {
  display: block;
  background: rgba(0, 113, 191, 0.08);
  padding: 30px 30px 86px 30px;
  color: #000;
  font-size: 14px;
  position: relative;
}
.seminarBox h4 {
  color: #0071bf;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.seminarBox p {
  margin-bottom: 15px;
}
.seminarimg {
  position: relative;
  width: 100%;
}
.Streaming::before {
  content: "配信中";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 6px 10px;
  background: rgba(0, 113, 191, 0.8);
  color: #fff;
  font-size: 14px;
}
.seminar-sub {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px auto;
}
.seminar-sub p {
  margin: 0;
}
.seminar-sub span {
  color: #0071bf;
  border: #0071bf 1px solid;
  border-radius: 20px;
  line-height: 2;
  display: block;
  padding: 0 0.5em;
  margin-right: 1rem;
}
.seminar-btn {
  background-color: #0071bf;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  background-image: url(../img/index/btn_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem;
  position: absolute;
  width: 85%;
  bottom: 30px;
}
@media screen and (max-width: 896px) {
  .seminarList {
    display: block;
  }
  .seminarList li {
    width: 100%;
    margin-bottom: 40px;
  }
  .seminarimg {
    width: 100%;
  }
}
#main .btmBox {
  padding: 0;
  background-color: #fff;
  margin-bottom: 83px;
}
@media screen and (max-width: 896px) {
  #main .btmBox {
    margin-bottom: 105px;
  }
}
#main .btmBox h2 {
  margin-bottom: 29px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
#main .btmBox .comTextBox {
  margin-bottom: 66px;
  padding: 38px 0 43px;
}
.comTextBox {
  padding: 59px 0 50px;
  color: #fff;
  text-align: center;
  background-color: #0071bf;
}
.comTextBox p {
  margin: 0 auto;
  width: 1000px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#main .performance {
  margin-bottom: 0;
}
#main .btmBox .content.seminarcontent {
  margin-top: 100px;
}
@media screen and (max-width: 896px) {
  #main .btmBox h2 {
    margin-bottom: 17px;
    font-size: 2.2rem;
    line-height: 1.64;
  }
  #main .btmBox .content.seminarcontent {
    padding-top: 0;
    margin-top: 0;
  }
  #main .performance {
    margin-bottom: 83px;
  }
}
/*220127*/
#main .dispenser .imgBox .photoBox {
  width: 400px;
}
#main .dispenser .imgBox .textBox {
  width: 560px;
}
#main .dispenser .imgBox .textBox ul li {
  padding: 0 26px 17px 0;
}
#main .dispenser .imgBox .textBox ul li:last-of-type {
  margin-bottom: 23px;
}
.dispenser .comBtn {
  width: 100%;
}
.dispenser .comBtn a {
  padding: 13px 20px;
}
.dispenser .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url(../img/index/btn_icon02.png) no-repeat right center;
}
@media screen and (max-width: 896px) {
  #main .dispenser .imgBox .photoBox {
    width: auto;
  }
  #main .dispenser .imgBox .textBox {
    width: auto;
  }
  .dispenser .comBtn a span {
    padding-right: 24px;
  }
}
/*220221*/
#main .nordson p.text {
  margin-bottom: 40px;
  text-align: center;
}
#main .solution .textBox p {
  width: 320px;
}
#main .about_conformal-coating {
  margin-bottom: 0;
  padding: 47px 0 54px;
  background-color: #0071bf;
  color: #fff;
}
#main .about_conformal-coating h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
#main .about_conformal-coating .imgBox {
  display: flex;
  justify-content: space-between;
}
#main .about_conformal-coating .imgBox .photoBox {
  width: 388px;
}
#main .about_conformal-coating .imgBox .textBox {
  width: 582px;
}
#main .about_conformal-coating .imgBox .textBox strong {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
#main .about_conformal-coating .imgBox + .imgBox {
  margin-top: 6rem;
}
#main .seminar_section {
  padding: 0;
  background-color: #fff;
  margin-bottom: 83px;
}
#main .seminar_section h2 {
  margin-bottom: 29px;
  color: #0071bf;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
#main .linkBox {
  padding: 0;
  background-color: #fff;
  margin-top: 72px;
  margin-bottom: 72px;
}
#main .linkBox .linkList li.list01 {
  padding: 30px;
  display: flex;
  justify-content: space-around;
  width: 100%;
  box-sizing: border-box;
  background-color: #0071bf;
}
#main .linkBox .linkList li.list01 .pho {
  width: 379px;
  height: auto;
  margin: 0;
}
#main .linkBox .linkList li .txtBox {
  color: #fff;
  width: 385px;
}
#main .linkBox .linkList li .txtBox .ttl {
  margin-bottom: 17px;
  padding-bottom: 13px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #fff;
}
#main .linkBox .linkList li .txtBox .ttl span {
  font-size: 80%;
}
#main .linkBox .linkList li .txtBox p {
  margin-bottom: 42px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}
#main .linkBox .linkList li .txtBox .comBtn {
  width: auto;
}
#main .linkBox .linkList li .txtBox .comBtn a {
  padding: 17px;
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  background-color: #fff;
  color: #0071bf;
}
#main .linkBox .linkList li .txtBox .comBtn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon04.png) no-repeat left center/28px auto;
}
#main .btmBox {
  padding: 71px 20px 61px;
  background-color: #ebf3fa;
  margin-bottom: 0;
}
@media screen and (max-width: 896px) {
  #main .solution .textBox p {
    width: 100%;
    text-align: left;
  }
  #main .performance {
    margin-bottom: 0;
  }
  #main .about_conformal-coating h2 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #main .about_conformal-coating .imgBox {
    display: block;
  }
  #main .about_conformal-coating .imgBox .photoBox {
    width: 100%;
    margin: 12px auto 0;
  }
  #main .about_conformal-coating .imgBox .textBox {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.73;
  }
  #main .about_conformal-coating .imgBox .textBox strong {
    display: block;
    margin: 12px auto 12px 0;
  }
  #main .seminar_section h2 {
    margin-bottom: 17px;
    font-size: 2.2rem;
    line-height: 1.64;
  }
  #main .linkBox .linkList li {
    margin-bottom: 69px;
  }
  #main .linkBox .linkList li.list01 {
    margin-bottom: 69px;
    padding-top: 1px;
    padding: 1px 38px 36px;
    width: auto;
    display: block;
  }
  #main .linkBox .linkList li.list01 .pho {
    margin: -30px -15px 22px;
    width: auto;
    height: auto;
  }
  #main .linkBox .linkList li .txtBox {
    width: 100%;
  }
  #main .linkBox .linkList li.list01 .txtBox .ttl {
    margin: 0 -5px 17px;
    font-size: 1.8rem;
    text-align: center;
  }
  #main .linkBox .linkList li .txtBox p {
    margin-bottom: 27px;
  }
  #main .btmBox {
    padding: 52px 20px 50px;
  }
}
/*220316*/
#main .about_conformal-coating .imgBox .textBox .comBtn {
  width: 270px;
  margin-top: 1rem;
}
#main .about_conformal-coating .imgBox .textBox .comBtn a {
  padding: 18px;
}
#main .about_conformal-coating .imgBox .textBox .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url("../img/index/btn_icon02.png") no-repeat right center;
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  #main .about_conformal-coating .imgBox .textBox .comBtn {
    width: 100%;
    margin-top: 2rem;
  }
}
/*220523*/
.contact_Btn {
  margin: 0 auto 70px;
  width: 490px;
}
.contact_Btn a {
  padding: 18px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #0071bf;
  display: block;
  font-weight: 700;
  text-align: center;
}
.contact_Btn a span {
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/icon06.png) no-repeat left center/28px auto;
  background-size: 25px auto;
}
.contact_Btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 896px) {
  .contact_Btn {
    width: 90%;
  }
}
#main .solution .contact_Btn {
  margin: 70px auto 0;
}
/*220621*/
#main .conformal__flex .conformal__img {
  width: 36%;
  margin-top: 70px;
  display: flex;
  align-items: flex-end;
}
#main .conformal__flex .conformal__img img {
  width: 100%;
  margin-top: 0;
}
#main .conformal__flex .conformal__link {
  margin: 30px 0;
  font-size: 1.8rem;
}
#main .conformal__flex .conformal__link ul a {
  text-decoration: underline;
}
#main .conformal__flex .conformal__link ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  #main .conformal__flex .conformal__img {
    display: none;
  }
  #main .conformal__flex .conformal__link {
    font-size: 1.5rem;
  }
}
/*220725*/
#main .solution_link {
  background: #ecf4fa;
  padding: 60px 0;
}
#main .solution_link .content {
  margin: 0 auto;
  width: 1260px;
}
#main .solution_link .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .solution_link .block {
  width: 48%;
  display: flex;
}
#main .solution_link .block a {
  display: flex;
  padding: 0 0 30px;
  background: #fff;
  flex-flow: column;
}
#main .solution_link .block a .cate {
  background: #0071bf;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
#main .solution_link .block a .flex {
  display: flex;
  padding: 0 30px;
  height: 100%;
}
#main .solution_link .block a .img {
  width: 35%;
  display: flex;
  align-items: center;
}
#main .solution_link .block a .txt {
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  width: 65%;
  box-sizing: border-box;
}
#main .solution_link .block a .txt .cate {
  border: 1px solid;
  display: inline;
  width: auto;
  margin: 0 auto 10px 0;
  border-radius: 30px;
  padding: 0 20px;
}
#main .solution_link .block a .txt h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
#main .solution_link .block a .txt p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #000;
}
#main .solution_link .block a .txt .btn {
  font-size: 1.4rem;
  background: #0071bf;
  color: #fff;
  margin-top: auto;
  padding: 8px 0;
  text-align: center;
  background-image: url(https://nordson-web.jp/battery/img/index/btn_icon.png);
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem;
}
#main .solution_link .block a:hover {
  opacity: 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;
  }
}
@media all and (min-width: 769px) {
  #main .seminar_section#seminar {
    padding-top: 120px;
  }
}
@media all and (max-width: 768px) {
  #main .seminar_section#seminar {
    padding-top: 100px;
  }
}
/*221207*/
#main .mainVisual .inner .textBox .contact_Btn {
  margin: 0 auto 0 0;
}
#main .mainVisual .inner .textBox .contact_Btn a {
  background-color: #fff;
  color: #0071bf;
  text-align: left;
}
#main .mainVisual .inner .textBox .contact_Btn a span {
  background: url(../img/common/icon03.png) no-repeat left center/28px auto;
  text-align: left;
}
@media screen and (max-width: 896px) {
  #main .mainVisual .inner .textBox .contact_Btn {
    width: 100%;
  }
  #main .mainVisual .inner .textBox .contact_Btn a {
    font-size: 1.4rem;
  }
}
.difference h2 {
  padding: 45px 20px 44px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  background-color: #0071bf;
}
@media screen and (max-width: 896px) {
  .difference h2 {
    padding: 25px 10px 32px;
    font-size: 2.3rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.difference h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
  color: #0071bf;
}
@media screen and (max-width: 896px) {
  .difference h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.difference .text {
  margin-bottom: 20px;
  text-align: center;
}
.difference .content {
  padding: 60px 0 80px;
}
@media screen and (max-width: 896px) {
  .difference .content {
    padding: 40px 0;
  }
}
.difference article {
  padding-bottom: 55px;
  border-bottom: 1px dotted #0071bf;
}
.difference article:not(:first-of-type) {
  padding-top: 50px;
}
@media screen and (max-width: 896px) {
  .difference article:not(:first-of-type) {
    padding-top: 20px;
  }
}
.difference article:last-of-type {
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 896px) {
  .difference article {
    padding-bottom: 30px;
  }
}
.difference ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .difference ul {
    margin-top: 20px;
  }
}
.difference ul li {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .difference ul li {
    width: 100%;
  }
  .difference ul li + li {
    margin-top: 2rem;
  }
}
.difference ul li div {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #0071bf;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 896px) {
  .difference ul li div {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.difference ul li div:before {
  background: #0071bf;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  .difference ul li div:before {
    height: 13px;
    width: 13px;
  }
}
.difference ul li p {
  font-size: 1.4rem;
  margin-top: 1rem;
}

/* 250110（12月改善） */
#main .pioneer {
  font-size: 1.6rem;
  padding: 80px 0 100px 0;
  background-color: #ebf3fa;
}

@media screen and (max-width: 896px) {
  #main .pioneer {
    padding: 24px 0 40px;
  }
}

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

@media screen and (max-width: 896px) {
  #main .pioneer h2 {
    margin-bottom: 25px;
  }
}

#main .pioneer .text {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
#main .pioneer .imgBox {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

@media screen and (max-width: 896px) {
  #main .pioneer .imgBox {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

#main .pioneer .imgBox .photoBox {
  max-width: 472px;
  width: 100%;
}
#main .pioneer .imgBox .textBox {
  max-width: 582px;
  width: 100%;
}
#main .performance {
  background-color: #fff;
}
