@charset "UTF-8";
body, p {
  line-height: 1.5;
}
ol {
  margin-left: 25px;
}
ol li {
  margin-bottom: 10px;
}
ol li:last-child {
  margin-bottom: 0;
}
main {
  padding-bottom: 0;
}
main .ofi > img {
  height: 460px;
}
.m-auto {
  margin: 0 auto 40px;
}
main section p {
  margin-bottom: 20px;
}
section p:last-child {
  margin-bottom: 0;
}
main.content-wrap section p:last-child {
  margin-bottom: 0;
}
.page main .content-area, .blog main .content-area {
  max-width: 1280px;
}
.page main > .content-area:first-child {
  padding-top: 0;
}
main.content-wrap {
  margin: 90px auto 130px;
}
main h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
.page .access-area .ttl-area .f-en span {
  font-size: 3.2rem;
  text-align: inherit;
  color: #10577F;
}
header nav ul li a::before, header nav ul li.current-menu-item a::before, header nav ul li.current-menu-ancestor a::before {
  background-color: #222;
}
header nav ul li > .sub-menu {
  box-shadow: 0px 1px 15px 0px rgb(183 183 183 / 27%);
}
header.transform nav ul li > .sub-menu {
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 5%);
}
.main-color {
  color: #10577F;
}
/*==================================
factory-transformation,green-transformation
==================================*/
.factory-transformation .content-box, .green-transformation .content-box {
  margin-bottom: 50px;
}
.label-box {
  display: inline-block;
  color: #fff;
  background: #10577F;
  line-height: 1;
  padding: 6px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Unica One', cursive;
  font-size: 1.2rem;
}
.factory-transformation h2, .green-transformation h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.factory-transformation h3, .green-transformation h3 {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.factory-transformation main h4, .green-transformation main h4 {
  font-size: 1.1rem;
  line-height: 1.3;
}
.logo-jupiter {
  max-width: 310px;
  margin: 0 auto 50px;
}
.factory-transformation .kv-page-area .ttl-area .f-en span:last-child, .green-transformation .kv-page-area .ttl-area .f-en span:last-child {
  font-size: 2.8rem;
}
.green-transformation .btn-dl > div {
  margin-bottom: 50px;
}
/*----dl ボタン----*/
.btn-dl > div {
  font-size: 1.3rem;
  border: solid 1px #568096;
}
.btn-dl a {
  display: block;
  padding: 15px 25px;
  color: #568096;
  font-weight: 600;
  transition: 0.2s;
}
.btn-dl a:hover {
  color: #fff;
  background: #568096;
}
.btn-dl a::after {
  content: "";
  z-index: 1;
  display: inline-block;
  position: relative;
  top: 1px;
  background: url(../images/common/ico-dl.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 23px;
  height: 16px;
  margin-left: 7px;
}
.btn-dl a:hover::after {
  content: "";
  z-index: 1;
  display: inline-block;
  position: relative;
  top: 1px;
  background: url(../images/common/ico-dl-hover.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 23px;
  height: 16px;
  margin-left: 7px;
}
.catch-area h2 {
  margin-bottom: 35px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #222;
  line-height: 1.35;
}
.catch-area .sub-catch-area p {
  margin-bottom: 40px;
  font-weight: normal;
}
.sub-ttl {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
}
.sub-ttl > span {
  font-size: 1.9rem;
}
.step-list-area ul li {
  position: relative;
  margin-right: 50px;
  width: 40%;
  margin-bottom: 0;
}
.step-list-area ul li:last-child {
  margin-bottom: 0;
}
.step-list-area ul li h3 {
  margin-bottom: 5px;
  font-size: 1.15rem;
}
.step-list-area ul li h4 {
  margin-bottom: 5px;
}
.step-list-area ul li:nth-child(1) img {
  transition-delay: 150ms;
}
.step-list-area ul li:nth-child(2) img {
  transition-delay: 400ms;
}
.step-list-area ul li:nth-child(3) img {
  transition-delay: 600ms;
}
.step-list-area ul li:nth-child(4) img {
  transition-delay: 800ms;
}
.step-list-area ul li:nth-child(5) img {
  transition-delay: 1000ms;
}
.step-list-area ul li:nth-child(6) img {
  transition-delay: 1200ms;
}
.step-list-area ul li:nth-child(7) img {
  transition-delay: 1400ms;
}
.step-list-area ul li:last-child {
  margin-right: 0;
}
.step-list-area ul li:last-child:before {
  display: none;
}
.step-list-area ul li h5 {
  font-size: 0.98rem;
  margin-bottom: 5px;
}
.step-list-area ul li span:first-child {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  color: #10577F;
  line-height: 1;
  padding: 3px 0 3px 2px;
  font-weight: 600;
  font-family: 'Unica One', cursive;
  margin-right: 21px;
  border-top: solid 1px #10577F;
  border-left: solid 1px #10577F;
  border-bottom: solid 1px #10577F;
}
.step-list-area ul li span:first-child:before {
  content: '';
  position: absolute;
  top: 32%;
  right: -10px;
  width: 18px;
  height: 18px;
  margin-top: -5px;
  border-top: solid 1px #11577F;
  border-right: solid 1px #11577F;
  transform: rotate(45deg);
}
.step-list-area ul li img {
  margin: 10px 0;
}
.step-list-area ul li p {
  margin-bottom: 10px;
}
.step-list-area ul li p:last-child {
  margin-bottom: 0;
}
.step-list-area ul li ul.circle-list li {
  margin-bottom: 5px;
  padding-left: 5px;
  width: 100%;
}
.step-list-area ul li ul.circle-list li:last-child {
  margin-bottom: 0;
}
.step-list-area ul.circle-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #11577f;
  border-width: 2px;
  transform: rotate(0deg);
}
.step-list-area ul > li:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -33px;
  border-style: solid;
  border-color: transparent transparent transparent #11577f;
  border-width: 9px 0 9px 12px;
  transform: rotate(0deg);
}
.top-thumb-area {
  position: relative;
  margin-bottom: 0;
}
.top-thumb-area .thumb-box {
  width: 46%;
  margin-right: 40px;
}
.top-thumb-area .txt-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 28px;
  top: -8%;
  width: 50%;
  height: 101%;
  background: #F8F7F7;
}
/*==================================
dps
==================================*/
.dps .ttl-area span.f-en {
  font-family: "Arial";
  font-style: italic;
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: -0.2em;
}
.dps .kv-page-area {
  margin: 185px 0 0;
}
.dps .kv-page-area:after {
  top: -35px;
  width: 100%;
  height: 50px;
}
.dps .kv-page-area h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -105%);
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 850px;
  display: flex;
  justify-content: center;
}
.dps .kv-page-area .ofi img {
  height: 60px;
}
.dps .ttl-area .f-en span {
  font-size: 3rem;
}
.dps .ttl-area span {
  letter-spacing: 0.1px;
}
.dps .ttl-area .f-en span:nth-child(8), .dps .ttl-area .f-en span:nth-child(13) {
  padding-right: 11px;
}
.dps main {
  margin-top: 1%;
  padding: 1% 0 6%;
  position: relative;
  z-index: 3;
}
.dps main .content-area {
  padding-bottom: 0;
}
.dps video {
  display: block;
  max-width: 820px;
  margin: 0 auto 35px;
  cursor: pointer;
}
.dps .ttl-area .f-en > span:first-child {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
}
.dps .btn-box-a-c {
  margin: 30px auto 0;
}
.dps main h2 {
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 0 0 10px;
  background: #fff;
  color: #275DA8;
}
.dps main .dps-box h2 {
  color: #59968A;
}
.dps main h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 258px;
  height: 1px;
  background-color: #8dadd9;
}
.dps main .dpsa-box {
  padding: 25px;
  background: #fff;
  border: solid 3px #275DA8;
}
.dps main .btn-dl a {
  padding: 12px 17px;
  color: #5a7caa;
  text-align: center;
}
.dps main .btn-dl > div {
  font-size: 1.18rem;
  border: solid 1px #5a7caa;
  max-width: 235px;
  width: 100%;
}
.dps main .dpsa-area {
  max-width: 820px;
  margin: 30px auto 0;
}
.dps main .btn-dl a::after {
  top: 0;
  background: url(../images/dps/ico-dtpa-dl.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 23px;
  height: 16px;
  margin-left: 7px;
}
.dps main .btn-dl a:hover::after {
  top: 0;
  background: url(../images/common/ico-dl-hover.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.dps main .btn-dl a:hover {
  color: #fff;
  background: #275DA8;
}
.dps main .btn-dl > div:last-child {
  border: solid 1px #5a91aa;
  margin-left: 15px;
}
.dps main .btn-dl > div:last-child a {
  color: #5a91aa;
}
.dps main .btn-dl > div:last-child a::after {
  top: 1px;
  background: url(../images/dps/ico-dtpa-contact.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.dps main .btn-dl > div:last-child a:hover {
  color: #fff;
  background: #5a91aa;
}
.dps main .btn-dl > div:last-child a:hover::after {
  top: 1px;
  background: url(../images/dps/ico-dtpa-dl-hover.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.dps main {
  background-image: url(../images/dps/bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.dps.thanks .dl-link-btn{
    font-size: 1.2rem;
    color:#fff;
    background: #222;
}
.dps.thanks .dl-link-btn:hover{

    color:#222;
    background: #fff;
}


/*==================================
dps メルマガ
==================================*/
.dps-email-magazine,.dps-email-magazine header,.dps-email-magazine .content-wrap{
  width: 750px;
    margin: 0 auto;
  }
 
  .dps-email-magazine header.transform,.dps-email-magazine header{
    background: inherit;
    box-shadow:inherit;
    top:inherit;
    position:inherit;
}


.dps-email-magazine .kv-page-area {
    position:inherit;
    margin: 0;
}


.dps-email-magazine .contact-area,.dps-email-magazine .entry-wrap{
  display:none;
}


.dps-email-magazine header{
  display:none;
}

/*==================================
blog
==================================*/
.post-type-archive main ul.item-list li, .tax-area main ul.item-list li {
  width: 100%;
  margin: 0;
}
.post-type-archive main ul.item-list li a, .tax-area main ul.item-list li a {
  display: block;
  border-bottom: solid 1px #e1e1e1;
  padding: 25px 0;
  line-height: 1;
}
.post-type-archive main ul.item-list li a h2 {
  margin-top: 7px;
}
.post-type-archive main ul.item-list li:first-child a, .tax-area main ul.item-list li:first-child a {
  padding-top: 0;
}
.post-type-archive .content-wrap, .tax-area .content-wrap {
  max-width: 990px;
  margin: 0 auto;
}
/*==================================
security
==================================*/
.security .logo-sa {
  width: 100px;
  margin-bottom: 20px;
}
.security main ul {
  margin-bottom: 20px;
}
.security .top-txt {
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.security main section p {
  text-align: justify;
}
.security .top-txt p {
  text-align: right;
}
/*==================================
thanks 
==================================*/
.contact-thanks .kv-page-area, .contact-thanks .bgline:before, .repair-thanks .kv-page-area, .repair-thanks .bgline:before, .recruit-thanks .kv-page-area, .recruit-thanks .bgline:before, .mail-magazine-unsub-accept .kv-page-area, .mail-magazine-unsub-accept .bgline:before, .mail-magazine-thanks .kv-page-area, .thanks .bgline:before, .accept .kv-page-area, .accept .bgline:before {
  display: none;
}
.logo span {
  display: block;
  text-align: center;
  color: #417478;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-top: 6px;
  text-transform: uppercase;
}
.thanks main {
  padding: 150px 0 100px;
  margin: 0;
}
main .thanks-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
main .thanks-area h1, main .thanks-area h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
main .thanks-area p {
  margin-bottom: 15px;
  text-align: center;
}
main .thanks-area p a {
  color: #10577F;
}
main .thanks-area p a:hover {
  text-decoration: underline;
}
main .thanks-area .link-btn a {
  position: relative;
  display: inline-block;
  padding: 15px 40px 15px 20px;
  line-height: 1;
  border-radius: 0;
  color: #222;
  border: solid 1px #222;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 0.9rem;
  background: none;
}
main .thanks-area .link-btn a::after {
  top: 18px;
  right: 17px;
  background: url(../images/common/ico-arrow.png) no-repeat;
  background-size: 100%;
}
main .thanks-area .link-btn a:hover {
  color: #fff;
  background: #222;
}
main .thanks-area .link-btn a:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 17px;
  background: url(../images/common/ico-arrow-w.png) no-repeat;
  background-size: 100%;
}
main .thanks-area .link-btn::after {
  display: none;
}
/*==================================
category
==================================*/
.category main {
  position: relative;
}
.category .subttl {
  margin-bottom: 5px;
}
/*==================================
access
==================================*/
main .access-area {
  background: #f7fbfb;
}
.page .access-area .ttl-area span {
  animation: inherit;
}
main .access-area .access-area-inner {
  margin: 0 auto;
  max-width: 1300px;
  background: none;
}
main .access-area .content-area, .page main .access-area .content-area {
  background: none;
}
/*==================================
mail-magazine-unsub
==================================*/
.mail-magazine-unsub .personal-information {
  display: none;
}
/*==================================
パスワード保護
==================================*/
.post-password-form {
  max-width: 785px;
  margin: 0 auto;
  padding: 10px 15px 100px;
}
.post-password-form p:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  main {
    padding: 13% 0 15%;
  }
  main .news-area ul li h2, main .news-area ul li h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
  }
}
@media screen and (min-width:1400px) {
  main .access-area .access-area-inner {
    padding-left: 0;
    max-width: 1480px;
  }
  main .access-area .content-area, .page main .access-area .content-area {
    padding-left: 0;
  }
}