@charset "utf-8";

#wrapper {
    overflow-x: auto;
}

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.toen{
    padding-right: 0;
}

#womenempowerment .multiplication{
    font-family: 'UniqloProLight';
    display: inline-block !important;
    margin-top: 0 !important;
    padding: 2px 3px 0 !important;
}

/* パンくずリスト */
.breads ul .item:first-child {
    max-width: 1000px;
}

.breads ul .item:last-child a {
    color: #f7ba00;
}

.breads ul .item.noHomeIcon a {
    width: auto;
    height: auto;
    background: none;
}

.breads ul .item.noHomeIcon a span {
    display: block;
}

#womenempowerment .page-title {
    color: #f7ba00;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

#womenempowerment .page-title img {
    width: 100%;
}

/* section parts */
#womenempowerment .contents_title,#womenempowerment .section_title,
#womenempowerment .article_heading {
    font-family: UniqloProRegular, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ",Meiryo,sans-serif;
}
#womenempowerment .section_wrap:not(:first-child) {
    margin-top: 35px;
}

#womenempowerment .section_title {
    font-size: 5.34vw;
    line-height: 1.4;
    margin-bottom: 15px;
}

#womenempowerment .section_title .img_wrap {
    margin: 0;
}

#womenempowerment .section_lead {
    font-size: 10px;
    line-height: 1.7;
    text-align: justify;
}

#womenempowerment .section_lead img {
    width: 100%;
}

#womenempowerment .section_cover {
    margin-top: 25px;
}

#womenempowerment .section_cover img {
    width: 100%;
}

/* contents part */
#womenempowerment .contents_title {
    font-size: 17px;
    line-height: 1.11764;
}

#womenempowerment .img_wrap {
    display: block;
    margin-top: 15px;
    width: 100%;
}

#womenempowerment .img_wrap img {
    width: 100%;
}

#womenempowerment .list_item {
    font-size: 10px;
    text-indent: -0.5em;
    line-height: 1.8;
    margin-top: 15px;
    margin-left: 1em;
}

#womenempowerment .list_item::before {
    content: '○';
    display: inline-block;
}

#womenempowerment .annotaion {
    font-size: 10px;
    text-indent: -0.9em;
    margin-left: 0.9em;
    margin-top: 0;
    line-height: 1.8;
}

/* accordion Area */
#womenempowerment .accordion_wrap {
    border: 3px solid #f7ba00;
    padding: 8px;
    margin-top: 30px;
}

#womenempowerment .accordion_wrap .contents_title span {
    vertical-align: middle;
}

#womenempowerment .accordion_contents {
    display: none;
}

/* article Area */
#womenempowerment .article_wrap {
    position: relative;
    margin-top: 30px;
}

#womenempowerment .article_wrap .col2 {
    margin-bottom: 20px;
}

#womenempowerment .article_heading {
    color: #f7ba00;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

#womenempowerment .article_heading span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.055em;
    margin-top: 5px;
}

#womenempowerment .article_text {
    font-size: 10px;
    line-height: 1.7;
    text-align: justify;
}

#womenempowerment .article_img,
#womenempowerment .article_img img {
    width: 100%;
}

/* transition button */
#womenempowerment .transition {
    margin-top: 25px;
    width: 100%;
}

#womenempowerment .transition_button {
    background-color: #61c100;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 100%;
    font-family: UniqloProLight, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ",Meiryo,sans-serif;
}

#womenempowerment .transition_button span {
    padding-right: 1%;
}

#womenempowerment .transition_button img {
    vertical-align: baseline;
    width: 2.4%;
}

/* toggle button */
#womenempowerment .accordion_button-area {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#womenempowerment .toggle_button {
    background-color: #f7ba00;
    border: 0;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#womenempowerment .toggle_button:focus {
    outline: 0;
}

#womenempowerment .toggle_button span {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

#womenempowerment .toggle_button span::before,
#womenempowerment .toggle_button span::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
}

#womenempowerment .toggle_button span::before {
    position: relative;
    top: 2px;
}

