@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.bannerBox {
    position: relative;
    overflow: hidden;
}

.bannerBox .bg {
    height: calc(100vh + 40px);
}

.bannerBox .bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}

.bannerBox .titleBox {
    padding: 0 80px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}

.bannerBox .titleBox .title {
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
}

.bannerBox .titleBox .txt {
    max-width: 552px;
    font-size: 24px;
    line-height: 1.2;
}

.main {
    margin-top: -40px;
    position: relative;
    border-radius: 40px;
    background: #fff;
}

.main .section01 {
    position: relative;
}

.main .section01 .box {
    padding: 120px 80px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    backdrop-filter: blur(20px);
    border-radius: 40px 40px 0 0;
    box-sizing: border-box;
}

.main .section01 .box01 .title {
    margin-bottom: 80px;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
    line-height: 1.2;
    text-align: center;
}

.main .section01 .box01 .list {
    margin: 0 -10px;
    display: flex;
}

.main .section01 .box01 .list>li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .section01 .box01 .list li .subBox {
    padding: 39px;
    height: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid rgba(34, 34, 34, 0.20);
}

.main .section01 .box01 .list li .ttlBox {
    display: flex;
    align-items: center;
}

.main .section01 .box01 .list li .ttlBox .ttl {
    padding: 40px 20px 0 0;
    min-width: 1px;
    flex: 1;
    position: relative;
    font-size: 40px;
    font-family: 'SourceHanSerifCNSB';
}

.main .section01 .box01 .list li .ttlBox .ttl span {
    padding: 0 12px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    font-family: 'HarmonyOSSansSCR';
    font-size: 20px;
    line-height: 40px;
    background: #222;
    border-radius: 20px;
}

.main .section01 .box01 .list li .txtBox {
    display: flex;
    align-items: flex-end;
}

.main .section01 .box01 .list li .txtBox .sub {
    margin-right: 20px;
    min-width: 1px;
    flex: 1;
}

.main .section01 .box01 .list li .txtBox p,
.main .section01 .box01 .list li .txtBox .textUl {
    margin-top: 8px;
    opacity: 0.5;
    font-size: 20px;
    line-height: 1.2;
}

.main .section01 .box01 .list li .txtBox .textUl li {
    padding-left: 30px;
    position: relative;
}

.main .section01 .box01 .list li .txtBox .textUl li:before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 13px;
    top: 10px;
    background: #222;
    border-radius: 50%;
    content: "";
}

.main .section01 .box01 .list li .btn a {
    padding-left: 12px;
    width: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 20px;
    line-height: 60px;
    border-radius: 40px;
    border: 2px solid rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    transition: all 0.3s;
}

.main .section01 .box01 .list li .btn a .icon {
    margin-left: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #222;
}

.main .section01 .box01 .list li .btn a:hover {
    color: #fff;
    background: #222;
}

.main .section01 .box01 .list li .btn a:hover .icon {
    background: #fff url("../images/service/img03_on.png") no-repeat center center;
}

.main .section01 .box01 .list li .btn a:hover .icon img {
    visibility: hidden;
}

.main .section01 .box02 {
    height: 704px;
}

.main .section01 .box02 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url("../images/service/photo01.png") no-repeat center center;
    background-size: cover;
    border-radius: 40px;
}

.main .section01 .box02 .inner {
    position: relative;
    display: flex;
    color: #fff;
}

