*,
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: 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 {
	max-width: 350px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 16px 10px 16px 26px;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 0.05em;
	background: #096cb7;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 40px;
	position: relative;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.c-btn01 {
		max-width: 250px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 15px 20px;
		font-size: 15px;
	}
}
.c-btn01:before{
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #096cb7 url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/10/icon-double.png) no-repeat center;
	background-size: 25px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.c-btn01:before{
		width: 30px;
		height: 30px;
		background-size: 20px;
	}
}
.c-btn01:hover {
	opacity: .65;
	color: #fff;
	text-decoration: none;
}
.c-btn01--style2{
	background: #dbe4f1;
	color: #096cb7;
}
.c-btn01--style2:hover{
	color: #096cb7;
}
.c-btn01--style2:after{
	content: "";
	width: 100%;
	height: 100%;
	border-bottom: 5px solid;
	position: absolute;
	bottom: -5px;
	left: 0;
	border-radius: 40px;
}
.c-ttl01 {
	font-size: 40px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 19px;
		margin-bottom: 20px;
	}
}

.c-ttl01--center{
	text-align: center;
}
.c-ttl01.mb0{
	margin-bottom: 0;
}

.bg-layout{
	background: #dbe4f1;
}

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

.p-analystIntro{
	padding: 50px 0 100px;
	background: url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/10/bg-tool-analyst-scaled.jpg) no-repeat top center;
	background-size: 100% auto;
}
@media screen and (max-width: 767px) {
	.p-analystIntro{
		padding: 30px 0 60px;
	}
}
.image-head{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.image-head{
		margin-bottom: 30px;
	}
}
.image-head img{
	mix-blend-mode: multiply;
}

.p-analystIntro__desc{
	max-width: 600px;
	margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
	.p-analystIntro__desc{
		margin-bottom: 40px;
	}
}
.p-analystIntro__desc p{
	margin-bottom: 30px;
	font-size: 18px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-analystIntro__desc p{
		margin-bottom: 20px;
		font-size: 16px;
	}
}
.p-analystIntro__desc ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px;
	list-style-type: none;
	margin: 0 !important;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.p-analystIntro__desc ul{
		display: block;
	}
}
.p-analystIntro__desc ul li{
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	.p-analystIntro__desc ul li{
		margin-bottom: 15px !important;
	}
}
.c-tool{
	max-width: 1000px;
	margin: 60px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.c-tool{
		flex-direction: column;
		margin: 30px auto 50px;
		gap: 0;
	}
}
.c-tool.reverse{
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.c-tool.reverse{
		flex-direction: column;
	}
}
.c-tool__image{
	width: 55%;
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-tool__image{
		width: 100%;
	}
}
.c-tool__image:before{
	content: "";
	display: block;
	padding-top: 65%;
}
.c-tool__image img{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	object-fit: contain;
}

.c-tool__desc{
	width: calc(45% - 25px);
	padding: 25px 50px;
	background: #fff;
	border-radius: 35px;
}
@media screen and (max-width: 1024px) {
	.c-tool__desc{
		padding: 25px;
	}
}
@media screen and (max-width: 767px) {
	.c-tool__desc{
		width: 100%;
		padding: 20px 30px;
		margin-bottom: 10px;
		border-radius: 25px;
	}
}
.c-tool__desc .label{
	display: inline-block;
	border-radius: 30px;
	padding: 6px 30px;
	background: #dbe4f1;
	color: #005596;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-tool__desc .label{
		font-size: 16px;	
		margin-bottom: 15px;
		padding: 6px 20px;
	}
}
.c-tool__desc .ttl{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 23px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-tool__desc .ttl{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
.c-tool__desc .txt{
	color: #000;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.c-tool__desc .txt{
		font-size: 15px;
	}
}
.c-tool--style2 .c-tool__image{
	width: 45%;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.c-tool--style2 .c-tool__image{
		width: 100%;
	}
}
.c-tool--style2 .c-tool__desc{
	width: calc(55% - 25px);
}
@media screen and (max-width: 767px) {
	.c-tool--style2 .c-tool__desc{
		width: 100%;
	}
}
.c-tool--style2 .c-tool__desc .ttl{
	text-align: left;
}

.c-listTool{
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 40px 60px;
	background: #fff;
	border-radius: 35px;
}
@media screen and (max-width: 767px) {
	.c-listTool{
		margin-bottom: 30px;
		padding: 30px 30px 20px;
		border-radius: 25px;
	}
}
.c-listTool h3{
	font-size: 38px;
	color: #000;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.c-listTool h3{
		font-size: 23px;
		margin-bottom: 20px;
	}
}
.c-listTool ul{
	list-style-type: disc;
	margin-bottom: 20px;
	padding-left: 0;
}
.c-listTool ul li{
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0;
	color: #000;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.c-listTool ul li{
		margin-bottom: 10px;
		font-size: 16px;
	}
}
.c-listTool a{
	max-width: 290px;
	text-align: center;
	padding-right: 20px;
	margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
	.c-listTool a{
		max-width: 220px;
		margin: 0 auto 20px;
	}
}
.underline{
	text-decoration: underline;
}
.txt-small{
	font-size: 15px;
	color: #000;
}
.list-none{
	list-style-type: none !important;
}
.c-listTool__cont{
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.c-listTool__cont{
		display: block;
	}
}
.c-listTool__cont ul{
	width: 60%;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.c-listTool__cont ul{
		width: 100%;
	}
	.c-listTool__cont ul li{
		margin-left: 0;
	}
}
.c-listTool__cont p{
	width: 40%;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.c-listTool__cont p{
		width: 100%;
	}
}
.c-listTool__cont p .c-btn01{
	margin-bottom: 0;
}
.image-box {
	max-width: 1000px;
	margin: 0 auto;
}
.image-box img{
	display: block;
	width: 100%;
}



