@charset "utf-8";


/* ========================================
 *  株主・投資家の皆さま
 * ======================================== */
@media screen and ( min-width: 768px ) {
    .relative {
        position: relative;
    }
    .top-img {
        width: 100%;
    }
    #top-content {
        box-shadow: 10px 12px 0px 0px #070059;
        padding: 10px 20px 40px 20px;
        text-align: left;
        width: 500px;
        position: absolute;
        background: #fff;
        top: 25px;
        left: 20px;
    }
}
@media not all and ( min-width: 768px ) {
    .top-img {
        display: block;
        width: 100%;
    }
    #top-content {
        padding: 10px 20px 20px 20px;
        text-align: left;
        width: 100%;
        background: #fff;
        border-right: 10px solid #070059;
        border-bottom: 10px solid #070059;
    }
}
#top-content h1 {
    font-size: 1.8rem;
    color: #070059;
}
p.font--notoserif {
    color: #070059;
    border-bottom: 3px solid #070059;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


/* ========================================
 *  株価情報
 * ======================================== */
@media screen and ( min-width: 768px ) {
    #stock-info {
        padding: 12px;
        width: 300px;
        position: absolute;
        background: #fff;
        top: 40px;
        right: 50px;
    }
    #stock-info > div {
        padding: 0px 22px;
    }
    #stock-info .box {
        font-size: 14px;
    }
}
@media not all and ( min-width: 768px ) {
    #stock-info {
        padding: 15px;
        width: 100%;
        background: #fff;
        border: 25px solid #E9E9E9;
    }
    #stock-info > div {
        padding: 0 40px;
    }
    #stock-info .box {
        font-size: 13px;
    }
}
#stock-info h2 {
    color: #810319;
    letter-spacing: 2px;
    border-bottom: 2px solid #810319;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
#stock-info .chartbtn {
    max-width: 300px;
    margin: auto;
}
#stock-info .chartbtn a {
    display: block;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    position: relative;
    padding: 10px 26px 10px 10px;
    background-color: #840018;
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: 2px;
}
#stock-info .chartbtn a::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 16px;
    top: calc( 50% - 10px );
    background-color: #fff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-image: url( /assets/img/common/arrow02.png );
    transform: rotate( -90deg );
    border: none;
}
#stock-info .chartbtn a:hover {
    opacity: 0.7;
}
#stock-info .box {
    border: 1px solid #810319;
    border-radius: 6px;
    padding: 3px 8px;
    margin: 4px 0;
    width: fit-content;
}
#stock-info .box span {
    color: #810319;
}
#stock-info > div {
    text-align: center;
}


/* ========================================
 *  #Topics
 * ======================================== */
#Topics .border {
    color: #810319;
    border-bottom: 2px solid #810319;
}

#Topics a {
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
#Topics a:hover {
    opacity: 0.7;
}

#Topics .box {
    border: 1px solid #810319;
    border-radius: 25px;
    letter-spacing: 2px;
    padding: 3px 20px;
    font-size: 14px;
    margin: auto 0;
}
#Topics .box a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    color: #810319;
}
#Topics .box a:after {
    content: "";
    display: block;
    background-image: url( /assets/img/common/ico_download.svg );
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}

#Topics ul {
    padding-top: 12px;
}
#Topics li {
    width: fit-content;
}
#Topics li a {
    display: flex;
    align-items: center;
    color: #666666;
    margin-bottom: 4px;
    text-decoration: none;
}
#Topics li a::after {
    content: "";
    display: block;
    background-image: url( /assets/img/common/icn_blank.png );
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

#Topics dl {
    border-bottom: 1px solid #000;
}

.news__list dt {
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 0;
}
.news__list dd {
    padding: 0;
}
.news__list dd a {
    font-weight: normal;
}
.news__list {
    border-bottom: none !important;
    padding: 0 !important;
}

@media screen and ( min-width: 768px ) {
    #Topics .border {
        padding-bottom: 16px;
    }
    #Topics h3 {
        font-size: 22px !important;
    }
    #Topics .w47 {
        width: 47%;
    }
    #Topics .mr6 {
        margin-right: 6%;
    }

    #Topics dl {
        padding: 12px 0;
    }

    .news__list dt {
        padding-top: 12px;
    }
    .news__list dt, .news__list dd {
        font-size: calc(16 / 16 * 1rem);
    }
    .news__list dd {
        padding-bottom: 8px;
    }
}

