:root {
	--company-cta-box-border-color: #8C722A;
	--company-cta-btn-color: #780505;
}


section {
	padding-bottom: var(--theme-content-vertical-spacing);
}


.first-section {
	padding-top: var(--theme-content-vertical-spacing);
}

section:nth-child(odd) {
	background: #f0f0f0
}


[data-vertical-spacing*=top] {
	padding-top: 0 !important;
}

h1 span {
	display: block;
	font-size: 20pt;
}

h2 {
	margin-block-end: 0 !important;
	padding: 1.5em 0 !important;
	text-align: center;
}

.c_main_image {
	margin-top: 2em;
}

#id_sp_image {
	display: none;
}

.company_intro {
	margin-top: 1em;
}

.company_intro .store_img {
}

.company_intro .sales_point {
	margin: 2em 0;
	font-size: 15pt;
}

.greeting {
	background: #fff !important;
	padding: 50px;
	margin-block-end: var(--theme-content-spacing) !important;
	font-size: 15pt;
	box-shadow: 0 2px 6px #ccc;
}

.greeting .greeting_flex {
	display: flex;
	gap: 20px;
}
.greeting .representative_image {
	margin-bottom: 2em;
}
.greeting .greeting_flex > .representative_image {
	width: 400px;
	margin-bottom: 0;
}

.greeting .greeting_flex > .greeting_comment {
	flex: 2;
}


.greeting span {
	display: block;
	margin-top: 1em;
	text-align: right;
}

.greeting strong.greeting_title {
	font-size: 18pt;
	display: block;
	margin-bottom: 10px;
}
.greeting strong.strong_line {
	display: block;
	padding: 20px;
	color: var(--company-cta-btn-color);
	background: #F2EEE9;
	color: var(--company-cta-box-border-color);
}

#id_company_information .tbl {
	display: table;
	width: 100%;
}

#id_company_information .tbl-row {
	display: table-row;
}


#id_company_information .tbl-th,
#id_company_information .tbl-td {
	display: table-cell;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	width: auto;
	font-size: 16pt;
}
#id_company_information .tbl-th {
	width: 260px;
	box-sizing: border-box;
	font-weight: bold;
}

#id_company_information .tbl-row:first-child .tbl-th,
#id_company_information .tbl-row:first-child .tbl-td {
	padding-top: 0;
}

#id_map {
	margin: 1.5em 0 4em;
}
#id_map iframe {
	height: 400px;
}

/* スタッフ紹介 */

.staff_list {
/*	margin-block-start: 7em !important;
	margin-left: -3% !important;*/
}
.staff_list ul {
	list-style-type: none;
/*	display: flex;
	flex-wrap: wrap;
*/
}

/*.staff_list .staff_slide > div {*/
.staff_list .staff_slide .swiper-wrapper {
/*	width: 30.3%;
	margin-bottom: 3%;
	background: #fff;
	box-shadow: 0 2px 6px #ccc;
	position: relative;
	padding: 110px 30px 30px;
	margin-left: 3%;
*/
	text-align: center;
}

.staff_list .swiper-slide > div {
	background: #fff;
	padding: 20px;
}

.staff_list .staff_slide > div .s_img img {
/*	width: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: -210px auto 0;
*/
}

.staff_list .staff_slide > div .s_img img {
	width: 50%;
	border-radius: 50%;
	border: 4px solid #fff;
}

.staff_list ul li .affiliation {
}

.staff_list .staff_slide > div strong,
.staff_list .staff_slide > div .s_en_notation {
	display: block;
}
.staff_list .staff_slide > div strong {
	font-size: 18pt;
}
.staff_list .staff_slide > div .s_en_notation {
	font-weight: bold;
	font-size: 14pt;
	line-height: 1;
	margin-bottom: 1em;
}


.staff_list .staff_slide > div .qualification {
	display: inline-block;
	color: var(--company-cta-box-border-color);
	text-align: left;
}

.staff_list .staff_slide > div .comment {
	text-align: left;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	margin-top: 1em;
}

.staff_list .staff_slide > div .comment:before {
	content: "【スタッフコメント】";
	display: block;
	font-weight: bold;
	text-align: center;
}
.swiper-pagination {
    position: relative !important;
    bottom: -15px !important;
}


#id_store_image_list ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-left: -2% !important;
}
#id_store_image_list ul li {
	width: 48%;
	padding: 30px;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 2%;
	margin-left: 2%;
}

#id_store_image_list ul li img {
	width: 100%;
}

#id_store_image_list ul li span {
	display: block;
	margin-top: 5px;
}




.features_list ul {
	list-style-type: none;
}

