/*---- top ----*/
.top {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .top {
    margin-bottom: 40px;
  }
}
.top-img {
  position: relative;
}
.top-img::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 22vw;
  background: rgba(162, 207, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .top-img::before {
    width: 85%;
  }
}
.top-img img {
  width: 80%;
  height: 22vw;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-img img {
    width: 85%;
  }
}
.top-head {
  position: relative;
  margin: auto;
  max-width: 1560px;
  width: 95%;
}
@media print, screen and (max-width: 1360px) {
  .top-head {
    width: 90%;
  }
}
.top-tit {
  position: absolute;
  font-size: 56px;
  left: 0;
  bottom: -24px;
  color: #000;
  line-height: 56px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
  z-index: 10;
}
@media print, screen and (max-width: 1360px) {
  .top-tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-tit {
    font-size: 40px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .top-tit {
    font-size: 30px;
  }
}

/*---- breadcrumb ----*/
.breadcrumb {
  margin-bottom: 196px;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb-list {
  margin: auto;
  max-width: 1440px;
  width: 90%;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb-list {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb-list {
    width: 90%;
    text-align: right;
  }
}
.breadcrumb-item {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 40px;
  color: #999;
  letter-spacing: 0.1rem;
}
.breadcrumb-item::before {
  position: absolute;
  content: ">";
  top: 0;
  right: -28px;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item::before {
    font-size: 0.5rem;
    top: 2px;
    right: -15px;
  }
}
.breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb-item:last-child::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item {
    font-size: 0.8rem;
    margin-right: 15px;
  }
}
.breadcrumb-item a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.2rem;
  transition: all 0.4s;
}
.breadcrumb-item a:hover {
  color: #009DE5;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item a {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
}

/*------------------------
 service
------------------------*/
.service-container {
  margin: auto;
  max-width: 1360px;
  width: 90%;
}
.service-catch {
  position: relative;
  margin: auto;
  max-width: 1360px;
  width: 90%;
}
.service-catch p {
  position: relative;
  margin: 24px 0;
  font-size: 20px;
  line-height: 40px;
}
@media print, screen and (max-width: 1360px) {
  .service-catch p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .service-catch p {
    font-size: 16px;
    line-height: 32px;
    margin: 15px 0;
  }
}
.service-catch p._line {
  display: inline-block;
}
.service-catch p._line::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  top: 20px;
  right: -136px;
  background: #333;
}
@media screen and (max-width: 1024px) {
  .service-catch p._line::before {
    width: 32px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .service-catch p._line::before {
    display: none;
  }
}
.service-tit {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 112px;
  text-align: center;
  color: #0851A1;
  text-shadow: none;
}
@media print, screen and (max-width: 1360px) {
  .service-tit {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .service-tit {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 600px) {
  .service-tit {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.service-tit2 {
  position: relative;
  padding: 16px 8px 48px;
  font-size: 32px;
  color: #999;
  line-height: 24px;
  text-shadow: none;
}
@media screen and (max-width: 600px) {
  .service-tit2 {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 5px 20px;
  }
}
.service-tit2::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009DE5;
  opacity: 0.45;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .service-tit2::before {
    top: 12px;
  }
}
.service-btn {
  margin: 0 0 200px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .service-btn {
    margin: 0 0 120px;
  }
}
.service-btn a {
  display: block;
  font-size: 30px;
  margin: auto;
  padding: 24px;
  width: 90%;
  max-width: 960px;
  font-weight: 600;
  border-radius: 60px;
  color: #fff;
  background: #0851A1;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1360px) {
  .service-btn a {
    font-size: 24px;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .service-btn a {
    font-size: 18px;
    padding: 15px;
  }
}
.service-btn a:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

/*---- link ----*/
.link {
  margin: 176px auto;
  padding: 96px 0 112px;
  background: rgba(92, 194, 240, 0.1);
}
@media print, screen and (max-width: 1360px) {
  .link {
    margin: 144px auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .link {
    margin: 120px auto;
  }
}
@media screen and (max-width: 600px) {
  .link {
    margin: 80px auto;
    padding: 50px 0 5px;
  }
}
.link-container {
  margin: auto;
  max-width: 1360px;
  width: 95%;
}
.link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
@media print, screen and (max-width: 1360px) {
  .link-list {
    justify-content: space-around;
  }
}
.link-item {
  position: relative;
  margin: 0 40px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #0851A1;
  border-radius: 3px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
@media print, screen and (max-width: 1360px) {
  .link-item {
    margin: 0;
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .link-item {
    margin: 0 0 50px;
    width: 80%;
    max-width: 220px;
  }
}
.link-item a {
  display: block;
  padding: 32px 0 40px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
@media print, screen and (max-width: 1360px) {
  .link-item a {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .link-item a {
    padding: 25px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .link-item a {
    font-size: 16px;
    padding: 15px 0;
  }
}
.link-item:hover {
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.16);
  opacity: 0.8;
}
.link-item:hover .link-arrow {
  transform: translateY(2px);
}
.link-arrow {
  position: absolute;
  font-size: 16px;
  line-height: 40px;
  margin: auto;
  padding: 0 0 0 3px;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  bottom: -20px;
  color: #fff;
  background-color: #0851A1;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .link-arrow {
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: calc(50% - 18px);
  }
}

/*---- recommend ----*/
.recommend {
  margin: 56px 0 64px;
  padding: 64px 64px 96px;
  background: rgba(92, 194, 240, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .recommend {
    padding: 32px 20px 64px;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    margin: 30px 0;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .recommend {
    padding: 20px 5px;
  }
}
.recommend h3 {
  display: inline-block;
  margin: 0 0 80px;
  font-size: 18px;
  color: #999;
  text-shadow: none;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .recommend h3 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .recommend h3 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .recommend h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.recommend h3 img {
  display: inline-block;
  margin: 0 8px 8px 0;
  vertical-align: middle;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .recommend h3 img {
    margin: 0 0 5px 8px;
    width: 24px;
  }
}
.recommend-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recommend-content {
    justify-content: center;
  }
}
.recommend-detail {
  position: relative;
  padding-top: 16px;
  width: 25%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .recommend-detail {
    margin: 45px 0;
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .recommend-detail {
    margin: 35px 0;
    width: 100%;
  }
}
.recommend-detail::before {
  position: absolute;
  content: "";
  width: 260px;
  height: 260px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media print, screen and (max-width: 1360px) {
  .recommend-detail::before {
    width: 232px;
    height: 232px;
  }
}
@media screen and (max-width: 1024px) {
  .recommend-detail::before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .recommend-detail::before {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  .recommend-detail::before {
    width: 200px;
    height: 200px;
  }
}
.recommend-detail img {
  margin: 24px auto;
  height: 96px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 1360px) {
  .recommend-detail img {
    margin: 16px auto;
  }
}
.recommend-txt {
  font-size: 18px;
}
@media print, screen and (max-width: 1360px) {
  .recommend-txt {
    font-size: 16px;
    letter-spacing: 0.2rem;
  }
}
.recommend-targets {
  display: flex;
  justify-content: center;
}
.recommend-target {
  margin: 0 12px;
}
.recommend-target img {
  height: 64px;
}
.recommend-target p {
  font-size: 14px;
  text-align: center;
}

.contract .recommend-target img {
  height: 48px;
}

/*---- support ----*/
.support {
  margin: 0 0 64px;
}
@media screen and (max-width: 600px) {
  .support {
    margin: 0 0 30px;
  }
}
.support-tit {
  font-size: 24px;
  margin: 0 0 32px;
}
@media screen and (max-width: 600px) {
  .support-tit {
    font-size: 18px;
    margin: 10px 0;
  }
}
.support-detail p {
  margin: 24px 0;
}
.support-detail p._underline {
  text-decoration: underline;
}
.support-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 56px 0 0;
}
.support-item {
  padding: 40px;
  width: 31%;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .support-item {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .support-item {
    padding: 30px 20px;
  }
}
.support-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0851A1;
  text-shadow: none;
}
@media screen and (max-width: 600px) {
  .support-item h4 {
    font-size: 16px;
  }
}
.support-content {
  margin: 32px 0 24px;
}
@media screen and (max-width: 600px) {
  .support-content {
    margin: 20px 0;
  }
}
.support-example ul {
  margin: 0;
}
.support-example li {
  position: relative;
  padding: 0 0 8px 32px;
  letter-spacing: 0.25rem;
  color: #333;
}
.support-example li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #5CC2F0;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .support-example li::before {
    left: 10px;
  }
}
.support-term {
  margin: 40px 0;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .support-term {
    padding: 20px;
  }
}
.support-term h4 {
  font-size: 18px;
  color: #0851A1;
}
.support-term ul {
  padding-left: 24px;
}
.support-term li {
  list-style-type: disc;
  margin: 8px 0;
  color: #333;
  letter-spacing: 0.25rem;
}

/*---- price ----*/
.price {
  margin: 0 0 200px;
}
@media print, screen and (max-width: 1360px) {
  .price {
    margin: 0 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .price {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 600px) {
  .price {
    margin: 0 0 80px;
  }
}
.price-tit {
  font-size: 24px;
  margin: 0 0 32px;
}
@media screen and (max-width: 600px) {
  .price-tit {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.price-content {
  padding: 40px;
  border: 1px solid rgba(0, 157, 229, 0.75);
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .price-content {
    padding: 20px 20px 20px 30px;
  }
}
.price-content span {
  color: #0851A1;
}
.price-list {
  margin: 0;
}
.price-item {
  margin: 0 0 16px;
  color: #333;
  letter-spacing: 0.25rem;
  list-style-type: disc;
}