@charset "UTF-8";
@-webkit-keyframes moveBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1700px 0;
    }
}
@keyframes moveBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1700px 0;
    }
}
@-webkit-keyframes fuwafuwa {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 10px;
    }
}
@keyframes fuwafuwa {
    0% {
        margin-bottom: 0;
    }
    100% {
        margin-bottom: 10px;
    }
}
.p-sect {
    position: relative;
    z-index: 1;
    padding-top: 65px;
}
.p-sect::before {
    content: "";
    height: 456px;
    width: 100%;
    background-color: #cc0029;
    background-image: url(/assets/img/women/bg-title@2x.png);
    display: block;
    position: absolute;
    z-index: 0;
    background-size: 1500px auto;
    top: 0;
    left: 0;
}
.p-title {
    font-size: 28px;
    color: #d10031;
    background: #fff;
    font-family: "M PLUS 1p";
    display: flex;
    height: 48px;
    width: 544px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0 auto -24px;
}
.p-image {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.ques {}
.ques_inner {
    z-index: 2;
}
.ques_title {
    justify-content: center;
}
.ques_image {}
.ques_image > img {}
.ques_cols {
    display: flex;
}
.ques_col {
    width: 32%;
    margin-left: 2%;
}
.ques_col-no1 {
    margin-left: 0;
}
.ques_headline {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d10031;
    font-size: 15px;
    color: #fff;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}
.ques_headline::before {
    content: "";
    border: 10px solid #d10031;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
    margin: auto;
}
.ques_rankList {
    list-style: none;
    counter-reset: number;
}
.ques_rankList > li {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: 13px;
}
.ques_rankList > li::before {
    content: counter(number);
    width: 52px;
    height: 40px;
    min-width: 52px;
    background-image: url(/assets/img/women/icn-crown02@x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    padding-top: 5px;
    box-sizing: border-box;
    counter-increment: number;
    margin-right: 10px;
}
.ques_rankList > li:first-child::before {
    background-image: url(/assets/img/women/icn-crown01@x.png);
}
.ques_rankList > li:first-child {
    color: #d10031;
    margin-top: 0;
}
.ques_rankList > li:last-child {}
.ques_rankList > li:nth-child(2n+1) {}
.ques_rankList > li:nth-child(n+3) {}
.ques_col-no2 {}
.ques_list {
    list-style: none;
}
.ques_list-2col {
    display: flex;
    flex-wrap: wrap;
}
.ques_list-2col > li {
    width: 48%;
    margin-left: 4%;
}
.ques_list-2col > li:first-child {}
.ques_list-2col > li:last-child {}
.ques_list-2col > li:nth-child(2n+1) {
    margin-left: 0;
}
.ques_list-2col > li:nth-child(n+3) {}
.ques_col-no3 {}
.ques_list > li {
    background-image: linear-gradient(90deg, #000 50%, #fff 50%);
    background-size: 2px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 7px 0px;
    box-sizing: border-box;
}
.ques_list > li:first-child {}
.ques_list > li:last-child {}
.ques_list > li:nth-child(2n+1) {}
.ques_list > li:nth-child(n+3) {}
.sche {
    max-width: 736px;
    margin: 0 auto 61px;
}
.sche_title {
    background: #d10031;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    margin-bottom: 15px;
}
.sche_oList {
    list-style: none;
}
.sche_oList > li {
    position: relative;
    z-index: 1;
    /* padding-left: 100px; */
    padding-top: 0px;
    padding-bottom: 10px;
    min-height: 72px;
}

.sche_oList > li.-work{
    padding-bottom:35px;
}

.sche_oList > li.-work + li{
    padding-bottom:35px;
}
.sche_wrap{
    /* min-height: 80px; */
    /* display: flex; */
    /* height: 100%; */
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sche_oList > li::before {
    width: 6px;
    content: "";
    display: block;
    height: 100%;
    background-image: linear-gradient(-45deg, rgba(209, 0, 48, .3) 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(209, 0, 48, .3) 0, rgba(209, 0, 48, .3) 75%, rgba(255, 255, 255, 0) 0);
    background-size: 4px 4px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 36px;
    margin-left: -3px;
}
.sche_oList > li:last-child::before {
    display: none;
}
.sche_oList > li:first-child {}
.sche_oList > li:last-child {
    padding-bottom: 0;
}
.sche_oList > li:nth-child(2n+1) {}
.sche_oList > li:nth-child(n+3) {}
.sche_time {
    width: 72px;
    height: 72px;
    background: #d10031;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 0; */
    min-width: 72px;
    margin-right: 30px;
}

.sche_time-work{
    border: 3px solid #d10031;
    background: #fff;
    color: #d10031;
    box-sizing: border-box;
}
.sche_text {
    /* min-height: 80px; */
    box-sizing: border-box;
    padding-top: 10px;
}
.short {}
.short_title {}
.short_text {
    word-break: break-all;
}
.child {
    background-image: linear-gradient(-45deg, rgba(209, 0, 48, .3) 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(209, 0, 48, .3) 0, rgba(209, 0, 48, .3) 75%, rgba(255, 255, 255, 0) 0);
    background-size: 4px 4px;
    padding: 5px;
    margin-bottom: 33px;
}
.child_inner {
    background: #f8f8f8;
    padding: 29px 27px;
}
.child_title {}
.child_image {}
.child_image > img {}
.msg {
    margin-bottom: 34px;
}
.msg_cols {
    display: flex;
    flex-direction: row-reverse;
    /* align-items: center; */
}
.msg_col {}
.msg_col-no1 {
    /* padding-top: 21px; */
    background: #fff;
    box-shadow: 0 1px 0 #d10031;
    padding: 28px;
    position: relative;
    z-index: 1;
}
.msg_title {
    color: #d10031;
    font-size: 16px;
    position: relative;
    z-index: 1;
    /* padding: 9px 0; */
    /* margin-bottom: 29px; */
    margin-bottom: 10px;
}
.msg_title::before {
    content: "";
    border: 100px solid #d10031;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-color: transparent;
    border-top-color: transparent;
    width: 0;
    display: block;
    height: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}
.msg_title::after {
    content: "";
    border: 100px solid #d10031;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    width: 0;
    display: block;
    height: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: none;
}
.msg_title > b {}
.msg_text {}
.msg_col-no2 {
    min-width: 141px;
    width: 141px;
    margin-right: 35px;
    /* position: relative; */
    /* z-index: 1; */
}

.msg_col-no1::after{
    content:"";
    position: absolute;
    z-index: 1;
    border: 8px solid #d10031;
    top: 60px;
    left: -16px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-right-width: 16px;
}


.msg_col-no1::before{
    content:"";
    position: absolute;
    z-index: 2;
    border: 8px solid #fff;
    top: 59px;
    left: -16px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-right-width: 16px;
}
.msg_image {
    border-radius: 50%;
    overflow: hidden;
}

.msg_voice{
    font-family: 'Josefin Sans', sans-serif;
    color: #d10031;
    text-align: center;
    font-weight: 300;
    font-size: 23px;
    line-height: 1;
    margin-top: 10px;
}
.msg_image > img {
    display: block;
}
.one {
    padding-bottom: 95px;
}
.one_inner {}
.one_title {
    width: 300px;
}
.one_image {}
.one_text {
    text-align: center;
    margin-bottom: 69px;
    font-weight: bold;
    font-size: 16px;
}
.case {}
.case_cols {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 36px;
    padding-left: 32px;
}
.case_col {}
.case_col-no1 {
    padding-top: 7px;
}
.case_title {
    font-size: 18px;
    color: #d10031;
    margin-bottom: 12px;
}
.group {
    border-top: 4px solid #d10031;
    border-bottom: 1px solid #d10031;
    margin-bottom: 16px;
}
.group_cols {
    display: flex;
    padding: 20px 0;
}
.group_col {}
.group_col-no1 {
    white-space: nowrap;
    padding-right: 15px;
    margin-right: 15px;
    background-image: linear-gradient(180deg, #d10031 50%, #fff 50%);
    background-size: 1px 2px;
    background-repeat: repeat-y;
    background-position: right top;
    width: 157px;
}
.group_title {
    white-space: nowrap;
    color: #d10031;
    font-size: 24px;
    text-align: center;
}
.group_entry {
    color: #d10031;
    font-size: 14px;
    text-align: center;
}
.group_col-no2 {}
.group_headline {
    color: #d10031;
    font-size: 14px;
}
.group_text {
    word-break: break-all;
    font-size: 14px;
    max-width: 592px;
}
.hist {}
.hist_cols {
    display: flex;
}
.hist_col {}
.hist_col-no1 {
    width: 140px;
    min-width: 140px;
    margin-right: 20px;
}
.hist_headline {
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d10031;
    border-radius: 5px;
}
.hist_col-no2 {}
.hist_text {}
.case_col-no2 {
    min-width: 228px;
    width: 228px;
    margin-right: 30px;
}
.case_image {
    position: relative;
    z-index: 1;
}
.case_image > img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.work {
    padding-bottom: 95px;
}
.work_inner {}
.work_title {
    background: #d10031;
    color: #fff;
    width: 290px;
}
.work_image {
    position: relative;
    z-index: 1;
    margin-bottom: 31px;
}
.work_image > img {}
.work_cols {
    display: flex;
    justify-content: space-between;
}
.work_col {
    border-radius: 10px;
    background: #fff;
    padding: 32px 25px 25px;
    width: 48.5%;
    box-sizing: border-box;
}
.work_col-no1 {}
.work_headline {
    color: #d8063d;
    font-size: 21px;
    margin-bottom: 26px;
}
.work_photo {
    max-width: 324px;
    margin: 0 auto 31px;
}
.work_photo > img {}
.work_text {}
.work_col-no2 {}
.work_link {
    margin-top: 31px;
    width: 306px;
    margin-left: auto;
}
.work_link > a {}
.work_link > a::before {
    content: "";
}
.work_link > a::after {
    content: "";
}
.work_link > a > .icon {
    display: block;
}
.vis {
    background: #cc0029;
    background-image: url(/assets/img/women/bg-vis@2x.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 1700px 750px;
    margin-bottom: 80px;
    -webkit-animation-name: moveBg;
    animation-name: moveBg;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.vis_inner {
    padding-top: 42px;
    height: 750px;
    box-sizing: border-box;
}
.vis_areaText {
    width: 554px;
    height: 554px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 74px;
    box-sizing: border-box;
    margin: 0 auto 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.vis_title {
    margin-bottom: 15px;
}
.vis_title > img {
    display: block;
    margin: 0 auto;
}
.vis_text {
    color: #ea3341;
    font-size: 17px;
    margin-bottom: 0.5em;
    font-weight: bold;
    white-space: nowrap;
}
.vis_text:last-child {
    margin-bottom: 0;
}
.vis_list {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}
.vis_list > li {
    position: absolute;
    z-index: 1;
    -webkit-animation-name: fuwafuwa;
    animation-name: fuwafuwa;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.vis_list > li:nth-child(1) {
    bottom: 162px;
    left: 39px;
}
.vis_list > li:nth-child(2) {
    bottom: 53px;
    right: 73px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.vis_list > li:nth-child(3) {
    right: 11px;
    bottom: 288px;
}
.vis_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.vis_list > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/women/bg-circle@2x.png);
    background-size: 100% 100%;
}
.vis_list > li > a::after {
    content: "";
}
.vis_list > li > a > img {
    display: block;
    margin: 0 auto;
}
.vis_list > li > a > b {
    display: block;
    position: absolute;
    z-index: 2;
    color: #d10031;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    text-align: center;
    bottom: 15px;
    left: 0;
    font-family: "M PLUS 1p";
    font-weight: bold;
    white-space: nowrap;
}
.vis_list > li:nth-child(2) > a > b {
    bottom: 39px;
}
.vis_list > li:nth-child(3) > a > b {
    bottom: 13px;
}
.case_mark {
    background-color: #d10031;
    z-index: 2;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -31px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    white-space: nowrap;
}
@media screen and (min-width:1000px) {
    .work_link > a:hover {}
    .vis_list > li > a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 999px) {
    .p-sect {}
    .p-sect::before {
        height: 300px;
        background-size: 100% 100%;
    }
    .p-title {
        font-size: 20px;
        height: 40px;
    }
    .p-image {}
    .ques {}
    .ques_inner {}
    .ques_title {}
    .ques_image {}
    .ques_image > img {}
    .ques_cols {}
    .ques_col {}
    .ques_col-no1 {}
    .ques_headline {
        font-size: 12px;
        height: 36px;
    }
    .ques_headline::before {}
    .ques_rankList {}
    .ques_rankList > li {
        font-size: 15px;
    }
    .ques_rankList > li::before {
        width: 40px;
        height: 32px;
        min-width: 40px;
        font-size: 13px;
    }
    .ques_rankList > li:first-child::before {}
    .ques_rankList > li:first-child {}
    .ques_rankList > li:last-child {}
    .ques_rankList > li:nth-child(2n+1) {}
    .ques_rankList > li:nth-child(n+3) {}
    .ques_col-no2 {}
    .ques_list {}
    .ques_list-2col {}
    .ques_list-2col > li {}
    .ques_list-2col > li:first-child {}
    .ques_list-2col > li:last-child {}
    .ques_list-2col > li:nth-child(2n+1) {}
    .ques_list-2col > li:nth-child(n+3) {}
    .ques_col-no3 {}
    .ques_list > li {}
    .ques_list > li:first-child {}
    .ques_list > li:last-child {}
    .ques_list > li:nth-child(2n+1) {}
    .ques_list > li:nth-child(n+3) {}
    .sche {}
    .sche_title {}
    .sche_oList {}
    .sche_oList > li {}
    .sche_oList > li::before {}
    .sche_oList > li:last-child::before {}
    .sche_oList > li:first-child {}
    .sche_oList > li:last-child {}
    .sche_oList > li:nth-child(2n+1) {}
    .sche_oList > li:nth-child(n+3) {}
    .sche_time {}
    .sche_text {}
    .short {}
    .short_title {}
    .short_text {}
    .child {}
    .child_inner {}
    .child_title {}
    .child_image {}
    .child_image > img {}
    .msg {}
    .msg_cols {}
    .msg_col {}
    .msg_col-no1 {}
    .msg_title {}
    .msg_title::before {}
    .msg_title::after {}
    .msg_title > b {}
    .msg_text {}
    .msg_col-no2 {}
    .msg_image {}
    .msg_image > img {}
    .one {
        padding-bottom: 65px;
    }
    .one_inner {}
    .one_title {}
    .one_image {}
    .one_text {
        font-size: inherit;
        text-align: left;
    }
    .case {}
    .case_cols {}
    .case_col {}
    .case_col-no1 {}
    .case_title {}
    .group {}
    .group_cols {}
    .group_col {}
    .group_col-no1 {}
    .group_title {}
    .group_entry {}
    .group_col-no2 {}
    .group_headline {}
    .group_text {}
    .hist {}
    .hist_cols {}
    .hist_col {}
    .hist_col-no1 {}
    .hist_headline {}
    .hist_col-no2 {}
    .hist_text {}
    .case_col-no2 {}
    .case_image {}
    .case_image > img {}
    .work {
        padding-bottom: 65px;
    }
    .work_inner {}
    .work_title {}
    .work_image {}
    .work_image > img {}
    .work_cols {}
    .work_col {}
    .work_col-no1 {}
    .work_headline {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .work_photo {}
    .work_photo > img {}
    .work_text {}
    .work_col-no2 {}
    .work_link {}
    .work_link > a {}
    .work_link > a::before {}
    .work_link > a::after {}
    .work_link > a > .icon {}
    .vis {
        margin-bottom: 60px;
    }
    .vis_inner {
        padding-top: 35px;
        height: 540px;
    }
    .vis_areaText {
        width: 450px;
        height: 450px;
        padding-top: 50px;
    }
    .vis_title {
        max-width: 300px;
        margin: 0 auto 15px;
    }
    .vis_title > img {}
    .vis_text {
        font-size: 14px;
    }
    .vis_text:last-child {}
    .vis_list {}
    .vis_list > li {}
    .vis_list > li:nth-child(1) {
        left: 20px;
        top: auto;
        bottom: 20px;
    }
    .vis_list > li:nth-child(2) {
        bottom: -50px;
        right: 20px;
    }
    .vis_list > li:nth-child(3) {
        right: 10px;
        bottom: 229px;
    }
    .vis_list > li > a {}
    .vis_list > li > a::before {}
    .vis_list > li > a::after {}
    .vis_list > li > a > img {}
    .vis_list > li > a > b {
        font-size: 15px;
    }
    .vis_list > li:nth-child(2) > a > b {}
    .vis_list > li:nth-child(3) > a > b {}
    .case_mark {}
}
@media screen and (max-width:767px) {
    .p-sect {
        padding-top: 35px;
    }
    .p-sect::before {
        height: 46vw;
    }
    .p-title {
        font-size: 16px;
        height: 30px;
        margin-bottom: -15px;
    }
    .p-image {
        margin-bottom: 15px;
    }
    .ques {}
    .ques_inner {}
    .ques_title {
        width: 290px;
    }
    .ques_image {}
    .ques_image > img {}
    .ques_cols {
        display: block;
    }
    .ques_col {
        width: auto;
        margin: 25px auto 0;
    }
    .ques_col-no1 {}
    .ques_headline {
        font-size: 14px;
    }
    .ques_headline::before {}
    .ques_rankList {}
    .ques_rankList > li {}
    .ques_rankList > li::before {}
    .ques_rankList > li:first-child::before {}
    .ques_rankList > li:first-child {}
    .ques_rankList > li:last-child {}
    .ques_rankList > li:nth-child(2n+1) {}
    .ques_rankList > li:nth-child(n+3) {}
    .ques_col-no2 {}
    .ques_list {}
    .ques_list-2col {}
    .ques_list-2col > li {}
    .ques_list-2col > li:first-child {}
    .ques_list-2col > li:last-child {}
    .ques_list-2col > li:nth-child(2n+1) {}
    .ques_list-2col > li:nth-child(n+3) {}
    .ques_col-no3 {}
    .ques_list > li {}
    .ques_list > li:first-child {}
    .ques_list > li:last-child {}
    .ques_list > li:nth-child(2n+1) {}
    .ques_list > li:nth-child(n+3) {}
    .sche {
    margin-bottom: 25px;
}
    .sche_title {
        font-size: 16px;
    }
    .sche_oList {}
    .sche_oList > li {
        /* padding-left: 70px; */
        min-height: 60px;
    }

    .sche_oList > li.-work{
    padding-bottom:15px;
}

.sche_oList > li.-work + li{
    padding-bottom:15px;
}
    .sche_oList > li::before {
        width: 3px;
        left: 30px;
        margin-left: -1px;
    }
    .sche_oList > li:last-child::before {}
    .sche_oList > li:first-child {}
    .sche_oList > li:last-child {}
    .sche_oList > li:nth-child(2n+1) {}
    .sche_oList > li:nth-child(n+3) {}
    .sche_time {
        font-size: 12px;
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-right: 15px;
    }

    .sche_time-work{
        border-width:2px;
    }
    .sche_text {}
    .short {}
    .short_title {}
    .short_text {}
    .child {
        padding: 3px;
        margin-bottom: 15px;
    }
    .child_inner {
        padding: 15px;
    }
    .child_title {}
    .child_image {}
    .child_image > img {}
    .msg {
        margin-bottom: 35px;
    }
    .msg_cols {
        display: block;
    }
    .msg_col {}
    .msg_col-no1 {
        padding: 15px;
        box-shadow: none;
        border: 1px solid #d10031;
    }

    .msg_col-no1::before{
        display:none;
    }

     .msg_col-no1::after{
        display:none;
    }
    .msg_title {
        padding: 0;
        margin-bottom: 10px;
    }
    .msg_title::before {
        display: none;
    }
    .msg_title::after {
        display: none;
    }
    .msg_title > b {}
    .msg_text {}
    .msg_col-no2 {
        min-width: 0;
        width: auto;
        margin: 0;
    }
    .msg_image {
        max-width: 141px;
        margin: 15px auto 0;
    }


    .msg_voice{
        font-size: 18px;
    }
    .msg_image > img {}
    .one {
        padding-bottom: 35px;
    }
    .one_inner {}
    .one_title {
        width: 180px;
    }
    .one_image {}
    .one_text {
        margin-bottom: 25px;
    }
    .case {}
    .case_cols {
        display: block;
        padding-left: 0;
    }
    .case_col {
        padding: 0;
    }
    .case_col-no1 {}
    .case_title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .group {
        border-top-width: 2px;
        margin-bottom: 10px;
    }
    .group_cols {
        display: block;
        padding: 10px 0;
    }
    .group_col {}
    .group_col-no1 {
        margin-right: 0;
        padding-right: 0;
        background: none;
        margin-bottom: 10px;
        width: auto;
        border-bottom: 1px dashed #d10031;
        padding-bottom: 8px;
    }
    .group_title {
    font-size: 20px;
}
    .group_entry {}
    .group_col-no2 {}
    .group_headline {}
    .group_text {}
    .hist {}
    .hist_cols {
        display: block;
    }
    .hist_col {}
    .hist_col-no1 {
        width: auto;
        min-width: 0;
        margin: 0;
    }
    .hist_headline {
        padding: 7px 10px;
        margin-bottom: 10px;
    }
    .hist_col-no2 {}
    .hist_text {}
    .case_col-no2 {
        min-width: 0;
        width: auto;
        margin: 0;
        max-width: 228px;
        margin-left: auto;
        margin-right: auto;
    }
    .case_image {
        /* max-width: 228px; */
        margin: 15px auto 0;
        position: relative;
        /* z-index: 1; */
    }
    .case_image > img {}
    .work {
        padding-bottom: 35px;
    }
    .work_inner {}
    .work_title {
        width: 200px;
    }
    .work_image {
        margin-bottom: 15px;
    }
    .work_image > img {}
    .work_cols {
        display: block;
    }
    .work_col {
        width: auto;
        padding: 15px 15px;
    }
    .work_col-no1 {
        margin-bottom: 10px;
    }
    .work_headline {}
    .work_photo {}
    .work_photo > img {}
    .work_text {}
    .work_col-no2 {}
    .work_link {
        width: auto;
        margin-top: 15px;
    }
    .work_link > a {}
    .work_link > a::before {}
    .work_link > a::after {}
    .work_link > a > .icon {}
    .vis {
        background-image: none;
        margin-bottom: 35px;
        padding-bottom: 15px;
    }
    .vis_inner {
        padding: 0;
        height: auto;
    }
    .vis_areaText {
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 15px 15px;
        background-color: transparent;
        box-shadow: none;
        padding-bottom: 0;
    }
    .vis_title {
        max-width: 200px;
    }
    .vis_title > img {}
    .vis_text {
        text-align: left;
        color: #fff;
        white-space: normal;
    }
    .vis_text:last-child {}
    .vis_list {
        position: relative;
        z-index: 1;
        height: auto;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .vis_list > li {
        position: static;
        width: 32%;
        margin-left: 2%;
        -webkit-animation: none;
        animation: none;
    }
    .vis_list > li:nth-child(1) {
        width: 32%;
        margin-left: 0;
    }
    .vis_list > li:nth-child(2) {
        width: 32%;
    }
    .vis_list > li:nth-child(3) {
        width: 32%;
        top: 0;
        bottom: auto;
        right: 15px;
    }
    .vis_list > li > a {}
    .vis_list > li > a::before {}
    .vis_list > li > a::after {}
    .vis_list > li > a > img {}
    .vis_list > li > a > b {
        font-size: 10px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        bottom: 12px;
        line-height: 1;
    }
    .vis_list > li:nth-child(2) > a > b {
        bottom: 6px;
    }
    .vis_list > li:nth-child(3) > a > b {
        bottom: 10px;
    }
    .case_mark {
        font-size: 16px;
        width: 70px;
        height: 70px;
        top: 0;
        left: 0;
    }
}