.features_list ul li {
	border: 1px solid var(--company-cta-box-border-color);
	padding: 30px;
	background: #fff;
	margin-bottom: 1em;
}

.features_list ul li.only {
	font-size: 15pt;
	font-weight: bold;
}

.features_list ul li dl dt {
	color: var(--company-cta-btn-color);
	margin-bottom: 10px;
	font-size: 20pt;
}

.features_list ul li dl dd {
	font-size: 15pt;
}


.company_cta {
	width: 100%;
	max-width: 740px;
	padding: 40px;
	margin: 2em auto 0;
	border: 3px solid var(--company-cta-box-border-color);
	background: #F2EEE9;
	text-align: center;
}

.company_cta p {
	padding: 0;
	margin: 0;
}
.company_cta > strong {
	font-size: 26pt;
	color: var(--company-cta-box-border-color);
}
.company_cta ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
	margin-top: 1.5em !important;
}
.company_cta ul li {
	width: 50%;
	display: table;
}
.company_cta ul li a {
	display: table-cell;
	color: #fff;
	background: var(--company-cta-btn-color);
	vertical-align: middle;
	border-radius: 8px;
	padding: 15px 0;
	border: 1px solid var(--company-cta-btn-color);
	border-bottom: 3px solid #510b0b;
}

.company_cta ul li a:hover {
	padding: 15px 0;
	border: 1px solid var(--company-cta-btn-color);
	border-bottom: 3px solid var(--company-cta-btn-color);
	opacity: 0.8;
}

.company_cta ul li a strong {
	font-weight: bold;
}

.company_cta ul li.mail a strong {
	font-size: 16pt;
}

.company_cta ul li.tel a strong {
	display: block;
	font-size: 24pt;
}

.company_cta ul li a span {
}

/* 強み */
.initiatives_list > div:first-child {
	font-size: 15pt;
	padding: 30px;
	border: 1px solid var(--company-cta-btn-color);
	background: #F2EEEA;
}

.initiatives_list > div:first-child p {
	margin: 0;
	padding: 0;
}

.initiatives_list h3 {
	text-align: center;
	margin: 1.5em 0;
	font-size: 27pt;
}

.initiatives_list ol {
	display: inline-block;
	font-weight: bold;
	color: var(--company-cta-box-border-color);
	margin-top: 1.5em;
}


.initiatives_list dl dt {
	color: var(--company-cta-box-border-color);
}
.initiatives_list dl dd {
	margin-bottom: 2em !important;
}
.initiatives_list dl dd:last-child {
	margin-bottom: 0 !important;
}

.strong_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}

.strong_point > strong.initivatives_detail_custom_strong {
	display: block;
	margin-bottom: 2em;
	font-size: 15pt;
}

.strong_point > div {
	width: 49%;
	margin-bottom: 3%;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	border: 3px solid #25709d;
/*	var(--company-cta-box-border-color);*/
	color: var(--theme-text-color);
}
.strong_point > div.even {
	width: 47%;
}

.strong_point dl dt {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18pt;
	color: #25709d;
}

.strong_point dl dd {
	font-size: 13pt;
}


.our_thoughts {
	background: var(--common-image-path-bg-001) !important;
	background-size: cover !important;
	background-position: bottom center !important;
	padding-bottom: 16em !important;
	font-size: 15pt;
}



/* 実績紹介 */
.achievements_list {

}

.achievements_list ul {
	list-style-type: none;
}
.achievements_list.image_active ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}

.achievements_list ul li {
	width: 48%;
	margin-bottom: 3%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 6px #ccc;
	display: inline-block;
	margin-right: 2%;
}
.achievements_list ul li:nth-child(even) {
	margin-right: 0;
}

.achievements_list.image_active ul li {
	display: flex;
	gap: 10px;
}
.achievements_list ul li:last-child {
	margin-bottom: 3%;
}
.achievements_list.image_active ul li .image_area {
	width: 240px;
}

.achievements_list.image_active ul li dl {
	flex-grow: 2;
}

.achievements_list ul li dl dt {
	font-size: 13pt;
	border-bottom: 1px solid #464646;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.voice_list ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.voice_list ul li {
	width: 49%;
	padding: 30px 30px 20px;
	border-radius: 10px;
	border: 1px solid var(--theme-text-color);
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 1em;
}

.voice_list ul li div:first-child {
	font-weight: bold;
}

.voice_list ul li div:last-child {
	text-align: right;
}

.voice_list ul li span {
	display: inline-block;
}

.voice_list ul li span:before {
}