#womenempowerment .toggle_button span::after {
    background: #fff;
    transform: translateY(0) rotate(90deg);
    transition: 0.5s;
}
  
#womenempowerment .toggle_button span.active::after {
    transform: rotate(0);
    transition: 0.5s;
    opacity: 0;
}

/* Flex */
#womenempowerment .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#womenempowerment .col2 .col2_left {
    width: 50%;
}

#womenempowerment .col2 .col2_right {
    width: 50%;
    margin-left: 10px;
}

#womenempowerment .col_full img {
    width: 100%;
}

#womenempowerment .pc-col2 .col2_left {
    margin-bottom: 20px;
    width: 50%;
}

/* page top */
footer.footer .pagetop {
    display: none;
}

#page_top {
    position: fixed;
    width: 1072px;
    margin-left: 50%;
    height: 0;
    bottom: 0;
    left: -530px;
}

#page_top a {
    opacity: 0;
    transition: 0.5s;
    display: block;
    width: 30px;
    height: 30px;
}

#page_top img {
    background: #fff;
    width: 100%;
    height: 100%;
}

#page_top .page_top_inner {
    position: absolute;
    bottom: 30px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#page_top.fixd {
    width: 100%;
    margin: 0;
    left: 0;
    position: relative;
}

#page_top.fixd .page_top_inner {
    bottom: -60px;
}

/* hover link */
a.hover_link:hover, #womenempowerment a.hover_link:hover > *, .shareIcons a img:hover {
    opacity: 0.7;
    transition: .3s linear;
}

/* program list */
#womenempowerment .body .program_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#womenempowerment .body .program_title{
    width: 10%;
    text-align: center;
    padding: 2px;
    border: solid 2px #f7ba00;
    font-weight: bold;
}

#womenempowerment .body .bg_yellow{
    background: #f7ba00;
}

#womenempowerment .body hr.yellow{
    border-color: #f7ba00;
    border-style: solid;
}
#womenempowerment .body .program_lead{
    width: 90%;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.8;
}
#womenempowerment .body .program_lead:last-child{
    margin-bottom: 0;
}
#womenempowerment .body .program_lead span{
    display: inline-block;
    vertical-align: baseline;
}
#womenempowerment .body .text-bold{
    font-weight: bold;
}
#womenempowermen .body .text-normal{
    font-weight: normal;
}

#wrapper #womenempowerment .body .text-l{
    font-size: 140%;
}
#wrapper #womenempowerment .body .text-xl{
    font-size: 240%;
}
#womenempowerment .body .text-lh1{
    line-height: 1;
}
#womenempowerment .body .text-lh15{
    line-height: 1.5;
}

