/*
Theme Name: Lightning Pro
Theme URI: https://lightning.vektor-inc.co.jp
Description: Lightning Pro is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:8.19.0
Requires at least: 5.5
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning-pro

Lightning Pro WordPress theme, Copyright (C) 2015-2023 Vektor,Inc.
Lightning Pro WordPress theme is licensed under the GPL.
*/

/*FIX*/
.headerTop .headerTop_description {
	font-size: 12px;
	font-weight: lighter;
	font-family: "Noto Sans JP", sans-serif;
}

body:not(.header_scrolled).home .siteHeader-trans-true {
	position: relative;
	top: unset;
	background-color: rgba(30, 115, 190, 0.8);
	box-shadow: none;
	border-bottom: none;
}

/*フルカラム*/
.siteContent.full {
	padding: 0;
	margin: 0 auto;
}

.container.full {
	width: 100%;
	max-width: 100%;
}

.container.full .mainSection-col-two {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	flex: unset;
	position: relative;
}

.siteContent.areaSec {
	padding: 0 0 0rem;
}

/*共通*/
.mb10 {
	margin-bottom: 10px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt100 {
	padding-top: 100px !important;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*共通*/
	.mb10 {
		margin-bottom: 10px !important;
	}

	.mb30 {
		margin-bottom: 15px !important;
	}

	.mb50 {
		margin-bottom: 30px !important;
	}

	.mb80 {
		margin-bottom: 50px !important;
	}

	.mb100 {
		margin-bottom: 50px !important;
	}

	.pt10 {
		padding-top: 10px !important;
	}

	.pt30 {
		padding-top: 15px !important;
	}

	.pt50 {
		padding-top: 30px !important;
	}

	.pt80 {
		padding-top: 50px !important;
	}

	.pt100 {
		padding-top: 50px !important;
	}
}

/*-ホバー*/
.hvr {
	transition: all 0.3s ease;
}

.hvr:hover {
	filter: brightness(1.1);
	transition: all 0.3s ease;
}

/*-セクションヘッダー*/
.head {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
}

.head>strong {
	display: inline-block;
	padding: 10px 20px 13px;
	margin: 0 auto;
	background: #111;
	font-size: clamp(0.625rem, calc(0.245253164556962rem + 1.89873417721519vw), 1.5625rem);
	line-height: 1;
	font-weight: bold;
	color: #fff;
	position: relative;
	border-radius: 45px;
}

.head>strong::after {
	content: '';
	display: block;
	width: 30px;
	height: 15px;
	background: #111;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translate(-50%, 0);
}

.head>h2 {
	width: 100%;
	padding: 15px 10px 18px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, calc(0.04113924050632911rem + 3.5443037974683547vw), 2.5rem);
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 20px;
	border: none;
}

.head>h2 small {
	font-weight: bold;
}

.head.areattl>h2 {
	width: 100%;
	padding: 20px 10px 23px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.0625rem, calc(-0.02610759493670889rem + 5.443037974683544vw), 3.75rem);
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 20px;
	border: none;
}

.head.areattl>h2 small {
	font-weight: bold;
}

.head.areattl>h2 {
	width: 100%;
	padding: 15px 0 18px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.9375rem, calc(-0.4549050632911391rem + 6.962025316455696vw), 4.375rem);
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: none;
	border-radius: 20px;
	border: none;
	position: relative;
	z-index: 0;
}

.head.areattl>h2::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(to top, #ff4d6b 0%, #ff7c8d 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -2;
}

.head.areattl>h2::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACBJREFUGFdjZEAC/////88I44M5IAASgHFAbEZkDkgAACAGEAEsi3uLAAAAAElFTkSuQmCC');
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0.2;
	z-index: -2;
}

.head.areattl>h2 .min {
	font-size: clamp(14px, calc(-14.444444444444443px + 3.7037037037037033vw), 30px);
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*-セクションヘッダー*/
	.head {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}

	.head>strong {
		display: inline-block;
		padding: 10px 10px 13px;
		border-radius: 30px;
	}

	.head>strong::after {
		content: '';
		display: block;
		width: 20px;
		height: 10px;
		bottom: -9px;
	}

	.head>h2 {
		width: 100%;
		padding: 15px 10px 18px;
		border-radius: 10px;
	}
}

/*お客様の声*/
.voiceList {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 0;
	grid-row-gap: 0;
}

.voiceList>li {
	width: calc(100% / 3);
	padding: 30px;
	margin: 0;
	background: #8ed1fc;
	position: relative;
}

.voiceList>li:nth-child(even) {
	background: #f78da7;
}

.voiceList>li>h3 {
	padding: 0;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	border: none;
	background: none;
}

.voiceList>li>h3::before {
	content: '';
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	aspect-ratio: 1/1;
	background-image: url('https://art-lock.net/wp-content/uploads/2021/08/art-15.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.voiceList>li:nth-child(even)>h3::before {
	background-image: url('https://art-lock.net/wp-content/uploads/2021/08/art-16.png');
}

.voiceList>li>h3::after {
	display: none;
}

.voiceList>li>p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

/*Moreボタン*/
.moreBtn {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 10px;
	position: relative;
}

.moreBtn>a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #234bce;
	padding: 15px 50px 18px;
	margin: 0;
	border-radius: 40px;
	transition: all 0.3s ease;
}

.moreBtn>a:hover {
	text-decoration: none;
	filter: brightness(1.1);
	transition: all 0.3s ease;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*お客様の声*/
	.voiceList {
		width: 100%;
		max-width: 100%;
		grid-row-gap: 10px;
	}

	.voiceList>li {
		width: calc(100%);
		padding: 30px;
	}

	/*Moreボタン*/
	.moreBtn {
		column-gap: 10px;
	}

	.moreBtn>a {
		font-size: 15px;
		padding: 15px 50px 18px;
	}
}

/*よくある質問*/
.faqList {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	grid-row-gap: 0;
}

.faqList dl {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px dashed #c8c8c8;
}

