@charset "UTF-8";
@media screen and (max-width:769px){
body {
	background:transparent;
	min-width:320px;
}
.sp{
	display:block;
}
.pc{
	display:none;
}

/***------------
wrap
------------***/
#wrap{
    position: relative;
}
/***------------
main
------------***/
#main{
    width: 100%;
    margin: auto;
    position: relative;
}
#main .logo{
    position: absolute;
    z-index: 1000;
    top: 7.9%;
    left: 6.40625%;
}
#main .logo img{
    width: 216px;
    height: auto;
}
#main .logo p{
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 20px;
    line-height: 1.5;
}
#bg_slide.pc{
    display: none !important
}
#bg_slide_sp{
    width: 100%;
    height: auto;
    padding-bottom: 115%;
    margin-bottom: 30px;
    overflow: hidden;
}
#bg_slide_sp img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position:center;
}
/***------------
header
------------***/
#header.index{
    position:absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 21px;
    padding:5px;
    box-sizing: border-box;
    z-index: 1000;
}
#header.index div{
    width: 105px;
    height: 11px;
}
#header.index img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#header.index::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 21px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    content: "";
    left: -12px;
    top: 0;
}

/***------------
footer
------------***/
#footer{
    width: 100%;
}
/***--#footer nav{
    margin-bottom: 60px;
}
#footer nav ul{
    display: flex;
    width: 663px;
    margin: auto;
}
#footer nav ul li{
    margin-left: 43px;
}
#footer nav ul li:first-child{
    margin-left: 0px;
}
#footer nav ul li img{
    width: auto;
    height: 16px;
}--***/
#footer .flex{
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap :wrap;
}
#footer .flex > div{
    margin-top: 0;
    margin-bottom: 30px;
}
#footer dl{
    margin-left:0;
    text-align: center;
    margin-bottom: 30px;
}
#footer dl dt{
    line-height: 1.625;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
#footer dl dd span{
    padding-right: 8px;
}
#footer dl dd img{
    width: 31px;
    height: auto;
}
#footer dl dd{
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.copy{
    height: 45px;
    line-height:45px;
    font-size: 7px;
    font-size: 0.7rem;
}
/***------------
contents
------------***/
/***---common---***/

#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    display: none;
}
#contents .banner{
    width: 84.375%;
    margin: auto;
}
#contents .banner div{
    margin: auto auto 35px;
    width: 65%;
}
#contents .banner ul{
    width: 74%;
    margin: auto;
    flex-wrap: wrap;
}
#contents .banner ul li{
    width: 100%;
    margin-bottom: 30px;
}
#contents .banner ul li:last-child{
    margin-left: 0;
    margin-bottom: 0;
}
/***---index---***/
#contents.index h2 span{
    display: block;
    margin-top: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
    color: #000;
}
#contents.index .index-news{
    width: 87.5%;
    margin: auto auto 50px;
    flex-wrap: wrap;
}
#contents.index .index-news h2{
    width: 127px;
    height: 127px;
    position: relative;
    box-sizing: border-box;
    border-bottom:2px solid #DE051B;
    border-top: 2px solid #DE051B;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: auto auto 30px;
}
#contents.index .index-news h2 img{
    width: 65px;
    height: 20px;
}
#contents.index .index-news h2 span{
    display: block;
    margin-top: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
#contents.index .index-news > div:last-of-type{
    width:100%;
    height:350px;
    box-sizing: border-box;
    margin-left: 0;
    overflow-y: auto;
}
#contents.index .index-news dl{
    position: relative;
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
    line-height: 2;
}
#contents.index .index-news dl dt{
    position: static;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}
#contents.index .index-news dl dd{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}

