@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


.d-main {
	padding-bottom: 0px;
	margin-top: 0px;
    min-height: 0px;
}

.b-parts.HTMLParts1-1{
	margin-top: 0px;
}

@media (max-width: 480px) {
	.b-parts.HTMLParts1-1{
		width:100%
	}

}

br.sp_show{
	display: none;
}

/* =========================================
	ファーストビュー部分
========================================= */
#bousai_area .hero-container {
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 20px 10px;
	box-sizing: border-box;
	background-image: url(bg.png);
	background-size: cover;
	color: #333;
}

#bousai_area .main-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#bousai_area .text-section {
	flex: 1;
	margin-top: 4rem;
	margin-left: 7rem;
	padding-right: 10px;
}

#bousai_area .sub-copy {
	font-size: 3.6rem;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 400;
}

#bousai_area .orange-text {
	color: #f36c00;
}

#bousai_area .main-title {
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1.2;
	margin-top: 25px;
}

#bousai_area .service-name {
	color: #00875c;
	font-size: 5.2rem;
}

#bousai_area .service-type {
	display: block;
	color: #f36c00;
	font-size: 6.7rem;
	letter-spacing: 1px;
	font-weight: 700;
}

#bousai_area .description {
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 400;
}

#bousai_area .cv-card {
	background: #fffef3;
	padding: 50px 30px;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	width: 500px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-right: 7rem;
	margin-top: 11rem;
}

#bousai_area .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 700;
	font-size: 2rem;
	transition: 0.3s ease-in-out;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border: 2px solid #f36c00;
}

#bousai_area .btn-orange:hover {
	cursor: pointer;
	opacity: 1;
	background-color: #fff;
	color: #f36c00;
	border: 2px solid #f36c00;
	transition: transform 0.5s;
}
#bousai_area .btn-white:hover {
	cursor: pointer;
	opacity: 1;
	color: #FFF;
	border: 2px solid #5ab699;
	background-color: #5ab699;
}

#bousai_area .btn img {
	width: 35px;
	margin-right: 15px;
	transition: 0.3s ease-in-out;
}

#bousai_area .btn-orange {
	background-color: #f36c00;
	color: white;
}

#bousai_area .btn-white {
	background-color: white;
	color: #00875c;
	border: 2px solid #00875c;
	position: relative;
}

#bousai_area .stats-area {
	background: #fff;
	border-radius: 15px;
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 5rem 7rem 2rem 7rem;
}

#bousai_area .stats-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 10px;
}

#bousai_area .stat-item {
	text-align: center;
	padding: 0 5.5%;
}

#bousai_area .stat-divider {
	width: 2px;
	height: 110px;
	background-color: #ccc;
}

#bousai_area .stat-label {
	font-size: 2.5rem;
	display: block;
}

#bousai_area .stat-value {
	font-size: 6rem;
	font-weight: 700;
	color: #f36c00;
	line-height: 0.9;
}

#bousai_area .stat-unit {
	font-size: 3rem;
	color: #003300;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

#bousai_area .stats-footer {
	font-weight: 700;
	font-size: 3rem;
	color: #003300;
	line-height: 1;
}
@media (max-width: 1280px) {

		#bousai_area .sub-copy {
		font-size: 3rem;
		margin-bottom: 15px;
	}

	#bousai_area .service-name {
		font-size: 4.6rem;
	}

	#bousai_area .service-type {
		font-size: 5.6rem;
	}

	#bousai_area .description {
		font-size: 3rem;
	}
	#bousai_area .cv-card {
    width: 450px;
	}
}

@media (max-width: 768px) {
		br.sp_show{
		display: block;
	}
	#bousai_area .hero-container {
		padding: 30px 0px;
	}

	#bousai_area .main-content {
		flex-direction: column;
		align-items: center;
	}

	#bousai_area .text-section {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	    margin-top: 0; 
	    margin-left: 0;
		
	}

	#bousai_area .sub-copy {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	#bousai_area .service-name {
		font-size: 3rem;
	}

	#bousai_area .service-type {
		font-size: 2.2rem;
	}

	#bousai_area .description {
		font-size: 1.8rem;
	}

	#bousai_area .cv-card {
		width: 100%;
		padding: 30px 20px;
		gap: 20px;
		box-sizing: border-box;
		margin: 0;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	}

	#bousai_area .btn {
		font-size: 1.75rem;
		padding: 15px 10px;
	}

	#bousai_area .stats-area {
		margin: 3rem 0 0 0;
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}

	#bousai_area .stat-item {
		padding: 0 15px;
	}

	#bousai_area .stat-label {
		font-size: 1.8rem;
		padding-bottom: 5px;
	}

	#bousai_area .stat-value {
		font-size: 4rem;
        line-height: 0.6;		
	}

	#bousai_area .stat-unit {
		font-size: 2rem;
	}

	#bousai_area .stat-divider {
		height: 70px;
	}

	#bousai_area .stats-footer {
        font-size: 1.6rem;
        text-align: center;
        margin-top: 0px;
        line-height: 1.5;
        font-weight: 500;
	}

	#bousai_area .text-section {
		margin-top: 0;
		margin-left: 0;
	}
	#bousai_area .main-title {
		margin-top: 0;
		margin-bottom: 15px;
	}

	#bousai_area .service-type {
		font-size: 3.2rem;
		font-weight: 800;
	}

	#bousai_area .sub-copy {
		font-size: 1.8rem;
	}

	#bousai_area .stats-flex {
		flex-direction: column;
		gap: 10px;
	}

	#bousai_area .stat-divider {
		width: 90%;
		height: 1px;
	}
}

