.title-banner{
    font-size: 45px;
    font-weight: bold;
}
.title-1{
    font-size: 42px;
    font-weight: bold;
}
.title-2{
    font-size: 40px;
    font-weight: bold;
}
.title-3{
    font-size: 32px;
    font-weight: bold;
}
.title-4{
    font-size: 16px;
}
.text{
    font-size: 22.4px;
}
@media screen and (max-width: 768px){
    .title-banner{
        font-size: 18.4px;
    }
    .title-1{
        font-size: 22.4px;
    }
    .title-2{
        font-size: 21.6px;
    }
    .title-3{
        font-size: 21px;
    }
    .title-4{
        font-size: 15px;
    }
    .text{
        font-size: 14px;
    }

}
.items-1 {
    display: grid;
    grid-template-columns: 15fr 7fr;
    gap: 0 50px;
    margin-top: 30px;
    padding: var(--interval-global) 0;
}
.items-1 > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.items-1.reverse{
    grid-template-columns: 7fr 15fr;
    grid-template-rows: 1fr;
}
.items-1.reverse .left{
    grid-row: 1;
    grid-column: 2;
}

.items-1.reverse .right{
    grid-row: 1;
    grid-column: 1;
}
.items-1 .title{
    line-height: var(--line-height-title-2-3);
    text-align: left;
    display: block;
    width: 100%;
}
.items-1 .content{
    line-height: var(--line-height-title-1);

    margin-top: 30px;
}
.items-2 .top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.items-2 .bottom{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 40px;
    margin-top: var(--interval-global);
}
.items-2 .bottom .item{
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
    padding: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.items-2 .bottom .item .img{
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden; /* 确保内容溢出时被裁剪 */
}
.items-2 .bottom .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 裁剪图片以适应容器 */
}
.items-2 .bottom .item .sub-title{
    margin: 20px 0;
    font-size: var(--font-size-title-3);
    font-weight: var(--font-weight-title);
}
.items-2 .bottom .item .sub-content{
    text-align: center;
    font-size: var(--font-size-title-4);
    line-height: var(--line-height-title-2-3);
}



.items-3 {
    margin: var(--interval-global) 0;
}


.items-3 .bottom{
    margin-top: var(--interval-global);
    display: grid;
    gap: 60px 0;
}
.items-3 .bottom .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
}
.items-3 .bottom .item .text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 10;
}
.items-3 .bottom .item .text .sub-title{
    line-height: var(--line-height-title-2-3);
    position: relative;
    display: inline-block;
}
.items-3 .bottom .item .text .sub-title:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: black;
}
.items-3 .bottom .item .text .sub-content{
    line-height: var(--line-height-title-2-3);
}
.items-3 .bottom .item .text a{
    font-size: var(--font-size-title-3);

    padding: 8px 30px;
    background-color: #d9d9d9;
    border-radius: 72px;
    display: flex;
    align-items: center;

}
.items-3 .bottom .item .img{
        height: 100%;    overflow: hidden;
    flex: 9;
}
.items-3 .bottom .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.items-3 .bottom .item .text a img{
    margin-left: 12px;
}
.items-3 .bottom .item:nth-child(odd){
    flex-direction: row-reverse;
}
.items-3 .bottom .item:nth-child(odd) .text{
    padding-left: 100px;
    align-items: flex-start;
}
.items-3 .bottom .item:nth-child(odd) a{
    margin-left: 120px;
}
.items-3 .bottom .item:nth-child(even) {
    flex-direction: row;
}

.items-3 .bottom .item:nth-child(even) .text{
    padding-right: 100px;
    align-items: flex-end;
}
.items-3 .bottom .item:nth-child(even) a{
    margin-right: 120px;
}
.items-3 .bottom .item form{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 0 30px;
}
.items-3 .bottom .item form:after{
    content: 'あなたのプライバシーとセキュリティのために、私たちはあなたの情報を厳重に機密に保ちます。';
    grid-row: 2;
    grid-column: 1/3;
    display: flex;
    align-items: flex-end;
    color: #8c8c8c;
    font-size: 0.85rem;
}
.items-3 .bottom .item form dt{
    display: flex;
    align-items: center;
    font-size: var(--font-size-title-3);
    font-weight: bold;
}
.items-3 .bottom .item form input{
    border: none;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 0;
}
.items-3 .bottom .item form button{
    grid-row: 2;
    grid-column: 3;
    width: 150px;
    height: 42px;
    border: none;
    color: #FFFFFF;
    background-color: #bcbcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-title-4);
    line-height: 22px;
}
.items-3 .bottom .item form button:before{
    content: '';
    display: block;
    width: 28px;
    height: 22px;
    background-image: url("/upload/photo/icon/E-mail.png");
    background-position: center; /* 背景图片居中 */
    background-size: cover; /* 背景图片完整展示且保持宽高比 */
    background-repeat: no-repeat; /* 防止背景图片重复 */
    margin-right: 15px;
}
.items-4 .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 35px;
}
.items-4 .bottom .item{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: initial   !important;
}
.items-4 .bottom .item .sub-title{
    font-size: var(--font-size-title-4);
    font-weight: var(--font-weight-title);
    margin-top: 20px;
}


