@charset "UTF-8";
/*
画面サイズは1400、1100になるがpaddingで左右に25pxをつけるので50px分大きくしている
 */
.locationArea ul.locationList:before {
  content: none;
}

.companyInfoArea {
  width: 100%;
  max-width: 1150px;
  padding-inline: 25px;
  margin-inline: auto;
  margin-block-start: 80px;
}

@media (max-width: 860px) {
  .companyInfoArea {
    padding-inline: 15px !important;
  }
}
.companyInfoArea:last-child {
  padding-block-end: 220px;
}

.companyInfoArea .tableSetArea dd span a {
  display: inline-block;
  color: #023E8B;
  margin-left: 2em;
  transition: all 0.2s linear;
  text-decoration: none;
}

.companyInfoArea .tableSetArea dd span a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #023E8B;
  border-right: 2px solid #023E8B;
  margin-left: 0.5em;
  display: inline-block;
  transform: rotate(45deg);
}

.tenantContactArea {
  width: 100%;
  max-width: 1150px;
  padding-inline: 25px;
  margin-inline: auto;
  margin-block-start: 62px;
}

.tenant_text {
  font-size: 1.0625rem;
  line-height: 2rem;
}

.tenantContact_text {
  font-weight: 500;
  margin-block-start: 18px;
  font-size: 1.625rem;
  line-height: 1;
  color: #023E8B;
}

