@media (max-width: 1440px) {
  .service-page .section-02 .tab-outer .tab-nav .tab {
    padding: 5px 20px;
  }
}
@media (max-width: 1200px) {
  header .header {
    display: none;
  }
  .service-page .section-02 {
    display: none;
  }
  .service-page .section-03 .inner-box {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  .place-box {
    height: 0px;
  }
  header .header {
    display: none;
  }
  .news-detail-page .section-01.crumb {
    top: 50px;
    border-top: none;
  }
  .news-detail-page .section-01.crumb .wrap .trail {
    padding: 15px 0;
  }
  .news-detail-page .section-02.article-head .inner-box {
    padding: 50px 0 0;
  }
  .news-detail-page .section-03.article-body .wrap .inner-box {
    padding: 30px 0;
  }
  .news-detail-page .section-04.article-foot .wrap .inner-box {
    padding-bottom: 50px;
  }
  .news-detail-page .section-04.article-foot .wrap .inner-box .detail-inner .nav-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .news-detail-page .section-04.article-foot .wrap .inner-box .detail-inner .nav-row .adjacent {
    width: 100%;
  }
  .news-detail-page .section-04.article-foot .wrap .inner-box .detail-inner .nav-row .adjacent .article-link {
    width: calc(100% - 20px);
  }
  .news-detail-page .section-04.article-foot .wrap .inner-box .detail-inner .nav-row .back-list {
    margin: 0 auto;
  }
  .service-page .section-03 .wrap .inner-box .detail .hero .intro {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .service-page .section-03 .wrap .inner-box .detail .hero .intro .divider {
    margin-top: 40px;
  }
  .service-page .section-03 .wrap .inner-box .detail .hero .intro .block {
    margin-top: 40px;
  }
  .service-page .section-03 .wrap .inner-box .detail .hero .intro .block .title {
    margin-bottom: 30px;
  }
  .service-page .section-03 .wrap .inner-box .detail .hero .intro .block .list .item {
    margin-bottom: 20px;
  }
  .service-page .section-03 .wrap .inner-box .detail .hero .photo {
    width: 100%;
  }
  .service-page .section-03 .wrap .inner-box .detail .value {
    margin-top: 50px;
  }
  .service-page .section-03 .wrap .inner-box .detail .value .value-title {
    margin-bottom: 30px;
  }
  .service-page .section-03 .wrap .inner-box .detail .value .cards {
    flex-direction: column;
    gap: 20px;
  }
  .service-page .section-03 .wrap .inner-box .detail .value .cards .card {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .service-page .section-03 .wrap .inner-box .detail .value .cards .card .card-title {
    margin-top: 20px;
  }
  .service-page .section-04 {
    background-image: url(../images_die/ser_03_01.webp);
    background-size: cover;
    background-position: center center;
  }
  .service-page .section-04 .case-bg {
    display: none;
  }
  .service-page .section-04 .inner-box {
    padding: 50px 0;
  }
  .service-page .section-04 .wrap .case-head .case-photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .service-page .section-04 .wrap .case-head .case-copy {
    width: 100%;
    margin-top: 0;
  }
  .service-page .section-04 .wrap .case-head .case-copy .divider {
    margin-top: 20px 0;
  }
  .service-page .section-04 .wrap .case-effect {
    margin-top: 0;
  }
  .service-page .section-04 .wrap .case-effect .block-title {
    margin-bottom: 30px;
  }
  .service-page .section-04 .wrap .case-effect .pills .pill {
    width: 100%;
  }
  .service-page .section-04 .wrap .case-value {
    margin: 30px 0;
  }
  .service-page .section-04 .wrap .case-value .block-title {
    margin-bottom: 30px;
  }
  .service-page .section-04 .wrap .case-value .value-rows .value-row {
    margin-bottom: 20px;
  }
  .advantage-page .section-03 .two-box {
    flex-direction: column;
    gap: 30px;
  }
  .advantage-page .section-03 .two-box .item {
    width: 100%;
  }
  .advantage-page .section-03 .two-box .item .title {
    padding: 0 4.1666666667%;
  }
  .advantage-page .section-03 .two-box .item .desc {
    padding: 0 4.1666666667%;
  }
  .advantage-page .section-03 .two-box .item .tiao-group .tiao {
    padding: 0 4.1666666667%;
  }
  .advantage-page .section-03 .two-box .item .xy-group {
    padding: 0 4.1666666667%;
  }
  .search-page .section-01.search-tool .input {
    height: 44px;
  }
  .search-page .section-01.search-tool .submit {
    height: 44px;
  }
  .search-page .section-02 .result-grid {
    column-gap: 2%;
  }
  .search-page .section-02 .card {
    flex: 0 0 32%;
    margin-bottom: 2%;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 90%;
  }
  .right-side-bar {
    display: none;
    transform: translateX(100%);
  }
  .right-side-bar .top-box .toggle-btn {
    display: flex;
  }
  .right-side-bar.active-mo {
    transform: translateX(0);
  }
  .banner-block .mo {
    display: block;
    position: relative;
    z-index: 20;
  }
  .banner-block .pc {
    display: none;
  }
  .banner-block .content-box {
    z-index: 22;
  }
  .banner-block .content-box .title-box .cn {
    font-size: 32px;
    color: #fff;
  }
  .banner-block .content-box .title-box .st {
    color: #fff;
  }
  .banner-block .btn-link span {
    color: #fff;
  }
  .banner-block .btn-link::after {
    border-color: #fff;
  }
  .banner-block::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 21;
  }
  .block-title-group .title {
    font-size: 28px;
  }
  .footer .logo {
    margin-bottom: 30px;
  }
  .footer .logo img {
    width: 156px;
  }
  .footer .main {
    flex-direction: column;
    padding-top: 50px;
  }
  .footer .main .intro {
    width: 100%;
  }
  .footer .main .nav,
  .footer .main .divider {
    display: none;
  }
  .footer .main .social {
    justify-content: center;
  }
  .footer .meta {
    flex-direction: column;
  }
  .footer .meta .meta-left {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .footer .meta .meta-left .copy {
    line-height: 1.5;
    text-align: center;
  }
  .footer .meta .meta-left .legal {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
  }
  .index-page .section-01 .swiper .swiper-slide .banner-img {
    position: relative;
  }
  .index-page .section-01 .swiper .swiper-slide .banner-img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 21;
  }
  .index-page .section-01 .swiper .swiper-slide .content {
    color: #fff;
    z-index: 22;
  }
  .index-page .section-01 .swiper .swiper-slide .content .btn-link span {
    color: #fff;
  }
  .index-page .section-01 .swiper .swiper-slide .content .btn-link::after {
    border-color: #fff;
  }
  .index-page .section-01 .wrap .inner-box,
  .index-page .section-02 .wrap .inner-box,
  .index-page .section-03 .wrap .inner-box,
  .index-page .section-04 .wrap .inner-box,
  .index-page .section-05 .wrap .inner-box,
  .index-page .section-06 .wrap .inner-box,
  .index-page .section-07 .wrap .inner-box {
    padding: 50px 0;
  }
  .index-page .section-3-4 .section-04 .wrap .inner-box {
    padding: 50px 0;
  }
  .index-page .section-3-4 .section-04 .wrap .inner-box .swiper .swiper-slide .logo-list {
    gap: 5%;
  }
  .index-page .section-3-4 .section-04 .wrap .inner-box .swiper .swiper-slide .logo-item {
    width: 47.5%;
    margin-bottom: 5%;
  }
  .index-page .section-3-4 .section-04 .wrap .inner-box .swiper .swiper-slide .logo-item:nth-last-child(3),
  .index-page .section-3-4 .section-04 .wrap .inner-box .swiper .swiper-slide .logo-item:nth-last-child(4),
  .index-page .section-3-4 .section-04 .wrap .inner-box .swiper .swiper-slide .logo-item:nth-last-child(5) {
    margin-bottom: 5%;
  }
  .index-page .section-3-4 .section-04 .wrap .inner-box .swiper .swiper-slide .logo-item:nth-last-child(1),
  .index-page .section-3-4 .section-04 .wrap .inner-box .swiper .swiper-slide .logo-item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .index-page .block-title-group {
    margin-bottom: 30px;
  }
  .index-page .section-01 .swiper .swiper-slide .banner-img img {
    aspect-ratio: 750/800;
  }
  .index-page .section-01 .swiper .swiper-slide .banner-img .pc {
    display: none;
  }
  .index-page .section-01 .swiper .swiper-slide .banner-img .mo {
    display: block;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .text-container .f_80 {
    font-size: 32px;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .text-container .top-text .f_72 {
    font-size: 24px;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .text-container .top-text .small-text {
    display: none;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .text-container .bottom .f_72 {
    font-size: 24px;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .text-container .bottom .te {
    font-size: 24px;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .text-container .bottom .te + .te {
    margin-left: 0;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .text-container .bottom .btm-text {
    width: 100%;
    max-width: 100%;
  }
  .index-page .section-01 .swiper .swiper-slide .content .wrap .btn-link {
    margin-top: 30px;
  }
  .index-page .section-02 .inner-box .block {
    min-height: 0;
  }
  .index-page .section-02 .inner-box .block .row-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 30px;
  }
  .index-page .section-02 .inner-box .block .row-head .intro,
  .index-page .section-02 .inner-box .block .row-head .block-title-group {
    width: 100%;
  }
  .index-page .section-02 .inner-box .block .row-body {
    flex-direction: column;
    gap: 30px;
  }
  .index-page .section-02 .inner-box .block .row-body .stats,
  .index-page .section-02 .inner-box .block .row-body .video-module {
    width: 100%;
  }
  .index-page .section-02 .inner-box .block .row-body .video-module .video-shell .corner-decor {
    display: none;
  }
  .index-page .section-02 .inner-box .block .row-body .stats {
    height: auto;
  }
  .index-page .section-02 .inner-box .block .row-body .stats .list {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .index-page .section-02 .inner-box .block .row-body .stats .list .unit .stat-nums .num {
    font-size: 32px;
  }
  .index-page .section-02 .inner-box .block .row-body .stats .list .divider {
    display: none;
  }
  .index-page .section-3-4 {
    background-size: 220% auto;
    background-position: center bottom;
  }
  .index-page .section-03 .inner-box .block-title-group {
    margin-bottom: 30px;
  }
  .index-page .section-03 .inner-box .card-group {
    display: flex;
    flex-direction: column;
    height: auto;
    row-gap: 20px;
    background: none;
  }
  .index-page .section-03 .inner-box .card-group .zhu {
    display: none;
  }
  .index-page .section-03 .inner-box .card-group .card {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  }
  .index-page .section-03 .inner-box .card-group .card .card-inner {
    height: auto;
    padding: 20px 16px;
  }
  .index-page .section-03 .inner-box .card-group .card .card-item-2 {
    display: none;
  }
  .index-page .section-03 .inner-box .card-group .card .card-item-1 {
    opacity: 1;
    padding: 20px;
  }
  .index-page .section-03 .inner-box .card-group .card .top-title {
    margin-top: 0;
    text-align: left;
  }
  .index-page .section-03 .inner-box .card-group .card .top-title .icon {
    margin-bottom: 16px;
  }
  .index-page .section-03 .inner-box .card-group .card .top-title .icon img {
    width: 60px;
  }
  .index-page .section-03 .inner-box .card-group .card .line {
    display: none;
  }
  .index-page .section-03 .inner-box .card-group .card .content {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
    height: auto;
    opacity: 1;
    padding-top: 12px;
    border-top: none;
    overflow: visible;
  }
  .index-page .section-03 .inner-box .card-group .card .btn-box {
    display: none;
  }
  .index-page .section-03 .inner-box .card-group .card.active {
    width: 100%;
  }
  .index-page .section-03 .inner-box .card-group .card.active .card-item-1 {
    opacity: 1;
  }
  .index-page .section-04 .partner-box .prev-btn {
    left: 0;
    display: none !important;
  }
  .index-page .section-04 .partner-box .next-btn {
    right: 0;
    display: none !important;
  }
  .index-page .section-04 .inner-box {
    padding-bottom: 30px !important;
  }
  .index-page .section-04 .inner-box .swiper {
    padding: 14px 12px 20px;
  }
  .index-page .section-04 .inner-box .swiper .swiper-slide .img-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  }
  .index-page .section-05 {
    background-size: 400% auto;
    background-position: center top;
  }
  .index-page .section-05 .inner-box .client-box .swiper-pagination {
    display: block;
  }
  .index-page .section-05 .inner-box .client-box .btn {
    display: none !important;
  }
  .index-page .section-05 .inner-box .client-box .swiper .swiper-slide {
    padding: 20px;
  }
  .index-page .section-05 .inner-box .client-box .swiper .swiper-slide:hover {
    transform: translateY(0);
  }
  .index-page .section-05 .inner-box .client-box .swiper .swiper-slide::after {
    opacity: 1;
  }
  .index-page .section-05 .inner-box .more-btn-box {
    margin-top: 30px;
  }
  .index-page .section-06 .inner-box .block-title-group {
    margin-bottom: 30px;
  }
  .index-page .section-06 .swiper-out-box {
    padding-bottom: 30px;
  }
  .index-page .section-06 .swiper-out-box #honor-swiper {
    width: 100%;
    overflow: hidden;
  }
  .index-page .section-06 .page-swiper-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .index-page .section-06 .page-swiper-box .top-box {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    justify-content: flex-start;
  }
  .index-page .section-06 .page-swiper-box .top-box .btn {
    display: none;
  }
  .index-page .section-06 .page-swiper-box .top-box .swiper {
    width: 100%;
  }
  .index-page .section-06 .form-block {
    margin-top: 50px;
  }
  .index-page .section-06 .form-block .block-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .contact-form.contact-form--panel {
    padding: 28px 20px 40px;
  }
  .contact-form .form-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form .form-item.form-item--grid-pad-top {
    padding-top: 0;
  }
  .service-page .a_dw {
    top: -70px;
  }
  .service-page .section-04 .wrap .case-effect .pills {
    flex-direction: column;
    gap: 20px;
  }
  .service-page .section-04 .wrap .case-effect .pills .pill {
    width: 100%;
    padding: 30px;
  }
  .service-page .section-05 {
    background: none;
  }
  .service-page .section-05 .inner-box {
    padding: 50px 0;
  }
  .service-page .section-05 .block-title-group {
    margin-bottom: 30px;
  }
  .service-page .section-05 .contact-form .form-item.form-item--grid-pad-top {
    padding-top: 0;
  }
  .service-page .section-05 .contact-form .form-actions {
    margin-top: 30px;
  }
  .contact-form.contact-form--contact-sheet .form-grid {
    row-gap: 24px;
    column-gap: 0;
  }
  .contact-form.contact-form--contact-sheet .form-actions {
    margin-top: 48px;
    justify-content: center;
  }
  .advantage-page .section-02 .inner-box {
    padding: 50px 0;
  }
  .advantage-page .section-02 .inner-box .sanjiao-box {
    width: 100%;
    margin-top: 30px;
  }
  .advantage-page .section-02 .inner-box .sanjiao-box .sj-box {
    display: none;
  }
  .advantage-page .section-02 .inner-box .sanjiao-box .content-box {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .advantage-page .section-02 .inner-box .sanjiao-box .content-box .item {
    position: static;
    width: 100%;
    aspect-ratio: auto;
    transform: none;
    display: flex;
  }
  .advantage-page .section-02 .inner-box .sanjiao-box .content-box .item .circle-box {
    position: static;
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
  .advantage-page .section-02 .inner-box .sanjiao-box .content-box .item .line-box {
    position: relative;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    padding: 0 !important;
    flex: 1;
  }
  .advantage-page .section-02 .inner-box .sanjiao-box .content-box .item .line-box .line-img {
    height: auto;
    display: none;
  }
  .advantage-page .section-03 .inner-box {
    padding: 50px 0;
  }
  .advantage-page .section-03 .step-box {
    margin-top: 30px;
    padding: 30px 0;
  }
  .advantage-page .section-03 .step-box .title {
    padding: 0 20px;
    background: none;
  }
  .advantage-page .section-03 .two-box .item {
    width: 100%;
    padding: 30px 0;
  }
  .advantage-page .section-03 .two-box .item .title {
    padding: 0 20px;
    background: none;
  }
  .advantage-page .section-03 .two-box .item .desc {
    padding: 0 20px;
  }
  .advantage-page .section-03 .two-box .item .tiao-group {
    padding: 0 20px;
  }
  .advantage-page .section-03 .two-box .item .tiao-group .tiao {
    flex-direction: column;
    height: auto;
    background-size: cover;
    border-radius: 12px;
    padding: 20px;
  }
  .advantage-page .section-03 .two-box .item .tiao-group .tiao .lebel {
    text-align: left;
    padding: 0;
    height: auto;
  }
  .advantage-page .section-03 .two-box .item .tiao-group .tiao .lebel span {
    color: #333;
    line-height: 1.5;
  }
  .advantage-page .section-03 .two-box .item .tiao-group .tiao .lebel img {
    display: none;
  }
  .advantage-page .section-03 .two-box .item .tiao-group .tiao .text {
    height: auto;
    line-height: 1.5;
  }
  .advantage-page .section-03 .xy-group .inner-div {
    flex-direction: column;
    gap: 40px;
  }
  .advantage-page .section-03 .xy-group .xy-item {
    padding: 24px 0;
    width: 100%;
  }
  .advantage-page .section-04 .inner-box {
    padding: 50px 0;
  }
  .advantage-page .section-04 .inner-box .digital-swiper {
    padding: 0;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .advantage-page .section-04 .inner-box .digital-swiper .swiper-slide .card {
    aspect-ratio: auto;
    padding-top: 0;
  }
  .advantage-page .section-04 .inner-box .digital-swiper .swiper-slide .card:hover {
    box-shadow: none;
  }
  .advantage-page .section-04 .inner-box .digital-swiper .swiper-slide .card .icon {
    width: 80px;
    height: 80px;
  }
  .advantage-page .section-04 .inner-box .digital-swiper .swiper-slide .card .plate {
    margin-top: 0;
  }
  .advantage-page .section-04 .inner-box .swiper-pagination {
    position: static;
    margin-top: 30px;
  }
  .advantage-page .section-05 .inner-box .circle-block {
    width: 100%;
    margin-top: 30px;
  }
  .advantage-page .section-05 .inner-box .circle-block .center-box {
    width: 80px;
    height: 80px;
  }
  .advantage-page .section-05 .inner-box .circle-block .center-box .icon {
    width: 24px;
  }
  .advantage-page .section-05 .inner-box .circle-block .center-box .title {
    font-size: 8px;
  }
  .advantage-page .section-05 .inner-box .circle-block .content-box .item .index {
    font-size: 16px;
  }
  .advantage-page .section-05 .inner-box .circle-block .content-box .item .title {
    margin: 6px 0;
  }
  .advantage-page .section-05 .inner-box .circle-block .content-box .item .desc {
    font-size: 12px;
  }
  .advantage-page .section-05 .inner-box .circle-block .content-box .item:nth-child(3) {
    padding-top: 7%;
  }
  .advantage-page .section-06 .inner-box {
    padding-bottom: 50px;
  }
  .advantage-page .section-06 .security-panel {
    padding: 0;
    background: none;
    width: 100%;
    margin: 0;
  }
  .advantage-page .section-06 .security-panel .security-row {
    flex-direction: column;
    min-height: 0;
    margin-bottom: 30px;
  }
  .advantage-page .section-06 .security-panel .security-row .lead {
    width: 100%;
    padding-top: 20px;
  }
  .advantage-page .section-06 .security-panel .security-row .tiles {
    padding: 16px;
  }
  .advantage-page .section-06 .security-panel .security-row .tiles .tiles-bg {
    display: none;
  }
  .advantage-page .section-06 .security-panel .security-row .tiles .cards-row {
    flex-direction: column;
  }
  .advantage-page .section-06 .security-panel .security-row .tiles .cards-row .card,
  .advantage-page .section-06 .security-panel .security-row .tiles .cards-row .card.card--wide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .advantage-page .section-06 .security-panel .security-row .tiles .cards-row .card:last-child,
  .advantage-page .section-06 .security-panel .security-row .tiles .cards-row .card.card--wide:last-child {
    margin-bottom: 0;
  }
  .about-page .section-02 .inner-box {
    padding: 50px 0;
  }
  .about-page .section-02 .inner-box .top-box-1 {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .about-page .section-02 .inner-box .top-box-1 .right-box,
  .about-page .section-02 .inner-box .top-box-1 .left-box {
    width: 100%;
  }
  .about-page .section-02 .inner-box .top-box-1 .left-box {
    margin-bottom: 30px;
  }
  .about-page .section-02 .inner-box .top-box-1 .left-box .block-title-group {
    margin-bottom: 30px;
  }
  .about-page .section-02 .inner-box .top-box-1 .left-box .info-box::after {
    display: none;
  }
  .about-page .section-02 .inner-box .top-box-1 .right-box .video-module .video-shell .corner-decor {
    display: none;
  }
  .about-page .section-02 .inner-box .top-box-1 .right-box .video-module::after {
    display: none;
  }
  .about-page .section-02 .inner-box .status-box .item .top-box {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .about-page .section-02 .inner-box .status-box .item .top-box .icon {
    width: 60px;
    margin: 0 auto 10px;
  }
  .about-page .section-02 .inner-box .status-box .item .top-box .text-box {
    text-align: center;
  }
  .about-page .section-02 .inner-box .status-box .item .top-box .num-box {
    justify-content: center;
  }
  .about-page .section-02 .inner-box .status-box .item .top-box .num-box .num {
    font-size: 26px;
  }
  .about-page .section-03 {
    padding-bottom: 50px;
  }
  .about-page .section-03 .swiper-container-box {
    background: none;
  }
  .about-page .section-03 .swiper-container-box .swiper .swiper-slide .item .desc {
    max-width: 100%;
  }
  .about-page .section-03 .swiper-container-box .swiper-m-bg {
    display: block;
  }
  .about-page .section-03 .swiper-container-box .m-history-swiper {
    display: block;
  }
  .about-page .section-03 .swiper-container-box .pc-history-swiper {
    display: none;
  }
  .about-page .section-05 .inner-box {
    padding: 50px 0;
  }
  .about-page .section-05 .inner-box .block-title-group {
    margin-bottom: 30px;
  }
  .about-page .section-05 .inner-box .content-box .main-img .main-img-ele {
    display: none;
  }
  .about-page .section-05 .inner-box .content-box .item {
    margin: 0 auto 30px;
    width: 85%;
    aspect-ratio: 1/1;
    height: auto;
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-page .section-05 .inner-box .content-box .item .icon {
    margin: 0;
  }
  .about-page .section-05 .inner-box .content-box .item .text {
    width: 80%;
  }
  .about-page .section-05 .inner-box .content-box .item:last-child {
    margin-bottom: 0;
  }
  .about-page .section-05 .inner-box .content-box .item {
    animation: none !important;
  }
  .about-page .section-06 .inner-box {
    padding: 50px 0 0;
  }
  .about-page .section-06 .inner-box .block-title-group {
    margin-bottom: 30px;
  }
  .about-page .section-06 .swiper {
    width: 90%;
    margin: 0 auto;
  }
  .about-page .section-06 .swiper-slide img {
    transform: scale(1);
  }
  .about-page .section-06 .btn-box {
    display: none;
  }
  .about-page .section-06 .swiper-pagination {
    margin-top: 30px;
  }
  .about-page .section-06 .line-svg-reveal {
    display: none;
  }
  .about-page .section-07 {
    padding-bottom: 50px;
  }
  .about-page .section-07 .inner-box .block-title-group {
    margin-bottom: 30px;
  }
  .about-page .section-07 .content-box .swiper {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .about-page .section-07 .content-box .swiper .swiper-slide .info-box {
    border: 1px solid #d9d9d9;
    border-bottom: none;
    padding: 30px;
  }
  .about-page .section-07 .content-box .swiper .swiper-slide:hover {
    transform: translateY(0);
  }
  .about-page .section-07 .content-box .swiper-pagination {
    position: static;
    margin-top: 30px;
  }
  .about-page .section-07 .content-box .btn-box {
    display: none;
  }
  .contact-page .section-02 .inner-box {
    padding: 50px 0;
  }
  .contact-page .section-02 .inner-box .consult-card {
    margin-top: 30px;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
  }
  .contact-page .section-02 .inner-box .consult-card .consult-card-side {
    width: 100%;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
  }
  .contact-page .section-02 .inner-box .consult-card .consult-card-side .divider {
    margin: 30px 0;
  }
  .contact-page .section-02 .inner-box .consult-card .consult-card-side .list .item {
    margin-bottom: 30px;
  }
  .contact-page .section-02 .inner-box .consult-card .consult-card-side .list .item:last-child {
    margin-bottom: 0;
  }
  .contact-page .section-02 .inner-box .consult-card .consult-card-main {
    padding: 0;
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.05);
  }
  .contact-page .section-03 .inner-box {
    padding: 50px 0;
  }
  .contact-page .section-03 .welfare-block {
    margin-top: 30px;
  }
  .contact-page .section-03 .welfare-block .welfare-slogan {
    margin-bottom: 30px;
  }
  .contact-page .section-03 .welfare-block .welfare-row {
    flex-direction: column;
    gap: 20px;
  }
  .contact-page .section-03 .welfare-block .welfare-row .welfare-visual {
    width: 100%;
  }
  .contact-page .section-03 .welfare-block .welfare-row .welfare-list {
    width: 100%;
  }
  .contact-page .section-03 .welfare-block .welfare-row .welfare-list .welfare-item::before {
    width: 100%;
  }
  .contact-page .section-03 .welfare-block .welfare-row .welfare-list .welfare-item.active::before {
    border-radius: 12px;
  }
  .contact-page .section-03 .cloud-box {
    height: 450px;
  }
  .contact-page .section-03 .cloud-box .ewm-box {
    width: 250px;
  }
  .contact-page .section-03 .cloud-box .ewm-box .top {
    padding-right: 30px;
    height: 80px;
  }
  .contact-page .section-03 .cloud-box .ewm-box .top .icon {
    display: none;
  }
  .contact-page .section-03 .cloud-box .ewm-box .top::after {
    height: 140px;
  }
  .contact-page .section-03 .cloud-box .ewm-box .img-box {
    width: 100%;
  }
  .contact-page .section-03 .cloud-box .ewm-box .img-box .inner-img {
    width: 80%;
    aspect-ratio: 1/1;
  }
  .contact-page .section-03 .cloud-box .ewm-box .img-box .inner-img img {
    width: 90%;
  }
  .contact-page .contact-form.contact-form--contact-sheet .form-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-page .section-01.search-tool .head-row {
    flex-direction: column-reverse;
  }
  .search-page .section-01.search-tool .head-row .search-form {
    width: 100%;
  }
  .search-page .section-02 .inner-box {
    padding-top: 30px;
  }
  .search-page .section-02 .result-grid {
    column-gap: 0;
  }
  .search-page .section-02 .card {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .search-page .section-03.search-pagination .page1 {
    display: none !important;
  }
  .search-page .section-03.search-pagination .page2 {
    display: block !important;
    border-radius: 999px;
    cursor: pointer;
  }
  .search-page .section-03.search-pagination .page2.page2--hidden {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .section-02 .inner-box .block .row-body .video-module .video-shell .video-frame .play .ripples .ring {
    animation: none;
    opacity: 0;
  }
  .about-page .section-04 .inner-box .btn-box .btn img {
    animation: none;
  }
  .about-page .section-05 .inner-box .content-box .main-img .item {
    animation: none;
  }
  .about-page .section-06 .line-svg-reveal path {
    animation: none;
    stroke-dasharray: unset;
    stroke-dashoffset: 0;
  }
  .contact-page .section-03 .cloud-box .cloud-item {
    animation: none;
  }
}