@media not all and ( min-width: 768px ) {
    #Topics .border {
        padding-bottom: 12px;
    }
    #Topics h3 {
        font-size: 20px !important;
        margin: auto 0;
    }
    #Topics .mhead__text {
        font-size: calc(( 16 / 16 * 1rem )) !important;
    }

    #Topics dl {
        font-size: calc( 15 / 16 * 1rem );
        padding: 12px 0;
    }
    #Topics dl dt {
        margin-bottom: 4px;
    }
    #Topics dl dd {
        line-height: 1.35;
    }

    .news__list dt {
        margin-top: 12px;
    }
    .news__list dt, .news__list dd, #Topics li a {
        font-size: calc( 15 / 16 * 1rem );
    }
    .news__list dd {
        padding-bottom: 12px;
    }
}


/* ========================================
 *  .content-column
 * ======================================== */
.content-column {
    position: relative;
}
.content-column a {
    text-decoration: none;
}
.content-column h3 {
    color: #840018;
    border-bottom: 1px solid #840018;
    margin-bottom: 20px;
    padding: 8px;
    letter-spacing: 5px;
    text-align: center;
}
.content-column h3::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #840018;
    transform: rotate( 50deg );
    transform-origin: left center;
}
.content-column .topname {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 7px;
    height: 16%;
    width: 100%;
    color: #000000;
    font-size: calc( 18 / 16 * 1rem );
    font-weight: 500;
    letter-spacing: 3px;
}
.content-column .topname span {
    font-size: calc( 22 / 16 * 1rem );
}
.content-column a:hover {
    opacity: 0.7;
}
.content-column li {
    margin-top: 6px;
}
@media screen and ( min-width: 768px ) {
    .bg-gray {
        background-color: #E9E9E9;
        padding: 40px;
    }
    .content-column h3 {
        font-size: 22px !important;
    }
    .content-column:not( :last-child ) {
        margin-right: 42px;
    }
    .content-column h3::after {
        right: -8px;
        top: 34px;
    }
    .content-column h3.last-colum {
        margin-top: 20px;
    }
    .content-column h3.last-colum:after {
        right: -8px;
        top: 329px;
    }
    .link_list a::before {
        left: -2px;
        top: 14px;
    }
}
@media not all and ( min-width: 768px ) {
    .bg-gray {
        background-color: #E9E9E9;
        padding: 20px 0;
    }
    .content-column h3 {
        font-size: 20px !important;
    }
    .content-column {
        margin-bottom: 20px;
    }
    .content-column h3::after {
        right: -8px;
        top: 30px;
    }
    .content-column img {
        min-width: 100%;
    }
    .link_list a::before {
        left: -2px;
        top: 11px;
    }
}
.link_list {
    line-height: 2.2;
    padding: 0 0 0 16px;
}
.link_list a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #840018;
    position: absolute;
}
.link_list a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: inline-block;
    position: relative;
    padding: 0 0 0 10px;
    color: #000000;
}


/* ========================================
 *  統合報告書2025特設サイト
 * ======================================== */
@media screen and ( min-width: 768px ) {
    #link-integratedreport {
        border: 1px solid #aaa;
        margin: auto;
        width: fit-content;
    }
    #link-integratedreport div {
        background-color: rgba( 255, 255, 255, 0.9 );
        border-left: 1px solid #aaa;
        width: 250px;
        align-content: center;
        text-align: center;
        font-weight: 500;
        letter-spacing: 4px;
        font-size: 20px;
    }
}
@media not all and ( min-width: 768px ) {
    #link-integratedreport {
        border: 1px solid #aaa;
        margin: 30px auto;
        width: 80%;
    }
    #link-integratedreport div {
        background-color: rgba( 255, 255, 255, 0.9 );
        border-top: 1px solid #aaa;
        height: 100px;
        align-content: center;
        text-align: center;
        font-weight: 500;
        letter-spacing: 4px;
        font-size: 22px;
    }
    #link-integratedreport .sp-flex {
        flex-direction: column;
    }
}
#link-integratedreport a {
    text-decoration: none;
}
#link-integratedreport a:hover {
    opacity: 0.7;
}


