@charset "UTF-8";
.html,
.body {
  min-width: 320px;
  margin: 0 auto;
}

.w1280 {
  margin: 0 0.15rem;
}

.indexSectionMain {
  width: 100%;
}

.indexNavMain {
  height: 1.2rem;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.indexNavMain .indexNavBox {
  height: 1.2rem;
}
.indexNavMain .indexNavBox > a {
  float: left;
  width: 1.32rem;
  height: 0.78rem;
  margin-top: 0.3rem;
}
.indexNavMain .indexNavBox > a img {
  display: block;
  width: 100%;
}
.indexNavMain .indexNavBox ul {
  display: none;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #0c6cb0 url("../images/navIcon.png") no-repeat center center;
  background-size: 0.54rem 0.4rem;
}

.indexBannerMain {
  padding-top: 1.2rem;
  background: url(../images/bannerBg01.png) no-repeat center bottom;
  background-size: auto 100%;
}

.indexBannerBox {
  height: 5rem;
  position: relative;
}
.indexBannerBox img {
  display: inline-block;
  max-width: 100%;
  margin-top: 1rem;
}

.indexNewsMain {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}
.indexNewsMain .title {
  line-height: 0.6rem;
}
.indexNewsMain .title h2 {
  float: left;
  font-family: "NotoSansJP";
  font-size: 0.4rem;
  color: #000;
}
.indexNewsMain .title .more {
  float: right;
  font-family: "Arial";
  font-size: 0.26rem;
  color: #0034a1;
}
.indexNewsMain .title .more span {
  display: inline-block;
  vertical-align: middle;
}
.indexNewsMain .title .more img {
  display: inline-block;
  vertical-align: middle;
  height: 0.6rem;
}
.indexNewsMain .indexNewsList {
  margin-top: 0.6rem;
}
.indexNewsMain .indexNewsList li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0.2rem;
}
.indexNewsMain .indexNewsList li a {
  display: block;
  padding-bottom: 0.2rem;
  position: relative;
}
.indexNewsMain .indexNewsList li a .time {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #999;
  font-family: "ＭＳ Ｐ明朝";
}
.indexNewsMain .indexNewsList li a .tag {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #fff;
  font-family: "NotoSansJP";
  background-color: #8b9598;
  padding: 0 0.14rem;
  margin-left: 0.03rem;
}
.indexNewsMain .indexNewsList li a p {
  height: 0.7rem;
  font-size: 0.28rem;
  line-height: 0.7rem;
  color: #000;
  font-family: "NotoSansJP";
  overflow: hidden;
}
.indexNewsMain .indexNewsList li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0.42rem;
  height: 0.09rem;
  background: #fff url(../images/arrMore.png) no-repeat right bottom;
}

.indexCompanyMain {
  padding: 0.65rem 0 0.46rem;
  background: url(../images/indexCompanyBg.png) no-repeat center top;
  background-size: auto 100%;
}
.indexCompanyMain .title {
  text-align: center;
  font-family: "NotoSansJP";
}
.indexCompanyMain .title h2 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #222;
}
.indexCompanyMain .title span {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #7d7d7d;
  position: relative;
}
.indexCompanyMain .title span::before, .indexCompanyMain .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 1px;
  background-color: #8a8686;
}
.indexCompanyMain .title span::before {
  left: -0.7rem;
}
.indexCompanyMain .title span::after {
  right: -0.7rem;
}
.indexCompanyMain .indexCompanyList {
  padding: 0.4rem 0 0.5rem;
  text-align: center;
  font-family: "NotoSansJP";
}
.indexCompanyMain .indexCompanyList li {
  width: 80%;
  margin: 0 auto 0.3rem;
  height: 1.8rem;
  background-color: #fff;
  border-radius: 0 0.2rem 0 0.2rem;
  box-shadow: 0 0 0.15rem #d2e7f6;
  text-align: center;
  position: relative;
}
.indexCompanyMain .indexCompanyList li p {
  padding: 0.2rem 0;
  font-size: 0.28rem;
  line-height: 0.54rem;
  color: #222;
  font-weight: bold;
}
.indexCompanyMain .indexCompanyList li span {
  display: inline-block;
  height: 0.5rem;
  padding: 0 0.5rem;
  background-color: #0c6cb0;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #fff;
  position: relative;
}
.indexCompanyMain .indexCompanyList li span::after {
  content: "";
  position: absolute;
  left: -0.3rem;
  bottom: 0.25rem;
  width: 0.7rem;
  height: 1px;
  background-color: #179fff;
}
.indexCompanyMain .explain {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #000;
  font-family: "NotoSansJP";
}
.indexCompanyMain .explain span {
  font-size: 0.3rem;
  color: #0c6cb0;
  font-weight: bold;
}
.indexCompanyMain .btn {
  display: block;
  margin: 0.36rem auto 0;
  width: 2.8rem;
  height: 0.6rem;
  background-color: #e42c2c;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  font-family: "NotoSansJP";
  cursor: pointer;
}

