.topContentLink__item:hover{
    text-decoration: none;
}
.topContentLink__item:hover span{
    border-color:transparent
}
.topContentLink__item span{
    width: calc(100% - 30px);
}
.topContentLink__item::before {
    content: "";
    width: 17px;
    height: 17px;
    background: #018D54;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    left: auto;
    margin: 0;
}
.topContentLink__item::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%) rotate(45deg);
}
.topSlider-swiper{
    padding: 22px 0 38px;
}
.topSlider-swiper .swiper-slide-item .button__item{
    min-height: 90px;
   
}
.topSlider-swiper .swiper-slide-item .button__item span:not(.topContentLink__item){
    max-width: 90%;
}
.topSlider-swiper .swiper-slide-item{
    margin-right: 0%;
    box-shadow: 0 3px 13px 0 rgba(81, 103, 88, 0.1);
    height: auto;
    align-items: center;
    margin-bottom: 0;
    min-height: 90px;
}

.topSlider-swiper .topContentLink__item{
    min-height: 108px;
}
.topSlider-swiper .swiper-button-next, 
.topSlider-swiper .swiper-button-prev{
    position: absolute;
    top: calc(50% + 7px);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #008D54;
    transition: 0.3s;
    transform: translateY(-50%);
    box-shadow: 0 5px 5px rgba(0,0,0,.16);
    border: 1px solid #fff;
}
.topSlider-swiper .swiper-button-next{
    left: auto;
    right: 65px;
}
.topSlider-swiper .swiper-button-prev{
    left: 65px;
    right: auto;
}
.topLink__content:hover .topLink__img{
    opacity: 1;
    transform: scale(1.1);
}
.card__item--show .topLink__content:hover .topLink__img{
    opacity: 1;
    transform: unset;
}
.topSlider-swiper .swiper-button-next::after, 
.topSlider-swiper .swiper-button-prev::after{
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topSlider-swiper .swiper-button-next::after{
    border-color: #008d54 #008d54 transparent transparent;
}
.topSlider-swiper .swiper-button-prev::after{
    border-color: transparent transparent #008d54 #008d54;
}
.topSlider-swiper .mySwiper{
    margin-bottom: 15px;
}
.button__item{
    font-size: 1.8rem;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background: #fff;
}
.button__item:hover{
    background: #018D54;
    color: #fff;
}
.button__item .topContentLink__item{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.button__item a{
    color: #000;
}
.button__item:hover a{
    color: #fff;
}
.button__item:hover .topContentLink__item::before{
    background: #fff;
}
.button__item:hover .topContentLink__item::after{
    border-top: solid 2px #018D54;
    border-right: solid 2px #018D54;
}
.button__item .text__link::before{
    display: none;
}
.title--border:not(.title--large){
    position: relative;
    padding-left: 15px;
    border-bottom: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 36px;
    width: fit-content;
}
.title--border:not(.title--large)::before{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #008D54;
    width: 4px;
    height: 100%;
    content: "";
}
.title--notborder{
    padding: 0;
    margin: 0;
}
.title--notborder::before{
    display: none;
}
.title--border .topContentLink__item{
    position: absolute;
    top: 0;
    align-items: center;
    height: 100%;
    right: -40px;
}
.topLink__menu-col>ul:not(.topLink__menu-small)>li>a{
    font-size: 1.8rem;
    line-height: 28px;
    color: #000;
    font-weight: normal;
}
.topLink__menu-col>ul>li>a:hover span{
    color: #008D54 !important;
}
.topLink__menu-col>ul:not(.topLink__menu-small)>li>a span{
    color: #000;
}
.topLink__menu-2>ul:not(.topLink__menu-small)>li>a::before{
    border-color: #008D54#008D54 transparent transparent;
}
.topLink__menu-2{
    justify-content: flex-start;
}
.topLink__menu-2>ul:not(.topLink__menu-small)>li>a::before{
    left: -5px;
    border: thin solid;
    border-color: #008d54 #008d54 transparent transparent;
}
.topLink__menu-2>ul:not(.topLink__menu-small)>li>a{
    padding-left: 15px;
}
.topLink__imgWrapper{
    position: relative;
    background: transparent;
}

.card--imgWrapper{
    margin-right: -22px;
    width: calc(100% + 22px);
}
.card-esg:hover img{
    transform: scale(1.1);
}
.card-esg:hover a{
    color: #008d54;
}

.card-esg{
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.card-esg .card__item{
    background: #fff;
    width: 40%;
    margin: 0;
}
.card-esg .card__item__dflex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0px 0px 36px;
    width: calc(100% - 40%);
}
.card-esg .card__item__dflex .topLink__item{
    width: 100%;
}
.card-esg .card__item__dflex .topLink__item ul{
    width: calc((100% - 40px) / 2);
}
.card-esg .card__item__dflex .topLink__item ul:first-child{
    margin-right: 40px;
}
.topLink__imgWrapper-2 img{
    display: block;
    width: calc(100% - 22px);
}
.topLink__imgWrapper .topContentLink__item{
    position: absolute;
    bottom: 27px;
    right: 0;
    font-size: 1.7rem;
    line-height: 2.4rem;
    transition: all 0.3s;
    max-width: 253px;
    background: #fff;
    font-weight: bold;
    color: #008D54;
    padding: 20px 10px;
    z-index: 2;
    border: 1px solid #008D54;
}

.topLink__content.none_opacity:hover .topLink__img{
    opacity: 1;
}
#anctp08>.content--1080>ul{
    background-color: #f2f2f2;
}
#anctp09>.content--1080>ul>li{
    width: 25%;
    padding: 18px 0;
}
#anctp09>.content--1080>ul>li a{
    width: 100%;
    padding: 10px 0 10px 20px
}
#anctp09>.content--1080>ul>li:not(:first-child){
    padding: 0;
}
#anctp09>.content--1080>ul>li:not(:first-child)::before{
    display: none;
}
.topLink__content.topLink__notlink:hover .topLink__img{
    opacity: 1;
    transform: unset;
}

