*,
html,
body {
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style-type: none;
}
.wcm {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm {
		width: 90%;
	}
}
.wcm01{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm01{
		width: 90%;
	}
}
.u-flex {
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}
.c-btn01 {
	text-align: center;
	max-width: 220px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #00b050;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.c-btn01 {
		max-width: 250px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 8px;
		font-size: 15px;
	}
}
.c-btn01:hover{
	opacity: 0.65;
}
.p-pageName {
	background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2025/11/mv-trading-1.png") no-repeat center right;
	background-size: cover;
	padding: 120px 0;
	color: #fff;
	letter-spacing: 0.05em;
	position: relative;
}

@media screen and (max-width: 767px) {
	.p-pageName {
		padding: 40px 0;
	}
}
.p-pageName:after{
	content: "";
	width: 35%;
	height: 100%;
	background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2025/11/device.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 20px;

}
@media screen and (max-width: 767px) {
	.p-pageName:after{
		width: 45%;
		right: 0;
	}
}
.p-pageName h2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.p-pageName h2 {
		font-size: 19px;
	}
}

.c-ttl01{
	font-size: 36px;
	font-weight: bold;
	color: #004aad;
}
@media screen and (max-width: 767px) {
	.c-ttl01{
		font-size: 22px;
	}
}
.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.mb70{
	margin-bottom: 70px;
}
.mb100{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.mb10{
		margin-bottom: 5px;
	}
	.mb30{
		margin-bottom: 15px;
	}
	.mb50{
		margin-bottom: 25px;
	}
	.mb70{
		margin-bottom: 35px;
	}
	.mb100{
		margin-bottom: 50px;
	}
}
.u-center{
	text-align: center;
}

.p-tradingMT5{
	font-size: 16px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-tradingMT5{
		font-size: 15px;
	}
}
.txt-underline{
	text-decoration: underline;
}

.key-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.key-box{
		display: block;
	}
}
.key-box.reverse{
	flex-direction: row-reverse;
}
.key-box .key-box__cont{
	width: 49%;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.key-box .key-box__cont{
		width: 100%;
		padding: 0;
	}
}
.key-box .key-box__cont h3{
	font-size: 28px;
	line-height: 33px;
}
@media screen and (max-width: 767px) {
	.key-box .key-box__cont h3{
		font-size: 20px;
		line-height: 26px;
	}
}
.key-box .key-box__image{
	width: 49%;
	position: relative;
}
@media screen and (max-width: 767px) {
	.key-box .key-box__image{
		width: 100%;
	}
}
.key-box .key-box__image:before{
	content:"";
	display: block;
	padding-top: 65%;
}
.key-box .key-box__image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.key-box .key-box__image.style2 img{
	object-fit: contain;
}

.device-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.device-grid{
		gap: 10px;
	}
}
.device-grid .item-head{
	text-align: center;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.device-grid .item-head{
		margin-bottom: 10px;
		font-size: 14px;
	}
}
.device-grid .item-head a{
	color: #000;
}
.js-noclick{
	pointer-events: none;
}
.benefit-area{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;	
}
@media screen and (max-width: 767px) {
	.benefit-area{
		display: block;
		margin-bottom: 30px;
		max-width: 100%;
	}
}

.benefit-area .child a{
	color: #000;
	text-align: center;
}
.benefit-area .child p{
	display: none;
}
.benefit-area .child .child-ttl{
	font-size: 20px;
	color: #004aad;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 60px;
}
@media screen and (max-width: 767px) {
	.benefit-area .child .child-ttl{
		font-size: 16px;
		min-height: 0;
		margin-bottom: 10px
	}
	.benefit-area .child{
		margin-bottom: 20px;
	}
}





