@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700;800&display=swap");

@import "/Portals/0/Skins/skincommon.css";

#header .token_menu > ul > li.Tab101,
#header .token_menu > ul > li.Tab113,
#header .token_menu > ul > li.Tab115,
#header .token_menu > ul > li.Tab122,
#header .token_menu > ul > li.Tab155,
#header .token_menu > ul > li.Tab163 {
  display: block;
}
ul#font_sizer li:hover,
ul#font_sizer li:not(.active):hover{
    color: #EF9503;
}


._Index #main > div:not(:last-child){
    margin-bottom: 130px; 
}
._Index h2{
    font-size: 3.75rem;
    margin: 0 0 3.75rem 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
._Index h2 span{
    font-size: 1.125rem;
    margin-left: 1.25rem;
}

._Index h2:after{
    content: none;
}


._Index .slider{
    margin-bottom: 0;
}
._Index .slicksliderArea{
    margin: 0;
}
._Index .content_top .content_top .slicksliderArea .slickslider{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
._Index .content_top .content_top .slicksliderArea .slickslider img{
    border-radius: 10px;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-arrow{
    position: absolute;
    left: 12.33%;
    bottom: 11.33%;
    z-index: 10;
    font-size: 0;
    width: 20px;
    height: 30px;
    display: block;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-arrow.slick-prev:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%) rotateZ(-45deg);
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-arrow.slick-next{
    left: 17%;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-arrow.slick-next:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-dots{
    position: absolute;
    left: 12.25%;
    bottom: 18.2%;
    counter-reset: count;
    display: block;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-dots li{
    width: 40px;
    padding-right: 40px;
    counter-increment: count 1;
    position: absolute;
    left: 0;
    margin: 0;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-dots .slick-active{
    display: block;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-dots li:after{
    content: " / " counter(count) ;
    display: none;
    color: #fff;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-indent: inherit;
    position: absolute;
    right: 0;
    top: 2px;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-dots li:last-child:after{
    display: block;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-dots li button{
    width: auto;
    height: auto;
    background: none;
    color: #fff;
    font-size: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-indent: inherit;
}
._Index .content_top .content_top .slicksliderArea .slickslider .slick-dots .slick-active button{
    font-size: 1.25rem;
}
._Index .slicksliderArea .btnPause {
    position: absolute;
    top: inherit;
    left: 14.52%;
    right: inherit;
    bottom: 12.33%;
    background: none;
}
._Index .slicksliderArea .btnPause.pause {
    background: none;
}



._Index .content_top .content_top{
    padding: 0 20px;
    min-width: 1240px;
}
._Index .content_top .content_top .content_top_info{
    margin: -40px auto 0;
}
._Index .content_top .content_top .TopInfoPane .information{
    display: grid;
    gap: 42px;
    grid-template-columns: auto 1fr;
    border-radius: 2000px;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.7);
    align-items: center;
}
._Index .content_top .content_top .TopInfoPane .information p{
    font-size: 1.125rem;
    color: #fff;
    padding: 1.875rem 3rem;
    background: #0D326F;
    font-weight: bold;
    margin-bottom: 0;
    border-radius: 2000px 0 0 2000px;
}
._Index .content_top .content_top .TopInfoPane .information a{
    font-size: 1rem;
    color: #333;
}

._Index .newsList li{
    flex-wrap: wrap;
}
._Index .newsList li:first-child{
    padding-top: 0;
}
._Index .newsList li .newsDate{
    width: auto;
    margin-right: 1.25rem;
    font-size: 1rem;
    font-weight: bold;
    color: #888;
}
._Index .newsList li .newsCategory span{
    background-color: #F3F4F8;
    color: #333333;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    margin: 0 auto;
}
._Index .newsList li .newsCategory span:not(:last-child){
    margin-right: 12px;
}

._Index .newsList li .newsTitle{
    flex: 0 1 100%;
    margin-top: 0.625rem;
}
._Index .newsList li .newsTitle a{
    font-size: 1rem;
    color: #333;
    --line-offset: 0rem;
    transition: background-size 0.4s cubic-bezier(0.18, 0.06, 0.23, 1) 0s;
    background: linear-gradient(to right, #ef9503, #ef9503) no-repeat right 0 bottom;
    background-size: 0 1px;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: background-color, background-posison, background-size, width, height;
}
._Index .newsList li .newsTitle a:hover{
    color: #ef9503;
    animation: none;
    background-position: left 0 bottom;
    background-size: 100% 1px;
    text-decoration: none;
}

._Index .content_middle_container{
    display: grid;
    gap: 82px;
    grid-template-columns: 400px 1fr;
    margin-bottom: 6rem;
}
._Index .content_middle_left{
    margin: auto 0;
}
._Index .content_middle_left .detail{
    margin-bottom: 2.5rem;
}
._Index .content_middle_left .detail p:last-of-type{
    margin-bottom: 0;
    line-height: 2.5;
}
._Index .content_middle_left .detail p br.pcMode{
    display: block;
}


._Index .content_0102_wrap .inner .top_irnews_container , 
._Index .content_0102_wrap .inner .top_news_container {
    position: relative;
}
._Index .content_0102_wrap .inner .top_irnews_container h2 ,
._Index .content_0102_wrap .inner .top_news_container h2 {
    font-size: 2.875rem;
}
._Index .content_0102_wrap .inner .content_01 .icmdtp-newsItem,
._Index .content_0102_wrap .inner .content_02 .icmdtp-newsItem{
    padding: 0;
}



._Index .top_subcontent {
    min-width: 1240px;
    padding: 0 20px;
    position: relative;
}

._Index .top_subcontent .top_subcontent_backimage{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}
._Index .top_subcontent .top_subcontent_backimage img.pcMode{
    display: block;
}
._Index .top_subcontent .top_subcontent_backimage img.spMode{
    display: none;
}
._Index .top_subcontent .top_subcontent_container{
    width: 91.67vw;
    min-width: 1170px;
    margin:-160px auto 0;
    position: relative;
    z-index: 5;
    padding: 100px 80px;
    border-radius: 40px 40px 0 0;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.7);
}
._Index .top_subcontent .top_subcontent_container .link_area{
    gap: 40px;
}
._Index .top_subcontent .top_subcontent_container .link_area a{
    width: calc((100% - 40px * (4 - 1)) / 4);
    font-size: 1.125rem;
    padding: 0 35px 1.25rem 0;
    color: #333;
    border-bottom: 1px solid #ccc;
    position: relative;
}
._Index .top_subcontent .top_subcontent_container .link_area a:hover{
    text-decoration: none;
    color: #ef9503;
}
._Index .top_subcontent .top_subcontent_container .link_area a:before{
    content: "";
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #f6ac2d 0%, #f70 100%);
    width: 8px;
    height: 8px;
    border-radius: 100px;
    right: 8px;
    top: 0.75rem;
    z-index: 2;
}
._Index .top_subcontent .top_subcontent_container .link_area a:after{
    content: "";
    position: absolute;
    background: #E7EBF1;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    right: 0px;
    top: 0.25rem;
    z-index: 1;  
}
._Index .top_subcontent .top_subcontent_container .link_area a:hover:before{
    background: #E7EBF1;
}
._Index .top_subcontent .top_subcontent_container .link_area a:hover:after{
    background: radial-gradient(50% 50% at 50% 50%, #f6ac2d 0%, #f70 100%);
}


._Index .top_subcontent .top_subcontent_container .icon_btn_link{
    gap: 40px;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn{
    width: calc((100% - 40px * (3 - 1)) / 3);
    padding: 2.8125rem 1.875rem 2.8125rem 3.125rem;
    background: #F3F4F8;
    border-radius: 10px;
    display: grid;
    gap: 24px;
    grid-template-columns: 50px 1fr;
    position: relative;
    text-decoration: none;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn:hover{
    background: radial-gradient(50% 50% at 50% 50%, #f6ac2d 0%, #f70 100%);
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn:before{
    content: "";
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #f6ac2d 0%, #f70 100%);
    width: 8px;
    height: 8px;
    border-radius: 100px;
    right: 30px;
    top: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn:hover:before{
    background: #0D326F;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn img{
    display: block;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn img.hover_img{
    display: none;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn:hover img{
    display: none;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn:hover img.hover_img{
    display: block;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn .sustainability_btn_txt{
    color: #333;
    font-size: 1.125rem;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: opacity, border, background, color, width, height, font-size, padding;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn .sustainability_btn_txt .sustainability_btn_txt-eng{
    font-size: 0.875rem;
    color: #888;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn:hover .sustainability_btn_txt{
    color: #0D326F;
}
._Index .top_subcontent .top_subcontent_container .icon_btn_link .sustainability_btn:hover .sustainability_btn_txt .sustainability_btn_txt-eng{
    color: #888;
}


._Index .content-05_link{
    min-width: 1240px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
._Index .content-05_link a{
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
._Index .content-05_link a:first-child{
    border-radius: 10px 0 0 10px;
}
._Index .content-05_link a:last-child{
    border-radius: 0 10px 10px 0;

}
._Index .content-05_link a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: transform;
}
._Index .content-05_link a img.pcMode{
    display: block;
}
._Index .content-05_link a img.spMode{
    display: none;
}
._Index .content-05_link a:hover img{
    transform: scale(1.1);
}
._Index .content-05_link a .detail{
    height: fit-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18.62%;
    color: rgba(255,255,255,1);
}
._Index .content-05_link a .detail .eng_txt{
    font-size: 2.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}


/*--------------PC時のみ適応--------------*/

._Index.pcMode .top_subcontent .top_subcontent_container .link_btn{
    position: absolute;
    top: 108px;
    right: 80px;
}
._Index.pcMode .content_0102_wrap .inner .top_irnews_container .link_txt,
._Index.pcMode .content_0102_wrap .inner .top_news_container .link_txt{
    position: absolute;
    top: 0.5em;
    right: 0;
}


/* ===========================================================
 megamenu
=========================================================== */
.megamenu_wrap{
    position: relative;
    z-index: 999;
}
.megamenu_wrap > * {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
}
.megamenu_wrap .inner {
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px clamp(1.25rem, -2.083rem + 6.944vw, 6.25rem) 70px;
    transition: 0s;
}
.megamenu_wrap .inner .link_txt_circle{
    margin-bottom: 1.875rem;
}
.megamenu_wrap .inner .link_txt_circle a {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 30px 0 0;
    position: relative;
}
.megamenu_wrap .inner .link_txt_circle a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #f6ac2d;
    border-right: 0;
}
.megamenu_wrap .inner .link_txt_circle a:hover{
    color: #f6ac2d;
}
.megamenu_wrap .inner > ul {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.megamenu_wrap .inner > ul > li a {
    display: block;
    padding: 0 40px 20px 0;
    border-bottom: 1px solid #999;
    position: relative;
    font-size: 1rem;
    line-height: 1.8;
}
.megamenu_wrap .inner > ul > li a:hover{
    color: #EF9503;
}
.megamenu_wrap .inner > ul > li a:before{
    content: "";
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #f6ac2d 0%, #f70 100%);
    width: 8px;
    height: 8px;
    border-radius: 100px;
    right: 8px;
    top: 0.75rem;
    z-index: 2;
}
.megamenu_wrap .inner > ul > li a:hover:before{
    background: #E7EBF1;
}
.megamenu_wrap .inner > ul > li a:after{
    content: "";
    position: absolute;
    background: #E7EBF1;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    right: 0px;
    top: 0.28rem;
    z-index: 1;  
}
.megamenu_wrap .inner > ul > li a:hover:after{
    background: radial-gradient(50% 50% at 50% 50%, #f6ac2d 0%, #f70 100%);
}

.megamenu_wrap .inner a {
    color: #333;
    text-decoration: none;
}

.megamenu_wrap .mega_closeBtn{
    width: auto;
    top: 60px;
    right: clamp(1.25rem, -2.083rem + 6.944vw, 6.25rem);
    left: inherit;
    border-radius: 1000px;
    overflow: hidden;
}
.megamenu_open .megamenu_wrap .mega_closeBtn{
    display: block;
}
.megamenu_wrap .mega_closeBtn p{
    margin-bottom: 0;
    cursor: pointer;
}

.megamenu_wrap .mega_closeBtn p span{
    padding: 0 28px 0 13px;
    background: #fff;
    text-align: left;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
}
.megamenu_wrap .mega_closeBtn p span:before{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    width: 14px;
    height: 2px;
    background: #F6AC2D;
}
.megamenu_wrap .mega_closeBtn p span:after{
    content: "";
    position: absolute;
    right: 16.5px;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    width: 2px;
    height: 14px;
    background: #F6AC2D;
}


#skin{
    position: relative;
}
#skin .mega_overlay{
    z-index: 88;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    pointer-events: none;
}