.linkCaption__item__icon .linkCaption__list--col1 .linkList__item a{
    width: 100%;
}
.linkList__right a{
    display: flex;
}


.topLink__menu-col>ul>li>a:hover {
    color: #008d54 !important;
}

/* end home */
.topLink__menu,
.topLink__content:hover .topLink__menu{
    position: unset;
    transform: initial;
    display: block;
    margin: 0;
    color: #000;
    padding-left: 0;
    padding-top: 15px;
}
.topLink__content:hover a{
    color: #008d54;
}
.topLink__menu-col{
    justify-content: flex-start;
}
.topLink__menu-col li{
    margin-bottom: 10px;
}
.topLink__text{
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: bold;
    top: auto;
    bottom: 0;
    background: #008D54;
    transform: inherit;
    padding: 9.5px 0;
    text-shadow: none;
    position: unset;
    letter-spacing: 0;
}
.topLink__text::after{
    display: none;
}

.topLink__menu-col>ul:not(.topLink__menu-small)>li>a::before{
    border: thin solid;
    border-color: #008d54 #008d54 transparent transparent;
    left: -6px;
    
}

.buttons:first-of-type {
    position: relative;
    padding: 25px 0 21px;
    margin-top: 0;
    margin-bottom: 20px;
}

.buttons:first-of-type::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color:#D4ECE2;
    content: "";
}

.category__title {
    height: auto;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    font-size: 5.2rem;
    letter-spacing: -0.5px;
    text-align: center;
}

.category__title::before {
    background-color: transparent;
    position: static;
    transform: none;
}

.buttonsList__link {
    min-height: 28px;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    border: 1px solid #008d54;
}
.buttonsList__link:not(.buttonsList__active){
    background-color: #fff;
    color: #008d54;
}
.buttonsList__link:not(.buttonsList__active):hover{
    background-color: #008d54;
    color: #fff;
}
.buttonsList__link:not(.buttonsList__active)::after{
    border-color: #008d54 #008d54 transparent transparent;
}
.buttonsList__link:not(.buttonsList__active):hover::after{
    border-color: #fff #fff transparent transparent;
}
.buttonsList--col3 {
    margin-bottom: 0;
    margin-top: 20px;
}

