@charset "UTF-8";

/*--------------------------------------------------------------------------------
	reset
--------------------------------------------------------------------------------*/

html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}


html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "游ゴシック体","Yu Gothic","YuGothic","メイリオ","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #222222;
	letter-spacing: 0.02em;
}

@media only screen and (min-width: 737px) {

}

body * {
	box-sizing: border-box;
}


li {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: #1265D6;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------
	module
--------------------------------------------------------------------------------*/

.pad-v {
	display: none;
}

.sp-v {
	display: block;
}

.pc-v {
	display: none;
}

@media screen and (min-width: 768px) {

	.sp-v {
		display: none;
	}

	.pc-v {
		display: block;
	}

	.pad-v {
		display: none;
	}
}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {

	.pad-v {
		display: block;
	}

}

.text-red {
	color: #DE0000 !important;
}

.text-blue {
	color: #385CA3 !important;
}

.text-orange {
	color: #F08B02 !important;
}

.text-gray {
	color: #999999 !important;
}

.text-bold {
	font-weight: 600 !important;
}

.text-black {
	font-weight: 900 !important;
}


.text-small {
	font-size: 12px !important;
}

.text-right {
	text-align: right !important;
}

.text-canter {
	text-align: center !important;
}

.text-align {
	text-align: left !important;
}

.text-xs {
	font-size: 12px !important;
}

.text-s {
	font-size: 14px !important;
}

.text-m {
	font-size: 16px !important;
}

.text-l {
	font-size: 20px !important;
}

@media screen and (max-width: 769px) {

	.text-xs {
		font-size: 10px !important;
	}
	
	.text-s {
		font-size: 12px !important;
	}
	
	.text-m {
		font-size: 14px !important;
	}
	
	.text-l {
		font-size: 18px !important;
	}

}

.margin-t-xs {
	margin-top: 10px !important;
}

.margin-t-s {
	margin-top: 20px !important;
}

.margin-t-m {
	margin-top: 30px !important;
}

.margin-t-l {
	margin-top: 50px !important;
}

@media screen and (max-width: 769px) {

	.margin-t-xs {
		margin-top: 5px !important;
	}
	
	.margin-t-s {
		margin-top: 10px !important;
	}
	
	.margin-t-m {
		margin-top: 15px !important;
	}
	
	.margin-t-l {
		margin-top: 30px !important;
	}
	
}


.section .section-inner {
	max-width: 1100px;
	margin: auto;
}

.section .section-inner .section-ttl {
	padding: 0 0 15px 0;
	position: relative;
	border-bottom: 3px solid #fff;
	margin: 0 20px 30px 20px;
	color: #fff;
}

.section .section-inner .section-ttl h2 {
	font-size: 24px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	font-weight: 600;
}

.section .section-inner .section-lead {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
	margin: 0 20px 30px 20px;
}

.section .section-col2 {
	margin: 0 20px ;}

.section .section-col-ttl {
	padding: 10px 5px;
	background-color: #F08300;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.section .section-col-ttl h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.section .section-col-ttl h4 em {
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 769px) {

	.section-col-item + .section-col-item {
		margin-top: 40px;
	}

}

@media screen and (min-width: 768px) {

	.section .section-inner .section-ttl {
		padding: 0 0 36px 0;
		font-size: 50px;
		border-bottom: 5px solid #fff;
		margin: 0 0 60px;
	}

	.section .section-inner .section-ttl h2 {
		font-size: 50px;
	}

	.section .section-inner .section-lead {
		font-size: 20px;
		margin: 0 0 50px;
	}

	.section .section-col2 {
		display: flex;
		justify-content: space-between;
		position: relative;
		margin: 0;
	}

	.section .section-col2::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 100%;
		width: 1px;
		background-color: #CCCCCC;
		opacity: 0.5;
	}

	.section .section-col-ttl h4 {
		font-size: 24px;
	}


	.section .section-col-ttl h4 span {
		font-size: 18px;
	}
		
	

	.section .section-col2 .section-col-item {
		flex: 0 0 47%;
	}
	.text-align {
		text-align: center !important;
	}
}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {

	.section .section-inner {
		padding: 0 40px;
	}

	.section .section-inner .section-ttl {
		margin-bottom: 40px;
		padding: 0 0 20px 0;
	}

	.section .section-inner .section-ttl h2 {
		font-size: 36px;
	}

	.section .section-col2 {
		margin: 0 ;}

	.section .section-col-ttl h4 {
		font-size: 18px;
		font-weight: 600;
		line-height: 1.5;
	}

	.section .section-col-ttl h4 em {
		font-style: normal;
		font-size: 14px;
		font-weight: 400;
		display: block;
	}
}

.btn {
	height: 80px;
}

