@charset "UTF-8";

/* 共通 */
.irPage_block p {
    font-size: 1.145833333vw;
    line-height: 1.8;
}

.irImgWrap img {
    width: 100%;
}

.pc-none {
    display: none;
}

.leve3_irTitle01 {
    text-align: center;
    font-size: 1.770833333vw;
    font-weight: 900;
    line-height: 1.323;
    margin-bottom: 1.822916667vw;
}

.level3_irTitle2{
    font-size: 1.770833333vw;
    font-weight: 900;
    line-height: 1.323;
    border-bottom: solid 1px #3333331a;
    padding-bottom: 0.7291666667vw;
    margin-bottom: 2.083333333vw;
    letter-spacing: 0.05em;
}

.level3_irTitle2 > span {
    color: #0E5CA7;
    font-weight: 700;
}

.level4_irTitle01{
    font-size: 1.5vw;
    font-weight: 900;
    line-height: 1.323;
    padding-bottom: 0.7291666667vw;
    margin-bottom: 2.083333333vw;
    letter-spacing: 0.05em;
    text-align: center;
}

.irArticle_block {
    margin-top: 5.208333333vw;
}

@media screen and (max-width: 767px){
    .irPage_block p {
        font-size: 4vw;
    }

    .pc-none {
        display: block;
    }

    .irPage_block .info__content {
        width: auto;
    }

    .leve1_irTitle01 {
        text-align: center;
        font-size: 4.8vw;
        font-weight: 900;
        line-height: 1.5;
        margin-bottom: 5.866666667vw;
    }

    .leve3_irTitle01 {
        text-align: center;
        font-size: 5.866666667vw;
        font-weight: 900;
        line-height: 1.5;
        margin-bottom: 5vw;
    }

    .level3_irTitle2{
        font-size: 4.8vw;
        padding-bottom: 2.666666667vw;
        margin-bottom: 4vw;
    }
    .level4_irTitle01{
        font-size: 4.5vw;
    }

    .irArticle_block {
        margin-top: 13.33333333vw;
    }
    
}


/* ローカルナビ */
.irNav_list {
    display: flex;
    justify-content: center;
    margin-bottom: 3.5vw;
}

.irNav_list_item {
    border-right: 1px solid #0E5CA7;
    padding: 0 1vw;
}

.irNav_list_item:last-child {
    border-right: none;
}

.irNav_list_item_link {
    font-size: 1.145833333vw;
}

.irNav_list_item_link:hover {
    font-weight: bold;
    color: #0E5CA7;
}

.irNav_list_item.active .irNav_list_item_link {
    font-weight: bold;
    color: #0E5CA7;
}

