@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css2?family=Noto+Selif+JP:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* CSS Document */
#TopicPath{
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#Contents,
#Contents *{
box-sizing: border-box;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.movieContentSet{
width: 100%;
height: 535px;
position: relative;
background-color: #FFF;
overflow: hidden;
}
.movieContentInner{
width: 835px;
position: absolute;
bottom: 14px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
}
.movieNumber{
font-family: "Barlow", sans-serif;
font-size: 100px;
line-height: 1em;
font-weight: 400;
color: #1e1e1e;
margin: 0;
position: absolute;
top: -50px;
left: -30px;
user-select: none;
}
.movieThumb{
border-radius: 10px;
overflow: hidden;
}
.movieThumb img{
max-width: 100%;
height: auto;
}
.movieLinkBtnSet{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
cursor: pointer;
text-align: center;
user-select: none;
pointer-events: none;
}
.iconPlayMovie .circle1{
fill: rgba(255,255,255,0.3);
stroke: rgba(160,33,20,0.3);
stroke-width: 3px;
stroke-miterlimit: 10px;
transition: all .3s;
}
.iconPlayMovie .circle2{
fill: rgba(255,255,255,0.5);
stroke: rgba(160,33,20,0.5);
stroke-width: 3px;
stroke-miterlimit: 10px;
transition: all .3s;
}
.iconPlayMovie .tri{
fill: #A02114;
transition: all .3s;
}
.iconText{
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 1.3em;
color: #990000;
transition: all .3s;
}
.movieThumb:hover ~ .movieLinkBtnSet .iconPlayMovie .circle1{
fill: rgba(160,33,20,0.4);
stroke: rgba(255,255,255,0.4);
}
.movieThumb:hover ~ .movieLinkBtnSet .iconPlayMovie .circle2{
fill: rgba(160,33,20,0.5);
stroke: rgba(255,255,255,0.5);
}
.movieThumb:hover ~ .movieLinkBtnSet .iconPlayMovie .tri{
fill: #FFF;
}
.movieThumb:hover > a img{
filter: blur(2px) brightness(70%);
}
.movieThumb:hover ~ .movieLinkBtnSet .iconText{
color: #FFF;
}

/** arrow scroll **/
.kvScrollWrap{
position: relative;
}
.kvScrollImage,
.kvScrollImage2{
position: absolute;
top: 0;
left: 0;
white-space: nowrap;
z-index: 0;
}
.kvScrollImage img,
.kvScrollImage2 img{
display: inline-block;
height: 100%;
vertical-align: top;
filter: blur(8px);
opacity: 0;
}
.kvScrollImage img{
animation: blurin 1s ease-out 1s forwards;
}
.kvScrollImage2 img{
animation: blurin 1s ease-out 1.5s forwards;
}

@keyframes blurin{
from{ opacity: 0; filter: blur(6px);}
to{ opacity: 1; filter: blur(0);}
}

/* sns share*/
.snsShareButtonSet{
width: 195px;
height: 100px;
z-index: 10;
overflow: hidden;
background-color: #f2f2f2;
position: absolute;
bottom: 0;
right: -210px;
border-radius: 10px;
display: flex;
align-items: center;
pointer-events: none;
}
.snsShareButtonInner{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
margin-top: 18px;
margin: 0 auto;
}
.shareButtonTittle{
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size: 16px;
line-height: 1.3em;
font-weight: 600;
color: #1e1e1e;
position: relative;
z-index: 1;
}
.snsShareButtonSet ul{
display: flex;
justify-content: right;
gap: 0 24px;
position: relative;
z-index: 1;
}
.snsShareButtonSet ul li{
pointer-events: all;
}
.snsShareButtonSet ul img {
width: 30px;
}

