@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 {
  padding-top: 0;
  text-align: left;
  /*position: relative;*/
}

#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;
  }
}
.padding-90 {
  padding: 90px 0;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.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;
  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: 267px;
}
#gHeader .hBox #gNavi ul li:first-of-type a {
  color: #fff;
  background-color: #0071bf;
}
#gHeader .hBox #gNavi ul li:first-of-type a:hover {
  opacity: 0.7;
  color: #fff;
  background-color: #0071bf;
}
#gHeader .hBox #gNavi ul li:first-of-type a .icon {
  margin-right: 15px;
}
#gHeader .hBox #gNavi ul li:first-of-type a .icon .img01 {
  display: none !important;
}
#gHeader .hBox #gNavi ul li:first-of-type a .icon .img02 {
  display: block !important;
}
#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;
}
@media screen and (max-width: 896px) {
  #gHeader .hBox #gNavi {
    margin-top: 0;
    padding: 75px 20px 95px;
    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 17px;
    width: auto;
    max-width: 450px;
    display: block;
  }
  #gHeader .hBox #gNavi ul li:first-of-type {
    width: auto;
  }
  #gHeader .hBox #gNavi ul li:first-of-type a .icon {
    margin-right: 15px;
  }
  #gHeader .hBox #gNavi ul li:nth-of-type(2) {
    margin-bottom: 45px;
  }
  #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 a .icon {
    display: none;
  }
}

/*------------------------------------------------------------
	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 .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: 51px 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;
  }
}

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

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 40px;
  position: relative;
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: 1.5;
  color: rgb(0, 122, 201);
  text-align: center;
}

.headLine01 + .text {
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  color: rgb(0, 0, 0);
  line-height: 1.333;
  font-weight: 600;
  margin-bottom: 40px;
}

section {
  padding: 100px 0;
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.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;
}
@media screen and (max-width: 896px) {
  .comTextBox {
    padding: 43px 0 40px;
    background-color: rgba(0, 113, 191, 0.88);
  }
  .comTextBox p {
    margin: 0 auto;
    width: inherit;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
  margin-bottom: 62px;
  padding: 0;
  position: relative;
  background-color: #0071bf;
}
#main .mainVisual .inner .textBox .txt {
  font-size: clamp(20px, 1.65vw, 24px)!important;
}
#main .mainVisual .photoBox {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
#main .mainVisual .photoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right center;
}
@media screen and (max-width: 896px) {
  #main .mainVisual {
    display: block !important;
    height: auto !important;
    margin-bottom: 40px;
    padding: 0;
  }
  #main .mainVisual .photoBox {
    width: auto;
    height: 100%;
    position: absolute;
  }
  #main .mainVisual .photoBox img {
    object-position: center center;
  }
}
#main .mainVisual .inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
}
#main .mainVisual .inner .textBox {
  color: #fff;
}
#main .mainVisual .inner .textBox .title {
  margin-bottom: 12px;
  padding: 5px 0 6px;
  width: 361px;
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#main .mainVisual .inner .textBox h2 {
  margin-bottom: 18px;
  font-size: 4.8rem;
  line-height: 1.295;
}
#main .mainVisual .inner .textBox p {
  font-size: 1.9rem !important;
  font-weight: 700;
  /*margin-bottom: 34px;*/
}
#main .mainVisual .inner .textBox .picture {
  padding-left: 5px;
}
@media screen and (max-width: 896px) {
  #main .mainVisual .inner {
    /* margin: 0 20px; */
    padding-top: 35px;
    padding-bottom: 35px;
    width: inherit;
  }
  #main .mainVisual .inner .textBox {
    /*margin-bottom: 18px;*/
    width: inherit;
  }
  #main .mainVisual .inner .textBox .title {
    margin-bottom: 8px;
    padding: 5px 8px 6px;
    width: auto;
    font-size: 1.4rem;
    box-sizing: border-box;

    display: inline-block;
  }
  #main .mainVisual .inner .textBox h2 {
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1.3;
  }
  #main .mainVisual .inner .textBox p {
    font-size: 1.6rem !important;
    margin-bottom: 0;
  }
  /* #main .mainVisual .inner .textBox p br {
    display: none;
  } */
  #main .mainVisual .inner .textBox .picture {
    padding-left: 0;
  }
}