.buttonsList--col3 .buttonsList__item {
    margin-bottom: 10px;
    /* min-height: 53px; */
}

.anchor {
    margin-top: 20px;
    margin-bottom: 40px;
}
.anchor:not(.anchortp) .anchorList__item {
    padding: 0 3%;
    margin: 0px 0 8px;
}
.anchor:not(.anchortp) .anchorList__link {
    font-size: 1.4rem;
    line-height: 1.7;
}
.title--large {
    margin-bottom: 20px;
    font-size: 3.2rem;
}

.anchorList {
    margin: 0;
}


.anchorList__item:last-child::after,
.anchorList__item:nth-child(3n)::after {
    border: 0 none;
    transform: none;
    position: static;
}

.crumb:not(:first-of-type) {
    margin-top: 60px;
}

.text__notice {
    font-size: 1.4rem;
    line-height: 1.7;
    padding-left: 30px;
    position: relative;
}
.text__notice.text__notice--2 {
    padding-left: 20px;
}

.text__notice .icon__notice{
    position: absolute;
    top: 0;
    left: 0;
}

.text__notice.text__link::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -7px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    transform: rotate(45deg) translateY(-50%);
    border: 1px solid;
    border: thin solid;
    border-color: #008d54 #008d54 transparent transparent;
    content: "";
}

.text__notice+.figure {
    margin-top: 30px;
}

.tables th,
.tables td {
    padding: 4px 6px;
}

.anchorList__link::after {
    top: 40%;
}

.bns_colum_icon {
    background: #fff;
    border: 4px solid #E7F0D0;
    width: auto;
    height: auto;
    text-align: center;
}

.bns_colum_icon img {
    width: fit-content;
}

