*,
html,
body {
	margin: 0;
	padding: 0;
}

.wcm {
	max-width: 1160px;
	width: 95%;
	margin: 0 auto;
}

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

.u-flex {
	display: flex;
}

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

.c-btn{
	text-align: center;
	max-width: 400px;
	width: 100%;
	display: block;
	text-decoration: underline;
	padding: 12px 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	background: #00bf63;
	font-size: 20px;
	box-sizing: border-box;
	border: 2px solid #00bf63;
}

@media screen and (max-width: 767px) {
	.c-btn{
		max-width: 200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 8px;
		font-size: 15px;
		border-radius: 4px;
	}
}

.c-btn:hover {
	opacity: .65;
	background: #fff;
	color: #00bf63;
}
.c-btn--border{
	background: #fff;
	color: #00bf63;
}
.c-btn--border:hover{
	background: #00bf63;	
	color: #fff;
}
.c-btn.no-underline{
	text-decoration: none;
}
.c-cta{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 414px) {
	.c-cta{
		display: block;
		width: 100%;
	}
}
.c-cta .c-btn{
	max-width: 100%;
}
.c-cta a{
	display: block;
}
.c-note{
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-left: 1rem;
}
@media screen and (max-width: 767px) {
	.c-note{
		font-size: 15px;
		padding-left: 0;
	}
}
@media screen and (max-width: 414px) {
	.c-note{
		font-size: 13px;
	}
}
.c-ttl01{
	text-align: center;
	font-size: 25px;
}
@media screen and (max-width: 414px) {
	.c-ttl01{
		font-size: 19px;
	}
}
.c-ttl01__sub{
	color: #6c7992;
	margin-bottom: 0;
	font-weight: bold;
}

.c-ttl01__head{
	text-transform: uppercase;
	color: #00bf63;
	font-weight: 700;
	margin-bottom: 20px;
}
@media screen and (max-width: 414px) {
	.c-ttl01__head{
		font-size: 18px;
	}
}