.irNav_list_item_linkBlank::after {
    content: "";
    width: 1.4vw;
    height: 0.9vw;
    background-image: url(../img/icon_service-title.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: .5vw;
}

@media screen and (max-width: 767px){
    .irNav_list{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .irNav_list_item{
        width: 50%;
        margin-bottom: 3.5vw;
        text-align: center;
    }

    .irNav_list_item:last-child {
        border-right: 1px solid #0E5CA7;
    }

    .irNav_list_item:nth-child(even) {
        border-right: none;
    }

    .irNav_list_item_link {
        color: #333333;
        font-size: 3.733333333vw;
        line-height: 1.78571428571;
    }

    .irNav_list_item.active .irNav_list_item_link{
        border-bottom: none;
        font-weight: bold;
    }

    .irNav_list_item_linkBlank::after {
        content: "";
        width: 4.2vw;
        height: 3.1vw;
        background-image: url(../img/icon_service-title.svg);
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: .5vw;
        background-size: cover;
    }
}


/* IR情報 */
.irTop_topContent_inner {
    position: relative;
}
.irTop_topContent_inner::after {
    content: "";
    background-image: url(../img/ir_topimg09.png);
    background-repeat: no-repeat;
    width: 20vw;
    height: 21vw;
    display: block;
    position: absolute;
    top: -11vw;
    right: 9vw;
    background-size: contain;
    pointer-events: none;
}

.irTop_topLink {
    position: relative;
    margin-bottom: 4vw;
}

.irTop_topLinkBottom::after {
    content: "";
    background-image: url(../img/ir_topimg09.png);
    background-repeat: no-repeat;
    width: 20vw;
    height: 21vw;
    display: block;
    position: absolute;
    right: 9vw;
    background-size: contain;
    pointer-events: none;
}

.irTop_topLink_leftBox {
    float: left;
    padding: 8vw 0 0 0;
    width: 48%;
}

.irTop_topLink_leftBox_title {
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    font-size: 3.59375vw;
    letter-spacing: 0.1em;
    padding-left: 6.3vw;
    position: relative;
}

.irTop_topLinkBottom_rightBox_title {
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    font-size: 3.59375vw;
    letter-spacing: 0.1em;
    padding-left: 6.3vw;
    position: relative;
    margin-left: 7vw;
}

.irTop_topLink_leftBox_title::before,
.irTop_topLinkBottom_rightBox_title::before {
    content: "";
    position: absolute;
    width: 4.635416vw;
    height: 0.05208vw;
    border-bottom: 1px solid #e5e5e5;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.irTop_topLink_leftBox_title::after,
.irTop_topLinkBottom_rightBox_title::after {
    content: "";
    position: absolute;
    left: 2.760416vw;
    
    width: 1.875vw;
    height: 0.05208vw;
    border-bottom: 1px solid #0e5ca7;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.irTop_topLink_imgWrap {
    text-align: right;
}

.irTop_topLink_imgWrap_img {
    width: 35vw;
}

.irTop_topLink_leftBox_txt,
.irTop_topLinkBottom_rightBox_txt {
    margin: 1.5625vw 0;
}

.irTop_Btn01 {
    font-size: 1.145833333vw;
    width: 19.16666667vw;
    height: 3.854166667vw;
    border-radius: 2.708333333vw;
    position: relative;
    overflow: hidden;
    border: #000000 solid 0.05208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
}

.irTop_Btn01::before {
    content: "";
    width: 2.083333333vw;
    height: 2.083333333vw;
    background-image: url("../img/arrow_product_link01.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.666666667vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.irTop_Btn01::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0E5CA7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    z-index: 0;
}


.irTop_Btn01:hover {
    color: #fff;
}

.irTop_Btn01:hover::before {
    background-image: url(../img/arrow_product_link01_w.svg);
}

.irTop_Btn01:hover::after {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.irTop_Btn01 p {
    z-index: 99;
}

.irTop_topLinkBottom {
    clear: both;
}

.irTop_topLinkBottom_rightBox {
    clear: both;
    padding-top: 7vw;
}

.irTop_topLinkBottom_leftBox_imgWrap {
    position: absolute;
    left: 0;
}

.irTop_content_title__area {
    margin-bottom: 2.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.irTop_title01 {
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    font-size: 3.59375vw;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 6.3vw;
}

.irTop_title01::before {
    content: "";
    width: 4.635416vw;
    height: 0.05208vw;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.irTop_title01::after {
    content: "";
    width: 1.875vw;
    height: 0.05208vw;
    background-color: #0E5CA7;
    position: absolute;
    left: 2.760416vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.irTop_content_title__area_innerLink {
    margin-left: 3.229vw;
    font-size: 1.09375vw;
    color: #0E5CA7;
    position: relative;
}

.irTop_content_title__area_innerLink:hover {
    text-decoration: underline;
}

.irTop_content_title__area_innerLink::after {
    content: "";
    width: 0.36458vw;
    height: 0.625vw;
    background-image: url(/asset/img/top/icon_linkBtn02.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: -1vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

.irTop_topLinkBottom {
    margin-bottom: 4vw;
    padding-left: 30vw;
    min-height: 31vw;
}

.irTop_topLinkBottom_leftBox_imgWrap_img {
    width: 40vw;
}

.irTop_topLinkBottom_rightBox_link {
    margin: 0 auto;
}

.irTop_thirdLevelWrap {
    display: flex;
    background-color: #e5f1f7;
    position: relative;
}

.irTop_thirdLevelWrap::before {
    z-index: 99;
    content: "";
    background-image: url(../img/ir_topimg10.png);
    background-repeat: no-repeat;
    width: 20vw;
    height: 21vw;
    display: block;
    position: absolute;
    top: -17vw;
    left: 9vw;
    background-size: contain;
    pointer-events: none;
}

.irTop_thirdLevelWrap::after {
    z-index: 99;
    content: "";
    background-image: url(../img/ir_topimg11.png);
    background-repeat: no-repeat;
    width: 15vw;
    height: 10vw;
    display: block;
    position: absolute;
    bottom: -7vw;
    right: 5vw;
    background-size: contain;
}

.irTop_thirdLevelWrap_innerWrap {
    padding: 6.583333vw 10.447917vw 6.583333vw 10.447917vw;
    display: flex;
    width: 100%;
}

.irTop_thirdLevelWrap_innerWrap_innerBox {
    width: 32%;
    padding: 2.5vw;
    background-color: #fff;
    border-radius: 15px;
    margin-right: 2%;
    box-shadow: 0px 0px 10px 3px #d8d8d8;
}

.irTop_thirdLevelWrap_innerWrap_innerBox:last-child {
    margin-right: 0;
}

.irTop_thirdLevelWrap_innerWrap_title {
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    font-size: 2vw;
    letter-spacing: 0.1em;
    color: #0e5ca7;
    text-align: center;
    margin-bottom: .8vw;
}

.irTop_thirdLevelWrap_innerWrap_txt {
    text-align: center;
    font-weight: bold;
    padding-bottom: 3.5vw;
    margin-bottom: 2.5vw;
    border-bottom: 1px solid #f5f5f5;
}

.irTop_thirdLevelWrap_innerWrap_link {
    width: 100%;
    height: 2.5vw;
    justify-content: normal;
    padding-left: 1.5vw;
    margin-bottom: .8vw;
}

.irTop_thirdLevelWrap_innerWrap_link:last-child {
    margin-bottom: 0;
}

.irTop_thirdLevelWrap_innerWrap_link::before {
    right: 0.666667vw;
}

.irTop_thirdLevelWrap_innerWrap_link p {
    font-size: .8vw;
}

.irTop_thirdLevelWrap_innerWrap_innerBox:nth-child(1) .irTop_thirdLevelWrap_innerWrap_title,
.irTop_thirdLevelWrap_innerWrap_innerBox:nth-child(2) .irTop_thirdLevelWrap_innerWrap_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    min-height: 4vw;
}

.irTop_bottom_other {
    padding-top: 8.333333333vw;
}

.irTop_bottom_other_innerWrap {
    display: flex;
    flex-wrap: wrap;
}

.irTop_bottom_other_innerWrap_link {
    display: block;
    width: 32%;
    background-color: #F8F9FA;
    border-radius: 0.625vw;
    margin: 0 1.5625vw 1.5625vw 0;
    -webkit-box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.1);
    margin-right: 2%;
    padding: 4vw 0px 3vw 0;
    position: relative;
    background-color: #f8f9fa;
    text-align: center;
    margin-bottom: 1.5vw;
}

.irTop_bottom_other_innerWrap_link:hover {
    -webkit-box-shadow: 0 0 0.1vw rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.1vw rgba(0, 0, 0, 0.3);
}

.irTop_bottom_other_innerWrap_link:nth-child(3),
.irTop_bottom_other_innerWrap_link:nth-child(6){
    margin-right: 0;
}

.irTop_bottom_other_innerWrap_link_titleEn {
    position: absolute;
    color: #0e5ca7;
    top: 1.5vw;
    left: 1vw;
    font-size: .8vw;
    font-weight: bold;
}

.irTop_bottom_other_innerWrap_link_txt {
    font-weight: bold;
    margin-top: 1vw;
}

.irTop_bottom_other_innerWrap_link_img {
    width: 6vw;
}

.irTop_Btn01_blank::before {
    content: "";
    width: 1.8vw;
    height: 1.5vw;
    background-image: url(../img/icon_service-title.svg);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0.9vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.irTop_Btn01_blank:hover::before {
    content: "";
    width: 1.8vw;
    height: 1.5vw;
    background-image: url(../img/icon_service-title_h.png);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0.9vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.irTop_mainLinkBoxWrap {
    background: #fff;
    padding: 6.583333vw 10.447917vw 6.583333vw 10.447917vw;
}
.irTop_mainLinkBox {
    display: flex;
    flex-wrap: wrap;
}
.irTop_mainLinkBox_item {
    display: block;
    width: 32%;
    background-color: #F8F9FA;
    border-radius: 0.625vw;
    margin: 0 1.5625vw 1.5625vw 0;
    -webkit-box-shadow: 0 0 0.78125vw rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.78125vw rgb(0 0 0 / 10%);
    margin-right: 2%;
    padding: 4vw 0px 3vw 0;
    position: relative;
    background-color: #f8f9fa;
    text-align: center;
    margin-bottom: 1.5vw;
}
.irTop_mainLinkBox_item:hover {
    -webkit-box-shadow: 0 0 0.1vw rgb(0 0 0 / 30%);
    box-shadow: 0 0 0.1vw rgb(0 0 0 / 30%);
}
.irTop_mainLinkBox_item:nth-child(3n) {
    margin-right: 0;
}
.irTop_mainLinkBox_itemTtl {
    position: absolute;
    color: #0e5ca7;
    top: 1.5vw;
    left: 1vw;
    font-size: 1.145833333vw;
    font-weight: bold;
}
.irTop_mainLinkBox_itemIcon {
    border-radius: 0.625vw;
    width: calc(100% - 5vw);
}
.irTop_mainLinkBox_itemTxtTtl {
    font-size: 1.145833333vw;
    line-height: 1.8;
    font-weight: bold;
    margin-top: 1vw;
}
.irTop_mainLinkBox_itemTxt {
    font-size: .8vw !important;
    margin-top: 0.5vw;
}

@media screen and (max-width: 900px){
    .irTop_thirdLevelWrap_innerWrap {
        padding: 6.583333vw 6.447917vw 6.583333vw 6.447917vw;
    }
}

@media screen and (max-width: 767px) {
    .irTop_topContent_block {
        padding-bottom: 10.583333vw;
    }

    .irTop_topContent_inner::after {
        top: -10vw;
    }

    .irTop_topLink_leftBox {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 6.4vw;
    }

    .irTop_Btn01 {
        width: 100%;
        height: auto;
        padding: 3.733333vw 12vw 3.733333vw 12vw;
        border: 0.05208vw #000 solid;
        border-radius: 13.86666667vw;
        margin-bottom: 3vw;
    }

    .irTop_Btn01:hover::after {
        background-size: 0 0, cover;
    }

    .irTop_Btn01::after {
        content: "";
        width: 4.818666667vw;
        height: 3.568vw;
        background-image: url(../img/icon_linkBtn.svg), url(../img/icon_linkBtn_h.svg);
        background-size: cover, 0 0;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4.533333333vw;
        margin: auto;
        background-color: transparent;
        transition: none;
        transform: none;
        left: auto;
    }

    .irTop_Btn01_blank::after {
        content: "";
        width: 4.818666667vw;
        height: 3.568vw;
        background-image: url(../img/icon_service-title.svg);
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        right: 3.9vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

    .irTop_Btn01_blank:hover::after {
        content: "";
        width: 4.818666667vw;
        height: 3.568vw;
        background-image: url(../img/icon_service-title_h.png);
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        right: 3.9vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

    .irTop_Btn01_blank:hover::before {
        content: none;;
    }

    .irTop_topLink_imgWrap_img {
        width: 100%;
        margin-right: -7vw;
    }

    .irTop_topLink {
        margin-bottom: 8vw;
    }

    .irTop_topLinkBottom {
        min-height: inherit;
        padding-left: 0;
    }

    .irTop_topLinkBottom_leftBox_imgWrap {
        position: static;
    }
    
    .irTop_topLinkBottom_leftBox_imgWrap_img {
        width: 100%;
        margin-left: -7vw;
    }

    .irTop_topLink_leftBox_title,
    .irTop_topLinkBottom_rightBox_title,
    .irTop_title01 {
        margin-bottom: 5.066666667vw;
        font-weight: 900;
        font-family: "Roboto", sans-serif;
        font-size: 6.933333333vw;
        letter-spacing: 0.1em;
        position: relative;
        padding-left: 9.866666667vw;
        margin-left: 0;
    }

    .irTop_topLink_leftBox_title::before,
    .irTop_topLinkBottom_rightBox_title::before,
    .irTop_title01::before {
        content: "";
        width: 7.2vw;
        height: 0.2666666667vw;
        background-color: #e5e5e5;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }

    .irTop_topLink_leftBox_title::after,
    .irTop_topLinkBottom_rightBox_title::after,
    .irTop_title01::after {
        content: "";
        width: 3.2vw;
        height: 0.2666666667vw;
        background-color: #0E5CA7;
        position: absolute;
        left: 4vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

    .irTop_news {
        /* padding: 18.66666667vw 0 0; */
        padding: 0;
    }

    .irTop_content_title__area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3.385416667vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .irTop_content_title__area_innerLink {
        font-size: 3.466666667vw;
        margin-left: 0;
        margin-right: 6.4vw;
        margin-bottom: 5.066666667vw;
    }

    .irTop_content_title__area_innerLink::after {
        content: "";
        width: 1.912vw;
        height: 3.309333333vw;
        background-image: url(../img/icon_linkBtn02.svg);
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        right: -5.866666667vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .irTop_Btn01::before{
        content: none;
    }

    .irTop_Btn01:hover {
        background-color: #0E5CA7;
        color: #fff;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .irTop_thirdLevelWrap_innerWrap {
        display: block;
    }

    .irTop_thirdLevelWrap_innerWrap_innerBox {
        width: 100%;
        margin-bottom: 5vw;
        margin-right: 0;
        padding: 3.5vw;
    }

    .irTop_thirdLevelWrap_innerWrap_innerBox:last-child {
        margin: 0;
    }

    .irTop_thirdLevelWrap_innerWrap_title {
        font-size: 5vw;
        margin-bottom: 3vw !important;
    }

    .irTop_thirdLevelWrap_innerWrap_txt {
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }
    
    .irTop_thirdLevelWrap_innerWrap_link p {
        font-size: 4vw;
    }

    .irTop_thirdLevelWrap_innerWrap {
        padding: 10.583333vw 6.447917vw 10.583333vw 6.447917vw;
    }

    .irTop_bottom_other_innerWrap {
        display: block;
    }

    .irTop_bottom_other_innerWrap_link {
        width: 100%;
        padding: 7vw 0px 5vw 0;
    }

    .irTop_bottom_other_innerWrap_link_img {
        width: 10vw;
    }

    .irTop_bottom_other_innerWrap_link_titleEn {
        left: 4vw;
        font-size: 2.5vw;
    }

    .irTop_topLink_leftBox_txt,
    .irTop_topLinkBottom_rightBox_txt{
        margin-bottom: 5.066666667vw;
    }

    .irTop_mainLinkBoxWrap {
        padding: 10.583333vw 6.447917vw 10.583333vw 6.447917vw;
    }
    .irTop_mainLinkBoxWrap_inner {
        padding: 0;
    }
    .irTop_mainLinkBox {
        display: block;
    }
    .irTop_mainLinkBox_item {
        width: 100%;
        padding: 7vw 0px 5vw 0;
        margin-bottom: 5vw;
    }
    .irTop_mainLinkBox_item:last-child {
        margin-bottom: 0;
    }
    .irTop_mainLinkBox_itemTtl {
        left: 4vw;
        font-size: 2.5vw;
    }
    .irTop_mainLinkBox_itemIcon {
        width: calc(100% - 40vw);
    }
    .irTop_mainLinkBox_itemTxtTtl {
        font-size: 4vw;
    }
    .irTop_mainLinkBox_itemTxt {
        font-size: 3vw !important;
    }
}




/* 株主・投資家の皆様へ */
.irMessage_ImgWrap {
    border-radius: 0.625vw;
    margin-bottom: 3.125vw;
}

.irMessage_ImgWrap img {
    border-radius: 0.625vw;
}

.irMessage_txt{
    margin-bottom: 3.125vw;
}

.irMessage_ceoName {
    text-align: right;
    font-size: 1.354166667vw;
    line-height: 1.523;
}

@media screen and (max-width: 767px){
    .irMessage_ImgWrap {
        border-radius: 3.2vw;
        margin-bottom: 5.333333333vw;
    }
    
    .irMessage_txt {
        font-size: 4vw;
        margin-bottom: 5.333333333vw;
    }

    .irMessage_ceoName {
        font-size: 4.8vw;
        line-height: 1.5;
    }
}


/* コーポレートガバナンス */
.irGovernance_imgWrap {
    margin-top: 3.125vw;
}

@media screen and (max-width: 767px){
    .irGovernance_imgWrap {
        margin-top: 5.333333333vw;
    }    
}


/* 株式情報 */
.ir__tab--list {
    width: 100%;
    padding: 2.083333333vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
     -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 0.05208vw solid rgba(0, 0, 0, 0.1);
}
  
.ir__tab--listH {
    width: 15.72916667vw;
    padding-left: 2.083333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.145833333vw;
    font-weight: 700;
    line-height: 1.8;
}
  
.ir__tab--listH span {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #333333;
}
  
.ir__tab--listB {
    width: 45.20833333vw;
    font-size: 1.145833333vw;
    line-height: 1.8;
}
  
.ir__tab--listB p {
    margin-bottom: 2.083333333vw;
}
  
.ir__tab--listB p:last-child {
    margin-bottom: 0;
}
  
.ir__tab--listB p.ir__tab--note {
    font-size: 0.9375vw;
    line-height: 1.5;
}

.ir__tab--list a {
    color: #0E5CA7;
}

.ir__tab--list a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    .ir__tab--list {
        width: 100%;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        border-bottom: none;
        margin: 0 auto 9.333333333vw;
    }

    .ir__tab--listH {
        width: 100%;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 4vw;
        font-weight: 700;
        line-height: 1.8;
        border-bottom: 0.26667vw solid rgba(0, 0, 0, 0.1);
    }

    .ir__tab--listB {
        width: 100%;
        font-size: 4vw;
        padding-top: 4vw;
        line-height: 1.8;
    }
}


/* 個人投資家の皆様へ */
.irIndividual p,
.irIndividual_imgWrap {
    margin-bottom: 3.125vw;
}

 .irIndividual__block01 {
    width: 100%;
    position: relative;
    padding-top: 3.125vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 7.8125vw;
  }
  
   .irIndividual__block01:last-child {
    margin-bottom: 0;
  }
  
   .irIndividual__block02 {
    width: 56.77083333vw;
    margin: 0 auto 2.083333333vw 0;
    background-color: #F8F9FA;
    position: relative;
    padding: 3.125vw;
    border-radius: 0.625vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
   .irIndividual__image01 {
    width: 14.58333333vw;
    height: 14.58333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    background-color: #fff;
    border-radius: 0.625vw;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.16);
  }
  
   .irIndividual__image01 img {
    width: 13.02083333vw;
    height: 13.02083333vw;
  }
  
   .irIndividual__title01 {
    text-align: left;
    font-size: 2.239583333vw;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 1.5625vw;
    padding-bottom: 1.5625vw;
    border-bottom: solid rgba(51, 51, 51, 0.1) 0.05208vw;
    width: 40.10416667vw;
  }
  
   .irIndividual__text01 {
    font-size: 1.145833333vw;
    width: 40.10416667vw;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 1.5625vw;
  }
  
   .irIndividual__text02 {
    font-size: 1.145833333vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
  
   .irIndividual__text03 {
    font-size: 3.75vw !important;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    color: #0E5CA7;
    position: absolute;
    left: 2.083333333vw;
    top: 0;
    z-index: 2;
  }
  
   .irIndividual__link01 {
    font-size: 1.145833333vw;
    width: 19.16666667vw;
    height: 3.854166667vw;
    border-radius: 2.708333333vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: #000000 solid 0.05208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
  }
  
   .irIndividual__link01::before {
    content: "";
    width: 2.083333333vw;
    height: 2.083333333vw;
    background-image: url("/ir/img/arrow_product_link01.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.666666667vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  
   .irIndividual__link01::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0E5CA7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    z-index: 0;
  }
  
   .irIndividual__link01 p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  
   .irIndividual__link01:hover {
    color: #fff;
  }
  
   .irIndividual__link01:hover::before {
    background-image: url("/ir/img/arrow_product_link01_w.svg");
  }
  
   .irIndividual__link01:hover::after {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

@media screen and (max-width: 767px){
    .irIndividual p,
    .irIndividual_imgWrap {
        margin-bottom: 5.333333333vw;
    }

     .irIndividual__block01 {
        width: 100%;
        position: relative;
        padding-top: 6.933333333vw;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto 21.33333333vw;
      }
       .irIndividual__block01:last-child {
        margin-bottom: 0;
      }
       .irIndividual__block02 {
        width: 100%;
        margin: 0 auto 29.33333333vw;
        background-color: #F8F9FA;
        position: relative;
        padding: 8vw 5.333333333vw 24vw;
        border-radius: 3.2vw;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
       .irIndividual__image01 {
        width: 37.33333333vw;
        height: 37.33333333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        background-color: #fff;
        border-radius: 3.2vw;
        top: auto;
        right: 0;
        left: 0;
        bottom: 24.5vw;
        margin: auto;
        z-index: 2;
        -webkit-box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.16);
                box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.16);
      }
       .irIndividual__image01 img {
        width: 33.33333333vw;
        height: 33.33333333vw;
      }
       .irIndividual__title01 {
        text-align: left;
        font-size: 5.866666667vw;
        width: 100%;
        font-weight: 900;
        line-height: 1.5;
        margin-bottom: 5.333333333vw;
        padding-bottom: 5.333333333vw;
        border-bottom: solid rgba(51, 51, 51, 0.1) 0.05208vw;
      }
       .irIndividual__text01 {
        font-size: 4vw;
        width: 100%;
        line-height: 1.8;
        letter-spacing: 0;
        margin-bottom: 5.333333333vw;
      }
       .irIndividual__text02 {
        font-size: 4vw;
        line-height: 1.8;
        letter-spacing: 0;
      }
       .irIndividual__text03 {
        font-size: 9.6vw !important;
        line-height: 1.5;
        font-family: "Roboto", sans-serif;
        color: #0E5CA7;
        position: absolute;
        left: 5.333333333vw;
        top: 0;
        z-index: 2;
      }
       .irIndividual__link01 {
        font-size: 4vw;
        width: 100%;
        height: 13.33333333vw;
        border-radius: 13.86666667vw;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border: #000000 solid 0.05208333333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: transparent;
      }
       .irIndividual__link01::before {
        content: "";
        width: 7.466666667vw;
        height: 7.466666667vw;
        background-image: url("/ir/img/arrow_product_link01.svg");
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        right: 3.2vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
      }
       .irIndividual__link01::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #0E5CA7;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: translate(-100%);
                transform: translate(-100%);
        -webkit-transition: .2s all ease;
        transition: .2s all ease;
        z-index: 0;
      }
       .irIndividual__link01 p {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
      }
       .irIndividual__link01:hover {
        color: #fff;
      }
       .irIndividual__link01:hover::before {
        background-image: url("/ir/img/arrow_product_link01_w.svg");
      }
       .irIndividual__link01:hover::after {
        -webkit-transform: translate(0);
                transform: translate(0);
      }
}


/* よくあるご質問 */
.irFaq_question {
	margin-top: 2em;
	border-bottom: solid 2px #E6E6E6;
    font-size: 1.6rem;
    line-height: 2.4;
	padding-bottom: 1vw;
	line-height: 1.9;
	text-indent: -2em;
	padding-left: 2em;
    margin-bottom: 1vw;
}

.irFaq_question .irFaq_question_inner {
	color: #0E5CA7;
	font-weight: bold;
}

.irFaq_answer {
    line-height: 2.4;
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 3vw;
}

.irFaq_answer a {
    color: #0E5CA7;
}

.irFaq_answer a:hover {
    text-decoration: underline;
}

.irFaq_answer .irFaq_answer_inner {
	color: #333;
	font-weight: bold;
}

.irFaq > .irFaq_question {
    margin-top: 0;
}


@media screen and (max-width: 767px){
    .irFaq_answer {
        margin-bottom: 6vw;
    }
}


/* 免責事項 */
.irNotice_link {
    color: #0E5CA7;
}

.irNotice_link:hover {
    text-decoration: underline;
}


/* IRお問い合わせ */
.irContact_txt {
    margin-bottom: 3.125vw;
}

.irContact_Btn01 {
    font-size: 1.145833333vw;
    width: 25vw;
    height: 3.854166667vw;
    border-radius: 2.708333333vw;
    position: relative;
    overflow: hidden;
    border: #000000 solid 0.05208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    margin: 0 auto 3.125vw;
}

.irContact_Btn01::before {
    content: "";
    width: 2.083333333vw;
    height: 2.083333333vw;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background-image: url(../img/icon_service-title.svg);
    right: 0.9vw;
}

.irContact_Btn01::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0E5CA7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    z-index: 0;
}


.irContact_Btn01:hover {
    color: #fff;
}

.irContact_Btn01:hover::before {
    background-image: url(../img/icon_service-title_h.png);
}

.irContact_Btn01:hover::after {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.irContact_Btn01 p {
    z-index: 99;
}

@media screen and (max-width: 767px){
    .irContact_txt {
        margin-bottom: 5.333333333vw;
    }

    .irContact_list_item{
        font-size: 4vw;
    }

    .irContact_list_item:nth-child(4) {
        text-indent: -4.5em;
        padding-left: 4.5em;
    }

    .irContact_Btn01 {
        width: 100%;
        height: auto;
        padding: 3.733333vw 12vw 3.733333vw 12vw;
        border: 0.05208vw #000 solid;
        border-radius: 13.86666667vw;
        margin-bottom: 3vw;
    }

    .irContact_Btn01:hover::after {
        background-size: 0 0, cover;
    }

    .irContact_Btn01::after {
        content: "";
        width: 4.818666667vw;
        height: 3.568vw;
        background-image: url(../img/icon_service-title.svg);
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 3.9vw;
        margin: auto;
        background-color: transparent;
        transition: none;
        transform: none;
        left: auto;
        z-index: 2;
    }

    .irContact_Btn01:hover::after {
        content: "";
        width: 4.818666667vw;
        height: 3.568vw;
        background-image: url(../img/icon_service-title_h.png);
        background-size: contain;
        background-position: 0 0;
        background-repeat: no-repeat;
        position: absolute;
        right: 3.9vw;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
    }

    .irContact_Btn01:hover::before {
        content: none;;
    }

    .irContact_Btn01::before{
        content: none;
    }

    .irContact_Btn01:hover {
        background-color: #0E5CA7;
        color: #fff;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }
}


/* よくあるお問い合わせ */
.irContact_link {
    color: #0E5CA7;
}

.irContact_link:hover {
    text-decoration: underline;
}