.faqList dt {
	width: 100%;
	padding: 20px 0;
	margin: 0;
	background: #fff;
	border: none;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	position: relative;
	font-size: clamp(15px, calc(11.428571428571429px + 1.1160714285714286vw), 20px);
	line-height: 1.4em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faqList dt.active {
	color: #234bce;
}

.faqList dt::before {
	content: 'Q';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 50%;
	font-family: "Arial", sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	z-index: 1;
}

.faqList dd {
	padding: 30px;
	border: none;
	background: #fafafa;
	position: relative;
	margin: 0 auto;
}

.faqList dd h3 {
	padding: 0;
	margin: 0 auto 10px;
	font-size: clamp(15px, calc(11.428571428571429px + 1.1160714285714286vw), 20px);
	line-height: 1.4em;
}

.faqList dd p {
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.faqList dd p:last-of-type {
	margin-bottom: 0;
}

.faqList dt span {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 0 0 auto;
	background: none;
	border: none;
	position: relative;
	transition: all 0.3s ease;
}

.faqList dt span::before,
.faqList dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #111;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.faqList dt span::after {
	background: #111;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: all 0.3s ease;
}

.faqList dt .active::after {
	background: #111;
	transform: translate(-50%, -50%) rotate(0);
	transform-origin: center center;
	transition: all 0.3s ease;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*よくある質問*/
	.faqList {
		width: 100%;
		max-width: 100%;
	}

	.faqList dt {
		width: 100%;
		padding: 10px 30px 10px 10px;
		column-gap: 10px;
		position: relative;
		font-size: clamp(15px, calc(11.428571428571429px + 1.1160714285714286vw), 20px);
	}

	.faqList dt::before {
		content: 'Q';
		width: 30px;
		min-width: 30px;
		height: 30px;
		font-size: 15px;
	}

	.faqList dd {
		padding: 30px;
		border: none;
		background: #fafafa;
		position: relative;
		margin: 0 auto;
	}

	.faqList dd h3 {
		padding: 0;
		margin: 0 auto 10px;
		font-size: clamp(15px, calc(11.428571428571429px + 1.1160714285714286vw), 20px);
		line-height: 1.4em;
	}

	.faqList dt span {
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}

	.faqList dt span::before,
	.faqList dt span::after {
		width: 15px;
	}
}

/*お知らせ*/
#topNews {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#topNews::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #d4dde1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
	opacity: 0.5;
}

#topNews>header {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
}

#topNews>header>strong {
	display: block;
	font-family: "Arial", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	color: #234bce;
	font-style: normal;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#topNews>header>h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	color: #111;
	font-style: normal;
	text-align: center;
	width: 100%;
	border: none;
	background: none;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

/*-リスト*/
.newsList {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}

.newsList>li {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: baseline;
	flex-wrap: nowrap;
	column-gap: 15px;
	position: relative;
}

.newsList>li span.date {
	display: inline-block;
	color: #555;
}

.newsList>li span.cat {
	display: inline-block;
	width: 121px;
	min-width: 120px;
}

.newsList>li span.cat-286 {
	display: none;
}

.newsList>li span.cat a {
	display: inline-block;
	width: 100%;
	padding: 4px 10px 5px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

.newsList>li h3 {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.newsList>li h3::before,
.newsList>li h3::after {
	display: none;
}

.newsList>li h3 a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: var(--text-color);
	line-height: 1.2em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.newsList>li h3 a:hover {
	font-size: 14px;
	color: #234bce;
	line-height: 1.2em;
	text-decoration: none;
	transition: all 0.3s ease;
}

.newsList>li span.new {
	display: inline-block;
	font-family: "Arial", sans-serif;
	color: #cf2e2e;
	font-size: 12px;
	line-height: 1;
	margin-left: 10px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*お知らせ*/
	#topNews {
		width: 100%;
		padding: 30px 0;
	}

	#topNews>header {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 15px;
	}

	/*-リスト*/
	.newsList {
		width: 100%;
		max-width: 100%;
	}

	.newsList>li {
		width: 100%;
		padding: 15px 0;
		margin: 0 auto;
		border-bottom: 1px dotted #ccc;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: baseline;
		flex-wrap: wrap;
		column-gap: 15px;
		position: relative;
	}

	.newsList>li h3 {
		width: 100%;
		line-height: 1;
	}

	.newsList>li h3::before,
	.newsList>li h3::after {
		display: none;
	}

	.newsList>li h3 a {
		line-height: 1;
	}

	.newsList>li h3 a:hover {
		line-height: 1;
	}
}


/*TELボタンリスト*/
.telBtnList {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 15px;
	grid-row-gap: 15px;
}

.telBtnList>a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
	width: calc(100% / 3 - 10px);
	padding: 20px;
	margin: 0;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border: 3px solid #2f39ff;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.telBtnList>a:nth-of-type(1) {
	background-image: linear-gradient(to top, #cb2161 0%, #ff9cc7 100%);
	border: 3px solid #cb2161;
}

