@charset "utf-8";

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

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

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

.bannerBox .play {
    margin: -94px 0 0 -60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.bannerBox .video .play.show {
    visibility: visible;
    opacity: 1;
}

.bannerBox .pause {
    background: url("../images/about/play.png") no-repeat center center;
    background-size: cover;
}

.bannerBox .pause img {
    visibility: hidden;
}

.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 {
    font-size: 24px;
    line-height: 1.2;
}

.main .section01 {
    margin-top: -40px;
    position: relative;
}

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

.main .section01 .box01 .inner {
    display: flex;
    justify-content: space-between;
}

.main .section01 .box01 .textBox {
    padding: 18px 80px 0 0;
    width: 50%;
    max-width: 728px;
    box-sizing: border-box;
}

.main .section01 .box01 .textBox .title {
    font-size: 20px;
    margin-bottom: 36px;
}

.main .section01 .box01 .textBox .text {
    margin-bottom: 90px;
    color: #ccc;
    font-size: 28px;
}

.main .section01 .box01 .textBox .text span {
    color: #222;
}

.main .section01 .box01 .textBox .textUl li {
    margin-bottom: 22px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.20);
}

.main .section01 .box01 .textBox .textUl li.on {
    border-color: #222;
}

.main .section01 .box01 .textBox .textUl li .ttl {
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;
    background: url("../images/common/arrow01.png") no-repeat right center;
}

.main .section01 .box01 .textBox .textUl li.on .ttl {
    background-image: url("../images/common/arrow10.png");
}

.main .section01 .box01 .textBox .textUl li .detailBox {
    display: none;
}

.main .section01 .box01 .textBox .textUl li .detailBox p {
    padding-top: 18px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(34, 34, 34, 0.50);
}

.main .section01 .box01 .photoBox {
    width: 50%;
}

.main .section01 .box01 .photoBox .photo {
    margin-bottom: 24px;
}

.main .section01 .box01 .photoBox .photo img {
    width: 100%;
    height: 465px;
    display: block;
    object-fit: cover;
    border-radius: 40px;
}

.main .section01 .box01 .photoBox ul {
    margin: 0 -6px;
    display: flex;
}

.main .section01 .box01 .photoBox li {
    padding: 0 6px;
    width: 25%;
    box-sizing: border-box;
}

.main .section01 .box01 .photoBox li .sub {
    padding: 16px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgba(34, 34, 34, 0.50);
    font-size: 18px;
    line-height: 1.2;
    border-radius: 12px;
    background: #F8F8F8;
    box-sizing: border-box;
}

.main .section01 .box01 .photoBox li span {
    color: #222;
    font-size: 24px;
}

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

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

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

