.item01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item01 .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.item01 .img_wrap img {
    width: 100%;
    height: 100%;
}

.item01 .d01 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    padding: 0 20%;
    margin-top: 20px;
}

.item02 {
    margin-top: 30px;
}

.item02 .title {
    font-size: 2rem;
    text-align: center;
}

.item02 .d02 {
    padding: 0 30px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
}

.item02 .d03 {
    padding: 0 30px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
}

.item02 .d04 {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.item02 .d04 .a01 {
    background: linear-gradient(180deg, #0f5fff, #0f5fffb3);
    border-radius: 100px;
    margin-top: 40px;
    padding: 16px 40px;
    color: #fff;
    display: block;
    cursor: pointer;
}

.item03 {
    margin-top: 30px;
}

.item03 .left {}

.item03 .right {}

.item03 .right .text01 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.item03 .right .text02 {
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0 30px;
}

.item03 .right .text01 .s01 {
    color: #0F5FFF;
}

.item03 .left .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.item03 .left .img_wrap img {
    width: 60%;
}

.item04 {
    margin-top: 50px;
}

.item04 .text01 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.item04 .text02 {
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0 30px;
}

.item05 {
    margin-top: 80px;
}

.item05 .left {
    padding: 40px 20px 20px;
    border-radius: 16px;
    background: rgba(0,0,0,0.03);
}

.item05 .text01 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.item05 .text02 {
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 30px;
}

.item05 .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.item05 .img_wrap img {
    width: 200px;
}

.item05 .right {
    padding: 40px 20px 20px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.03);
    margin: 16px 0;
}

.item06 {
    margin-top: 50px;
}

.item06 .text01 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.item06 .text01 .s01 {
    color: #0F5FFF;
}

.item06 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.item06 .item .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item06 .item .img_wrap img {
    width: 30%;
        border-radius: 50%;
    overflow: hidden;
}

.item06 .item .dd {}

.item06 .item .s01 {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 15px;
    padding: 0 30px;
}

.item06 .item .s02 {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    /* font-weight: 600; */
    margin-top: 15px;
    padding: 0 30px;
}

.item07 {
    margin-top: 50px;
}

.item07 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.item07 .item .img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40%;
    position: relative;
}

.item07 .item .img_wrap img {
    width: 100%;
}

.item07 .item .s02 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
}

.item07 .item .s03 {
    font-size: 0.8rem;
    /* font-weight: 600; */
}
.item07 .item .img_wrap .s01 {
    position: absolute;
    font-size: 0.9rem;
    padding: 0 60px;
    line-height: 1.2rem;
    text-align: center;
}
.d_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.blank {
    height: 100px;
}

.show_en_jp.en{
    display: block !important;
    opacity: 1 !important;
}
.show_en_jp.jp{
    display: none !important;
    opacity: 0 !important;
}


.jp .show_en_jp.en{
    display: none !important;
    opacity: 0 !important;
}
.jp .show_en_jp.jp{
    display: block !important;
    opacity: 1 !important;
}