#contents.index .index-message{
    margin: auto auto 40px;
    padding: 40px 0;
}
#contents.index .index-message > div{
    width: 87.5%;
    margin: auto;
}
#contents.index .index-message h2{
    margin: auto auto 30px;
    background: url("../images/bg_title_w.svg") no-repeat center;
    background-size: 92px;
    width: 106px;
    height:92px;
    padding-top: 20px;
    box-sizing: border-box;
}
#contents.index .index-message h2 img{
    width:106px;
    height: 26px;
}
#contents.index .index-message h2 span{
    margin-top: 10px;
}
#contents.index .index-message .flex{
    flex-wrap: wrap;
}
#contents.index .index-message .flex > div:first-child{
    width: 100%;
    line-height: 2;
    margin-bottom: 25px;
}
#contents.index .index-message h3,
#contents.index .column2 .index-goal > div h3{
    font-size: 20px;
    font-size:2.0rem;
    margin-bottom: 30px;
    line-height: 1.45;
    padding-left: 18px;
    position: relative;
}
#contents.index .index-message h3::before{
    width: 4px;
    height:79px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #DE051B;
    display:inline-block;
    content: "";
}
#contents.index .index-message .flex > div:last-child{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
#contents.index .index-message .flex > div:last-child figure{
    width:97%;
}
#contents.index .index-message .flex > div:last-child figure img{
    width:100%;
    height: auto;
    box-shadow: 7px 7px 0px 0px #DE051B, 0px 0px 0px 1px rgba(10,10,10,0.02);
}
#contents.index .index-message .flex > div:last-child figure figcaption{
    margin-top: 20px;
    line-height: 1.7;
}
#contents.index .index-message .flex > div:last-child figure figcaption strong{
    font-size: 19px;
    font-size: 1.9em;
    font-weight: normal;
}
#contents.index .index-background{
    width: 87.5%;
    margin: auto auto 35px;
    line-height: 2;
}
#contents.index .index-background h2{
    margin: auto auto 30px;
    background: url("../images/bg_title_p.svg") no-repeat center;
    background-size: 92px;
    width: 147px;
    height: 92px;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 1;
}
#contents.index .index-background h2 img{
    width: 147px;
    height: 26px;
}
#contents.index .index-background h2 span{
    margin-top:14px;
}
#contents.index .column2{
    width: 100%;
    margin: auto auto 40px;
    flex-wrap: wrap;
}
#contents.index .column2 > .index-goal{
    width:100%;
    background: #EFF1F3;
    padding: 35px 0;
    line-height: 2;
}
#contents.index .column2 .index-goal > div{
    width:87.5%;
    margin:auto;
}
#contents.index .column2 .index-goal > div h2{
    margin: auto auto 60px;
    background: url("../images/bg_title_w.svg") no-repeat center;
    background-size: 92px;
    width: 92px;
    height: 92px;
    padding-top: 20px;
    box-sizing: border-box;
}
#contents.index .column2 .index-goal > div h2 img{
    width: 54px;
    height: 21px;
    margin: auto;
    display: block;
}
#contents.index .column2 .index-goal > div h2 span{
    margin-top: 10px;
}
#contents.index .column2 .index-goal > div h3::before{
    width: 4px;
    height:50px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #DE051B;
    display:inline-block;
    content: "";
}
#contents.index .column2 > .index-mission{
    width:100%;
    background: #DE051B;
    padding: 35px 0;
}
#contents.index .column2 .index-mission > div{
    width:87.5%;
    margin: auto;
}
#contents.index .column2 .index-mission > div h2{
    margin: auto auto 30px;
    background: url("../images/bg_title_t.svg") no-repeat center;
    background-size: 92px;
    width: 110px;
    height: 92px;
    padding-top: 20px;
    box-sizing: border-box;
}
#contents.index .column2 .index-mission > div h2 img{
    width: 94px;
    height: 21px;
    margin: auto;
    display: block;
}
#contents.index .column2 .index-mission > div dl dt{
    position: absolute;
    height: 29px;
}
#contents.index .column2 .index-mission > div dl dt:nth-of-type(2) img{
    width: 16px;
    height: 24px;
}
#contents.index .column2 .index-mission > div dl dt:nth-of-type(3) img{
    width: 16px;
    height: 28px;
}
#contents.index .column2 .index-mission > div dl dt:nth-of-type(5) img{
    width: 15px;
    height: 28px;
}
#contents.index .column2 .index-mission > div dl dd{
    padding: 0 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#contents.index .index-vision{
    width: 87.5%;
    margin: auto auto 35px;
    line-height: 2;
}
#contents.index .index-vision h2{
    margin: auto auto 30px;
    background: url("../images/bg_title_p.svg") no-repeat center;
    background-size: 92px;
    width: 100px;
    height: 92px;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 1;
}
#contents.index .index-vision h2 img{
    width: 81px;
    height: 22px;
    margin: auto;
    display: block;
}
#contents.index .index-vision h2 span{
    margin-top:15px;
}
#contents.index .index-vision > div > div{
    text-align: center;
    margin-top: 25px;
}
#contents.index .index-vision > div > div img{
    width: 100%;
    height: auto;
}
#contents.index .index-outlook{
    margin: auto auto 40px;
    padding: 50px 0;
}
#contents.index .index-outlook > div{
    width: 87.5%;
    margin: auto;
}
#contents.index .index-outlook h2{
    margin: auto auto 30px;
    background: url("../images/bg_title_w.svg") no-repeat center;
    background-size: 92px;
    width: 100px;
    height: 92px;
    padding-top: 20px;
    box-sizing: border-box;
}
#contents.index .index-outlook h2 img{
    width: 95px;
    height: 21px;
    margin: auto;
    display: block;
}
#contents.index .index-outlook > div > div p{
    line-height: 2;
    margin-bottom: 20px;
}
#contents.index .index-outlook > div > div dl{
    width: 100%;
    margin: auto auto 20px;
    position: relative;
}
#contents.index .index-outlook > div > div dl dt{
    position: absolute;
    height: 29px;
}