.telBtnList>a:nth-of-type(2) {
	background-image: linear-gradient(to top, #ec9807 0%, #ffcf7e 100%);
	border: 3px solid #ec9807;
}

.telBtnList>a:nth-of-type(3) {
	background-image: linear-gradient(to top, #33875b 0%, #51c586 100%);
	border: 3px solid #33875b;
}

.telBtnList>a:nth-of-type(4) {
	background-image: linear-gradient(to top, #0b6cad 0%, #8bd1ff 100%);
	border: 3px solid #0b6cad;
}

.telBtnList>a:nth-of-type(5) {
	background-image: linear-gradient(to top, #5f1985 0%, #b669e0 100%);
	border: 3px solid #5f1985;
}

.telBtnList>a:nth-of-type(6) {
	background-image: linear-gradient(to top, #e83629 0%, #ff847b 100%);
	border: 3px solid #e83629;
}

.telBtnList>a span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}

.telBtnList>a strong {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: baseline;
	flex-wrap: nowrap;
	column-gap: 5px;
	font-family: "Arial", sans-serif;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}

.telBtnList>a strong::before {
	content: '';
	display: block;
	width: auto;
	height: 25px;
	aspect-ratio: 256/168;
	background-image: url('https://art-lock.net/wp-content/uploads/2024/09/freedial.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.telBtnList>a:hover {
	filter: brightness(1.1);
	text-decoration: none;
	transition: all 0.3s ease;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*TELボタンリスト*/
	.telBtnList {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		column-gap: 10px;
		grid-row-gap: 10px;
	}

	.telBtnList>a {
		width: calc(100% / 2 - 5px);
		padding: 10px;
	}

	.telBtnList>a span {
		font-size: 14px;
	}

	.telBtnList>a strong {
		font-size: 20px;
		white-space: nowrap;
	}

	.telBtnList>a strong::before {
		height: 15px;
	}
}

/*よくある質問*/
#page_faq {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
}

/*出張エリア 親ページ*/
.arealist {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 45px;
	grid-row-gap: 45px;
}

.arealist>.arealist_box {
	width: calc(100% / 3 - 30px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 15px;
}

.arealist>.arealist_box header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.arealist>.arealist_box header>h2 {
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	font-family: Hiragino Mincho ProN, "游明朝", serif;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
}

/*-リスト*/
.arealist>.arealist_box>ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 0;
	grid-row-gap: 0;
}

.arealist>.arealist_box>ul>li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.arealist>.arealist_box>ul>li a {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	color: #212529;
	transition: all 0.3s ease;
}

.arealist>.arealist_box>ul>li a:hover {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	color: #1e73be;
	transition: all 0.3s ease;
}

.arealist>.arealist_box>ul>li:last-child>span {
	display: none;
}

/*電話*/
.arealist>.arealist_box tel {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
}

.arealist>.arealist_box tel>a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 8px;
	width: calc(100%);
	padding: 10px;
	margin: 0;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border: 1px solid #2f39ff;
	border-radius: 10px;
	transition: all 0.3s ease;
	font-family: "Arial", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}

.arealist>.arealist_box:nth-of-type(1) tel>a {
	background-image: linear-gradient(to top, #cb2161 0%, #ff9cc7 100%);
	border: 3px solid #cb2161;
}

.arealist>.arealist_box:nth-of-type(2) tel>a {
	background-image: linear-gradient(to top, #ec9807 0%, #ffcf7e 100%);
	border: 3px solid #ec9807;
}

.arealist>.arealist_box:nth-of-type(3) tel>a {
	background-image: linear-gradient(to top, #33875b 0%, #51c586 100%);
	border: 3px solid #33875b;
}

.arealist>.arealist_box:nth-of-type(4) tel>a {
	background-image: linear-gradient(to top, #0b6cad 0%, #8bd1ff 100%);
	border: 3px solid #0b6cad;
}

.arealist>.arealist_box:nth-of-type(5) tel>a {
	background-image: linear-gradient(to top, #5f1985 0%, #b669e0 100%);
	border: 3px solid #5f1985;
}

.arealist>.arealist_box:nth-of-type(6) tel>a {
	background-image: linear-gradient(to top, #e83629 0%, #ff847b 100%);
	border: 3px solid #e83629;
}

.arealist>.arealist_box tel>a::before {
	content: '';
	display: block;
	width: auto;
	height: 22px;
	aspect-ratio: 256/168;
	background-image: url('https://art-lock.net/wp-content/uploads/2024/09/freedial.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.arealist>.arealist_box tel>a:hover {
	filter: brightness(1.1);
	text-decoration: none;
	transition: all 0.3s ease;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*出張エリア 親ページ*/
	.arealist {
		width: 100%;
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
	}

	.arealist>.arealist_box {
		width: calc(100%);
		padding: 0 0 20px;
		margin: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		position: relative;
		display: flex;
		flex-direction: column;
		grid-row-gap: 15px;
	}

	.arealist>.arealist_box header {
		width: 100%;
	}

	.arealist>.arealist_box header>h2 {
		font-size: 20px;
	}
}

/*=======================================*/
/*メインビジュアル*/
/*=======================================*/
#mv {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	background-image: url('https://art-lock.net/wp-content/uploads/2024/10/mv_bg_2.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.mvBox {
	width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
}

.mvBox>header {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-row-gap: 20px;
	z-index: 0;
}

.mvBox>header>h2 {
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
}

.mvBox>header>p {
	width: 100%;
	max-width: 700px;
	padding: 0;
	margin: 0;
	position: relative;
	border: none;
	background: none;
}

.mvBox>header>span {
	display: block;
	width: 300px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: -1;
}

.mvBox>header>h2 img,
.mvBox>header>p img,
.mvBox>header>span img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}

/*画像*/
.mv_img {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
	column-gap: 20px;
	position: relative;
}

.mv_img>span {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

.mv_img>span:nth-of-type(1) {
	width: 240px;
	padding: 40px 0 0;
	margin: 0;
	position: relative;
}

.mv_img>span:nth-of-type(2) {
	width: 550px;
	padding: 0;
	margin: 0;
	position: relative;
}

.mv_img>span:nth-of-type(3) {
	width: 240px;
	padding: 40px 0 0;
	margin: 0;
	position: relative;
}

.mv_img>span img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}

/*リスト*/
.mv_badge {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: flex-end;
	flex-wrap: nowrap;
	column-gap: 20px;
}

.mv_badge>li {
	width: 200px;
	padding: 0;
	margin: 0;
	position: relative;
}

.mv_badge>li img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	#mv {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		background: none;
		position: relative;
	}

	#mv>img {
		width: 100%;
		height: auto;
	}
}


/*=======================================*/
/*料金表*/
/*=======================================*/
#price {
	padding: 0;
	margin: 0 auto 100px;
}

.priceBox {
	width: 100%;
	max-width: 1110px;
	padding: 0 0 50px;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 50px;
	border-bottom: 1px dashed #c8c8c8;
}

.priceBox:first-of-type {
	border-top: 1px dashed #c8c8c8;
	padding-top: 50px;
}

.priceBox>header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 30px;
	width: calc(100% - 50px - 450px);
	padding: 0;
	margin: 0;
}

.priceBox>header>figure {
	width: 250px;
	min-width: 250px;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	aspect-ratio: 1/1;
}

.priceBox>header>figure::before {
	content: '';
	display: block;
	padding: 50%;
}

.priceBox>header>figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.priceBox>header>h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.625rem, calc(0.245253164556962rem + 1.89873417721519vw), 1.5625rem);
	line-height: 1.4em;
	font-weight: bold;
	color: #111;
	font-feature-settings: 'palt' 1;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
}

.priceBox>header>h2>span {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	color: #fa6219;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	font-feature-settings: 'palt' 1;
}

/*リスト*/
.priceBox>.priceList {
	width: 450px;
	padding: 0;
	margin: 0;
	position: relative;
}

.priceBox>.priceList dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	background: #f0f0f0;
	position: relative;
	padding: 0;
	margin: 0;
}

