@charset "utf-8";
/* CSS Document */
/*================================
  共通
=================================*/
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.center {
  text-align: center;
}
.sub-title-area {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sub-title-area h2 {
  font-size: 110px;
  font-family: 'Times New Roman', Times, 'serif';
  letter-spacing: 0.1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  float: left;
}
.sub-title-area h3 {
  font-size: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  float: left;
  line-height: 1;
  margin-left: 130px;
}
.sub-title-area h3::before {
  width: 90px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1;
  z-index: 100;
  display: block;
  content: '';
}
.sub-inner {
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#page-wrapper .page-sec-title {
  font-size: 50px;
  letter-spacing: 0.25em;
  color: #222222;
  text-align: center;
  margin-bottom: 85px;
  line-height: 1;
}
a.a_underline {
  text-decoration: underline;
}
a.a_underline:hover {
  text-decoration: none;
}
br.spbr {
  display: none;
}
@media screen and (max-width: 1220px) {
  .sub-inner {
    max-width: 90%;
  }
  .inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .sub-title-area {
    height: 260px;
    background-position: center;
  }
  .sub-title-area h2 {
    font-size: 48px;
    position: absolute;
  }
  .sub-title-area h3 {
    font-size: 14px;
    float: left;
    margin-left: 280px;
  }
  br.spbr {
    display: inline;
  }
}
@media screen and (max-width: 350px) {
  .sub-title-area h3::before {
    width: 60px;
    left: -70px;
  }
  .sub-title-area h3 {
    float: right;
    margin-left: 0;
  }
}
/*================================
  ヘッダー
=================================*/
#page-wrapper header {
  background: rgba(34, 34, 34, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
}
header .flex-box {
  padding: 0 30px;
  width:100%;
}
#page-wrapper .logo {
  font-size: 38px;
  font-family: 'Times New Roman', Times, 'serif';
}
.pc_page_menu_top ul, .pc_page_menu_bottom ul {
  display: flex;
  justify-content: space-between;
}
.pc_page_menu_bottom ul {
  border-top: 1px solid #fff;
}
.pc_page_menu_top ul {
  display: flex;
  justify-content: flex-end;
}
.pc_page_menu_bottom ul li a, .pc_page_menu_top li a {
  padding: 16px 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
.pc_page_menu_bottom ul li a:hover, .pc_page_menu_top li a:hover {
  background: -moz-linear-gradient(left, #0a0d12, #1c2334);
  background: -webkit-linear-gradient(left, #0a0d12, #1c2334);
  background: linear-gradient(to right, #0a0d12, #1c2334);
  opacity: 1;
}
.select {
  background: -moz-linear-gradient(left, #0a0d12, #1c2334);
  background: -webkit-linear-gradient(left, #0a0d12, #1c2334);
  background: linear-gradient(to right, #0a0d12, #1c2334);
  opacity: 1;
}

@media screen and (max-width: 1220px) {
  .pc_page_menu {
    display: none;
  }
  #page-wrapper header {
    height: 64px;
    position: fixed;
    z-index: 999;
  }
  header .flex-box {
    padding: 16px 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
	#page-wrapper .logo {
    font-size: 23px;
}
  .pc_page_menu, .follower, .cursor {
    display: none;
  }
}
/*================================
  パンくず
=================================*/
.breadcrumbs {
  top: calc(50% + 90px);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 100;
  line-height: 1;
}
.breadcrumbs span:first-child {
  padding-left: 0;
}
.breadcrumbs span {
  display: inline; /*横に並ぶように*/
  list-style: none;
  text-align: left;
  line-height: 1;
  position: relative;
  padding-left: 50px;
  font-size: 10px;
  color: #fff;
  z-index: 1000;
}
.breadcrumbs span a {
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.breadcrumbs span::after { /* >を表示*/
  content: '';
  color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 10px;
  width: 12px;
  height: 1px;
  z-index: 200;
  background: #fff;
}
.breadcrumbs span:first-child::after {
  content: none;
}
@media screen and (max-width: 1220px) {}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    top: calc(50% + 80px);
  }
}
/*================================
  会社情報ページ
=================================*/
.company-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/company-title-bg.jpg");
}
.company-content .philosophy-area {
  padding: 110px 0;
  background: #e2e4ed;
  position: relative;
  overflow: hidden;
}
.philosophy-area::before {
  content: 'OUR PHILOSOPHY';
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  color: #c9cedf;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.company-area {
  padding: 114px 0 137px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.company-area::before {
  content: 'COMPANY';
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  color: #e2e4ed;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.philosophy-box dl {
  padding: 50px 0 50px 36px;
  border-top: 1px solid #c7c8d0;
}
.philosophy-box dt {
  font-size: 20px;
  padding-bottom: 40px;
}
.philosophy-box dd {
  font-size: 14px;
  padding-left: 85px;
  position: relative;
}
.philosophy-box dl dd.first {
  margin-bottom: 20px;
}
.philosophy-box dd::before {
  position: absolute;
  left: 34px;
  height: 2px;
  width: 40px;
  background: #c9cedf;
  display: block;
  content: '';
  top: 14px;
}
.company-table dt {
  background: #f6f7fa;
  padding: 22px 25px;
  width: 177px;
  font-size: 16px;
}
.company-table dd {
  background: #ffffff;
  padding: 22px 55px;
  width: calc(720px - 177px);
  height: auto;
}
.company-table dl div {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #e2e4ed;
}
.company-table dl div:last-child {
  border-bottom: 1px solid #e2e4ed;
}
.company-table dl dd dl {
  display: flex;
  flex-wrap: wrap;
}
.company-table dl dd dl dt {
  width: 130px;
  padding: 0;
  font-size: 14px;
  background: #fff;
}
.company-table dl dd dl dd {
  width: calc(100% - 130px);
  padding: 0;
  font-size: 14px;
}
.access-area {
  background: #e2e4ed;
  padding: 100px 0;
  position: relative;
}
.access-area::before {
  content: 'ACCESS';
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  color: #c9cedf;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.maps {
  height: 0;
  overflow: hidden;
  padding-bottom: 34%;
  position: relative;
}
.maps iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.address {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 65px auto 0;
}
.address p {
  border-right: 2px solid #d4d6de;
  padding-right: 70px;
}
.map-link {
  padding-left: 85px;
}
.map-link a {
  border: 1px solid #131823;
  padding: 24px 0;
  width: 240px;
  text-align: center;
  line-height: 1;
  display: block;
}
.map-link a:hover {
  background: -moz-linear-gradient(left, #0a0d12, #1c2334);
  background: -webkit-linear-gradient(left, #0a0d12, #1c2334);
  background: linear-gradient(to right, #0a0d12, #1c2334);
  color: #fff;
  opacity: 1;
}
.maps iframe, .maps object, .maps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.maps iframe:hover, .maps object:hover, .maps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media screen and (max-width: 1360px) {
  .privacy-area::before, .handling-area::before, .reception-area::before {
    font-size: 50px;
    top: 28px;
    left: -5px;
  }
  .philosophy-area::before, .company-area::before, .access-area::before {
    font-size: 90px;
    top: 12px;
  }
}
@media screen and (max-width: 1020px) {
  .philosophy-area::before, .company-area::before, .access-area::before {
    font-size: 60px;
    top: 2px;
  }
  .company-content .sub-title-area h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-area::before, .company-area::before, .access-area::before {
    font-size: 50px;
    top: 0;
  }
  .company-table dl div {
    display: block;
  }
  .company-table dt {
    width: 100%;
    padding: 15px;
  }
  .company-table dd {
    width: 100%;
    padding: 15px 30px;
  }
  .company-table dd ul.indt {
    padding-left: 1em;
  }
  .company-table dd ul.indt li {
    text-indent: -1.25em;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .company-content .philosophy-area {
    padding: 80px 0;
  }
  #page-wrapper .company-content .page-sec-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .philosophy-box dt {
    padding-left: 0;
    padding-bottom: 25px;
    line-height: 1.5;
  }
  .philosophy-box dd {
    padding-left: 1.5em;
    line-height: 2;
  }
  .philosophy-box dd::before {
    width: 15px;
    left: 0;
    top: 14px;
  }
  .philosophy-box dl {
    padding: 50px 0 50px 0;
    border-top: 1px solid #c7c8d0;
  }
  .company-content .sub-title-area h2 {
    font-size: 48px;
  }
  .company-content .sub-title-area h3 {
    margin-left: 0;
    float: none;
    top: 176px;
  }
  .company-content .sub-title-area h3::before {
    width: 272px;
    left: 0;
    top: -10px;
  }
  .company-area, .access-area {
    padding: 80px 0;
  }
  .address {
    display: block;
    margin: 25px auto 0;
  }
  .address p {
    padding-left: 20px;
  }
  .map-link {
    padding-left: 20px;
    margin-top: 25px;
  }
  .maps {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 480px) {
  .philosophy-area::before {
    font-size: 33px;
    top: -4px;
  }
  .maps {
    padding-bottom: 70%;
  }
}
/*================================
  基本方針ページ
=================================*/
.principles-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/principles-title-bg.jpg");
}
.guidelines-area, .approach-area {
  padding: 150px 0 100px;
  position: relative;
  background: #e2e4ed;
  overflow: hidden;
}
.approach-area {
  background: #fff;
}
.guidelines-area::before, .approach-area::before {
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.guidelines-area::before {
  content: 'GUIDELINES';
  color: #c9cedf;
}
.approach-area::before {
  content: 'APPROACH';
  color: #e2e4ed;
}
.principles-content .breadcrumbs {
  top: calc(50% + 155px);
}
.principles-content .sub-title-area h2 {
  top: calc(50% + 14px);
}
.principles-content .sub-title-area h3 {
  top: calc(50% + 70px);
}
#page-wrapper .principles-content .page-sec-title {
  margin-bottom: 60px;
}
.guidelines-head-text {
  padding-left: 40px;
  margin-bottom: 60px;
}
.guidelines-box dl {
  padding: 55px 0 55px 36px;
  border-top: 1px solid #c7c8d0;
}
.guidelines-box dl:last-child {
  padding: 55px 0 0 36px;
}
.guidelines-box dt {
  font-size: 20px;
  padding-bottom: 35px;
}
.guidelines-box dd {
  font-size: 14px;
  padding-left: 85px;
  position: relative;
}
.guidelines-box dd.mb-10 {
  margin-bottom: 10px;
}
.guidelines-box dd::before {
  position: absolute;
  left: 34px;
  height: 2px;
  width: 40px;
  background: #c9cedf;
  display: block;
  content: '';
  top: 50%;
  transform: translateY(-50%);
}
.approach-area {
  padding: 155px 0 100px;
}
.approach-area .inner {
  max-width: 960px;
  width: 100%;
}
.approach-area .head-text {
  margin-bottom: 100px;
}
.approach-area h4 {
  font-size: 20px;
  margin-bottom: 25px;
}
.object-box {
  margin-bottom: 95px;
}
.object-box .flex-box {
  justify-content: flex-start;
}
.object {
  position: relative;
  width: 260px;
  height: 180px;
  background: blue;
  margin-right: 40px;
}
.object::after {
  border-top: 90px solid transparent;
  border-bottom: 90px solid transparent;
  content: "";
  position: absolute;
  left: 50%; /* 一旦中央へ寄せる */
  top: 0;
  margin-left: 130px; /* 四角形の幅の半分右へ移動する */
  display: block;
}
.object .text-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
}
.object .text-box h5 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}
.object_01 {
  background: #0a0d12;
}
.object_01::after {
  border-left: 40px solid #0a0d12;
}
.object_02 {
  background: #1c2334;
}
.object_02::after {
  border-left: 40px solid #1c2334;
}
.object_03 {
  background: #131823;
}
.object_03::after {
  border-left: 40px solid #131823;
}
.object_04 {
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  border-left: 35px solid #6e7384;
  display: block;
}
.object_05 {
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #9ea1ad;
  display: block;
}
.approach-table dl div {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e2e4ed;
}
.approach-table dl div:last-child {
  border-bottom: 1px solid #e2e4ed;
}
.approach-table dt {
  max-width: 250px;
  width: 100%;
  padding: 22px 20px;
  background: #f6f7fa;
  line-height: 1;
}
.approach-table dd {
  max-width: 710px;
  width: 100%;
  padding: 22px 28px;
}
.approach-table dd p {
  position: relative;
  padding-left: 1em;
}
.approach-table dd p::before {
  position: absolute;
  content: '•';
  left: 0;
  display: inline-block;
}
@media screen and (max-width: 1220px) {
.object-box .flex-box {
    justify-content: center;
}
  .approach-area .inner {
    width: calc(100% - 40px);
  }
	.principles-content .sub-title-area h3 {
  top: auto;
  bottom: 0;
  margin-left: 540px;
}
}
@media screen and (max-width: 1000px) {
  #page-wrapper .approach-area .page-sec-title {
    line-height: 1.5;
  }
  .approach-area .page-sec-title .spbr {
    display: inline;
  }
  .object {
    width: calc(100%/4);
  }
  .object::after {
    left: auto;
    right: -40px;
  }
  .object .text-box {
    top: 52%;
    left: 56%;
  }
  .approach-table dt {
    max-width: 100%;
  }
}
@media screen and (max-width: 868px) {
  .approach-area .inner {
    width: calc(100% - 40px);
  }
  .guidelines-area::before, .approach-area::before {
    font-size: 100px;
  }
}
@media screen and (max-width: 780px) {
.object .text-box h5 {
    font-size: 22px;
}
.object {
    width: calc(260px * 0.6);
}
.object-box .flex-box {
    padding: 0;
}
	.object-box .text-box p {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
.principles-content .breadcrumbs {
  top: calc(50% + 105px);
}

  .principles-content .sub-title-area {
    height: 290px;
  }
  .principles-content .sub-title-area h2 {
    top: 50%;
  }
  .principles-content .sub-title-area h3 {
    margin-left: 0;
    top: calc(50% + 78px);
  }
  .principles-content .sub-title-area h3::before {
    width: 309px;
    left: 0;
    top: -10px;
  }
  .principles-content .breadcrumb {
    top: calc(50% + 120px);
  }
  .principles-content .guidelines-area::before, .approach-area::before {
    font-size: 50px;
	  top: 0;
  }
  .guidelines-area, .approach-area {
    padding: 100px 0 60px;
  }
  .principles-content .page-sec-title {
    font-size: 31px !important;
    margin-bottom: 40px !important;
  }
  .principles-content .guidelines-head-text {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .principles-content .guidelines-box dl {
    padding: 40px 0;
  }
  .principles-content .guidelines-box dd {
    padding-left: 40px;
  }
  .guidelines-box dd::before {
    left: 0;
    width: 30px;
    top: 14px;
  }
  #page-wrapper .principles-content .approach-area .page-sec-title {
    line-height: 1.5;
    font-size: 29px !important;
  }
  .approach-area .inner {
    width: calc(100% - 40px);
  }
  .approach-area .head-text {
    margin-bottom: 60px;
  }
  .approach-table dt {
    max-width: 100%;
  }
}
@media screen and (max-width: 684px) {
.object .text-box h5 {
    font-size: 16px;
}
.object {
    width: calc(260px * 0.45);
}
.object-box .flex-box {
    padding: 0;
}
	.object-box .text-box p {
		font-size: 10px;
		line-height: 1;
	}
.object_04 {
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 25px solid #6e7384;
    display: block;
}
.object_05 {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #9ea1ad;
    display: block;
}
}

@media screen and (max-width: 550px) {
.object-box .flex-box {
    justify-content: center;
}
.object {
    width: 330px;
    height: 100px;
	margin-right: 0;
	margin-top: 40px;
  }
.object_01 {
	margin-top: 0;
  }

  .object::after {
  border-left: 165px solid transparent;
border-right: 165px solid transparent;
left: 50%;
bottom: -40px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
margin-left: 0;
top: auto;
border-bottom: none;
	  right: auto;
	 
  }
.object .text-box h5 {
    font-size: 28px;
}
.object-box .text-box p {
    font-size: 14px;
    line-height: 1;
}
  .object_01::after {
    border-top: 40px solid #0a0d12;
  }
  .object_02::after {
    border-top: 40px solid #1c2334;
  }
  .object_03::after {
    border-top: 40px solid #131823;
  }
  .object .text-box {
    top: 60%;
    left: 50%;
  }
  .object-box {
    margin-bottom: 95px;
    position: relative;
  }
  .object_04 {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 35px solid #6e7384;
    display: block;
    position: absolute;
    bottom: -131px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .object_05 {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #9ea1ad;
    position: absolute;
    bottom: -127px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
	.approach-table {
		margin-top: 50px;
	    padding-top: 20px;
	}
}
@media screen and (max-width: 350px) {
  #page-wrapper .principles-content .approach-area .page-sec-title {
    line-height: 1.5;
    font-size: 24px !important;
  }
.object {
    width: 280px;
}
.object::after {
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
	}
}
/*================================
  伴走支援ページ
=================================*/
.portfolio-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/portfolio-title-bg.jpg");
}
.portfolio-area {
  padding: 90px 0 100px
}
.portfolio-area .inner {
  max-width: 960px;
  width: 100%;
}
.portfolio-box {
  max-width: 470px;
  width: 100%;
  border: 1px solid #ebecf2;
}
.portfolio-area .flex-box > div:first-child, .portfolio-area .flex-box > div:nth-child(2) {
  margin-bottom: 20px;
}
.portfolio-text {
  padding: 10px;
}
.portfolio-text a {
  color: #485dad;
  text-decoration: underline;
}
.portfolio-text h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.portfolio-text h4 span {
    font-size: 14px;
}
.border-top {
  border-top: 1px solid #f3f4f7;
  padding: 30px 25px 25px 25px;
}
.portfolio-img {
  height: 100px;
  position: relative;
}
.portfolio-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1220px) {}
@media screen and (max-width: 950px) {
  .flex-box {
    padding: 0 20px;
  }
  .portfolio-box {
    margin: 0 0 20px 0;
    margin-bottom: 20px;
    max-width: inherit;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .portfolio-content .sub-title-area h2 {
    top: 50%;
  }
  .portfolio-content .sub-title-area h3 {
    margin-left: 0;
    top: calc(50% + 50px);
  }
  .portfolio-content .sub-title-area h3::before {
    width: 309px;
    left: 0;
    top: -10px;
  }
  .portfolio-content .breadcrumb {
    top: calc(50% + 97px);
  }
  .portfolio-area .inner {
    max-width: auto;
    width: calc(100% - 40px);
  }
  .portfolio-area .border-top {
    padding: 25px 10px 10px 10px;
  }
  .portfolio-text h4 {
    font-size: 17px;
  }
  .flex-box {
    padding: 0;
  }
}
@media screen and (max-width: 620px) {
  .portfolio-box {
    margin: 0 0 20px 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
/*================================
  チーム紹介ページ
=================================*/
.team-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/team-title-bg.jpg");
}
.team-area {
  padding-bottom: 103px;
  background-color: #e2e4ed;
}
.team-area .inner {
  max-width: 1090px;
  width: 100%;
}
.name, .name-en {
  display: inline-block;
}
.name {
  font-size: 36px;
}
.name-en {
  padding-left: 20px;
  line-height: 1;
}
.team-box {
  padding-top: 110px;
  max-width: 500px;
  width: 100%;
}
.team-box dl {
  padding-bottom: 45px;
  margin-bottom: 33px;
  border-bottom: 1px solid #c7c8d0;
}
.name-en {
  font-size: 10px;
}
.position {
  min-height:42px;
  line-height: 1.3;
  font-size: 16px;
  margin-top: 25px;
}
@media screen and (max-width: 1220px) {}
@media screen and (max-width: 768px) {
  .team-content .sub-title-area h3 {
    top: 176px;
    float: none;
    margin-left: 0;
  }
  .team-content .sub-title-area h3::before {
    width: 282px;
    left: 0;
    top: -10px;
  }
  .team-content .breadcrumb {
    top: calc(50% + 95px);
  }
  .team-box {
    padding-top: 80px;
	  max-width: 100%;
  }
  .team-area .inner {
    max-width: calc(100% - 40px);
  }
  .team-content .position {
    margin-top: 15px;
  }
  .team-box dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/*================================
  ニュース一覧ページ
=================================*/
.news-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/news-title-bg.jpg");
}
.news-list-area {
  padding: 100px 0;
}
.news-list-wrap dl > div {
  border-top: 2px solid #eaeaec;
  display: flex;
  justify-content: flex-start;
}
.news-list-wrap dl > div:last-child {
  border-bottom: 2px solid #eaeaec;
}
.news-list-wrap dl div a {
  display: flex;
  width: 100%;
}
.news-list-wrap dl div a:hover {
  background-color: #e2e4ed;
  transition: 0.8s;
}
.news-list-wrap dt, .news-list-wrap dd {
  color: #0a0d12;
  padding: 27px 0;
}
.news-list-wrap dd {
  padding-left: 22px;
  display: flex;
  flex-wrap: wrap;
}
.news-list-wrap a dd p {
  text-decoration: underline;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 87px auto 0;
  text-align: center;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  border: 1px solid #696e83;
  color: #696e83;
  font-size: 15px;
  padding: 18px 21px;
  line-height: 1;
  margin: 0 4px;
}

.wp-pagenavi .page:hover, .wp-pagenavi span.current {
  border: 1px solid #696e83;
  background: #696e83;
  opacity: 1;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  border: 1px solid #696e83;
  color: #696e83;
  font-size: 15px;
  padding: 18px 21px;
  line-height: 1;
  margin: 0 55px 0 0;
}
.wp-pagenavi .nextpostslink {
  border: 1px solid #696e83;
  color: #696e83;
  font-size: 15px;
  padding: 18px 21px;
  line-height: 1;
  margin: 0 4px 0 105px;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
    border: 1px solid #696e83;
    background: #696e83;
    opacity: 1;
    color: #fff;
}
.cat {
  padding: 9px 11px;
  margin-left: 17px;
  background: #131823;
  color: #fff;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1;
}
#tablepress-3 .column-1 {
	white-space: nowrap;
}
.news-list-wrap dl div a:hover > dd > p {
  text-decoration:none;
}

@media screen and (max-width: 1220px) {}
@media screen and (max-width: 950px) {
  .news-content .page-numbers:nth-child(n+10) {
    display: none;
  }
  .next.page-numbers {
    display: block !important;
    margin-left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .news-content .sub-title-area h3 {
    top: 176px;
    float: none;
    margin-left: 0;
  }
  .news-content .sub-title-area h3::before {
    width: 150px;
    left: 0;
    top: -10px;
  }
  .news-content .breadcrumb {
    top: calc(50% + 93px);
  }
  .news-content .page-numbers:nth-child(n+7) {
    display: none;
  }
  .prev.page-numbers {
    margin-right: 10px;
  }
  .next.page-numbers {
    display: block !important;
    margin-left: 10px;
  }
  .news-list-wrap dd {
    display: block;
    width: 100%;
  }
  .news-content .release {
    display: inline-block;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 550px) {
  .news-content .page-numbers:nth-child(n+5) {
    display: none;
  }
  .prev.page-numbers {
    margin-right: 10px;
  }
  .next.page-numbers {
    display: block !important;
    margin-left: 10px;
  }
}
@media screen and (max-width: 350px) {
  .page-numbers {
    font-size: 15px;
    padding: 12px 15px;
  }
}
/*================================
  公衆縦覧ページ
=================================*/
.public-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/public-title-bg.jpg");
}
.public-content .breadcrumbs {
  top: calc(50% + 155px);
}
.public-content .sub-title-area h2 {
  top: calc(50% + 14px);
}
.public-content .sub-title-area h3 {
  top: calc(50% + 70px);
}
.public-area {
  padding: 84px 0 100px;
  background-color: #e2e4ed;
}
.public-head {
  margin-bottom: 60px;
}
.public-head .date {
  margin-bottom: 40px;
}
.public-head h3 {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 1.4;
}
.public-head .text {
  padding: 0 40px;
}
.public-area dl {
  padding: 55px 0 55px 36px;
  border-top: 1px solid #c7c8d0;
}
.public-area dl:last-child {
  padding: 55px 0 0 36px;
}
.public-area dt {
  font-size: 20px;
  padding-bottom: 40px;
}
.public-area dd {
  font-size: 14px;
  padding-left: 30px;
}
.public-area .line {
  font-size: 14px;
  padding-left: 85px;
  position: relative;
}
.public-area .line::before {
  position: absolute;
  left: 34px;
  height: 2px;
  width: 40px;
  background: #c9cedf;
  display: block;
  content: '';
  top: 50%;
  transform: translateY(-50%);
}
.l-height-35 {
  line-height: 3.5;
}
@media screen and (max-width: 1220px) {}
@media screen and (max-width: 768px) {
  .public-content .sub-title-area h2 {
    top: 50%;
  }
  .public-content .sub-title-area h3 {
    top: 225px;
    float: none;
    margin-left: 0;
  }
  .public-content .sub-title-area h3::before {
    width: 320px;
    left: 0;
    top: -10px;
  }
  .public-content .breadcrumbs {
    top: inherit;
    bottom: 24px;
  }
  .public-head .date {
    margin-bottom: 10px;
  }
  .public-content .sub-title-area {
    height: 300px;
    background-position: center;
  }
  .public-content .public-head h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .public-head .text {
    padding: 0;
  }
  .public-area dl {
    padding: 40px 0;
  }
  .public-area dt {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .public-area .line {
    padding-left: 40px;
  }
  .public-area .line::before {
    left: 0;
    width: 30px;
    top: 15px;
  }
  .public-area dl:last-child {
    padding: 40px 0 0 0;
  }
  .l-height-35 {
    line-height: 2;
  }
  .public-area {
    padding: 60px 0 80px;
  }
  .public-area dd {
    padding-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .public-content .sub-title-area h2 {
    font-size: 42px;
  }
  .public-content .sub-title-area h3::before {
    width: 282px;
  }
}
/*================================
  お問い合わせページ
=================================*/
.contact-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/contact-title-bg.jpg");
}
.contact-area {
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}
.contact-area::before {
  content: 'CONTACT FORM';
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  color: #e2e4ed;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.contact-area .inner {
  max-width: 960px;
  width: 100%;
}
#page-wrapper .contact-area .page-sec-title {
  margin-bottom: 50px;
}
.contact-table-box p {
  margin: 20px 0 40px;
}
.contact-table-box dl div {
  display: flex;
  border-top: 1px solid #e2e4ed;
}
.contact-table-box dl div:last-child {
  border-bottom: 1px solid #e2e4ed;
}
.contact-table-box dt {
  max-width: 200px;
  width: 100%;
  padding: 22px 26px;
  background: #f6f7fa;
  line-height: 1;
}
.contact-table-box dd {
  max-width: 760px;
  width: 100%;
  padding: 10px;
}
.contact-table-box input {
  border: 1px solid #dddddd;
  height: 38px;
  font-family: YuMincho, 'Yu Mincho', serif;
}
.w-300 {
  width: 300px;
}
.w-550 {
  width: 550px;
}
.contact-table-box span {
  color: #ff5420;
  font-size: 12px;
  display: block;
  height: 100%;
}
.contact-table-box .wpcf7-form-control-wrap {
	padding-left: 0;
}
.contact-table-box .pd-0 {
  padding: 0;
}
.contact-table-box textarea {
  width: 100%;
  border: 1px solid #dddddd;
  height: 250px;
  font-family: YuMincho, 'Yu Mincho', serif;
}
.contact-table-box .wpcf7-response-output {
  color: #ff5420;
  margin: 35px 0 0 !important;
  text-align: center;
  border:none !important;
  padding: 0 !important;
}
.contact-table-box .personal-info {
  margin: 60px 0 0;
  text-align: center;
}
.contact-table-box .wpcf7-not-valid-tip {
  display: inline;
  height:auto;
}
.confirm {
  border: 1px solid #131823;
  padding: 24px 0;
  width: 240px;
  text-align: center;
  line-height: 1;
  display: block;
  margin: 40px 10px 0;
  background-color:#fff;
  height:auto !important;
}
.confirm:hover {
  /*background: -moz-linear-gradient(left, #0a0d12, #1c2334);
  background: -webkit-linear-gradient(left, #0a0d12, #1c2334);
  background: linear-gradient(to right, #0a0d12, #1c2334);*/
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: 1s;
  background-color: #131823;
}
.submit-box {
	display: flex;
	padding: 0 10px;
	justify-content: center;
}
/*@media screen and (min-width: 961px) {
	.contact-table-box .your-email .wpcf7-not-valid-tip{
    position: absolute;
    right:0;
}
}*/

.wpcf7-email + .wpcf7-not-valid-tip {
	display: block;
}
.w-300 + .wpcf7-not-valid-tip {
    padding-left: 15px;;
}
@media screen and (max-width: 1180px) {
.contact-area::before {
    font-size: 90px;
}
}
@media screen and (max-width: 960px) {
	  .contact-area .inner {
    max-width: calc(100% - 40px);
  }
	 .contact-table-box input {
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
  }

  .contact-table-box dd {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .contact-table-box dl div {
    display: block;
  }
  .contact-table-box dt {
    max-width: 100%;
  }
  .contact-table-box span {
    text-align: left;
    display: block;
    padding-left: 0;
  }
  .contact-table-box textarea {
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
	.contact-area p.center{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
  .contact-content .sub-title-area h3 {
    top: 176px;
    float: none;
    margin-left: 0;
  }
  .contact-content .sub-title-area h3::before {
    width: 249px;
    left: 0;
    top: -10px;
  }
  .contact-content .breadcrumb {
    top: calc(50% + 97px);
  }
  .contact-area::before {
    font-size: 37px;
	  top: -3px;
  }
  #page-wrapper .page-sec-title {
    font-size: 32px;
  }
  .contact-area {
    padding: 100px 0;
  }
 .contact-table-box .personal-info {
    text-align: left;
  }
 /* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	.contact-table-box input.confirm{
		display: block;
    text-align: center;
    width: 240px;
    letter-spacing: 0.2em;
    line-height: 60px;
    border: 1px solid #222;
    margin: 30px auto 0;
	}
	.contact-table-box input.confirm:hover{
	    background-color: #222;
    color: #e2e4ed;
    transition: 0.3s;
    opacity: 1;	
	}
	.contact-area .submit-box {
		display: block;align-content
	}
	}
/*================================
  ニュース詳細ページ
=================================*/
.news-details-content .news-details-area {
  padding: 84px 0 0 0;
}
.news-details-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/news-details-title-bg.jpg");
}
dl.news-details-title {
  overflow: hidden;
  margin-bottom: 60px;
  color: #222;
}
dl.news-details-title dt {
  float: left;
  width: 121px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  line-height: 119px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-right: 35px;
}
br{
　display: block !important;
}
dl.news-details-title dd {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding-top: 14px;
}
.news-details-area .news-text-body {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 85px;
}
.news-details-area .news-img {
  width: 600px;
  margin: 0 auto 92px auto;
}
.news-details-area .news-img img {
  object-fit: cover;
  width: 100%;
  height: 100%
}
p.pdf-open {
  text-align: center;
  width: 240px;
  margin: 0 auto 88px auto;
  line-height: 60px;
}
p.pdf-open a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  background-image: url("https://nippon-consulting.com/images/notes_hoso.svg");
  background-repeat: no-repeat;
  background-position: left 50px center;
  background-size: 16px;
  color: #131823;
  border: 1px solid #131823;
  padding-left: 10px;
}
p.pdf-open a:hover {
  background-color: #131823;
  background-image: url("https://nippon-consulting.com/images/notes_hoso_wh.svg");
  color: white;
  transition: 0.3s;
}
.news-details-area .border-btm {
  border-bottom: 1px solid #e0e0e0;
}
.corporate-overview-area {
  padding: 85px 0 100px 0;
}
#page-wrapper .corporate-overview-area .overview-box h3.page-sec-title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #222222;
  margin-bottom: 90px;
}
.news-details-content .corporate-overview-area div.company-table {
  margin-bottom: 95px;
}
.corporate-overview-area .overview-box {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 90px;
  padding-bottom: 90px;
}
.corporate-overview-area p.look-back {
  width: 240px;
  margin: 0 auto;
}
.corporate-overview-area p.look-back a {
  display: block;
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #131823;
  border: 1px solid #131823;
}
.corporate-overview-area p.look-back a:hover {
  background-color: #131823;
  color: white;
  transition: 0.3s;
}
/* 画像の回り込み */
.alignnone {
padding: 4px;
margin: 0px 15px 0 15px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
padding: 4px;
}
.alignright {
float: right;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.alignleft {
float: left;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.clear {
clear: both;
}

@media screen and (max-width: 1220px) {}
@media screen and (max-width: 768px) {
  .news-details-content .sub-title-area h3 {
    top: 176px;
    float: none;
    margin-left: 0;
  }
  .news-details-content .sub-title-area h3::before {
    width: 150px;
    left: 0;
    top: -10px;
  }
  dl.news-details-title {
    margin-bottom: 40px;
  }
  dl.news-details-title dt {
    display: block;
  }
  dl.news-details-title dt {
    float: none;
    line-height: 2.5;
  }
  dl.news-details-title dd {
    font-size: 28px;
  }
  .news-details-area p.news-img {
    width: 100%;
    margin-bottom: 60px;
  }
  .news-details-area p.news-text-body {
    margin-bottom: 60px;
  }
  #page-wrapper .corporate-overview-area .overview-box h3.page-sec-title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 60px;
  }
  .corporate-overview-area .overview-box {
    border-bottom: none;
    margin-bottom: 60px;
  }
  .news-details-content .corporate-overview-area div.company-table {
    margin-bottom: 60px;
  }
}
/*================================
  プライバシーニュース詳細ページ
=================================*/
.privacy-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/privacy-title-bg.jpg");
}
.privacy-area {
  background-color: #e2e4ed;
  padding: 145px 0 180px 0;
  position: relative;
}
.privacy-area::before {
  content: 'PRIVACY';
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  color: #c9cedf;
  position: absolute;
  top: 60px;
  left: -15px;
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.privacy-area h3, .handling-area h3, .reception-area h3 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #222222;
  margin-bottom: 65px;
}
.privacy-area p.lead {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 55px;
  padding-left: 40px;
}
.privacy-area ul li, .handling-area ul li, .reception-area ul li {
  padding: 52px 0;
  line-height: 2.14;
}
.privacy-area ul li, .reception-area ul li {
  padding: 52px 0;
  border-bottom: 1px solid #c7c8d0;
}
.privacy-area ul li:first-child, .reception-area ul li:first-child {
  border-top: 1px solid #c7c8d0;
}
.handling-area ul li {
  border-bottom: 1px solid #e0e0e0;
}
.handling-area ul li:first-child {
  border-top: 1px solid #e0e0e0;
}
.privacy-area ul li h4, .handling-area ul li h4, .reception-area ul li h4 {
  padding-left: 40px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1;
  color: #222222;
}
.privacy-area ul li p, .handling-area ul li p, .reception-area ul li p {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.05em;
  color: #222222;
  padding-left: 70px;
}
.handling-area {
  background-color: white;
  padding: 145px 0 95px 0;
  position: relative;
}
.handling-area::before {
  content: 'HANDLING';
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  color: #c9cedf;
  position: absolute;
  top: 60px;
  left: -15px;
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.handling-area ul.outer_ul li ul.bd_li {
  margin: 10px 0 0 0;
  padding-left: 70px;
}
.handling-area ul.outer_ul li ul.bd_li li {
  border: none;
  padding: 0;
  padding-left: 52px;
  /*text-indent: -14px;*/
  position: relative;
  margin-bottom: 10px;
}
.handling-area ul.outer_ul li ul.bd_li li::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #c9cedf;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.handling-area ul.outer_ul li ul.bd_li li:last-child {
  margin-bottom: 0;
}
.handling-area ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.reception-area {
  background-color: #e2e4ed;
  padding: 145px 0 95px 0;
  position: relative;
}
.reception-area::before {
  content: 'RECEPTION';
  font-size: 120px;
  font-family: 'Times New Roman', Times, 'serif';
  color: #c9cedf;
  position: absolute;
  top: 60px;
  left: -15px;
  white-space: nowrap;
  letter-spacing: 0.2em;
  z-index: 1;
}
.reception-area ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.reception-area ul li ul.inner_ul {
  margin: 0;
  padding: 0;
  padding-left: 40px;
}
.reception-area ul li ul.inner_ul li {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  padding-left: 30px;
}
.reception-area ul li ul.inner_ul li dl{
	padding-left: 2.25em;
	margin-bottom: 10px;
}
.reception-area ul li ul.indt {
  margin: 0;
  padding: 0;
  padding-left: 70px;
}
.reception-area ul li ul.indt li {
  margin: 0;
  padding: 0;
  border: none;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1220px) {
  .sub-title-area h3 {
    margin-left: 357px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-content .sub-title-area h3 {
    margin-left: 0;
    float: none;
    top: 176px;
  }
  .privacy-content .sub-title-area h3::before {
    width: 233px;
    left: 0;
    top: -10px;
  }
  .privacy-content .sub-title-area .breadcrumb {
    top: calc(50% + 94px);
  }
  .privacy-area, .handling-area, .reception-area {
    padding: 80px 0;
  }
  .privacy-area::before, .handling-area::before, .reception-area::before {
    font-size: 50px;
    ;
    top: 28px;
    left: -5px;
  }
  .privacy-area h3, .handling-area h3, .reception-area h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .privacy-area p.lead {
    padding-left: 0;
  }
  .privacy-area ul li, .reception-area ul li {
    padding: 35px 0;
  }
  .privacy-area ul li h4, .handling-area ul li h4, .reception-area ul li h4 {
    padding-left: 0;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .privacy-area ul li p, .handling-area ul li p, .reception-area ul li p {
    padding-left: 0;
    line-height: 2;
  }
  .handling-area ul.outer_ul li ul.bd_li {
    padding-left: 1.5em;
  }
  .handling-area ul.outer_ul li ul.bd_li li {
    padding-left: 0;
    line-height: 2;
  }
  .handling-area ul.outer_ul li ul.bd_li li::before {
    width: 15px;
    left: -1.5em;
    top: 14px;
  }
  .reception-area ul li ul.inner_ul {
    padding-left: 0;
  }
  .reception-area ul li ul.inner_ul li {
    padding-left: 0;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
  .spnon {
    display: none;
  }
  .spindt {
    padding-left: 1em;
    text-indent: -1.25em;
    display: inline-block;
  }
  .reception-area ul li ul.indt {
    padding-left: 0;
  }
  .reception-area ul li ul.indt li {
    padding-left: 1.25em;
    text-indent: -1.25em;
    line-height: 2;
    margin-bottom: 5px;
  }
.reception-area ul li ul.inner_ul li dl{
	text-indent:0;
	padding-left: 0;
}
	.reception-area ul li ul.inner_ul li dl dd {
    text-indent: -1.25em;
    padding-left: 1.25em;
    line-height: 2;
}
}

/*================================
  利用規約ページ
=================================*/
.terms-content .sub-title-area {
  background-image: url("https://nippon-consulting.com/images/terms-title-bg.jpg");
}
.terms-content .breadcrumb {
  /*top: calc(50% + 155px);*/
}
.terms-area {
  padding: 84px 0 100px;
  background-color: #e2e4ed;
}
.terms-head {
  margin-bottom: 60px;
}
.terms-head .date {
  margin-bottom: 40px;
}
.terms-head h3 {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 1.4;
}
.terms-head .text {
  padding: 0 40px;
}
.terms-area dl {
  padding: 55px 0 55px 36px;
  border-top: 1px solid #c7c8d0;
}
.terms-area dl:last-child {
  padding: 55px 0 0 36px;
}
.terms-area dt {
  font-size: 20px;
  padding-bottom: 40px;
}
.terms-area dd {
  font-size: 14px;
  padding-left: 30px;
}
.l-height-35 {
  line-height: 3.5;
}
  .terms-area dd {
    padding-left: 0;
  }
	.terms-area dl dd ul.indt{
		padding-left: 2em;
	}
	.terms-area dl dd ul.indt li{
    text-indent: -1.65em;
    margin-bottom: 1em;
	}
@media screen and (max-width: 1220px) {
	.terms-content .sub-title-area h3 {
    margin-left: 120px;
}
}
@media screen and (max-width: 768px) {
  .terms-content .sub-title-area h2 {
    top: 50%;
  }
  .terms-content .sub-title-area h3 {
    top: 177px;
    float: none;
    margin-left: 0;
  }
  .terms-content .sub-title-area h3::before {
    width: 178px;
    left: 0;
    top: -10px;
  }
  .terms-content .breadcrumb {
    top: inherit;
    bottom: 2px;
  }
  .terms-head .date {
    margin-bottom: 10px;
  }
  .terms-content .terms-head h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .terms-head .text {
    padding: 0;
  }
  .terms-area dl {
    padding: 40px 0;
  }
  .terms-area dt {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .terms-area .line {
    padding-left: 40px;
  }
  .terms-area .line::before {
    left: 0;
    width: 30px;
    top: 15px;
  }
  .terms-area dl:last-child {
    padding: 40px 0 0 0;
  }
  .l-height-35 {
    line-height: 2;
  }
  .terms-area {
    padding: 60px 0 80px;
  }
}