/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_top
====================================================================== */
.p_top .l_header_fixed {
  display: none;
}
.p_top .l_header_sp {
  display: none;
}
.p_top .article {
  padding: 50px 0 110px;
}
@media screen and (max-width: 768px) {
  .p_top .article {
    padding: 50px 0 0;
  }
}
.p_top .article .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_top .article .inner {
    width: 100%;
  }
}
.p_top .article .inner .u_txt_1 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .inner .u_txt_1 {
    padding: 0 4.6875% 35px;
    text-align: left;
  }
}
.p_top .article .sec1 {
  padding: 0 0 125px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 {
    padding: 0;
  }
}
.p_top .article .sec1:before {
  content: '';
  width: calc(50% + 420px);
  height: 555px;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1:before {
    display: none;
  }
}
.p_top .article .sec1 > .inner {
  width: 1050px;
  margin: 110px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 > .inner {
    width: 100%;
    margin: 0;
  }
}
.p_top .article .sec1 > .inner .box {
  margin: 0 0 0 420px;
  width: 710px;
  padding: 80px 110px 60px 95px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 > .inner .box {
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 35px 4.6875%;
    background: #f6f6f6;
  }
}
.p_top .article .sec1 > .inner .box:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -1210px;
  content: url(../img/top/img.png);
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 > .inner .box:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 > .inner .box img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 > .inner .box .c_ttl_2 {
    margin: 15px 0 0;
  }
}
.p_top .article .sec1 > .inner .box .u_txt_1 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 > .inner .box .u_txt_1 {
    margin: 10px 0 0;
    padding: 0;
  }
}
.p_top .article .sec1 > .inner .box .c_btn_1 {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec1 > .inner .box .c_btn_1 {
    margin: 20px 0 0;
  }
}
.p_top .article .sec2 {
  margin: 100px 0 0;
  padding: 0 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 {
    margin: 0;
    padding: 0;
  }
}
.p_top .article .sec2:before {
  content: '';
  width: 100%;
  height: 360px;
  background: #f6f6f6;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: -1;
}
.p_top .article .sec2 > .inner {
  margin: 0 auto;
  width: 1260px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 > .inner {
    width: 100%;
  }
}
.p_top .article .sec2 .lists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists {
    display: block;
  }
}
.p_top .article .sec2 .lists .item {
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists .item {
    width: 100%;
  }
}
.p_top .article .sec2 .lists .item.item1 {
  background: url(../img/top/bg01.png);
  background-size: cover;
  padding: 50px 35px 45px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists .item.item1 {
    padding: 35px 12%;
    background: url(../img/top/sp/bg01.png);
    background-size: cover;
  }
}
.p_top .article .sec2 .lists .item.item2 {
  background: url(../img/top/bg02.png);
  background-size: cover;
  padding: 50px 35px 45px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists .item.item2 {
    padding: 35px 12%;
    background: url(../img/top/sp/bg02.png);
    background-size: cover;
  }
}
.p_top .article .sec2 .lists .item.item3 {
  background: url(../img/top/bg03.png);
  background-size: cover;
  padding: 50px 35px 45px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists .item.item3 {
    padding: 35px 12%;
    background: url(../img/top/sp/bg03.png);
    background-size: cover;
  }
}
.p_top .article .sec2 .lists .item .box {
  padding: 70px 45px 30px;
  background: rgba(6, 77, 160, 0.82);
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists .item .box {
    padding: 25px 8%;
  }
}
.p_top .article .sec2 .lists .box .u_txt_4 {
  text-align: center;
  color: #fff;
  white-space: nowrap;
  letter-spacing: .02em;
}
.p_top .article .sec2 .lists .box .u_txt_4 .mini {
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists .box .u_txt_4 .mini {
    font-size: 12px;
  }
}
.p_top .article .sec2 .lists .box .u_txt_5 {
  margin: 45px 0 65px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec2 .lists .box .u_txt_5 {
    margin: 25px 0 20px;
  }
}
.p_top .article .sec2 .lists .box .c_btn_1 {
  margin: 0 auto;
  border: 1px solid #fff;
}
.p_top .article .sec2 .lists .box .c_btn_1 > span {
  color: #fff;
}
.p_top .article .sec2 .lists .box .c_btn_1:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p_top .article .sec3 {
  padding: 0 0 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 {
    padding: 0;
  }
}
.p_top .article .sec3:before {
  content: '';
  width: 50%;
  height: 555px;
  background: #f6f6f6;
  position: absolute;
  bottom: 140px;
  left: 0;
  z-index: -2;
}
.p_top .article .sec3 > .inner {
  width: 1260px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner {
    width: 100%;
  }
}
.p_top .article .sec3 > .inner .box {
  width: 710px;
  padding: 110px 80px 95px 110px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner .box {
    width: 100%;
    padding: 35px 4.6875%;
  }
}
.p_top .article .sec3 > .inner .box:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -1115px;
  content: url(../img/top/img02.png);
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner .box:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner .box img {
    max-width: 100%;
    margin: 0 0 15px;
  }
}
.p_top .article .sec3 > .inner .box .ttl {
  padding: 0 0 0 15px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner .box .ttl {
    padding: 0 0 0 10px;
  }
}
.p_top .article .sec3 > .inner .box .ttl .fas {
  position: absolute;
  top: -3px;
  left: 0;
  color: #064da0;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner .box .ttl .fas {
    font-size: 20px;
    top: -3px;
  }
}
.p_top .article .sec3 > .inner .box .ttl:not(:first-child) {
  margin: 20px 0 0;
}
.p_top .article .sec3 > .inner .box .u_txt_14 {
  line-height: 2.2;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner .box .u_txt_14 {
    line-height: 1.5;
  }
}
.p_top .article .sec3 > .inner .box .u_txt_1 {
  margin: 20px 0 0;
}
.p_top .article .sec3 > .inner .box .c_btn_1 {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec3 > .inner .box .c_btn_1 {
    margin: 20px 0 0;
  }
}
.p_top .article .sep {
  width: 100%;
  height: 340px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/top/bg04.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_top .article .sep {
    height: 115px;
    background: url(../img/top/sp/bg04.png);
    background-size: cover;
  }
}
.p_top .article .sep .u_txt_6 {
  color: #fff;
}
.p_top .article .sec4 {
  width: 800px;
  margin: 0 auto;
  padding: 70px 0 125px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec4 {
    width: 100%;
    padding: 0;
  }
}
.p_top .article .sec4 .inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec4 .inner {
    padding: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .article .sec4 .lists {
    padding: 25px 4.6875% 10px;
  }
}
.p_top .article .sec4 .lists .list {
  border-top: 1px solid #d2d2d2;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec4 .lists .list {
    padding: 15px 0;
  }
}
.p_top .article .sec4 .lists .list .u_txt_7 {
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec4 .lists .list .u_txt_7 {
    padding: 0 0 0 20px;
  }
}
.p_top .article .sec4 .lists .list .u_txt_7 .fas {
  position: absolute;
  top: 7px;
  left: 0;
  color: #064da0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec4 .lists .list .u_txt_7 .fas {
    top: 2px;
  }
}
.p_top .article .sec4 .lists .list .u_txt_14 {
  margin: 15px 0 0;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec4 .lists .list .u_txt_14 {
    margin: 10px 0 0;
    line-height: 1.7;
  }
}
.p_top .article .sec4 .c_btn_1 {
  margin: 0 auto;
}
.p_top .article .sec5 {
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec5 {
    padding: 35px 4.6875% 40px;
  }
}
.p_top .article .sec5 .inner {
  padding: 65px 0 80px;
  width: 1240px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec5 .inner {
    width: 100%;
    padding: 35px 10px;
  }
}
.p_top .article .sec5 .inner .u_txt_6 {
  text-align: center;
}
.p_top .article .sec5 .inner .u_txt_14 {
  width: 760px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec5 .inner .u_txt_14 {
    width: 100%;
    padding: 0 15px;
  }
}
.p_top .article .sec5 .inner .center {
  margin: 80px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .article .sec5 .inner .center {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_top .article .sec5 .inner .center > img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=top.css.map */