@media (min-width:768px) {
    #wrapper .m_adjust_pc_b40{
        margin-bottom: 40px !important;
    }
    #womenempowerment .multiplication{
        padding: 4px 6px 0 6px !important;
    }
    .breads ul .item::before {
        background: none;
        margin-left: 5px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
    }
    #wrapper .container  {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 78px 120px;
    }

    #wrapper .container .mainContents {
        margin-top: 57px;
        margin-left: unset;
        width: inherit;
    }
    #wrapper .caption {
        font-size: 14px;
        color: #666;
        line-height: 1.8;
    }
    .pc-only {
        display: block !important;
    }
    
    .sp-only {
        display: none !important;
    }

    #womenempowerment .page-title {
        color: #f7ba00;
        font-size: 128px;
        line-height: 1;
        margin-bottom: 40px;
    }

    /* section parts */
    #womenempowerment .section_wrap:not(:first-child) {
        margin-top: 100px;
    }
 
    #womenempowerment .section_title {
        font-size: 48px;
        line-height: 1.4;
        margin-bottom: 20px;
        letter-spacing: .1em;
    }

    #womenempowerment .section_lead {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 50px;
    }

    #womenempowerment .section_cover {
        margin-top: 0;
    }

    #womenempowerment .section_cover img {
        width: 60%;
    }

    /* contents parts */
    #womenempowerment .contents_title {
        font-size: 35px;
        line-height: 1;
    }

    #womenempowerment .img_wrap {
        margin-top: 30px;
    }

    #womenempowerment .list_item {
        font-size: 15px;
        margin-top: 20px;
    }
    
    #womenempowerment .annotaion {
        font-size: 15px;
    }

    /* accordion Area */
    #womenempowerment .accordion_wrap {
        padding: 24px;
        margin-top: 60px;
    }

    #womenempowerment .accordion_contents .img_wrap {
        max-width: 1003px;
    }

    /* article Area */
    #womenempowerment .article_wrap {
        margin-top: 60px;
    }

    #womenempowerment .article_wrap .col2 {
        width: 60%;
        margin-bottom: 50px;
    }

    #womenempowerment .article_heading {
        font-size: 36px;
        line-height: 1.3;
        letter-spacing: 0.1em;
    }
    
    #womenempowerment .article_heading span {
        font-size: 26px;
        margin-top: 0;
        letter-spacing: 0.055em;
    }

    #womenempowerment .article_text {
        font-size: 15px;
        line-height: 1.8;
    }

    #womenempowerment .pc-col2 .col2_left {
        margin-bottom: 0;
    }

    /* toggle button */
    #womenempowerment .toggle_button {
        top: 10%;
        width: 40px;
        height: 40px;
    }

    #womenempowerment .toggle_button span::before,
    #womenempowerment .toggle_button span::after {
        width: 22px;
    }

    /* transition button */
    #womenempowerment .transition {
        margin-top: 0;
        width: 50%;
    }
   
    #womenempowerment .transition:nth-of-type(2) {
        margin-left: 55px;
    }
 
    #womenempowerment .transition_button {
        font-size: 24px;
        padding-top: 21px;
        padding-bottom: 19px;
    }

    #womenempowerment .transition_button span {
        padding-right: 5px;
    }

    #womenempowerment .transition_button img {
        width: 3%;
    }

    /* Flex */
    #womenempowerment .col2 .col2_right {
        margin-left: 20px;
    }

    #womenempowerment .col_full img {
        width: 100%;
    }

    /* Flex PC-only */
    #womenempowerment .pc-col2 {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    
    #womenempowerment .pc-col2 .col2_left {
        width: 346px;
    }
    
    #womenempowerment .pc-col2 .col2_right {
        margin-left: 30px;
        width: 708px;
    }
    /* program list */
    #womenempowerment .body .program_list {
        font-size: 18px;
    }
    #womenempowerment .body hr{
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .breads + .mainContents.layer3{
        margin-top: 10px;
    }

    #wrapper .ls_015em{
        letter-spacing: 0.15em !important;
    }

    #wrapper .container {
        padding-bottom: 18vw;
    }

    #wrapper .caption {
        font-size: 10px;
        color: #666;
    }

    #womenempowerment .section_title .img_wrap {
        width: 80%;
    }

    /* パンくずリスト */
    .breads {
        overflow: unset;
        width: 100%;
    }

    .breads ul {
        padding: 20px 3.66667vw 0px;
        height: auto;
    }

    .breads ul,
    .breads ul .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        letter-spacing: 0.5px;
    }

    .breads ul .item a {
        line-height: 3.4vw;
    }

    /* page top */
    #page_top {
        left: -3vw;
        right: -3vw;
        margin-left: 6vw;
        width: 94%;
    }

    #page_top.fixd {
        position: absolute;
        bottom: -15vw;
        margin-bottom: 60px;
    }

    #page_top .page_top_inner {
        justify-content: space-between;
    }

    #page_top a {
        width: 8.4vw;
        height: 8.4vw;
    }
    #womenempowerment .page-title {
        letter-spacing: -0.2px;
    }
    #womenempowerment .article_heading{
        letter-spacing: 0.2em;
    }

    #womenempowerment .body .program_title{
        width: 30%;
    }

    #womenempowerment .body .program_lead{
        width: 100%;
        padding: 10px 0 0;
    }
    #womenempowerment .body hr{
        margin-top: 30px;
    }
}

@media (max-width: 1167px) and (min-width: 768px) {
    #page_top {
        right: 0;
        left: auto;
    }

}