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

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

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}
.c-btn01 {
	text-align: center;
	max-width: 200px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #004aad;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.c-btn01 {
		max-width: 150px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 8px;
		font-size: 15px;
	}
}
.c-btn01:hover{
	opacity: 0.65;
	color: #fff !important;
}

.c-btn01.-style2{
	color: #004aad;
	background: #dadde5;
}
.c-ttl01{
	font-size: 36px;
	font-weight: bold;
	color: #004aad;
}
@media screen and (max-width: 767px) {
	.c-ttl01{
		font-size: 22px;
	}
}
.c-ttl02{
	font-size: 26px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.c-ttl02{
		font-size: 20px;
	}
}
.txt-blue{
	color: #004aad;
}
.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-social{
	color: #000;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-social{
		font-size: 14px;
	}
}
.p-social-intro{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-social-intro{
		display: block;
	}
}
.p-social-intro__image{
	width: 45%;
}
@media screen and (max-width: 767px) {
	.p-social-intro__image{
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
}
.p-social-intro__image img{
	margin: 0 auto;
	display: block;
}
.p-social-intro__desc{
	width: 55%;
	padding-left: 40px;
}
@media screen and (max-width: 767px) {
	.p-social-intro__desc{
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}
.p-social-intro__desc .list-btn{
	max-width: 340px;
	width: 100%;
	margin: 30px auto 0;
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
}
@media screen and (max-width: 767px) {
	.p-social-intro__desc .list-btn{
		gap: 10px;
	}
}
.p-social-intro__desc .list-btn li{
	margin-left: 0;
}
.p-social-intro__desc .txt01{
	font-size: 15px;
	margin-bottom: 20px;
}
.p-social-intro__desc .txt02{
	font-size: 12px;
}
.social-box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.social-box{
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}
.social-box__item{
	position: relative;
}

.social-box__item .inside{
	padding: 30px 25px;
	height: 100%;
	background: #eff0f2;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.social-box__item .inside{
		padding: 15px;
	}
}
.social-box__item:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cad0d6;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9;
}
@media screen and (max-width: 767px) {
	.social-box__item:before{
		width: 6px;
		height: 6px;
		top: 10px;
		right: 10px;
	}
}
.social-box__item:after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cad0d6;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9;
}
@media screen and (max-width: 767px) {
	.social-box__item:after{
		width: 6px;
		height: 6px;
		top: 10px;
		left: 10px;
	}
}
.social-box__item .inside:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cad0d6;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
}
@media screen and (max-width: 767px) {
	.social-box__item .inside:before{
		width: 6px;
		height: 6px;
		bottom: 10px;
		left: 10px;
	}
}
.social-box__item .inside:after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cad0d6;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 9;
}
@media screen and (max-width: 767px) {
	.social-box__item .inside:after{
		width: 6px;
		height: 6px;
		bottom: 10px;
		left: 10px;
	}
}
.social-box__item .ttl{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 12px;
	min-height: 45px;
}
@media screen and (max-width: 767px) {
	.social-box__item .ttl{
		font-size: 16px;
		min-height: 0;
	}
}
.how-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.how-list{
		display: block;
	}
}
.how-list-item{
	padding: 15px;
	border: 4px solid #c7d0d8;
}
@media screen and (max-width: 767px) {
	.how-list-item{
		margin-bottom: 20px;
	}
}
.how-list .lbl-num{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	background: #004aad;
}
@media screen and (max-width: 767px) {
	.how-list .lbl-num{
		margin-bottom: 5px;
	}
}
.c-subHead{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.c-subHead{
		font-size: 18px;
		margin-bottom: 5px;
	}
}
.how-card{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.how-card{
		display: block;
	}
}
.how-card ul{
	list-style-type: disc;
}
.how-card-item{
	padding: 20px;
	background: #edf1f6;
}
@media screen and (max-width: 767px) {
	.how-card-item{
		margin-bottom: 20px;
	}
}
.how-gallery{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.how-gallery img{
	width: auto;
	margin: auto;
	height: 100%;
}
.how-lst{
	max-width: 450px;
	margin: 0 auto;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.how-lst{
		max-width: 100%;
	}
}
.how-lst .c-btn01{
	margin: 0 auto;
	max-width: 150px;
}
.how-lst li{
	padding-left: 20px;
	position: relative;
	margin-left: 0;
}
.how-lst li:before{
	content: "";
	width: 25px;
	height: 25px;
	background: url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/11/icon-check.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: -8px;
	top: 0;
}
.how-lst li a{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}