@media (min-width: 897px) and (max-width: 1536px) {
  #main .mainVisual .photoBox {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 374px) {
  #main .mainVisual .inner .textBox p {
    font-size: 1.1rem;
  }
}

@media all and (-ms-high-contrast: none) {
  #main .mainVisual .inner .textBox .title {
    width: 380px;
  }
}

#main .mainVisual .inner .textBox h1 {
  margin-bottom: 18px;
  font-size: 4.8rem;
  line-height: 1.295;
}

@media screen and (max-width: 896px) {
  #main .mainVisual .inner .textBox h1 {
    margin-bottom: 10px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

#main .mainVisual {
  height: 500px;
  display: flex;
  align-items: center;
  background-position: center;
  margin-bottom: 0;
}

#main .mainVisual .imgBox {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #e5f1f9; */
  overflow: hidden;
}
#main .mainVisual .imgBox:before {
  content: "";
  position: absolute;
  background: #007ac9;
  width: 100%;
  height: calc(100% + 2px);
  top: 50%;
  left: -35%;
  transform: translateY(-50%) skewX(-20deg);
}

#main .mainVisual .imgBox_inner:has(video) {
  position: relative;
  height: 100%;
}

#main .mainVisual .imgBox_inner:has(video)::before {
  content: "";
  position: absolute;
  background: #007ac9;
  width: 100%;
  height: calc(100% + 2px);
  top: 50%;
  left: -35%;
  transform: translateY(-50%) skewX(-20deg);
  z-index: 2;
}

#main .mainVisual .imgBox video {
  height: 500px;
  position: absolute;
  right: 0;
}

#main .mainVisual .imgBox_inner__catch {
  position: absolute;
  left: -29%;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}

#main .mainVisual .imgBox_inner__catch--txt {
  color: #007ac9;
  font-size: clamp(18px, 1.2vw, 20px);
  font-weight: bold;
  text-align: right;
  background: #fff;
  padding: 5px 0;
  width: 100%;
  position: relative;
}

#main .mainVisual .imgBox_inner__catch--txt::before {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
  transform: skewX(-20deg);
}

#main .mainVisual .imgBox_inner__catch--accent {
  font-size: 150%;
  -webkit-text-stroke: 1px #007ac9;
}

@media screen and (max-width: 896px) {
  #main .mainVisual .imgBox {
    position: initial;
  }

  #main .mainVisual {
    background: #007ac9;
  }

  #main .mainVisual .imgBox_inner:has(video) {
    line-height: 0;
  }

  #main .mainVisual .imgBox_inner:has(video)::before {
    left: 0;
    transform: skewY(-6deg);
    top: -88%;
  }

  #main .mainVisual .imgBox_inner__catch {
    line-height: 1.5;
    display: inline-block;
    width: auto;
    left: 0;
  }

  #main .mainVisual .imgBox_inner__catch--txt {
    padding: 5px 0 5px 20px;
  }

  #main .mainVisual .imgBox video {
    width: 100%;
    height: auto;
    position: static;
  }
}
#main .mainVisual .imgBox:before {
  content: none;
}