@media (max-width: 860px) {
  .tenantContact_text {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.tenantArea {
  width: 100%;
  max-width: 1150px;
  padding-inline: 25px;
  margin-inline: auto;
  padding-block-end: 10px;
  margin-block-start: 80px;
}

.mapBox {
  margin: 70px auto 0;
  width: 80%;
}

@media (max-width: 860px) {
  .mapBox {
    margin: 50px auto 0;
    width: 100%;
  }
}
.contactBoxArea.__tenant {
  padding-block-end: 180px !important;
  margin-block-start: 90px !important;
}

.privacypolicyArea {
  width: 100%;
  max-width: 1150px;
  padding-inline: 25px;
  margin-inline: auto;
  padding-block-end: 0;
  margin-block-start: 62px;
}

.pPolicy_text {
  margin-block-start: 32px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}

.pPolicyBaseTypeA {
  margin-block-start: 40px;
}

.pPolicyBaseTypeA > dt {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875rem;
}

@media (max-width: 860px) {
  .pPolicyBaseTypeA > dt {
    line-height: 1.625rem;
    letter-spacing: -0.04em;
  }
}
.pPolicyBaseTypeA > dd {
  padding-block-start: 8px;
  padding-inline-start: 50px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}

@media (max-width: 860px) {
  .pPolicyBaseTypeA > dd {
    padding-block-start: 3px;
    padding-inline-start: 0;
    margin-block-end: 12px;
    font-size: 0.8125rem;
    line-height: 1.625rem;
  }
}
ul.pPolicy_list > li {
  padding-inline-start: 1em;
  text-indent: -1em;
}

ul.pPolicy_list > li:before {
  content: "・";
}

ul.pPolicy_list.__nonMark > li {
  padding-inline-start: 1.5em;
  text-indent: -1.5em;
}

ul.pPolicy_list.__nonMark > li:before {
  content: none;
}

.pPolicyBaseTypeB {
  padding-block-start: 8px;
  margin-inline-start: -30px;
}

@media (max-width: 860px) {
  .pPolicyBaseTypeB {
    padding-inline-start: 8px;
    margin-inline-start: 0;
  }
}
.pPolicyBaseTypeB > dt {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875rem;
}

@media (max-width: 860px) {
  .pPolicyBaseTypeB > dt {
    line-height: 1.625rem;
    letter-spacing: -0.04em;
  }
}
.pPolicyBaseTypeB > dd {
  padding-block-start: 4px;
  padding-inline-start: 30px;
  margin-block-end: 6px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}

@media (max-width: 860px) {
  .pPolicyBaseTypeB > dd {
    padding-inline-start: 0;
    margin-block-end: 12px;
    font-size: 0.8125rem;
    line-height: 1.625rem;
  }
}
.pPolicy_textRight {
  margin-block-start: 20px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  text-align: right;
}

.pPolicy_history {
  width: 100%;
  margin-block-start: 20px;
  text-align: right;
}

.pPolicy_history li {
  font-size: 0.9375rem;
  line-height: 1.875rem;
}

.pPolicy_contact {
  margin-block-start: 20px;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}

.contactBoxArea.__pPolicy {
  padding-block-end: 130px !important;
  margin-block-start: 190px !important;
}

.tenantFooter {
  margin-block-start: 260px;
}

/*////////////////////////////////// 大規模修繕 //////////////////////////////////////////////*/
.major-repair {
  margin-top: 100px;
}

@media (max-width: 860px) {
  .major-repair {
    margin-top: 60px;
  }
}
.major-repair .in_wrap_major-repair {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.major-repair .in_wrap_major-repair .major-repairArea {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair .major-repairArea {
    display: block;
  }
}
.major-repair .in_wrap_major-repair .major-repairArea p {
  width: 52.5%;
  line-height: 2;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair .major-repairArea p {
    width: 100%;
    margin-top: 20px;
  }
}
.major-repair .in_wrap_major-repair .major-repairArea figure {
  width: 44.2%;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair .major-repairArea figure {
    width: 100%;
  }
}
.major-repair .in_wrap_major-repair h2 {
  font-size: 32px;
  color: #023E8B;
  font-weight: 700;
  margin-top: 150px;
  text-align: center;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair h2 {
    margin-top: 60px;
    font-size: 22px;
  }
}
.major-repair .in_wrap_major-repair .flowTxt {
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair .flowTxt {
    font-size: 15px;
    text-align: left;
  }
}
.major-repair .in_wrap_major-repair dl {
  margin: 34px auto 0;
  display: flex;
  justify-content: space-between;
  width: 51.5%;
  text-align: center;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair dl {
    width: 100%;
  }
}
.major-repair .in_wrap_major-repair dl dt {
  width: 26.5%;
  background-color: #2DA35C;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair dl dt {
    font-size: 16px;
  }
}
.major-repair .in_wrap_major-repair dl dt span {
  position: absolute;
  top: -35px;
  left: calc(50% - 15px);
}

.major-repair .in_wrap_major-repair dl dt a {
  color: #FFF;
}

.major-repair .in_wrap_major-repair dl dd {
  width: 70%;
}

.major-repair .in_wrap_major-repair dl dd ul li {
  margin-top: 6px;
}

.major-repair .in_wrap_major-repair dl dd ul li p {
  background-color: #DDF4E0;
  padding: 10px 0 12px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1;
}

@media (max-width: 860px) {
  .major-repair .in_wrap_major-repair dl dd ul li p {
    font-size: 15px;
  }
}
.major-repair .in_wrap_major-repair dl dd ul li p a {
  color: #2DA35C;
}

.major-repair .in_wrap_major-repair dl dd ul li::after {
  content: url(../images/major-repair/green-arrow.svg);
  display: block;
  margin-top: -4px;
}

.major-repair .in_wrap_major-repair dl dd ul li:first-of-type {
  margin-top: 0;
}

.major-repair .in_wrap_major-repair dl dd ul li:last-of-type::after {
  display: none;
}

.major-repair .in_wrap_major-repair dl:first-of-type {
  margin-top: 40px;
}

.major-repair .in_wrap_major-repair dl:nth-of-type(2) dt {
  background-color: #028490;
}

.major-repair .in_wrap_major-repair dl:nth-of-type(2) dd li p {
  background-color: #DEF5F7;
}

.major-repair .in_wrap_major-repair dl:nth-of-type(2) dd li p a {
  color: #028490;
}

.major-repair .in_wrap_major-repair dl:nth-of-type(2) dd li::after {
  content: url(../images/major-repair/blue-arrow.svg);
}

.major-repair .in_wrap_major-repair dl:nth-of-type(3) dt {
  background-color: #805691;
}

.major-repair .in_wrap_major-repair dl:nth-of-type(3) dd li p {
  background-color: #F1E4F8;
}

.major-repair .in_wrap_major-repair dl:nth-of-type(3) dd li p a {
  color: #805691;
}

.major-repair .in_wrap_major-repair dl:nth-of-type(3) dd li::after {
  content: url(../images/major-repair/purple-arrow.svg);
}

.flow-detail {
  padding-top: 30px;
  padding-bottom: 150px;
}

@media (max-width: 860px) {
  .flow-detail {
    padding-bottom: 60px;
  }
}
.flow-detail .detailArea {
  max-width: 950px;
  box-sizing: border-box;
  padding: 25px 50px 50px;
  background-color: #DDF4E0;
  margin: 70px auto 0;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 860px) {
  .flow-detail .detailArea {
    padding: 20px 25px 30px;
  }
}
.flow-detail .detailArea h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #2DA35C;
}

@media (max-width: 860px) {
  .flow-detail .detailArea h3 {
    font-size: 18px;
  }
}
.flow-detail .detailArea .whiteBox {
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 60px;
  margin-top: 20px;
}

@media (max-width: 860px) {
  .flow-detail .detailArea .whiteBox {
    padding: 30px 25px;
  }
}
.flow-detail .detailArea .whiteBox dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 114px;
  position: relative;
}

