@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
*/

/*
main color : #274f8c
*/

@media screen and ( max-width: 768px ) {
	/* 問い合わせページ */
	.wpcf7-form input[type="submit"] { text-align: center; margin: 1.5em auto; display: block; }
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea { width: 95%; }
	body .post_content .wp-block-heading { padding: 0; }
	.sp_center, .sp_center [class*="is-style-btn_"] { text-align: center!important; }
}
@media screen and ( min-width: 769px ) {
	body .header_sub_menu .swell-block-columns__inner .swell-block-column {
		padding-left: 0; padding-right: 0; width: auto; 
	}
	.swell-block-columns__inner { margin-left: 0; justify-content: flex-end; }
	.swell-block-columns__inner .swell-block-columns__inner { gap: 8px; /* ボタン間の余白 */ }
	.wpcf7-form input[type="submit"] { margin-left: 2em; margin-top: 1.5em; }
	.layout_media_text .wp-block-media-text__content:nth-child(1) {
		margin-right: -200px; z-index: 10;
	}
	.layout_media_text .wp-block-media-text__content:nth-child(2) {
		margin-left: -170px;
	}
	.layout_media_text .wp-block-media-text__content {
		background: #fff; padding: 2em;
		box-shadow: 0 0px 20px rgba(0,0,0,0.1); 
	}
	.cta .wp-block-columns .wp-block-column:nth-child(2) img { margin-top: -150px; }
	.cta { margin-top: 200px; }
	.p-mainVisual__textLayer img { width: 70%; }
	body #main_content .post_content, body #main_content .l-mainContent .post_content { font-size: 20px; }
	.sp_only { display: none; }
}



.wpcf7-form input[type="submit"] { background: #0066CC; color: #fff; width: 150px; }


.index_namami .swell-block-column.swl-has-mb--s > p:last-of-type::before {
	content: "!"; display: inline-block; width: 18px; height: 18px;
	line-height: 18px; text-align: center; border-radius: 50%;
	background: #ffd700; color: #8a6d1d; font-weight: 800; font-size: 16px; margin-right: 5px;
}

.index_namami .wp-block-columns .swell-block-dl__dd { margin-left: 0; padding-left: 0; }
.index_namami .wp-block-columns { margin-bottom: 0; }
.index_namami .swell-block-column {
	background: #fff; border-radius: 1em; box-shadow: 0 0px 20px rgba(0,0,0,0.1);
	padding: 1.5em;
}


.service_list h3 { margin-top: 0em; }
.service_list img { width: 80%; text-align: center; }

.c-gnav a::after { background: #b50000; }
.c-gnav { height: 40px; }
.header_sub_menu a { color: #000; text-decoration: none; }
.header_sub_menu img { max-height: 42px; width: auto; }
.header_sub_menu .swell-block-columns__inner { margin-top: 12px; align-items: center; }

.w-footer__box #text-2 .c-widget__title.-footer {
	display: inline-flex; align-items: baseline; /* ← ベースライン基準 */
	gap: 8px; padding-left: 2.5em; padding-bottom: 0.1em; padding-top: 1em;
	margin-bottom: 1em;
}
.w-footer__box #text-2 .c-widget__title.-footer::before {
	content: ""; width: 29px; height: 39px; display: inline-block;
	background: url( //ais-shop.work/hogare/wp-content/uploads/logo-icon.png ) center / contain no-repeat;
	transform: translateY(-4px); /* 微調整（±2〜6pxで調整） */
}
.c-widget__title.-footer::after { content: none; }
.c-widget__title.-footer::before { content: none; }


.home .map img { border: 1px solid #cfd6e0; }
body #content .post_content h3 { margin-bottom: 1em; letter-spacing: 0.03em; }
body #content .post_content h2 { color:#1f2f45; font-size: 200%; background: none; padding-bottom: 0.5em; letter-spacing: 0.02em; text-align: center; }
body #content .post_content h2::before { content: none; }
body #content .post_content h2::after {
	content: '';
	border-top: none;
	border-bottom: 3px solid #274f8c;
	margin: 0 auto;
	bottom: 0;
	position: absolute;
	width: 190px;
	display: block; border-radius:2px;
	left: 50%;
	transform: translateX(-50%);
}




.bg_blue { background: linear-gradient(180deg,#274f8c 0%, #2f5ea8 100%)!important; }

body .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	background: repeating-linear-gradient(90deg, rgba(150,150,150,.2) 100%);
}

body .l-content { margin-bottom: 0em; }
.top #content { padding-top: 0em; }

.home .company .is-style-btn_line a:hover {
	background: none; border-color: #fff; color: #fff !important; transition-duration: 800ms;
}
.home .company .is-style-btn_line a {
	background: #fff;
	color: #274f8c;
}
.home .company { margin-bottom: 0em; }



.l-footer {
  position: relative; z-index: 10;
}

.l-footer::before {
  content: "";
  position: absolute;
  top: -150px;                 /* ← 上に飛び出させる */
  left: 50%;
  transform: translateX(-50%);
  width: 300px;               /* 画像サイズ */
  height: 150px;
  background-image: url("//ais-shop.work/hogare/wp-content/uploads/mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}




.cta h2::after { content: none!important; }
.cta { margin-bottom: 0em!important; }


body #main_content .post_content h2 { margin: 2em 0 2em; }

.home .l-footer { margin-top: 100px!important; }
.l-footer { background: #1a2a55; color: #fff; margin-top: 240px; }

.mt-05em { margin-top: -.5em!important; }