.main .section01 .box02 .inner .lBox {
    margin-right: 40px;
    min-width: 1px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main .section01 .box02 .inner .lBox .ttlBox {
    line-height: 1.2;
}

.main .section01 .box02 .inner .lBox .ttlBox .ttl {
    margin-bottom: 20px;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
}

.main .section01 .box02 .inner .lBox .linkBox p {
    opacity: 0.5;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main .section01 .box02 .inner .lBox .linkBox .comLink a {
    backdrop-filter: blur(20px);
}

.main .section01 .box02 .inner .rBox {
    padding-left: 39px;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.main .section01 .box02 .inner .rBox p {
    opacity: 0.5;
    line-height: 1.2;
}

.main .section01 .box02 .inner .rBox .list>li {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.main .section01 .box02 .inner .rBox .list>li .ttl {
    width: 2em;
    font-size: 24px;
    line-height: 1.2;
}

.main .section01 .box02 .inner .rBox .paramList {
    min-width: 1px;
    flex: 1;
    display: flex;
}

.main .section01 .box02 .inner .rBox .paramList li {
    margin-left: 32px;
}

.main .section01 .box02 .inner .rBox .paramList li .num {
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
    text-align: center;
}

.main .section01 .box02 .inner .rBox .paramList li .imgBox {
    min-width: 69px;
    display: flex;
    justify-content: center;
}

.main .section01 .box02 .inner .rBox .paramList li .imgBox .img {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
}

.main .section02 {
    margin-bottom: -40px;
    padding: 120px 80px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 40px 40px;
    background: #fff;
}

.main .section02 .inner {
    position: relative;
    display: flex;
}

.main .section02 .inner .lBox {
    margin-right: 80px;
    width: 500px;
    position: relative;
}

.main .section02 .inner .lBox .fixBox {
    padding-top: 100px;
    position: absolute;
    top: -100px;
}

.main .section02 .inner .lBox .ttlBox {
    margin-bottom: 160px;
    line-height: 1.2;
}

.main .section02 .inner .lBox .ttlBox .ttl {
    margin-bottom: 40px;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
}

.main .section02 .inner .lBox .ttlBox .txt {
    opacity: 0.5;
    white-space: pre-line;
}

.main .section02 .inner .lBox .naviUl {
    margin-bottom: 160px;
    border-left: 1px solid rgba(34, 34, 34, 0.20);
}

.main .section02 .inner .lBox .naviUl li {
    margin: 0 0 24px;
    display: flex;
}

.main .section02 .inner .lBox .naviUl li:last-child {
    margin-bottom: 0;
}

.main .section02 .inner .lBox .naviUl li a {
    padding-left: 23px;
    position: relative;
    color: #222;
    font-size: 24px;
    line-height: 37px;
}

.main .section02 .inner .lBox .naviUl li.on a:before,
.main .section02 .inner .lBox .naviUl li a:hover:before {
    width: 2px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #222;
    content: "";
}

.main .section02 .inner .lBox .comLink a {
    width: 216px;
}

.main .section02 .inner .rBox {
    min-width: 1px;
    flex: 1;
}

.main .section02 .inner .rBox .item {
    margin-bottom: 80px;
    padding-bottom: 79px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(34, 34, 34, 0.20);
}

.main .section02 .inner .rBox .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.main .section02 .inner .rBox .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.main .section02 .inner .rBox .item .photo {
    padding: 0 20px 0 0;
    width: 50%;
    box-sizing: border-box;
}

.main .section02 .inner .rBox .item:nth-child(2n) .photo {
    padding: 0 0 0 20px;
}

.main .section02 .inner .rBox .item .photo img {
    width: 100%;
    height: 319px;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

.main .section02 .inner .rBox .item .textBox {
    padding: 0 0 0 20px;
    width: 50%;
    box-sizing: border-box;
}

.main .section02 .inner .rBox .item:nth-child(2n) .textBox {
    padding: 0 20px 0 0;
}

.main .section02 .inner .rBox .item .textBox .ttl {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.2;
}

.main .section02 .inner .rBox .item .textBox .txt {
    margin-bottom: 24px;
    color: #999;
}

.main .section02 .inner .rBox .item .textBox .txt a {
    color: #222;
}

.main .section02 .inner .rBox .item .textBox .txt a:hover {
    text-decoration: underline;
}

.main .section02 .inner .rBox .item .textBox .tagList {
    margin: 0 -10px 14px 0;
    display: flex;
    flex-wrap: wrap;
}

.main .section02 .inner .rBox .item .textBox .tagList li {
    margin: 0 10px 10px 0;
    padding: 0 12px;
    line-height: 35px;
    color: rgba(34, 34, 34, 0.50);
    border-radius: 40px;
    background: #F8F8F8;
}

.main .section02 .inner .rBox .item .textBox .textUl {
    margin-bottom: 24px;
}

.main .section02 .inner .rBox .item .textBox .textUl li {
    padding-left: 30px;
    position: relative;
    opacity: 0.5;
}

.main .section02 .inner .rBox .item .textBox .textUl li:before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 13px;
    top: 10px;
    background: #222;
    border-radius: 50%;
    content: "";
}

.main .section02 .inner .rBox .item .textBox .txt:last-child {
    margin-bottom: 0;
}

.main .section03 .inner {
    padding: 160px 80px;
    background: #F8F8F8;
}

.main .section03 .inner .titleBox {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2;
}

.main .section03 .inner .titleBox .title {
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
}

.main .section03 .inner .titleBox .text {
    width: 440px;
    opacity: 0.5;
    white-space: pre-line;
}

.main .section03 .inner .listUl li {
    margin-bottom: -40px;
    padding: 0 0 40px;
    position: relative;
    border-radius: 40px;
    background: #fff;
    border-top: 1px solid rgba(34, 34, 34, 0.20)
}

.main .section03 .inner .listUl li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.main .section03 .inner .listUl li.on {
    background: #222;
}

.main .section03 .inner .listUl li>a {
    padding: 64px 40px;
    display: flex;
    align-items: center;
    line-height: 40px;
}

.main .section03 .inner .listUl li>a .num {
    margin-right: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #222;
}

.main .section03 .inner .listUl li.on>a .num {
    color: #222;
    background: #fff;
}

.main .section03 .inner .listUl li>a .ttl {
    padding-right: 52px;
    min-width: 1px;
    flex: 1;
    font-size: 32px;
    background: url("../images/common/arrow11.png") no-repeat right center;
}

.main .section03 .inner .listUl li.on>a .ttl {
    color: #fff;
    background-image: url("../images/common/arrow12.png");
}

.main .section03 .inner .listUl li .detailBox {
    display: none;
    margin-top: -24px;
    position: relative;
    z-index: 1;
}

.main .section03 .inner .listUl li .detailBox .txtBox {
    padding: 0 40px 40px;
    display: flex;
    justify-content: flex-end;
}

.main .section03 .inner .listUl li .detailBox .sub {
    max-width: 750px;
}

.main .section03 .inner .listUl li .detailBox .sub p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    opacity: 0.5;
}

.main .section04 {
    position: relative;
}

.main .section04 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main .section04 .bg img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 40px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    object-fit: cover;
}

.main .section04 .bg img.show {
    visibility: visible;
    opacity: 1;
}

.main .section04 .inner {
    padding: 0 40px;
    position: relative;
    display: flex;
    box-sizing: border-box;
}

.main .section04 .inner .item {
    padding: 0 40px;
    width: 24%;
    height: 980px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    transition: width 0.3s;
    cursor: pointer;
}

.main .section04 .inner .item:last-child {
    border: none;
}

.main .section04 .inner .item.show {
    width: 52%;
}

.main .section04 .inner .item .num {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 120px;
    display: block;
    color: #fff;
    font-family: 'SourceHanSerifCNR';
    font-size: 32px;
    line-height: 56px;
    text-align: center;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
}

.main .section04 .inner .item.show .num {
    color: #222;
    background: #fff;
}

.main .section04 .inner .item .txtBox {
    padding: 0 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
    color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
}

.main .section04 .inner .item .txtBox .ttl {
    margin-bottom: 40px;
    font-size: 20px;
}

.main .section04 .inner .item .txtBox .ttl span {
    margin-top: 12px;
    display: block;
    font-family: 'SourceHanSerifCNSB';
    font-size: 40px;
}

.main .section04 .inner .item .txtBox .txt {
    font-size: 20px;
    opacity: 0.5;
}

.main .section04 .inner .item .stepBox {
    padding: 0 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
    color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;

}

.main .section04 .inner .item .stepBox .ttl {
    margin-bottom: 40px;
    font-size: 20px;
}

.main .section04 .inner .item .stepBox ul {
    margin-right: -40px;
    display: flex;
}

.main .section04 .inner .item .stepBox li {
    padding-right: 40px;
    width: 33.33%;
    box-sizing: border-box;
}

.main .section04 .inner .item .stepBox li .img {
    margin-bottom: 23px;
    position: relative;
}

.main .section04 .inner .item .stepBox li .img:before {
    width: calc(100% - 77px);
    height: 1px;
    position: absolute;
    right: 0;
    top: 16px;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.50);
    content: "";
}

.main .section04 .inner .item .stepBox li p {
    white-space: pre-line;
}

.main .section04 .inner .item.show .txtBox {
    bottom: auto;
    top: 214px;
}

.main .section04 .inner .item.show .txtBox .ttl span {
    margin-top: 4px;
    font-size: 64px;
}

.main .section04 .inner .item.show .stepBox {
    visibility: visible;
    opacity: 1;
}

.main .section05 {
    padding: 120px 80px 160px;
}

.main .section05 .inner {
    display: flex;
}

.main .section05 .inner .lBox {
    padding-right: 80px;
    width: 41.36%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.main .section05 .inner .lBox .ttlBox {
    margin-bottom: 40px;
    line-height: 1.2;
}

.main .section05 .inner .lBox .ttlBox .ttl {
    margin-bottom: 40px;
    font-size: 64px;
    font-family: 'SourceHanSerifCNSB';
}

.main .section05 .inner .lBox .ttlBox .txt {
    font-size: 20px;
    white-space: pre-line;
    opacity: 0.5;
}

.main .section05 .inner .lBox .qrcodeBox {
    width: 180px;
    color: rgba(34, 34, 34, 0.50);
    font-size: 20px;
    line-height: 1.2;
    white-space: pre-line;
    text-align: center;
}

.main .section05 .inner .lBox .qrcodeBox img {
    margin-bottom: 12px;
    width: 180px;
    height: 180px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.main .section05 .inner .rBox {
    min-width: 1px;
    flex: 1;
}

.main .section05 .inner .rBox .list {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.main .section05 .inner .rBox .list li {
    padding: 0 12px 24px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.main .section05 .inner .rBox .list li.w50 {
    width: 50%;
}

.main .section05 .inner .rBox .list li input {
    padding: 0 16px;
    width: 100%;
    height: 71px;
    display: block;
    font-size: 20px;
    line-height: 71px;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    background: #F8F8F8;
}

.main .section05 .inner .rBox .list li textarea::-webkit-input-placeholder,
.main .section05 .inner .rBox .list li input::-webkit-input-placeholder {
    color: #222;
}

.main .section05 .inner .rBox .list li textarea::-moz-placeholder,
.main .section05 .inner .rBox .list li input::-moz-placeholder {
    color: #222;
    opacity: 1;
}

.main .section05 .inner .rBox .list li textarea:-moz-placeholder,
.main .section05 .inner .rBox .list li input:-moz-placeholder {
    color: #222;
    opacity: 1;
}

.main .section05 .inner .rBox .list li.select span {
    position: absolute;
    left: 28px;
    top: 0;
    font-size: 20px;
    line-height: 71px;
}

.main .section05 .inner .rBox .list li.select select {
    padding: 0 48px;
    width: 100%;
    height: 71px;
    color: #222;
    font-size: 20px;
    line-height: 71px;
    text-align: right;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F8F8F8 url("../images/common/arrow01.png") no-repeat right 16px center;
}

.main .section05 .inner .rBox .list li textarea {
    padding: 24px 16px;
    width: 100%;
    height: 310px;
    display: block;
    color: #222;
    font-size: 20px;
    line-height: 1.2;
    box-sizing: border-box;
    border: none;
    border-radius: 12px;
    background: #F8F8F8;
    resize: none;
}

.enBody .main .section01 .box01 .list li .btn a {
    min-width: 192px;
    width: auto;
    padding: 0 12px;
}
.enBody .main .section01 .box02 .inner .rBox .list>li .ttl {
    width: 3em;
}
.enBody .main .section02 .inner .lBox .ttlBox .ttl {
    font-size: 32px;
}
.enBody .main .section02 .inner .lBox .comLink a {
    width: auto;
}

@media all and (max-width: 1499px) {}

@media all and (max-width: 1399px) {}

@media all and (min-width: 768px) and (max-width: 1240px) {
    .bannerBox .bg {
        height: 768px;
        background: url("../images/service/sp_banner.png") no-repeat;
        background-size: cover;
    }

    .bannerBox .bg img {
        visibility: hidden;
    }

    .bannerBox .titleBox {
        padding: 0 80px;
        bottom: 80px;
    }

    .bannerBox .titleBox .title {
        margin-right: 128px;
        font-size: 56px;
        white-space: nowrap;
    }

    .bannerBox .titleBox .txt {
        font-size: 24px;
    }

    .main {
        margin-top: -40px;
        border-radius: 32px;
    }

    .main .section01 .box {
        padding: 80px 40px;
    }

    .main .section01 .box01 .title {
        margin-bottom: 80px;
        font-size: 56px;
    }

    .main .section01 .box01 .list {
        display: block;
    }

    .main .section01 .box01 .list>li {
        padding-bottom: 40px;
        width: auto;
    }

    .main .section01 .box01 .list li .subBox {
        border-radius: 32px;
        padding: 30px;
        min-height: inherit;
        display: block;
    }

    .main .section01 .box01 .list li .ttlBox {
        margin-bottom: 100px;
    }

    .main .section01 .box01 .list li .ttlBox .ttl {
        padding-top: 62px;
        font-size: 48px;
    }

    .main .section01 .box01 .list li .ttlBox .ttl span {
        padding: 0 24px;
        font-size: 24px;
        line-height: 60px;
    }

    .main .section01 .box01 .list li .ttlBox img {
        width: auto;
        height: 112px;
    }

    .main .section01 .box01 .list li .txtBox p,
    .main .section01 .box01 .list li .txtBox .textUl {
        font-size: 24px;
    }

    .main .section01 .box01 .list li .txtBox .textUl li {
        padding-left: 36px;
    }

    .main .section01 .box01 .list li .txtBox .textUl li:before {
        width: 6px;
        height: 6px;
        left: 16px;
        top: 12px;
    }

    .main .section01 .box01 .list li .btn a {
        padding-left: 16px;
        width: 242px;
        font-size: 26px;
        line-height: 76px;
        border-width: 2px;
    }

    .main .section01 .box01 .list li .btn a .icon {
        margin-left: 16px;
        width: 48px;
        height: 48px;
        background-size: 16px auto !important;
    }

    .main .section01 .box01 .list li .btn a .icon img {
        width: 16px;
        height: auto;
    }

    .main .section01 .box02 {
        padding: 88px 40px 80px;
        height: auto;
    }

    .main .section01 .box02 .bg {
        border-radius: 32px;
        background-image: url("../images/service/sp_photo01.png");
    }

    .main .section01 .box02 .inner {
        display: block;
    }

    .main .section01 .box02 .inner .lBox {
        margin: 0 0 158px;
        width: auto;
    }

    .main .section01 .box02 .inner .lBox .ttlBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main .section01 .box02 .inner .lBox .ttlBox .ttl {
        margin: 0;
        font-size: 56px;
    }

    .main .section01 .box02 .inner .lBox .ttlBox .txt {
        font-size: 28px;
    }

    .main .section01 .box02 .inner .rBox {
        padding: 0;
        border: none;
    }

    .main .section01 .box02 .inner .rBox p {
        font-size: 24px;
    }

    .main .section01 .box02 .inner .rBox .list {
        margin: 0 -24px 150px;
        display: flex;
        flex-wrap: wrap;
    }

    .main .section01 .box02 .inner .rBox .list>li {
        margin: 0;
        padding: 32px 24px 0;
    }

    .main .section01 .box02 .inner .rBox .list>li .ttl {
        font-size: 32px;
    }

    .main .section01 .box02 .inner .rBox .paramList li {
        margin: 0 0 0 48px;
    }

    .main .section01 .box02 .inner .rBox .paramList li .num {
        margin-bottom: 32px;
        font-size: 28px;
    }

    .main .section01 .box02 .inner .rBox .paramList li .imgBox {
        margin-bottom: 24px;
        transform: scale(1.5);
    }

    .main .section01 .box02 .linkBox p {
        font-size: 28px;
        opacity: 0.5;
        margin-bottom: 40px;
    }

    .main .section02 {
        margin-bottom: -40px;
        padding: 80px 40px 160px;
        border-radius: 0 0 32px 32px;
    }

    .main .section02 .ttlBox {
        margin-bottom: 80px;
        line-height: 1.2;
    }

    .main .section02 .ttlBox .ttl {
        margin-bottom: 48px;
        font-size: 56px;
        font-family: 'SourceHanSerifCNR';
    }

    .main .section02 .ttlBox .txt {
        font-size: 24px;
        opacity: 0.5;
        white-space: pre-line;
    }

    .main .section02 .inner .lBox {
        margin-right: 40px;
        width: 128px;
    }

    .main .section02 .inner .lBox .naviUl {
        margin: 0;
    }

    .main .section02 .inner .lBox .naviUl li a {
        padding-left: 30px;
        font-size: 32px;
        line-height: 54px;
    }

    .main .section02 .inner .rBox .item {
        margin-bottom: 64px;
        padding-bottom: 64px;
        display: block;
    }

    .main .section02 .inner .rBox .item .photo {
        margin-bottom: 64px;
        padding: 0 !important;
        width: auto !important;
    }

    .main .section02 .inner .rBox .item .photo img {
        height: 280px;
        border-radius: 32px;
    }

    .main .section02 .inner .rBox .item .textBox {
        padding: 0 !important;
        width: auto !important;
    }

    .main .section02 .inner .rBox .item .textBox .ttl {
        margin-bottom: 48px;
        font-size: 36px;
    }

    .main .section02 .inner .rBox .item .textBox .tagList {
        margin-bottom: 12px;
    }

    .main .section02 .inner .rBox .item .textBox .tagList li {
        font-size: 24px;
        line-height: 52px;
    }

    .main .section02 .inner .rBox .item .textBox .txt {
        font-size: 24px;
    }

    .main .section02 .inner .rBox .item .textBox .textUl li {
        padding-left: 36px;
        font-size: 24px;
    }

    .main .section02 .inner .rBox .item .textBox .textUl li:before {
        width: 6px;
        height: 6px;
        left: 16px;
        top: 12px;
    }

    .main .section02 .inner .comLink {
        width: 100%;
        position: absolute;
        top: 480px;
    }

    .main .section02 .inner .comLink a {
        width: auto;
        display: flex;
        justify-content: center;
        color: #fff;
        background-image: none !important;
        background: #222;
    }

    .main .section02 .inner .comLink a span {
        padding: 0 76px;
        background: url("../images/common/arrow03.png") no-repeat right center;
        background-size: 60px auto;
    }

    .main .section03 .inner {
        padding: 120px 40px 80px;
    }

    .main .section03 .inner .titleBox {
        margin-bottom: 80px;
        display: block;
    }

    .main .section03 .inner .titleBox .title {
        margin-bottom: 48px;
        font-size: 56px;
    }

    .main .section03 .inner .titleBox .text {
        width: auto;
        font-size: 28px;
    }

    .main .section03 .inner .listUl li {
        margin: 0 0 -40px;
        padding: 0 0 40px;
        border-radius: 32px;
    }

    .main .section03 .inner .listUl li>a {
        padding: 48px 32px;
    }

    .main .section03 .inner .listUl li>a .num {
        margin-right: 32px;
        width: 64px;
        height: 64px;
        font-size: 24px;
        line-height: 64px;
    }

    .main .section03 .inner .listUl li>a .ttl {
        padding-right: 44px;
        font-size: 36px;
        line-height: 1.2;
        background-size: 26px auto !important;
    }

    .main .section03 .inner .listUl li .detailBox {
        margin: 0;
        padding-bottom: 8px;
    }

    .main .section03 .inner .listUl li .detailBox .txtBox {
        padding: 0 32px;
        display: block;
    }

    .main .section03 .inner .listUl li .detailBox .sub {
        max-width: 100%;
    }

    .main .section03 .inner .listUl li .detailBox .sub p {
        margin-bottom: 32px;
        font-size: 28px;
    }

    .main .section04 .bg img {
        border-radius: 32px;
    }

    .main .section04 .inner {
        padding: 0;
        display: block;
    }

    .main .section04 .inner .item {
        padding: 48px 40px;
        width: auto !important;
        height: 184px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.3s;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .main .section04 .inner .item.show {
        padding: 80px 40px;
        height: 1220px;
    }

    .main .section04 .inner .item .txtBox {
        padding: 0;
        position: static;
    }

    .main .section04 .inner .item .txtBox .ttl {
        margin-bottom: 0;
        font-size: 28px;
    }

    .main .section04 .inner .item .txtBox .ttl span {
        margin-top: 8px !important;
        font-size: 40px !important;
    }

    .main .section04 .inner .item .txtBox .txt {
        margin-top: 32px;
        font-size: 28px;
        flex: 1;
        min-height: 1px;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .main .section04 .inner .item.show .txtBox .txt,
    .main .section04 .inner .item.show .stepBox {
        opacity: 1;
        visibility: visible;
    }

    .main .section04 .inner .item .num {
        width: 64px;
        height: 64px;
        right: 40px;
        top: 48px;
        font-size: 40px;
        line-height: 64px;
        transition: all 0.3s;
    }

    .main .section04 .inner .item.show .num {
        top: 80px;
    }

    .main .section04 .inner .item .stepBox {
        padding: 0;
        position: static;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .main .section04 .inner .item .stepBox .ttl {
        margin-bottom: 48px;
        font-size: 28px;
    }

    .main .section04 .inner .item .stepBox ul {
        margin-right: -32px;
    }

    .main .section04 .inner .item .stepBox li {
        padding-right: 32px;
    }

    .main .section04 .inner .item .stepBox li .img {
        margin-bottom: 28px;
    }

    .main .section04 .inner .item .stepBox li .img:before {
        width: calc(100% - 60px);
        top: 18px;
    }

    .main .section04 .inner .item .stepBox li .img img {
        width: auto;
        height: 40px;
        display: block;
    }

    .main .section04 .inner .item .stepBox li p {
        font-size: 24px;
    }

    .main .section05 {
        padding: 80px 40px 120px;
    }

    .main .section05 .inner {
        display: block;
    }

    .main .section05 .inner .lBox {
        width: auto;
        padding: 0 0 80px;
    }

    .main .section05 .inner .lBox .ttlBox {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main .section05 .inner .lBox .ttlBox .ttl {
        margin: 0 40px 0 0;
        font-size: 56px;
    }

    .main .section05 .inner .lBox .ttlBox .txt {
        font-size: 28px;
    }

    .main .section05 .inner .rBox {
        margin-bottom: 80px;
    }

    .main .section05 .inner .rBox .list {
        margin: 0 -8px;
    }

    .main .section05 .inner .rBox .list li {
        padding: 0 8px 16px;
    }

    .main .section05 .inner .rBox .list li input {
        padding: 0 32px;
        height: 96px;
        font-size: 28px;
        line-height: 86px;
        border-radius: 24px;
    }

    .main .section05 .inner .rBox .list li.select span {
        left: 40px;
        font-size: 28px;
        line-height: 96px;
    }

    .main .section05 .inner .rBox .list li.select select {
        padding: 0 48px 0 100px;
        height: 96px;
        font-size: 28px;
        line-height: 96px;
        border-radius: 24px;
    }

    .main .section05 .inner .rBox .list li textarea {
        padding: 32px;
        height: 384px;
        font-size: 28px;
    }

    .main .section05 .inner .rBox .comLink a {
        width: auto;
        display: flex;
        justify-content: center;
        background-image: none !important;
    }

    .main .section05 .inner .rBox .comLink a span {
        padding: 0 76px;
        background: url("../images/common/arrow04.png") no-repeat right center;
        background-size: 60px auto;
    }

    .main .section05 .inner .rBox .comLink a:hover span {
        background-image: url("../images/common/arrow03.png");
    }

    .main .section05 .inner .qrcodeBox {
        text-align: center;
        color: rgba(34, 34, 34, 0.50);
        font-size: 28px;
        line-height: 1.2;
    }

    .main .section05 .inner .qrcodeBox img {
        margin: 0 auto 24px;
        width: 320px;
        height: 320px;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.10);
        box-sizing: border-box;
    }

    .enBody .bannerBox .titleBox {
        display: block;
    }
    .enBody .bannerBox .titleBox .txt {
        max-width: 100%;
    }
    .enBody .main .section01 .box02 .inner .lBox .ttlBox {
        display: block;
    }
    .enBody .main .section01 .box02 .inner .lBox .ttlBox .ttl {
        margin-bottom: 20px;
    }
    .enBody .main .section01 .box02 .inner .rBox .list>li .ttl {
        width: 3.5em;
    }
    .enBody .main .section02 .inner .lBox .fixBox {
        max-width: 100%;
    }
    .enBody .main .section02 .inner .lBox .naviUl li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .enBody .main .section02 .inner .comLink a {
        width: 100%;
    }
    
    .enBody .main .section01 .box01 .list li .txtBox {
        display: block;
    }
    .enBody .main .section01 .box01 .list li .txtBox .sub {
        margin: 0 0 20px;
    }
    .enBody .main .section05 .inner .lBox .ttlBox {
        display: block;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .bannerBox .bg {
        height: 520px;
        background: url("../images/service/sp_banner.png") no-repeat;
        background-size: cover;
    }

    .bannerBox .bg img {
        visibility: hidden;
    }

    .bannerBox .titleBox {
        padding: 0 20px;
        bottom: 40px;
    }

    .bannerBox .titleBox .title {
        margin-right: 64px;
        font-size: 28px;
        white-space: nowrap;
    }

    .bannerBox .titleBox .txt {
        font-size: 12px;
    }

    .main {
        margin-top: -20px;
        border-radius: 16px;
    }

    .main .section01 .box {
        padding: 40px 20px;
    }

    .main .section01 .box01 .title {
        margin-bottom: 40px;
        font-size: 28px;
    }

    .main .section01 .box01 .list {
        display: block;
    }

    .main .section01 .box01 .list>li {
        padding-bottom: 20px;
        width: auto;
    }

    .main .section01 .box01 .list li .subBox {
        border-radius: 16px;
        padding: 15px;
        min-height: inherit;
        display: block;
    }

    .main .section01 .box01 .list li .ttlBox {
        margin-bottom: 50px;
    }

    .main .section01 .box01 .list li .ttlBox .ttl {
        padding-top: 31px;
        font-size: 24px;
    }

    .main .section01 .box01 .list li .ttlBox .ttl span {
        padding: 0 12px;
        font-size: 12px;
        line-height: 30px;
    }

    .main .section01 .box01 .list li .ttlBox img {
        width: auto;
        height: 56px;
    }

    .main .section01 .box01 .list li .txtBox p,
    .main .section01 .box01 .list li .txtBox .textUl {
        font-size: 12px;
    }

    .main .section01 .box01 .list li .txtBox .textUl li {
        padding-left: 18px;
    }

    .main .section01 .box01 .list li .txtBox .textUl li:before {
        width: 3px;
        height: 3px;
        left: 8px;
        top: 6px;
    }

    .main .section01 .box01 .list li .btn a {
        padding-left: 8px;
        width: 121px;
        font-size: 13px;
        line-height: 38px;
        border-width: 1px;
    }

    .main .section01 .box01 .list li .btn a .icon {
        margin-left: 8px;
        width: 24px;
        height: 24px;
        background-size: 8px auto !important;
    }

    .main .section01 .box01 .list li .btn a .icon img {
        width: 8px;
        height: auto;
    }

    .main .section01 .box02 {
        padding: 44px 20px 40px;
        height: auto;
    }

    .main .section01 .box02 .bg {
        border-radius: 16px;
        background-image: url("../images/service/sp_photo01.png");
    }

    .main .section01 .box02 .inner {
        display: block;
    }

    .main .section01 .box02 .inner .lBox {
        margin: 0 0 79px;
        width: auto;
    }

    .main .section01 .box02 .inner .lBox .ttlBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main .section01 .box02 .inner .lBox .ttlBox .ttl {
        margin: 0;
        font-size: 28px;
    }

    .main .section01 .box02 .inner .lBox .ttlBox .txt {
        font-size: 14px;
    }

    .main .section01 .box02 .inner .rBox {
        padding: 0;
        border: none;
    }

    .main .section01 .box02 .inner .rBox p {
        font-size: 12px;
    }

    .main .section01 .box02 .inner .rBox .list {
        margin: 0 -12px 75px;
        display: flex;
        flex-wrap: wrap;
    }

    .main .section01 .box02 .inner .rBox .list>li {
        margin: 0;
        padding: 16px 12px 0;
    }

    .main .section01 .box02 .inner .rBox .list>li .ttl {
        font-size: 16px;
    }

    .main .section01 .box02 .inner .rBox .paramList li {
        margin: 0 -10px 0 4px;
    }

    .main .section01 .box02 .inner .rBox .paramList li .num {
        margin-bottom: -3px;
        font-size: 14px;
    }

    .main .section01 .box02 .inner .rBox .paramList li .imgBox {
        margin-bottom: -12px;
        transform: scale(0.75);
    }

    .main .section01 .box02 .linkBox p {
        font-size: 14px;
        opacity: 0.5;
        margin-bottom: 20px;
    }

    .main .section02 {
        margin-bottom: -20px;
        padding: 40px 20px 80px;
        border-radius: 0 0 16px 16px;
    }

    .main .section02 .ttlBox {
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .main .section02 .ttlBox .ttl {
        margin-bottom: 24px;
        font-size: 28px;
        font-family: 'SourceHanSerifCNR';
    }

    .main .section02 .ttlBox .txt {
        font-size: 12px;
        opacity: 0.5;
        white-space: pre-line;
    }

    .main .section02 .inner .lBox {
        margin-right: 20px;
        width: 64px;
    }

    .main .section02 .inner .lBox .naviUl {
        margin: 0;
    }

    .main .section02 .inner .lBox .naviUl li a {
        padding-left: 15px;
        font-size: 16px;
        line-height: 27px;
    }

    .main .section02 .inner .rBox .item {
        margin-bottom: 32px;
        padding-bottom: 32px;
        display: block;
    }

    .main .section02 .inner .rBox .item .photo {
        margin-bottom: 32px;
        padding: 0 !important;
        width: auto !important;
    }

    .main .section02 .inner .rBox .item .photo img {
        height: 140px;
        border-radius: 16px;
    }

    .main .section02 .inner .rBox .item .textBox {
        padding: 0 !important;
        width: auto !important;
    }

    .main .section02 .inner .rBox .item .textBox .ttl {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .main .section02 .inner .rBox .item .textBox .tagList {
        margin-bottom: 6px;
    }

    .main .section02 .inner .rBox .item .textBox .tagList li {
        font-size: 12px;
        line-height: 26px;
    }

    .main .section02 .inner .rBox .item .textBox .txt {
        font-size: 12px;
    }

    .main .section02 .inner .rBox .item .textBox .textUl li {
        padding-left: 18px;
        font-size: 12px;
    }

    .main .section02 .inner .rBox .item .textBox .textUl li:before {
        width: 3px;
        height: 3px;
        left: 8px;
        top: 6px;
    }

    .main .section02 .inner .comLink {
        width: 100%;
        position: absolute;
        top: 240px;
    }

    .main .section02 .inner .comLink a {
        width: auto;
        display: flex;
        justify-content: center;
        color: #fff;
        background-image: none !important;
        background: #222;
    }

    .main .section02 .inner .comLink a span {
        padding: 0 38px;
        background: url("../images/common/arrow03.png") no-repeat right center;
        background-size: 30px auto;
    }

    .main .section03 .inner {
        padding: 60px 20px 40px;
    }

    .main .section03 .inner .titleBox {
        margin-bottom: 40px;
        display: block;
    }

    .main .section03 .inner .titleBox .title {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .main .section03 .inner .titleBox .text {
        width: auto;
        font-size: 14px;
    }

    .main .section03 .inner .listUl li {
        margin: 0 0 -20px;
        padding: 0 0 20px;
        border-radius: 16px;
    }

    .main .section03 .inner .listUl li>a {
        padding: 24px 16px;
    }

    .main .section03 .inner .listUl li>a .num {
        margin-right: 16px;
        width: 32px;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
    }

    .main .section03 .inner .listUl li>a .ttl {
        padding-right: 22px;
        font-size: 18px;
        line-height: 1.2;
        background-size: 13px auto !important;
    }

    .main .section03 .inner .listUl li .detailBox {
        margin: 0;
        padding-bottom: 4px;
    }

    .main .section03 .inner .listUl li .detailBox .txtBox {
        padding: 0 16px;
        display: block;
    }

    .main .section03 .inner .listUl li .detailBox .sub {
        max-width: 100%;
    }

    .main .section03 .inner .listUl li .detailBox .sub p {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .main .section04 .bg img {
        border-radius: 16px;
    }

    .main .section04 .inner {
        padding: 0;
        display: block;
    }

    .main .section04 .inner .item {
        padding: 24px 20px;
        width: auto !important;
        height: 92px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.3s;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .main .section04 .inner .item.show {
        padding: 40px 20px;
        height: 610px;
    }

    .main .section04 .inner .item .txtBox {
        padding: 0;
        position: static;
    }

    .main .section04 .inner .item .txtBox .ttl {
        margin-bottom: 0;
        font-size: 14px;
    }

    .main .section04 .inner .item .txtBox .ttl span {
        margin-top: 4px !important;
        font-size: 20px !important;
    }

    .main .section04 .inner .item .txtBox .txt {
        margin-top: 16px;
        font-size: 14px;
        flex: 1;
        min-height: 1px;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .main .section04 .inner .item.show .txtBox .txt,
    .main .section04 .inner .item.show .stepBox {
        opacity: 1;
        visibility: visible;
    }

    .main .section04 .inner .item .num {
        width: 32px;
        height: 32px;
        right: 20px;
        top: 24px;
        font-size: 20px;
        line-height: 32px;
        transition: all 0.3s;
    }

    .main .section04 .inner .item.show .num {
        top: 40px;
    }

    .main .section04 .inner .item .stepBox {
        padding: 0;
        position: static;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .main .section04 .inner .item .stepBox .ttl {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .main .section04 .inner .item .stepBox ul {
        margin-right: -16px;
    }

    .main .section04 .inner .item .stepBox li {
        padding-right: 16px;
    }

    .main .section04 .inner .item .stepBox li .img {
        margin-bottom: 14px;
    }

    .main .section04 .inner .item .stepBox li .img:before {
        width: calc(100% - 30px);
        top: 9px;
    }

    .main .section04 .inner .item .stepBox li .img img {
        width: auto;
        height: 20px;
        display: block;
    }

    .main .section04 .inner .item .stepBox li p {
        font-size: 12px;
    }

    .main .section05 {
        padding: 40px 20px 60px;
    }

    .main .section05 .inner {
        display: block;
    }

    .main .section05 .inner .lBox {
        width: auto;
        padding: 0 0 40px;
    }

    .main .section05 .inner .lBox .ttlBox {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main .section05 .inner .lBox .ttlBox .ttl {
        margin: 0 20px 0 0;
        font-size: 28px;
    }

    .main .section05 .inner .lBox .ttlBox .txt {
        font-size: 14px;
    }

    .main .section05 .inner .rBox {
        margin-bottom: 40px;
    }

    .main .section05 .inner .rBox .list {
        margin: 0 -4px;
    }

    .main .section05 .inner .rBox .list li {
        padding: 0 4px 8px;
    }

    .main .section05 .inner .rBox .list li input {
        padding: 0 16px;
        height: 48px;
        font-size: 14px;
        line-height: 48px;
        border-radius: 12px;
    }

    .main .section05 .inner .rBox .list li.select span {
        left: 20px;
        font-size: 14px;
        line-height: 48px;
    }

    .main .section05 .inner .rBox .list li.select select {
        padding: 0 44px 0 50px;
        height: 48px;
        font-size: 14px;
        line-height: 48px;
        border-radius: 12px;
    }

    .main .section05 .inner .rBox .list li textarea {
        padding: 16px;
        height: 192px;
        font-size: 14px;
    }

    .main .section05 .inner .rBox .comLink a {
        width: auto;
        display: flex;
        justify-content: center;
        background-image: none !important;
    }

    .main .section05 .inner .rBox .comLink a span {
        padding: 0 38px;
        background: url("../images/common/arrow04.png") no-repeat right center;
        background-size: 30px auto;
    }

    .main .section05 .inner .rBox .comLink a:hover span {
        background-image: url("../images/common/arrow03.png");
    }

    .main .section05 .inner .qrcodeBox {
        text-align: center;
        color: rgba(34, 34, 34, 0.50);
        font-size: 14px;
        line-height: 1.2;
    }

    .main .section05 .inner .qrcodeBox img {
        margin: 0 auto 12px;
        width: 160px;
        height: 160px;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.10);
        box-sizing: border-box;
    }
    
    .enBody .bannerBox .titleBox {
        display: block;
    }
    .enBody .bannerBox .titleBox .txt {
        max-width: 100%;
    }
    .enBody .main .section01 .box02 .inner .lBox .ttlBox {
        display: block;
    }
    .enBody .main .section01 .box02 .inner .lBox .ttlBox .ttl {
        margin-bottom: 10px;
    }
    .enBody .main .section01 .box02 .inner .rBox .list>li .ttl {
        width: 3.5em;
    }
    .enBody .main .section02 .inner .lBox .fixBox {
        max-width: 100%;
    }
    .enBody .main .section02 .inner .lBox .naviUl li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .enBody .main .section02 .inner .comLink a {
        padding-right: 22px;
        width: 100%;
    }
    
    .enBody .main .section01 .box01 .list li .txtBox {
        display: block;
    }
    .enBody .main .section01 .box01 .list li .txtBox .sub {
        margin: 0 0 20px;
    }
    
    .enBody .main .section05 .inner .lBox .ttlBox {
        display: block;
    }
}

@media all and (min-width: 1241px) {}