@charset "UTF-8";
.indexNavMain {
  height: 128px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.indexNavMain .indexNavBox {
  height: 128px;
}
.indexNavMain .indexNavBox > a {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 132px;
  height: 78px;
  margin-left: -66px;
}
.indexNavMain .indexNavBox > a img {
  display: block;
  width: 100%;
}
.indexNavMain .indexNavBox > a img:hover {
  opacity: 0.8;
}
.indexNavMain .indexNavBox ul li {
  white-space: nowrap;
  margin-right: 95px;
  float: left;
  line-height: 128px;
}
.indexNavMain .indexNavBox ul li:last-child {
  margin-right: 0;
}
.indexNavMain .indexNavBox ul li a {
  font-size: 18px;
  color: #222;
  font-family: "ＭＳ Ｐ明朝";
  display: block;
  position: relative;
  font-weight: bold;
}
.indexNavMain .indexNavBox ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 100%;
  height: 1px;
  background-color: #b3b3b3;
  transition: all 0.5s;
}
.indexNavMain .indexNavBox ul li a:hover::before {
  background-color: #0c6cb0;
}
.indexNavMain .indexNavBox ul li a:hover {
  color: #0c6cb0;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.indexBannerMain {
  padding-top: 128px;
  background: url(../images/bannerBg01.png) no-repeat center bottom;
}

.indexBannerBox {
  height: 843px;
  position: relative;
}
.indexBannerBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -536px;
  margin-top: -156px;
  max-width: 100%;
}

.indexNewsMain {
  padding-top: 60px;
  padding-bottom: 90px;
}
.indexNewsMain .title {
  line-height: 58px;
}
.indexNewsMain .title h2 {
  float: left;
  font-family: "NotoSansJP";
  font-size: 40px;
  color: #000;
}
.indexNewsMain .title .more {
  float: right;
  font-family: "Arial";
  font-size: 16px;
  color: #0034a1;
}
.indexNewsMain .title .more span {
  display: inline-block;
  vertical-align: middle;
}
.indexNewsMain .title .more img {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}
.indexNewsMain .title .more:hover img {
  transform: scale(1.1);
}
.indexNewsMain .indexNewsList {
  margin-top: 58px;
}
.indexNewsMain .indexNewsList li {
  float: left;
  width: 30.5%;
  border-bottom: 1px solid #d2d2d2;
}
.indexNewsMain .indexNewsList li:nth-child(2) {
  margin: 0 4.25%;
}
.indexNewsMain .indexNewsList li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}
.indexNewsMain .indexNewsList li a .time {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  font-family: "ＭＳ Ｐ明朝";
}
.indexNewsMain .indexNewsList li a .tag {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: "NotoSansJP";
  background-color: #8b9598;
  padding: 0 14px;
  margin-left: 3px;
}
.indexNewsMain .indexNewsList li a p {
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  color: #000;
  font-family: "NotoSansJP";
  overflow: hidden;
}
.indexNewsMain .indexNewsList li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 42px;
  height: 9px;
  background: #fff url(../images/arrMore.png) no-repeat right bottom;
  transition: all 0.5s;
}
.indexNewsMain .indexNewsList li a:hover p {
  color: #0034a1;
}
.indexNewsMain .indexNewsList li a:hover::after {
  right: -4px;
}