.voice_list ul li span.man_icon:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: var(--common-man-icon) no-repeat;
	background-size: 35px;
	background-position: center;
	vertical-align: middle;
}

.voice_list ul li span.woman_icon:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: var(--common-woman-icon) no-repeat;
	background-size: 35px;
	background-position: center;
	vertical-align: middle;
}


.sns_content {
	padding: 20px 0;
}

.sns_content strong {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.sns_content ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.sns_content ul li {
}
.sns_content ul li img {
	width: 50px;
}
.sns_content ul li.sns_youtube img {
	width: auto;
	height: 50px;
}
.sns_content ul li.sns_x img {
	width: auto;
	height: 40px;
}

/* 会社概要内のSNSアイコン */
#id_company_data .sns_content ul {
	justify-content: flex-start;
}

@media(max-width: 1000px) {
	.our_thoughts {
		padding-bottom: 12em !important;
	}
}

@media(max-width: 840px) {
	.greeting {
		padding: 20px;
		font-size: 12pt;
	}
	.strong_point {
		flex-direction: column;
	}
	.strong_point > div {
		width: 100% !important;
	}

	.achievements_list ul li {
		flex-flow: column;
		padding: 20px;
	}
	.achievements_list ul li .image_area {
		width: 100%;
	}
	.table-box {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table-box table {
		margin-top: 0 !important;
	}

}


@media(max-width: 800px) {
	.our_thoughts {
		padding-bottom: 8em !important;
	}
}

@media(max-width: 768px) {
	.achievements_list ul,
	.voice_list ul {
		flex-flow: column;
	}
	
	.achievements_list ul li {
		width: 100%;
	}

	.achievements_list ul li dl dd {
		font-size: 10pt;
	}

	.voice_list ul li {
		width: 100%;
		padding: 15px 15px 10px;
	}
	.voice_list ul li:last-child {
		margin-bottom: 0;
	}
}

@media(max-width: 680px) {
	.ct-container.cta_area {
		margin: 0 auto;
		width: 95%;
	}
	
}

@media(max-width: 500px) {

	.first-section {
		padding-top: 1em;
	}
	
	
	h1 span {
		font-size: 12pt;
	}

	h2 span {
		display: block;
	}
	.c_main_image {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0;
	}
	
	#id_sp_image {
		display: block;
	}
	#id_pc_image {
		display: none;
	}

	.c_main_image,
	.company_intro {
		margin-top: 1em;
	}
	.company_intro .sales_point {
		margin: 1em 0;
		font-size: 12pt;
	}

	.greeting_area {
		margin: 0;
		width: 100% !important;
	}

	.features_list ul li,
	.strong_point > div {
		padding: 20px;
	}

	.features_list ul li dl dt,
	.strong_point > div  dl dt {
		line-height: 1.3;
	}

	.features_list ul li dl dd,
	.strong_point > div  dl dd {
		font-size: 12pt;
	}


	.greeting .greeting_flex {
		display: block;
	}
	.greeting .greeting_flex > .representative_image {
		width: 100%;
	}

	#id_company_data .tbl,
	#id_company_data .tbl .tbl-row,
	#id_company_data .tbl .tbl-th,
	#id_company_data .tbl .tbl-td {
		display: block;
		font-size: 12pt;
	}

	#id_company_data .tbl .tbl-th {
		padding-bottom: 10px;
		border: none;
	}

	#id_company_data .tbl .tbl-td {
		padding-top: 0;
	}

	#id_map {
		margin-bottom: 0;
	}

	#id_map iframe {
		height: 200px;
	}


	#id_store_image_list h3 {
		font-size: 15pt;
		margin-top: 1em;
	}

	#id_store_image_list ul {
		flex-direction: column;
		gap: 0;
	}

	#id_store_image_list ul li {
		width: 100%;
		padding: 15px;
	}

	
	.company_cta {
		padding: 20px;
	}
	.company_cta p {
		text-align: left;
	}
	.company_cta > strong {
		font-size: 20pt;
	}
	.company_cta ul {
		flex-direction: column;
	}
	.company_cta ul li {
		width: 100%;
	}
	.appraisal-graph-section .chart-box,
	.data-table-section {
		padding: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	.appraisal-graph-section .search-bar h3 {
		margin: 0 !important;
	}
	
	#id_contact .ct-container {
		margin: 0;
		width: 100%;
	}
	.sns_content ul {
		margin: 0 20px !important;
	}

	.initiatives_list > div:first-child {
		font-size: 12pt;
		padding: 20px;
	}


	.ct-container.tbl-block {
		margin: 0;
		width: 100%;
		padding: 15px !important;
		background: #fff;

	}
}