@media (max-width: 860px) {
  .flow-detail .detailArea .whiteBox dl {
    display: block;
  }
}
.flow-detail .detailArea .whiteBox dl dt {
  width: 34.2%;
}

@media (max-width: 860px) {
  .flow-detail .detailArea .whiteBox dl dt {
    width: 100%;
  }
}
.flow-detail .detailArea .whiteBox dl dd {
  width: 62.5%;
}

@media (max-width: 860px) {
  .flow-detail .detailArea .whiteBox dl dd {
    width: 100%;
    margin-top: 20px;
  }
}
.flow-detail .detailArea .whiteBox dl dd h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2DA35C;
}

@media (max-width: 860px) {
  .flow-detail .detailArea .whiteBox dl dd h4 {
    font-size: 18px;
  }
}
.flow-detail .detailArea .whiteBox dl dd p {
  margin-top: 10px;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .flow-detail .detailArea .whiteBox dl dd p {
    font-size: 15px;
  }
}
.flow-detail .detailArea .whiteBox dl:after {
  display: block;
  width: 6px;
  height: 54px;
  text-align: center;
  content: "";
  background: url(../images/major-repair/leader-dot.svg) center center/100% 100% no-repeat;
  position: absolute;
  bottom: -84px;
  left: 17%;
}

@media (max-width: 860px) {
  .flow-detail .detailArea .whiteBox dl:after {
    left: 49%;
  }
}
.flow-detail .detailArea .whiteBox dl:last-of-type {
  margin-bottom: 0;
}

.flow-detail .detailArea .whiteBox dl:last-of-type:after {
  display: none;
}

.flow-detail .detailArea:nth-of-type(2) {
  background-color: #DFF5F7;
}

.flow-detail .detailArea:nth-of-type(2) h3 {
  color: #028490;
}

.flow-detail .detailArea:nth-of-type(2) h4 {
  color: #028490 !important;
}

.flow-detail .detailArea:nth-of-type(3) {
  background-color: #F1E4F8;
}

.flow-detail .detailArea:nth-of-type(3) h3 {
  color: #805691;
}

.flow-detail .detailArea:nth-of-type(3) h4 {
  color: #805691 !important;
}

.flow-detail .detailArea:after {
  content: "";
  display: block;
  width: 75px;
  height: 30px;
  background: url(../images/major-repair/big-glay-arrow.svg) center center/100% 100% no-repeat;
  position: absolute;
  left: calc(50% - 37px);
  bottom: -52px;
}

.flow-detail .detailArea:last-of-type:after {
  display: none;
}

.safety-and-security {
  padding: 100px 0;
  background-color: #F3F8FC;
}

@media (max-width: 860px) {
  .safety-and-security {
    padding: 60px 0;
  }
}
.safety-and-security h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #023E8B;
}

@media (max-width: 860px) {
  .safety-and-security h2 {
    font-size: 22px;
    margin: 0 20px;
  }
}
.safety-and-security dl {
  margin: 40px auto 0;
  max-width: 1030px;
  box-sizing: border-box;
  padding: 40px 55px;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 860px) {
  .safety-and-security dl {
    margin: 40px 20px 0;
    display: block;
    padding: 30px 25px;
  }
}
.safety-and-security dl dt {
  box-sizing: border-box;
  padding-right: 25px;
  width: 44%;
}

