@charset "UTF-8";

/* ==========================================================================
   見積り代行サービス ページ専用スタイル
   ========================================================================== */

.estimate_agency_page {
	line-height: 1.4;
	color: #000000;
    overflow-x: hidden;
    font-family: Zen Maru Gothic;
}

.estimate_agency_page .bottom_banners {
	display: none;
}

/* 共通パーツの調整 */
.estimate_agency_page .common-text_line {
    line-height: 1.2;
	color: #000000;
    display: block;
}

.estimate_agency_page .accent-text_line {
	line-height: 1.2;
	color: #515AFF;
    display: block;
}

.estimate_agency_page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.3s;
    min-width: 240px;
}

.estimate_agency_page .btn-primary {
    background-color: #515AFF;
    color: #fff;
	border-radius: 30.5px;
}

.estimate_agency_page .btn-secondary {
    background-color: #fff;
    color: #515AFF;
    border: 2px solid #515AFF;
	border-radius: 30.5px;
}

.estimate_agency_page .btn:hover {
    opacity: 0.8;
}

/* --- ヒーローセクション --- */
.estimate_agency_page .hero {
    padding: 50px 5% 80px;
    background-color: #f8f9fa;
    background-size: cover;
    background-position: center;
    text-align: left;
	line-height: 1.4;
}