.indexCompanyMain {
  padding: 65px 0 46px;
  background: url(../images/indexCompanyBg.png) no-repeat center top;
}
.indexCompanyMain .title {
  text-align: center;
  font-family: "NotoSansJP";
}
.indexCompanyMain .title h2 {
  font-size: 40px;
  line-height: 60px;
  color: #222;
}
.indexCompanyMain .title span {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #7d7d7d;
  position: relative;
}
.indexCompanyMain .title span::before, .indexCompanyMain .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 56px;
  height: 1px;
  background-color: #8a8686;
}
.indexCompanyMain .title span::before {
  left: -70px;
}
.indexCompanyMain .title span::after {
  right: -70px;
}
.indexCompanyMain .indexCompanyList {
  padding: 42px 0 54px;
  text-align: center;
  font-family: "NotoSansJP";
}
.indexCompanyMain .indexCompanyList li {
  float: left;
  width: 240px;
  height: 118px;
  background-color: #fff;
  border-radius: 0 18px 0 18px;
  box-shadow: 0 0 15px #d2e7f6;
  text-align: right;
  position: relative;
  transition: all 0.5s;
}
.indexCompanyMain .indexCompanyList li p {
  padding-top: 12px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 54px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.indexCompanyMain .indexCompanyList li span {
  display: inline-block;
  min-width: 130px;
  height: 37px;
  padding: 0 12px 0 20px;
  margin-right: 26px;
  background-color: #0c6cb0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.indexCompanyMain .indexCompanyList li::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 33px;
  width: 72px;
  height: 1px;
  background-color: #179fff;
}
.indexCompanyMain .indexCompanyList li:hover {
  box-shadow: 0 0 15px #adcee5;
  transform: translateY(-10px);
}
.indexCompanyMain .indexCompanyList .li01 {
  margin: 10px 0 0 192px;
}
.indexCompanyMain .indexCompanyList .li02 {
  margin: 50px 60px 4px 70px;
}
.indexCompanyMain .indexCompanyList .li03 {
  margin: 0 100px 54px 0;
}
.indexCompanyMain .indexCompanyList .li04 {
  margin: 32px 0 0 204px;
  width: 270px;
}
.indexCompanyMain .indexCompanyList .li04::after {
  width: 58px;
}
.indexCompanyMain .indexCompanyList .li05 {
  margin: 58px 110px 0 120px;
}
.indexCompanyMain .explain {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  font-family: "NotoSansJP";
}
.indexCompanyMain .explain span {
  font-size: 24px;
  color: #0c6cb0;
  font-weight: bold;
}
.indexCompanyMain .btn {
  display: block;
  margin: 36px auto 0;
  width: 170px;
  height: 46px;
  background-color: #e42c2c;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-family: "NotoSansJP";
  cursor: pointer;
  transition: all 0.5s;
}
.indexCompanyMain .btn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: translateY(5px);
}

.indexAdvantagesMain {
  padding: 60px 0 78px;
  background-image: linear-gradient(180deg, #fff 0, #fff 50%, #f1f5f7 50%);
}
.indexAdvantagesMain .title {
  padding-left: 58px;
  font-family: "NotoSansJP";
  position: relative;
}
.indexAdvantagesMain .title h2 {
  font-size: 40px;
  line-height: 60px;
  color: #222;
}
.indexAdvantagesMain .title span {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  color: #7d7d7d;
}
.indexAdvantagesMain .title::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 38px;
  height: 1px;
  background-color: #222;
}
.indexAdvantagesMain .indexAdvantagesList {
  padding-top: 54px;
}
.indexAdvantagesMain .indexAdvantagesList li {
  float: left;
  width: 407px;
  height: 490px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s;
}
.indexAdvantagesMain .indexAdvantagesList li:nth-child(2) {
  margin: 0 29.5px;
}
.indexAdvantagesMain .indexAdvantagesList li img {
  display: block;
  width: 100%;
}
.indexAdvantagesMain .indexAdvantagesList li h3 {
  margin: 20px 26px 0;
  padding-left: 36px;
  background: url(../images/arrImg01.png) no-repeat left center;
  font-size: 20px;
  line-height: 64px;
  color: #222;
  font-family: "NotoSansJP";
}
.indexAdvantagesMain .indexAdvantagesList li p {
  margin: 0 26px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-family: "NotoSansJP";
  position: relative;
  z-index: 10;
}
.indexAdvantagesMain .indexAdvantagesList li span {
  position: absolute;
  right: 18px;
  bottom: 10px;
  font-size: 80px;
  line-height: 80px;
  color: #f2f1f0;
  font-weight: bold;
  font-family: "Arial";
}
.indexAdvantagesMain .indexAdvantagesList li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.indexBussinessMain {
  background: #f1f5f7 url(../images/indexBussinessBg.png) no-repeat right bottom;
}
.indexBussinessMain .w1280 {
  padding: 82px 0 70px;
  border-top: 1px solid #d3d5d9;
  position: relative;
}
.indexBussinessMain .w1280::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 260px;
  height: 6px;
  background-color: #0c6cb0;
  border-radius: 3px;
}
.indexBussinessMain .title {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -180px;
  font-family: "NotoSansJP";
}
.indexBussinessMain .title h2 {
  width: 40px;
  padding-top: 200px;
  font-size: 40px;
  line-height: 40px;
  color: #222;
}
.indexBussinessMain .title span {
  display: none;
}
.indexBussinessMain .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  width: 1px;
  height: 168px;
  background-color: #222;
}
.indexBussinessMain .indexBussinessList li {
  float: left;
  width: 542px;
  margin-bottom: 26px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.indexBussinessMain .indexBussinessList li:nth-child(2n) {
  margin-left: 30px;
}
.indexBussinessMain .indexBussinessList li img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.indexBussinessMain .indexBussinessList li span {
  position: absolute;
  left: 66px;
  top: 75px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 40px;
  color: #222;
  font-weight: bold;
  font-family: "Arial";
}
.indexBussinessMain .indexBussinessList li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url(../images/arrImg02.png) no-repeat right bottom;
}
.indexBussinessMain .indexBussinessList li p {
  position: absolute;
  left: 66px;
  top: 115px;
  font-size: 22px;
  line-height: 60px;
  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;
}
.indexBussinessMain .indexBussinessList li:hover img {
  transform: scale(1.1);
}