.btn a {
	text-align: center;
	position: relative;
	background-color: #429649;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 20px;
	border-radius: 8px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn a span {
	line-height: 2;
	display: block;
	font-size: 12px;
}

.btn a p {
	transition: 0.5s;
}

.btn a:hover p {
	opacity: 0.4;
	transition: 0.5s;
}

.btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
	width: 18px;
	height: 18px;
	background-image: url(/etf/special/nifty50/images/g_icon_img_01_20240731.svg);
	background-size: cover;
	transition: 0.5s;
}

.btn.btn-arrow a::after {
	background-image: url(/etf/special/nifty50/images/g_icon_img_07_20240731.svg);
}

.btn a:hover::after {
	opacity: 0.4;
	transition: 0.5s;
}
@media screen and (min-width: 768px) {

	.btn {
		width: 570px;
		height: 120px;
	}

	.btn a {
		font-size: 30px;
	}
	
	.btn a span {
		font-size: 20px;
	}
	
	

}



.note {
}

.note li {
	line-height: 1.6;
    padding-left: 1.5em;
	text-indent: -0.75em;
	font-size: 12px;
}

.note li::before {
	content: "※";
    display: inline-block;
    margin-right: 0.5em;
}

.note li.note-red::before {
	color: #DE0000;
}

.note li + li {
	margin-top: 5px;
}

.attention-tx {
	margin: 21px 0;
	text-align: center;
}

.attention-tx p {
	position: relative;
	font-size: 14px !important;
	color: #666666;
	vertical-align: middle; 
}

.attention-tx p::before {
	content: "";
	width: 22px;
	height: 36px;
	background-size: cover;
	display: inline-block;
	margin-right: 14px;
}


.attention-flick p::before {
	background-image: url(/etf/special/nifty50/images/g_icon_img_02_20240731.svg);
}


.attention-pinchout p::before {
	width: 32px;
	height: 32px;
	background-image: url(/etf/special/nifty50/images/g_icon_img_03_20240731.svg);
}

@media screen and (min-width: 768px) {

	.attention-tx {
		display: none;
	}
	.note {
		margin: 0;
	}
	.note li {
		font-size: 14px;
	}
}


/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

.header {
	position: relative;
	width: 100%;
	height: 136px;
	background: #ffffff;
}

.header-logo {
	position: absolute;
	top: 21px;
	left: 20px;
	width: 139px;
	z-index: 2;
}

.header-logo2 {
	position: absolute;
	left: 150px;
	top: 21px;
	width: 125px;
	margin-left: 15px;
}

.header-nav {
	position: absolute;
	box-sizing: border-box;
	top: 68px;
	left: 0;
	width: 100%;
	height: 68px;
	padding: 0 20px;
	background: #fff;
	z-index: 1;
}

.header-nav > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	height: 68px;
}

.header-nav > ul > li {
	flex: 1 1 auto;
	text-align: center;
	border-right: 1px solid #E8ECF0;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-nav > ul > li:nth-of-type(3) {
	border-right: none;
}

.header-nav > ul > li > a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 14px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	position: relative;
}

.header-nav > ul > li.funds-link {
	border: none;
}

.header-nav > ul > li.funds-link a {
	padding: 12px 2px;
	background: #429649;
	color: #fff;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 600;
}

.header-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 68px;
	z-index: 2;
}

.header-btn a {
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 68px;
	background-color: #222;
	font-size: 1.0rem;
	line-height: 1.6;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	transition: 0.5s;
}
.header-btn a:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.header-btn a span {
	display: block;
	width: 100%;
	text-align: center;
}

.header-btn a .icon {
    width: 18px;
	margin-top: 2px;
}

@media screen and (min-width: 768px) {

	.header {
		height: 80px;
	}

	.header-nav {
		top: 28px;
		left: 0;
		width: 100%;
		height: 52px;
		padding: 0 0;
		border-top: none;
	}

	.header-nav > ul {
		width: initial;
		height: 52px;
		margin: 0 auto;
		align-items: flex-start;
	}

	.header-nav > ul > li {
		padding: 0 10px;
		border: none;
	}

	.header-nav > ul > li > a {
		height: 52px;
		font-size: 1.4rem;
		line-height: 24px;
		position: relative;
		transition: all 0.1s;
	}

	.header-nav > ul > li:not(.funds-link) > a:hover {
		color: #429649;
	}

	.header-nav > ul > li > a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		content: "";
		background: #429649;
		transition: all 0.1s;
	}

	.header-nav > ul > li:not(.funds-link) > a:hover:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		content: "";
		background: #429649;
	}

	.header-nav > ul > li.funds-link {
		display: block;
	}

	.header-nav > ul > li.funds-link > a {
		padding: 1px 2px 2px;
		height: auto;
		border-radius: 100vmax;
		font-size: 1.4rem;
	}

	.header-nav > ul > li.funds-link > a:hover {
		opacity: 0.8;
	}
    
	.header-btn {
		width: 110px;
		height: 80px;
    }
    
	.header-btn a {
        font-size: 1.2rem;
		height: 80px;
	}

}