#main .nordson .content {
  width: 855px;
}
#main .nordson .headLine01 {
  margin-bottom: 38px;
  font-size: 3rem;
}
@media screen and (max-width: 896px) {
  #main .nordson .content {
    width: inherit;
  }
  #main .nordson .headLine01 {
    margin-bottom: 22px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  #main .nordson .headLine01 span {
    margin-top: 5px;
    display: block;
    font-size: 1.8rem;
  }
}
#main .nordson .textList > li {
  display: flex;
  justify-content: space-between;
}
#main .nordson .textList > li:not(:last-of-type) {
  margin-bottom: 55px;
}
#main .nordson .textList > li .phoBox {
  width: 277px;
}
#main .nordson .textList > li .phoBox a {
  display: block;
}
#main .nordson .textList > li .phoBox a:hover {
  opacity: 0.7;
}
#main .nordson .textList > li .txtBox {
  margin-top: 2px;
  width: 552px;
}
#main .nordson .textList > li .txtBox .ttl {
  margin-bottom: 12px;
  padding-bottom: 15px;
  color: #0071bf;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  border-bottom: 1px solid #0071bf;
}
#main .nordson .textList > li .txtBox ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 896px) {
  #main .nordson .textList > li {
    display: block;
  }
  #main .nordson .textList > li:not(:last-of-type) {
    margin-bottom: 48px;
  }
  #main .nordson .textList > li .phoBox {
    margin-bottom: 12px;
    width: auto;
  }
  #main .nordson .textList > li .phoBox a:hover {
    opacity: 1;
  }
  #main .nordson .textList > li .phoBox img {
    width: 100%;
  }
  #main .nordson .textList > li .txtBox {
    margin-top: 2px;
    width: auto;
  }
  #main .nordson .textList > li .txtBox .ttl {
    margin-bottom: 12px;
  }
  #main .nordson .textList > li .txtBox ul li {
    font-size: 1.4rem;
    line-height: 1.73;
  }
}
#main .btmBox {
  margin-bottom: 83px;
}
@media screen and (max-width: 896px) {
  #main .btmBox {
    margin-bottom: 105px;
  }
}
#main .btmBox .comTextBox {
  margin-bottom: 66px;
  padding: 38px 0 43px;
}
#main .btmBox .comTextBox p {
  font-size: 3rem;
  line-height: 1.6;
}
#main .btmBox .comTextBox p span {
  margin: 0 auto 9px;
  width: 33px;
  display: block;
}
@media screen and (max-width: 896px) {
  #main .btmBox .comTextBox {
    margin-bottom: 33px;
    padding: 32px 20px 32px;
  }
  #main .btmBox .comTextBox p {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
#main .btmBox .photoList {
  margin-top: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .btmBox .photoList li {
  margin-top: 20px;
  width: 490px;
}
#main .btmBox .photoList li img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  #main .btmBox .photoList {
    margin: 0 10px;
    display: block;
  }
  #main .btmBox .photoList li {
    margin: 0 0 5px;
    width: auto;
  }
  #main .btmBox .photoList li:last-of-type {
    margin-bottom: 0;
  }
}
#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/icon02.png) no-repeat left center/28px auto;
}

#main .btmBox {
  padding: 71px 20px 61px;
  background-color: #ebf3fa;
  margin-bottom: 0;
}

#main .btmBox .comBtn {
  margin: 0 auto;
  width: 490px;
}

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

#main .btmBox .comBtn 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;
}

#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 {
  width: 100%;
  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;
  justify-content: center;
}
#main .solution_link .block a .img img {
  max-height: 200px;
}

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

.yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.u-flex {
  display: flex;
}
.u-bg--blue {
  background-color: #007ac9!important;
}
.bg-arrow-white {
  position: relative;
  padding-top: 14rem;
  position: relative;
}
.bg-arrow-white::before {
  content: '';
  display: block;
  width: 32rem;
  height: 9rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main .onayami_list ul li {
  font-size: 2rem;
  font-weight: bold;
  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;
} */
.onayami_list_num {
  color: #007ac9;
  margin-right: 1rem;
}
.onayami_text {
  font-size: 2rem;
  margin-top: 4rem;
}
#main .onayami {
  padding-top: 100px;
}
#main .onayami h2 {
  margin-bottom: 35px;
  text-align: center;
  color: #0071bf;
  font-size: 2.65rem;
  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) {
  .bg-arrow-white {
    padding-top: 10rem;
  }
  .bg-arrow-white::before {
    width: 40%;
    height: 6rem;
  }
  #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;
}

.lpPage .pankuzu {
  margin: 2rem auto!important;
  font-weight: bold;
}
.lpPage .pankuzu li:not(:last-child) {
  border: none!important;
  position: relative;
}
.lpPage .pankuzu li:not(:last-child)::after {
  content: '/';
  position: absolute;
  right: -3px;
}