@media (max-width: 860px) {
  .safety-and-security dl dt {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.safety-and-security dl dt .titleWrap {
  display: flex;
  align-items: center;
}

.safety-and-security dl dt .titleWrap figure {
  width: 78px;
  margin-right: 10px;
}

@media (max-width: 860px) {
  .safety-and-security dl dt .titleWrap figure {
    width: 58px;
  }
}
.safety-and-security dl dt .titleWrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: #023E8B;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .safety-and-security dl dt .titleWrap h3 {
    font-size: 17px;
  }
}
.safety-and-security dl dd {
  box-sizing: border-box;
  width: 56%;
  padding: 5px 0 5px 25px;
  border-left: 2px solid #013E8B;
}

@media (max-width: 860px) {
  .safety-and-security dl dd {
    width: 100%;
    border-left: none;
    border-top: 2px solid #013E8B;
    padding: 20px 0 0 0;
  }
}
.safety-and-security dl dd ul {
  margin-left: 0.5em;
}

.safety-and-security dl dd ul li {
  list-style-type: "・";
  line-height: 1.78;
}

@media (max-width: 860px) {
  .safety-and-security dl dd ul li {
    font-size: 15px;
  }
}
/*////////////////////////////////// 大規模修繕 //////////////////////////////////////////////*/
.recruitment-of-companies {
  margin-top: 100px;
}