.bns_colum .ttl {
    font-size: 18px !important;
    color: #008D54;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}

.title--color--green.title--small{
    position: relative;
    padding-left: 15px;
    border-bottom: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 0;
    line-height: 36px;
    width: fit-content;
    font-size: 2.8rem;
}
.title--color--green.title--small::before{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #008D54;
    width: 4px;
    height: 100%;
    content: "";
}
.table1 {
    font-size: 18px;
    color: #000;
}
.bns_colum2_text{
    width: 100%;
}
.cardFloat--fix figure {
    max-width: 542px;
    margin: 0 auto 30px;
}
@media(max-width:768px) {
    .bns_colum .ttl {
        font-size: 16px !important;
    }
    .table1 {
        font-size: 16px;
        color: #000;
    }
    .header__subTitle {
        position: relative;
    }
    .header__subTitle::before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 35px;
        margin-right: 1.875em;
        background-color: #251e1c;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .category__buttons {
        padding: 15px 0;
    }
    .buttonsList__link {
        font-size: 1.2rem;
        min-height: 30px;
        line-height: 30px;
        padding-left: 30px;
    }
    .buttonsList__link .text-left {
        display: inline-block;
        text-align: left;
    }
    .buttonsList--col3 .buttonsList__item {
        margin-bottom: 0px;
        text-align: center;
    }
    .buttonsList--col3 .buttonsList__item:not(:first-child) {
        margin: 8px 0 0;
    }
    .category__title {
        margin-bottom: 0;
        padding: 0;
        font-size: 30px;
        line-height: 47px;
    }
    .title--large {
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .crumb:not(:first-of-type) {
        margin-top: 20px;
        padding: 0 0 20px;
    }
    .buttons {
        margin-bottom: 20px;
    }
    .buttons:first-of-type {
        padding: 16px 0;
    }
    .anchorList__item:last-child,
    .anchorList__item:nth-child(3n+3),
    .anchorList__item {
        justify-content: center !important;
    }
    .title--large{
        font-size: 2.1rem;
    }
    .title--color--green.title--small{
        font-size: 2rem;
        line-height: 32px;
    }
    .topContentLink__item.TopButton{
        display: none;
    }
    .card__item--show .topLink__text{
        font-size: 22px;
        letter-spacing: 0;
    }
    .topLink__menu-col>ul:not(.topLink__menu-small)>li>a::before{
        top: 10px;
        width: 12px;
        height: 12px;
    }
    .topContentLink__item.TopButton{
        display: none;
    }
    .topSlider-swiper .swiper-button-next, 
    .topSlider-swiper .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
    .topSlider-swiper .swiper-button-next::after, 
    .topSlider-swiper .swiper-button-prev::after{
        font-size: 20px;
    }
    .topSlider-swiper .swiper-button-next{
        right: 15px;
    }
    .topSlider-swiper .swiper-button-prev{
        left: 15px;
    }
    .content--sp0padding{
        padding: 0 20px;
    }
    .title--small{
        font-size: 20px;
        line-height: 28px;
    }
    .topLink__content>a{
        position: relative;
        width: fit-content;
        height: auto;
    }
    .onlyPC{
        display: none !important;
    }
    .card-esg {
        display: block;
    }
    .card-esg .card__item__dflex{
        width: 100%;
        padding: 20px;
    }
    .card-esg .card__item,
    .card-esg .card__item__dflex .topLink__item ul{
        width: 100%;
    }
    .card-esg .card__item__dflex .topLink__menu-col{
        display: block;
    }
    #anctp09>.content--1080>ul>li,
    #anctp09>.content--1080>ul>li:not(:first-child){
        width: 100%;
        min-height: 80px;
        border-bottom: none;
    }
    #anctp09>.content--1080>ul+ul{
        margin-top: 12px;
    }
    #anctp09>.content--1080>ul>li{
        margin-bottom: 22px;
    }
    #anctp08>.content--1080>ul{
        background-color: #fff;
    }
    .card__item--show .topLink__menu-col>ul:not(.topLink__menu-small)>li>a{
        font-size: 20px;
        line-height: 33px;
        color: #FFFFFF;
    }
    main:not(.home) .content--sp0padding{
        padding-left: 0;
        padding-right: 0;
    }
    .anchor:not(.anchortp) .anchorList__item, 
    .anchor:not(.anchortp) .anchorList__item:first-child{
        padding: 5px 5%;
        max-width: 100%;
        width: 100%;
        justify-content: center;
        margin: 0;
    }
    .anchor:not(.anchortp) .anchorList__link {
        font-size: 1.2rem;
    }
   
}
@media(min-width:769px) {
    .hide-pc {
        display: none;
    }
    .topLink__menu-col>ul:not(.topLink__menu-small)>li>a{
        margin-bottom: 10px;
    }
}


/* banner site-map */

.topContentLink__item.TopButton{
    position: absolute;
    bottom: 27px;
    right: calc(50% - 560px);
    font-size: 1.3rem;
    line-height: 1.6;
    transition: all 0.3s;
    width: 207px;
    background: #fff;
    font-weight: bold;
    color: #008D54;
    padding: 14px 10px;
    z-index: 99;
    border: 1px solid #008D54;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.topContentLink__item.TopButton.TopButton-show{
    opacity: 1;
    visibility: visible;
    position: fixed;
}
.topContentLink__item.TopButton.TopButton-show:hover{
    opacity: 0.7;
}
.topContentLink__item.TopButton::before {
    content: "";
    width: 17px;
    height: 17px;
    background: #018D54;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    left: auto;
    margin: 0;
}
.topContentLink__item.TopButton::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
}

.topContentLink__item.TopButton{
    position: absolute;
    bottom: 27px;
    right: calc(50% - 560px);
    font-size: 1.3rem;
    line-height: 1.6;
    transition: all 0.3s;
    width: 207px;
    background: #fff;
    font-weight: bold;
    color: #008D54;
    padding: 14px 10px;
    z-index: 99;
    border: 1px solid #008D54;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.topContentLink__item.TopButton.TopButton-show{
    opacity: 1;
    visibility: visible;
    position: fixed;
}
.topContentLink__item.TopButton::before {
    content: "";
    width: 17px;
    height: 17px;
    background: #018D54;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    left: auto;
    margin: 0;
}
.topContentLink__item.TopButton::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotate(45deg);
}
.topContentLink__item.TopButton.TopButton-show:hover{
    opacity: 0.7;
}