.main .section01 .box02 .inner .titleBox {
    margin-bottom: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.main .section01 .box02 .inner .titleBox .text {
    margin-top: -20px;
    max-width: 660px;
    font-size: 20px;
    line-height: 1.2;
}

.main .section01 .box02 .inner ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.main .section01 .box02 .inner li {
    padding: 0 10px 20px;
    width: 25%;
    box-sizing: border-box;
}

.main .section01 .box02 .inner li .sub {
    padding: 40px;
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(40px);
}

.main .section01 .box02 .inner li .img {
    display: flex;
    justify-content: flex-end;
}

.main .section01 .box02 .inner li .txtBox {
    font-size: 20px;
    line-height: 1.2;
}

.main .section01 .box02 .inner li .ttl {
    margin-bottom: 16px;
    display: block;
    font-size: 32px;
}

.main .section01 .box03 {
    height: 959px;
}

.main .section01 .box03 .inner .titleBox {
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .section01 .box03 .inner .titleBox .title {
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
    line-height: 1.2;
}

.main .section01 .box03 .inner .titleBox .text {
    margin-top: -20px;
    min-width: 440px;
    color: rgba(34, 34, 34, 0.50);
    font-size: 18px;
    line-height: 1.2;
}

.main .section01 .box03 li a {
    padding: 40px 40px;
    min-height: 174px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 40px;
}

.main .section01 .box03 li a .num {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #222;
}

.main .section01 .box03 li a .ttl {
    min-width: 1px;
    flex: 1;
    font-size: 32px;
    text-align: center;
}

.main .section01 .box03 li a .txt {
    max-width: 400px;
    color: rgba(34, 34, 34, 0.50);
    font-size: 20px;
    line-height: 1.2;
}

.main .section01 .box03 li a:hover {
    background: #222;
}

.main .section01 .box03 li a:hover .num {
    color: #222;
    background: #fff;
}

.main .section01 .box03 li a:hover .ttl {
    color: #fff;
}

.main .section01 .box03 li a:hover .txt {
    color: rgba(255, 255, 255, 0.50);
}

.main .section01 .box04 {
    padding-bottom: 120px;
    height: 960px;
}

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

.main .section01 .box04 .inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.main .section01 .box04 .inner .title {
    margin-bottom: 40px;
    color: #fff;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
    line-height: 1.2;
}

.main .section01 .box04 .inner .text {
    margin-bottom: 40px;
    max-width: 660px;
    min-height: 122px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
    line-height: 1.2;
}

.main .section01 .box04 .inner .tabNavi {
    margin-bottom: 24px;
    padding: 4px 2px;
    max-width: 660px;
    display: flex;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px);
}

.main .section01 .box04 .inner .tabNavi li {
    padding: 0 2px;
    width: 33.33%;
    box-sizing: border-box;
}

.main .section01 .box04 .inner .tabNavi li a {
    display: block;
    color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    border-radius: 32px;
}

.main .section01 .box04 .inner .tabNavi li a:hover,
.main .section01 .box04 .inner .tabNavi li.on a {
    color: #fff;
    background: rgba(255, 255, 255, 0.20);
}

.main .section01 .box04 .inner .tabPanel {
    min-height: 1px;
    flex: 1;
    display: none;
}

.main .section01 .box04 .inner .tabPanel .sub {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main .section01 .box04 .inner .tabPanel .sub .txt {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
    line-height: 1.2;
}

.main .section01 .box04 .inner .tabPanel .list {
    display: flex;
    justify-content: flex-end;
}

.main .section01 .box04 .inner .tabPanel .list li {
    margin-left: 64px;
}

.main .section02 {
    padding: 120px 80px;
    min-height: 1074px;
    overflow: hidden;
    background: #F8F8F8;
    box-sizing: border-box;
}

.main .section02 .titleBox {
    margin-bottom: 257px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .section02 .titleBox .title {
    color: rgba(34, 34, 34, 0.50);
    font-size: 18px;
    line-height: 1.2;
}

.main .section02 .titleBox .title span {
    margin-bottom: 15px;
    display: block;
    color: #222;
    font-family: 'SourceHanSerifCNSB';
    font-size: 64px;
}

.main .section02 .titleBox ul {
    display: flex;
}

.main .section02 .titleBox li {
    margin-left: 24px;
}

.main .section02 .sliderBox {
    margin: 0 -80px;
    position: relative;
}

.main .section02 .sliderBox .swiper {
    height: 248px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    border-top: 1px solid rgba(34, 34, 34, 0.10);
    border-bottom: 1px solid rgba(34, 34, 34, 0.10);
}

.main .section02 .sliderBox .swiper-slide {
    width: 100px;
    height: 248px;
    position: relative;
    transition: width 0.3s;
}

.main .section02 .sliderBox .swiper-slide .subBox {
    width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.22);
    transition: transform 0.3s;
}

.main .section02 .sliderBox .swiper-slide-active .subBox {
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer;
}

.main .section02 .sliderBox .swiper-slide p {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    text-align: center;
}

.main .section02 .sliderBox .swiper-slide-active p {
    display: block;
}

.main .section02 .sliderBox .swiper-slide-active {
    /* width: 450px; */
    z-index: 1;
}

.main .section02 .sliderBox .swiper-slide .img {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .section02 .sliderBox .swiper-slide-active .img {
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 403px 113px 0 rgba(0, 0, 0, 0.00), 0 258px 103px 0 rgba(0, 0, 0, 0.01), 0 145px 87px 0 rgba(0, 0, 0, 0.03), 0 64px 64px 0 rgba(0, 0, 0, 0.04), 0 16px 35px 0 rgba(0, 0, 0, 0.05);
}

.main .section02 .sliderBox .swiper-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.main .section02 .controls {
    padding: 0 80px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -222px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.main .section02 .controls img {
    display: block;
}

.main .section02 .controls .prev,
.main .section02 .controls .next {
    cursor: pointer;
}

.main .section02 .controls .cursor {
    margin: 0 16px;
}

.main .section03 {
    padding: 120px 80px;
    border-radius: 0 0 40px 40px;
    background: #fff;
}

.main .section03 .inner {
    display: flex;
    align-items: center;
}

.main .section03 .photoBox {
    width: 50%;
}

.main .section03 .photoBox img {
    width: 100%;
    height: 620px;
    display: block;
    object-fit: cover;
    border-radius: 40px;
}

.main .section03 .textBox {
    padding-left: 80px;
    width: 50%;
    box-sizing: border-box;
}

.main .section03 .textBox .ttl {
    font-size: 64px;
    font-family: 'SourceHanSerifCNSB';
    line-height: 1.2;
    margin-bottom: 40px;
}

.main .section03 .textBox .txt {
    margin-bottom: 80px;
    max-width: 520px;
    color: rgba(34, 34, 34, 0.50);
    line-height: 1.2;
}
.enBody .main .section01 .box {
    max-height: 100vh;
    overflow: hidden;
}
.enBody .main .section01 .box04 .inner .tabNavi {
    max-width: 740px;
}
.enBody .bannerBox .titleBox .title {
    white-space: nowrap;
}
@media all and (max-width: 1499px) {}

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

@media all and (min-width: 768px) and (max-width: 1240px) {
    .bannerBox .video {
        height: 768px;
    }

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

    .bannerBox .titleBox .title {
        font-size: 56px;
    }

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

    .main .section01 {
        margin-top: -40px;
    }

    .main .section01 .box {
        margin-bottom: -40px;
        padding: 80px 40px;
        min-height: 100vh;
        /* position: relative; */
        height: auto !important;
        border-radius: 32px 32px 0 0;
    }

    .main .section01 .box01 {
        padding-bottom: 56px;
    }

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

    .main .section01 .box01 .textBox {
        padding: 0 0 48px;
        width: auto;
        max-width: 100%;
    }

    .main .section01 .box01 .textBox .title {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.2;
    }

    .main .section01 .box01 .textBox .text {
        margin-bottom: 80px;
        font-size: 40px;
    }

    .main .section01 .box01 .textBox .textUl li {
        margin-bottom: 30px;
    }

    .main .section01 .box01 .textBox .textUl li .ttl {
        font-size: 32px;
        line-height: 1.2;
    }

    .main .section01 .box01 .textBox .textUl li .detailBox p {
        padding-top: 30px;
        font-size: 28px;
    }

    .main .section01 .box01 .photoBox {
        width: auto;
    }

    .main .section01 .box01 .photoBox .photo img {
        height: 354px;
        border-radius: 32px;
    }

    .main .section01 .box01 .photoBox ul {
        flex-wrap: wrap;
    }

    .main .section01 .box01 .photoBox li {
        padding-bottom: 24px;
        width: 50%;
    }

    .main .section01 .box01 .photoBox li .sub {
        height: 180px;
        font-size: 28px;
    }

    .main .section01 .box01 .photoBox li span {
        font-size: 40px;
    }

    .main .section01 .box02 {
        padding-bottom: 60px;
    }

    .main .section01 .box02 .bg {
        border-radius: 32x 32px 0 0;
        background-image: url("../images/about/sp_photo02.png");
    }

    .main .section01 .box02 .inner .titleBox {
        margin-bottom: 100px;
        display: block;
    }

    .main .section01 .box02 .inner .titleBox .title {
        margin-bottom: 32px;
        margin-bottom: 32px;
        font-size: 56px;
        line-height: 1.2;
    }

    .main .section01 .box02 .inner .titleBox .text {
        margin: 0;
        font-size: 24px;
    }

    .main .section01 .box02 .inner ul {
        margin: 0 -10px;
    }

    .main .section01 .box02 .inner ul li {
        padding: 0 10px 20px;
        width: 50%;
    }

    .main .section01 .box02 .inner li .sub {
        padding: 32px;
        height: 262px;
        border-radius: 32px;
    }

    .main .section01 .box02 .inner li .img img {
        width: auto;
        height: 48px;
    }

    .main .section01 .box02 .inner li .txtBox {
        font-size: 24px;
    }

    .main .section01 .box02 .inner li .txtBox .ttl {
        margin-bottom: 16px;
        font-size: 40px;
    }

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

    .main .section01 .box03 .inner .titleBox .title {
        margin-bottom: 32px;
        margin-bottom: 32px;
        font-size: 56px;
        line-height: 1.2;
    }

    .main .section01 .box03 .inner .titleBox .text {
        margin: 0;
        font-size: 24px;
    }

    .main .section01 .box03 li a {
        padding: 48px 32px;
        min-height: 224px;
        position: relative;
        border-radius: 32px;
    }

    .main .section01 .box03 li a .num {
        margin-bottom: 80px;
        width: 48px;
        height: 48px;
        font-size: 24px;
        line-height: 48px;
    }

    .main .section01 .box03 li a .ttl {
        position: absolute;
        left: 32px;
        top: 120px;
        font-size: 4cqb;
    }

    .main .section01 .box03 li a .txt {
        width: 50%;
        font-size: 28px;
    }

    .main .section01 .box04 .bg {
        border-radius: 32px;
        background-image: url("../images/about/sp_photo03.png");
    }

    .main .section01 .box04 .inner .title {
        margin-bottom: 32x;
        margin-bottom: 32px;
        font-size: 56px;
        line-height: 1.2;
    }

    .main .section01 .box04 .inner .text {
        margin: 0;
        min-height: 140px;
        font-size: 24px;
    }

    .main .section01 .box04 .inner .tabNavi {
        max-width: 100%;
        border-radius: 42px;
    }

    .main .section01 .box04 .inner .tabNavi li a {
        font-size: 28px;
        line-height: 82px;
        border-radius: 41px;
    }

    .main .section01 .box04 .inner .tabPanel .sub {
        min-height: 500px;
    }

    .main .section01 .box04 .inner .tabPanel .sub .txt {
        max-width: 100%;
        font-size: 28px;
    }

    .main .section01 .box04 .inner .tabPanel .list {
        justify-content: space-between;
    }

    .main .section01 .box04 .inner .tabPanel .list li img {
        width: auto;
        height: 36px;
        display: block;
    }

    .main .section01 .box04 .inner .tabPanel .list li {
        margin: 0;
    }

    .main .section01 .box .inner .text {
        min-width: inherit !important;
        max-width: 100% !important;
    }

    .main .section02 {
        padding: 120px 40px 80px;
        min-height: 1300px;
    }

    .main .section02 .titleBox {
        margin-bottom: 300px;
        display: block;
    }

    .main .section02 .titleBox .title {
        margin-bottom: 80px;
        font-size: 24px;
        line-height: 1.2;
    }

    .main .section02 .titleBox .title span {
        font-size: 56px;
    }

    .main .section02 .titleBox ul {
        display: flex;
        justify-content: center;
    }

    .main .section02 .titleBox li {
        margin: 0 18px;
    }

    .main .section02 .titleBox li img {
        width: auto;
        height: 80px;
        display: block;
    }

    .main .section02 .controls {
        bottom: -320px;
        width: 100%;
        justify-content: center;
    }

    .main .section03 {
        padding: 80px 40px;
        border-radius: 0 0 32px 32px;
    }

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

    .main .section03 .inner .photoBox {
        margin-bottom: 80px;
        width: auto;
    }

    .main .section03 .photoBox img {
        height: 472px;
        border-radius: 32px;
    }

    .main .section03 .inner .textBox {
        padding: 0;
        width: auto;
    }

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

    .main .section03 .inner .textBox .txt {
        margin-bottom: 80px;
        max-width: 100%;
        font-size: 28px;
    }
    
    .enBody .main .section01 .box03 li a {
        align-items: flex-start;
    }
    .enBody .main .section01 .box03 li a .num {
        margin-top: 20px;
    }
    .enBody .main .section01 .box04 .inner .tabNavi li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .enBody .main .section01 .box04 .inner .text {
        margin-bottom: 20px;
    }
    .enBody .main .section02 {
        min-height: 1400px;
    }
    .enBody .bannerBox .titleBox {
        display: block;
    }
    .enBody .bannerBox .titleBox .title {
        padding: 0 0 20px;
        max-width: 100%;
        white-space: normal;
    }
    .enBody .bannerBox .titleBox .txt {
        max-width: 100%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .bannerBox .video {
        height: 520px;
    }

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

    .bannerBox .titleBox .title {
        font-size: 28px;
    }

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

    .main .section01 {
        margin-top: -20px;
    }

    .main .section01 .box {
        margin-bottom: -20px;
        padding: 40px 20px;
        min-height: 100vh;
        /* position: relative; */
        height: auto !important;
        border-radius: 16px 16px 0 0;
    }

    .main .section01 .box01 {
        padding-bottom: 28px;
    }

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

    .main .section01 .box01 .textBox {
        padding: 0 0 24px;
        width: auto;
        max-width: 100%;
    }

    .main .section01 .box01 .textBox .title {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.2;
    }

    .main .section01 .box01 .textBox .text {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .main .section01 .box01 .textBox .textUl li {
        margin-bottom: 15px;
    }

    .main .section01 .box01 .textBox .textUl li .ttl {
        font-size: 16px;
        line-height: 1.2;
    }

    .main .section01 .box01 .textBox .textUl li .detailBox p {
        padding-top: 15px;
        font-size: 14px;
    }

    .main .section01 .box01 .photoBox {
        width: auto;
    }

    .main .section01 .box01 .photoBox .photo img {
        height: 177px;
        border-radius: 16px;
    }

    .main .section01 .box01 .photoBox ul {
        flex-wrap: wrap;
    }

    .main .section01 .box01 .photoBox li {
        padding-bottom: 12px;
        width: 50%;
    }

    .main .section01 .box01 .photoBox li .sub {
        height: 120px;
        font-size: 14px;
    }

    .main .section01 .box01 .photoBox li span {
        font-size: 20px;
    }

    .main .section01 .box02 {
        padding-bottom: 30px;
    }

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

    .main .section01 .box02 .inner .titleBox {
        margin-bottom: 50px;
        display: block;
    }

    .main .section01 .box02 .inner .titleBox .title {
        margin-bottom: 16px;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.2;
    }

    .main .section01 .box02 .inner .titleBox .text {
        margin: 0;
        font-size: 12px;
    }

    .main .section01 .box02 .inner ul {
        margin: 0 -5px;
    }

    .main .section01 .box02 .inner ul li {
        padding: 0 5px 10px;
        width: 50%;
    }

    .main .section01 .box02 .inner li .sub {
        padding: 16px;
        height: 131px;
        border-radius: 16px;
    }

    .main .section01 .box02 .inner li .img img {
        width: auto;
        height: 24px;
    }

    .main .section01 .box02 .inner li .txtBox {
        font-size: 12px;
    }

    .main .section01 .box02 .inner li .txtBox .ttl {
        margin-bottom: 8px;
        font-size: 20px;
    }

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

    .main .section01 .box03 .inner .titleBox .title {
        margin-bottom: 16px;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.2;
    }

    .main .section01 .box03 .inner .titleBox .text {
        margin: 0;
        font-size: 12px;
    }

    .main .section01 .box03 li a {
        padding: 24px 16px;
        min-height: 112px;
        position: relative;
        border-radius: 16px;
    }

    .main .section01 .box03 li a .num {
        margin-bottom: 40px;
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }

    .main .section01 .box03 li a .ttl {
        position: absolute;
        left: 16px;
        top: 60px;
        font-size: 20px;
    }

    .main .section01 .box03 li a .txt {
        width: 50%;
        font-size: 14px;
    }

    .main .section01 .box04 .bg {
        border-radius: 16px;
        background-image: url("../images/about/sp_photo03.png");
    }

    .main .section01 .box04 .inner .title {
        margin-bottom: 16px;
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 1.2;
    }

    .main .section01 .box04 .inner .text {
        margin: 0;
        min-height: 70px;
        font-size: 12px;
    }

    .main .section01 .box04 .inner .tabNavi {
        max-width: 100%;
    }

    .main .section01 .box04 .inner .tabNavi li a {
        font-size: 14px;
        line-height: 41px;
    }

    .main .section01 .box04 .inner .tabPanel .sub {
        min-height: 250px;
    }

    .main .section01 .box04 .inner .tabPanel .sub .txt {
        max-width: 100%;
        font-size: 14px;
    }

    .main .section01 .box04 .inner .tabPanel .list {
        justify-content: space-between;
    }

    .main .section01 .box04 .inner .tabPanel .list li img {
        width: auto;
        height: 18px;
        display: block;
    }

    .main .section01 .box04 .inner .tabPanel .list li {
        margin: 0;
    }

    .main .section01 .box .inner .text {
        min-width: inherit !important;
        max-width: 100% !important;
    }

    .main .section02 {
        padding: 60px 20px 40px;
        min-height: 782px;
    }

    .main .section02 .titleBox {
        margin-bottom: 145px;
        display: block;
    }

    .main .section02 .titleBox .title {
        margin-bottom: 40px;
        font-size: 12px;
        line-height: 1.2;
    }

    .main .section02 .titleBox .title span {
        font-size: 28px;
    }

    .main .section02 .titleBox ul {
        display: flex;
        justify-content: center;
    }

    .main .section02 .titleBox li {
        margin: 0 9px;
    }

    .main .section02 .titleBox li img {
        width: auto;
        height: 40px;
        display: block;
    }

    .main .section02 .sliderBox .swiper-slide .subBox {
        width: 247px;
        transform: translate(-50%, -50%) scale(0.4);
    }

    /* .main .section02 .sliderBox .swiper-slide-active {
        width: 247px;
    } */

    .main .section02 .sliderBox .swiper-slide-active .subBox {
        transform: translate(-50%, -50%) scale(1);
    }

    .main .section02 .sliderBox .swiper-slide .subBox p {
        font-size: 12px;
    }

    .main .section02 .controls {
        bottom: -150px;
        width: 100%;
        justify-content: center;
    }

    .main .section03 {
        padding: 40px 20px;
        border-radius: 0 0 16px 16px;
    }

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

    .main .section03 .inner .photoBox {
        margin-bottom: 40px;
        width: auto;
    }

    .main .section03 .photoBox img {
        height: 236px;
        border-radius: 16px;
    }

    .main .section03 .inner .textBox {
        padding: 0;
        width: auto;
    }

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

    .main .section03 .inner .textBox .txt {
        margin-bottom: 40px;
        max-width: 100%;
        font-size: 14px;
    }
    
    .enBody .main .section01 .box03 li a {
        align-items: flex-start;
    }
    .enBody .main .section01 .box03 li a .num {
        margin-top: 10px;
    }
    .enBody .main .section01 .box04 .inner .tabNavi li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .enBody .main .section01 .box04 .inner .text {
        margin-bottom: 10px;
    }
    .enBody .main .section02 {
        min-height: 820px;
    }
    .enBody .bannerBox .titleBox {
        display: block;
    }
    .enBody .bannerBox .titleBox .title {
        padding: 0 0 10px;
        max-width: 100%;
        white-space: normal;
    }
    .enBody .bannerBox .titleBox .txt {
        max-width: 100%;
    }
}

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