@charset "utf-8";
/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========================================
  Variables
======================================== */

:root {
  /* Layout */
  --abtc-container-width: 1200px;
  --abtc-content-width: 960px;

  /* Color */
  --abtc-color-main: #203864;
  --abtc-color-sub: #4f81bd;
  --abtc-color-text: #222222;
  --abtc-color-gray: #f5f5f5;
  --abtc-color-border: #dddddd;
  --abtc-color-white: #ffffff;

  /* Font */
  --abtc-font-base: "Noto Sans JP", sans-serif;
  --abtc-font-serif: "Noto Serif JP", serif;

  /* Space */
  --abtc-section-space: 6rem;
  --abtc-section-space-sp: 4rem;

  /* Radius */
  --abtc-radius: 0.5rem;

  /* Shadow */
  --abtc-shadow:
    0 0.25rem 1rem rgb(0 0 0 / 0.08);
}

/* ========================================
  Reset
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ========================================
  Common
======================================== */
html {
	scroll-behavior: smooth;
}
body {
  font-family: var(--abtc-font-base);
  color: var(--abtc-color-text);
  line-height: 1.8;
}
.abtc-container {
  width: min(94%, var(--abtc-container-width));
  margin-inline: auto;
}
.abtc-container--narrow {
  width: min(94%, var(--abtc-content-width));
  margin-inline: auto;
}
@media (max-width: 540px) {
	body {
		font-size: 14px;
	}
}

/* ========================================
  Layout Header
======================================== */
/*yStandard 上書き*/
.site-header__content {
	flex-direction: column;
}

