@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =============================================
	footer
 =============================================== */

.l-content {
	margin-bottom: 0;
}

.w-beforeFooter {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.post_content .is-style-section_ttl.has-text-align-left.sp_center {
		text-align: center;
	}
}

/* =============================================
	top page
 =============================================== */

.post_content .top_h2 {
	font-size: 190%;
	font-weight: 500;
	line-height: 1.5;
	color: #8d5715;
	position: relative;
}

.post_content .top_h2::before {
	display: block;
	content: "";
	width: 40px;
	height: 30px;
	background: url(/wp-content/uploads/2025/10/h2_asset.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translateX(-50%);
}

.service .swl-has-mb--s {
	background: #ffffff;
}

.service .swl-has-mb--s:nth-child(6) {
	background: unset;
}

.post_content .service .is-style-section_ttl {
	margin: 2rem 0 1rem;
}

.service p {
	padding: 0 2rem;
}

.reason h3 {
	margin: 1rem auto;
}

.qa .swell-block-accordion__title {
	background: #ffffff;
}

.qa .swell-block-accordion__body {
	background: #f3f3f3;
}

@media screen and (max-width: 767px) {

	.sp_left {
		text-align: left;
	}

	.post_content .top_h2 {
		font-size: 140%;
	}
}

/* =============================================
	固定ページ共通
 =============================================== */

.post_content .bg_en {
	font-size: 130px;
}

.post_content .page_h2 {
	position: relative;
	color: #333333 !important;
	padding-left: 120px;
	font-size: 40px;
	font-weight: normal;
	margin-top: -385px;
}

.post_content .page_h2::before {
	display: block;
	content: "";
	background: #333333;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.post_content .bg_en {
		font-size: 60px;
	}

	.post_content .page_h2 {
		font-size: 25px;
		padding-left: 70px;
		margin-top: -185px;
	}

	.post_content .page_h2::before {
		width: 60px;
		height: 1px;
	}
}

/* =============================================
	会社案内
 =============================================== */

.overview {
	width: 80%;
	margin: 0 auto;
}

.post_content .overview dt:after {
	content: none;
}

.post_content .overview dt {
	padding: 1rem 0 1rem 1rem;
	border-bottom: 1px solid #dd9f42;
}

.post_content .overview dd {
	padding: 1rem 0 1rem 1rem;
	border-bottom: 1px solid #cccccc;
}

.post_content .overview dt:nth-child(7),
.post_content .overview dd:last-child {
	border-bottom: none;
}

.post_content .overview iframe {
	width: 100%;
	height: 300px;
	margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
	.overview {
		width: 100%;
	}

	.post_content .overview dt {
		width: 25%;
	}

	.post_content .overview dd {
		width: 75%;
	}

	.post_content .overview iframe {
		height: 160px;
	}
}