.indexAdvantagesMain {
  padding: 0.6rem 0 0.78rem;
  background-image: linear-gradient(180deg, #fff 0, #fff 50%, #f1f5f7 50%);
}
.indexAdvantagesMain .title {
  padding-left: 0.6rem;
  font-family: "NotoSansJP";
  position: relative;
}
.indexAdvantagesMain .title h2 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #222;
}
.indexAdvantagesMain .title span {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #7d7d7d;
}
.indexAdvantagesMain .title::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.4rem;
  height: 1px;
  background-color: #222;
}
.indexAdvantagesMain .indexAdvantagesList {
  padding-top: 0.5rem;
}
.indexAdvantagesMain .indexAdvantagesList li {
  width: 90%;
  padding-bottom: 0.4rem;
  margin: 0 5% 0.3rem;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.indexAdvantagesMain .indexAdvantagesList li img {
  display: block;
  width: 100%;
}
.indexAdvantagesMain .indexAdvantagesList li h3 {
  margin: 0.2rem 0.3rem 0;
  padding-left: 0.4rem;
  background: url(../images/arrImg01.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  font-size: 0.3rem;
  line-height: 0.64rem;
  color: #222;
  font-family: "NotoSansJP";
}
.indexAdvantagesMain .indexAdvantagesList li p {
  margin: 0 0.3rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #333;
  font-family: "NotoSansJP";
  position: relative;
  z-index: 10;
}
.indexAdvantagesMain .indexAdvantagesList li span {
  position: absolute;
  right: 0.2rem;
  bottom: 0.15rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #f2f1f0;
  font-weight: bold;
  font-family: "Arial";
}

.indexBussinessMain {
  background: #f1f5f7 url(../images/indexBussinessBg.png) no-repeat right bottom;
  background-size: 90% auto;
}
.indexBussinessMain .w1280 {
  padding: 0.6rem 0;
  border-top: 1px solid #d3d5d9;
  position: relative;
}
.indexBussinessMain .w1280::before {
  content: "";
  position: absolute;
  top: -0.03rem;
  left: 0;
  width: 2.6rem;
  height: 0.06rem;
  background-color: #0c6cb0;
  border-radius: 0.03rem;
}
.indexBussinessMain .title {
  padding-left: 0.6rem;
  margin-bottom: 0.5rem;
  font-family: "NotoSansJP";
  position: relative;
}
.indexBussinessMain .title h2 {
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #222;
}
.indexBussinessMain .title span {
  display: inline-block;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #7d7d7d;
}
.indexBussinessMain .title::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.4rem;
  height: 1px;
  background-color: #222;
}
.indexBussinessMain .indexBussinessList li {
  width: 90%;
  margin: 0 5% 0.3rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.indexBussinessMain .indexBussinessList li img {
  display: block;
  width: 100%;
}
.indexBussinessMain .indexBussinessList li span {
  position: absolute;
  left: 0.6rem;
  top: 0.7rem;
  padding-right: 0.05rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #222;
  font-weight: bold;
  font-family: "Arial";
}
.indexBussinessMain .indexBussinessList li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.06rem;
  background: url(../images/arrImg02.png) no-repeat right bottom;
  background-size: 100% 0.06rem;
}
.indexBussinessMain .indexBussinessList li p {
  position: absolute;
  left: 0.6rem;
  top: 1.4rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #222;
  font-family: "NotoSansJP";
  font-weight: bold;
}
.indexBussinessMain .indexBussinessList li:nth-child(3) span {
  color: #fff;
}
.indexBussinessMain .indexBussinessList li:nth-child(3) p {
  color: #fff;
}

.indexIntroductionMain {
  height: 5rem;
  background: url(../images/indexIntroductionBg.png) no-repeat center top;
  background-size: auto 100%;
  text-align: center;
}
.indexIntroductionMain .title {
  padding-top: 1.4rem;
  font-family: "ＭＳ Ｐ明朝";
  color: #fff;
}
.indexIntroductionMain .title h2 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  font-family: "NotoSansJP";
}
.indexIntroductionMain .title span {
  display: block;
  font-size: 0.4rem;
  line-height: 0.6rem;
  position: relative;
}
.indexIntroductionMain .title span::before {
  content: "INTRODUCTION TO CASE";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.6rem;
  line-height: 0.5rem;
  opacity: 0.1;
  text-align: center;
}
.indexIntroductionMain .btn {
  display: inline-block;
  height: 0.6rem;
  padding: 0 0.3rem 0 0.5rem;
  margin-top: 0.4rem;
  background-color: #0c6cb0;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #ddf1ff;
  font-family: "Arial";
  position: relative;
}
.indexIntroductionMain .btn::after {
  content: "";
  position: absolute;
  left: -0.4rem;
  bottom: 0.3rem;
  width: 0.63rem;
  height: 1px;
  background-color: #fff;
}