.items-5{
    background-color: #FFFFFF;
    padding: var(--interval-global);
}
.items-5 .bottom{
    margin-top: var(--interval-global);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: var(--interval-global) 100px;
}
.items-5 .bottom .item{
    display: flex;
    align-items: center;
}
.items-5 .bottom .item .text{
    font-size: var(--font-size-title-3);
    font-weight: var(--font-weight-title);
    margin-left: var(--interval-global);
}


.items-6{
    display: grid;
    gap: 80px 0;
    padding: 100px 0;
    margin-top: var(--interval-global);
}
.items-6 .item{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.items-6 .item:nth-child(even){
    flex-direction: row-reverse;
}
.items-6 .item>.text{
    flex: 1;
    background-color: #747474;
    height: 100%;
    padding: 40px;
    color: #FFFFFF;
}
.items-6 .item>.text .sub-title{
    margin-top: 25px;
    line-height: var(--line-height-title-2-3);
}
.items-6 .item>.text .sub-content{
    margin-top: 25px;
}
.items-6 .item .img{
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.items-6 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.items-7{
    padding: 100px 0;
}
.items-7 .bottom{
    padding-left: 200px;
    padding-right: 190px;
}
.items-7 .item{
    background-color: initial!important;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.items-7 .item:last-child{
    flex-direction: row-reverse;
}
.items-7 .item .img p{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.items-7 .item .img p a{
    margin: 0 10px;
}
.items-7 .item .img img{
    transform: scale(1);
    transition: .5s;
    max-width: 100%;
}
.items-7 .item .img img:hover{
    transform: scale(1.05);
}
.items-7 .item .text{
    font-size: 1.5rem;
    display: grid;
    gap: 35px;

}
.items-7 .item .text p{
    display: flex;
    align-items: flex-end;
}
.items-7 .item .text p:before{
    content: "";
    background-color: #0184f6;
    font-size: 2.25rem;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 15px;
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 10px;
}

.items-8{
    background-color: #FFFFFF;
    padding: var(--interval-global) 0;
}

.items-8 .bottom{
    padding: 0 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 110px;
    margin-top: 60px;
}
.items-8 .bottom .item{
    background-color: initial!important;
    display: flex;
    flex-direction: column;
    align-items: center;

    transition: .5s;
    transform: scale(1);
}
.items-8 .bottom .item:hover{
    transform: scale(1.05);
}
.items-8 .bottom .item .text{
    margin: 30px 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.items-8 .bottom .item .img{

}

.items-9{
    background-image: url("/upload/photo/202408/41 map6.png");
    background-color: var(--font-color);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    padding: 35px 0;
}
.items-9 .text{
    color: #FFFFFF;
}
.items-9 .text .sub-content{
    margin-top: 60px;
}
.items-9 .form{
    background-color: #FFFFFF;
    padding: 50px 60px;
}
.items-9 .form dt{
    display: flex;
    align-items: center;
}
.items-9 form{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
    justify-items: center;

}
.items-9 form dl{
    width: 100%;
}
.items-9 form .form4{
    grid-row: 3;
    grid-column: 1/3;
}
.items-9 form .form4:after{
    content: "Contents with * are required. \A For your privacy and security, we will keep your information strictly confidential.";
    white-space: pre-wrap; /* 使换行符 \A 生效 */
    color: #6e6e6e;
    margin-top: 30px;
}
.items-9 form .form4 dd{
    margin-bottom: 40px;

}
.items-9 form input,
.items-9 form textarea{
    border: none;
    border-bottom: 1px solid #bcbcbc;
    padding-left: 0;
    border-radius: initial;
}
.items-9 form textarea{
    height: 70px;
}
.items-9 form button{
    grid-row: 4;
    grid-column: 1/3;
    color: white;
    background-color: #BCBCBC;
    border: none;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 18px;
}
.items-9 form button:before{
    content: url("/upload/photo/icon/Email.png");
    display: flex;
    align-items: center;
    height: 18px;
    margin-right: 10px;
}

.items-10{
    margin: 150px 0;
}

.items-10 .bottom{
    padding: 0 50px;
    position: relative;
    margin-top: 50px;
    --swiper-navigation-top-offset: 37%
}

.items-10 .swiper-button-prev::after,
.items-10 .swiper-button-next::after{
    content: none!important;
}
.items-10 .swiper-slide .img{
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;

    border: 1px solid #CFCFCF;
}
.items-10 .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.items-10 .swiper-slide .title{
    margin-top: 10px;
    line-height: 1.1;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px){
    #body-middle > div .top .title{
        font-size: 1.4rem;
    }
    .TITLE:before{
        height: 5px;
    }
    .items-1{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0;
        margin-top: 15px;
    }
    .items-1 .right{
        display: flex;
        align-items: center;
    }
    .items-1 .img{
        width: 100%;
        aspect-ratio: 1;
    }
    .items-1 .img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .items-1 .title{
        margin-top: 15px;
    }
    .items-1 .content{
        margin-top: 0;
    }
    .items-2 .bottom{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 25px 20px;
    }
    .items-2 .bottom .item{
        padding: 10px 0;
    }
    .items-2 .bottom .item .img{
        padding: 0 10px;
    }
    .items-2 .bottom .item .sub-title{
        margin: 10px 0;
        font-size: 0.9rem;
    }
    .items-2 .bottom .item .sub-content{
        font-size: 0.9rem;
        text-align: left;
    }
    .items-2 .bottom .item .sub-title,
    .items-2 .bottom .item .sub-content{
        padding: 0 3px;
    }
    .items-3 .bottom .item{
        flex-direction: column-reverse!important;
        padding: 5px 7px;
    }
    .items-3 .bottom .item .text{
        align-items: flex-start!important;
        width: 100%;
        padding: 15px 0 5px !important;
    }
    .items-3 .bottom .item .text .sub-title:after{
        height: 1px;
    }
    .items-3 .bottom .item .text .sub-content{
        margin: 15px 0;
    }
    .items-3 .bottom .item a{
        margin: 0 0 0 90px!important;
        padding: 3px 20px!important;
    }
    .items-3 .bottom .item .text a img{
        width: 20px;
    }
    .items-3 .bottom .item form{
        grid-template-columns: none;
        grid-template-rows: none;
        justify-items: center;
    }
    .items-3 .bottom .item form dl{
        width: 100%;
    }
    .items-3 .bottom .item form .form0{
        grid-row: 1;
        grid-column: 1;

        margin-top: 15px;
    }
    .items-3 .bottom .item form .form2{
        grid-row: 2;
        grid-column: 1;

        margin-top: 15px;
    }
    .items-3 .bottom .item form:after{
        grid-row: 3;
        grid-column: 1;
    }
    .items-3 .bottom .item form input{
        padding: 5px 0;
    }
    .items-3 .bottom .item form button{
        grid-row: 4;
        grid-column: 1;
        width: 135px;
        height: 35px;

        margin-top: 15px;
    }
    .items-4{
        margin-top: 0!important;
    }
    .items-4 .bottom{
        flex-wrap: wrap;
    }
    .items-4 .bottom .item{
        margin-bottom: 30px;
    }
    .items-4 .bottom .item .sub-title{
        margin-top: 0;
    }
    .items-5 .bottom{
        grid-template-columns: none;
        grid-template-rows: repeat(4,1fr);
    }
    .items-5 .bottom .item{
        flex-direction: column;
    }
    .items-6{
        padding: 0;
    }
    .items-6 .item{

        flex-direction: column-reverse!important;
    }
    .items-6 .item>.text{
        padding: 20px;
    }
    .items-6 .item>.text .icon{
        height: 40px;
    }
    .items-6 .item>.text .icon img{
        height: 100%;
        width: auto;
    }

    .items-6 .item>.text .sub-title{
        margin-top: 15px;
        font-size: 1.2rem;
    }
    .items-6 .item>.text .sub-content{
        font-size: 1.15rem;
        margin-top: 10px;
    }
    .items-7{
        padding: 0;
        margin-top: var(--interval-global);
    }
    .items-7 .item{
        margin: 0;
    }
    .items-7 .item .text{
        display: none;
    }
    .items-7 .item .img p{
        margin: 10px 0;
    }
    .items-7 .item .img p a{
        margin: 0 10px;
    }
    .items-7 .bottom{
        padding: 0;
    }
    .items-8{
        padding: 10px 5px!important;
        width: 97% !important;
    }
    .items-8 .bottom{
        display: flex;
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }
    .items-8 .bottom .item{
        margin-left: 0;
        margin-top: 35px;
    }
    .items-8 .bottom .item .img{
        width: 100%;
    }
    .items-8 .bottom .item .img img{
        width: 100%;
        height: auto;
    }
    .items-8 .bottom .item .text{
        margin: 0;
    }
    .items-9{
        display: flex;
        flex-direction: column;
    }
    .items-9 .text .sub-title{
        font-size: 1.75rem;
    }
    .items-9 .text .sub-content{
        font-size: 1.35rem;
        margin-top: 10px;
    }
    .items-9 .form{
        padding: 15px;
    }
    .items-9 form{
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .items-9 form dl{
        margin-bottom: 30px;
    }
    .items-9 form .form4 dd{
        margin: 0;
    }

    .items-10 {
        margin: 40px 0;
        --swiper-navigation-sides-offset: -3px
    }
    .items-10 .bottom{
        margin-top: 25px;
    }
    .items-10 .swiper-slide .title{
        -webkit-line-clamp: 2;

    }
    .swiper-button-prev img, .swiper-button-next img{
        height: 30px;
    }
    .items-10 .bottom{
        padding: 0 30px;
    }

}