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

/* CSS Document */
/* ---------------------------------------------------------

	共通設定

--------------------------------------------------------- */
body{
background-color: #FFF;
}
.showSP{
display: none;
}
.hideSP{
display: block;
}
body{
overflow: hidden;
}
#TopicPath ul{
padding: 10px 0 5px;
}
#Contents{
padding-bottom: 0;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.Grid4{
position: relative;
padding-bottom: 80px;
z-index: 0;
}
.Grid4::after{
position: absolute;
content: "";
display: block;
width: 600px;
height: 100%;
right: -300px;
bottom: 0;
background-color: #F2F4F6;
z-index: 1;
transform-origin: bottom left;
transform: skewX(-40deg) translateX(20%);
}
.Grid4 *{
box-sizing: border-box;
}
.Grid4::before{
top: 725px;
left: 392px;
display: none;
}
.PageTitleStyle1.topTitleSet{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 15px;
z-index: 0;
height: 480px;
background-color: transparent;
margin-bottom: 30px;
}
.PageTitleStyle1.topTitleSet h1 a{
display: block;
position: relative;
transform: translateY(-40px);
}
.mvContainer{
width: 100%;
position: absolute;
z-index: 0;
overflow-x: clip;
}
.mvInner{
height: 480px;
width: 100%;
background-color: #000;
overflow: hidden;
text-align: center;
}
.Section.indexSection::before{
position: absolute;
content: "";
display: block;
width: 1000px;
height: 800px;
top: -30px;
left: -266px;
background-color: #F2F4F6;
transform-origin: right top;
transform: skewX(-40deg) translateX(-50%);
z-index: -1;
}
.mvContainer::before{
position: absolute;
content: "";
display: block;
width: 1000px;
height: 480px;
left: 50%;
background-color: rgba(0,0,0,0.5);
z-index: 1;
transform-origin: right top;
transform: skewX(-40deg) translateX(-100%);
}
.OptionWideRWD #Contents .mvInner img{
height: 100%;
width: 100%;
max-width: none;
object-fit: cover;
}
.topTitleSet span[lang="ja"]{
font-size: 28px;
line-height: 1.5em;
color: #FFF;
font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
transition: all 0.3s;
}
.topTitleSet span.subTitle{
display: block;
font-size: 18px;
line-height: 1.6em;
font-weight: 400;
padding-top: 20px;
}

/***/
.Section{
padding-bottom: 50px;
position: relative;
z-index: 10;
}
.Section.delimiterLine{
border-bottom: 1px solid #C8CDD2;
margin-bottom: 50px;
}
.Section.delimiterLine:has(.PageTop){
padding-bottom: 0;
margin-bottom: 70px;
}
h2{
background-image: none;
margin: 0 0 20px;
padding: 0;
position: relative;
}
h2 span{
font-size: 28px;
font-weight: 500;
background-color: transparent;
padding: 10px 10px 15px;
color: #1E1E1E;
}
h2::before{
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 8px;
background-color: #DCE0E4;
transform: skewX(-45deg);
}
h2.leadHeading,
h2.ununderlined{
margin: 0 0 12px;
}
h2.leadHeading::before,
h2.ununderlined::before{
display: none;
}
h2.leadHeading span,
h2.ununderlined span{
padding: 0;
}

/*index lead*/
.indexLead{
font-size: 18px;
line-height: 1.8em;
position: relative;
z-index: 10;
padding-top: 10px;
}
.TextStyle1{
font-size: 16px;
font-weight: 400;
line-height: 1.8em;
margin-bottom: 25px;
}

/** column **/
.corgeneColumnSet{
width: 100%;
display: flex;
gap: 7px;
}
.ColumnSet.corgeneColumnSet::after{
display: none;
}
.corgeneColumn2-1{
max-width: 747px;
flex-shrink: 1.3;
}
.corgeneColumn2-2{
max-width: 521px;
flex-shrink: 1;
}

/** image **/
.ImgOnlyStyle{
font-size: 14px;
font-weight: 600;
}
.corgeneFig01 img,
.corgeneFig02 img{
width: 100%;
}
.corgeneFig03 img{
width: 1075px;
}

/** News & Notice **/
.newsAndNoticesSection{
padding-bottom: 60px;
}
.newsAndNoticesSection h2::before{
display: none;
}
.newsAndNoticesSection h2 span[lang="en"] {
font-family: "Barlow", sans-serif;
font-weight: 200;
line-height: 1.3em;
font-style: normal;
font-size: 60px;
padding: 0;
}
.corgeneNews .news_list{
display: flex;
gap: 14px;
align-items: center;
align-items: flex-start;
}
.corgeneNews .news_list dt{
display: flex;
gap: 14px;
flex-wrap: nowrap;
height: fit-content;
align-items: flex-start;flex-shrink: 0;
}
.corgeneNews .news_list .news_category{
font-size: 14px;
line-height: 14px;
font-weight: 400;
color: #c50000;
border: 1px solid #c50000;
padding: 3px 18px 4px;
display: block;
flex-shrink: 0;
height: 24px;
}
.corgeneNews .news_ymd{
font-size: 16px;
line-height: 14px;
font-weight: 400;
display: block;
flex-shrink: 0;
height: 24px;
padding: 3px 0 4px;
}
.corgeneNews .news_list dd{
display: block;
}
.corgeneNews .LinkListStyle1{
margin: 0;
}
.corgeneNews .LinkListStyle1 li{
padding: 0 0 8px;
}
.corgeneNews .LinkListStyle1 li a{
font-size: 16px;
line-height: 1.6em;
font-weight: 600;
}