@charset "UTF-8";
*{box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset, figure {
	font-family:"Noto Sans JP",-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-style: normal;
	font-size: 100%;
	line-height: 1.0;
}
.serif{
	font-family: 'Noto Serif Japanese', serif, sans-serif !important;
}
:root {/*色の管理【指定→var(--main-color);】*/
	--main-color: #11216C;
}
html {
	font-size: 62.5%;
	overflow-y:scroll;
}
body {
	font-size: 1.3rem;
	overflow: hidden;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	/*max-width:100%;*/
	width:100%;
}
a {
	text-decoration: none;
}
a:hover {
	transition: .4s;
}
:link {
	color: inherit;
}
:active {
	color: inherit;
}
:hover {
	/* color: inherit; */
	outline:none;
	text-decoration: none;
}
:visited {
	color: inherit;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	width:95%;
	margin: 0 auto;
}

.inner {
	width:95%;
	margin: 0 auto;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.on_pc{
	display: none !important;
}
.on_sp{
	display: block !important;
}

/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ 非アクティブ --------------*/

a[href="javascript:void(0)"] {
	opacity: 0.2;
	cursor: inherit;
}
/*------------ ヘッダー --------------*/
.header {
	width:100%;
	background-color:#fff;
	z-index: 5;
	position: fixed;
	top:0;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.header_inner {
	position:relative;
}

/*------------ ロゴ --------------*/
.header_logo{
	width: 45%;
	float: left;
}
.header_logo a{
	padding:1.0rem;
	display: block;
}
.header_code{
	font-size: 0.55rem;
	float: left;
	border: 1px solid #ccc;
	padding:0.4rem;
	margin: 4.3vw 0 0 0.3rem;
}
/*------------ グローバルナビ --------------*/
.header_nav{
	display: none;
	z-index: 5;
	background: #11216C;
	position: fixed;
	top:0px;
	width: 100vw;
	height:100vh;
}
.header_nav__list{
	margin: /*8.5vh*/6.0vh auto 0;
    width: 80%;
}
.header_nav__cat{
	position: relative;
}
.profit .header_nav__text{background-image: url("../images/mark_profit.svg");}
.plan .header_nav__text{background-image: url("../images/mark_plan.svg");}
.esg .header_nav__text{background-image: url("../images/mark_esg.svg");}
.portfolio .header_nav__text{background-image: url("../images/mark_portfolio.svg");}
.info .header_nav__text{background-image: url("../images/mark_info.svg");}
.header_nav__text{
	border-bottom:1px solid #515d94;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16%;
}
.header_nav__link{
	font-size: 1.8rem;
    padding: 2.2rem 0;
	color:#fff;
	display: block;
	width: 100%;
    text-align: center;
	line-height: 1.6;
}
.plan .header_nav__link{
    padding: 1.2rem 0;
}
.header_nav__text_en{
	display: none;
}
.header_nav__sublist{
	margin-top: 2rem;
} 
.header_nav__item{
	font-size: 1.4rem;
	display: block;
	color:#fff;
	width:100%;
	padding:0 0 2rem;
	text-align: center;
}

/*------------ スマホ/アコーディオン --------------*/
.toggle_contents{
	display: none;
}
.header_nav__mark{
	position: absolute;
    top: 2.9rem;
    right: 1rem;
    z-index: 5;
}
.header_nav__icon {
	position: relative;
	width: 3rem;
	height: 3rem;
	/*background: #071760;*/
	border-radius: 50%;
}
.header_nav__icon::before, .icon__plus::after {
	position: absolute;
	top: 1.3rem;
	left: 50%;
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #fff;
	transform: translateX(-50%);
}
.icon__plus:after {
	top: 0.3rem;
	left: -0.5rem;
	transform: rotate(90deg);
}
.open .icon__plus:after {
	display: none;
}
/*------------ バーガーメニュー 通常 --------------*/
.header_trigger {
	position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    /* width: 29vw; */
    height: 13vw;
    /* background: #fff; */
    padding: 3vw 4vw;
    display: flex;
    justify-content:center;
    align-items: center;
    /* box-shadow: 1px 2px 5px rgb(0 0 0 / 20%); */
    transition: width 0.5s;
}
.header_trigger span {
	width: 100%;
	height: 3px;
	background-color: #707070;
	transition: 0.7s;
	display: block;
}
.header_trigger.is-active span {
	background-color: #fff;
}
.header_trigger__bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 6.5vw;
    height: 100%;
    padding: 0;
}
.header_trigger__txt {
    font-size: 3.8vw;
	font-weight:bold;
}
.header_trigger.is-active span:nth-of-type(1) {
	transform: translate3d(0, 1.2vw, 0) rotate(-45deg);	
}
.header_trigger.is-active span:nth-of-type(2) {
	display: none;
}
.header_trigger.is-active span:nth-of-type(3) {
	transform: translate3d(0, -2.2vw, 0) rotate(45deg);
}
/*------------ コーポレートサイトへ --------------*/
.header_home_list{
	display: none;
}

/*------------ ヘッダー帯 --------------*/
.header_bar{
	display: none;
}


/*------------ コンテンツエリア --------------*/
.main-area{
	margin:7rem auto 0;	
	width:92%;
	max-width: 1300px;
}
body.top .main-area{
	position: relative;
}
body:not(.top) .main-area{
	margin: 10rem auto 0;
}
.anchor{
	display: block;
	margin-top:-8rem;
	padding-top:8rem;
}
.main-content{
	background-color: #fff;
}
/*タイトル*/
.ttl_h3{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.8rem;
	background-image:url("../images/icon_spiral.png");
	background-repeat: no-repeat;
	background-size: 4.2rem;
	padding:0.4rem 0 0.4rem 4.5rem;
	margin-bottom: 3rem;
}
.ttl_h3 small{
	font-size: 1.2rem;
	letter-spacing: 0rem;
}
/*サブタイトル*/
.ttl_h4{
	font-size: 1.7rem;
	font-weight: 500;
	color: var(--main-color);
	margin-bottom: 1.5rem;
	line-height: 1.3;
}
.ttl_h4 small{
	font-size: 1.2rem;
	letter-spacing: 0rem;
	color: #000;
}
/*注釈*/
.note{
	font-size: 1.1rem;
	line-height: 1.3;
}
/*詳細ボタン*/
.detail-btn__list{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	width:76%;
	margin: 0 auto;
}
.detail-btn__li{
	width:100%;
	margin-bottom: 2rem;
	text-align: center;
}
.detail-btn__link{
	display: block;
	padding: 1.2rem 0;
	font-size: 1.3rem;
	font-weight: 500;
	white-space: nowrap;
	background-color: #878fb5;
	color: #fff;
	border-radius: 0.5rem;
}
.detail-btn__link:hover{
	background-color: var(--main-color);
}
/*横スクロールでドラッグ*/
.w-scroll {
	position: relative;
	margin: 0 auto;
	overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
	padding-bottom: 2rem;
}
.w-scroll img {
	width: 600px;
}
.w-scroll .swipe__icon{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.15);
	text-align: center;
}
.w-scroll .swipe__icon_img{
	width:40% !important;
	margin: 4rem auto !important;
	animation: wide-sway 2.0s ease-out 0s infinite;
}
@keyframes wide-sway {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}


/* 画像ズーム */
.zoom_icon{
	display: block;
	font-size: 1.2rem;
    background: #eee url(../images/icon_pinch.svg) no-repeat left 1rem center;
    background-size: 13%;
    border-radius: 3rem;
    width: fit-content;
    text-align: center;
    margin: 3rem auto 1rem 0;
    padding: 0.8rem 2rem 0.8rem 3.8rem;
}

/*------------ フッター --------------*/
.footer {
	/*width:100%;*/
	width: 100vw;
	/*background-color: var(--main-color);*/
	background-color: rgba(17, 33, 108, 0.8);
	font-size: 1.5rem;
	text-align: center;
	padding:2rem 0 4rem;
	color:#fff;
	/*margin-top:7rem;*/
	margin: 7rem calc(50% - 50vw) 0;
}
body.top .footer {
	margin-top:1rem;
}
/*.top .footer {
	background: none;
}*/
.footer_copyright__txt{
	display:none;
	line-height:1.6;
}
.copyright{
	width:100%;
	line-height:1.6;
}

.btn_overlay1 {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 3;
    width: 45px;
}

/*------------ サイドバー --------------*/
.sidebar{
	display: none;
}


/*------------------------------------------
PC画面
------------------------------------------*/
@media screen and (min-width: 768px) {
	/*------------ ボディ --------------*/
	body {
		font-size: 1.7rem;
	}
	.container {
		width:1400px;
	}
	.inner {
		max-width: 1400px;
		width:90%;
	}
	.on_pc{
		display: block !important;
	}
	.on_sp{
		display: none !important;
	}
	
	/*------------ ヘッダー --------------*/
	.header-container{
		width: 100%;
		max-width: 1300px;
		margin:0 auto;
		position: relative;
	}
	
	/*------------ ロゴ --------------*/
	.header_logo{
		width: 280px;
		/*margin-left: 100px;*/
	}
	.header_logo a{
		padding:2rem;
		display: block;
	}
	.header_logo a:hover{
		opacity: 1.0;
	}
	.header_code{
		font-size: 1.2rem;
		padding: 1rem 2.5rem;
		margin: 2.7rem 0 0 1.5rem;
	}
	
	/*------------ グローバルナビ --------------*/
	.header_nav{
		display: none;/**/
	}
	.toggle_contents{
		display: initial;
	}
	.header_nav__mark{
		display: none;
	}
	.header_trigger {
		display: none;
	}
	/*------------ コーポレートサイトへ --------------*/
	
	/*資運*/
	.header_home_list.holder{
		display: block;
		position: absolute;
		top: 2.5rem;
		right: 2%;
		min-width: 200px;/**/
	}
	.holder .header_home_li{
		width: 100%;
		/*margin-bottom:7rem;*/
	}
	.holder .header_home__btn{
		display: block;
		width: 100%;
		background-color: #878fb5;
		color: #fff;
		padding: 1.2rem 0.2rem;
		font-size: 1.4rem;
		border-radius: 0.5rem;
		margin-right: 2rem;
		text-align: center;
	}
	.holder .header_home__btn.opp{
		border: 2px solid #F6D84C;
		color: #F6D84C;
		font-size: 1.3rem;
		background-color: #04061b;
	}
	.holder .header_home__btn:hover{
		color: #fff;
		background-color: var(--main-color);
	}
	
	/*IR*/
	.header_home_list.visitor{
		display: flex;
		flex-wrap: nowrap;
		flex-direction:row-reverse;
		align-items: center;
		justify-content: space-around;
		position: absolute;
		top: 2.3rem;
		right: 2%;
	}
	.visitor .header_home_li{
		width: 100%;
		margin-left:1.8rem;
	}
	.visitor .header_home__btn{
		display: block;
		width: 100%;
		background-color: #878fb5;
		color: #fff;
		padding: 1.2rem 1vw;
		font-size: 1.4rem;
		border-radius: 0.5rem;
		white-space: nowrap;
		text-align: center;
	}
	.visitor .header_home__btn.opp{
		border: 2px solid #F6D84C;
		color: #04061b;
		font-weight: 500;
		font-size: 1.4rem;
		background-color: #fff;
	}
	.visitor .header_home__btn:hover{
		color: #fff;
		background-color: var(--main-color);
	}

	/*------------ ヘッダー帯 --------------*/
	.header_bar{
		display: block;
		background-color: #11216C;
		width: 100%;
	}
	.header_bar__txt{
		color: #fff;
		font-size: 1.7rem;
		text-align: right;
		padding: 0.6rem 2.0rem;
		letter-spacing: 0.2rem;
	}
	
	/*------------ コンテンツエリア --------------*/
	body:not(.top){
		background:url("../images/background01.png");
		background-repeat: repeat-y;
		background-size: contain;
		background-position: left center; 
	}

	body:not(.top) .main-area{
		display: flex;
		flex-flow: row wrap;
		justify-content:space-between;
		flex-direction: row-reverse;
		margin: 6rem auto 0;
		background-color: #fff;
	}
	.anchor{
		margin-top:-18rem;
		padding-top:18rem;
	}
	.main-content{
		width:70%;
		margin-top: 15rem;
	}
	
	.ttl_h3{
		font-size: calc(24px + 12 * ((100vw - 768px) / 1152));/**/
		letter-spacing: 0.7vw;/**/
		padding:1.0rem 0 1.0rem 8.0rem;/**/
		background-size: 7.0rem;
		margin-bottom: 5rem;/**/
		margin-left: -2rem;/*第17期アイコン用のため、第17期後は削除*/
	}
	/*タイトル*/
	.ttl_h3 small{
		font-size: 1.5rem;/**/
	}
	/*サブタイトル*/
	.ttl_h4{
		font-size: 2.4rem;/**/
		margin-bottom: 3.0rem;/**/
	}
	.ttl_h4 small{
		font-size: 1.5rem;
	}
	/*注釈*/
	.note{
		font-size: 1.2rem;/**/
		line-height: 1.5;/**/
	}
	/*詳細ボタン*/
	.detail-btn__list{
		justify-content:space-around;/**/
		width:70%;/**/
	}
	.detail-btn__li{
		width: 47%;/**/
	}
	.detail-btn__link{
		font-size: calc(10px + 12 * ((100vw - 768px) / 1152));/**/
		padding: 1.4rem 0;/**/
	}
	
	/*横スクロールでドラッグ*/
	.w-scroll {
		margin: 0 auto;
		overflow-x:visible;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 2rem;
	}
	.w-scroll img {
		width: 100%;
	}
	.w-scroll .swipe__icon{
		display: none;
	}
	
	/* 画像ズーム */
	.zoom_icon{
		display: none;
	}
	
	
	
	/*------------ フッター --------------*/
	.footer {
		width:100%;
		background: none;
		color:#000;
		margin:7rem auto ;
	}
	body.top .footer {
		padding: 2rem 0 20%;/**/
		margin-top: 6rem;/**/
		background-color: rgba(17, 33, 108, 0.8);/**/
	}
	.top .footer_copyright {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin:0 auto ;	
		width:100%;
		max-width: 1400px;
	}
	.top .footer_copyright__txt{
		display:block;
		width:40%;
		text-align:left;
		color:#fff;
		font-weight:500;
		/*text-shadow: #fff 1px 0 5px,#fff 0 1px 5px;*/
	}
	.top .copyright{
		width:100%;
		text-align:right;
		color:#fff;
		font-weight:500;
		/*text-shadow: #fff 1px 0 5px,#fff 0 1px 5px;*/
	}
	
	.btn_overlay1 {
		bottom: 2rem;
		right: 2rem;
		width: 75px;
	}
	
	/*------------ サイドバー --------------*/
	.sidebar{
		display: block;
		width:24.5%;
		background-color: #eaeaea;
		    padding: 0 5rem 0 2%;
	}
	.side-inner{
		position: fixed;
		top: 14rem;
		width: 17%;
	}
	.side__ttl{
		color:var(--main-color);
		font-size: 2.8vw;
		font-weight: 500;
		line-height: 1.3;
		margin-bottom: 4rem;
	}
	.side__ttl span{
		display: block;
		font-size: 1.3vw;
	}
	.side-nav__link{
		display: block;
		color:#A2A2A2;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4;
		padding-left: 1.7rem;
		margin-bottom: 2rem;
	}
	.side-nav__link:hover{
		color:#4a4a4a;
	}
	.active .side-nav__link{
		color:var(--main-color);
		border-left: 0.7rem solid var(--main-color);
		padding-left: 1rem;
	}
	.side-nav__sublist{
		display: none;
	}
	.active .side-nav__sublist{
		display: block;
		margin-bottom: 4rem;
	}
	.side-nav__item{
		display: none;
	}
	.active .side-nav__item{
		display: block;
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 1.5rem;
		padding-left: 1.7rem;
	}

}

/*------------------------------------------
PC画面（1200px以上）
------------------------------------------*/
@media screen and (min-width: 1200px) {
	
	/*------------ コンテンツエリア --------------*/
	.ttl_h3{
		font-size: 3rem;
		letter-spacing: 1.3rem;
	}
	
	/*詳細ボタン*/
	.detail-btn__link{
		font-size: 1.5rem;/**/
	}
}

/*------------------------------------------
PC画面（1600px以上）
------------------------------------------*/
@media screen and (min-width: 1600px) {
	
	/*------------ サイドバー --------------*/
	.side__ttl{
		font-size:4.8rem;
	}
	.side__ttl span {
		font-size:2.1rem;
	}
}