@media (min-width: 769px) {
	.header-type--row1 .site-header__content {
		align-items: flex-start;
		padding-top: 0;
	}
}
/* 会社名・キャッチコピー逆順表示 */
.header-type--row1 .site-branding {
	display: flex;
	flex-direction: column-reverse;
	padding: 12px 0 0 0;
}
/*abtc*/
.abtc-header-company {
	max-width: var(--abtc-container-width);
	width: 100%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.7em;
	padding-right: 30px;
	font-size: 0.8rem;
}
/*yStandard 上書き*/
.site-branding .site-title {
	width: 400px;
}
.site-branding .site-description {
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0.7em;
}
@media (max-width: 1024px) {
	.abtc-header-company {
		padding-right: 0;
	}
	.site-branding .site-description {
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.site-branding .site-title {
		margin-bottom: 5px;
	}
	.site-branding .site-description {
		margin-top: 5px;
	}
}
@media (max-width: 540px) {
	.abtc-header-company {
		text-align: left;
	}
}
@media (max-width: 450px) {
	.site-branding .site-title {
		width: 85%;
		margin-bottom:5px;
	}
	.abtc-header-company {
		font-size: 0.75rem;
	}
	.site-branding .site-description {
		font-size: .8em;
		margin-bottom: 0.5em;
	}
}
@media (max-width: 370px) {
	.site-branding .site-description {
		font-size: 10.5px;
	}
	.abtc-header-company {
		font-size: 0.7rem;
	}
}

/* ========================================
  グローバルナビ ハンバーガーメニュー ブレイクポイント1024pxに変更
======================================== */
@media (min-width: 1025px) {
	.global-nav {
		order: -1;
		padding-top: 5px;
	}
}
.global-nav__menu>.menu-item>a {
	font-weight: 500;
	padding: 0.5em 0;
}
.cf7-note {
	font-size: 0.85em;
	color: #666;
	line-height: 1.5;
	margin:0;
}
@media (min-width: 1025px) {
	/*abtc　ヘッダーお問い合わせボタンのみ装飾*/
	.global-nav__menu>.menu-item.abtc-contact-form__btn > a {
		color: var(--abtc-color-white);
		background: var(--abtc-color-main);
		margin: 0.75em 0;
		padding: 0.25em 0.7em;
		height: auto;
		border-radius: 4px;
	}
	.global-nav__menu>.menu-item.abtc-contact-form__btn > a:after {
		display: none;
	}
	.global-nav__menu>.menu-item.abtc-contact-form__btn > a:hover {
		background: #555;
	}
	.pc-hide {
		display: none;
	}
	.header-type--row1 .global-nav {
		align-items: center;
        margin-left: auto;
	}
}
@media (min-width: 769px) {
	.global-nav__toggle {
		padding: 0.5em 1em 1em 1em;
	}
}
/*toggle*/
.global-nav__toggle .ys-icon, .global-nav__toggle svg {
	width: 36px;
	height: 36px;
}

@media (max-width: 1024px) {
	.global-nav__toggle {
		display: block;
        cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: calc(var(--z-index-global-nav) + 1);
		color: var(--mobile-nav-open);
	}
	.global-nav__toggle.is-open {
		top: 0;
		right: 0;
		color: var(--mobile-nav-close);
	}
	.global-nav__toggle.is-open + .global-nav {
		visibility: visible;
		z-index: var(--z-index-global-nav);
		opacity: 1.0;
	}
	/*検索*/
	.global-nav__search {
		display: block;
		z-index: 0;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin: 0 0 1em;
		border: 1px solid var(--mobile-nav-text);
		background-color: var(--mobile-nav-bg);
	}
	.global-nav__search-button,
	.global-nav__search-close {
		display: none;
	}
	.global-nav__search .search-form {
		width: auto;
        border: 0;
        font-size: 1em;
		color: var(--mobile-nav-text);
	}
	/*global-nav*/
	.global-nav {
        display: block;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 75px 2em 2em;
        overflow: auto;
        background-color: var(--mobile-nav-bg);
        opacity: 0;
        transition: all .3s;
    }
	.global-nav__container .global-nav__menu, .global-nav__container .global-nav__search {
		max-width: var(--mobile-global-nav-width);
        margin-right: auto;
        margin-left: auto;
	}
	.global-nav__container a {
		color: var(--mobile-nav-text);
	}
	.global-nav__menu {
		display: block;
        height: auto;
	}
	.global-nav__menu>.menu-item {
		margin-top: .5em;
        margin-left: 0;
        text-align: left;
	}
	.global-nav__menu>.menu-item>a {
		display: block;
        height: auto;
        padding: .5em 0;
	}
	/*submenu */
	.global-nav__menu .sub-menu {
		position: relative;
		top: 0;
		margin-left: 1em;
		white-space: normal;
	}
}
@media (max-width: 1024px) {
	.global-nav__toggle .ys-icon, .global-nav__toggle svg {
		width: 32px;
		height: 32px;
	}
}

/* ========================================
  Layout site-content
======================================== */
/*yStandard 上書き*/
.site-content {
	margin-top: 0.5rem;
}

/* ========================================
  footer 社名とロゴ
======================================== */
/*yStandard 上書き*/
.footer-main>* {
	margin-top: 2em;
}
.footer-nav .menu-item {
	font-size: 0.8em;
	padding: 0 1.0em;
}
/* copyright帯だけcontainerを左右いっぱいに使う */
.site-info > .container {
	width: 98%;
	max-width: 98%;
}
/*abtc*/
.abtc-footer-company .container {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}
.abtc-footer-company__logo {
	width: clamp(100px, 10vw, 110px);
	margin-top: 0;
}
.abtc-footer-company .container > p {
	line-height: 1.5;
	text-align: center;
	margin: 0.5em 0 0 0;
}
.abtc-footer-company__name {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 1.0em;
	margin-bottom: 0.4em;
}
.abtc-footer-company__name.abnl_name {
	font-size: 0.85em;
}
.abtc-footer-company__address {
	display: inline-block;
	font-size: 0.8em;
	margin-top: 0;
}
.abtc-footer-bottom__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: end;
	gap: 2rem;
}
.abtc-footer-bottom__copy {
	grid-column: 2;
	text-align: center;
}
.abtc-footer-bottom__group {
	grid-column: 3;
	justify-self: end;
	text-align: right;
	font-size: 0.75rem;
}
.abtc-footer-bottom__group img {
	display: block;
	max-width: 180px;
	height: auto;
	margin-right: 2px;
	margin-left: auto;
	margin-bottom: 0.5rem;
}
.abtc-footer-bottom__group .group-company {
	font-size: 10px;
	line-height: 1.4;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
	.abtc-footer-bottom__group .group-company > br {
		display: none;
	}
	.abtc-footer-bottom__inner {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.abtc-footer-bottom__left {
		display: none;
	}
	.abtc-footer-bottom__group {
		grid-column: 1;
		justify-self: center;
		text-align: center;
		order: 1;
	}
	.abtc-footer-bottom__group img {
		margin-right: auto;
	}
	.abtc-footer-bottom__copy {
		grid-column: 1;
		order: 2;
	}
}
@media (max-width: 450px) {
	.abtc-footer-company .container > p {
		margin-bottom: 0;
	}
	.abtc-footer-company__name {
		margin-top: 0;
	}
	.abtc-footer-company__name.abnl_name {
		font-size: 0.85em;
	}
	.copyright {
		font-size: 0.8rem;
	}
}

/* ========================================
  footer SNSリンクアイコン
======================================== */
.sns-link {
	display: flex;
	justify-content: center;
    align-items: center;
	margin-top: 0.5em;
	margin-bottom: 50px;
	line-height: 1;
}
.abtc-sns-line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}
.sns-link i, .abtc-about-sns i {
	font-size: 24px;
	line-height: 1;
	color: #06C755;
}
.abtc-sns-line:hover {
	background: #777;
}
.abtc-about-sns {
	display: flex;
	justify-content: flex-start;
}
/* ========================================
  footer ナビ
======================================== */
.footer-nav {
	background: var(--abtc-color-white);
}
.footer-nav__menu {
	padding-top: 0.3em;
}
.footer-nav .menu-item {
	margin-bottom: 0.3em;
}

