@charset "UTF-8";




/*全体*/

:root ol,
 :root ul {
  margin: 0;
  padding: 0;
}
.pbAreaWrapper1{
  margin-top:83px;
}

.pbAreaWrapper1.pb-of-visible{
  margin-top:initial;
}
.pbNested:after {
    display: none !important;
}


.Header {
    position: fixed;
}

/*被災メッセージ*/
.s__top__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 83px;
    padding: 1.8em 40px;
    background-color: #f6f6f6;
}

@media print,
screen and (min-width: 768px) and (max-width:1080px) {
    .s__top__banner {
        margin-top: 52px;
        padding: 1.8em 40px;
        background-color: #f6f6f6;
    }
}
@media print, screen and (min-width: 1080px){
.header-gnav__list__megamenu__link-list {
  margin: 1.8em 0 0 !important;
  padding: 0;
  list-style: none;
}
}
@media only screen and (max-width: 767.98px) {
    .s__top__banner {
        margin-top: 52px;
        padding: 0;
    }
}

/*キービジュアル*/
.s__top__kv-wrapper > div {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1920px;
    margin: 0 auto;
}

.s__top__kv {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden
}

.s__top__kv img {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    max-width: none;
    transform: translateX(-50%);
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
}

a:hover .s__top__kv img {
    opacity: .7
}

.s__top__kv_banner-wrap {
    flex-shrink: 0;
    width: calc(26.771% + 6px);
    padding: 0 3px;
}

.s__top__kv_banner-1 > div {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 6px 20px 20px;
}

.s__top__kv_banner-1 > div a::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.s__top__banner_1_img {
    flex-shrink: 0;
    margin-right: 15px;
    width: 225px;
}

.s__top__banner_1_text {
    padding-right: 30px;
    font-size: 1.4rem;
}

.s__top__banner_1_text::after {
    display: block !important;
    position: absolute;
    top: 48%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 14px;
    overflow: hidden;
    background: url('/library/app-files/img/sprite/icon.svg#blank-usage') no-repeat 0 0;
    text-indent: -9999em;
    content: "別ウィンドウで開く"
}

.s__top__kv_banner-1 > div a:hover .s__top__banner_1_text {
    text-decoration: underline;
}

.s__top__kv_banner-1 > div a::before:hover * {
    color: #c90000;
    text-decoration: underline
}

@media print,
screen and (min-width: 768px) {
    .s__top__kv_banner-wrap {
        width: calc(26.771% + 6px);
        min-width: 370px;
    }
}

@media only screen and (max-width: 767.98px) {
    .s__top__kv * {
        width: 100%;
    }

    .s__top__kv-wrapper > div {
        flex-direction: column;
        flex-flow: row wrap;
    }

    .s__top__kv_banner-wrap {
        width: 100%;
        border-bottom: 4px solid #ddd;
    }

    .s__top__kv img {
        position: static;
        transform: translateX(0);
    }
}

@media only screen and (max-width: 767.98px) {
    .s__top__banner_1_img {
        width: 170px;
    }

    .s__top__kv_banner-1 > div {
        padding: 24px 6px 20px 12x;
    }

    .s__top__banner_1_text::after {
        display: block !important;
        position: absolute;
        top: 48%;
        right: 10px;
        transform: translateY(-50%);
        width: 16px;
        height: 14px;
        overflow: hidden;
        background: url('/library/app-files/img/sprite/icon.svg#blank-usage') no-repeat 0 0;
        text-indent: -9999em;
        content: "別ウィンドウで開く"
    }
}

/*重要なお知らせ*/
.s__top__important-notices {
    margin: 3px -40px 0;
    padding: 1.6em 40px !important;
    background-color: #ffe7d7;
    text-align: center
}

.s__top__important-notices span {
    position: relative;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 2rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700
}

.s__top__important-notices span::before {
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('/library/app-files/img/sprite/icon.svg#caution-usage') no-repeat 0 0;
    content: "";
}

.s__top__important-notices span::after {
    position: absolute;
    top: 40%;
    right: 4px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    border-bottom: 2px solid #083;
    border-right: 2px solid #083;
    content: ""
}

@media print,
screen and (min-width: 768px) {
    .s__top__important-notices {
        padding: 1.5em 40px !important;
    }

    .s__top__important-notices span::before {
        top: 46%;
    }

    .s__top__important-notices span::after {
        top: 34%;
    }
}

@media only screen and (max-width: 767.98px) {
    .s__top__important-notices {
        margin-top: 0;
        padding: .9em 40px !important;
    }

    .s__top__important-notices span {
        font-size: 1.6rem;
    }

    .s__top__important-notices span::before {
        top: 45%;
        left: 10px;
        width: 18px;
        height: 18px;
    }

    .s__top__important-notices span::after {
        top: 38%;
        right: 6px;
        width: 8px;
        height: 8px;
    }
}