/* =========================================
           基本設定 (LPコンテンツ領域用)
========================================= */
#bousai_area img {
	max-width: 100%;
	height: auto;
	
}

#bousai_area .lp-container {
	/* max-width: 1000px; */
	margin: 0 auto;
	padding: 60px 0px;
	background-color: #fcfbee;
}

#bousai_area .section-title {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	color: #444;
	margin-bottom: 60px;
	position: relative;
	z-index: 10;
}
#bousai_area .section-title::before {
    content: '';
    position: absolute;
    bottom: -55%;
    left: 54.5%;
    transform: translateX(-54.5%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(252,220,60,0.5);
    z-index: -1;
}
#bousai_area .section-title::after {
	content: '';
	position: absolute;
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #ffefcb;
	z-index: -2;
}

#bousai_area .section-subtitle {
	text-align: center;
	font-size: 2rem;
	color: #454545;
	margin-top: -20px;
	margin-bottom: 40px;
}

#bousai_area .img-ph {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	font-size: 1.5rem;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 20px;
	border-bottom: 1px dashed #f3c500;
}

#bousai_area .grid-3 {
	display: flex;
	gap: 20px;
	margin-top: 80px;
}

#bousai_area .grid-2 {
	display: flex;
	gap: 30px;
}

/* =========================================
           選ばれる理由 セクション
        ========================================= */
#bousai_area .reason-card {
	flex: 1;
	border: 2px solid #ffe800;
	padding: 20px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
}

#bousai_area .reason-card h3 {
	font-size: 2rem;
	font-weight: 600;
	color: #003300;
	margin-bottom: 15px;
}

#bousai_area .reason-card p {
	font-size: 16px;
	color: #454545;
	text-align: left;
	line-height: 1.8;
	margin: 0;
}

/* =========================================
           特徴（機能）セクション
        ========================================= */
#bousai_area .feature-wrapper {
	background-color: #ffffff7a;
	padding: 0px 20px;
	/* 連続するセクション間の余白がない場合は margin-bottom は不要です */
	padding-top: 60px;
}

#bousai_area .feature-wrapper.last-wrapper {
	position: relative;
	/*! margin-bottom: 50px; */
	/* 三角形がはみ出す分の余白 */
	padding-bottom: 60px;
}

#bousai_area .feature-wrapper.last-wrapper::after {
	/*! content: ''; */
	/*! position: absolute; */
	/*! bottom: -50px; */
	/*! left: 50%; */
	/*! transform: translateX(-50%); */
	/*! width: 0; */
	/*! height: 0; */
	/*! border-left: 50vw solid transparent; */
	/*! border-right: 50vw solid transparent; */
	/*! border-top: 50px solid #FFE800; */
	/*! z-index: 10; */
}

#bousai_area .feature-inner {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ffe800;
	padding: 30px 50px 50px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	border-radius: 12px;
}

#bousai_area .feature-header {
	margin-bottom: 20px;
}

#bousai_area .feature-sub {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

#bousai_area .feature-num {
	font-size: 3.5rem;
	color: #444444;
	font-weight: 500;
	margin-right: 15px;
}

#bousai_area .feature-sep {
	color: #444444;
	margin-right: 15px;
	font-size: 3.2rem;
}

#bousai_area .feature-subtext {
	font-size: 2.5rem;
	color: #444444;
	font-weight: 500;
}

#bousai_area .feature-main-title {
	font-size: 3.5rem;
	font-weight: 700;
	color: #444;
	margin: 0;
	border-radius: 50px;
}

#bousai_area .feature-card {
	flex: 1;
	padding: 15px 30px;
	text-align: center;
	border-radius: 12px;
	background-color: #fff;
}

#bousai_area .feature-card h4 {
	font-size: 2rem;
	color: #222;
	margin-bottom: 15px;
	line-height: 1.5;
}

#bousai_area .feature-card h4 span {
	display: block;
	color: #f36c00;
	font-weight: 700;
}