.priceBox>.priceList dl:nth-of-type(even) {
	background: #fff;
}

.priceBox>.priceList dl dt {
	width: 60%;
	padding: 15px;
	margin: 0;
	background: none;
	border: none;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #111;
	font-feature-settings: 'palt' 1;
}

.priceBox>.priceList dl dd {
	width: 40%;
	padding: 15px;
	margin: 0;
	background: none;
	border: none;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #fa6219;
	font-feature-settings: 'palt' 1;
	text-align: right;
}

/*注意事項*/
.priceAtt {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	grid-row-gap: 10px;
}

.priceAtt>p {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	color: #cf2e2e;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
}

/*支払い方法*/
.priceCard {
	width: 100%;
	max-width: 1110px;
	padding: 20px;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 50px;
	border-top: 10px solid #00adff;
	border-bottom: 10px solid #00adff;
}

.priceCard>h2 {
	width: calc(100% - 50px - 400px);
	padding: 0;
	margin: 0;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	color: #111;
	font-feature-settings: 'palt' 1;
	text-align: left;
	border: none;
	background: none;
}

.priceCard>img {
	width: 400px;
	padding: 0;
	margin: 0;
	position: relative;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	#price {
		padding: 0;
		margin: 0 auto 50px;
	}

	.priceBox {
		width: calc(100% - 30px);
		max-width: 100%;
		padding: 0 0 30px;
		margin: 0 auto 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
		border-bottom: 1px dashed #c8c8c8;
	}

	.priceBox:first-of-type {
		border-top: 1px dashed #c8c8c8;
		padding-top: 30px;
	}

	.priceBox>header {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 20px;
		grid-row-gap: 0;
		width: calc(100%);
		padding: 0;
		margin: 0;
	}

	.priceBox>header>figure {
		width: 25%;
		min-width: 25%;
		padding: 0;
		margin: 0;
		position: relative;
		text-align: center;
		overflow: hidden;
		border-radius: 50%;
		aspect-ratio: 1/1;
	}

	.priceBox>header>h2 {
		width: calc(100% - 20px - 40%);
		font-family: "Noto Sans JP", sans-serif;
		font-size: 20px;
		text-align: left;
		width: 100%;
	}

	.priceBox>header>h2>span {
		margin: 5px 0 0;
		color: #fa6219;
		font-size: 17px;
		text-align: left;
	}

	/*リスト*/
	.priceBox>.priceList {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}

	.priceBox>.priceList dl {
		width: 100%;
		background: #f0f0f0;
	}

	.priceBox>.priceList dl dt {
		width: calc(100% - 120px);
		padding: 15px 10px;
		font-size: 13px;
	}

	.priceBox>.priceList dl dd {
		width: 120px;
		padding: 15px 10px;
		font-size: 13px;
		white-space: nowrap;
	}

	/*注意事項*/
	.priceAtt {
		width: calc(100% - 30px);
		max-width: 100%;
		margin: 0 auto 30px;
		grid-row-gap: 10px;
	}

	.priceAtt>p {
		width: 100%;
		font-size: 13px;
	}

	/*支払い方法*/
	.priceCard {
		width: calc(100% - 30px);
		max-width: 100%;
		padding: 20px 0;
		margin: 0 auto 30px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 10px;
		border-top: 5px solid #00adff;
		border-bottom: 5px solid #00adff;
	}

	.priceCard>h2 {
		width: calc(100%);
		font-size: 17px;
		text-align: center;
	}

	.priceCard>img {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
}

/*=======================================*/
/*サービス*/
/*=======================================*/
#service {
	padding: 0;
	margin: 0 auto 100px;
}

#serviceFlow {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}

#serviceFlow>h2 {
	width: 100%;
	padding: 15px 10px 18px;
	margin: 0 auto 50px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, calc(0.04113924050632911rem + 3.5443037974683547vw), 2.5rem);
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 20px;
	border: none;
}

#serviceFlow>figure {
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#serviceFlow>figure img {
	width: 100%;
	height: auto;
}

#serviceList {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}

#serviceList>h2 {
	width: 100%;
	padding: 15px 10px 18px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, calc(0.04113924050632911rem + 3.5443037974683547vw), 2.5rem);
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 20px;
	border: none;
}

#serviceList>dl {
	width: calc(100% / 2 - 15px);
	padding: 0;
	margin: 0;
	position: relative;
	border: 5px solid #1e73be;
	border-radius: 10px;
}

#serviceList>dl dt {
	width: 100%;
	padding: 10px 20px 15px;
	margin: 0;
	background: #1e73be;
	border: none;
}

#serviceList>dl dt h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	font-feature-settings: 'palt' 1;
	text-align: left;
	background: none;
	border: none;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#serviceList>dl dt h3::before,
#serviceList>dl dt h3::after {
	display: none;
}

#serviceList>dl dd {
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	background: #fff;
	border: none;
	border-radius: 0 0 10px 10px;
}

#serviceList>dl dd p {
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#serviceList>dl dd p:last-of-type {
	margin-bottom: 0;
}

#serviceList>dl dd img {
	margin-top: 10px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	.mainSection{
		margin-bottom: 0;
	}

	#service {
		padding: 0;
		margin: 0 auto 50px;
	}

	#serviceFlow {
		width: calc(100% - 30px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		position: relative;
	}

	#serviceFlow>h2 {
		width: 100%;
		padding: 15px 10px 18px;
		border-radius: 10px;
		margin: 0 auto 15px;
	}

	#serviceFlow>figure {
		width: 100%;
		max-width: 100%;
	}

	#serviceList {
		width: calc(100% - 30px);
		max-width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 15px;
	}

	#serviceList>h2 {
		width: 100%;
		padding: 15px 10px 18px;
		border-radius: 10px;
	}

	#serviceList>dl {
		width: calc(100%);
		border: 5px solid #1e73be;
		border-radius: 10px;
	}

	#serviceList>dl dt h3 {
		font-size: 16px;
	}

	#serviceList>dl dd img {
		margin-top: 10px;
		max-width: 100%;
	}
}

