/* =====================================================================





===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.international_womens_day_fixed-banner {
    background-color: #fff;
    position: fixed;
    width: 200px;
    right: 30px;
    bottom: 20px;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_fixed-banner {
        right: 0;
        bottom: 0;
        width: 100%;
    }
}

.international_womens_day_fixed-banner > a {
    display: block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.international_womens_day_fixed-banner > a:hover {
    opacity: 0.8;
}

.international_womens_day_fixed-banner > a img {
    width: 100%;
    height: auto;
}

.international_womens_day_fixed-banner.is-hide {
    opacity: 0;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .international_womens_day {
        padding-bottom: 5.33333vw;
    }
}

.international_womens_day-kv {
    margin: 75px 0 60px;
}

@media only screen and (max-width: 767px) {
    .international_womens_day-kv {
        margin: 16vw 0;
    }
}

.international_womens_day-kv img {
    width: 100%;
    height: auto;
}

.international_womens_day-date {
    text-align: center;
    font-weight: 700;
    font-size: 1.75em;
    color: #e83e0b;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .international_womens_day-date {
        font-size: 4.8vw;
    }
}

.international_womens_day-title {
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 2.25em;
}

@media only screen and (max-width: 767px) {
    .international_womens_day-title {
        font-size: 6.93333vw;
    }
}

.international_womens_day-text {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.8;
    margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
    .international_womens_day-text {
        font-size: 4.26667vw;
        margin-top: 2em;
    }
}

.international_womens_day-logo {
    margin: 60px auto 0;
    width: 212px;
}

@media only screen and (max-width: 767px) {
    .international_womens_day-logo {
        margin: 16vw auto 0;
        width: 47.2vw;
    }
}

.news {
    margin-top: 60px;
    padding: 0 2.72727%;
}

@media only screen and (max-width: 767px) {
    .news {
        margin-top: 16vw;
        padding: 0;
    }
}

.news .news__wrap {
    background-color: #FEF6F2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .news .news__wrap {
        padding: 5.33333vw;
    }
}

.news .news__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #e83e0b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 60px;
    gap: 60px;
}

@media only screen and (max-width: 767px) {
    .news .news__inr {
        padding: 16vw 5.33333vw;
        gap: 13.33333vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.news .news__title {
    color: #e83e0b;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    .news .news__title {
        text-align: center;
        font-size: 8.53333vw;
    }
}

.news .news-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.news .news-content .news-content__title {
    line-height: 1.5;
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .news .news-content .news-content__title {
        text-align: center;
        font-size: 4.26667vw;
    }
}

.news .news-content .news-content__text {
    font-size: 14px;
    margin-top: .5em;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .news .news-content .news-content__text {
        text-align: center;
        font-size: 3.73333vw;
        margin-top: 1em;
    }
}

.news .news-content .news-content__text > span {
    display: inline-block;
}

.news .news-btn {
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .news .news-btn {
        margin-top: 8vw;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .news .news-btn > a {
        padding: 0.6em 3.21429em 0.6em 1.26667em;
    }
}

.news .news-btn > a span {
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .news .news-btn > a span {
        font-size: 3.2vw;
    }
}

.news .news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .news .news__items {
        gap: 16vw;
    }
}

.news .news__items .news__item {
    width: 46%;
}

@media only screen and (max-width: 767px) {
    .news .news__items .news__item {
        width: 100%;
    }
}

.international_womens_day_event {
    background-color: #FEF6F2;
    padding: 60px 50px;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event {
        padding: 10.66667vw 5.33333vw;
    }
}

.international_womens_day_event .international_womens_day_event__intro__title {
    text-align: center;
    line-height: 1.5;
    font-size: 2.625em;
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .international_womens_day_event__intro__title {
        font-size: 6.93333vw;
        margin-bottom: .85em;
    }
}

.international_womens_day_event .international_womens_day_event__intro__title > span {
    color: #e83e0b;
    display: block;
    font-size: 0.61905em;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .international_womens_day_event__intro__title > span {
        font-size: 4.8vw;
    }
}

.international_womens_day_event .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s .2s ease;
    transition: opacity .3s .2s ease;
}

.international_womens_day_event .modal.is-open {
    pointer-events: auto;
    opacity: 1;
}

.international_womens_day_event .modal .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.international_womens_day_event .modal .modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: min(70vw, 1280px);
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .modal .modal__inner {
        width: 90vw;
    }
}

.international_womens_day_event .modal .modal__inner iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    vertical-align: bottom;
}

.international_womens_day_event .modal .modal__inner .modal__close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    right: 0;
}

.international_womens_day_event .modal .modal__inner .modal__close > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.international_womens_day_event .modal .modal__inner .modal__close > span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.international_womens_day_event .youtube {
    margin: 0 auto 60px;
    max-width: 765px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .youtube {
        margin: 0 auto 8vw;
    }
}

.international_womens_day_event .youtube iframe {
    pointer-events: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.international_womens_day_event .youtube .youtube__btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 88px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .youtube .youtube__btn {
        width: 18.66667vw;
    }
}

.international_womens_day_event .youtube .youtube__btn > img {
    width: 100%;
    height: auto;
}

.international_womens_day_event .youtube .youtube__btn:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.international_womens_day_event .international_womens_day_event__report {
    max-width: 960px;
    margin: 0 auto;
}

.international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner {
    background-color: #fff;
    padding: 60px 0;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner {
        padding: 10.66667vw 5.33333vw;
    }
}

.international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .text {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .text {
        font-size: 3.73333vw;
    }
}

.international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .text + .thum {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .text + .thum {
        margin-top: 8vw;
    }
}

.international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .thum {
    max-width: 560px;
    margin: 0 auto;
}

.international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .thum + .text {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .thum + .text {
        margin-top: 8vw;
    }
}

.international_womens_day_event .international_womens_day_event__report .international_womens_day_event__report__inner .thum > img {
    width: 100%;
    height: auto;
}

.international_womens_day_event .profile-box {
    margin: 60px auto 0;
    max-width: 560px;
    padding: 30px 35px;
    border: 1px solid #e83e0b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .profile-box {
        margin-top: 10.66667vw;
        padding: 10.66667vw 8vw;
    }
}

.international_womens_day_event .profile-box .profile-box__title {
    text-align: center;
    font-size: 2.25em;
    margin-bottom: .75em;
    color: #e83e0b;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .profile-box .profile-box__title {
        font-size: 8.53333vw;
        margin-bottom: 2.66667vw;
    }
}

.international_womens_day_event .profile-box .profile-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .profile-box .profile-box__inner {
        display: block;
    }
}

.international_womens_day_event .profile-box .profile-box__inner .profile-box__image {
    min-width: 230px;
}

.international_womens_day_event .profile-box .profile-box__inner .profile-box__image img {
    width: 100%;
    height: auto;
}

.international_womens_day_event .profile-box .profile-box__inner .profile-box__name {
    font-size: 0.875em;
    font-weight: 600;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .profile-box .profile-box__inner .profile-box__name {
        text-align: center;
        font-size: 4.26667vw;
        margin-top: 2.66667vw;
    }
}

.international_womens_day_event .profile-box .profile-box__inner .profile-box__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 0.8125em;
}

@media only screen and (max-width: 767px) {
    .international_womens_day_event .profile-box .profile-box__inner .profile-box__text {
        font-size: 3.2vw;
    }
}