.indexIntroductionMain {
  height: 490px;
  background: url(../images/indexIntroductionBg.png) no-repeat center top;
  text-align: center;
}
.indexIntroductionMain .title {
  padding-top: 136px;
  font-family: "ＭＳ Ｐ明朝";
  color: #fff;
}
.indexIntroductionMain .title h2 {
  font-size: 30px;
  line-height: 50px;
  font-family: "NotoSansJP";
}
.indexIntroductionMain .title span {
  display: inline-block;
  font-size: 36px;
  line-height: 56px;
  position: relative;
}
.indexIntroductionMain .title span::before {
  content: "INTRODUCTION TO CASE";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  font-size: 60px;
  line-height: 44px;
  opacity: 0.1;
  text-align: center;
}
.indexIntroductionMain .btn {
  display: inline-block;
  height: 46px;
  padding: 0 18px 0 42px;
  margin-top: 24px;
  background-color: #0c6cb0;
  font-size: 16px;
  line-height: 46px;
  color: #ddf1ff;
  font-family: "Arial";
  position: relative;
  transition: all 0.5s;
}
.indexIntroductionMain .btn::after {
  content: "";
  position: absolute;
  left: -36px;
  bottom: 21px;
  width: 63px;
  height: 1px;
  background-color: #fff;
}
.indexIntroductionMain .btn:hover {
  background-color: #fff;
  color: #0c6cb0;
}
.indexIntroductionMain .btn:hover::after {
  background-color: #0c6cb0;
}