/*=======================================*/
/*お問い合わせ*/
/*=======================================*/
#contact {
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}

#contact .sec {
	width: 100%;
	padding: 0;
	margin: 0 auto 100px;
	position: relative;
}

#contact .sec>h2 {
	width: 100%;
	padding: 15px 10px 18px;
	margin: 0 auto 40px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, calc(0.04113924050632911rem + 3.5443037974683547vw), 2.5rem);
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 20px;
	border: none;
}

#contact .sec>h3 {
	width: 100%;
	padding: 0 0 15px;
	margin: 0 auto 20px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	color: #1e73be;
	background: none;
	border: none;
	border-bottom: 2px solid #1e73be;
	border-radius: 0;
}

.photoAtt_wrap {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}

.photoAtt {
	width: calc(100% / 2 - 10px);
	padding: 0;
	margin: 0;
	position: relative;
	border: 5px solid #1e73be;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.photoAtt>dt {
	width: 100%;
	padding: 10px 20px 15px;
	margin: 0;
	background: #1e73be;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	font-feature-settings: 'palt' 1;
	text-align: left;
}

.photoAtt>dd {
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	background: #fff;
	border: none;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.photoAtt>dd>h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	font-feature-settings: 'palt' 1;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0 auto 5px;
	position: relative;
}

.photoAtt>dd>p {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.photoAtt>dd>figure {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}

.photoAtt>dd>figure img {
	width: calc(100% / 2 - 5px);
	height: auto;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	#contact {
		margin: 0 auto 50px;
	}

	#contact .sec {
		width: calc(100% - 30px);
		margin: 0 auto 30px;
	}

	#contact .sec>h2 {
		width: 100%;
		font-size: 20px;
		padding: 10px 10px 13px;
		border-radius: 10px;
		margin: 0 auto 15px;
	}

	#contact .sec>h3 {
		width: 100%;
		padding: 0 0 10px;
		margin: 0 auto 15px;
		font-size: 20px;
	}

	.photoAtt_wrap {
		width: calc(100%);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		column-gap: 20px;
		grid-row-gap: 20px;
		flex-wrap: wrap;
	}

	.photoAtt {
		width: calc(100%);
	}

	.photoAtt>dt {
		width: 100%;
		padding: 10px 20px 15px;
		font-size: 18px;
	}

	.photoAtt>dd {
		width: 100%;
		padding: 15px 20px;
	}

	.photoAtt>dd>h4 {
		font-size: 15px;
	}
}

/*お問い合わせフォーム*/
#cfArea {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#cfArea::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}

.cfBox {
	width: 100%;
	max-width: 800px;
	padding: 50px;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
	position: relative;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.cfBox>h2 {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	background: #1e73be;
	border-radius: 10px;
	text-align: center;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	font-feature-settings: 'palt' 1;
}

.cfBox dl {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	border: none;
	border-bottom: 2px dashed #ccc;
	background: none;
}

.cfBox dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	font-feature-settings: 'palt' 1;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	background: none;
	border: none;
}

.cfBox p {
	padding: 0;
	margin: 0;
}

span.att {
	display: inline-block;
	padding: 5px;
	margin: 0 0 0 10px;
	background: #cf2e2e;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}

span.any {
	display: inline-block;
	padding: 5px;
	margin: 0 0 0 10px;
	background: #0693e3;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}

.cfBox dd {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
}

/*フォーム*/
.cfBox input {
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 15px;
	padding: 15px;
}

.cfBox input[type="radio"] {
	width: 12px;
}

.cfBox span input.wpcf7-file {
	margin: 0 0 10px;
}

.cfBox input[type="file"] {
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 15px;
	padding: 0;
}

.cfBox input.wpcf7-text {
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: none;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 1;
	background: #fff;
	outline: none;
}

.cfBox input.wpcf7-text.w50 {
	width: 50%;
}

.cfBox input.wpcf7-text.w25 {
	width: 25%;
}

/*ラジオボタン*/
.cfBox .wpcf7-radio {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 10px;
}

.cfBox .wpcf7-list-item {
	display: inline-flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 5px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/*テキストエリア*/
.cfBox textarea {
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: none;
	font-family: var(--font-jp);
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 2;
	background: #fff;
	outline: none;
}

.form-control {
	height: auto;
}

.cf_check {
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}

.wpcf7-validates-as-required label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 10px;
	margin: 0 auto;
	background: #fafafa;
	border-radius: 5px;
	line-height: 1;
	margin-top: 10px;
	cursor: pointer;
}

.cf_btn {
	text-align: center;
}

.cf_btn input {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #234bce;
	padding: 15px 50px 18px;
	margin: 0;
	border-radius: 40px;
	border: none;
	transition: all 0.3s ease;
}

.cf_btn input:hover {
	background: #cf2e2e;
	transition: all 0.3s ease;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	padding: 30px !important;
	border: 2px solid #00a0d2;
	background: #fff !important;
	max-width: 800px !important;
	margin: 50px auto 0 !important;
	text-align: center !important;
	font-size: 20px !important;
	font-weight: 600;
	line-height: 1.2em;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*お問い合わせフォーム*/
	#cfArea {
		width: 100%;
		padding: 30px 0;
	}

	.cfBox {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		border-radius: 10px;
	}

	.cfBox>h2 {
		font-size: 20px;
	}

	.cfBox dl {
		width: 100%;
		padding: 15px 0;
	}

	.cfBox dt {
		font-size: 16px;
		margin: 0 auto 5px;
	}

	span.att {
		display: inline-block;
		padding: 5px;
		margin: 0 0 0 10px;
		background: #cf2e2e;
		border-radius: 3px;
		font-size: 12px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
	}

	span.any {
		display: inline-block;
		padding: 5px;
		margin: 0 0 0 10px;
		background: #0693e3;
		border-radius: 3px;
		font-size: 12px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
	}

	.cfBox dd {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		border: none;
		background: none;
	}

	/*フォーム*/
	.cfBox input {
		font-size: 14px;
		padding: 10px;
	}

	.cfBox input[type="radio"] {
		width: 12px;
	}

	.cfBox span input.wpcf7-file {
		margin: 0 0 10px;
	}

	.cfBox input[type="file"] {
		font-size: 14px;
		padding: 0;
	}

	.cfBox input.wpcf7-text {
		width: 100%;
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
	}

	.cfBox input.wpcf7-text.w50 {
		width: 100%;
	}

	.cfBox input.wpcf7-text.w25 {
		width: 100%;
	}

	/*ラジオボタン*/
	.cfBox .wpcf7-radio {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 15px;
		grid-row-gap: 10px;
	}

	/*テキストエリア*/
	.cfBox textarea {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}

	.form-control {
		height: auto;
	}

	.cf_check {
		padding: 15px 0;
	}

	.wpcf7-validates-as-required label {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		column-gap: 10px;
		padding: 10px;
		margin: 0 auto;
		background: #fafafa;
		border-radius: 5px;
		line-height: 1;
		margin-top: 10px;
		cursor: pointer;
	}

	.cf_btn {
		text-align: center;
	}

	.cf_btn input {
		display: inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 10px;
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background: #234bce;
		width: 80%;
		padding: 13px 20px 16px;
		margin: 0;
		border-radius: 36px;
		border: none;
		transition: all 0.3s ease;
	}

	.wpcf7 form .wpcf7-response-output {
		padding: 20px !important;
		border: 2px solid #00a0d2;
		background: #fff !important;
		max-width: 800px !important;
		margin: 30px auto 0 !important;
		text-align: center !important;
		font-size: 16px !important;
		font-weight: 600;
		line-height: 1.2em;
	}
}

/*コラム一覧*/


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	.media>div {
		display: flex;
		justify-content: space-between;
	}

	.media .postList_thumbnail {
		min-width: 100px;
	}

	.entry-meta {
		margin-bottom: 5px;
	}

	.media .media-body .media-heading {
		font-size: 15px;
		font-weight: bold;
	}

	.media-body .more {
		text-align: right;
	}

	.media-body .link {
		color: #234bce;
		text-decoration: underline;
	}

	.media-body .link:hover {
		color: #234bce;
		text-decoration: none;
	}
}



