@charset "utf-8";

/*------------------------------
		all
------------------------------*/
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	min-width: 100%;
	color: #40220f;
	font: 500 14px/1.5 "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	overflow-x: hidden !important;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #40220f;
}

.pc_hide {
	display: none;
}

.sp_hide {
	display: block;
}

/* --- 見出し --- */
section {
	padding: 50px 0;
}

h1, h2, h3 {
	font-weight: inherit;
}

h2 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

h2 img {
	display: block;
	width: 160px;
	margin: 0 auto;
}

h2 span {
	display: inline-block;
	margin-top: 20px;
}

h2 span::before {
	position: absolute;
	content: "";
	width: 120px;
	height: 2px;
	top: 32px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #888886;
}

h3 {
	font-size: 18px;
}

.section_headline {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

/* --- ボタン --- */
.top_more_btn a {
	display: block;
	width: 400px;
	margin: 20px auto 0;
	padding: 15px 0;
	letter-spacing: 1px;
	font: bold 16px "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	overflow-x: hidden !important;;
	text-align: center;
	color: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	background-color: #e9d38a;
}

.top_more_btn a:hover {
	background-color: #e8ca74;
}

.top_more_btn a span {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}

.top_more_btn a span::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotate(45deg);
}

.contact_btn a {
	position: relative;
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #be0081;
}

.contact_btn a::before {
	position: absolute;
	content: "";
	width: 388px;
	height: 42px;
	top: 5px;
	left: 5px;
	border: 1px #fff solid;
}

.contact_btn a span {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}

.contact_btn a span::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotate(45deg);
}

/* --- header --- */
#grobalNavSp {
	display: none;
}

#header {
	padding: 30px 0 10px;
	border-top: 10px #cc0099 solid;
}

#header .header_inner {
	display: flex;
	width: 1020px;
	margin: 0 auto;
	justify-content: space-between;
}

#header .company_logo {
	display: flex;
	width: 136px;
	justify-content: space-between;
}

#header .company_logo img {
	width: 65px;
}

#header .company_box h1 {
	margin: 5px 0;
	text-align: center;
	font-size: 20px;
}

#grobalNav ul {
	display: flex;
	margin-top: 30px;
	justify-content: flex-end;
}

#grobalNav ul li {
	padding: 8px 20px;
	font-size: 15px;
}

#grobalNav ul li:nth-last-of-type(1) {
	padding-right: 0;
}

#grobalNav ul li+li {
	border-left: 2px #e5e5e5 solid;
}

#grobalNav ul li a:hover span {
	border-bottom: 1px #e9d38a solid;
}

/*------------------------------
		main
------------------------------*/
.main_bnr_box,.main_bnr_image {
	position: relative;
}

.main_bnr_image img {
	width: 100%;
}

.main_bnr_image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(190, 0, 129, 0.1);
}

.main_bnr_image::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 80px;
	top: -15px;
	bottom: 0;
	right: 50%;
	margin: auto -400px auto 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.main_bnr_text {
	position: absolute;
	width: 800px;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 28px;
	letter-spacing: 5px;
}


/* --- concept --- */
.concept_wrap {
	background-color: rgba(231, 117, 50, 0.1);
}

.concept_text p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

/*-- バナー --*/
.bnr_list {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 40px auto 15px;
}

.bnr_list li a {
	display: block;
	width: 480px;
}

.bnr_list li a:hover,
.bnr_youtube:hover {
	opacity: 0.8;
}

.bnr_youtube {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.group_bnr_list {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 15px auto 0;
}

.group_bnr_list li {
	width: 480px;
}

.group_bnr_list li a {
	display: block;
}

/* --- service --- */
.service_list {
	display: flex;
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
}

.service_list li+li {
	margin-left: 20px;
}

.service_list li a {
	position: relative;
	display: block;
	width: 195px;
	height: 195px;
	padding: 30px;
	font-size: 16px;
	border-radius: 50%;
	background-color: rgba(205, 74, 31, 0.4);
}

.service_list li a:hover {
	background-color: rgba(205, 74, 31, 0.2);
}

.service_list li a p.service_name {
	margin-top: 5px;
}

.service_list li a:hover p.service_name,
.service_list li a p.service_text {
	display: none;
}

.service_list li a:hover p.service_text {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
}

.service_list li a:hover p.service_text::after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	right: 0;
	left: 0;
	bottom: -50px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 20px 0 20px 20px;
}

.service_list li a:hover::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
}