/* ========================================
 *  #relation
 * ======================================== */
#relation .btnBox a {
    width: 100%;
    align-content: center;
    border-radius: 0;
    box-shadow: 5px 3px 5px #ccc;
}
#relation .btnBox a::after {
    width: 18px;
    height: 18px;
    top: calc( 50% - 10px );
    background-color: #fff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    background-image: url( /assets/img/common/arrow02.png );
    transform: rotate( -90deg );
    border: none;
}
@media screen and ( min-width: 768px ) {
    #relation .btnBox {
        width: calc( ( 100% - 24px ) / 3 );
        margin-left: 12px;
    }
    #relation .btnBox:nth-child( 3n+1 ) {
        margin-left: 0;
    }
    #relation .btnBox:first-child {
        margin-left: 0;
    }
    #relation .btnBox:nth-child( n+4 ) {
        margin-top: 12px;
    }
    #relation .btnBox {
        width: calc( ( 100% - 24px ) / 3 );
    }
}
@media not all and ( min-width: 768px ) {
    #relation .btnBox {
        margin-top: 8px;
    }
    #relation .btnBox:first-child {
        margin-top: 0;
    }
}


/* ========================================
 *  #sustainability
 * ======================================== */
#sustainability > div {
    position: relative;
}
#sustainability ul {
    display: flex;
    justify-content: center;

}
#sustainability ul li {
    position: relative;
    display: block;
    letter-spacing: 2px;
    width: 100%;
}
#sustainability ul li a {
    transition: all 0.3s ease;
}
#sustainability ul li div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.3 );
    color: #fff;
    height: 100%;
    justify-content: center;
}
#sustainability ul li figure img {
    display: block;
    width: 100%;
}
#sustainability .link-container {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
}
#sustainability .link-btn {
    text-decoration: none;
    color: inherit;
    letter-spacing: 3px;
    position: relative;
    border-bottom: 1px solid #7e0017;
    padding: 0 25px 5px 3px;
}
#sustainability .link-btn::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url( /assets/img/common/arrow01.png ) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY( -50% );
}
@media screen and ( min-width: 768px ) {
    #sustainability ul li a:hover {
        opacity: 0.7;
    }
    #sustainability ul li div {
        font-size: calc( 18 / 16 * 1rem );
        line-height: 1.3;
        padding: 4px 16px;
    }
    #sustainability .link-btn:hover {
        opacity: 0.8;
    }
}
@media not all and ( min-width: 768px ) {
    #sustainability {
        margin-top: 48px;
    }
    #sustainability ul {
        flex-wrap: wrap;
    }
    #sustainability ul li {
        width: calc( 100% / 2 );
    }
    #sustainability ul li a:active {
        opacity: 0.7;
    }
    #sustainability ul li div {
        font-size: calc( 16 / 16 * 1rem );
        line-height: 1.2;
        padding: 4px 12px;
        letter-spacing: -0.02em;
    }
    #sustainability .link-btn:active {
        opacity: 0.8;
    }
}


/* ========================================
 *  その他
 * ======================================== */
@media screen and ( min-width: 768px ) {
    .link__more {
        font-size: calc( 18 / 16 * 1rem ) !important;
    }
    .w33 > div {
        width: 33%;
    }
    .pc-none {
        display: none;
    }
    .pc-flex {
        display: flex;
    }
    .text__pc_center {
        text-align: center;
    }
    .text__pc_right {
        text-align: right;
    }
}
@media not all and ( min-width: 768px ) {
    .link__more {
        font-size: calc( 16 / 16 * 1rem ) !important;
    }
    .sp-none {
        display: none;
    }
    .sp-flex {
        display: flex;
    }
    .text__sp_center {
        text-align: center;
    }
    .text__sp_right {
        text-align: right;
    }
}

.margin20 {
    margin: 0 20px;
}
.marginAuto {
    margin: auto;
}
.jc-center {
    justify-content: center;
}
.jc-space-between {
    justify-content: space-between;
}