#bousai_area .feature-card p {
	font-size: 16px;
	color: #454545;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 10px;
}

#bousai_area .feature-card .note {
	font-size: 1.25rem;
	color: #454545;
}

#bousai_area .btn-wrap {
	text-align: right;
	margin-top: 30px;
}

#bousai_area .btn-detail {
	display: inline-block;
	background-color: #555;
	color: #fff;
	padding: 5px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 700;
	transition: opacity 0.3s;
	border: solid #555 2px;
	transition: 0.3s;
}
#bousai_area .feature-card .btn-detail {
    margin-bottom: 10px;
}
#bousai_area .btn-detail:hover {
	cursor: pointer;
	color: #444;
	background-color: #fff;
	border: solid #555 2px;
	transition: 0.3s;
}

/* =========================================
           導入事例 セクション
        ========================================= */
#bousai_area .case-card {
	flex: 1;
	border: 2px solid #ffe800;
	padding: 30px 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
}

#bousai_area .case-title {
	font-size: 1.75rem;
	font-weight: 600;
	color: #003300;
	margin-bottom: 20px;
	line-height: 1.5;
}

#bousai_area .case-company {
	font-size: 1.5rem;
	color: #454545;
	text-align: right;
	margin-bottom: 20px;
}

#bousai_area .case-text {
	font-size: 16px;
	color: #454545;
	line-height: 1.8;
	margin: 0;
}

#bousai_area .text-emp {
	color: #f36c00;
	font-weight: bold;
}

/* =========================================
           レスポンシブ対応 (スマホ用)
        ========================================= */