/* ========================================
  Top Hero Space
======================================== */
/*abtc*/
.abtc-hero {
	width: 100%;
	height: 40vw;
	background: #203864 url("assets/img/top/abtc-hero-image.webp") center center / cover no-repeat;
	position: relative;
}
.abtc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 0.35);
	z-index: 1;
}
.abtc-hero-container {
	display: flex;
	width: 50%;
	height: 100%;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	margin-inline: auto;
	position: relative;
	z-index: 2;
}
.abtc-hero h1 {
	font-size: 1.5em;
	font-weight: 900;
	color: var(--abtc-color-white);
	margin-top: 0;
}
@media (min-width: 1601px) {
	.abtc-hero h1 {
		font-size: 1.6vw;
	}
}
.abtc-hero-catchcopy {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.abtc-hero-subcopy {
	font-size: 1.05em;
	font-weight: 500;
	color: var(--abtc-color-white);
}
@media (max-width: 768px) {
	.abtc-hero {
		height: 45vw;
	}
	.abtc-hero-container {
		width: 100%;
	}
	.abtc-hero h1 {
		font-size: 1.0em;
	}
	.abtc-hero-catchcopy {
		width: 94%;
	}
}
@media (max-width: 540px) {
	.abtc-hero {
		height: 65vw;
	}
	.abtc-hero h1 {
		font-size: 1.1em;
	}
	.abtc-hero-subcopy {
		font-size: 0.9em;
	}
}

/* ========================================
  Top コンテンツ Grid
======================================== */
.abtc-grid {
	display: grid;
	gap: 2rem;
}

/* ========================================
  Top お悩み
======================================== */
.abtc-worries {
	color: var(--abtc-color-white);
	background: var(--abtc-color-main);
	padding: 20px 0 60px;
}
.worries-catchcopy {
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
.abtc-worries__inner {
	display: flex;
	gap: 3rem;
	align-items: center;
	justify-content: center;
}
.worries-list {
	font-size: 1.3em;
	font-weight: bold;
}
.worries-list li {
	margin-bottom: 0.5em;
}
.worries-image {
	width: 300px;
	height:auto;
}
.worries-grid {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
	.worries-grid {
		width: 94%;
		grid-template-columns: repeat(1, 1fr);
		margin: 0 auto;
	}
}
@media (max-width: 540px) {
	.worries-catchcopy {
		font-size: 1.8em;
	}
	.abtc-worries__inner {
		flex-direction: column;
		gap: 1rem;
	}
	.worries-image {
		width: 50%;
	}
}
/* ========================================
  お悩みケース カード
======================================== */
.container.worries-case {
	margin: 50px auto;
}
.abtc-grid-item.worries-case {
	background: var(--abtc-color-white);
	padding: 1.5rem;
}
.abtc-worries-case-head {
	display: flex;
	gap: 15px;
	margin: 0 0 25px 0;
}
.abtc-worries-case-head img {
	display: inline-block;
	width: 25%;
}
.worries-case p {
	font-size: 1.0em;
	font-weight: 500;
	color: #555;
	margin: 0;
}
.abtc-worries-case-head h4 {
	font-size: clamp(1.2rem, 0.9rem + 1.2vw, 1.8rem);
	color: var(--abtc-color-main);
	margin: 0.5em 0 0 0;
}
.abtc-worries-case-head p {
	font-size: 1.05em;
	font-weight: 500;
	color: #222;
}
@media (max-width: 1024px) {
	.worries-catchcopy {
		font-size: 2.0em;
	}
	.abtc-grid-item.worries-case {
		display: grid;
		grid-template-columns: 200px 1fr;
		gap: 1rem;
		padding-left: 0.5rem;
	}
	.abtc-worries-case-head {
		flex-direction: column;
		text-align: center;
		gap:0;
		margin-bottom: 0;
	}
	.abtc-worries-case-head img {
		width:45%;
		margin: auto;
	}
}
@media (max-width: 640px) {
	.abtc-grid-item.worries-case {
		grid-template-columns: 33% 1fr;
		align-items: start;
	}
}
@media (max-width: 540px) {
	.worries-catchcopy {
		font-size: 1.8em;
	}
	.abtc-grid-item.worries-case {
		grid-template-columns: 1fr;
		padding-left: 1.5rem;
	}
	.abtc-worries-case-head {
		flex-direction: row;
		text-align: left;
	}
	.abtc-worries-case-head img {
		width:25%;
		margin: 0 5% 0 0;
	}
	.abtc-worries-case-head h4 {
		font-size: 1.5em;
	}
	.worries-list {
		font-size: 1.2em;
	}
}
/* ========================================
  オートバックステクニカルセンター大阪なら
======================================== */
.abtc-solution {
    text-align: center;
	padding: 50px 1rem 30px;
	background: url("./assets/img/top/solution_bg.png") center center no-repeat;
	background-size: cover;
}
.solution-grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.abtc-solution-head {
	margin: 0 0 30px 0;
}
.abtc-solution h2 {
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0;
	font-feature-settings: "palt";
	margin: 0 0 1em 0;
}
.abtc-solution p {
	margin: 0.5em 0;
}
.abtc-solution .head-subcopy {
	font-size: 0.9em;
	font-weight: 700;
	margin-bottom: 0;
}
.solution {
	color: #fff;
	font-weight: 700;
	background: var(--abtc-color-main);
	padding-bottom: 1.5rem;
}
.solution h4 {
	font-size: 1.6em;
	margin: 0;
}
.abtc-message {
	font-size: 1.15em;
	font-weight: 500;
}
@media (max-width: 768px) {
	.solution-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.solution h4 {
		font-size: 1.4em;
	}
}
@media (max-width: 480px) {
	.solution-grid {
		grid-template-columns: 1fr;
	}
}
/* ========================================
  設備・サービス詳細
======================================== */
.abtc-equipment {
	text-align: center;
}
.abtc-equipment h2 {
	color: #fff;
	background: #000;
	padding: 0.2em 0;
	margin-bottom: 0.7em;
}
.abtc-equipment p {
	line-height: 1.5;
	margin-top: 0;
}
.equipment-grid {
	grid-template-columns: repeat(3, 1fr);
	margin: 0 1rem;
	gap: 1rem;
}
.equipment {
	color: #fff;
	background: #000;
	padding: 90px 0 100px 0;
	position: relative;
}
.equipment::after {
	content: "";
	position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 0.5);
    z-index: 1;
}
.aiming {
	background: url("./assets/img/top/equipment-aiming.jpg") center center no-repeat;
	background-size: cover;
}
.alignment {
	background: url("./assets/img/top/equipment-alignment.jpg") center center no-repeat;
	background-size: cover;
}
.diagnostics {
	background: url("./assets/img/top/equipment-sgw.jpg") center center no-repeat;
	background-size: cover;
}
.equipment-body {
	position: relative;
	z-index: 2;
}
.equipment-body h4 {
	font-size: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.0em;
	margin: 0;
}
.equipment-body::before {
	content: "";
	display: block;
	width: 5.6em;
	height: 1.5em;
	border: 1px solid #fff;
	border-bottom: none;
	position: absolute;
	top: -1.8em;
	left: calc(50% - 2.8em);
}
.equipment-body::after {
	content: "";
	display: block;
	width: 5.6em;
	height: 1.5em;
	border: 1px solid #fff;
	border-top: none;
	position: absolute;
	bottom: -1.8em;
	left: calc(50% - 2.8em);
}
.equipment .equipment-link-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	z-index: 2;
}
.equipment .equipment-link-btn:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.equipment-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.equipment-grid {
		grid-template-columns: 1fr;
	}
}
/* ========================================
  オートバックステクニカルセンター大阪　マップと住所・電話番号など
======================================== */
.abtc-about {
	padding: 50px 0 30px 0;
}
.abtc-about-grid {
	grid-template-columns: 480px 1fr;
}
.abtc-accessmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%; /*16:9*/
	position: relative;
}
.abtc-accessmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.abtc-about-body h4 {
	margin-top: 0;
}
@media (max-width: 1024px) {
	.abtc-about-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 540px) {
	.abtc-about-grid {
		grid-template-columns: 1fr;
	}
}
/* ========================================
  施工事例ピックアップリスト
======================================== */
.abtc-cases {
	text-align: center;
}
.abtc-cases h2 {
	color: #fff;
	background: #000;
	padding: 0.2em 0;
	margin-bottom: 1.5em;
}
.abtc-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.abtc-cases-card {
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
}
.abtc-cases-card a {
	display: block;
	color: inherit;
	text-decoration: none;
	height: auto;
}
.abtc-cases-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .75rem 1rem;
	font-size: .875rem;
}
.abtc-cases-category {
	color: #fff;
	padding: .25rem .75rem;
	font-size: .75rem;
	line-height: 1;
}
/* エーミング */
.abtc-cases-category--cat-aiming {
	background: #18a24a;
}
/* 4輪アライメント */
.abtc-cases-category--cat-alignment {
	background: #1d72b8;
}
/* 診断・SGW対応 */
.abtc-cases-category--cat-diagnosis {
	background: #d87b00;
}
.abtc-cases-thumbnail img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.abtc-cases-title {
	margin-top: .5rem;
	margin-bottom:0.7em;
	padding: .7rem 1rem 0;
	font-size: 1rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.abtc-cases-excerpt {
	margin: 0 0 0.3rem 0;
	padding: 0 1rem;
	font-size: .875rem;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.abtc-cases-more {
	padding: 0 1rem 1rem;
	text-align: right;
}
.abtc-cases-more span {
	display: inline-block;
	padding: .1rem .5rem .2rem 1rem;
	border-radius: 9999px;
	background: #000;
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
	position: relative;
}
.abtc-cases-more span::after {
	content: "";
	display: inline-block;
	width: 2.5em;
	height: 1.0em;
	background: url("./assets/img/common/arrow-right-white.svg") no-repeat;
	background-size: cover;
	background-position: right bottom -1em;
}
@media (max-width: 768px) {
	.abtc-cases-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
}
@media (max-width: 480px) {
	.abtc-cases-grid {
		grid-template-columns: 1fr;
	}
}
/* 施工事例一覧リンク */
.abtc-cases-footer-link a {
	color: #777;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.2em 1.0em;
	border-radius: 999px;
	border: 1px solid #777;
	margin-top:2rem;
}
.abtc-cases-footer-link a:hover {
	color: #222;
	border: 1px solid #222;
	background: #f7f7f7;
}
.abtc-cases-footer-link a::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: 0.35em;
	font-size: 0.85em;
	line-height: 1;
	vertical-align: middle;
}
/* ========================================
  ご依頼の流れ
======================================== */
.abtc-serviceflow {
	text-align: center;
}
.abtc-serviceflow h2 {
	color: #fff;
	background: #000;
	padding: 0.2em 0;
	margin-bottom: 1.5em;
}
.abtc-serviceflow .head-subcopy {
	font-size:1.05em;
	font-weight: 500;
	margin: 1.5rem 0;
}
ol.service-flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.service-flow li {
	display: grid;
    grid-template-columns: 160px 1fr;
    gap: 2rem;
    align-items: start;
    position: relative;
	text-align: left;
	padding-bottom: 4rem;
}
ol.service-flow li:not(:last-child)::after {
	content: "";
    position: absolute;
    left: 50%;
    bottom: 1rem;
	transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #21457a;
}
.flow-step {
	display: inline-block;
    background: #21457a;
    color: #fff;
	font-size: 1.2em;
    font-weight: 900;
    text-align: center;
    padding: .55em 1.5em;
	min-width: 90px;
}
.flow-body h3 {
	margin: 0.15rem 0 .35rem;
}
.flow-body p {
	margin: 0;
}
@media (max-width: 540px) {
	ol.service-flow li {
		grid-template-columns: 90px 1fr;
		gap: 1.2rem;
	}
	.flow-step {
		padding: .55em 1.0em;
	}
}
/* ========================================
  お問い合わせフォーム
======================================== */
.abtc-contact-form {
	text-align: center;
	padding-bottom: 50px;
}
.abtc-contact-form h2 {
	color: #fff;
	background: #000;
	padding: 0.2em 0;
	margin-bottom: 0.7em;
}
.abtc-contact-form h4 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	margin-top: 2.0em;
	padding: 0.4em 0.8em 0.5em;
	border-radius: 999px;
	background: #000;
}
.abtc-contact-form .tel-num {
	font-size: 1.8em;
	font-weight: 700;
	margin-top: 0.4em;
}
.abtc-contact-form .request {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 0.4em;
}
/* contactform7 */
.abtc-contact-table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	font-size: 15px;
}
.abtc-contact-table th,
.abtc-contact-table td {
	border-bottom: 1px solid #ccc;
	padding: 22px 18px;
	vertical-align: middle;
	box-sizing: border-box;
}
.abtc-contact-table th {
	width: 26%;
	text-align: left;
	font-weight: 700;
	background: #fff;
}
.abtc-contact-table td {
	width: 74%;
	text-align: left;
}
.abtc-contact-table .wpcf7-radio .wpcf7-list-item {
	display: block;
	margin: 0 0 0.8em 0;
}
.abtc-contact-table .wpcf7-radio .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
}
.abtc-contact-table .wpcf7-radio input[type="radio"] {
	margin: 0;
}
.abtc-required {
	color: #e60000;
	font-size: 0.9em;
}
.abtc-note {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}
.abtc-input,
.abtc-textarea {
	width: 100%;
	box-sizing: border-box;
	background: #f1f1f1;
	border: 0.5px solid #bbb;
	padding: 10px 12px;
	font-size: 15px;
}
.abtc-textarea {
	min-height: 120px;
	resize: vertical;
}
.abtc-contact-table .wpcf7-list-item {
	margin: 0 1.8em 0.8em 0;
}
.abtc-file-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.abtc-file-grid input[type="file"] {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #999;
	background: #fff;
	font-size: 13px;
}
.abtc-form-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 32px;
}
.abtc-btn-submit {
	background: #222;
	color: #fff;
}
.wpcf7-spinner {
	width: 32px;
	height: 32px;
	position: absolute;
	left: calc(50% + 60px);
	margin: 4px 16px;
}
@media (max-width: 768px) {
	.abtc-contact-form {
		padding: 0 12px 45px;
	}
	.abtc-contact-table,
	.abtc-contact-table tbody,
	.abtc-contact-table tr,
	.abtc-contact-table th,
	.abtc-contact-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-left: 0 !important;
		border-right: 0 !important;
		outline: 0 !important;
		box-shadow: none !important;
	}
	.abtc-contact-table th {
		border-bottom: none;
		padding-bottom: 0;
	}
	.abtc-contact-table th p {
		margin-bottom: 0;
	}
	.abtc-contact-table td {
		padding-top: 0;
	}
	.abtc-file-grid {
		grid-template-columns: 1fr;
	}
	.abtc-form-buttons {
		flex-direction: column;
	}
	.abtc-btn-clear,
	.abtc-btn-submit {
		width: 100%;
	}
}
/* ========================================
  ADAS解説シリーズ
======================================== */
.abtc-adas-insights {
	background: var(--abtc-color-main);
	padding: 0 0 40px;
	text-align: center;
}
.abtc-adas-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: clamp(120px, 15vw, 320px);
	background: url("./assets/img/adas/adas_header.jpg") center right / cover no-repeat;
	padding: 2rem;
}
.abtc-adas-header h2 {
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 2.8em);
	font-weight: 900;
	line-height: 1.2;
	text-align: left;
	margin: 0;
	padding-left: 0.5em;
	border-left: 2px solid #fff;
}
.abtc-adas-header p {
	color: #fff;
	text-align: left;
	margin: 0.5em 0 0;
}
.abtc-adas-header h2 {
	text-shadow:
		0 2px 4px rgba(0, 0, 0, 0.85),
		0 6px 14px rgba(0, 0, 0, 0.65);
}