.recruitment-of-companies .recruitment-of-companiesArea {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media (max-width: 860px) {
  .recruitment-of-companies .recruitment-of-companiesArea {
    display: block;
  }
}
.recruitment-of-companies .recruitment-of-companiesArea .txt {
  width: 52.5%;
}

@media (max-width: 860px) {
  .recruitment-of-companies .recruitment-of-companiesArea .txt {
    width: 100%;
    margin-top: 15px;
  }
}
.recruitment-of-companies .recruitment-of-companiesArea .txt h2 {
  font-size: 32px;
  font-weight: 700;
  color: #023E8B;
  text-align: left;
}

@media (max-width: 860px) {
  .recruitment-of-companies .recruitment-of-companiesArea .txt h2 {
    font-size: 22px;
  }
}
.recruitment-of-companies .recruitment-of-companiesArea .txt p {
  line-height: 2;
  margin-top: 10px;
}

@media (max-width: 860px) {
  .recruitment-of-companies .recruitment-of-companiesArea .txt p {
    font-size: 15px;
  }
}
.recruitment-of-companies .recruitment-of-companiesArea figure {
  width: 44.2%;
}

@media (max-width: 860px) {
  .recruitment-of-companies .recruitment-of-companiesArea figure {
    width: 100%;
  }
}
.in_wrap_recruitment-of-companies {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.in_wrap_recruitment-of-companies h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #023E8B;
}

@media (max-width: 860px) {
  .in_wrap_recruitment-of-companies h2 {
    font-size: 22px;
  }
}
/*/////////////////////// SECTION ////////////////////////*/
.type-of-works {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media (max-width: 860px) {
  .type-of-works {
    padding: 80px 0 60px;
  }
}
.type-of-works h3 {
  margin: 40px 50px 0;
  font-size: 30px;
  font-weight: 500;
  border-left: 5px solid #023E8B;
  padding-left: 16px;
  line-height: 1;
}

@media (max-width: 860px) {
  .type-of-works h3 {
    font-size: 20px;
    margin: 30px 0 0;
  }
}
.type-of-works .glaf {
  margin: 20px 50px 0;
  width: calc(100% - 100px);
  border-top: 1px solid #707070;
}

@media (max-width: 860px) {
  .type-of-works .glaf {
    margin: 20px auto 0;
    width: 100%;
  }
}
.type-of-works .glaf th {
  background-color: #F3F8FB;
  width: 22.2%;
  box-sizing: border-box;
  padding: 18px 30px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  font-weight: 400;
  vertical-align: top;
}

@media (max-width: 860px) {
  .type-of-works .glaf th {
    display: block;
    width: 100%;
    border-right: none;
    padding: 12px 10px;
    font-size: 15px;
  }
}
.type-of-works .glaf td {
  width: 77.8%;
  box-sizing: border-box;
  padding: 18px 30px;
  border-bottom: 1px solid #707070;
  line-height: 1.625;
}

@media (max-width: 860px) {
  .type-of-works .glaf td {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }
}
.type-of-works .glaf td ul li {
  line-height: 1.78;
}

.type-of-works .glaf td ul li span {
  margin-right: 0.25em;
  color: #023E8B;
}

@media (max-width: 860px) {
  .type-of-works .glaf td ul li {
    margin-left: 1.25em;
    text-indent: -1.25em;
  }
}
/*/////////////////////// SECTION ////////////////////////*/
.terms {
  padding: 100px 0;
  background-color: #F3F8FC;
}

@media (max-width: 860px) {
  .terms {
    padding: 60px 0;
  }
}
.terms h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #023E8B;
}

@media (max-width: 860px) {
  .terms h2 {
    font-size: 22px;
  }
}
.terms .termsArea {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
  max-width: 650px;
  margin: 45px auto 0;
}

@media (max-width: 860px) {
  .terms .termsArea {
    margin: 30px 20px 0;
    padding: 20px;
  }
}
.terms .termsArea li {
  padding: 12px 0 12px 15px;
  border-bottom: 1px dashed #7F9EC5;
}

@media (max-width: 860px) {
  .terms .termsArea li {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.68;
  }
}
.terms .termsArea li:before {
  content: url(../images/recruitment-of-companies/checkBox.svg);
  margin-right: 0.5em;
  position: relative;
  top: 3px;
}

.terms .termsArea li:first-of-type {
  border-top: 1px dashed #7F9EC5;
}

/*/////////////////////// SECTION ////////////////////////*/
.selection-process {
  padding: 100px 0;
}

@media (max-width: 860px) {
  .selection-process {
    padding: 60px 0;
  }
}
.selection-process h2 {
  font-size: 32px;
  color: #023E8B;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 860px) {
  .selection-process h2 {
    font-size: 22px;
  }
}
.selection-process p {
  text-align: center;
  color: #023E8B;
  margin-top: 10px;
}

@media (max-width: 860px) {
  .selection-process p {
    font-size: 15px;
    margin: 10px 20px 0;
    text-align: left;
  }
}
.selection-process .num_list {
  max-width: 1100px;
  padding: 0 20px;
  margin: 40px auto 0;
  display: flex;
}

@media (max-width: 860px) {
  .selection-process .num_list {
    margin: 30px auto 0;
    display: block;
  }
}
.selection-process .num_list li {
  width: 20%;
  background: url(../images/recruitment-of-companies/recruitment-of-companiesImgArrow.svg) top right/50px auto no-repeat;
  padding: 30px 30px 50px 0;
  box-sizing: border-box;
}

@media (max-width: 860px) {
  .selection-process .num_list li {
    width: 100%;
    padding: 0 30px 50px 30px;
    background: url(../images/recruitment-of-companies/recruitment-of-companiesImgArrow-deg.svg) bottom center/50% auto no-repeat;
  }
}
.selection-process .num_list li em {
  color: #B3C5DC;
  font-size: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}

.selection-process .num_list li .selectionTitle {
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
}

@media (max-width: 860px) {
  .selection-process .num_list li .selectionTitle {
    text-align: center;
    font-size: 22px;
  }
}
/*/////////////////////// SECTION ////////////////////////*/
.contactUs {
  padding: 100px 0;
  background-color: #F3F8FC;
}

@media (max-width: 860px) {
  .contactUs {
    padding: 60px 0;
  }
}
.contactUs h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #023E8B;
}

@media (max-width: 860px) {
  .contactUs h2 {
    font-size: 22px;
    margin: 0 20px;
  }
}
.contactUs .contactWrap {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1140px;
  margin: 40px auto 0;
}

@media (max-width: 860px) {
  .contactUs .contactWrap {
    display: block;
  }
}
.contactUs .contactWrap .contactArea {
  width: 48.2%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 0 0 20px;
}