#contents.index .index-outlook > div > div dl dt:nth-of-type(2) img{
    width: 16px;
    height: 24px;
}
#contents.index .index-outlook > div > div dl dt:nth-of-type(3) img{
    width: 16px;
    height: 28px;
}
#contents.index .index-outlook > div > div dl dd{
    padding: 0 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
#contents.index .index-outlook > div > div div{
   text-align: center;
}
#contents.index .index-outlook > div > div div img{
   width: 100%;
    height: auto;
}
#contents.index .index-member{
    padding-bottom: 0;
    margin-bottom: 40px;
}
#contents.index .index-member > div{
    width: 87.5%;
}
#contents.index .index-member h2{
    margin: auto auto 30px;
    background: url("../images/bg_title_p.svg") no-repeat center;
    background-size: 92px;
    width: 106px;
    height: 92px;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 1;
}
#contents.index .index-member h2 img{
    width: 106px;
    height: 20px;
}
#contents.index .index-member h2 span{
    margin-top:10px;
}

/* 追加　2025.01.17 */
#contents.index .index-member h3 {
    font-size: 20px;
    font-size: 2.0rem;
    border-left: 4px solid #DE051B;
    padding-left: 10px;
    margin-bottom: 20px;
}

#contents.index .index-member h4 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

#contents.index .index-member .column .depa {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0 5px;
}

#contents.index .index-member .column .name {
    font-size: 16px;
    font-size: 1.6rem;
}

#contents.index .index-member .column .link {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    padding-left: 50px;
    margin-top: 10px;
    background-size: 42px auto;
}


#contents.index .index-member .layout1 {
    width: 72%;
    margin: 0 auto 35px;
}
#contents.index .index-member .layout1 .flex {
    flex-wrap: wrap;
}
#contents.index .index-member .layout1 .flex .column {
    width:100%;
    margin-right: 0;
    margin-bottom: 35px;
}
#contents.index .index-member .layout1 .flex .column img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#contents.index .index-member .layout2 {
    width: 72%;
    margin: 0 auto;
}
#contents.index .index-member .layout2+.layout2 {
    margin-top: 40px;
} 
#contents.index .index-member .layout2 .flex .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
}
#contents.index .index-member .layout2 .flex .column img {
    width:100%;
    height: auto;
    object-fit: cover;
}



/* #contents.index .index-member dl{
    margin-bottom: 35px;
    width: 100%;
}
#contents.index .index-member dl dt{
    border-left: 4px solid #DE051B;
    font-size: 20px;
    font-size: 2.0rem;
    padding-left:16px;
}
#contents.index .index-member dl dd{
    padding-left: 16px;
    font-size: 16px;
    font-size: 1.6rem;
}
#contents.index .index-member div.flex{
    margin-bottom:0;
    flex-wrap: wrap;
}
#contents.index .index-member div.flex dl:last-child{
    margin-left: 0;
}
#contents.index .index-member h3{
    color: #E15D3D;
    font-size: 17px;
    font-size: 1.7rem;
    margin-left: -5px;
}
#contents.index .index-member dl dd.flex{
    flex-wrap: wrap;
}
#contents.index .index-member dl dd.flex ul{
    margin-left: 0;
    margin-bottom: 20px;
}
#contents.index .index-member dl dd.flex > div:first-child,
#contents.index .index-member dl dd.flex > div:nth-child(2),
#contents.index .index-member dl dd.flex > div{
    width: 100%;
}
#contents.index .index-member dl dd.flex ul.flex{
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
}
#contents.index .index-member dl dd.flex ul.flex li{
    margin-right:74px;
}
#contents.index .index-member dl dd.flex ul.flex li:nth-child(2n),
#contents.index .index-member dl dd.flex ul.sp_flex li:nth-child(2n){
    margin-right:0px;
}
#contents.index .index-member dl dd.flex ul.flex li:nth-child(3){
    margin-right:62px;
}
#contents.index .index-member dl dd.flex ul li{
    margin-bottom: 15px;
}    
#contents.index .index-member dl dd ul.sp_flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0;
}
#contents.index .index-member dl dd ul.sp_flex li{
    margin-right:74px;
}
#contents.index .index-member dl dd.flex ul.last li{
    margin-right:62px;
} */