/*=======================================*/
/*ヘッダーナビゲーション*/
/*=======================================*/
.gMenu li li {
	background: #234bce;
}

.gMenu>li:before,
.gMenu>li.menu-item-has-children::after {
	border-bottom-color: #234bce;
}

.gMenu>li#menu-item-2466 {
	position: relative;
}

.gMenu>li#menu-item-2466>ul.sub-menu {
	width: 600px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0;
	margin: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.gMenu>li#menu-item-2466>ul.sub-menu li {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.gMenu>li#menu-item-2466>ul.sub-menu::-webkit-scrollbar,
.gMenu>li#menu-item-2466>ul.sub-menu li::-webkit-scrollbar {
	display: none;
}

/*エリアナビ*/
.areanav {
	width: 100%;
	padding: 30px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
}

.areanav>dl {
	width: calc(100% / 2 - 15px);
	padding: 0;
	margin: 0;
	position: relative;
}

.areanav>dl dt {
	width: 100%;
	padding: 0;
	margin: 0 auto 7px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	border: none;
	background: none;
	position: relative;
}

.areanav>dl dd {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.areanav>dl dd>ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	column-gap: 8px;
	grid-row-gap: 8px;
	border: none;
	background: none;
}

.areanav>dl dd>ul>li {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}

.areanav>dl dd>ul>li::before,
.areanav>dl dd>ul>li::after,
.areanav>dl dd>ul>li span {
	display: none;
}