.estimate_agency_page .hero-content {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.estimate_agency_page .hero-title {
	color: #000000;
    font-size: 64px;
	font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.estimate_agency_page .hero-mobile {
	display: none;
}

.estimate_agency_page .hero-mobile-title {
	color: #000000;
    font-size: 64px;
	font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.estimate_agency_page .hero-desc {
    max-width: 800px;
    margin-bottom: 40px;
    font-size: 20px;
	font-weight: 400;
}

.estimate_agency_page .hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content: center;
    margin-top: 30px;
}

.estimate_agency_page .hero-actions a{
	box-shadow: 0px 4px 4px 0px #00000080;
	font-size: 1.2rem;
}

/* --- 選ばれる理由セクション --- */
.estimate_agency_page .reasons {
    padding: 80px 5%;
    background-color: #fff;
}

.estimate_agency_page .reasons-subtitle {
	font-size: 20px;
    text-align: center;
	margin-top: 20px;
    margin-bottom: 60px;
	font-weight: 400;
    color: #000000;
}

.estimate_agency_page .reasons-list-row1 {
    display: flex;
    gap: 60px 45px;
    list-style: none;
    padding: 0;
}

.estimate_agency_page .reasons-list-row2 {
    display: flex;
	justify-content: center;
	margin-top: 12vh;
    gap: 60px 45px;
    list-style: none;
    padding: 0;
}

.estimate_agency_page .reasons-item {
	max-width: 30vw;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 1px;
    text-align: center;
	box-shadow: 0px 4px 4px 0px #00000080;
	font-weight: 500;
	font-size: 20px;
	position: relative;
}

.estimate_agency_page .reasons-item h3 {
    margin: 45px 0 35px;
}

.estimate_agency_page .reasons-item .reasons-icon {
    display: flex;
    background-color: #515AEA;
    height: 85px;
	width: 85px;
    padding: 10px;
    border-radius: 50%;
	align-items: center;
    justify-content: center;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}

/* --- データ活用セクション --- */
.estimate_agency_page .experience-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
	margin-bottom: 50px;
}

.estimate_agency_page .experience-row img {
	height: 302px;
	width: auto;	
}

.estimate_agency_page .experience-intro {
	font-size: 1.2rem;
	flex: 1;
}

.estimate_agency_page .experience-intro p {
	margin-bottom: 20px;
}

.estimate_agency_page .experience-intro-img {
	flex: 1.2;
	display: flex;
	justify-content: flex;
	justify-content: center;
	align-items: center;
}

.estimate_agency_page .experience-data {
    padding: 80px 5%;
    background-color: #D9E0F2;
}

.estimate_agency_page .experience-grid_right {
	font-size: 1.2rem;
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
	flex: 1;
	justify-content: flex-start;
}

.estimate_agency_page .experience-grid_right h4 {
	font-weight: 700;	
}

.estimate_agency_page .experience-grid_left {
	font-size: 1.2rem;
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
	flex: 1;
	justify-content: flex-end;
}

.estimate_agency_page .experience-grid_left h4 {
	font-weight: 700;	
}

.estimate_agency_page .experience-grid-img_right {
	display: flex;
	justify-content: flex;
	justify-content: flex-end;
	align-items: center;
}

.estimate_agency_page .experience-grid-img_left {
	display: flex;
	justify-content: flex;
	justify-content: flex-start;
	align-items: center;
}

.estimate_agency_page .experience-grid li {
	list-style: none;
	font-size: 1.3rem;
    padding: 10px;
}

.estimate_agency_page .experience-grid h4 {
	font-weight: 500;
	font-size: 1.4rem;
    margin-bottom: 10px;
}

/* --- メッセージセクション --- */
.estimate_agency_page .message {
    padding: 120px 5%;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.estimate_agency_page .message-box {
    position: relative;
    width: 70%;
	min-height: 700px;
    margin: 0 auto;
    text-align: left;
	padding: 20px;
	border-radius: 40px;
	background-position: center;
    background-size: cover;
}

.estimate_agency_page .message-inner {
	margin-top: 5%;
	margin-left: 5%;
	width: 70%;
}

.estimate_agency_page .message-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #fff;
}

.estimate_agency_page .message-box p {
    font-size: 1.2rem;
}

/* --- CTAセクション --- */
.estimate_agency_page .cta {
    text-align: center;
    background-color: #5686FF;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 10%;
}

.estimate_agency_page .cta .cta_left {
	color: white;
	margin-top: 2vh;
    margin-bottom: 2vh;
	margin-left: 1%;
	margin-right: 1%;
}

.estimate_agency_page .cta .cta_right {
	margin: 0;	
	width: 300px;
    height: -webkit-fill-available;
	background-size: cover;
	display: flex;
}

.estimate_agency_page .cta .cta_right p{
	font-size: 1.1rem;
	margin-top: auto;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: 5%;
}

.estimate_agency_page .cta-title {
    font-size: 1.8rem;
	font-weight: 700;
    margin-bottom: 20px;
}

.estimate_agency_page .cta-title-mobile {
    display: none;
}

.estimate_agency_page .cta-desc {
    font-size: 1.4rem;
}

.estimate_agency_page .cta-desc-second {
    font-size: 1.4rem;
}

.estimate_agency_page .cta-desc-mobile {
    display: none;
}

.estimate_agency_page .cta-action {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 22px;
	box-shadow: 0px 4px 4px 0px #00000040;
	background: #FFFFFF33;
	width: 457px;
	height: 125px;
	color: #fff;
	cursor: pointer;
}

.estimate_agency_page .cta-action :hover {
	box-shadow: 0px 2px 2px 0px #00000040;
}

.estimate_agency_page .cta-action_title {
	font-weight: 700;
}

/* --- レスポンス対応 --- */
@media (max-width: 768px) {
	.estimate_agency_page .hero { padding: 0px; }
	.estimate_agency_page .hero-mobile { display: block; height: 35vh; display: flex; background-position: center; }
	.estimate_agency_page .hero-mobile-filter { width: 100%; height:100%; background-color: rgba(255,255,255,0.4); display: flex;}
	.estimate_agency_page .hero-mobile-title { font-size: 32px; margin: auto;}
	.estimate_agency_page .hero-desc { margin-bottom: 0px; padding: 15px; }
	.estimate_agency_page .hero-content { flex-direction: column; gap: 0px; }
	.estimate_agency_page .hero-light img { display: none; padding: 15px; }
    .estimate_agency_page .hero-title { display: none; }
	.estimate_agency_page .common-normal_title_second { margin-bottom: 20px; }
    .estimate_agency_page .reasons-list { grid-template-columns: 1fr; }
	.estimate_agency_page .reasons-list-row1 { flex-direction: column; }
	.estimate_agency_page .reasons-list-row2 { flex-direction: column; }
	.estimate_agency_page .reasons-item { max-width: none; }
	.estimate_agency_page .experience-data { padding: 40px 5%; }
    .estimate_agency_page .experience-grid { grid-template-columns: 1fr; }
	.estimate_agency_page .row1 { flex-direction: column; }
	.estimate_agency_page .row2 { flex-direction: column-reverse; }
	.estimate_agency_page .row3 { flex-direction: column; }
	.estimate_agency_page .message { padding: 0px; }
	.estimate_agency_page .message-box { width: 100%; border-radius: 0px; min-height: 600px; }
	.estimate_agency_page .message-inner { margin-left: auto; width: auto; }
	.estimate_agency_page .cta { flex-direction: column-reverse; }
	.estimate_agency_page .cta .cta_left { width: 90%; margin: auto;}
	.estimate_agency_page .cta .cta_left img { width: auto; }
	.estimate_agency_page .cta .cta_right { padding-top: 10%; aspect-ratio: 380/385; width: 100vw; background-size: auto; height: auto; flex-direction: column; }
	.estimate_agency_page .cta-title { display: none; }
	.estimate_agency_page .cta-desc { display: none; }
	.estimate_agency_page .cta-title-mobile { display: block; }
	.estimate_agency_page .cta-desc-mobile { display: block; font-size: 0.9rem; }
	.estimate_agency_page .cta-action { width: 280px; height: 100px; }
    .estimate_agency_page .flow-steps { grid-template-columns: 1fr; }
    .estimate_agency_page .btn { width: 80%; }
}