@media (max-width: 768px) {
	.wp_sp,.cont_wp{
		padding: 0 20px;
	}
	#bousai_area .lp-container {
		padding: 40px 0px;
	}
	#bousai_area .img-ph {
		margin-bottom: 10px;
	}
	#bousai_area .img-ph img{
		width: 65%;
	}
	#bousai_area .reason-card {
        padding: 0 15px 15px;
	}
	#bousai_area .reason-card h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#bousai_area .grid-3,
	#bousai_area .grid-2 {
		flex-direction: column;
		gap: 20px;
		margin-top: 0px;
	}

	#bousai_area .feature-wrapper {
		padding: 30px 20px 0;
	}
	#bousai_area .feature-wrapper.last-wrapper {
		position: relative;
		padding-bottom: 20px;
	}
	#bousai_area .feature-inner {
		padding: 20px;
	}
	#bousai_area .feature-sub {
		margin-bottom: 0px;
	}
	#bousai_area .feature-num {
		font-size: 2.8rem;
		margin-right: 8px;
	}
	#bousai_area .feature-sep {
		margin-right: 8px;
		font-size: 2.8rem;
	}

	#bousai_area .feature-subtext {
		font-size: 1.6rem;
	}

	#bousai_area .feature-main-title {
		font-size: 2rem;
		line-height: 1.625;
	}
	#bousai_area .feature-card {
		padding: 10px 15px 15px;
	}
	#bousai_area .feature-card h4 {
		font-size: 1.8rem;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	#bousai_area .btn-wrap {
		text-align: center;
	}
	#bousai_area .btn-detail {
		padding: 5px 40px;
		font-size: 1.4rem;
		display: block;
	}
	#bousai_area .section-title{
		font-size: 2.5rem;
        margin-bottom: 40px;
	}
	#bousai_area .section-title::before {
    content: '';
    position: absolute;
    bottom: -40%;
    left: 60%;
    transform: translateX(-60%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(252, 220, 60, 0.5);
    z-index: -1;
	}
	#bousai_area .section-title::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #ffefcb;
    z-index: -2;
	}

	#bousai_area .section-subtitle {
		text-align: center;
		font-size: 1.725rem;
		color: #454545;
		margin-top: -10px;
		margin-bottom: 30px;
	}
}
/* =========================================
           CTA（資料ダウンロード）セクション
        ========================================= */
        .cta-section {
            background: #ffe800; /* PDFイメージに近い黄色〜オレンジのグラデーション */
            padding: 60px 20px;
            text-align: center;
            margin-top: 40px;
        }

        .cta-section h2 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #444;
            margin: 0 0 20px 0;
        }

        .cta-section p {
            font-size: 2.1rem;
            color: #333;
            margin: 0 0 30px 0;
            font-weight: 500;
        }

        .cta-btn-group {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 15px 50px;
            border-radius: 100px;
            text-decoration: none;
            font-weight: 600;
            font-size: 2.1rem;
            transition: 0.5s;
            /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
            min-width: 320px;
            box-sizing: border-box;
        }

        .cta-btn-org { background-color: #f36c00; color: #fff; border: 2px solid #f36c00;}
        .cta-btn-wht { background-color: #fff; color: #00875c; border: 2px solid #00875c; }

		.cta-btn-wht:hover{
			cursor: pointer;
			opacity: 1;
			color: #FFF;
			border: 2px solid #5ab699;
			background-color: #5ab699;
		}
		.cta-btn-org:hover{
			cursor: pointer;
			color: #f36c00;
			background-color: #fff;
			border: 2px solid #f36c00;
			transition: 0.5s;
		}
		.cta-section img{
			width: 32px;
			margin-right: 15px;
			transition: 0.5s;
			}
		@media (max-width: 768px) {
			.cta-section {
				background: #ffe800;
				padding: 30px 20px;
				text-align: center;
				margin-top: 20px;
			}
			.cta-section h2{
				font-size: 2.3rem;
			}
			.cta-section p{
				font-size: 1.5rem;
				margin: 0 0 20px 0;
			}
		}

      /* =========================================
           よくあるご質問（FAQ）セクション
        ========================================= */
        .faq-section {
            max-width: 1000px; /* 2列になるため幅を少し広げます */
            margin: 0 auto;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        /* ↓ FAQを2列にするためのグリッド設定を追加 ↓ */
        .faq-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* 均等な2カラム */
            gap: 20px; /* カード同士の隙間 */
            margin-top: 80px;
        }

        .faq-item {
            border: 2px solid #ffe800;
            border-radius: 12px;
            padding: 30px 20px 70px 20px; /* 下部にリンクを置くための余白(60px)を確保 */
            background: #fff;
            position: relative;
            box-sizing: border-box;
            height: 100%; /* 高さを揃える */
        }

        .faq-q, .faq-a {
            display: flex;
            gap: 15px;
            line-height: 1.8;
        }

        .faq-q {
            font-weight: 700;
            font-size: 16px;
            color: #444;
            margin-bottom: 15px;
        }

        .faq-q::before {
            content: 'Q.';
            color: #f36c00;
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1;
        }

        .faq-a {
            font-size: 16px;
            color: #454545;
            margin-bottom: 10px;
        }

        .faq-a::before {
            content: 'A.';
            color: #00875c;
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1;
        }

        .faq-link {
            position: absolute;
            bottom: 15px;
            right: 20px;
            text-decoration: none;
            font-size: 1.5rem;
            font-weight: 500;
            background-color: #555555;
            color: #fff;
            padding: 7px 30px;
            border-radius: 30px;
            transition: 0.3s;
            margin: 0px 0 10px;
        }

        .faq-link::before {
            margin-right: 5px;
        }

        .faq-link:hover {
            cursor: pointer;
            color: #555;
            background-color: #ffe800;
            transition: 0.3s;
        }

/* ↓ レスポンシブ追加調整（スマホ用） ↓ */
        @media (max-width: 768px) {

            .cta-btn-group { flex-direction: column; align-items: center; gap: 20px; }
            .cta-btn {width: 100%;min-width: auto;font-size: 1.75rem;}
			.faq-section {
				padding-top: 40px;
				padding-bottom: 40px;
			}

            .faq-grid {
                grid-template-columns: 1fr; 
                gap: 20px;
				margin-top: 0px;
            }
            .faq-item {
                padding: 20px;
                margin-bottom: 0;
                margin-top: 0px;
            }
            .faq-a {
                margin-bottom: 35px;
            }
            .faq-link {
                position: static;
                display: block;
                text-align: center;
                 /* 回答文とリンクの間の余白 */
                /* margin: 25px 0; */
            }
        }

/*  */
.cta-section h2{
  position: relative;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.cta-section h2:before,.cta-section h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 15px;
  height: 100%;
  display: inline-block;
}
.cta-section h2:before {
  border-left: solid 2px #444;
  border-top: solid 2px #444;
  border-bottom: solid 2px #444;
  left: 0;
}
.cta-section h2:after {
  content: '';
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  border-bottom: solid 2px #444;
  right: 0;
}

#bousai_area .cont_wp {
    max-width: 1000px;
    margin: 0 auto;
}

#bousai_area .feature-wrapper .img-ph {
    border-bottom: 1px dashed #f4c601;
}

#bousai_area .btn-orange:hover img {
    filter: #000;
    filter: brightness(0) saturate(100%) invert(42%) sepia(60%) saturate(4696%) hue-rotate(16deg) brightness(111%) contrast(102%);
    transition: transform 0.5s;
}

.cta-btn-group .cta-btn-org:hover img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(60%) saturate(4696%) hue-rotate(16deg) brightness(111%) contrast(102%);
    transition: 0.5s;
}



.cta-btn-wht:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    transition: 0.5s;
}

p.section-subtitle + .grid-3 {
    margin-top: 30px !important;
}

#bousai_area .btn-white:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    transition: 0.5s;
}