.footerBox .footerNav {
  padding: 0.5rem 0 0.3rem;
  border-bottom: 1px solid #dfdfdf;
}
.footerBox .footerNav > a {
  float: left;
  width: 20%;
  height: 0.73rem;
  padding-top: 0.12rem;
}
.footerBox .footerNav > a img {
  display: block;
  width: 1.21rem;
  height: 0.73rem;
}
.footerBox .footerNav ul {
  float: right;
  width: 80%;
}
.footerBox .footerNav ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.footerBox .footerNav ul li a {
  display: block;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #222;
  font-family: "NotoSansJP";
}
.footerBox .footerInfo {
  padding: 0.5rem 0;
  font-weight: bold;
  text-align: center;
}
.footerBox .footerInfo p {
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #222;
  font-family: "NotoSansJP";
}
.footerBox .footerInfo div span {
  display: inline-block;
  width: 3rem;
  height: 0.6rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #0c205b;
  font-family: "Arial";
}
.footerBox .copyRight {
  padding-bottom: 0;
  border-top: 1px solid #0c205b;
  text-align: center;
}
.footerBox .copyRight p {
  font-size: 0.26rem;
  line-height: 0.8rem;
  color: #222;
  font-family: "NotoSansJP";
}
.footerBox .copyRight span {
  display: none;
}

.leftMenu_z, #leftMenu {
  display: none;
}

.leftMenu_z {
  position: fixed;
  top: 1.2rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

#leftMenu {
  position: fixed;
  left: 0;
  top: 1.2rem;
  bottom: 0;
  z-index: 1200;
  width: 4rem;
  background: #fff;
  overflow: auto;
}

#leftMenu img {
  width: 80%;
  margin: 0.5rem auto 0.3rem;
  display: block;
}