/* min content */
.PageTitleStyle1{
text-align: center;
margin: 0 0 125px;
}
h1{
padding-top: 10px;
margin-bottom: 0.4em;
}
h1 span{
/*font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
font-size: 60px;
line-height: 1.3em;
color: #1e1e1e;
}
.h1SubTitle{
/*font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
font-size: 36px;
line-height: 1.6em;
font-weight: 900;
color: #1e1e1e;
margin-top: 15px;
margin-bottom: 20px;
}
.personnelInfo{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 23px;
line-height: 1.3em;
font-weight: 600;
color: #1e1e1e;
text-align: center;
width: fit-content;
margin: 0 auto;
}
.personnelInfo.marker{
position: relative;
padding-left: 22px;
}
.personnelInfo.marker::before{
content: "";
color: #b1000e;
position: absolute;
left: 0;
top: 0;
font-size: 18px;
}
.articleH2{
background-image: none;
color: #1e1e1e;
}
.articleH2 span{
/*font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
font-size: 32px;
line-height: 1.5em;
font-weight: 800;
letter-spacing: -0.02em;
color: #1e1e1e;
padding: 0 0 10px;
background-color: transparent;
}
p.TextStyle1{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 16px;
line-height: 1.75em;
font-weight: 500;
color: #1e1e1e;
margin-bottom: 25px;
}
p.noteText{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 12px;
line-height: 1.75em;
font-weight: 500;
margin-bottom: 25px;
}

/* My Day Off */
.sectionMyDayOff{
border-top: 1px solid #1e1e1e;
padding: 100px 0;
}
.articleMYDayOffH2{
background-image: none;
}
.articleMYDayOffH2 span{
font-family: "Barlow", sans-serif;
font-size: 100px;
line-height: 1.2em;
font-weight: 400;
color: #1e1e1e;
padding: 0;
background-color: transparent;
margin-top: -30px;
}
.sectionMyDayOff h3{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 32px;
line-height: 1.5em;
font-weight: 600;
color: #1e1e1e;
padding: 0;
margin-bottom: 20px;
}
.sectionMyDayOff .TextStyle1{
line-height: 1.6em;
}
.mydayoffColumnSet{
display: flex;
gap: 0;
}
.mydayoffColumnText{
width: 50%;
padding-right: 40px;
}
.mydayoffColumnImage{
width: 50%;
text-align: right;
}

/* profile box */
.sectionProfile{
border-bottom: 1px solid #1e1e1e;
padding-bottom: 150px;
margin-bottom: 100px;
}
.profileBoxStyle{
background-color: #f2f2f2;
border-radius: 14px;
padding: 40px;
width: 100%;
}
.profileColumnSet{
display: flex;
gap: 42px;
}
.profileColumnTitle{
width: 278px;
display: flex;
align-items: center;
justify-content: center;
}
.profileColumnData{
width: calc(100% - 320px);
text-align: left;
flex-shrink: 0;
}
.sectionProfile h3.profileH3{
font-family: "Barlow", sans-serif;
font-size: 80px;
line-height: 1.5em;
font-weight: 400;
color: #1e1e1e;
margin: 0;
}

.profileMeta{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 18px;
line-height: 1.8em;
font-weight: 600;
color: #1e1e1e;
text-align: left;
width: fit-content;
margin: 0 0 30px;
padding-left: 15px;
}
.profileMeta:has(br){
flex-direction: column;
gap: 5px;
}
.profileMeta .marker{
position: relative;
}
.profileMeta .marker::before{
content: "";
display: block;
color: #b1000e;
font-size: 11px;
line-height: 18px;
position: absolute;
width: 15px;
left: -15px;
top: 0.45em;
}
.profileMeta .name{
font-size: 32px;
line-height: 32px;
padding-left: 15px;
}
.profileMeta br+.name{
padding-left: 0;
padding-top: 10px;
display: inline-block;
}
.articleColumnSet>div{
outline: 1px solid  #b1000e;
}
.profileDataList{
display: flex;
gap: 28px;
margin-bottom: 35px;
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
color: #1e1e1e;
}
.profileDataList:has(ul){
gap: 0.75em;
}
.profileDataList dd,
.profileDataList dt,
.profileDataList dt ul li{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 16px;
line-height: 1.6em;
font-weight: 400;
color: #1e1e1e;
}
.profileDataList dd ul li{
padding-left: 1em;
position: relative;
}
.profileDataList dd ul li::before{
content: "E";
display: block;
font-size: 16px;
color: #1e1e1e;
position: absolute;
left: 0;
top: 0;
}
.profileDataText{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 16px;
line-height: 1.6em;
font-weight: 400;
color: #1e1e1e;
}

/** columns **/
.articleTextSet{
display: flex;
position: relative;
margin-bottom: 65px;
}
.articleText{
width: 50%;
position: relative;
z-index: 1;
pointer-events: none;
padding-right: 40px;
}
.articleTextImage{
width: calc(50% + 100px);
height: auto;
position: absolute;
right: 0;
z-index: 0;
margin-right: -100px;
max-width: 737px;
overflow: hidden;
}
.articleTextImage img{
width: 100%;
height: auto;
}
.articleTextSet:nth-child(even){
display: flex;
flex-direction: row-reverse;
}
.articleTextSet:nth-child(even) .articleText{
padding-right: 0;
padding-left: 40px;
}
.articleTextSet:nth-child(even) .articleTextImage{
width: calc(50% + 100px);
height: auto;
position: absolute;
right: auto;
left: 0;
z-index: 0;
margin-right: 0;
margin-left: -100px;
}

/** slider **/
.slick-prev{
display: none !important;
}
.sectionArticleLinkSlide{
position: relative;
}
.slideWrapper{
position: relative;
/******/
max-width: 1275px !important;
margin-left: 0;
margin-right: auto;
overflow: hidden;
/*****/
}
.btnSlideScroll{
font-family: "Barlow", sans-serif;
font-size: 16px;
line-height: 16px;
font-weight: 600;
color: #1e1e1e;
position: absolute;
top: -52px;
right: 0;
width: 69px;
height: 25px;
cursor: pointer;
user-select: none;
overflow: hidden;
}
.btnSlideScroll::after{
display: block;
content: "";
width: 63px;
height: 12px;
background: url(/products/energy/nuclear/people/image/article/scroll_arrow.svg) no-repeat;
position: absolute;
left: 0;
bottom: 0;
z-index: 0;
transition: all .2s;
user-select: none;
}
.btnSlideScroll:hover:after{
left: 5px;
}
.slideWrapperInner{
padding-bottom: 30px;
max-width: inherit;
position: relative;
}
.slideItem{
width: 202px;
position: relative;
padding-top: 20px;
cursor: pointer;
margin-right: 40px;
}
.slideItem[data-offset="true"]{
margin-top: 80px;
}
.slideItem.current,
.slideItem.current *{
cursor: default;
}
.slideItem a,
.slideItem a:hover,
.slideItem a:visited,
.slideItem a:active{
text-decoration: none;
color: #1e1e1e;
}
.articleNumber{
font-family: "Barlow", sans-serif;
font-size: 40px;
line-height: 1em;
font-weight: 400;
color: #1e1e1e;
position: absolute;
top: -2px;
left: 0;
z-index: 1;
user-select: none;
}
.slideItemTitle{
/*font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
font-size: 18px;
line-height: 1.5em;
font-weight: 800;
color: #1e1e1e;
letter-spacing: -0.02em;
writing-mode: vertical-rl;
position: absolute;
right: 10px;
top: 0;
z-index: 1;
pointer-events: none;
user-select: none;
}
.slideItemImage{
width: 200px;
height: 250px;
border: 1px solid transparent;
border-radius: 10px;
overflow: hidden;
background-color: #FFF;
transition: all .3s;
margin-bottom: 7px;
position: relative;
}
.slideItemImage img{
transition: all .3s;
width: 200px !important;
height: auto;
}
.slideItemImage::before{
display: block;
content: "";
width: 32px;
height: 10px;
position: absolute;
bottom: 15px;
right: 10px;
background-image: url(/products/energy/nuclear/people/image/article/slide_link_arrow.svg);
background-repeat: no-repeat;
z-index: 1;
transition: all .2s;
}
.slideItem.current .slideItemImage,
.slideItem:hover .slideItemImage{
border-color: #b1000e;
}
.slideItem.current .slideItemImage img,
.slideItem:hover .slideItemImage img{
opacity: 0.5;
}
.slideItem:hover .slideItemImage::before{
right: 5px;
}
.slideItem.current:hover .slideItemImage::before{
right: 10px;
}
.slideItemMeta{
/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
font-size: 14px;
line-height: 1.3em;
font-weight: 600;
color: #1e1e1e;
text-align: left;
width: fit-content;
margin: 0 0 20px;
position: relative;
padding-left: 13px;
max-width: 200px;
}
.slideItemMeta span.kerning{
letter-spacing: -0.02em;
}
.slideItemMeta::before{
content: "";
color: #b1000e;
position: absolute;
left: 0;
top: 0;
font-size: 11px;
}

@media screen and (max-width:1500px){
.articleTextImage{
margin-right: -50px;
width: calc(50% + 50px);
}
.articleTextSet:nth-child(even) .articleTextImage{
margin-right: auto;
margin-left: -50px;
width: calc(50% + 50px);
}
}
@media screen and (max-width:1400px){
.articleTextImage{
margin-right: -20px;
width: calc(50% + 20px);
}
.articleTextSet:nth-child(even) .articleTextImage{
margin-left: -20px;
width: calc(50% + 20px);
}
}
@media screen and (max-width:1375px){
.articleTextImage{
margin-right: 0;
margin-left: 0;
width: 50%;
}
.articleTextSet:nth-child(even) .articleTextImage{
margin-right: 0;
margin-left: 0;
width: 50%;
}
}

@media screen and (max-width:1350px){
.movieContentSet{
height: 450px;
}
.movieContentInner{
width: 50%;
position: absolute;
}
.kvScrollImage img{
height: 450px;
}
h1 span {
font-size: 50px;
}
.h1SubTitle{
font-size: 30px;
}
}

@media screen and (max-width:1100px){
.movieContentSet{
height: 400px;
}
.kvScrollImage img{
height: 400px;
}
}

@media screen and (max-width: 1000px) {
.articleMYDayOffH2 span{
font-size: 70px;
}
.sectionMyDayOff h3 {
font-size: 24px;
}
.profileColumnTitle{
width: 40%;
}
.profileColumnData{
width: 60%;
}
.sectionProfile h3.profileH3{
font-size: 60px;
}
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
.sectionArticleLinkSlide .slideWrapper {
margin-left: -25px;
padding-left: 25px;
box-sizing: border-box;
}
.sectionArticleLinkSlide .swiper-container {
width: calc(100% + 50px);
margin-left: -25px;
overflow: hidden;
}
}

@media screen and (min-width: 995px) and (max-width: 1304px),(max-width: 994px) {
.OptionWideRWD #Contents .slideItemImage img{
max-width: none;
height: auto;
}
}

@media screen and (max-width:925px){
.snsShareButtonSet{
width: 165px;
height: 80px;
right: -180px;
}
.shareButtonTittle{
font-size: 15px;
}
.snsShareButtonSet ul{
gap: 0 12px;
}
}

@media screen and (max-width:900px){
.movieContentSet{
height: 350px;
}
.kvScrollImage img{
height: 350px;
}
}

@media screen and (max-width: 767px) {
.JS h2.articleH2,
.JS h2.articleMYDayOffH2 {
margin: 0 0 5px;
}
.slideItem{
width: 122px;
padding-top: 10px;
margin-right: 25px;
}
.slideItem[data-offset="true"]{
margin-top: 48px;
}
.articleNumber{
font-size: 24px;
top: -2px;
left: 0;
}
.slideItemTitle{
font-size: 12px;
line-height: 1.5em;
right: 7px;
top: 0;
z-index: 1;
}
.slideItemImage{
width: 120px;
height: 150px;
}
.slideItemImage img{
width: 120px !important;
height: auto;
}
.slideItemMeta{
font-size: 12px;
padding-left: 10px;
max-width: 200px;
}
.slideItemMeta::before{
font-size: 8px;
}
.movieContentSet{
width: 100%;
height: auto;
padding: 0;
margin: 0;
}
.movieContentInner{
width: 100%;
position: relative;
bottom: 0;
left: 0;
transform: none;
cursor: pointer;
margin: 65px 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.movieNumber{
font-family: "Barlow", sans-serif;
font-size: 60px;
line-height: 1em;
font-weight: 400;
color: #1e1e1e;
margin: 0;
position: absolute;
top: -35px;
left: 10px;
user-select: none;
}
.movieThumb{
border-radius: 10px;
overflow: hidden;
margin: 0 15px;
}
.iconPlayMovie svg{
width: 60px;
height: 60px;
}
.iconText{
font-size: 10px;
}

.snsShareButtonSet{
width: calc(100% - 30px);
height: 42px;
z-index: 10;
position: static;
margin: 0 15px;
}
.snsShareButtonInner{
flex-direction: row;
align-items: center;
}
.shareButtonTittle{
font-size: 12px;
}
.snsShareButtonSet ul img {
width: 20px;
vertical-align: middle;
}
.kvScrollImage {
display: none;
}
.JS .PageTitleStyle1{
margin-bottom: 100px;
}
.PageTitleStyle1 h1 span{
font-size: 30px;
margin-bottom: 15px;
}
.h1SubTitle{
font-size: 18px;
}
.personnelInfo{
font-size: 12px;
}
.personnelInfo.marker {
padding-left: 14px;
}
.personnelInfo.marker::before{
content: "";
color: #b1000e;
position: absolute;
left: 0;
top: 0;
font-size: 10px;
}
.articleTextSet,
.articleTextSet:nth-child(even) {
flex-direction: column-reverse;
}
.articleTextSet:nth-child(even) .articleText{
padding-left: 0;
}
.articleText{
width: 100%;
padding-right: 0;
}
.articleTextImage{
position: relative;
width: calc(100% + 15px);
text-align: right;
}
.JS h2.articleH2{
margin: 0;
padding: 0;
}
.articleH2,
.articleH2 span {
font-size: 20px;
}
.articleTextSet:nth-child(even) .articleTextImage{
position: relative;
width: calc(100% + 15px);
text-align: left;
margin-left: -15px;
}
.sectionMyDayOff {
padding-bottom: 80px;
position: relative;
border-top: none;
}
.sectionMyDayOff::before{
content: "";
display: block;
height: 1px;
width: calc(100% + 30px);
background-color: #1e1e1e;
position: absolute;
top: 0;
left: -15px;
right: -15px;
}
.mydayoffColumnSet{
flex-direction: column;
}
.mydayoffColumnText{
width: 100%;
padding-right: 0;
}
.mydayoffColumnImage{
width: 100%;
}
.mydayoffColumnImage img{
width: 100%;
}
.articleMYDayOffH2{
padding-bottom: 0;
}
.articleMYDayOffH2 span {
font-size: 50px;
margin-top: 0;
}
.sectionMyDayOff h3 {
font-size: 18px;
margin-bottom: 9px;
}
.sectionProfile{
position: relative;
border-bottom: none;
}
.sectionProfile::after{
content: "";
display: block;
height: 1px;
width: calc(100% + 30px);
background-color: #1e1e1e;
position: absolute;
bottom: 0;
left: -15px;
right: -15px;
}
.profileBoxStyle{
padding: 12px 16px;
}
.profileColumnSet{
flex-direction: column;
gap: 15px;
}
.profileColumnTitle{
width: 100%;
justify-content: left;
}
.sectionProfile h3.profileH3 {
font-size: 40px;
line-height: 40px;
}
.profileColumnData{
width: 100%;
}
.profileMeta {
font-size: 12px;
margin: 0 0 15px;
}
.profileMeta .marker::before {
font-size: 9px;
line-height: 12px;
top: 0.4em;
}
.profileMeta .name {
font-size: 20px;
}
.profileDataList{
flex-direction: column;
gap: 2px;
margin-bottom: 18px;
}
.profileDataList dd,
.profileDataList dt,
.profileDataList dt ul li{
font-size: 14px;
}
.profileDataList dd:has(ul){
margin-top: -10px;
}
.sectionArticleLinkSlide {
margin-right: 0;
}
}

@media screen and (max-device-width: 767px) {
.btnSlideScroll:hover:after{
left: 0;
}
.movieThumb:hover ~ .movieLinkBtnSet .iconPlayMovie .circle1{
fill: rgba(255,255,255,0.3);
stroke: rgba(160,33,20,0.3);
}
.movieThumb:hover ~ .movieLinkBtnSet .iconPlayMovie .circle2{
fill: rgba(255,255,255,0.5);
stroke: rgba(160,33,20,0.5);
}
.movieThumb:hover ~ .movieLinkBtnSet .iconPlayMovie .tri{
fill: #A02114;
}
.movieThumb:hover > img{
filter: none;
}
.movieThumb:hover ~ .movieLinkBtnSet .iconText{
color: #990000;
}
}

/** br controle **/
@media screen and (max-width: 1304px) {
.hide1304{
display: none;
}
}
@media screen and (max-width: 1250px) {
.hide1250{
display: none;
}
}
@media screen and (max-width: 1200px) {
.hide1200{
display: none;
}
}
@media screen and (max-width: 1100px) {
.hide1100{
display: none;
}
}
@media screen and (max-width: 945px) {
.hide945{
display: none;
}
}

/*@media screen and (min-width: 768px) and (max-width: 1304px) {
.hide1304{
display: none;
}
}*/