.service_list li a:hover::after {
	position: absolute;
	content: "";
	width: 185px;
	height: 185px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	border-radius: 50%;
	border: 1px #fff solid;
}

.pamphlet_bnr {
	width: 1000px;
	margin: 40px auto 0;
}

.pamphlet_bnr img {
	width: 100%;
}

/* --- product --- */
.product_wrap {
	background-color: rgba(136, 136, 136, 0.1);
}

.product_slider_wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.product_slider_box {
	position: relative;
	left: 50%;
	width: 2410px;
	margin-left: -1205px;
}

.product_slider li {
	width: 250px !important;
	background-color: #fff;
}

.product_slider li a {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 16px;
	border-bottom: 5px #e9d38a solid;
}

.product_slider li .product_slider_text {
	margin: 15px 0;
}

.product_slider li .product_slider_text span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

.product_slider li .product_slider_text span::after {
	position: absolute;
	top: -4px;
	right: -5px;
	font-family: 'Material Icons';
	content: "\e5cc";
	font-size: 20px;
	color: #e9d38a;
}

.bx-wrapper {
	margin-bottom: 20px !important;
	border: none !important;
	box-shadow: none !important;
	background: none !important;
}

/* --- work --- */
.work_wrap {
	background: #FDF1EA;
}

.work_wrap .section_inner {
	width: 1000px;
	margin: 0 auto;
}

.work_wrap h2 img {
	width: 100px;
}

.work_wrap .work_list {
	display: flex;
	justify-content: space-between;
}

.work_wrap .work_list li {
	position: relative;
	width: calc((100% - 40px)/3);
}

.work_wrap .work_list li .work_img {
	overflow: hidden;
}

.work_wrap .work_list li .work_img img {
	width: 100%;
	height: 195px;
	object-fit: cover;
	transition: 0.5s all;
}

.work_wrap .work_list li a:hover .work_img img {
	transform: scale(1.1);
}

.work_wrap .work_list li .category {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
	color: #fff;
	background: #333;
}

.work_wrap .work_list li .ttl {
	margin: 10px 0 20px;
	color: #40220F;
	font: bold 16px "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


/* --- renov --- */
.renov_wrap h2 img {
	width: 215px;
}

.renov_wrap .renov_box {
	display: flex;
	justify-content: space-between;
	width: 1020px;
	margin: 0 auto 30px;
}

.renov_wrap .renov_box .img {
	margin-top: -70px;
}

.renov_wrap .renov_box .img img {
	display: block;
}

.renov_wrap .renov_box .img img+img {
	margin-top: 25px;
}

.renov_wrap .renov_box .tx {
	width: 525px;
	margin-top: 10px;
}

.renov_wrap .renov_box .tx p+p {
	margin-top: 15px;
}

.renov_wrap .top_more_btn a {
	margin: 0 auto;
}


/* --- renov --- */
.renov_wrap h2 img {
	width: 215px;
}

.renov_wrap .renov_box {
	display: flex;
	justify-content: space-between;
	width: 1020px;
	margin: 0 auto 30px;
}

.renov_wrap .renov_box .img {
	margin-top: -70px;
}

.renov_wrap .renov_box .img img {
	display: block;
}

.renov_wrap .renov_box .img img+img {
	margin-top: 25px;
}

.renov_wrap .renov_box .tx {
	width: 525px;
	margin-top: 10px;
}

.renov_wrap .renov_box .tx p+p {
	margin-top: 15px;
}

.renov_wrap .top_more_btn a {
	margin: 0 auto;
}


/* --- digitalPnf --- */
.digitalPnf_wrap {
	margin: 0;
	padding: 10px 0 60px;
	background-color: rgba(136, 136, 136, 0.1);
}

.digitalPnf_wrap .section_inner {
	display: flex;
	width: 1020px;
	margin: 50px auto 0;
	justify-content: center;
}

.digitalPnf_box_text {
	width: 400px;
	padding-top: 20px;
	text-align: center;
}

.digitalPnf_box_text h3 {
	position: relative;
	display: inline-block;
	margin: 10px 0 20px 20px;
	padding: 10px 15px 8px;
	background-color: rgba(205, 74, 31, 0.4);
}

.digitalPnf_box_text h3::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-style: solid;
	border-color: transparent rgba(205, 74, 31, 0.4) transparent transparent;
	border-width: 23px 30px 22px 0;
}

.digitalPnf_box_text h3::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 0;
	bottom: 0;
	left: -5px;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
}

.digitalPnf_box_image img {
	width: 350px;
}