/***------------
202301 追加
------------***/
#contents.index .index-news button,
#contents.page button.layout1{
    width: 60%;
    margin: 40px auto 0;
}
#contents.index .index-news button a,
#contents.page button.layout1 a{
    width: 100%;
}
#contents.index .index-news button img{
    width: 108px;
    height: 18px;
}
#contents.index .index-news > div:last-of-type{
    height: 555px;
}
/***---page---***/
#header.page{
    height: 50px;
}
#header.page h1{
    font-size: 0;
}
#header.page > div:first-of-type{
    width: 93.75%;
    margin: auto;
    padding-top: 7px;
}
#header.page > div:first-of-type div img{
    width: 162px;
    height: 35px;
}
#header.page > div:first-of-type p{
    display: none;
}
#header.page .fut{
    position:absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 21px;
    padding:5px;
    box-sizing: border-box;
    z-index: 1000;
}
#header.page .fut div{
    width: 105px;
    height: 11px;
}
#header.page .fut img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#header.page .fut::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 21px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    content: "";
    left: -12px;
    top: 0;
}
#contents.page{
    width: 100%;
}
#contents.page .main-image{
    width: 100%;
    height: 175px;
}
#contents.page .main-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
#contents.page h2 span{
    display: block;
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
#contents.page button.layout1 a img{
    width: 84px;
    height: 18px;
}
#contents.page .article{
    border-bottom: 1px solid #EFF1F3;
    margin-bottom: 40px;
}
#contents.page.news h2{
    margin: auto auto 50px;
    background: url("../images/bg_title_p.svg") no-repeat center;
    background-size: 92px;
    width: 106px;
    height: 92px;
    padding-top: 23px;
}
#contents.page.news h2 img{
    width: 65px;
    height: 20px;
    margin: auto;
    display: block;
}
#contents.page.news .list-news{
    width: 87.5%;
}
#contents.page.news .list-news dl{
    position: relative;
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
    line-height: 2;
}
#contents.page.news .list-news dl dt{
    position: static;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}
#contents.page.news .list-news dl dd{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
#contents.page.news .newsPager {
    overflow: hidden;
    margin-bottom:50px;
}
#contents.page.news .pagenation {
    margin-top: 0px;
}
#contents.page.news button.layout1{
    margin: 0 auto 75px;
}

/*---------------------------------------------------------------------
202509 追加
---------------------------------------------------------------------*/
#contents.index .bnr {
    width: 90%;
    margin-bottom: 60px;
}
#contents.index .bnr a {
    height: 50px;
    font-size: 106%;
    border-radius: 7px;
}
#contents.index .bnr a span {
    padding-right: 20px;
}
#contents.index .bnr a span::after {
    width: 10px;
    height: 10px;
}

/* 研究
--------------------------------------------------------*/
#contents.report .article {
    padding-bottom: 40px;
}
#contents.report .article .wrap {
    width: 90%;
}
#contents.report h2 {
    height: 92px;
    font-size: 19px;
    margin-bottom: 40px;
    background-size: 92px;
}
#contents.report .btn-list {
    margin-top: 40px;
}
#contents.report .btn-list .btn+.btn {
    margin-top: 10px;
}
#contents.report .btn-list .btn a {
    height: 50px;
    font-size: 100%;
    border-radius: 7px;
}
#contents.report .btn-list .btn a span {
    padding-right: 15px;
    background-size: 20px auto;
}

}