.footerBox .footerNav {
  padding: 50px 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
.footerBox .footerNav > a {
  float: left;
  width: 121px;
  height: 73px;
}
.footerBox .footerNav > a img {
  display: block;
  width: 100%;
}
.footerBox .footerNav ul {
  float: right;
  margin-top: 37px;
}
.footerBox .footerNav ul li {
  float: left;
  margin-left: 64px;
}
.footerBox .footerNav ul li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #222;
  font-family: "NotoSansJP";
}
.footerBox .footerNav ul li a:hover {
  color: #0c6cb0;
}
.footerBox .footerInfo {
  padding-top: 56px;
  font-weight: bold;
}
.footerBox .footerInfo p {
  float: left;
  font-size: 18px;
  line-height: 46px;
  color: #222;
  font-family: "NotoSansJP";
}
.footerBox .footerInfo div {
  float: right;
}
.footerBox .footerInfo div span {
  display: block;
  width: 210px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-size: 20px;
  line-height: 50px;
  color: #0c205b;
  font-family: "Arial";
  text-align: center;
}
.footerBox .copyRight {
  padding-bottom: 40px;
}
.footerBox .copyRight p {
  float: right;
  font-size: 14px;
  line-height: 62px;
  color: #222;
  font-family: "NotoSansJP";
}
.footerBox .copyRight span {
  float: left;
  width: 520px;
  height: 1px;
  background-color: #0c205b;
  margin-top: 45px;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .w1280 {
    width: 1000px;
  }
  .indexNavMain .indexNavBox {
    height: 128px;
  }
  .indexNavMain .indexNavBox ul li {
    margin-right: 60px;
  }
  .indexBannerBox {
    height: 700px;
    position: relative;
  }
  .indexBannerBox img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -145px;
  }
  .indexCompanyMain .indexCompanyList .li01 {
    margin: 10px 0 0 50px;
  }
  .indexCompanyMain .indexCompanyList .li03 {
    margin: 0 0 54px 0;
  }
  .indexCompanyMain .indexCompanyList .li04 {
    margin: 32px 0 0 20px;
  }
  .indexAdvantagesMain .indexAdvantagesList li {
    width: 320px;
    height: 460px;
  }
  .indexAdvantagesMain .indexAdvantagesList li:nth-child(2) {
    margin: 0 20px;
  }
  .indexBussinessMain {
    background-size: 70% auto;
  }
  .indexBussinessMain .indexBussinessList li {
    width: 400px;
  }
}
.subPageNav {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.subPageMain {
  background: #f1f5f7;
  padding-top: 50px;
}

.subBannerMain {
  height: 160px;
  background-color: #0c6cb0;
  text-align: center;
}
.subBannerMain h1 {
  font-size: 34px;
  line-height: 160px;
  color: #fff;
}

.subPart01 {
  width: 100%;
  padding: 0 0 60px;
  margin: 50px 0 0;
  background: url(../images/bg01.png) no-repeat center center;
  background-size: 100% 100%;
}

.subTitle {
  padding: 40px 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  border-bottom: 3px solid #0c6cb0;
}

.subTxt {
  padding: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}
.subTxt p {
  padding: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #222;
  text-indent: 2em;
}

.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.subTable table td {
  border: 1px solid #ccc;
}
.subTable table td.firstTd {
  width: 25%;
  text-indent: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  background-color: #f3f2ec;
}
.subTable table td.secondTd {
  width: 75%;
  padding: 14px 20px 8px;
  font-size: 18px;
  color: #222;
  line-height: 26px;
  background-color: #f5f5f5;
  text-align: justify;
}
.subTable table td.secondTd p {
  font-weight: bold;
}
.subTable table td.secondTd p span {
  display: block;
  padding-left: 30px;
  font-weight: normal;
}

.mapBox {
  padding-bottom: 50px;
}
.mapBox p {
  font-size: 18px;
  line-height: 40px;
}
.mapBox .map {
  width: 100%;
  height: 450px;
}
.mapBox .map iframe {
  width: 100% !important;
  height: 100% !important;
}

.businessList {
  padding-bottom: 40px;
  margin-top: 50px;
}
.businessList li {
  margin-bottom: 50px;
}
.businessList li .img {
  float: left;
  width: 48%;
  overflow: hidden;
  box-shadow: 0 0 15 rgba(170, 232, 249, 0.3);
}
.businessList li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.businessList li .img img:hover {
  transform: scale(1.05);
}
.businessList li .txt {
  float: right;
  width: 48%;
}
.businessList li .txt h3 {
  font-size: 28px;
  line-height: 60px;
  color: #222;
}
.businessList li .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.businessList li .txt p span {
  font-weight: bold;
}
.businessList li:nth-child(1) .txt p {
  line-height: 30px;
}
.businessList li:nth-child(2n) .img {
  float: right;
}
.businessList li:nth-child(2n) .txt {
  float: left;
}

.caseList li {
  margin-bottom: 50px;
}
.caseList li .img {
  width: 70%;
  margin: 0 auto 40px;
  overflow: hidden;
  box-shadow: 0 0 15 rgba(170, 232, 249, 0.3);
}
.caseList li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.caseList li .img img:hover {
  transform: scale(1.05);
}
.caseList li .txt {
  padding-bottom: 40px;
}
.caseList li .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.caseList li .txt p span {
  font-weight: bold;
}

.requestFlow {
  padding-top: 40px;
}
.requestFlow li {
  width: 70%;
  padding: 20px 50px;
  margin: 0 auto 110px;
  background-color: #fff;
  border-radius: 0 28px 0 28px;
  box-shadow: 0 0 15px #b0d7f3;
  text-align: center;
  position: relative;
}
.requestFlow li h3 {
  font-size: 24px;
  line-height: 60px;
  color: #0c6cb0;
}
.requestFlow li p {
  font-size: 18px;
  line-height: 40px;
}
.requestFlow li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 53px;
  height: 94px;
  margin-left: -26px;
  background: url(../images/arr02.png) no-repeat;
  transition: all 0.5s;
}
.requestFlow li:last-child::after {
  content: none;
}
.requestFlow li:hover::after {
  bottom: -105px;
}

.subPart03 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.subPart03 .subTitleLine {
  font-size: 24px;
  line-height: 80px;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  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: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #0c6cb0;
}
.subPart03 .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 20px auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #0c6cb0;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}
.subPart03 .txt .linkBtn a:hover {
  background-color: #065791;
}/*# sourceMappingURL=style-pc.css.map */