#leftMenu a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.32rem;
  padding: 0.15rem 0.7rem 0.15rem 0.2rem;
  color: #666;
  position: relative;
  border-bottom: 0.02rem solid #f1f1f1;
}

#leftMenu a::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
}

.subPageMain {
  padding-top: 1.4rem;
  background: #f1f5f7;
}

.subBannerMain {
  height: 1.6rem;
  background-color: #0c6cb0;
  text-align: center;
}
.subBannerMain h1 {
  font-size: 0.36rem;
  line-height: 1.6rem;
  color: #fff;
}

.subPart01 {
  width: 100%;
  padding: 0.1rem 0 0.6rem;
  margin: 0.4rem 0 0;
  background: url(../images/bg01.png) no-repeat center center;
  background-size: auto 100%;
}

.subTitle {
  padding: 0.4rem 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #222;
  border-bottom: 2px solid #2e7054;
}

.subTxt {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
}
.subTxt p {
  width: 90%;
  padding: 0.2rem 0;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #222;
}

.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.subTable table td {
  border: 1px solid #ccc;
}
.subTable table td.firstTd {
  width: 30%;
  padding-left: 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #222;
  background-color: #f3f2ec;
}
.subTable table td.secondTd {
  width: 70%;
  padding: 0.14rem;
  font-size: 0.26rem;
  color: #222;
  line-height: 0.4rem;
  text-align: justify;
}
.subTable table td.secondTd p {
  font-weight: bold;
}
.subTable table td.secondTd p span {
  display: block;
  padding-left: 0.2rem;
  font-weight: normal;
  font-size: 0.24rem;
}

.mapBox {
  padding-bottom: 0.5rem;
}
.mapBox p {
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.mapBox p span {
  display: inline-block;
  margin-right: 0.1rem;
}
.mapBox .map {
  width: 100%;
  height: 6rem;
}
.mapBox .map iframe {
  width: 100% !important;
  height: 100% !important;
}

.businessList {
  padding-bottom: 0.4rem;
  margin-top: 0.5rem;
}
.businessList li {
  margin-bottom: 0.5rem;
}
.businessList li .img {
  width: 100%;
  margin-bottom: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 15 rgba(170, 232, 249, 0.3);
}
.businessList li .img img {
  display: block;
  width: 100%;
}
.businessList li .txt {
  width: 100%;
}
.businessList li .txt h3 {
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #222;
}
.businessList li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}
.businessList li .txt p span {
  font-weight: bold;
}

.caseList li {
  padding-bottom: 0.5rem;
}
.caseList li .img {
  width: 80%;
  margin: 0 auto 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 15 rgba(170, 232, 249, 0.3);
}
.caseList li .img img {
  display: block;
  width: 100%;
}
.caseList li .txt {
  padding-bottom: 0.4rem;
}
.caseList li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}
.caseList li .txt p span {
  font-weight: bold;
}

.requestFlow {
  padding-top: 0.5rem;
}
.requestFlow li {
  width: 80%;
  padding: 0.2rem;
  margin: 0 auto 1.2rem;
  background-color: #fff;
  border-radius: 0 0.2rem 0 0.2rem;
  box-shadow: 0 0 0.15rem #d2e7f6;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.requestFlow li h3 {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #0c6cb0;
}
.requestFlow li p {
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.requestFlow li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 0.53rem;
  height: 0.94rem;
  margin-left: -0.26rem;
  background: url(../images/arr02.png) no-repeat;
  background-size: 100% auto;
  transition: all 0.5s;
}
.requestFlow li:last-child::after {
  content: none;
}

.subPart03 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.subPart03 .subTitleLine {
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  background-color: #f1f5f7;
  position: relative;
  z-index: 1;
}
.subPart03 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #0c6cb0;
  z-index: 0;
}
.subPart03 .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #0c6cb0;
}
.subPart03 .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 0.2rem auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #0c6cb0;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
}/*# sourceMappingURL=style-phone.css.map */