/* LESS Document */
.lNav {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .lNav {
    width: 100%;
  }
}
.lNav.tabNav {
  margin-bottom: 10px;
}
.lNav.detailpage {
  margin: 30px auto 0;
}
.lNav .columnBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  background-position: center;
  background-size: cover, 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .lNav .columnBox a {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.lNav .columnBox a.service_01 {
  background-image: url("/service/img/nav_01.jpg"), url("/service/img/nav_01_on.jpg");
}
.lNav .columnBox a.service_01:hover {
  background-image: url("/service/img/nav_01_on.jpg");
}
.lNav .columnBox a.service_02 {
  background-image: url("/service/img/nav_02.jpg"), url("/service/img/nav_02_on.jpg");
}
.lNav .columnBox a.service_02:hover {
  background-image: url("/service/img/nav_02_on.jpg");
}
.lNav .columnBox a.service_03 {
  background-image: url("/service/img/nav_03.jpg"), url("/service/img/nav_03_on.jpg");
}
.lNav .columnBox a.service_03:hover {
  background-image: url("/service/img/nav_03_on.jpg");
}
.lNav .columnBox a.service_04 {
  background-image: url("/service/img/nav_04.jpg"), url("/service/img/nav_04_on.jpg");
}
.lNav .columnBox a.service_04:hover {
  background-image: url("/service/img/nav_04_on.jpg");
}
.lNav .columnBox a.company_01 {
  background-image: url("/company/img/nav_01.jpg"), url("/company/img/nav_01_on.jpg");
}
.lNav .columnBox a.company_01:hover {
  background-image: url("/company/img/nav_01_on.jpg");
}
.lNav .columnBox a.company_02 {
  background-image: url("/company/img/nav_02.jpg"), url("/company/img/nav_02_on.jpg");
}
.lNav .columnBox a.company_02:hover {
  background-image: url("/company/img/nav_02_on.jpg");
}
.lNav .columnBox a.company_03 {
  background-image: url("/company/img/nav_03.jpg"), url("/company/img/nav_03_on.jpg");
}
.lNav .columnBox a.company_03:hover {
  background-image: url("/company/img/nav_03_on.jpg");
}
.lNav .columnBox a.company_04 {
  background-image: url("/company/img/nav_04.jpg"), url("/company/img/nav_04_on.jpg");
}
.lNav .columnBox a.company_04:hover {
  background-image: url("/company/img/nav_04_on.jpg");
}
.lNav .columnBox a.recruit_01,
.lNav .columnBox a.privacy_01 {
  background-color: #B2BABA;
}
.lNav .columnBox a.recruit_01:hover,
.lNav .columnBox a.privacy_01:hover {
  background-color: #0069AA;
}
.lNav .columnBox a.close {
  pointer-events: none;
}
.lNav .columnBox a.close::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lNav .columnBox a.close span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 1.4rem;
  color: #FFFF00;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lNav .columnBox a.close span {
    font-size: 1.2rem;
    bottom: 3px;
  }
}
.lNav .columnBox a i {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lNav .columnBox.column3 {
    padding: 0;
  }
}
.lNav .columnBox.column3 a {
  width: 33%;
  height: 75px;
  line-height: 1.4;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .lNav .columnBox.column3 a {
    width: 33%;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .lNav .columnBox.column4 {
    padding: 0;
  }
}
.lNav .columnBox.column4 a {
  width: 246px;
  height: 75px;
  line-height: 1.4;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .lNav .columnBox.column4 a {
    width: 49.7%;
    margin-bottom: 2px;
  }
}
.kv {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 450px;
  margin: 30px auto 4px;
  background: url("/common/img/bg_lower.jpg") no-repeat;
}
@media screen and (max-width: 767px) {
  .kv {
    width: 100%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 2px;
    height: 180px;
  }
}
.kv.company {
  background-image: url("/company/img/bg_company.jpg");
}
@media screen and (max-width: 767px) {
  .kv.company {
    background-position: center;
    background-size: cover;
    height: 180px;
  }
}
.kv h1 {
  display: inline-block;
  position: relative;
  padding: 20px 50px 20px 15px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
}
.kv h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0069AA;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .kv h1 {
    padding: 10px 20px 10px 10px;
    font-size: 3rem;
  }
}
.kv h1 span {
  position: relative;
}
.kv.imageOnly {
  background: none;
  height: auto;
}
.kv.imageOnly h1 {
  padding: 0;
}
.kv.imageOnly h1::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .kv + .inner {
    padding-top: 30px;
  }
}
main .inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main .inner {
    background: #FFF;
  }
}
section,
.section {
  margin-top: -111px;
  padding: 111px 0 0px;
}
@media screen and (max-width: 767px) {
  section,
  .section {
    padding: 0;
    margin-top: 0;
  }
}
section > h1,
.section > h1 {
  margin: 50px 0 30px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: #0069AA 5px solid;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section > h1,
  .section > h1 {
    margin-bottom: 20px;
  }
}
section h2,
.section h2 {
  margin: 50px 0 30px;
  padding-top: 0;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: #0069AA 5px solid;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section h2,
  .section h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
section h2 i,
.section h2 i {
  color: #0069AA;
}
section h3,
.section h3 {
  margin: 0 0 10px;
  color: #0069aa;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section h3,
  .section h3 {
    font-size: 2rem;
  }
}
section h4,
.section h4 {
  margin: 30px 0 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  section h4,
  .section h4 {
    font-size: 1.5rem;
  }
}
section img,
.section img {
  max-width: 100% !important;
  height: auto !important;
}
.serviceArea section {
  margin-bottom: 50px;
}
.serviceArea section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.serviceArea .read {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  width: 100%;
  height: 180px;
  background-size: cover;
}
.serviceArea .read.car {
  background-image: url("/service/img/img_service_kv_01.jpg");
}
.serviceArea .read.architect {
  background-image: url("/service/img/img_service_kv_02.jpg");
}
.serviceArea .read.ses {
  background-image: url("/service/img/img_service_kv_03.jpg");
}
.serviceArea .read.other {
  background-image: url("/service/img/img_service_kv_04.jpg");
  background-position: center;
}
@media screen and (max-width: 767px) {
  .serviceArea .read {
    height: 90px;
    padding: 0 20px;
  }
}
.serviceArea .read h2 {
  border: none;
  padding: 0;
  margin: 0;
  color: #FFF;
  font-size: 3rem;
}
.serviceArea .columnBox > a {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .serviceArea .columnBox > a {
    width: 100%;
  }
}
.serviceArea .columnBox .box {
  width: 47%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .serviceArea .columnBox .box {
    width: 100%;
  }
}
.serviceArea .columnBox dt {
  margin: 0 0 10px;
  color: #0069AA;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
.serviceArea .box_02 {
  font-size: 1.6rem;
}
.serviceArea .box_02 h3 {
  line-height: 1.2;
  font-weight: bold;
}
.serviceArea .box_02 h4 {
  margin-top: 0;
  line-height: 1.2;
}
.serviceArea .attitude {
  margin-bottom: 40px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .serviceArea .attitude {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
}
.serviceArea .attitude_01 {
  background-image: url("/service/img/attitude1.png");
  background-position: top 50px right 50px;
}
@media screen and (max-width: 767px) {
  .serviceArea .attitude_01 {
    padding-bottom: 30px;
    background: none;
  }
}
.serviceArea .attitude_02 {
  padding-left: 450px;
  padding-bottom: 30px;
  background-image: url("/service/img/attitude2.png");
  background-position: 0;
}
@media screen and (max-width: 767px) {
  .serviceArea .attitude_02 {
    padding-left: 0px;
    background: none;
  }
}
.serviceArea .attitude_03 {
  margin-bottom: 50px;
  padding-right: 420px;
  background-image: url("/service/img/attitude3.png");
  background-position: top  50px right 50px;
}
@media screen and (max-width: 767px) {
  .serviceArea .attitude_03 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0px;
    background: none;
  }
}
.serviceArea .sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .serviceArea .sp_img {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    text-align: center;
  }
}
.infoArea .columnBox {
  padding: 5px 0 0 130px;
}
@media screen and (max-width: 767px) {
  .infoArea .columnBox {
    padding: 0;
    display: block;
  }
  .infoArea .columnBox > div {
    display: table;
    margin: 0 auto 20px;
  }
}
.infoArea .columnBox p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .infoArea .columnBox p:first-child {
    text-align: center;
  }
}
.infoArea .columnBox p strong {
  display: inline-block;
  padding: 0 38px;
  border: #000 2px solid;
  text-align: center;
  font-size: 1.8rem;
}
.kouritsuArea {
  padding-bottom: 0;
}
.kouritsuArea h4 {
  margin: 0;
  line-height: 1;
  font-size: 4.8rem;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 3px;
  font-weight: 500;
  color: #0069AA;
}
.kouritsuArea h4 span {
  display: inline-block;
  height: 24px;
  padding: 12px 10px 0;
  vertical-align: 12px;
  background: #0069AA;
  font-size: 1.6rem;
  position: relative;
  color: #FFF;
}
.kouritsuArea h4 span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 0 7px;
  border-color: transparent transparent transparent #0069AA;
  position: absolute;
  top: 0;
  right: -7px;
}
.kouritsuArea h4 + p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #0069AA;
}
.kouritsuArea .columnBox > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .kouritsuArea .columnBox > div {
    width: 100%;
  }
}
.infoHaishinArea .columnBox > div:nth-child(odd) {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .infoHaishinArea .columnBox > div:nth-child(odd) {
    width: 100%;
  }
}
.infoHaishinArea .columnBox > div:nth-child(even) {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .infoHaishinArea .columnBox > div:nth-child(even) {
    width: 100%;
  }
}
.dataArea dl dt {
  width: 100px;
  float: left;
  padding: 15px 0 15px 15px;
  clear: both;
}
.dataArea dl dt:nth-of-type(1) {
  padding-top: 0;
}
.dataArea dl dd {
  margin-left: 100px;
  min-height: 60px;
  padding: 15px;
}
.dataArea dl dd:nth-of-type(1) {
  min-height: 45px;
  padding-top: 0;
}
.dataArea dl.dlBorder {
  border-bottom: #666 1px dotted;
}
.dataArea dl.dlBorder dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
.dataArea dl.dlBorder dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  .dataArea dl.dlBorder dd:nth-of-type(n+2) {
    border-top: none;
  }
}
.dataArea dl dt {
  padding: 3px 0;
  margin-bottom: 0;
}
.dataArea dl dd {
  padding: 3px 0;
  margin-bottom: 0;
}
.companyArea dl dt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .companyArea iframe {
    width: 100%;
  }
}
.aisatsuArea .col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .aisatsuArea .col {
    display: block;
  }
}
.aisatsuArea .col .text {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .aisatsuArea .col .text {
    width: 100%;
    margin: 0 0 20px;
  }
}
.aisatsuArea .col .img {
  width: 30%;
  padding: 0 0 0 40px;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .aisatsuArea .col .img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.aisatsuArea .col .img img {
  box-shadow: 3px 3px 0px #DDD;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .aisatsuArea .col .img img {
    max-width: 180px!important;
  }
}
.aisatsuArea .col .img .name {
  font-weight: 700;
  font-size: 2.4rem;
}
.aisatsuArea .col p.read {
  font-weight: 600;
  font-size: 2.4rem;
}
.rinenArea .wrap {
  width: 800px;
  margin: 50px auto 0;
  padding: 50px 40px;
  border: #0069AA 3px solid;
  border-radius: 8px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .rinenArea .wrap {
    width: 95%;
    padding: 10px;
  }
}
.rinenArea .wrap article:not(:last-child) {
  margin: 0 0 50px;
}
.rinenArea h3 {
  text-align: center;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .rinenArea h3 {
    font-size: 2.6rem;
  }
}
.rinenArea p {
  text-align: center;
  font-size: 1.8rem;
}
.accessArea .box {
  padding: 20px;
}
.recruitArea .kv {
  background: url("/recruit/img/kv_recruit.jpg") #FFF no-repeat center bottom;
  background-size: contain;
  display: block;
  height: auto;
  padding: 20px 120px 250px;
}
@media screen and (max-width: 767px) {
  .recruitArea .kv {
    padding: 20px 0 30%;
  }
}
.recruitArea .kv h1 {
  display: block;
  padding: 30px 0;
  background: none;
  color: #000;
  line-height: 1.5;
  text-shadow: none;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .recruitArea .kv h1 {
    font-size: 3rem;
  }
}
.recruitArea .kv h1::before {
  display: none;
}
.recruitArea .kv p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruitArea .kv p {
    line-height: 1.5;
  }
}
.recruitArea dl dt {
  color: #0069AA;
}
.recruitArea dl dt.pd {
  padding-top: 15px;
}
.recruitArea dl dd.pd {
  padding-top: 15px;
}
.recruitArea .listDisc_03 li {
  margin: 0 40px 0 0;
}
.recruitArea .tabNav a {
  margin-bottom: 10px;
}
.recruitArea .tabNav a.active {
  background: #0069AA;
}
.recruitArea .tabContents {
  margin: 0 0 30px;
  padding: 20px 30px;
  border: #0069AA 3px solid;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .recruitArea .tabContents {
    padding: 20px 10px;
  }
}
.recruitArea .tabContents section {
  padding-bottom: 0;
}
.recruitArea .tabContents section dl {
  margin-bottom: 30px;
}
.recruitArea .tabContents section dl dt {
  color: #0069AA;
}
.voiceArea {
  margin-bottom: 30px;
}
.voiceArea h3 {
  margin: 0 0 30px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voiceArea h3 {
    font-size: 1.9rem;
  }
}
.voiceArea .col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .voiceArea .col {
    display: block;
    margin-bottom: 65px;
  }
}
.voiceArea .col .img {
  margin: 0 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voiceArea .col .img {
    width: 100%;
    margin: 0 auto 30px!important;
  }
}
.voiceArea .col .img.right {
  order: 1;
  margin: 0 0 0 30px;
}
.voiceArea .col .text {
  flex: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .voiceArea .col .text {
    margin-bottom: 20px;
  }
}
.voiceArea .col .text .prof {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 0 12px;
  vertical-align: middle;
  line-height: 1;
  background: #094;
  border-radius: 150px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.voiceArea .col .text .prof.female {
  background: #F49200;
}
.voiceArea .col .text h4 {
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .voiceArea .col .text h4 {
    font-size: 1.8rem;
  }
}
.voiceArea .col .text dl {
  counter-reset: number;
  line-height: 1.6;
}
.voiceArea .col .text dl dt {
  counter-increment: number;
  padding: 0 0 0 32px;
  color: #00479D;
  font-size: 1.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voiceArea .col .text dl dt {
    font-size: 1.6rem;
  }
}
.voiceArea .col .text dl dt::before {
  content: 'Q' counter(number) '.';
  font-size: 1.7rem;
  color: #00479D;
  position: absolute;
  left: 0;
  top: 0;
}
.voiceArea .col .text dl dd {
  padding: 0 0 0 32px;
  margin: 0 0 15px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voiceArea .col .text dl dd {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.voiceArea .col .text dl dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
.voiceArea hr {
  margin: 50px 0;
  border-top: #b49bc7 12px solid;
}
.privacyArea .pMack {
  float: left;
}
@media screen and (max-width: 767px) {
  .privacyArea .pMack {
    width: 80px;
  }
}
.privacyArea .name {
  font-weight: 700;
  font-size: 2.4rem;
}
.topicsArea {
  position: relative;
}
.topicsArea .btn {
  position: absolute;
  top: 105px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .topicsArea .btn {
    position: static;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .topicsArea .btn i {
    position: static;
    margin-left: 20px;
    vertical-align: middle;
  }
}
.topicsArea .topicsList a {
  display: block;
  margin: 0 0 35px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.topicsArea .topicsList a::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList a {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .topicsArea .topicsList a:not(:last-child) {
    border-bottom: #0069AA 1px solid;
  }
}
.topicsArea .topicsList a:hover {
  background: rgba(0, 105, 170, 0.1);
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList a:hover {
    background: none;
  }
}
.topicsArea .topicsList a img {
  float: left;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList a img {
    width: 30%;
  }
}
.topicsArea .topicsList a dl {
  padding: 0 30px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList a dl {
    padding-right: 20px;
  }
}
.topicsArea .topicsList a dl dt {
  line-height: 1;
  margin: 10px 0 10px;
  color: #0069AA;
  font-size: 1.6rem;
}
.topicsArea .topicsList a i {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  color: #0069AA;
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList a i {
    right: 0;
  }
}
.topicsArea .returnBtn {
  text-align: center;
}
.infoArea dl {
  flex: 1;
  width: 100%;
}
.infoArea dl dt {
  float: left;
  width: 130px;
  color: #0069AA;
  font-size: 1.6rem;
  clear: both;
}
@media screen and (max-width: 767px) {
  .infoArea dl dt {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
  }
}
.infoArea dl dd {
  overflow: hidden;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .infoArea dl dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #CCC 1px solid;
  }
}
.infoArea .returnBtn {
  text-align: center;
}
.pagination {
  list-style: none;
  display: table;
  table-layout: fixed;
  margin: 20px auto;
  padding: 0;
  border: #0069AA 2px solid;
  border-radius: 30px;
}
.pagination li {
  display: table-cell;
  line-height: 1;
}
.pagination li:nth-of-type(1):not(.prev) {
  padding-left: 42px;
}
.pagination li:nth-last-of-type(1):not(.next) {
  padding-right: 42px;
}
.pagination li.active a {
  background: #0069AA;
  color: #FFF;
}
.pagination li a {
  display: block;
  padding: 9px 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0069AA;
}
