@charset "utf-8";

@media (min-width: 1025px),print {
    /*メインビジュアル*/
    #main-visual {
        display: flex;
        flex-wrap: wrap;
        height: 800px;
        position: relative;
        background: #fff;
        padding: 0;
        align-items: center;
        width: 100%;
        min-height: 400px;
        background-color: #fff;
        overflow: hidden;
    }
    .main-visual__ttl {
        align-content: center; 
        flex: 0 0 25%;
        padding: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .main-visual__ttl  p {
        font-weight: 700;
        font-size: 3.0rem;
        line-height: 2.0;
    }
    .main-visual__img  {
        height: 100%;
        flex: 1;
    }
    .main-visual__img  img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        display: block;
    }

    /*企業情報*/
    .info_content {
        background-color: #F9F9F9;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .info_box {
        display: flex;
        margin: 40px 0;
    }
    .info_img {
        width: 50%;
        align-content: center;
    }
    .info_txt {
        width: 50%;
    }
    .info_menu {
        width: 100%;
        padding: 50px 30px;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .info_menu li {
        border-bottom: 1px solid #cfcfcf;
    }
    .info_menu li a {
        padding: 20px 0;
        display: flex;
        position: relative;
    }
    .info_menu li a span {
        font-weight: 500;
        font-size: 1.0rem;
    } 
    .info_menu li a:after {
        position: absolute;
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #0a3291;
        border-right: 2px solid #0a3291;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: calc(var(--vw) * 3.125);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /*IR*/
    .ir_content {
        background-color: #fff;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .ir_box {
        display: flex;
        margin: 40px 0;
    }
    .ir_box .c-button {
        margin-top: 40px;
    }
    .ir_intro {
        width: 50%;
        padding: 50px 30px;
        font-size: 1.0rem;
        align-content: center;
        box-sizing: border-box;
    }
    .ir_img {
        width: 50%;
    }
    .ir_intro .c-button a {
        padding-left: 72px;
        padding-right: 72px;
    }

    /*Sustainability*/
    .sustainability_content {
        background-color: #F9F9F9;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .sustainability_box {
        display: flex;
        margin: 40px 0;
    }
    .sustainability_box .c-button {
        margin-top: 40px;
    }
    .sustainability_intro {
        width: 50%;
        padding: 50px 30px;
        font-size: 1.0rem;
        align-content: center;
        box-sizing: border-box;
    }
    .sustainability_img {
        width: 50%;
    }

    /*ニュース*/
    .news {
        padding: 78px 0 156px;
        background-color: #fff;
        background-size: 100% auto;
    }
    .news .tab {
        margin-top: 46px;
    }
    .news .tab__content__inner {
        display: none;
    }
    .news .tab__content .news__list {
        margin: 40px 0;
    }
    .news .tab__content .news__list__ttl {
        padding-left: 100px;
    }
    .news .tab__content .news__list__genre {
        border: 1px solid #0a3291;
        display: inline-block;
        margin-left: 32px;
        font-size: 0.875rem;
        padding: 2px 6px;
        width: 124px;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #0a3291;
    }
    .news .tab__content .news__list__date {
        letter-spacing: 2px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .news .tab__content .news__list li a,.news .tab__content .news__list li div {
        padding: 20px 95px 19px 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .news .tab__content .news__list li a:after {
        position: absolute;
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #0a3291;
        border-right: 2px solid #0a3291;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .news .tab__content .news__list li + li {
        border-top: 1px solid #cfcfcf;
    }  
    .news .tab__content .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .news .tab__content .row .c-button a {
        width: 250px;
        padding-left: 0;
        padding-right: 0;
    }

    /*お知らせ・出版物*/
    .news_publications_content {
        background-color: #F9F9F9;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .news_publications_box {
        margin: 40px 0;
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .news_publications_box li {
        display: grid;
        place-items: center;
    }
    .news_publications_box li a {
        background-color: #fff;
        color: #000000;
        padding: 20px 30px;
        display: flex;
        justify-content: center;
        width: 80%;
        border-radius: 4px;
        -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    }
    .news_publications_box li a span {
        font-weight: 500;
    }
    .news_publications_box li:nth-of-type(1) a span:before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 25px;
        background: url(../images/common/icon_news.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
        margin-right: 10px;
    }
    .news_publications_box li:nth-of-type(2) a span:before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 23px;
        background: url(../images/common/icon_media.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
        margin-right: 10px;
    }
    .news_publications_box li:nth-of-type(3) a span:before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 25px;
        background: url(../images/common/icon_book.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
        margin-right: 10px;
    }
    .news_publications_box li:nth-of-type(4) a span:before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 25px;
        background: url(../images/common/icon_magazine.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
        margin-right: 10px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) { 
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .root {
        padding-top: calc(var(--vw) * 7.8125) !important;
    }

    /*メインビジュアル*/
    #main-visual {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        overflow: hidden;
    }
    .main-visual__ttl {
        align-content: center; 
        width: 100%;
        padding: 40px 20px;
        z-index: 2;
    }
    .main-visual__ttl  p {
        font-weight: 700;
        font-size: clamp(20px, 4vw, 40px);
        line-height: 1.5;
    }
    .main-visual__img  {
        width: 100%;
        flex: 1;
    }
    .main-visual__img  img {
        width: 100%;
        height: 500px;
        object-fit: cover; 
        display: block;
    }

    /*企業情報*/
    .info_content {
        background-color: #F9F9F9;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .info_box {
        display: flex;
        margin: 40px 0;
    }
    .info_img {
        width: 50%;
        align-content: center;
    }
    .info_txt {
        width: 50%;
        margin-left: 20px;
    }
    .info_menu {
        width: 100%;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .info_menu li {
        border-bottom: 1px solid #cfcfcf;       
    }
    .info_menu li a {
        padding: 20px 0;
        display: flex;
        position: relative;
    }
    .info_menu li a span {
        font-weight: 500;
        font-size: calc(var(--vw) * 1.40625);
    } 
    .info_menu li a:after {
        position: absolute;
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #0a3291;
        border-right: 2px solid #0a3291;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /*IR*/
    .ir_content {
        background-color: #fff;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .ir_box {
        display: flex;
        margin: 40px 0;
    }
    .ir_box .c-button {
        margin-top: 40px;
    }
    .ir_intro {
        width: 50%;
        margin-right: 20px;
        align-content: center;
    }
    .ir_intro p {
        font-size: calc(var(--vw) * 1.40625);
    }
    .ir_img {
        width: 50%;
    }
    .ir_intro .c-button a {
        padding-left: calc( var(--vw) * 5.625 );
        padding-right: calc( var(--vw) * 5.625 );
    }

    /*Sustainability*/
    .sustainability_content {
        background-color: #F9F9F9;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .sustainability_box {
        display: flex;
        margin: 40px 0;
    }
    .sustainability_box .c-button {
        margin-top: 40px;
    }
    .sustainability_intro {
        width: 50%;
        margin-left: 20px;
        align-content: center;
    }
    .sustainability_intro p {
        font-size: calc(var(--vw) * 1.40625);
    }
    .sustainability_img {
        width: 50%;
    }

    /*ニュース*/
    .news {
        padding: calc( var(--vw) * 6.09375 ) 0 calc( var(--vw) * 12.1875 );
        background-size: 100% auto;
        background-color: #fff;
    }
    .news .tab {
        margin-top: calc( var(--vw) * 3.5937499999999996 );
    }
    .news .tab__content__inner {
        display: none;
    }
    .news .tab__content .news__list {
        margin: calc( var(--vw) * 3.125 ) 0;
    }
    .news .tab__content .news__list__ttl {
        padding-left: calc( var(--vw) * 7.8125 );
    }
    .news .tab__content .news__list__genre {
        border: 1px solid #0a3291;
        display: inline-block;
        margin-left: calc( var(--vw) * 2.5 );
        font-size: calc( var(--vw) * 1.09375 );
        padding: calc( var(--vw) * 0.15625 ) calc( var(--vw) * 0.46875 );
        width: calc( var(--vw) * 9.6875 );
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #0a3291;
    }
    .news .tab__content .news__list__date {
        letter-spacing: calc( var(--vw) * 0.15625 );
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .news .tab__content .news__list li a,.news .tab__content .news__list li div {
        padding: calc( var(--vw) * 1.5625 ) calc( var(--vw) * 7.421875 ) calc( var(--vw) * 1.484375 ) calc( var(--vw) * 3.359375 );
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .news .tab__content .news__list li a:after {
        position: absolute;
        content: "";
        display: block;
        width: calc( var(--vw) * 0.703125 );
        height: calc( var(--vw) * 0.703125 );
        border-top: calc( var(--vw) * 0.15625 ) solid #0a3291;
        border-right: calc( var(--vw) * 0.15625 ) solid #0a3291;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: calc( var(--vw) * 3.125 );
        top: 0;
        bottom: 0;
        margin: auto;
    }   
    .news .tab__content .news__list li.icon-new .news-list__date:before {
        content: "NEW";
        margin-right:calc( var(--vw) * 1.25 );
        color: #f01423;
    }    
    .news .tab__content .news__list li + li {
        border-top: 1px solid #cfcfcf;
    }
    .news .tab__content .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .news .tab__content .row .c-button a {
        width: calc( var(--vw) * 19.53125 );
        padding-left: 0;
        padding-right: 0;
    }

    /*お知らせ・出版物*/
    .news_publications_content {
        background-color: #F9F9F9;
        width: 100%;
        overflow: hidden;
        padding: calc(var(--vw) * 5.9375) 0 calc(var(--vw) * 6.406249999999999);
    }
    .news_publications_box {
        margin: 40px 0;
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .news_publications_box li {
        display: grid;
        place-items: center;
    }
    .news_publications_box li a {
        background-color: #fff;
        color: #000000;
        padding: calc(var(--vw) * 1.5625) calc(var(--vw) * 2.34375);
        display: flex;
        justify-content: center;
        width: 80%;
        border-radius: calc(var(--vw) * 0.3125);
        -webkit-box-shadow: calc(var(--vw) * 0) calc(var(--vw) * 0.78125) calc(var(--vw) * 1.5625) calc(var(--vw) * 0) rgba(0, 0, 0, 0.05);
        box-shadow: calc(var(--vw) * 0) calc(var(--vw) * 0.78125) calc(var(--vw) * 1.5625) calc(var(--vw) * 0) rgba(0, 0, 0, 0.05);
    }
    .news_publications_box li a span {
        font-weight: 500;
        font-size: calc(var(--vw) * 1.40625);
    }
    .news_publications_box li:nth-of-type(1) a span:before {
        content: "";
        display: inline-block;
        width: 27px;
        height: 20px;
        margin-right: 8px;
        background: url(../images/common/icon_news.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }
    .news_publications_box li:nth-of-type(2) a span:before {
        content: "";
        display: inline-block;
        width: 27px;
        height: 18px;
        margin-right: 8px;
        background: url(../images/common/icon_media.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }
    .news_publications_box li:nth-of-type(3) a span:before {
        content: "";
        display: inline-block;
        width: 27px;
        height: 20px;
        margin-right: 8px;
        background: url(../images/common/icon_book.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }
    .news_publications_box li:nth-of-type(4) a span:before {
        content: "";
        display: inline-block;
        width: 27px;
        height: 20px;
        margin-right: 8px;
        background: url(../images/common/icon_magazine.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .root {
        padding-top: 15.625vw !important;
        font-size: 3.6458333333333335vw;
    }

    /*メインビジュアル*/
    #main-visual {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        overflow: hidden;
    }
    .main-visual__ttl {
        align-content: center; 
        width: 100%;
        padding: 40px 20px;
        z-index: 2;
    }
    .main-visual__ttl  p {
        font-weight: 700;
        font-size: 8vw;
        line-height: 1.5;
    }
    .main-visual__img  {
        width: 100%;
        flex: 1;
    }
    .main-visual__img  img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        display: block;
    }

    /*企業情報*/
    .info_content {
        background-color: #F9F9F9;
        overflow: hidden;
        padding: 12.760416666666666vw 5.208333333333334vw;
    }
    .info_box {
        display: flex;
        flex-wrap: wrap;
        margin-top: 7.291666666666667vw;
    }
    .info_img {
        width: 100%;
        align-content: center;
    }
    .info_txt {
        width: 100%;
    }
    .info_menu {
        width: 100%;
        padding: 3.125vw 0 0;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .info_menu li {
        border-bottom: 1px solid #cfcfcf;
    }
    .info_menu li a {
        padding: 20px 0;
        display: flex;
        position: relative;
    }
    .info_menu li a span {
        font-weight: 500;
    } 
    .info_menu li a:after {
        position: absolute;
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #0a3291;
        border-right: 2px solid #0a3291;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 2.604166666666667vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /*IR*/
    .ir_content {
        background-color: #fff;
        overflow: hidden;
        padding: 12.760416666666666vw 5.208333333333334vw;
    }
    .ir_box {
        display: flex;
        flex-wrap: wrap;
        margin: 40px 0;
    }
    .ir_box .c-button {
        margin-top: 7.8125vw;
    }
    .ir_box .c-button a {
        width: 65.10416666666666vw;
    }
    .ir_intro {
        width: 100%;
        padding: 3.125vw 0 0;
        align-content: center;
        order: 2;
    }
    .ir_intro p {
        font-size: 3.2vw;
    }
    .ir_img {
        width: 100%;
        order: 1;
    }
    .ir_intro .c-button a {
        padding-left: 72px;
        padding-right: 72px;
    }

    /*Sustainability*/
    .sustainability_content {
        background-color: #F9F9F9;
        overflow: hidden;
        padding: 12.760416666666666vw 5.208333333333334vw;
    }
    .sustainability_box {
        display: flex;
        flex-wrap: wrap;
        margin: 40px 0;
    }
    .sustainability_box .c-button {
        margin-top: 40px;
    }
    .sustainability_box .c-button a {
        width: 65.10416666666666vw;
    }
    .sustainability_intro {
        width: 100%;
        padding: 3.125vw 0 0;
        align-content: center;
    }
    .sustainability_intro p {
        font-size: 3.2vw;
    }
    .sustainability_img {
        width: 100%;
    }

    /*ニュース*/
    .news {
        padding-bottom: 13.020833333333334vw;
        background-color: #fff;
        background-size: 100% auto;
    }
    .news .tab {
        margin-top: 7.291666666666667vw;
    }
    .news .tab__content__inner {
        display: none;
    } 
    .news .tab__content .news__list__ttl {
        display: block;
        margin-top: 3.125vw;
        width: 100%;
    }
    .news .tab__content .news__list__genre {
        border: 1px solid #0a3291;
        display: inline-block;
        margin-left: 2.604166666666667vw;
        font-size: 3.2552083333333335vw;
        padding: 0.26041666666666663vw 0.78125vw;
        width: 29.427083333333332vw;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #0a3291;
    }      
    .news .tab__content .news__list li a,.news .tab__content .news__list li div {
        padding: 5.989583333333334vw 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: relative;
    }
    .news .tab__content .news__list li a:after {
        position: absolute;
        content: "";
        display: block;
        width: 1.8229166666666667vw;
        height: 1.8229166666666667vw;
        border-top: 0.5208333333333333vw solid #0a3291;
        border-right: 0.5208333333333333vw solid #0a3291;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 0px;
        top: 7.552083333333333vw;
        right: 2.604166666666667vw;
        margin: auto;
    }
    .news .tab__content .news__list li.icon-new .news__list__date:after {
        content: "NEW";
        color: #f01423;
        margin-left: 3.3854166666666665vw
    }    
    .news .tab__content .news__list li + li {
        border-top: 1px solid #cfcfcf;
    }
    .news .tab__content .row {
        margin-top: 6.510416666666667vw;
    }
    .news .tab__content .row .c-button a {
        width: 65.10416666666666vw;
    }

    /*お知らせ・出版物*/
    .news_publications_content {
        background-color: #F9F9F9;
        overflow: hidden;
        padding: 12.760416666666666vw 5.208333333333334vw;
    }
    .news_publications_box {
        margin: 40px 0 0;
        display: grid;
        gap: 2.604166666666667vw;;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .news_publications_box li {
        display: grid;
        place-items: center;
    }
    .news_publications_box li a {
        background-color: #fff;
        color: #000000;
        padding: 5.208333333333334vw 3vw;
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    }
    .news_publications_box li a span {
        font-weight: 500;
    }
    .news_publications_box li:nth-of-type(1) a span:before {
        content: "";
        display: inline-block;
        width: 22px; 
        height: 17px; 
        margin-right: 1.1vw;
        background: url(../images/common/icon_news.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }
    .news_publications_box li:nth-of-type(2) a span:before {
        content: "";
        display: inline-block;
        width: 22px; 
        height: 15px; 
        margin-right: 1.1vw;
        background: url(../images/common/icon_media.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }
    .news_publications_box li:nth-of-type(3) a span:before {
        content: "";
        display: inline-block;
        width: 22px; 
        height: 17px; 
        margin-right: 1.1vw;
        background: url(../images/common/icon_book.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }
    .news_publications_box li:nth-of-type(4) a span:before {
        content: "";
        display: inline-block;
        width: 22px; 
        height: 17px;
        margin-right: 1.1vw;
        background: url(../images/common/icon_magazine.svg) no-repeat left top;
        vertical-align: middle;
        background-size: contain;
    }

}

@media (min-width: 600px) and (max-width: 768px) {
    .info_menu li a {
        padding: 5.859375vw 5.208333333333334vw;
    }

   .news_publications_box li:nth-of-type(1) a span:before,
    .news_publications_box li:nth-of-type(3) a span:before,
    .news_publications_box li:nth-of-type(4) a span:before {
        width: 6.0vw;
        height: 4.8vw;
    }
    .news_publications_box li:nth-of-type(2) a span:before {
        width: 6.0vw;
        height: 4.54vw;
    }
}