/*---- 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;
  }
}

@media screen and (max-width: 600px) {
  ._mg-game .top h1 {
    font-size: 24px;
  }
}

/*---- 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;
}

/*---- needs ----*/
.needs {
  margin: 176px auto;
  padding: 96px 0 112px;
  background: rgba(92, 194, 240, 0.1);
}
@media screen and (max-width: 768px) {
  .needs {
    margin: 120px auto 80px;
    padding: 80px 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .needs {
    padding: 50px 0;
  }
}
.needs-container {
  margin: auto;
  max-width: 1360px;
  width: 95%;
}
.needs-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .needs-content {
    justify-content: center;
  }
}
.needs-detail {
  position: relative;
  padding-top: 16px;
  width: 25%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .needs-detail {
    margin: 0 0 80px;
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .needs-detail {
    margin: 10px 0 30px;
    padding-top: 0;
    width: 100%;
  }
}
.needs-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) {
  .needs-detail::before {
    width: 232px;
    height: 232px;
  }
}
@media screen and (max-width: 1024px) {
  .needs-detail::before {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  .needs-detail::before {
    width: 160px;
    height: 160px;
  }
}
.needs-detail img {
  margin: 24px auto;
  height: 96px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .needs-detail img {
    height: 64px;
  }
}
.needs-txt {
  font-size: 18px;
}
@media print, screen and (max-width: 1360px) {
  .needs-txt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .needs-txt {
    letter-spacing: 0.15rem;
  }
}

/*---- feature ----*/
.feature-container {
  margin: 176px auto;
  max-width: 1600px;
  width: 95%;
}
@media screen and (max-width: 600px) {
  .feature-container {
    margin: 0 auto;
  }
}
.feature-tit span {
  display: none;
}
@media screen and (max-width: 768px) {
  .feature-tit span {
    display: block;
    line-height: 0;
  }
}
.feature-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-detail {
  padding: 56px 40px;
  width: calc(33% - 16px);
  background: rgba(92, 194, 240, 0.1);
}
@media screen and (max-width: 1024px) {
  .feature-detail {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .feature-detail {
    margin: 15px auto;
    width: 90%;
  }
}
.feature-detail h3 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #0851A1;
  letter-spacing: 0.2rem;
  text-shadow: none;
}
.feature-detail h3 span {
  font-size: 24px;
}
@media print, screen and (max-width: 1360px) {
  .feature-detail h3 span._br {
    display: none;
  }
}

/*---- flow ----*/
.flow {
  margin: 176px 0;
}
@media screen and (max-width: 768px) {
  .flow {
    margin: 50px auto 120px;
  }
}
@media screen and (max-width: 600px) {
  .flow {
    margin: 50px auto 80px;
  }
}
.flow-container {
  margin: auto;
  max-width: 1360px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .flow-container {
    width: 95%;
  }
}
.flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-item {
  display: table;
  position: relative;
  padding-right: 50px;
  width: 20%;
  height: 160px;
}
@media print, screen and (max-width: 1360px) {
  .flow-item {
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  .flow-item {
    padding: 20px 0;
    width: 85%;
    height: auto;
    margin: 0 auto 30px;
  }
}
.flow-item::before {
  position: absolute;
  content: "";
  width: calc(100% - 25px);
  height: 100%;
  top: 0;
  left: -25px;
  background: #0851A1;
}
@media screen and (max-width: 600px) {
  .flow-item::before {
    width: 100%;
    left: 0;
  }
}
.flow-item._one::before {
  width: calc(100% - 50px);
  left: 0;
  opacity: 0.4;
}
@media screen and (max-width: 600px) {
  .flow-item._one::before {
    width: 100%;
  }
}
.flow-item._two::before {
  opacity: 0.5;
}
.flow-item._two img {
  position: absolute;
  height: 118px;
  left: 40%;
  bottom: -112px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 1360px) {
  .flow-item._two img {
    height: 80px;
    bottom: -78px;
  }
}
@media screen and (max-width: 600px) {
  .flow-item._two img {
    display: none;
  }
}
.flow-item._three::before {
  opacity: 0.6;
}
.flow-item._three img {
  position: absolute;
  max-width: 200%;
  height: 118px;
  left: 40%;
  bottom: -112px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 1360px) {
  .flow-item._three img {
    height: 80px;
    bottom: -78px;
  }
}
@media screen and (max-width: 600px) {
  .flow-item._three img {
    display: none;
  }
}
.flow-item._four::before {
  opacity: 0.8;
}
.flow-txt {
  position: relative;
  display: table-cell;
  font-size: 24px;
  line-height: 40px;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  vertical-align: middle;
  z-index: 10;
}
@media print, screen and (max-width: 1360px) {
  .flow-txt {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-txt {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 600px) {
  .flow-txt {
    line-height: 30px;
  }
}
.flow-txt::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 25px solid #0851A1;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .flow-txt::before {
    margin: auto;
    left: 0;
    right: 0;
    bottom: -180px;
    border-top: 20px solid #0851A1;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
  }
}
.flow-txt::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -50px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 25px solid #fff;
  z-index: -10;
}
@media screen and (max-width: 600px) {
  .flow-txt::after {
    display: none;
  }
}
.flow-txt._one::before {
  opacity: 0.4;
}
.flow-txt._two::before {
  opacity: 0.5;
}
.flow-txt._three::before {
  opacity: 0.6;
}
.flow-txt._four::before {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .flow-txt._five::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .flow-txt span {
    display: none;
    line-height: 0;
  }
}
.flow-summaries {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 112px 0 0;
}
@media print, screen and (max-width: 1360px) {
  .flow-summaries {
    margin: 78px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .flow-summaries {
    margin: 30px 0 0;
  }
}
.flow-summary {
  padding: 32px;
  width: 47%;
  border: 1px solid #0851A1;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .flow-summary {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flow-summary {
    margin: 0 auto 30px;
    padding: 15px;
    width: 90%;
  }
}
.flow-summary h3 {
  font-size: 22px;
  margin-bottom: 40px;
  padding: 20px;
  color: #fff;
  background: #0851A1;
  border-radius: 60px;
  line-height: 40px;
  text-align: center;
}
@media print, screen and (max-width: 1360px) {
  .flow-summary h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow-summary h3 {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.flow-summary img {
  margin: auto;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .flow-summary img {
    width: 90%;
  }
}
.flow-summary p {
  margin: 32px auto 0;
  width: 85%;
}
@media print, screen and (max-width: 1360px) {
  .flow-summary p {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .flow-summary p {
    width: 90%;
  }
}