@media screen and (min-width: 1024px) {
	.header-logo {
		top: 22px;
		left: 30px;
		width: 189px;
    }

	.header-logo2 {
		position: static;
		width: 215px;
		margin: 0 auto;
		padding: 20px 0;
	}

	.header-btn {
		width: 110px;
		height: 80px;
    }
    
	.header-btn a {
        font-size: 1.2rem;
		height: 80px;
	}
}


/*--------------------------------------------------------------------------------
	main
--------------------------------------------------------------------------------*/

main {
}



/*--------------------------------------------------------------------------------
	mainv
--------------------------------------------------------------------------------*/

.mainv {
	position: relative;
	width: 100%;
	height: 76vh;
	background-image: url(/etf/special/nifty50/images/g_mainv_img_02_20240731.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border: 5px solid #F08300;
	margin-bottom: 80px;
}

.mainv .mainv-wrap {
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
	padding: 0 20px;
}

.mainv-badge {
	position: absolute;
	bottom: 60px;
	right: 10px;
	width: 100px;
}

.mainv .mainv-wrap .mainv-ttl {
	margin: 0 auto 0;
}

.mainv .mainv-wrap .mainv-lead {
	color: #fff;
	font-weight: 900;
	position: relative;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.mainv .mainv-wrap .mainv-code {
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.mainv .mainv-wrap .mainv-lead::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.mainv .mainv-wrap .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8%;
	margin: auto;
	width: 90%;
}

@media screen and (min-width: 768px) {
	.mainv {
		background-image: url(/etf/special/nifty50/images/g_mainv_img_01_20240731.jpg);
		height: calc(702 / 1366 * 100vw);
		border: 10px solid #F08300;
		justify-content: flex-end;
		margin-bottom: 130px;
	}
	
	.mainv-badge {
		position: absolute;
		top: 20px;
		bottom: auto;
		width: 150px;
	}

	.mainv .mainv-wrap {
		width: 80%;
		margin: auto;
		display: flex;
        justify-content: flex-end;
		padding: 0;
	}


	.mainv .mainv-wrap .mainv-ttl {
		width: calc(550 / 1366* 100vw);
		margin: 0 0 0;
	}

	.mainv .mainv-wrap .mainv-code {
		text-align: right;
		font-size: 30px;
	}

	.mainv .mainv-wrap .mainv-lead {
		margin-bottom: 50px;
		font-size: 38px;
		line-height: 1.6;
	}

	.mainv .mainv-wrap .btn {
		position: absolute;
		height: 120px;
		width: 570px;
		left: 0;
		right: 0;
		bottom: -60px;
		margin: auto;
	}
	

}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {
	.mainv {
		height: 460px;
		margin-bottom: 80px;
	}

	.mainv .mainv-wrap {
		width: 100%;
		padding: 0 20px;
	}

	.mainv .mainv-wrap .mainv-lead {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.mainv .mainv-wrap .mainv-ttl {
		max-width: 400px;
	}
	.mainv .mainv-wrap .mainv-code {
		font-size: 20px;
	}

	.mainv-badge {
		top: 10px;
		width: 80px;
	}
	.mainv .mainv-wrap .btn {
		width: 50%;
		height: 100px;
	}
	.mainv .mainv-wrap .btn a {
		font-size: 20px;
	}
}


/*--------------------------------------------------------------------------------
	performance
--------------------------------------------------------------------------------*/

.performance {
	border-top: 6px solid #F08301;
	background-image: url(../images/g_bg_img_01_20240731.png);
	background-position: top center;
	background-size: 230%;
	background-color: #000;
	padding: 50px 0 0;
}

.performance .note {
	margin: 15px 20px 0 20px;
	color: #fff;
}

.performance-graph {
	margin-bottom: 50px;
}

.performance-graph-inner {
	border: 5px solid #EEEEEE;
	background-color: #fff;
	padding: 20px;
}

.performance-graph-ttl {
	text-align: center;
	margin-bottom: 20px;
}

.performance-graph-ttl h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.performance-graph-ttl p {
	font-size: 12px;
}


.performance-graph-list {
	display: flex;
	justify-content: center;
	margin-top: 14px;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F5F5F5;
	padding: 10px 20px;
}

.performance-graph-list li {
	position: relative;
	padding-left: 24px;
	flex: 0 0 50%;
}

.performance-graph-list li::before {
	content: '';
	height: 3px;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.performance-graph-list li.orange::before {
	background-color: #F08300;
}

.performance-graph-list li.light_blue::before {
	background-color: #4DB7D3;
}

.performance-graph-list li.green::before {
	background-color: #429649;
}

.performance-graph-list li {
	padding-left: 28px;
	color: #444444;
	font-size: 12px;
}

.performance-graph-list li.orange-block::before {
	background-color: #F2D6AA;
	width: 12px;
	height: 12px;
}

.performance-graph-list li.orange-block::after {
	content: '';
	background-color: #F5E6CF;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;

}
.performance .section-lead {
	color: #fff;
}

@media screen and (max-width: 769px) {
	.performance-expansion .attention-tx p {
		color: #fff;
	}

	.performance-expansion .attention-tx p::before {
		background-image: url(/etf/special/nifty50/images/g_icon_img_09_20240731.svg);
	}
}

@media screen and (min-width: 768px) {

	.performance {
		padding: 150px 0 50px;
		border-top: 12px solid #F08301;
		background-size: contain;
	}

	.performance-graph {
		margin-bottom: 100px;
	}

	.performance-graph-inner {
		border: 10px solid #EEEEEE;
		padding: 40px;
	}

	.performance-graph-ttl h3 {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.performance-graph-ttl p {
		font-size: 14px;
	}

	.performance-graph-list {
		margin-top: 20px;
		padding: 20px 0;
	}

	.performance-graph-list li {
		padding-left: 32px;
		font-size: 16px;
		flex: none;
	}

	.performance-graph-list li::before {
		width: 24px;
	}
	
	.performance-graph-list li + li {
		margin-left: 30px;
	}

	.performance .note {
		margin: 30px 0 0;
	}

}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {
	.performance {
		padding: 100px 0 0;
	}

	.performance-graph-list {
		padding: 18px;
	}

	.performance-graph-list li {
		flex: auto;
		font-size: 14px;
	}
	.performance-graph-list li + li{
		margin: 0;

	}
	
}

@media screen and (min-width: 2360px) {

	.performance {
		background-position: bottom center;
		background-size: cover;
	}

}


/*--------------------------------------------------------------------------------
	motivation
--------------------------------------------------------------------------------*/


.motivation .motivation-arrow {
	height: 260px;
	margin: auto;
	background-image: url(../images/g_bg_img_02_20240731.png);
	background-size: cover;
	background-position: top center;
	position: relative;
	background-color: #000;
}

.motivation .motivation-arrow .motivation-arrow-tx {
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	height: auto;
}

.motivation .motivation-arrow .motivation-arrow-tx::before {
	content: '';
	width: 50px;
	height: 30px;
	background-image: url(../images/g_icon_img_04_20240731.svg);
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -40%;
}

.motivation .motivation-arrow .motivation-arrow-tx p {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.motivation .motivation-arrow .motivation-arrow-tx p span {
	font-size: 50px;
}

.section.motivation .section-inner .section-ttl {
	border-bottom: 3px solid #F08300;
}

.section.motivation .section-inner .section-ttl h2 {
	text-shadow: none;
	color: #804000;
}

.motivation .motivation-item {
	padding: 60px 0;
	position: relative;
}

.motivation .motivation-item03 {
	padding: 60px 0 0;
}

.motivation .motivation-item + .motivation-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 45px solid transparent;
	border-left: 45px solid transparent;
	border-top: 40px solid #F7F2DF;
	border-bottom: 0;
}

.motivation .motivation-item + .motivation-item.motivation-item-bg::before {
	border-top: 40px solid #ffffff;
}

.section.motivation .section-inner .section-ttl p {
	background-color: #429649;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: center;
	position: relative;
	padding: 5px 10px 10px 10px;
	width: 90px;
	margin-left: -20px;
	margin-bottom: 10px;
}

.section.motivation .section-inner .section-ttl p::after {
	content: '';
	position: absolute;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 16px solid #429649;
	border-right: 0;
}

.section.motivation .section-inner .section-ttl p span {
	font-size: 30px;
	text-indent: 0.1em;
}

.motivation .motivation-item-bg {
	background-color: #F7F2DF;
}

.motivation-linkarea {
	margin: 50px auto ;
	background-color: #F7F2DF;
	padding: 30px 40px;
	max-width: 1100px;

}

.motivation-linkarea .btn {
	margin: auto;
}

@media screen and (min-width: 768px) {

	.motivation .motivation-item {
		padding: 80px 0;
		position: relative;
	}
	
	.motivation .motivation-item03 {
		padding: 80px 0 0;
	}

	.motivation .motivation-arrow {
		max-width: 2000px;
		height: 400px;
		max-width: 1366px;
	}

	.motivation .motivation-arrow .motivation-arrow-tx {
		bottom: 20%;
	}
	
	.motivation .motivation-arrow .motivation-arrow-tx p {
		font-size: 50px;
	}

	.motivation .motivation-arrow .motivation-arrow-tx p span {
		font-size: 80px;
	}

	.motivation .motivation-arrow .motivation-arrow-tx::before {
		width: 91px;
		height: 40px;
		top: -45%;
	}

	.section.motivation .section-inner .section-ttl {
		border-bottom: 5px solid #F08300;
		padding: 0 0 25px 0;
		display: flex;
	}

	.section.motivation .section-inner .section-ttl h2 {
		font-size: 40px;
	}

	.section.motivation .section-inner .section-ttl p {
		font-size: 24px;
		margin-right: 40px;
		padding: 5px 10px 10px 10px;
		margin-left: 0;
		margin-bottom: 0;
		width: auto;
	}

	.section.motivation .section-inner .section-ttl p::after {
		top: 1px;
		right: -20px;
		border-top: 29px solid transparent;
		border-bottom: 29px solid transparent;
		border-left: 20px solid #429649;
	}

	.section.motivation .section-inner .section-ttl p span {
		font-size: 44px;
	}

	.motivation-linkarea {
		margin: 100px auto 150px;
	}

	.motivation-linkarea {
		padding: 40px;
	}

}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {
	.motivation .motivation-arrow {
		height: 340px;
	}
	.motivation .motivation-arrow .motivation-arrow-tx {
		bottom: 10%;
	}
	.motivation .motivation-arrow .motivation-arrow-tx::before {
		width: 80px;
		height: 35px;
		background-size: contain;
		top: -45%;
	}
	.section.motivation .section-inner .section-ttl p {
		font-size: 22px;
	}

	.section.motivation .section-inner .section-ttl p span {
		font-size: 40px;
	}

	.motivation .motivation-arrow .motivation-arrow-tx p {
		font-size: 40px;
		line-height: 1.2;
	}
	.motivation .motivation-arrow .motivation-arrow-tx p span {
		font-size: 60px;
	}

	.motivation-linkarea {
		margin: 50px auto 80px;

	}
	

	.section.motivation .section-inner .section-ttl h2 {
		font-size: 34px;
	}

	.section.motivation .section-inner .section-ttl p::after {
        top: 1px;
        right: -20px;
        border-top: 27px solid transparent;
        border-bottom: 27px solid transparent;
        border-left: 20px solid #429649;
    }

}

/*--------------------------------------------------------------------------------
	features
--------------------------------------------------------------------------------*/

.features .features-ttl {
	position: relative;
	height: 240px;
	background-image: url(../images/g_bg_img_04_20240731.jpg);
	background-size: cover;
	background-color: #1A6578;
	background-position: center;
}

.features .features-ttl::before {
	content: '';
	position: absolute;
	height: 22px;
	width: 100%;
	background-image: url(../images/g_line_img_01_20240731.png);
	background-size: contain;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
}

.features .features-ttl-inner {
	position: absolute;
	width: 360px;
	height: 75px;
	left: 0;
	right: 0;
	top: 0;
	bottom: -30%;
	margin: auto;
}

.features .features-ttl-inner::before,
.features .features-ttl-inner::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	height: 7px;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
}

.features .features-ttl-inner::before {
	top: -20px;
}

.features .features-ttl-inner::after {
	bottom: -20px;
}

.features .features-ttl-inner h2 {
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.features .features-ttl-inner .features-ttl-deco {
	position: absolute;
	left: 0;
	right: 0;
	top: -75px;
	margin: auto;
	width: 46px;
	height: 37px;
	background-image: url(../images/g_deco_img_01_20240731.svg);
	background-size: cover;
}

.features.section .section-inner .section-ttl {
	border-bottom: 3px solid #4DB7D3;
}

.features.section .section-inner .section-ttl h2 {
	text-shadow: none;
	color: #005165;
}

.features .features-sttl {
	position: relative;
	padding-left: 32px;
	margin: 0 20px 24px 20px;
}

.features .features-sttl::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 24px;
	background-image: url(../images/g_icon_img_05_20240731.svg);
	background-size: contain;
}

.features .features-sttl h3 {
	font-size: 20px;
	font-weight: 600;
}

.features .features-nifty50 {
	padding: 40px 0;
	background-color: #E4EFF2;
}


@media screen and (min-width: 768px) {

	.features .features-ttl {
		height: 360px;
		background-size: cover;
	}

	.features .features-ttl::before {
		height: 41px;
	}

	.features .features-ttl-inner {
		width: 1100px;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 20%;
		top: auto;
	}

	.features .features-ttl-inner h2 {
		font-size: 50px;
	}

	.features .features-ttl-inner::before {
		top: -35px;
	}
	
	.features .features-ttl-inner::after {
		bottom: -30px;
	}

	.features .features-ttl-inner h2::before,
	.features .features-ttl-inner h2::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 40px;
		width: 42px;
		background-image: url(../images/g_deco_img_02_20240731.svg);
		background-size: cover;
	}

	.features .features-ttl-inner h2::before {
		left: 0;
	}

	.features .features-ttl-inner h2::after {
		right: 0;
	}

	.features .features-ttl-inner .features-ttl-deco {
		position: absolute;
		left: 0;
		right: 0;
		top: -120px;
		width: 74px;
		height: 60px;
	}

	.features.section .section-inner .section-ttl {
		padding-bottom: 20px;
	}

	.features.section .section-inner .section-ttl h2 {
		font-size: 40px;
	}

	.features.section .section-inner {
		padding: 100px 0;
	}

	.features .features-sttl {
		margin: 0 0 40px 0;
	}

	.features .features-sttl h3 {
		font-size: 26px;
	}
	
	.features .features-nifty50 {
		padding: 0;
	}

}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {

	.features.section .section-inner .section-ttl h2{
		font-size: 34px;
	}

	.features .features-ttl {
		height: 380px;
	}

	.features .features-ttl-inner {
		width: 700px;
		height: 110px;
	}

	.features .features-ttl-inner h2 {
		font-size: 40px;
	}

	.features.section .section-inner {
		padding: 80px 40px;
	}
}



.features .features-bestmix {
	background-color: #D3E4E8;
	padding: 40px 20px;
}

.features .features-bestmix .features-bestmix-faq {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.features .features-bestmix .features-bestmix-items + .features-bestmix-items {
	margin-top: 30px;
}

.features .features-bestmix .features-bestmix-faq.a {
	align-items: flex-start;
	flex-direction: row-reverse;
	margin-top: 30px;
}

.features .features-bestmix .features-bestmix-faq .features-bestmix-icn {
	flex: 0 0 28%;
}

.features .features-bestmix .features-bestmix-faq .features-bestmix-fukidashi {
	flex: 0 0 72%;
	position: relative;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 20px 12px;
}

.features .features-bestmix .features-bestmix-faq.q .features-bestmix-fukidashi {
	background-color: #EDEDED;
}
.features .features-bestmix .features-bestmix-faq.q .features-bestmix-fukidashi p {
	font-size: 16px;
	font-weight: 600;
}

.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi {
	background-color: #ffffff;
}

.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi p {
	font-size: 16px;
	line-height: 1.5;
}

.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi p + p {
	margin-top: 30px;
}

.features .features-bestmix .features-bestmix-faq.a ul {
	margin-top: 30px;
}

.features .features-bestmix .features-bestmix-faq.a ul li {
	font-size: 16px;
	font-weight: 600;
	color: #385CA3;
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}

.features .features-bestmix .features-bestmix-bg {
	background-color: #F2F2F2;
	padding: 10px;
	margin: 30px 0;
}

.features .features-bestmix .features-bestmix-faq .features-bestmix-fukidashi::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	background-size: contain;
}

.features .features-bestmix .features-bestmix-faq.q .features-bestmix-fukidashi::before {
	background-image: url(../images/g_fukidashi_img_01_20240731.svg);
	left: -24px;
}

.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi::before {
	background-image: url(../images/g_fukidashi_img_02_20240731.svg);
	top: 20px;
	bottom: auto;
	right: -24px;
}

.features-bestmix-cap {
	margin: 20px auto 0;
}

.features-bestmix-cap p {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.features .features-bestmix {
		padding: 0;
	}

	.features .features-bestmix .features-bestmix-items + .features-bestmix-items {
		margin-top: 60px;
	}

	.features .features-bestmix .features-bestmix-faq.a {
		margin-top: 0;
	}

	.features .features-bestmix .features-bestmix-faq .features-bestmix-icn {
		flex: 0 0 170px;
	}

	.features .features-bestmix .features-bestmix-faq.q .features-bestmix-icn {
		margin-right: 5px;
	}

	.features .features-bestmix .features-bestmix-faq.a .features-bestmix-icn {
		margin-left: 12px;
	}


	.features .features-bestmix .features-bestmix-faq .features-bestmix-fukidashi {
		flex: 0 0 840px;
		padding: 40px;
	}

	.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi {
		margin-top: 30px;
	}

	.features .features-bestmix .features-bestmix-faq .features-bestmix-fukidashi::before {
		content: '';
		position: absolute;
		top: 20px;
		bottom: auto;
		width: 28px;
		height: 35px;
	}

	.features .features-bestmix .features-bestmix-faq.q .features-bestmix-fukidashi::before {
		left: -28px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi::before {
		right: -28px;
		top: 20px;
		margin: auto;
	}

	.features .features-bestmix .features-bestmix-faq.q .features-bestmix-fukidashi p {
		font-size: 24px;
	}

	.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi p {
		font-size: 20px;
		line-height: 2;
	}

	.features .features-bestmix .features-bestmix-faq.a ul li {
		font-size: 20px;
	}

	.features-bestmix-cap {
		max-width: 840px;
		margin: 30px 0 0 80px;
		
	}
	
	.features .features-bestmix .features-bestmix-bg {
		padding: 30px;
		margin: 20px 0;
	}

	.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi p + p,
	.features .features-bestmix .features-bestmix-faq.a ul {
		margin-top: 20px;
	}

}


@media screen and (max-width: 1100px) and (min-width: 767.99px) {
    .features .features-bestmix .features-bestmix-faq .features-bestmix-icn {
        flex: 0 0 20%;
	}
	
	.features .features-bestmix .features-bestmix-faq .features-bestmix-fukidashi {
		flex: 0 0 80%;
		padding: 30px;
	}

	.features .features-bestmix .features-bestmix-faq.q .features-bestmix-fukidashi p {
		font-size: 20px;
	}

	.features .features-bestmix .features-bestmix-faq.a .features-bestmix-fukidashi p {
		font-size: 18px;
	}

	.features-bestmix-cap {
		width: 80%;
		margin: 10px 0 0;
	}

}

/*--------------------------------------------------------------------------------
	about
--------------------------------------------------------------------------------*/
.about {
	margin: 50px 20px 80px;
}

.about .about-ttl {
	text-align: center;
	background-color: #F08300;
	padding: 14px 0;
	margin-bottom: 20px;
}

.about .about-ttl h2 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width: 767.99px) {

	.about .about-table {
		overflow-x: scroll;
		margin-right: -20px;
	}
	
	.about .about-table .about-table-inner {
		width: 1100px;
		overflow: hidden;
	}
}


.about .about-table table {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}

.about .about-table table tr th,
.about .about-table table tr td {
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}

.about .about-table table tr th {
	width: 220px;
	background-color: #222222;
	color: #fff;
	padding: 15px;
	font-weight: 600;
}

.about .about-table table tr td {
	background-color: #F7F7F7;
	padding: 18px 15px;
}


@media screen and (min-width: 768px) {
	.about {
		margin: 100px 0 150px;
	}

	.about .about-ttl {
		padding: 20px 0;
		margin-bottom: 50px;
	}
	
	.about .about-ttl h2 {
		font-size: 36px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {
	.about {
		margin: 80px 0 100px;
	}
}

/*--------------------------------------------------------------------------------
	detail
--------------------------------------------------------------------------------*/
.detail {
	padding: 40px 20px;
	background-image: url(../images/g_bg_img_05_20240731.jpg);
	border: 5px solid #F08300;
	text-align: center;
	background-size: cover;
}

.detail .detail-ttl {
	margin-bottom: 40px;
}

.detail .detail-ttl h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.detail ul li {
	position: relative;
	border-radius: 5px;
	background-color: #429649;
	height: 70px;
}

.detail ul li::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 12px;
	background-image: url(../images/g_icon_img_06_20240731.svg);
	transition: 0.5s;
}

.detail ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.detail ul li a span {
	transition: 0.5s;
}

.detail ul li a:hover span {
	transition: 0.5s;
	opacity: 0.4;
}

.detail ul li:hover::after {
	transition: 0.5s;
	opacity: 0.4;
}

.detail ul li + li {
	margin: 20px 0 0 ;
}

.detail .detail-tx {
	margin-top: 30px;
}

.detail .detail-tx p {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.detail .detail-tx p span {
	font-size: 10px;
	font-weight: 400;
}

.detail .detail-lead {
	margin-top: 70px;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8;
}

.detail .detail-lead::before {
	content: '';
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 65px;
	background-image: url(../images/g_icon_img_08_20240731.png);
	background-size: contain;
}

.detail .detail-lead span {
	display: block;
	text-decoration: underline;
}

.detail .btn {
	width: 100%;
	height: 70px;
	margin: 20px auto 0;
}

.detail .btn a {
	font-size: 20px;
}


@media screen and (max-width: 767.99px) {

	.detail .detail-ttl h2 span {
		font-size: 20px;
	}

}

@media screen and (min-width: 768px) {
	.detail {
		padding: 105px 0 78px;
		border: 10px solid #F08300;
	}

	.detail .detail-ttl {
		margin-bottom: 50px;
	}

	.detail .detail-ttl h2 {
		font-size: 36px;
	}

	.detail ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.detail ul li {
		flex: 0 0 200px;
		transition: 0.5s;
	}

	.detail ul li + li {
		margin: 0 0 0 20px;
	}

	.detail .detail-tx {
		margin-top: 40px;
	}

	.detail .detail-tx p {
		font-size: 18px;
	}
	
	.detail .detail-tx p span {
		font-size: 12px;
	}

	.detail .detail-lead {
		margin-top: 100px;
		font-size: 20px;
	}

	.detail .detail-lead::before {
		top: -100px;
		width: 100px;
		height: 65px;
	}
	

	.detail .btn {
		width: 812px;
		height: 90px;
		margin: 40px auto 0;
	}

	.detail .btn a {
		font-size: 24px;
	}
	
}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {
	.detail {
		padding: 70px 0 50px;
	}

	.detail .detail-ttl {
		margin-bottom: 20px;
	}

	.detail .detail-ttl h2 {
		font-size: 32px;
	}

	.detail ul {
		flex-wrap: wrap;
		max-width: 420px;
		margin: auto;
	}

	.detail ul li + li {
		margin: 0;
	}

	.detail ul li:nth-child(even) {
		margin-left: 20px;
	}

	.detail ul li:nth-child(n + 3) {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------------------------
	disclaimer
--------------------------------------------------------------------------------*/
.disclaimer {
	padding: 50px 0;
	background-color: #EDEDED;
}

.disclaimer .disclaimer-inner {
	max-width: 986px;
	margin: auto;
	font-size: 14px;
	line-height: 1.6;
}

.disclaimer .disclaimer-inner .disclaimer-box + .disclaimer-box {
	margin-top: 60px;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-ttl {
	position: relative;
	margin-bottom: 24px;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-ttl h2 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #222222;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-ttl h2 span {
	font-weight: 400;
	font-size: 12px;
}

.disclaimer .disclaimer-inner .disclaimer-box dl {
	display: flex;
}

.disclaimer .disclaimer-inner .disclaimer-box dl dt {
	flex: 0 0 30px;
}

.disclaimer .disclaimer-inner .disclaimer-box dl + dl,
.disclaimer .disclaimer-inner .disclaimer-box * + p ,
.disclaimer .disclaimer-inner .disclaimer-box * + ul,
.disclaimer .disclaimer-inner .disclaimer-box * + .disclaimer-list-indent{
	margin-top: 24px;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-list-square li {
	line-height: 1.6;
    padding-left: 1.5em;
	font-size: 14px;
	position: relative;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-list-square li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #222222;
	position: absolute;
	left: 0;
	top: 7px;

}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-list-square li + li {
	margin-top: 1em;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-list-circle li {
	line-height: 2;
    padding-left: 1.5em;
	text-indent: -0.75em;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-list-circle li::before {
	content: "●";
    display: inline-block;
	margin-right: 0.5em;
	color: #222222;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-list-circle li + li {
	margin-top: 24px;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-list-iroha li {
	line-height: 1.6;
    padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 16px;
	font-weight: 400;
	color: #222222;

}



.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-box-item h3 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 16px;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-box-item + .disclaimer-box-item {
	margin-top: 24px;
}

.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-box-item p + p,
.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-box-item ul + p {
	margin-top: 16px;
}


@media screen and (max-width: 767.99px) {

	.disclaimer .disclaimer-inner {
		padding: 0 20px;
	}	
}

@media screen and (min-width: 768px) {

	.disclaimer {
		padding: 120px 0;
	}
	
	.disclaimer .disclaimer-inner .disclaimer-box + .disclaimer-box {
		margin-top: 80px;
	}

	.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-ttl {
		margin-bottom: 32px;
	}

	.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-box-item + .disclaimer-box-item {
		margin-top: 30px;
	}
	
	.disclaimer .disclaimer-inner .disclaimer-box .disclaimer-box-item h3 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {

	.disclaimer {
		padding: 80px 40px;
	}
}


/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/

.footer {
	background-color: #222222;
	color: #ffffff;
	padding: 47px 0 0 0;
}

.footer-01 {
	margin-bottom: 32px;
}

.footer-01 ul {
	line-height: 1.5;
}

.footer-01 ul li a {
	display: block;
	font-weight: 600;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	padding: 24px 0;
}

.footer-01 ul li a::after {
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(/etf/special/nifty50/images/g_icon_img_01_20240731.svg);
    background-size: cover;
    transform: rotate(-90deg);
}

.footer-02 {
	text-align: center;
}

.footer-02-inner p {
	font-weight: 600;
	font-size: 12px;
}

.footer-02-inner p + p {
	margin-top: 10px;
	font-weight: 400;
}

.footer-02-inner p span {
	padding: 0 0 0 1em;
}

.footer-copyright {
	text-align: center;
	font-size: 10px;
	line-height: 1.5;
	font-weight: 400;
	background-color:#804000;
	padding: 10px 0;
}


@media screen and (max-width: 767.99px) {

	.footer-wrap {
		padding: 0 15px 20px 15px;
	}

	.footer-01 ul li {
		width: 100%;
		border-top: solid 1px rgb(255, 255, 255, 0.28);
	}
	
	.footer-01 ul li:last-child {
		border-bottom: solid 1px rgb(255, 255, 255, 0.28);}
	
}

@media screen and (min-width: 768px) {

	.footer {
		padding: 40px 0 0 0;
	}

	.footer-wrap {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}

	.footer-01 ul li {
		display: inline-block;
		border-right: solid 1px rgb(255, 255, 255, 0.28);
	}
	
	.footer-01 ul li:first-child {
		border-left: solid 1px rgb(255, 255, 255, 0.28);
	}

	.footer-01 ul li a {
		transition: all 0.4s;
		display: block;
		padding: 13px 60px 13px 32px;
	}

	.footer-01 ul li a:hover {
		color: #1265D6;
	}

	.footer-02-inner {
		margin: 40px 0 ;
	}

	.footer-02-inner p {
		font-size: 16px;
	}

}

@media screen and (max-width: 1100px) and (min-width: 767.99px) {
	.footer-wrap {
		padding: 0 40px;
	}

	.footer-01 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-01 ul li {
		display: block;
	}
	.footer-01 ul li:nth-child(3) {
		border-left: solid 1px rgb(255, 255, 255, 0.28);
	}
	.footer-01 ul li:nth-child(n + 3) {
		margin-top: 10px;
	}
	.footer-01 ul li a {
		font-size: 16px;
	}
	.footer-02-inner p {
		font-size: 14px;
	}
}


/* inview - slideup */
.js-slideup{
	will-change: translate, opacity;
	transform: translate(0,60px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
}

.js-slideup-act{
	transform: translate(0,0);
	opacity: 1.0;
}