.gMenu .areanav>dl dd>ul>li a {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.gMenu .areanav>dl dd>ul>li a:hover {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: underline;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	.areanav {
		width: 100%;
		padding: 20px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}

	.areanav>dl {
		width: calc(100%);
	}

	.areanav>dl dt {
		width: 100%;
		padding: 0;
		margin: 0 auto 7px;
		font-size: 15px;
		line-height: 1;
		color: #222;
		border: none;
		background: none;
		position: relative;
	}

	.areanav>dl dd {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		background: none;
	}

	.areanav>dl dd>ul {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		flex-wrap: wrap;
		column-gap: 8px;
		grid-row-gap: 8px;
		border: none;
		background: none;
	}

	.areanav>dl dd>ul>li {
		width: auto;
		padding: 0;
		margin: 0;
		position: relative;
		line-height: 1;
	}

	.areanav>dl dd>ul>li::before,
	.areanav>dl dd>ul>li::after,
	.areanav>dl dd>ul>li span {
		display: none;
	}

	.vk-menu-acc ul.sub-menu li .areanav>dl dd>ul>li a {
		font-size: 12px;
		line-height: 1;
		color: #222;
		text-decoration: none;
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		display: inline;
	}

	.vk-menu-acc ul.sub-menu li .areanav>dl dd>ul>li a:hover {
		font-size: 12px;
		line-height: 1;
		color: #222;
		text-decoration: underline;
	}
}

/*エリアナビ フッター*/
.siteFooter{
	padding-top: 20px;
}

.siteFooter .areanav {
	width: 100%;
	padding: 0;
	column-gap: 0;
	grid-row-gap: 20px;
}

.siteFooter .areanav>dl {
	width: calc(100%);
}

.siteFooter .areanav>dl dt {
	margin: 0 auto 7px;
	font-size: 15px;
	line-height: 1;
}

.siteFooter .areanav>dl dd>ul>li {
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

.siteFooter .areanav>dl dd>ul>li a {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.siteFooter .areanav>dl dd>ul>li a:hover {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: underline;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	.siteFooter .areanav {
		width: 100%;
		padding: 0;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}

	.siteFooter .areanav>dl dt {
		color: #fff;
	}

	.siteFooter .areanav>dl dd>ul>li a {
		font-size: 12px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		display: inline;
	}

	.siteFooter .areanav>dl dd>ul>li a:hover {
		font-size: 12px;
		line-height: 1;
		color: #fff;
		text-decoration: underline;
	}
}

/*エリアナビ 会社概要*/
.entry-body .areanav {
	width: 100%;
	padding: 10px 10px 10px 0;
	column-gap: 30;
	grid-row-gap: 20px;
}

.entry-body .areanav>dl {
	width: calc(100% / 2 - 15px);
}

.entry-body .areanav>dl dt {
	margin: 0 auto 7px;
	font-size: 15px;
	line-height: 1;
	color: #212529;
}

.entry-body .areanav>dl dd>ul>li {
	font-size: 12px;
	line-height: 1;
	color: #337ab7;
}

.entry-body .areanav>dl dd>ul>li a {
	font-size: 12px;
	line-height: 1;
	color: #337ab7;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.entry-body .areanav>dl dd>ul>li a:hover {
	font-size: 12px;
	line-height: 1;
	color: #337ab7;
	text-decoration: underline;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	.entry-body .areanav {
		width: 100%;
		padding: 10px 0 10px 0;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}

	.entry-body .areanav>dl {
		width: calc(100%);
	}

	.entry-body .areanav>dl dd>ul>li a {
		font-size: 12px;
		line-height: 1;
		color: #222;
		text-decoration: none;
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		display: inline;
	}

	.entry-body .areanav>dl dd>ul>li a:hover {
		font-size: 12px;
		line-height: 1;
		color: #222;
		text-decoration: underline;
	}
}

/*フッターテキスト*/
.footerAreaTxt {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.footerAreaTxt>h2 {
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
	border: none;
	background: none;
	position: relative;
}

.footerAreaTxt>h2 br {
	display: none;
}

.footerAreaTxt>p {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	color: #fff;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*フッターテキスト*/
	.footerAreaTxt {
		width: 100%;
		padding: 0 15px 30px;
	}

	.footerAreaTxt>h2 {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 18px;
		line-height: 1.4em;
	}

	.footerAreaTxt>h2 br {
		display: block;
	}

	.footerAreaTxt>p {
		text-align: justify;
		text-justify: inter-ideograph;
		word-break: break-all;
		font-size: 12px;
		line-height: 2em;
	}
}

.footerBanner {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
}

.footerBanner img {
	width: auto;
	height: 65px;
}

.wp-block-heading.none {
	padding: 0;
	border: none;
}

.wp-block-heading.none::before,
.wp-block-heading.none::after {
	display: none;
}

/*ヘッダーLINE*/
.headLine {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 3px;
	height: 35px;
	padding: 10px;
	margin: 0;
	background: #00B900;
	position: relative;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 .25rem .25rem;
	margin-left: 10px;
	white-space: nowrap;
	top: 7px;
	transition: all 0.15s ease;
}

.headLine::before {
	content: '';
	display: block;
	width: auto;
	height: 12px;
	aspect-ratio: 207 / 198;
	background-image: url('https://art-lock.net/wp-content/uploads/2025/02/icon_line_w.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	transition: all 0.15s ease;
}

.headLine:hover {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.1);
	transition: all 0.15s ease;
}

/*LINEボタン*/
.lineBtn {
	display: inline-flex !important;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	height: auto;
	padding: 30px 100px;
	margin: 0;
	background: #00B900;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	transition: all 0.15s ease;
}

.lineBtn::before {
	content: '';
	display: block;
	width: auto;
	height: 30px;
	aspect-ratio: 207 / 198;
	background-image: url('https://art-lock.net/wp-content/uploads/2025/02/icon_line_w.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	transition: all 0.15s ease;
}

.lineBtn::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: none;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0, -50%) rotate(45deg);
}

.lineBtn:hover {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.1);
	transition: all 0.15s ease;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {
	.wp-block-image.aligncenter.lineBlock {
		display: block;
	}

	.lineBtn {
		display: flex;
		width: 100%;
		padding: 15px 15px;
		font-size: 14px;
		white-space: nowrap;
	}

	.lineBtn::before {
		height: 16px;
	}

	.lineBtn::after {
		display: none;
	}
}

.areatitle_h2 {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
}

.areatitle_h2 h2 {
	width: 100%;
	padding: 15px 0 18px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.9375rem, calc(-0.4549rem + 6.962vw), 2.4rem);
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: none;
	border-radius: 20px;
	border: none;
	position: relative;
	z-index: 0;
}

.areatitle_h2>h2::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(to top, #48BAB4 0%, #99F3EB 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -2;
}


/*-セクションヘッダー*/
.title_h3 {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
}

.title_h3>strong {
	display: inline-block;
	padding: 10px 20px 13px;
	margin: 0 auto;
	background: #111;
	font-size: clamp(0.625rem, calc(0.245253164556962rem + 1.89873417721519vw), 1.5625rem);
	line-height: 1;
	font-weight: bold;
	color: #fff;
	position: relative;
	border-radius: 45px;
}

.title_h3>strong::after {
	content: '';
	display: block;
	width: 30px;
	height: 15px;
	background: #111;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
}

.title_h3>h3 {
	width: 100%;
	padding: 15px 10px 18px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, calc(0.04113924050632911rem + 3.5443037974683547vw), 2.5rem);
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 20px;
	border: none;
}

.title_h3>h3::after {
	display: none;
}

.title_h3>h3 small {
	font-weight: bold;
}

.title_h3.areattl>h3 {
	width: 100%;
	padding: 20px 10px 23px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.0625rem, calc(-0.02610759493670889rem + 5.443037974683544vw), 3.75rem);
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background-image: linear-gradient(to top, #2f39ff 0%, #0199fe 100%);
	border-radius: 20px;
	border: none;
}

.title_h3.areattl>h3 small {
	font-weight: bold;
}

.title_h3.areattl>h3 {
	width: 100%;
	padding: 15px 0 18px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.9375rem, calc(-0.4549050632911391rem + 6.962025316455696vw), 4.375rem);
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: none;
	border-radius: 20px;
	border: none;
	position: relative;
	z-index: 0;
}