/*グループ*/
.s__top__group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.s__top__group_title {
    margin: 1.8em auto 0;
    font-size: 3.6rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    line-height: 1.2
}

.s__top__group_banner-wrap > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 1.5em auto 0;
}

.s__top__group_banner > div {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 -30px;
    padding: 0;
    list-style: none;
}

.s__top__group_banner_item {
    margin: 0 0 25px 30px;
}

.s__top__group_banner_list {
    flex-shrink: 0;
    margin-left: 40px;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    display: inline-block;
    padding: .8em 1.4em;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    line-height: 1.4;
    text-align: center;
    vertical-align: top;
}

@media print,
screen and (min-width: 768px) {
    .s__top__group {
        padding: 0 40px;
    }

    .s__top__group_banner-wrap > div {
        margin-top: 1.4em;
        margin-bottom: -25px;
        padding: 0 50px;
    }

    .s__top__group_banner_list {
        margin-top: -26px;
    }

    .s__top__group_banner_list {
        padding: .85em 1.4em;
    }
}

@media only screen and (max-width: 767.98px) {
    .s__top__group_title {
        margin: .7em auto 0;
        padding: 0 10px;
    }

    .s__top__group_banner-wrap > div {
        flex-direction: column;
        flex-flow: row wrap;
        margin: 1.35em auto 0;
    }

    .s__top__group_banner > div {
        margin: 0 0 -5px -25px;
    }

    .s__top__group_banner_item {
        margin: 0 0 25px 25px;
    }

    .s__top__group_banner_item img {
        zoom: .65;
    }

    .s__top__group_banner_list {
        padding: .8em 40px;
        margin-left: 0;
        margin-bottom: 2px;
    }
}

/*おすすめコンテンツ*/
.s__top__recommend_title {
    margin: 1.6em auto 0 auto;
    font-size: 4rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    line-height: 1.2;
}

.s__top__recommend > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1680px;
    margin: -.7em auto 1em auto;
}

.s__top__recommend_item {
    position: relative;
    margin-top: 2em;
    width: 23.34%;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}

.s__top__recommend_item_img img {
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s
}

.s__top__recommend_item_category {
    left: 20px;
    padding: .55em 20px;
    -webkit-transform: translateY(50%);
    z-index: 1;
    position: absolute;
    top: 62.5%;
    transform: translateY(50%);
    border-radius: 20px;
    background-color: #083;
    color: #fff;
    line-height: 1.2;
    font-size: .9em;
}

.s__top__recommend_item_category * {
    min-height: 0 !important;
    font-size: 1em;
}

.s__top__recommend_item_body {
    padding: 2.2em 20px 1.2em;
}

.s__top__recommend_item_text {
    font-size: 2rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
    line-height: 1.4;
}

.s__top__recommend_item_text span {
    position: relative;
}

.s__top__recommend_item_text span::after {
    position: absolute;
    top: 41%;
    right: -10px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #083;
    border-right: 2px solid #083;
    content: ""
}

