@charset "UTF-8"
header {
  width: 100%;
  margin: 0;
  z-index: 20;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
img {
  width: 100%;
  vertical-align: bottom;
}
h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
header {
}
#head {
  width: 100%;
  height: 100px;
  background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/bg-img01.jpg);
  background-size: cover;
  background-position-y: 80%;
}
.inner-head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-head .logo {
  display: block;
  width: 300px;
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .inner-head .logo {
    padding-left: 20px;
  }
}
#wrap {
  width: 100%;
  margin: 0 auto;
}
#main .inner {
  position: relative;
}
#main .inner h2 {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  max-width: 900px;
  margin: 0 auto;
}
#main .inner .box {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  max-width: 1000px;
  margin: 0 auto;
}
#main .inner .box ul {
  display: flex;
  justify-content: space-around;
}
#main .inner .box ul li {
  width: 30%;
}
#contact {
  position: relative;
  height: 165px;
  margin-top: -20px;
  background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/bg-img02.png);
  background-size: cover;
}
#contact .inner {
  position: absolute;
  top: 30px;
  width: 100%;
  margin: 0 auto;
}
#contact .inner div {
  background: #ffffff;
  background: linear-gradient(90deg,rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .7) 100%);
}
#contact .inner div p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#contact .inner div p::before {
  content: '';/*何も入れない*/
   display: inline-block;
   width: 60px;
   height: 20px;
   margin-right: 10px;
   background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/left.png);
   background-size: contain;
   background-repeat: no-repeat;
   vertical-align: middle;
   background-position-y: 50%;
}
#contact .inner div p::after {
  content: '';/*何も入れない*/
   display: inline-block;
   width: 60px;
   height: 20px;
   margin-left: 10px;
   background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/right.png);
   background-size: contain;
   background-repeat: no-repeat;
   vertical-align: middle;
   background-position-y: 50%;
}
#solution {
  position: relative;
}
#solution > .txt {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
#solution > .txt:before, #solution > .txt:after {
  border-top: 1px solid;
  content: "";
  width: 8em; /* 線の長さ */
}
#solution > .txt:before {
  margin-right: 1em; /* 文字の右隣 */
}
#solution >   .txt:after {
  margin-left: 1em; /* 文字の左隣 */
}
#solution .inner {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 8px gray;
}
#solution .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#solution .inner ul li {
  width: 47%;
  margin-bottom: 5px;
}
#solution .inner ul li::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 23px;
  height: 20px;
  margin-right: 5px;
  background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
  background-position-y: 50%;
}
#solution .visual {
  height: 400px;
  margin-top: 90px;
  background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/solution-img.jpg);
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
}
#solution .visual .txt {
  position: absolute;
  bottom: 65px;
  left: 24%;
  width: 400px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  /*text-shadow: 1px 1px 2px #c0c0c0;*/
}
#solution .visual .txt span {
  background: linear-gradient(0deg, #fee370 0%, #f5ca57 40%, #e4ba44 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#solution .visual p {
  position: absolute;
  bottom: 44%;
  left: 40%;
  width: 130px;
}
@media screen and (max-width: 1199px) {
  #solution .visual {
    height: 350px;
  }
  #solution .visual .txt {
    left: 20%;
    font-size: 2.4rem;
  }
}
#agency .inner {
  padding-top: 100px;
  padding-bottom: 150px;
  background:linear-gradient(rgb(211 228 240 / .5), rgb(255 255 255 / .5)),
  url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/agency-img.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#agency .inner h2.txt,#range .inner h2.txt,#achievements .inner h2.txt,#flow .inner h2.txt,#achievements .inner h2.txt ,#inquiry .inner h2.txt ,#service .inner h2.txt {
  padding-bottom: 25px;
  font-size: 2.4rem;
  text-align: center;
  background: linear-gradient(to right, #e60013 50%, #013e98 50%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 250px 2px;
}
#agency > .inner > .txt > span,#range > .inner > .txt > span {
  display: block;
  font-size: 1rem;
}
#agency .inner .box, #range .inner .box, #flow .inner .box {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
}
#agency .inner .box ul {
  display: flex;
  justify-content: space-between;
}
#agency .inner .box:nth-child(3) ul {
  flex-direction: row-reverse;
}
#agency .inner .box ul li {
  width: 58%;
}
#agency .inner .box ul li:nth-child(2) {
  width: 40%;
}
#agency .inner .box ul li h3 {
  font-size: 2rem;
  color: #fff;
  text-align: left;
}
#agency .inner .box ul li h3 span,#range .inner .box h3 span,#flow .inner .box h3 span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #013e98;
  box-shadow: 5px 5px #86b6fd;
  background: #013e98;
  color: #fff;
}
#agency .inner .box ul li p {
  font-size: 14px;
}
#range .inner {
  padding-top: 100px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(242, 248, 252, 1) 4px, rgba(242, 248, 252, 1) 6px );
}
#range .inner .box {
  margin-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}