.abtc-adas-header p {
	text-shadow:
		0 1px 3px rgba(0, 0, 0, 0.75),
		0 3px 8px rgba(0, 0, 0, 0.55);
}
.abtc-adas-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin: 1.5rem;
	align-items: stretch;
}
.abtc-adas-card {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	background: #fff;
	padding-bottom: 44px;
}
.abtc-adas-card::before {
	content: "";
	display: block;
	width: 8px;
	height: 56px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.adas-insights-title {
	display: flex;
	min-height: 5em;
	align-items: center;
}
.abtc-adas-card h3 {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0;
	padding: 0.7em 0.8em 0.6em 1.2em;
}
.abtc-adas-card h3 small {
	font-size: 0.75em;
	font-weight: 700;
}
.abtc-adas-card figure {
	margin: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.abtc-adas-card figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abtc-adas-card ul {
	font-size:0.9em;
	text-align: left;
	margin: 0.8em 1em 0;
	padding-left: 1.2em;
}
.abtc-adas-card li {
	line-height: 1.6;
}
.adas-link-btn {
	width: 44px;
	height: 44px;
	position: absolute;
	right: 1px;
	bottom: 1px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
.abtc-adas-footer-link a {
	color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2em 1.0em;
    border-radius: 999px;
    border: 1px solid #fff;
    margin-top: 2rem;
}
.abtc-adas-footer-link a:hover {
	color: #ddd;
	border: 1px solid #ddd;
	background: #2e4a7d;
}
.abtc-adas-footer-link a::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: 0.35em;
	font-size: 0.85em;
	line-height: 1;
	vertical-align: middle;
}
@media (max-width: 1024px) {
	.abtc-adas-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 540px) {
	.abtc-adas-grid {
		grid-template-columns: 1fr;
	}
	.abtc-adas-header {
		min-height: 120px;
		padding: 1.25rem;
	}
}
@media (max-width: 480px) {
	.abtc-adas-header {
		background-position: center right -30vw;
	}
	.abtc-adas-header p {
		font-size: 0.85em;
	}
}
/* ========================================
  固定ページヒーロー
======================================== */
.abtc-page-hero {
	width: 100vw;
	min-height: 280px;
	display: flex;
	align-items: center;
	background-color: #223b68;
	background-image: var(--hero-image);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 130%;
	color: #fff;
	margin-left: calc(50% - 50vw);
}
.abtc-page-hero__inner {
	width: min(94%, var(--abtc-container-width));
	margin-inline: auto;
}
.abtc-page-hero__title {
	margin: 0;
	font-size: clamp(1.6rem, 1.8vw, 3rem);
	line-height: 1.3;
}
.abtc-page-hero__en {
	margin-top: 0.5em;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
}
/* アイキャッチ画像非表示 */
.page .post-thumbnail {
	display: none;
}
@media (max-width: 767px) {
	.abtc-page-hero {
		min-height: 160px;
	}
}
/* ========================================
  固定ページ共通
======================================== */
/* 2カラムコンテンツ */
.abtc-point-columns {
	margin-bottom: 4rem;
}
/* ----------------------------------------
  大見出し
---------------------------------------- */
.abtc-page-catch {
	font-family: var(--abtc-font-serif);
	font-size: clamp(1.6rem, 3vw, 3rem);
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 2rem;
}
/* ----------------------------------------
  リード文
---------------------------------------- */
.abtc-lead {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 0.5em;
	margin-bottom: 1.0rem;
	font-feature-settings: "palt";
}
.abtc-lead-large {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 0.5em;
	margin-bottom: 2rem;
	font-feature-settings: "palt";
}
.abtc-text-large {
	font-size: 1.05rem;
}
@media (max-width: 767px) {
	.abtc-lead {
		font-size: 1.05rem;
	}
}
/* ----------------------------------------
  ポイント見出し
---------------------------------------- */
.abtc-point-title {
	display: flex;
	align-items: center;
	font-size: clamp(1.2rem, 1.7vw, 2rem);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	letter-spacing: 0;
}
.abtc-point-title strong {
	flex-shrink: 0;
	font-family: var(--abtc-font-serif);
	display: inline-block;
	width: 1.2em;
	font-size: 2.0em;
	font-weight: 700;
	line-height: 1;
	color: var(--abtc-color-main);
	margin-right: 0.25em;
}
/* ----------------------------------------
  バッジ
---------------------------------------- */
.abtc-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.5em 1em;
	margin-bottom: 0;
}
/* ----------------------------------------
  本文
---------------------------------------- */
.abtc-text {
	line-height: 2;
	margin-bottom: 1.5rem;
}
/* ----------------------------------------
  テーブル
---------------------------------------- */
.abtc-normal-table table {
	font-size: .9em;
	border: none;
	border-top: 1px solid #ccc;
}
.abtc-normal-table table tr {
	border: none;
}
.abtc-normal-table table th, .abtc-normal-table table td {
	border: none;
	border-bottom: 1px solid #ccc;
}
.abtc-normal-table table th:first-child {
	border-right: 1px slid #ccc;
}

.abtc-cta {
  margin: 3rem 0;
  text-align: center;
}
.abtc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.7em 1.6em;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.abtc-btn::before {
  content: "→";
}
.abtc-btn--contact {
  color: #fff;
  background: #000;
}
/* ----------------------------------------
  ADAS解説シリーズ
---------------------------------------- */
.page-id-36 .abtc-page-hero,
.page-id-100 .abtc-page-hero,
.page-id-111 .abtc-page-hero,
.page-id-123 .abtc-page-hero,
.page-id-137 .abtc-page-hero,
.page-id-140 .abtc-page-hero,
.page-id-144 .abtc-page-hero,
.page-id-147 .abtc-page-hero,
.page-id-259 .abtc-page-hero
{
	background-size: auto 100%;
}
.abtc-adas-title {
	font-size: 1.4em;
	color: #fff;
	padding: 0.25em 0.7em;
	background: #000;
	margin-top:0.5em !important;
}
.abtc-adas-column {
	margin-bottom: 5.0rem;
}
/*ページフッターナビ　前後のページへ遷移*/
.adas-nav-link {
	display: block;
	padding: 1.5rem;
	border: 1px solid #ddd;
	text-decoration: none;
	color: inherit;
	height: 100%;
}
.adas-nav-link.next {
	text-align: right;
}
.adas-nav-link span {
	display: block;
	font-size: 0.75rem;
	color: #666;
	margin-bottom: 0.5em;
}
.adas-nav-link strong {
	display: block;
	font-size: 1rem;
	line-height: 1.4;
}
/* ----------------------------------------
  投稿記事一覧
---------------------------------------- */
.archive__header.page-header {
	width: 100vw;
    min-height: 120px;
    display: flex;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
    background-color: #223b68;
    color: #fff;
    margin-left: calc(50% - 50vw);
}
.archive__page-title.page-title {
	font-size: 1.7em;
	width: 100%;
	max-width: calc(1200px + 2rem);
	margin: 0 auto;
	padding: 0 2rem;
}
/* ----------------------------------------
  トップページ投稿記事ピックアップ
---------------------------------------- */
.abtc-cases-thumbnail {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.abtc-cases-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* ----------------------------------------
  記事投稿
---------------------------------------- */
.singular-header>* {
	margin-top: 0;
}
/* ----------------------------------------
  施工事例記事投稿
---------------------------------------- */
.singular-header.entry-header {
	width: 100vw;
    min-height: 140px;
    display: flex;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
    background-color: #223b68;
    color: #fff;
    margin-left: calc(50% - 50vw);
}
.singular-header__title.entry-title {
	font-size: 1.7em;
	width: 100%;
	max-width: calc(1200px + 2rem);
	margin: 0 auto;
	padding: 0 2rem;
}
.singular-header__meta {
	color: #fff;
	width: 100%;
	max-width: calc(1200px + 2rem);
	margin: 0 auto;
	padding: 0 2rem;
}
.sns-share__container {
	gap: 1em;
}
.sns-share__button .sns-share__link {
	width: 32px;
	height: 32px;
}
/* ----------------------------------------
  Contact Form 7
---------------------------------------- */
/* Contact Form 7 送信結果メッセージ */
.abtc-contact-form .wpcf7-response-output {
	margin: 2rem auto 0;
	padding: 1.4rem 1.6rem;
	border-radius: 8px;
	font-size: 1.05rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
}
/* 送信成功 */
.abtc-contact-form form.sent .wpcf7-response-output {
	border: 3px solid #1f6f43;
	background: #eaf7ef;
	color: #1f6f43;
}
/* エラー */
.abtc-contact-form form.invalid .wpcf7-response-output,
.abtc-contact-form form.failed .wpcf7-response-output,
.abtc-contact-form form.aborted .wpcf7-response-output {
	border: 3px solid #c62828;
	background: #fff0f0;
	color: #c62828;
}
/* 成功時だけ少し動かす */
.abtc-contact-form form.sent .wpcf7-response-output {
	animation: abtc-contact-success 0.45s ease-out;
}
@keyframes abtc-contact-success {
	0% {
		opacity: 0;
		transform: translateY(12px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
/* ----------------------------------------
  エーミング技術研修
---------------------------------------- */
.abtc-seminor-merit .card-merit,
.abtc-seminor-feature .card-feature {
	border: 1px solid #ccc;
}
.abtc-seminor-merit .card-merit h3,
.abtc-seminor-feature .card-feature h3 {
	font-size: 1.4em;
	padding: 1.2rem 1.2rem 0.5rem 1.2rem;
}
.abtc-seminor-merit .card-merit p,
.abtc-seminor-feature .card-feature p {
	padding: 1.2rem 1.2rem 1.5rem 1.2rem;
}
.abtc-seminor-merit .card-merit .card-image,
.abtc-seminor-feature .card-feature .card-image {
	text-align: center;
}
.abtc-seminor-merit .card-merit .card-image img,
.abtc-seminor-feature .card-feature .card-image img {
	width:80%;
	height: auto;
}
.abtc-seminor-feature-title {
	font-size: 1.8em;
	color: var(--abtc-color-main);
}
.abtc-seminor-merit .card-merit h3 strong,
.abtc-seminor-feature .card-feature h3 strong {
	display: inline-flex;
	width: 2em;
	height: 2em;
	background: var(--abtc-color-main);
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 900;
}
/* ----------------------------------------
  footer共通CTA
---------------------------------------- */

.abtc-footer-cta .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	align-items: stretch;
}
.abtc-footer-cta-tel,
.abtc-footer-cta-form {
	text-align: center;
	padding: 2rem;
	padding-bottom: 1rem;
	background: #f7f7f7;
}
.abtc-footer-cta-tel h4,
.abtc-footer-cta-form h4 {
	color: var(--abtc-color-main);
	border-bottom: 1px dotted var(--abtc-color-main);
	margin: 0;
	padding-bottom: 0.25em;
}
.abtc-footer-cta-tel-num {
	font-size: clamp(2rem, 2.4vw, 3rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0.5em 0;
}
.abtc-footer-cta-tel-num span {
	font-size: 0.4em;
	margin-right: 0.3em;
}
.abtc-footer-cta-tel-num a {
	color: var(--abtc-color-main);
	text-decoration: none;
}
.abtc-footer-cta-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 320px);
	min-height: 48px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: var(--abtc-color-main);
	text-decoration: none;
	border-radius: 999px;
}
.abtc-footer-cta-btn {
	margin: 1.4em 0 0.7em 0;
}
@media (max-width: 767px) {
	.abtc-footer-cta .container {
		grid-template-columns: 1fr;
	}
	.abtc-footer-cta-btn a {
		font-size: 1.2rem;
	}
}
/* ========================================
  リンク矢印汎用
======================================== */
/* 右向き */
a.link-arrow::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: 0.35em;
	font-size: 0.85em;
	line-height: 1;
	vertical-align: middle;
}
/* 下向き */
a.link-down::after {
	content: "\f107"; /* fa-angle-down */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: 0.35em;
	font-size: 0.85em;
	vertical-align: middle;
}

/* ========================================
  テキスト（文章中など）の折り返しコントロール用
======================================== */
@media (max-width: 768px) {
	.nowrap-sp {
		white-space: nowrap;
	}
}