/* TC Alpha */
.p-alpha{
	padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
	.p-alpha{
		padding: 30px 0 50px;
	}
	.p-alpha .wcm{
		width: 100%;
	}
	.p-alpha .c-tool{
		margin-bottom: 30px;
	}
	.p-alpha .c-tool__desc{
		padding: 0 20px;
	}
}
.p-alphaHead{
	max-width: 600px;
	text-align: center;
	margin:0 auto 60px;
	color: #24314d;
}
@media screen and (max-width: 767px) {
	.p-alphaHead{
		max-width: 100%;
		margin-bottom: 10px;
	}
}
.p-alphaHead p{
	margin-bottom: 0;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-alphaHead p{
		font-size: 15px;
	}
}
.p-alphaHead h2{
	font-size: 40px;
	text-shadow: 0 1px 2px #24314d
}
@media screen and (max-width: 767px) {
	.p-alphaHead h2{
		font-size: 26px;
	}
}
.p-alphaKey{
	display: flex;
	flex-direction: column;
	max-width: 1000px;
	background: url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/10/bg-tca.png) no-repeat center;
	background-size: cover;
	margin: 40px auto;
	border-radius: 35px;
	padding: 40px;
}
@media screen and (max-width: 767px) {
	.p-alphaKey{
		display: block;
		margin: 0 auto 50px;
		border-radius: 0;
		padding: 50px 20px 25px;
	}
}
.p-alphaKey .c-ttl01{
	font-size: 33px;
}
@media screen and (max-width: 767px) {
	.p-alphaKey .c-ttl01{
		font-size: 26px;
	}
}
.p-alphaKey-list .box-item{
	max-width: 450px;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50px;
	background: #fff;
	padding: 13px 30px;
	color: #000;
}
@media screen and (max-width: 1024px) {
	.p-alphaKey-list .box-item{
		max-width: 380px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.p-alphaKey-list .box-item{
		max-width: 100%;
		margin-bottom: 20px;
	}
}
.p-alphaKey-list .box-item:nth-child(2n){
	margin-left: auto;
}
.p-alphaKey-list .box-item h4{
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-alphaKey-list .box-item h4{
		font-size: 16px;
	}
}
.p-alphaKey-list .box-item p{
	margin-bottom: 0;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-alphaKey-list .box-item p{
		font-size: 14px;
	}
}
.btn-tca{
	max-width: 650px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.btn-tca{
		padding: 0 20px;
	}
}
.btn-tca__cont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.btn-tca__cont{
		display: block;
	}
}
.btn-tca__cont .c-btn01{
	text-align: center;
	display: flex;
	align-items: center;
	max-width: 300px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.3;
	padding: 8px 40px 12px;
}
@media screen and (max-width: 767px) {
	.btn-tca__cont .c-btn01{
		font-size: 17px;
		min-height: 67px;
		padding: 8px 60px 12px;
	}
}
.btn-tca__cont .c-btn01--style3{
	color: #000;
	background: #a2c8ff;
}
.btn-tca__cont .c-btn01:before{
	background: #096cb7 url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/10/icon-arrow03.png) no-repeat center;
	background-size: 40px;
	margin-top: -4px;
}
@media screen and (max-width: 767px) {
	.btn-tca__cont .c-btn01:before{
		margin-top: -3px;
		right: 12px;
	}
}
.btn-tca__cont .c-btn01--style3:before{
	background: #a2c8ff url(https://hiroseag.com/wp/staging/wp-content/uploads/2025/10/icon-double2.png) no-repeat center;
	background-size: 40px;
}
.btn-tca__cont .c-btn01:after{
	content: "";
	width: 100%;
	height: 100%;
	border-bottom: 8px solid #005596;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-radius: 40px;
}
.btn-tca__cont .c-btn01--style3:after{
	border-bottom: 8px solid #f2f2f2;
}
.btn-tca__txt{
	font-size: 19px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.btn-tca__txt{
		font-size: 15px;
	}
}


.c-btn01--more{
	max-width: 200px;
}

.c-tool__image video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: fill;
	top: 0;
	left: 0;
}