.title_h3.areattl>h3::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(to top, #ff4d6b 0%, #ff7c8d 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -2;
}

.title_h3.areattl>h3::after {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAACBJREFUGFdjZEAC/////88I44M5IAASgHFAbEZkDkgAACAGEAEsi3uLAAAAAElFTkSuQmCC');
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0.2;
	z-index: -2;
}

.title_h3.areattl>h3 .min {
	font-size: clamp(14px, calc(-14.444444444444443px + 3.7037037037037033vw), 30px);
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*-セクションヘッダー*/
	.title_h3 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
	}

	.title_h3>strong {
		display: inline-block;
		padding: 10px 10px 13px;
		border-radius: 30px;
	}

	.title_h3>strong::after {
		content: '';
		display: block;
		width: 20px;
		height: 10px;
		bottom: -9px;
	}

	.title_h3>h3 {
		width: 100%;
		padding: 15px 10px 18px;
		border-radius: 10px;
	}
}

.recommend {
	margin: 0 auto;
}

.recommend p {
	margin-bottom: 0;
}

.recommend_points {
	display: flex;
	margin-bottom: 25px;
	gap: 25px;
	justify-content: center;
	align-items: stretch;
}

.recommend_point {
	width: 490px;
	padding: 20px;
	background-color: #FFFFDD;
}

.recommend_point_ttl {
	display: flex;
	gap: 15px;
	align-items: center;
	text-align: left;
	margin-bottom: 15px;
}

.recommend_point_ttl p {
	font-weight: bold;
}

.recommend_point_num {
	background-color: #FF4D6B;
}

.recommend_point_num p {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	padding: 5px 13px;
	line-height: 1;
}

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

	.recommend_point {
		width: 340px;
		margin: 0 auto;
	}

	.recommend_points {
		flex-direction: column;
	}

}

.title_h2>h2 {
	width: 100%;
	padding: 15px 0 18px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.9375rem, calc(-0.4549rem + 6.962vw), 2.4rem);
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	background: none;
	border-radius: 20px;
	border: none;
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}

.title_h2>h2::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(to top, #48BAB4 0%, #99F3EB 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -2;
}

.read_txt {
	text-align: center;
	font-size: 18px;
}

.genre_img {
	width: 100%;
	margin: 0 auto;
}

.flow_box {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.flow_box p {
	flex: 7;
	font-size: 18px;
	margin-bottom: 0;
}

.flow_img {
	flex: 3;
	width: 300px;
}

.flow .title_h3::before {
	content: "";
	position: absolute;
	background-image: url('./img/step1.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 158px;
	width: 178px;
	top: -27%;
	left: -7%;
	z-index: 3;
}

.flow .title_h3::before {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: -27%;
	left: -10%;
	z-index: 3;
}

.flow .title_h3.step1::before {
	background-image: url('./img/step1.png');
	height: 158px;
	width: 178px;
}

.flow .title_h3.step2::before {
	background-image: url('./img/step2.png');
	height: 158px;
	width: 181px;
}

.flow .title_h3.step3::before {
	background-image: url('./img/step3.png');
	height: 158px;
	width: 189px;
}

.flow .title_h3.step4::before {
	background-image: url('./img/step4.png');
	height: 158px;
	width: 189px;
}

.service_box {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}


.service_txt {
	flex: 7;
}

.service_txt p {
	position: relative;
	padding-left: 18px;
	font-size: 18px;
	margin-bottom: 18px;
}

.service_txt p::before{
	content: "・";
    position: absolute;
    left: -4px;
}

.cta{
	padding: 20px 0;
}


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

	.flow_box {
		flex-direction: column;
	}

	.flow .title_h3 {
		padding-left: 50px;
	}


	.flow .title_h3::before {
		top: -27%;
		left: -3%;
	}

	.flow .title_h3.step1::before {
		height: 107px;
		width: 100px;
	}

	.flow .title_h3.step2::before {
		height: 86px;
		width: 102px;
	}

	.flow .title_h3.step3::before {
		height: 85px;
		width: 106px;
	}

	.flow .title_h3.step4::before {
		height: 87px;
		width: 108px;
	}

	.service_box {
		flex-direction: column;
	}

}

.achievements {
	width: 100%;
	max-width: 1110px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 0;
	grid-row-gap: 0;
	gap: 5px;
}

.achievements>li {
	width: calc((100% - 5px * 2) / 3);
	padding: 15px;
	margin: 0;
	background: #FFFFDD;
	position: relative;
}

.achievements li h3 {
	padding: 0;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 10px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	border: none;
	background: none;
}

.achievements li h3:after {
	display: none;
}

.achievements li p {
	padding: 0;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.achievements_thumb {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px) {

	/*お客様の声*/
	.achievements {
		width: 100%;
		max-width: 100%;
		grid-row-gap: 10px;
	}

	.achievements>li {
		width: calc(100%);
		padding: 30px;
	}
}


.market table {
	border: 1px #000 solid !important;
	border-bottom: 1px #000 solid;
	background-color: #f5f5f5;
	text-align: center;
}

.market th {
	font-weight: 600;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2
}

.market td {
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2
}

.market th:last-child {
	border-right: none;
}

.market td:last-child {
	border-right: none;
}

.market tr:last-child td {
	border-bottom: none;
}

.avaliable {
	width: 100%;
	padding: 25px 0;
	background-color: #FFFFDD;
	margin-bottom: 50px;
}

.cities-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	justify-content: center;
	padding: 0;
	margin: 0 20px;
}

.cities-list li {
	margin-bottom: 0;
}

.br-sp {
    display: none;
}

@media (max-width: 768px) {
    .br-sp {
        display: block;
    }
}




.trouble-columns {
	width: 100%;
	padding: 0;
	margin: 0 auto 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 40px;
}
.trouble-columns .trouble-column-box {
	width: calc((100% - 90px) / 4);
}
@media (max-width: 768px) {
	.trouble-columns {
		margin: 0 auto 50px;
		column-gap: 0;
		grid-row-gap: 30px;
	}
	.trouble-columns .trouble-column-box {
		width: 100%;
	}
}