/* --- voice --- */
.voice_list {
	display: flex;
	width: 1020px;
	margin: 0 auto 30px;
	justify-content: center;
}

.voice_list li {
	width: 200px;
}

.voice_list li+li {
	margin-left: 90px;
}

.voice_list_image {
	position: relative;
	margin: 0 20px 20px 0;
}

.voice_list_image::after {
	position: absolute;
	content: "";
	width: 175px;
	height: 175px;
	top: 10px;
	left: 10px;
	border: 1px #e77532 solid;
	z-index: -1;
}

.voice_list_image img {
	width: 175px;
}

.voice_list_text {
	font-size: 14px;
}

.voice_list_text .name {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

/* --- adviser --- */
.adviser_wrap {
	display: flex;
	margin: 40px 0 0;
	padding: 50px 0 0;
	flex-direction: row-reverse;
	background-color: rgba(205, 74, 31, 0.1);
}

.adviser_text,
.adviser_image {
	position: relative;
	width: 50%;
	overflow: hidden;
}

.adviser_text_inner {
	position: absolute;
	width: 500px;
	height: 230px;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
}

.adviser_image img {
	width: 650px;
	height: auto;
}

/* --- contact --- */
.contact_wrap {
	padding: 70px 0;
	background-color: rgba(230, 230, 230, 0.3);
}

.contact_wrap h2 {
	margin-bottom: 15px;
}

/* --- about --- */
.shop_list {
	width: 700px;
	margin: 0 auto 30px;
}

.shop_list li+li {
	border-top: 1px #cd4a1f solid;
}

.shop_list li {
	display: flex;
	padding: 15px 50px;
	align-items: center;
	justify-content: space-between;
}

.shop_list li h3 {
	width: 200px;
}

.shop_text {
	width: calc(100% - 230px);
}

/* --- group --- */
#top_group_wrap .performance_box {
	position: relative;
	height: 405px;
	overflow: hidden;
}

#top_group_wrap .performance_box_text {
	position: absolute;
	width: 1020px;
	height: 365px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
}

#top_group_wrap .performance_bg {
	position: relative;
}

#top_group_wrap .performance_bg img {
	width: 100%;
	height: 405px;
	object-fit: cover;
}

#top_group_wrap .performance_bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.performance_box p {
	margin-bottom: 10px;
	font-size: 16px;
}

.performance_box .group_vision {
	font-size: 30px;
}

.performance_box .performance_result {
	margin-bottom: 20px;
	font-size: 25px;
}

.performance_box .group_logo img {
	width: 150px;
}

.group_company_box {
	margin-top: -10px;
	padding: 50px 0;
	background-color: rgba(229, 137, 92, 0.1);
}

.group_company_headline {
	text-align: center;
	color: #595757;
	font: bold 30px "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.group_image {
	width: 720px;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
}

.group_company_list {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}

.group_company_list li {
	width: 150px;
	text-align: center;
}

.group_company_list li+li {
	margin-left: 20px;
}

.group_company_list li img {
	width: 95px;
}

.group_company_list li p {
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 13px;
}

/*------------------------------
		footer
------------------------------*/
#footer {
	padding: 30px 0;
	background-color: #040000;
}

#footer .footer_inner {
	width: 1020px;
	margin: 0 auto;
}

.top_banner_box {
	display: flex;
	justify-content: center;
}

.top_banner_box li+li {
	margin-left: 20px;
}

.top_banner_box li img {
	width: 200px;
}

.footerNav ul {
	display: flex;
	margin-top: 30px;
	padding: 10px 0;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	justify-content: space-around;
}

.footerNav ul li a {
	color: #fff;
	font-size: 16px;
}

.copyRight {
	margin-top: 20px;
	text-align: center;
	color: #fff;
}

.fixed_btn_box {
	position: fixed;
	top: 165px;
	right: 0;
}

.fixed_btn_box .fixed_contact_btn {
	margin-bottom: 10px;
}

.fixed_btn_box .fixed_contact_btn a {
	display: block;
	width: 56px;
	height: 222px;
	padding: 5px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-color: #be0081;
}

.fixed_btn_box .fixed_contact_btn a span {
	position: relative;
	display: inline-block;
	padding: 30px 10px 10px;
	border: 1px #fff solid;
}

.fixed_btn_box .fixed_contact_btn a span::before {
	position: absolute;
	font-family: 'Material Icons';
	content: "\e0e1";
	top: 10px;
}

.pageTop_btn {
	display: none;
}