.p-pageName {
	background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2025/09/mv-desktop.png") no-repeat center;
	background-size: 100% auto;
	padding: 500px 0 50px;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	text-align: center;
	position: relative;
	align-items: flex-end;
}
@media screen and (max-width: 1024px) {
	.p-pageName {
		padding: 300px 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.p-pageName {
		height: auto;
		min-height: 0;
		padding-top: 250px;
		background-position: bottom center;
		background-size: contain;
	}
}
@media screen and (max-width: 530px) {
	.p-pageName {
		padding-top: 150px;
	}
}
@media screen and (max-width: 480px) {
	.p-pageName {
		padding-top: 100px;
		background-size: cover;
	}
}

.p-pageName a {
	display: block;
	max-width: 380px;
	width: 100%;
	text-align: center;
	padding: 13px 0;
	background: #00bf63;
	font-weight: bold;
	text-decoration: underline;
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.p-pageName a {
		max-width: 280px;
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.p-pageName a {
		max-width: 200px;
		font-size: 12px;
		margin-bottom: 0;
		padding: 11px 0;
	}
}

.p-pageName__cont{
	display: flex;
	height: 100%;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-pageName__cont{
		padding: 40px 0 0;
	}
}
.c-ttl01 {
	font-weight: bold;
	color: #00b050;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		margin-bottom: 15px;
	}
}
.p-mt5Desktop, .p-mt5Mobile{
	color: #000;
}
.p-mt5Desktop__why{
	padding: 80px 0;
	background: #f8f5f5;
}
@media screen and (max-width: 767px) {
	.p-mt5Desktop__why{
		padding: 40px 0;
	}
}
.mt5-why-img{
	display: block;
	max-width: 300px;
	margin: 0 auto 10px;
	width: 100%;
}
@media screen and (max-width: 414px) {
	.mt5-why-img{
		max-width: 200px;
	}
}

.mt5-why-cont{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 565px) {
	.mt5-why-cont{
		display: block;
		margin-top: 0;
	}
}
.mt5-why-cont .item{
	display: flex;
	font-size: 16px;
	width: 50%;
	margin-bottom: 20px;
}
@media screen and (max-width: 565px) {
	.mt5-why-cont .item{
		width: 100%;
		font-size: 15px;
		margin-bottom: 10px;
	}
}
.mt5-why-cont .item .item-icon{
	width: 100px;
}
@media screen and (max-width: 1024px) {
	.mt5-why-cont .item .item-icon{
		width: 80px;
	}
}
@media screen and (max-width: 565px) {
	.mt5-why-cont .item .item-icon{
		width: 60px;
	}
}
.mt5-why-cont .item .item-cont{
	width: calc(100% - 100px);
	padding-left: 10px;
	padding-right: 30px;
}
@media screen and (max-width: 565px) {
	.mt5-why-cont .item .item-cont{
		width: calc(100% - 60px);
		padding-left: 15px;
		padding-right: 0;
	}
}
.mt5-why-cont .item .item-cont .ttl{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 17px;
}
@media screen and (max-width: 414px) {
	.mt5-why-cont .item .item-cont .ttl{
		font-size: 15px;
	}
}
.mt5-why-cont .item .item-cont .txt{
	font-size: 16px;
}
@media screen and (max-width: 414px) {
	.mt5-why-cont .item .item-cont .txt{
		font-size: 14px;
	}
}
.mt5-why-btn{
	margin-top: 50px;
}
@media screen and (max-width: 414px) {
	.mt5-why-btn{
		margin-top: 25px;
	}
}

.p-mt5Desktop__what{
	padding: 60px 0;
}
@media screen and (max-width: 414px) {
	.p-mt5Desktop__what{
		padding: 40px 0;
	}
}
.what-txt{
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}
@media screen and (max-width: 414px) {
	.what-txt{
		font-size: 15px;
		line-height: 26px;
		text-align: left;
	}
}
.p-mt5Desktop__how{
	padding: 60px 0;
	background: linear-gradient( 180deg, rgba(255, 255, 255, 0.82), rgba(48, 255, 142, 0.32), rgba(255, 255, 255, 0.82));
}
@media screen and (max-width: 414px) {
	.p-mt5Desktop__how{
		padding: 40px 0;
	}
}
.p-mt5Desktop__how .c-ttl01{
	margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
	.p-mt5Desktop__how .c-ttl01{
		margin-bottom: 30px;
	}
}

.p-mt5Desktop__log{
	padding: 50px 0 100px;
	background: #f8f5f5;
}
@media screen and (max-width: 767px) {
	.p-mt5Desktop__log{
		padding: 30px 0 50px;
	}
}
.video-box{
	max-width: 850px;
	min-height: 400px;
	margin: 0 auto 30px;
	border: 4px solid #00bf63;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #00bf63;
}
@media screen and (max-width: 767px) {
	.video-box{
		max-width: 100%;
		min-height: 260px;
		font-size: 24px;
		border-width: 2px;
	}
}
.video-box iframe{
	width: 100%;
	height: 100%;
	display: block;
}
.p-mt5Desktop__open{
	padding: 50px 0 80px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.p-mt5Desktop__open{
		padding: 30px 0 50px;
		margin-bottom: 30px;
	}
}
.p-mt5Desktop__open .c-ttl01{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.p-mt5Desktop__open .c-ttl01{
		margin-bottom: 40px;
	}
}
.c-open{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}
@media screen and (max-width: 767px) {
	.c-open{
		display: block;
	}
}
.c-open .item-head{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00bf63;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-open .item-head{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.c-open .item:first-of-type{
		margin-bottom: 50px;
	}
}
.item-list{
	font-size: 18px;
	list-style-type: none;
	padding-left: 0;
	min-height: 60px;
}
@media screen and (max-width: 767px) {
	.item-list{
		font-size: 14px;
		min-height: 0;
		margin: 0 0 20px !important;
	}
}
.item-list li{
	margin: 0;
	position: relative;
	padding-left: 8px;
}
.item-list li:before{
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 100%;
	position: absolute;
	top: 14px;
	left: 0;
}
@media screen and (max-width: 767px) {
	.item-action .c-btn{
		max-width: 100%;
	}
}
.c-open .item .c-note{
	text-align: center;
}
.sp-only{
	display: none;
}
@media screen and (max-width: 414px) {
	.sp-only{
		display: block;
	}
}

/* MT5 mobile */
.p-pageNameMobile {
	background: url("https://hiroseag.com/wp/staging/wp-content/uploads/2025/09/mv-mobile.png") no-repeat top center;
	background-size: cover;
	padding: 400px 0 0;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	text-align: center;
	position: relative;
	align-items: flex-end;
}
@media screen and (max-width: 1024px) {
	.p-pageNameMobile {
		padding: 220px 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.p-pageNameMobile {
		height: auto;
		min-height: 0;
		padding-top: 118px;
		background-position: bottom center;
	}
}
@media screen and (max-width: 414px) {
	.p-pageNameMobile {
		padding-top: 100px;
		padding-bottom: 0;
	}
}
.p-pageNameMobile__cont{
	width: 45%;
	color: #000;
}
@media screen and (max-width: 565px) {
	.p-pageNameMobile__cont{
		width: 47%;
	}
}
.p-pageNameMobile__ttl{
	font-size: 35px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.p-pageNameMobile__ttl{
		font-size: 25px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 565px) {
	.p-pageNameMobile__ttl{
		font-size: 16px;
		margin-bottom: 0;
	}
}
.p-pageNameMobile-flexbox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
@media screen and (max-width: 1024px) {
	.p-pageNameMobile-flexbox{
		gap: 30px;
	}
	.p-pageNameMobile-flexbox .item:last-of-type{
		transform: translateY(3px);
	}
}
@media screen and (max-width: 767px) {
	.p-pageNameMobile-flexbox .item:last-of-type{
		transform: translateY(0);
	}
}
@media screen and (max-width: 565px) {
	.p-pageNameMobile-flexbox{
		gap: 10px;
	}
}
.p-pageNameMobile-flexbox .item-name{
	font-size: 22px;
	font-weight: 700;
	color: #009c3a;
}
@media screen and (max-width: 1024px) {
	.p-pageNameMobile-flexbox .item-name{
		font-size: 16px;
	}
}
@media screen and (max-width: 565px) {
	.p-pageNameMobile-flexbox .item-name{
		font-size: 10px;
	}
}

.p-pageNameMobile-flexbox .item-image{
	margin-bottom: 0;
}
@media screen and (max-width: 565px) {
	.p-pageNameMobile-flexbox .item-image{
		max-width: 200px;
		margin: 0 auto;
	}
}
.p-mt5Mobile .c-ttl01__head{
	font-size: 23px;
}
@media screen and (max-width: 565px) {
	.p-mt5Mobile .c-ttl01__head{
		font-size: 18px;
	}
}
.p-mt5Mobile  .p-mt5Desktop__why{
	padding-bottom: 40px;
}
.p-mt5Mobile__android{
	padding: 60px 0;

}
.c-ttl02{
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	color: #009c3a;
}
@media screen and (max-width: 767px) {
	.c-ttl02{
		font-size: 28px;
	}
}
@media screen and (max-width: 565px) {
	.c-ttl02{
		font-size: 22px;
	}
}
.p-mt5Mobile .txt01{
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.p-mt5Mobile .txt01{
		font-size: 14px;
	}
}
.p-mt5Mobile .txt01 strong{
	font-weight: bold;
}
.p-mt5Mobile .c-cta{
	max-width: 700px;
	align-items: center;
	display: flex;
}
@media screen and (max-width: 565px) {
	.p-mt5Mobile .c-cta{
		gap: 20px;
	}
}
.p-mt5Mobile .c-cta p:first-of-type{
	width: 45%;
}
.p-mt5Mobile .c-cta p:last-of-type{
	width: 55%;
}
.p-mt5Mobile  .c-btn{
	font-size: 18px;
}
@media screen and (max-width: 565px) {
	.p-mt5Mobile  .c-btn{
		font-size: 12px;
	}
}
.android-box{
	margin-top: 50px;
}
.android-box .c-note{
	text-align: center;
}
.c-cta__android:hover img{
	opacity: 0.65;
}
.p-mt5Mobile__ios{
	padding: 60px 0;
	background: url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/09/bg.png) no-repeat center;
	background-size: cover
}
.p-mt5Mobile .p-mt5Desktop__open{
	background: #f8f5f5;
}