@media (max-width: 860px) {
  .contactUs .contactWrap .contactArea {
    width: 100%;
  }
  .contactUs .contactWrap .contactArea:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.contactUs .contactWrap .contactArea h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 11px 0;
  color: #FFF;
  background-color: #023E8B;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.contactUs .contactWrap .contactArea p {
  padding: 0 40px;
  color: #023E8B;
}

@media (max-width: 860px) {
  .contactUs .contactWrap .contactArea p {
    padding: 0 20px;
  }
}
.contactUs .contactWrap .contactArea p.add {
  padding-top: 20px;
  line-height: 1.88;
  font-size: 18px;
}

@media (max-width: 860px) {
  .contactUs .contactWrap .contactArea p.add {
    font-size: 15px;
  }
}
.contactUs .contactWrap .contactArea p.tell-mail {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 860px) {
  .contactUs .contactWrap .contactArea p.tell-mail {
    font-size: 15px;
  }
}
.contactUs .contactWrap .contactArea p.tell-mail span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #023E8B;
  border-radius: 3px;
  margin-right: 0.5em;
}

.documents {
  padding: 100px 0;
}

@media (max-width: 860px) {
  .documents {
    padding: 60px 0;
  }
}
.documents .in_documentsWrap {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.documents .in_documentsWrap h3 {
  margin: 100px 0 0;
  font-size: 30px;
  font-weight: 500;
  border-left: 5px solid #023E8B;
  padding-left: 16px;
  line-height: 1;
}

@media (max-width: 860px) {
  .documents .in_documentsWrap h3 {
    font-size: 22px;
  }
}
.documents .in_documentsWrap h3:first-of-type {
  margin-top: 0;
}

.documents .in_documentsWrap h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 860px) {
  .documents .in_documentsWrap h4 {
    font-size: 18px;
    margin-left: 1.25em;
    text-indent: -1.25em;
  }
}
.documents .in_documentsWrap .p-btn {
  margin-top: 10px;
  display: inline-block;
}

.documents .in_documentsWrap .p-btn.second {
  margin-left: 15px;
}

.documents .in_documentsWrap .p-btn a {
  display: inline-block;
  padding: 8px 50px 8px 20px;
  border: 1px solid #023E8B;
  color: #023E8B;
  position: relative;
  transition: all 0.2s linear;
}

@media (max-width: 860px) {
  .documents .in_documentsWrap .p-btn a {
    font-size: 15px;
  }
}
.documents .in_documentsWrap .p-btn a:after {
  content: "";
  width: 15px;
  height: 18px;
  display: block;
  background: url(../images/recruitment-of-companies/dl-icon.svg) center center/100% auto no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
}

.documents .in_documentsWrap .p-btn a:hover {
  opacity: 0.6;
}

.documents .in_documentsWrap .dl-note {
  margin-top: 10px;
}

.documents .in_documentsWrap .dl-note a {
  display: inline-block;
  color: #023E8B;
}

@media (max-width: 860px) {
  .documents .in_documentsWrap .dl-note a {
    font-size: 15px;
  }
}
.documents .in_documentsWrap .dl-note a:before {
  content: url(../images/recruitment-of-companies/Example-arrow.svg);
  margin-right: 0.5em;
  position: relative;
  top: 2px;
}

.documents .in_documentsWrap .txt {
  line-height: 2;
  margin-top: 15px;
}

@media (max-width: 860px) {
  .documents .in_documentsWrap .txt {
    font-size: 15px;
  }
}
.documents .in_documentsWrap .txt strong {
  display: block;
  margin-top: 20px;
  font-weight: 700;
}

.documents .in_documentsWrap .note {
  margin-top: 10px;
  line-height: 2;
  font-size: 14px;
  margin-left: 1em;
}

@media (max-width: 860px) {
  .documents .in_documentsWrap .note {
    font-size: 13px;
  }
}
.companyInfoArea .tableSetArea {
  position: relative;
}

.companyInfoArea .tableSetArea .dlBtn {
  position: absolute;
  top: -48px;
  right: 0;
}
.companyInfoArea .tableSetArea .dlBtn a {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #666;
  border-radius: 25px;
}
.companyInfoArea .tableSetArea .dlBtn a:hover {
  background-color: #e4ecf8;
  text-decoration: none;
}

/*# sourceMappingURL=companyInfo.css.map */