.s__top__recommend_item_text:hover {
    color: #c90000;
    text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {
    .s__top__recommend > div {
        padding: 0 40px;
    }

    .s__top__recommend_item_category {
        padding: .65em 10px;
        top: 43%;
        font-size: .7em;
    }

    .s__top__recommend_item {
        width: 22.5%;
    }

    .s__top__recommend > div {
        margin: -.6em auto 1em auto;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1080px) {
    .s__top__recommend_item {
        width: 21%;
    }

    .s__top__recommend_item_category {
        top: 68px;
        transform: translateY(0);
        padding: .65em 10px;
        font-size: .7em;
        left: 20px;
    }

    .s__top__recommend_item_text span::after {
        position: absolute;
        top: auto;
        bottom: 10px;
        right: -14px;
    }
}

@media only screen and (max-width: 767.98px) {
    .s__top__recommend_title {
        margin: .55em auto 0 auto;
    }

    .s__top__recommend > div {
        padding: 0 15px;
    }

    .s__top__recommend_item {
        width: 48%;
    }

    .s__top__recommend_item_category {
        top: 38%;
        left: 10px;
        padding: .4em 10px;
        font-size: .8em;
    }

    .s__top__recommend_item_body {
        padding: 1.4em .7em 1em .7em;
    }

    .s__top__recommend_item_text span {
        padding-right: 10px;
    }

    .s__top__recommend_item_text span::after {
        width: 8px;
        height: 8px;
    }

    .s__top__recommend_item_text {
        font-size: 1.4rem;
    }
}

/*お知らせ*/
.s__top__notice-wrapper {
    margin-top: 80px;
    padding: 38px 0 70px 0;
    background-color: #f9f9f9;
}

.s__top__notice-wrapper > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.s__top__notice-wrapper > div > div {
    width: calc((100% - 80px)/2);
}

@media print,
screen and (min-width: 768px) {
    .s__top__notice-wrapper {
        padding: 29px 40px 70px 40px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1080px) {
    .s__top__notice-wrapper {
        padding: 28px 40px 70px 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .s__top__notice-wrapper {
        margin-top: 0;
        padding: 0 0 70px 0;
    }

    .s__top__notice-wrapper > div {
        flex-direction: column;
    }

    .s__top__notice-wrapper > div > div {
        width: 100%;
    }

    .home-news__heading__title {
        /* margin-top: 38px; */
    }

    .home-news__heading__button-wrap {
        /* margin-top: 28px; */
    }
}

/*ニュース*/
.home-news__column__item {
    width: 100%;
}

/*株主・投資家情報*/
.s__top__category-wrapper > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 65px auto 0 auto;
}

.s__top__category-wrapper > div > div {
    position: relative;
    padding: 2.6em 0 3em 65px;
    width: calc((100% - 80px)/2);
}

.s__top__category-wrapper a::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.s__top__category-item1 {
    border-radius: 0 16px 16px 0;
    background: url(/library/home/img/home_ir_bg01.png) no-repeat 50% 50%;
    background-size: cover;
}

.s__top__category-item_title {
    font-size: 3.65rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.s__top__category-item_text {
    margin-top: 1.2em;
    font-size: 1.63rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    line-height: 1.8;
    color: #fff;
}

.s__top__category-item_button a {
    display: inline-block;
    overflow: hidden;
    margin-top: 2.15em;
    margin-left: 5px;
    padding: .9em 19px;
    transition: background-color .25s cubic-bezier(.4, 0, .2, 1) 0s, color .25s cubic-bezier(.4, 0, .2, 1) 0s;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 30px;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    color: #333;
    line-height: 1.4;
    text-align: center;
    font-size: 1.4rem;
}

.s__top__category-item_button a:hover {
    background-color: #f60;
    color: #fff;
}

.s__top__category-item2 {
    padding-left: 0 !important;
    padding-right: 65px !important;
}

.s__top__category-item2 * {
    color: #333;
}

.s__top__category-item_inner > div {
    display: flex;
}

.s__top__category-item_inner_l {
    flex: 1;
}

.s__top__category-item_img {
    max-width: calc((100% - 15px)/2);
    margin: 1.2em 0 0 15px;
}

@media print,
screen and (min-width: 768px) {
    .s__top__category-wrapper > div {
        margin-top: 85px;
    }

    .s__top__category-wrapper > div > div {
        padding: 3em 0 3em 40px;
        width: calc((100% - 40px)/2);
    }

    .s__top__category-item_title {
        font-size: 3.5rem;
    }

    .s__top__category-item_text {
        margin-top: 1.25em;
        font-size: 1.8rem;
    }

    .s__top__category-item_button a {
        margin-top: 2.1em;
        padding: .8em 20px;
        font-size: 1rem;
    }

    .s__top__category-item_inner > div {
        padding-top: .1em;
    }

    .s__top__category-item_img {
        padding-left: .15em;
        margin: 1.3em 0 0 15px;
    }

    .home-banner__list {
        margin: 0 -18px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 895px) {
    .s__top__category-wrapper > div {
        margin-top: 80px;
    }

    .s__top__category-wrapper > div > div {
        padding: 3.1em 40px 3em 40px;
        width: calc((100% - 40px)/2);
    }

    .s__top__category-item_text {
        margin-top: 1.25em;
    }

    .s__top__category-item_button a {
        font-size: 1.6rem;
    }

    .s__top__category-item2 {
        padding-left: 0 !important;
        padding-right: 40px !important;
    }

    .s__top__category-item_img {
        margin: 1.2em 0 0 0;
    }

    .s__top__category-item2 .s__top__category-item_text {
        padding-right: 18px;
    }

    .s__top__category-item2 .s__top__category-item_button a {
        padding: .8em 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .s__top__category-wrapper > div {
        flex-direction: column
    }

    .s__top__category-wrapper > div > div {
        padding: 2em 15px 1.5em 15px;
        width: 100%;
        border-radius: 0;
    }

    .s__top__category-item1 {
        background: url(/library/home/img/home_ir_bg01-2x.png) no-repeat 50% 50%;
    }

    .s__top__category-item_title {
        font-size: 2.4rem;
    }

    .s__top__category-item_text {
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .s__top__category-item_button a {
        margin-top: 1.2em;
        margin-left: 0;
        width: calc((100% - 15px)/2);
    }

    .s__top__category-item2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .s__top__category-item_inner > div {
        flex-direction: column;
        justify-content: flex-end;
    }

    .s__top__category-item_inner {
        position: relative;
    }

    .s__top__category-item_img {
        margin-top: -50px;
    }
}

/*ほか*/



@media print,
screen and (min-width: 768px) {
/*
.home-banner__item {
    max-width: 545px;
    padding: 0 18px;
}
*/

.home-banner {
    padding: 0 0 80px!important;
}
}

@media print,
screen and (min-width: 768px) and (max-width: 895px) {
    .news .home-news__heading__button-wrap {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .home-banner {
    }
}









/***************************
hoshi 記述 ↓↓↓↓↓
***************************/
#area0 {
    padding: 0 40px;
}

#area0 .pbNestedWrapper {
    overflow: visible;
}


.Header{
  z-index: 5;
}
@media only screen and (max-width: 767.98px){
  #area0 {
    padding: 0 15px;
}
}

@media only screen and (max-width: 1079.98px){
.pbAreaWrapper1{
  margin-top: 52px;
  margin-bottom: 2.8em;
}
}

/*home-emergency-----------*/
.home-emergency {
    text-align: center;
}


.home-heading2-v2+* {
  margin-top: 1.4em!important;
}


@media print, screen and (min-width: 1080px){
  .header-gnav__list__megamenu{
    z-index:1;
  }
}

@media only screen and (max-width: 1079.98px){
.header-gnav{
  z-index:20;
}
.header-menu-overlay {
  z-index: 3;
}
.header-search-overlay{
  z-index:3;
}
}


@media print,
screen and (min-width: 768px) {
    #area0 .home-hero__visual {
        display: flex;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

.home-emergency{
    margin: 0 -40px;
    padding: inherit;
}
.home-emergency > div{
    padding: 1.8em 40px;
}
/*hero-----------*/
.home-hero > .pbNested {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

    .home-hero__visual img {
        -webkit-transform: translateX(-50%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        max-width: none;
        transform: translateX(-50%);
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
    }
        .home-hero__visual.pb-layout img{
          transform:initial;
        }
         .home-hero__visual.pb-layout {
           overflow: hidden !important;
         }
}

.home-hero__heading {
    position: relative;
}

@media print,
screen and (min-width: 768px) {
    .home-hero__heading > .pbNested {
        padding: 20px 10px 20px 20px;
    }
    .home-hero__visual img:hover {
    opacity: .7;
}

}

.home-hero__heading > .pbNested {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.home-hero__heading__text a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.home-hero__heading__text a::after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -3px;
    margin-left: 10px;
    width: 16px;
    height: 14px;
    overflow: hidden;
    background: url(/library/app-files/img/sprite/icon.svg#blank-usage) no-repeat 0 0;
    text-indent: -9999em;
    content: "別ウィンドウで開く";
}


/*お客様の暮らしに-----------*/
@media print,
screen and (min-width: 768px) {
    .home-heading2-v2 h2 {
        font-size: 3.6rem;
        line-height: 1.2;
        text-align: center;
        word-spacing: -.3em;
    }
    .home-hero__heading__text a:hover {
    text-decoration: underline;
}
}

.home-group__list-wrap{
    font-size: 0;
}

@media print,
screen and (min-width: 768px) {
     .home-group__list-wrap{
         margin: 0 0 -25px -30px;
    }
}

.home-group__list-wrap > div {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.home-group__list-wrap > div > div:not(.pb-handle){
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    height: 100%;
}

@media print,
screen and (min-width: 768px) {
    .home-group__list-wrap > .pbNested .pbNested {
        margin: 0 0 25px 30px;
    }

    .home-group > .pbNested {
    display: flex;
}
.home-group__button{
    align-items: center;
	justify-content: center;
	display: flex;
}
}

@media print,
screen and (min-width: 768px) {
    .home-campaign {
        margin: 2.4em auto 0;
    }
}

/*おすすめコンテンツ-----------*/
.home-heading2 h2 {
    font-size: 4rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    line-height: 1.2;
    text-align: center;
}



.home-card > .pbNested {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.home-card__body{
    line-height: 1.4;
}

.home-card__body a {
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}


.home-card__body a:after {
    top: -3px;
    width: 9px;
    margin-left: 5px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid #083;
    border-right: 2px solid #083;
    vertical-align: middle;
    content: "";
}

.home-card__body a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}


@media print,
screen and (min-width: 768px) {
.home-card-wrap > .pbNested {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.home-card-wrap > .pbNested .home-card {
    width: calc((100% - 108px)/4 - .1px);
    margin-top: 0;
    position: relative;
}

.home-card-wrap > .pbNested .home-card:not(:nth-child(4n)) {
    margin-right: 36px;
}

.home-card-wrap > .pbNested .home-card:nth-child(n+5) {
    margin-top: 2em;
}
.home-card__body a:hover {
    text-decoration: underline;
}
.home-card__body a {
    font-size: 2rem;
}
.home-card:hover img {
    opacity: 0.7;
}
}

/* 重要なお知らせ */

.home-important__body .link-list {
    padding: 0;
}

/*ニュース・お知らせ-----------*/
@media print,
screen and (min-width: 768px) {
    .home-news > .pbNested {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
      max-width: 1760px;
      margin: 0 auto;
    }

}

@media print,
screen and (min-width: 768px) {
    .home-news > .pbNested > .pbNested {
        width: calc((100% - 80px)/2);
    }
}

.home-news__column__item {
    margin: 0;
}

/* 株主・投資家除法　サステナビリティ */
@media print,
screen and (min-width: 768px) {
    .home-category > .pbNested {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media print,
screen and (min-width: 768px) {

    .home-category .home-category__item--csr,
    .home-category .home-category__item--ir {
        display: flex;
        width: calc((100% - 80px)/2);
        overflow: hidden;
        padding: 3em 0;
    }

    .home-category__item--ir {
        padding-left: 40px !important;
        border-radius: 0 16px 16px 0;
    }

    .home-category__item--csr {
        padding-right: 40px !important;
    }

  .home-category__item--ir > div:not(.pb-handle),
  .home-category__item--csr > div:not(.pb-handle){
    width: 100%;
      max-width: 840px;
  }

  .home-category__item--ir > div:not(.pb-handle){
    padding-right: 40px;
      margin-left: auto;
      }

  .home-category__item--csr > div:not(.pb-handle){
      margin-right: auto;
  }

    .home-category__button a:hover {
      background-color: #f60;
      color: #fff;
}
.home-category__item--csr .home-category__detail div{
    clear: none;
}
.home-category__item--csr .home-category__lead.pb-layout,
.home-category__item--csr .home-category__button.pb-layout{
  display:grid;
}

}

.home-category__button a{
  display: inline-block;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  color: #333;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
  min-width: 100px;
  padding: .8em 20px;
  font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
  transition: background-color .25s cubic-bezier(.4,0,.2,1) 0s,color .25s cubic-bezier(.4,0,.2,1) 0s;
}

.home-category__button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.home-category__caption p {
    font-size: 1.8rem;
    font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
    line-height: 1.8;
}


@media only screen and (max-width: 767.98px) {

.home-heading2 h2{
  font-size: 2.4rem;
  font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
  line-height: 1.4;
}
.home-heading2-v2{
  text-align:center;
}
.home-heading2-v2 h2{
  font-size: 2.4rem;
  font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
  line-height: 1.4;
}
.home-group__list-wrap {
  margin: 0 0 -20px -25px;  
}

.home-group__list-wrap > div > div{
  margin: 0 0 20px 25px;
}
.home-group__list-wrap > div > div img {
  zoom: .65;
}
.home-card-wrap > div{
  display: flex;
  flex-flow: row wrap;
}

.home-card-wrap .home-card{
    width: calc((100% - 15px)/2);
}
.home-card-wrap .home-card:nth-child(2n){
    margin-left: 15px;
}
.home-card__body a:after{
   width: 8px;
  height: 8px;
    margin-left: 5px;
   top: -1px;
}
.news .news__type, .news .news__type--blank, .news .news__type--nolink, .news .news__type--pdf{
  display:block;
}
 .home-news__column__item{
  margin-top: 2.8em;
}
 .home-news__column__item.news{
     margin-top: 0;
 }
.home-category__item--ir,
.home-category__item--csr{
padding: 2em 15px;  
}
.home-category__button a{
  width: 100%;
  padding: .8em 10px;
  border-radius: 30px;
  font-family: 'GothamBold','ヒラギノUD角ゴ W6 JIS2004',游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif; font-weight: 400 !important; font-weight: 700;
}
.home-category__item--csr .home-category__detail{
  margin-top: 1.2em;
}
.home-category__item--csr .home-category__detail > div{
  display: flex;
  flex-flow: row wrap;
}
.home-category__item--csr .home-category__image{
  order: 10;
}
}