#range .inner .box h3 span {
  font-weight: normal;
}
#range .inner .box > p,#flow .inner .box > p {
  margin-bottom: 40px;
  font-size: 14px;
}
#range .inner .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#range .inner .box ul li {
  width: 23%;
  margin-bottom: 2%;
  padding: 15px;
  border: 1px solid #1c53a4;
  border-radius: 10px;
  background: #fff;
}
#range .inner .box ul li img {
  width: 80%;
}
#range .inner .box ul li p {
  color: #1c53a4;
  font-size: 12px;
  font-weight: bold;
}
#service .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  /*background: linear-gradient(#f2f8fc, #fff);*/
}
#service .inner .box {
  padding-top: 100px;
}
#service .inner .box table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 850px;
  table-layout: fixed;
}

#service .inner .box table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}
#service .inner .box table tr:nth-child(1) {
  border: none;
}
/*#service .inner .box table tr:last-child{
  border: none;
}*/
#service .inner .box table th {
  padding: 2em;
  border-right: 2px solid #fff;
}
#service .inner .box table td {
  padding: 2em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
#service .inner .box table th {
  width: 16%;
  font-size: 14px;
  background-color: #013e98;
  color: #fff;
}
#service .inner .box table td {
  width: 21%;
  font-size: 14px;
}
#service .inner .box table thead tr{
  color:#fff;
}
#service .inner .box table tbody th {
    border-right: 2px solid #eee;
}
#service .inner .box table th.non {
  background: initial;
}
#service .inner .box table .txt{
  font-weight: bold;
}
#service .inner .box table .red_bk{
  background:#e81010
}
#service .inner .box table .red-txt{
  color:#e81010
}
#service .inner .box table .btnarea td {
  padding: .2em .5em;
  border-right:none
}
@media screen and (max-width: 600px) {
#service .inner .box {
     overflow-x: scroll;
  }
}
#achievements .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/achievements-img01.jpg);
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
}
#achievements .inner .box {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  background: #fff;
}
#achievements .inner .box h3 {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  color: #fff;
  font-size: 1.2rem;
  border: solid 2px #013e98;
  border-radius: 0.46875vw 0.46875vw 0 0;
  background: #013e98;
}
#achievements .inner .box h3:before {
  position: absolute;
  content: '';
  top: -180%;
  left: -195px;
  width: 190px;
  height: 450%;
  transform: rotate(45deg);
  background: #e60013;
}
#achievements .inner .box h3 span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 30px;
	font-size: 3rem;
	padding-left: 16px;
	color: #fff;
}
#achievements .inner .box .area {
  border: solid 2px #013e98;
  border-radius: 0 0 0.46875vw 0.46875vw;
}
#achievements .inner .box .area table {
  width: 750px;
  margin: 0 auto;
  padding: 30px;
  font-size: 14px;
}
#achievements .inner .box .area table th {
  width: 15%;
  padding: 5px 7px;
  background: #ccd8ea;
  text-align: left;
}
#achievements .inner .box .area table td {
  padding: 5px 7px;
  background: #ccd8ea;
  text-align: left;
  color: #013e98;
}
#achievements .inner .box .area p {
  padding: 30px;
  text-align: left;
  background: #f4f4f4;
}
#achievements .inner .box .area p span {
  background: #fff000;
}
#flow .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f2f8fc;
}
#flow .inner .box {
  max-width: 900px;
  margin-top: 50px;
  text-align: center;
}
#flow .inner .box ul {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px;
  background-color: #FFF;
  border-radius: 10px;
}
#flow .inner .box ul::after {
  content: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/flow-img01.png);
  position: absolute;
  bottom: 300px;
  right: -200px;
  transform: scale(0.5);
}
#flow .inner .box ul li {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding: 0 0 0 56px;
  font-weight: 700;
  text-align: left;
}
#flow .inner .box ul li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-color: #FFF;
  border: solid 2px #013e98;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: calc(50% + -12px);
  left: 0;
  transform: translateY(-50%);
}
#flow .inner .box ul li::after {
  content: '';
  display: block;
  width: 2px;
  height: 90px;
  box-sizing: border-box;
  background-color: #e60013;
  position: absolute;
  top: 2px;
  left: 7px;
}
#flow .inner .box ul li:first-child:before {
  top: calc(20% + 0px);
  background-color: #013e98;
}
#flow .inner .box ul li:first-child::after {
}
#flow .inner .box ul li:first-child:before, #flow .inner .box ul li:last-child::before {
  background-color: #013e98;
}
#flow .inner .box ul li:last-child::after {
  content: none;
}
#flow .inner .box ul li h3 {
  color: #013e98;
}
#flow .inner .box ul li p {
  font-size: 14px;
}
#inquiry .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
  background-size: 20px 20px;
  background-color: #fff;
  background-position: -14px 14px;
}
#inquiry .inner .box {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
#inquiry .inner .box {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
#concept .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-image: url(https://nmps-payroll.gokujou.biz/nmps-wp/wp-content/themes/nmps/images/concept-img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#concept .inner .txt {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
#concept .inner .txt span {
  display: block;
  background: linear-gradient(0deg, #fee370 0%, #f5ca57 40%, #e4ba44 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}
#concept .inner p {
  font-size: 14px;
  color: #fff;
}
/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  position: relative;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  background-color: #013e98;
  color: #fff;
}
/*.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #013e98;
  color: #fff;
}*/
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #013e98;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;

}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  /*font-size: 20px;*/
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    /*font-size: 14px;*/
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  display: block;
  width: 500px;
  margin: 0 auto;
  margin-top: 15px;
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* drawer start */
@media screen and (max-width: 479px) {
  .sp {
    display: none;
  }
}