.pageTop_btn a {
	padding: 10px 16px;
	letter-spacing: 1px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 16px;
	color: #fff;
	background-color: #e9d38a;
}

.pageTop_btn a span {
	position: relative;
	display: inline-block;
	padding-top: 30px;
}

.pageTop_btn a span::before {
	position: absolute;
	font-family: 'Material Icons';
	content: "\e5c6";
	top: 0;
	transform: scale(1, -1);
	font-size: 20px;
	left: -3px;
}

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

	/*------------------------------
			all
	------------------------------*/
	.pc_hide {
		display: block;
	}

	.sp_hide {
		display: none;
	}

	#mainContents {
		width: 100%;
		margin-top: 75px;
		padding: 0;
		overflow-x: hidden;
	}

	section {
		padding: 30px 0;
	}

	.section_inner {
		margin: 0 15px;
	}

	/* --- headline --- */
	h2 {
		margin-bottom: 20px;
	}

	h2 img {
		width: 140px;
	}

	h2 span::before {
		top: 28px;
	}

	/* --- btn --- */
	.top_more_btn a {
		width: 300px;
	}

	/* --- header --- */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: #fff;
		padding: 10px 10px 5px;
		border-width: 5px;
		border-bottom: 1px rgba(0, 0, 0, 0.30) solid;
		z-index: 10;
	}

	#header .header_inner {
		width: 100%;
		height: 60px;
	}

	#header .company_box {
		display: flex;
	}

	#header .company_logo {
		width: 122px;
	}

	#header .company_logo img {
		width: 56px;
	}

	#header h1 {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#header #grobalNav {
		display: none;
	}

	#grobalNavSp {
		position: absolute;
		display: block;
		top: 75px;
		left: 0;
		width: 100%;
		z-index: 10;
	}

	#grobalNavSp .menu_inner {
		display: none;
		height: 100vh;
		border-top: 1px rgba(255, 255, 255, 0.30) solid;
		background-color: #fff;
	}

	#grobalNavSp ul li a {
		position: relative;
		display: block;
		padding: 10px 15px;
		font-size: 13px;
		border-bottom: 1px rgba(0, 0, 0, 0.30) solid;
	}

	#grobalNavSp ul li a::after {
		position: absolute;
		font-family: 'Material Icons';
		content: "\e5cc";
		right: 10px;
		margin: auto;
	}

	#grobalNavSp .contact {
		padding: 15px;
		border-bottom: 1px rgba(0, 0, 0, 0.30) solid;
	}

	#grobalNavSp .contact a {
		display: block;
		line-height: 1;
		padding: 5px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		background-color: #b00d74;
	}

	#grobalNavSp .contact a>span {
		display: block;
		padding: 10px 0;
		border: 1px #fff solid;
	}

	#grobalNavSp .contact a>span span {
		font-size: 12px;
	}

	#grobalNavSp .menu_flex_box li a {
		display: block;
		width: 100%;
		font-size: 12px;
		align-items: center;
	}

	.menu_btn,
	.menu_btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu_btn {
		position: absolute;
		width: 40px;
		height: 30px;
		top: -55px;
		right: 15px;
	}

	.menu_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #333;
		border-radius: 4px;
	}

	.menu_btn span:nth-of-type(1) {
		top: 0;
	}

	.menu_btn span:nth-of-type(2) {
		top: 13px;
	}

	.menu_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.menu_btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}

	.menu_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu_btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	/*------------------------------
			main
	------------------------------*/

	/* --- main_bnr --- */
	.main_bnr_image {
		width: 100%;
		height: 120px;
		overflow: hidden;
	}

	.main_bnr_image img {
		width: 555px;
	}

	.main_bnr_text {
		width: 100%;
		font-size: 20px;
	}

	.main_bnr_image::after {
		height: 70px;
		top: 0;
		left: 0;
		margin: auto;
	}

	/* --- concept --- */
	.concept_text p {
		text-align: left;
		font-size: 15px;
	}

	/*-- バナー（創業者のご挨拶・20周年記念） --*/
	.bnr_list {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.bnr_list li a {
		width: 100%;
	}

	.bnr_list li+li {
		margin-top: 10px;
	}

	.bnr_list li img {
		width: 100%;
	}

	.bnr_youtube {
		width: 100%;
		margin-top: 0;
	}

	.bnr_youtube img {
		width: 100%;
	}

	.group_bnr_list {
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.group_bnr_list li {
		width: 100%;
	}

	.group_bnr_list li a img {
		width: 100%;
	}

	.group_bnr_list li+li {
		margin-top: 10px;
	}

	/* --- service --- */
	.service_list {
		width: 100%;
		flex-wrap: wrap;
	}

	.service_list li {
		width: 160px;
		height: 160px;
		margin-bottom: 10px;
	}

	.service_list li+li {
		margin-left: 10px;
	}

	.service_list li:nth-of-type(3) {
		margin: 0 !important;
	}

	.service_list li a {
		width: 160px;
		height: 160px;
		padding: 25px 20px;
		font-size: 14px;
	}

	.service_list li a img {
		width: 100px;
	}

	.pamphlet_bnr {
		width: 100%;
	}

	/* --- work --- */
	.work_wrap .section_inner {
		width: 100%;
		padding: 0 15px;
	}

	.work_wrap .work_list {
		display: block;
	}

	.work_wrap .work_list li {
		width: 100%;
	}

	/* --- product --- */
	.product_wrap .section_inner {
		margin: 0;
	}

	/* --- renov --- */
	.renov_wrap h2 img {
		width: 200px;
	}

	.renov_wrap .renov_box {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}

	.renov_wrap .renov_box .img {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
	}

	.renov_wrap .renov_box .img img {
		width: calc((100% - 15px)/2);
	}

	.renov_wrap .renov_box .img img+img {
		margin-top: 0;
	}

	.renov_wrap .renov_box .tx {
		width: 100%;
		margin: 15px 0;
	}

	.renov_wrap .renov_box .tx p+p {
		margin-top: 10px;
	}

	/* --- digitalPnf --- */
	.digitalPnf_wrap {
		padding: 30px 0;
	}

	.digitalPnf_wrap .section_inner {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.digitalPnf_box_image,
	.digitalPnf_box_image img {
		width: 300px;
		margin: -10px auto 0;
	}

	.digitalPnf_box_text {
		padding: 0;
	}

	/* --- voice --- */
	.voice_list {
		display: block;
		width: 100%;
	}

	.voice_list li {
		display: block;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.voice_list li+li {
		margin: 20px 0 0;
	}

	.voice_list_image {
		margin-right: 20px;
		text-align: center;
	}

	.voice_list_image img {
		width: 150px;
	}

	.voice_list_image::after {
		width: 150px;
		height: 150px;
		top: 5px;
		left: 10px;
		right: 0;
		margin: auto;
	}

	.voice_list_text {
		width: 100%;
		margin-top: -10px;
	}

	.voice_list_text .name {
		text-align: center;
	}

	/* --- adviser --- */
	.adviser_wrap {
		display: block;
		margin-top: 0;
	}

	.adviser_text {
		position: inherit;
		width: 100%;
	}

	.adviser_text_inner {
		position: inherit;
		width: 100%;
		height: auto;
		padding: 40px 15px;
	}

	.adviser_image,
	.adviser_image img {
		width: 100% !important;
		height: auto;
	}

	/* --- contact --- */
	.contact_wrap {
		padding: 40px 0;
	}

	.contact_btn a {
		width: 300px;
	}

	.contact_btn a::before {
		width: 288px;
	}

	/* --- about --- */
	.shop_list {
		width: 100%;
	}

	.shop_list li {
		display: block;
		padding: 15px;
	}

	.shop_list li h3 {
		font-weight: bold;
	}

	.shop_text {
		width: 100%;
	}

	/* --- group --- */
	#top_group_wrap .performance_box {
		height: 250px;
		overflow: hidden;
	}

	#top_group_wrap .performance_bg img {
		width: 730px;
		height: auto;
		margin-top: 0;
	}

	#top_group_wrap .performance_box_text {
		width: 100%;
		height: 200px;
	}

	.performance_box .group_logo img {
		width: 56px;
	}

	.performance_box .group_vision {
		font-size: 20px;
	}

	.performance_box .performance_result {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.performance_box p {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.group_company_box {
		padding: 30px 10px;
	}

	.group_company_headline {
		font-size: 20px;
	}

	.group_image,
	.group_image img {
		width: 100%;
	}

	.group_company_list {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.group_company_list li {
		width: calc((100% - 10px)/3);
		margin: 0 0 10px !important;
	}


	/*------------------------------
			footer
	------------------------------*/
	#footer {
		padding: 20px 0;
	}

	#footer .footer_inner {
		display: none;
	}

	.copyRight {
		margin: 0;
	}

	.fixed_btn_box {
		display: none;
	}
}