.text__link[href*=".pdf"].no-pdf::after,
.text__link[target*="_blank"].no-blank-icon::after{
    display: none;
}




.custom-unsend-image {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.custom-unsend-image::before {
    content: "";
    background-color: rgba(255, 255, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    z-index: 100;
}
.custom-unsend-image::after {
    content: attr(data-text);
    background-color: #ffffff;
    border: 2px solid red;
    width: fit-content;
    padding: 12px 18px;
    color: red;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
}

.custom-unsend-image-2::after{
    top: 33%;
}
.custom-unsend-image-3::after{
    top: 63%;
}
.custom-unsend-image.custom-unsend-text::after{
    display: none;
}

.caption_custom {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    padding: 2px 5px;
    background: #ffff00;
    color: #e51f36;
    border: 1px solid #e51f36;
    width: max-content;
    text-align: center;
}

.bg-v{
    background-color: rgba(255, 255, 0, .4);
    position: relative;
}

.custom-unsend-image-no::after{
    display: none;
}
/* caption img */


@media print{
    .buttonsList{
        margin: 0 !important;
        margin-top: 20px !important;
        /* justify-content: flex-start; */
    }
    .buttonsList--col3 .buttonsList__item{
        margin: 0 2.692% 26px!important;
        margin-bottom: 10px !important;
    }
    .anchorList__item{
        width: 33.33% !important;
    }
    section.anchor {
        margin-bottom: 40px;
    }
    
    #globalHeader,
    header,
    footer,
    #globalFooter,
    .resposiveGlobalHeaderSp,

    /* .crumb,
    .under_side,
    .buttonsList,
    .anchor .anchorList, */

    .text__block--1040 {
        display: none;
    }
}

/* =============slide mv============= */
.home .mv .mv__img{
    padding-top: 0;
}
.home .mv .mv__img .swiper-slide {
    overflow: hidden;
}
.home .mv .mv__img .swiper-slide img {
    width: 100%;
    max-width: none;
    max-height: 348px;
    object-fit: cover;
    position: relative;
}
.home .mv .mv__img .swiper-slide.swiper-slide-active img,
.home .mv .mv__img .swiper-slide.swiper-slide-prev img,
.home .mv .mv__img .swiper-slide.swiper-slide-duplicate-active img,
.home .mv .mv__img .swiper-slide.swiper-slide-duplicate.swiper-slide-duplicate-prev img {
    animation: zoom 10s linear 0s 1 normal both;
}
.home .mv .mv__text{
    z-index: 3;
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
@media screen and (min-width: 768px){
    .buttonsList.buttonsList--col3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px 5.384%;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 10px;
        grid-template-rows: repeat(1, 1fr);
    }
    .buttonsList.buttonsList--col3.grid-template-rows{
        grid-template-rows: repeat(2, 1fr);
    }
    .buttons .buttonsList--col3 .buttonsList__item{
        width: auto;
        margin: 0;
    }
}
@media screen and (max-width: 768px){
    /* .buttonsList.buttonsList--col3{
        display: block;
        margin-bottom: 0;
    }
    .buttons .buttonsList--col3 .buttonsList__item{
        margin: 8px 0 0;
    } */
}
.table__vertical-align-top td{
    vertical-align: top;
}

.text__link.not__blank[target="_blank"]::after {
    content: unset;
}
.img_custom{
    display: flex;
}
.img_custom .text_custom{
    border: 1px solid;
    background: #dae3f3;
    padding: 10px;
}
@media screen and (max-width: 1200px) {
    .topContentLink__item.TopButton.TopButton-show {
        right: 80px;
    }
}
@media(max-width: 1024px){
    .topSlider-swiper .swiper-slide-item .button__item span:not(.topContentLink__item){
        max-width: 96%;
    }
}