@charset "UTF-8";

.en{
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
}
body{
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.4rem;
	color: #343436;
	position: relative;
	line-height: 1;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #f8f8fa;
	font-weight: 500;
}
.mincho{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
main{
	display: block;
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #343436;
	transition: .3s all ease;
}
.hover-op:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
.sp{
	display: none !important;
}

.pic>img,
.pic picture,
.pic a,
.logo img,
.pic img{
	display: block;
	width: 100%;
}

.pic source{
	width: 100%;
	height: 100%;
}
.pic>img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.bold{
	font-weight: 600;
}
.outer{
	width: 100%;
	min-width: 1080px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.inner{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
input[type='text'],
input[type='email'],
input[type='submit'],
input[type='tel'],
select,
textarea,
button{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
input[type='file']{
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	-ms-appearance: auto;
	-o-appearance: auto;
}
input,
select,
textarea,
button{
	font-family: 'Roboto', 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	border: none;
	border-radius: 0;
	font-size: 1.4rem;
	background: transparent;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
.parag{
	line-height: 2;
}
.parag02{
	line-height: 2.25;
}

/* +++++++++++++++++++++++header++++++++++++++++++++++ */
#header{
	height: 80px;
	background: #fff;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 12px;
	z-index: 999;
}
#header .logo{
	width: 167px;
	display: block;
}
#site-ttl{
	font-size: 1.1rem;
	letter-spacing: .05em;
	font-weight: 500;
	width: 100%;
	margin: 7px 0;
}
nav{
	font-weight: 700;
	display: flex;
	align-items: center;
}
#global-navi{
	display: flex;
}
#global-navi .child{
	position: absolute;
	left: -50%;
	top: 100%;
	margin: 3px auto 0;
	width: 160px;
	padding-top: 25px;
	z-index: 3;
	transition: .3s all ease;
	visibility: hidden;
	opacity: 0;
}
#global-navi :hover .child{
	padding-top: 15px;
	visibility: visible;
	opacity: 1;
}
#global-navi :hover .child:before{
	transform: scale(1);
}

#global-navi .child:before{
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background: linear-gradient(#343346 0%, #343346 60%, #f8f8fa 60%, #f8f8fa 100%);
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	transform: scale(0);
	transform-origin: left top;
	transition: .3s all ease;
}
#global-navi .child a{
	padding: 20px 0;
	background: #343346;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
}
#global-navi .child li:nth-of-type(1) a{
	padding-bottom: 15px;
}
#global-navi .child li:nth-of-type(2) a{
	padding-top: 15px;
}
#global-navi .child li:nth-of-type(1) a:after{
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #f8f8fa;
	opacity: .2;
}
#global-navi .child li{
	overflow: hidden;
	background: #fff;
}
#global-navi .child li:nth-of-type(1){
	border-radius: 4px 4px 0 0;
}
#global-navi .child li:nth-of-type(2){
	border-radius: 0 0 4px 4px;
}
#global-navi>li{
	padding: 0 18px;
	position: relative;
}
#global-navi a{
	position: relative;
	z-index: 2;
}
#header .btn01{
	width: 148px;
	height: 42px;
	letter-spacing: .1em;
	font-size: 1.5rem;
	color: #343436;
	background: #fff;

}
#header .btn01:hover{
	color: #fff;
	background: #343436;
}
#header .btn01:before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding-right: 0.75em;
	font-size: 80%;
}
.contact-navi{
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.contact-navi li{
	padding: 0 15px;
}
.contact-navi .tel-number{
	font-size: 2.1rem;
}
.contact-navi .tel-number:before{
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding-right: 0;
	font-size: 105%;
	margin-right: .25em;
}
.contact-navi li:last-of-type{
	padding-right: 0;
}
.tel-btn01{
	display: none;
}

@media screen and (min-width: 769px){
	#global-navi>li:before{
		content: "";
		display: block;
		z-index: 1;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #f8f8fa;
		width: 18px;
		height: 18px;
		margin: auto;
		transition: .2s all ease;
		opacity: 0;
		filter: alpha(opacity=0);
		transform: rotate(-45deg);
	}
	#global-navi>li:hover:before{
		transform: scale(1.5) rotate(0);
		
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

/* ++++++++++++++++++button style++++++++++++++++++++ */
.btn01{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #343436;
	border-radius: 3px;
	color: #fff;
}
main .btn01{
	margin: 50px auto 0;
	width: 300px;
	height: 50px;
	background: #343436;
	position: relative;
	font-weight: 500;
}
main a.btn01:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s all ease;
}
main .btn01:hover{
	background: transparent;
	color: #343436;
}
main a.btn01:hover:after{
	border-top: 1px solid #343436;
	border-right: 1px solid #343436;
}

/* +++++++++++++++++++++++#key-visual++++++++++++++++++++++ */
#key-visual{
	padding: 0;
	height: 380px;
	display: flex;
	flex-direction: row-reverse;
}
#key-visual .pic{
	width: 50%;
	height: 100%;
	position: relative;
}
#key-visual .txt{
	width: 500px;
	padding-right: 40px;
}
#page-ttl-en{
	font-size: 4rem;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	letter-spacing: .05em;
	padding-bottom: 15px;
	font-weight: 700;
}
#page-ttl-en:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #343436;
	margin: 15px 0 0;
}
#page-ttl{
	height: 50%;
	padding-top: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* +++++++++++++++++++++++#bread-crumbs++++++++++++++++++++++ */
#bread-crumbs{
	padding: 20px 40px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	//border-top: 1px solid #ddd;
	//border-bottom: 1px solid #ddd;
}
#bread-crumbs li{
	display: flex;
	align-items: center;
}
#bread-crumbs li:not(:last-of-type):after{
	content: "/";
	display: block;
	padding: 0 1em;
}
#bread-crumbs a{
	font-weight: 700;
}

/* +++++++++++++++++++++++section++++++++++++++++++++++ */
.sec{
	padding-top: 100px;
	padding-bottom: 100px;
}
.ttl-en{
	font-size: 5.4rem;
	letter-spacing: .05em;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1;
}
.sec-ttl01{
	font-size: 3rem;
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	margin-bottom: 50px;
}
.sec-ttl01 .ja{
	letter-spacing: .05em;
}
.sec-ttl01 .en{
	font-size: 1.6rem;
	margin-top: 7px;
	letter-spacing: .05em;
	color: rgba(52,52,54,.55);
}
.sec-ttl02{
	font-size: 2.2rem;
	letter-spacing: .05em;
	margin-bottom: 25px;
	line-height: 1.7;
}
.sec-ttl02:after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #343436;
	margin-top: 10px;
}
.sec-ttl03{
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: .1em;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.sec-ttl03 span{
	display: block;
	position: relative;
}
.sec-ttl03 span:after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	border-top: 1px solid #343436;
	border-bottom: 1px solid #343436;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}
.sec-ttl04{
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 2.4rem;
	letter-spacing: .05em;
	//font-weight: 500;
	margin: 60px auto 50px;
}
.sec-ttl04:after{
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background: #343436;
	margin-left: .5em;
}
.sec-ttl05{
	font-size: 2.2rem;
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	margin-bottom: 20px;
}
.sec-ttl05 .ja{
	letter-spacing: .05em;
}
.sec-ttl05 .en{
	font-size: 1.4rem;
	margin-top: 7px;
	letter-spacing: .05em;
	color: rgba(52,52,54,.55);
}
.sec-sub-ttl01{
	letter-spacing: .05em;
	margin-bottom: 25px;
	line-height: 1.7;
	font-size: 1.8rem;
}
.sec-sub-ttl01:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #343436;
	margin-top: 5px;
}
.max1400{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

/* +++++++++++++++++++++++pagenation++++++++++++++++++++++ */
.pagenation{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
	font-size: 1.3rem;
}
.pagenation li a{
	display: flex;
	justify-content: center;
	width: 18px;
	height: 22px;
	position: relative;
}
.pagenation li a:hover{
	opacity: .5;
}
.pagenation li a:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #343436;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s all ease;
	transform: scaleX(0);
	transform-origin: left bottom;
}
.pagenation li a:hover:after,
.pagenation li.current a:after{
	transform: scaleX(1);
}
.pagenation li{
	margin: 0 10px;
}
.pagenation li.next a:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #343436;
	border-right: 1px solid #343436;
	transform: rotate(45deg);
	margin-top: .3em;
}
.pagenation li.prev a:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #343436;
	border-left: 1px solid #343436;
	transform: rotate(-45deg);
	margin-top: .3em;
}

/* +++++++++++++++++++++++#contact-area++++++++++++++++++++++ */
#contact-area{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	height: 400px;
	background-color: #fff;
}
#contact-area:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/contact-area-bg01.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 50%;
	height: 100%;
	z-index: 1;
}
#contact-area .txt,
#contact-area h2,
#contact-area ul{
	position: relative;
	z-index: 2;
}

#contact-area .txt{
	width: 500px;
	padding-right: 40px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#contact-area ul{
	width: 500px;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#contact-area ul a{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #343436;
	font-size: 2.4rem;
	height: 70px;
}
#contact-area li:nth-of-type(1) a{
	margin-bottom: 10px;
	font-size: 2.1rem;
	letter-spacing: .1em;
}
#contact-area li:nth-of-type(1) a:hover{
	background: #343436;
	color: #fff;
}
#contact-area li:nth-of-type(1) a:before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding-right: 0.75em;
	font-size: 80%;
}
#contact-area li:nth-of-type(2) a{
	margin-top: 10px;
}
#contact-area li:nth-of-type(2) a:hover{
	opacity: .5;
}
#contact-area li:nth-of-type(2) a:before{
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	padding-right: 0.25em;
	font-size: 90%;
}


/* +++++++++++++++++++++++#group-area++++++++++++++++++++++ */
.group-site-list{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.group-site-list li{
	width: 306.666px;
}
.group-site-list .pic{
	height: 172px;
	overflow: hidden;
}
.group-site-list .pic img{
	transition: .3s all ease;
}
.group-site-list a{
	display: block;
}
.group-site-list a:hover{
	opacity: .8;
}
.group-site-list a:hover .pic img{
	transform: scale(1.05);
}
.group-site-list .parag{
	font-size: 1.3rem;
}

.c-repair-group{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.c-repair-group .pic{
	width: calc(40% - 20px);
}
.c-repair-group .txt{
	width: calc(60% - 20px);
}
.c-repair-group h3{
	font-size: 2.2rem;
	margin-bottom: 15px;
}
.group-site-list h4{
	font-size: 1.6rem;
	margin: 15px 0 10px;
}


/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
#footer{
	background: #fff;
}
#footer .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#footer .logo{
	width: 210px;
	display: block;
}
#footer h1{
	font-size: 1.7rem;
	letter-spacing: .05em;
	font-weight: 700;
	margin: 20px 0 20px;
}
#footer .company-data{
	line-height: 1.7;
}
#footer .sitemap{
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#footer .sitemap>ul{
	display: flex;
	flex-wrap: wrap;
}
#footer .sitemap>.footer-navi>li{
	width: 25%;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
#footer .footer-navi>li>a{
	display: inline-block;
}
#footer .sitemap a:hover{
	opacity: .7;
}
#footer .sitemap .child li a{
	font-size: 1.3rem;
	margin-top: 24px;
	display: flex;
	align-items: center;
}
#footer .sitemap .child li a:before{
	content: "";
	display: block;
	width: 8px;
	height: 2px;
	background: #343436;
	margin-right: .75em;
}
.footer-sns{
	display: flex;
	font-size: 120%;
	margin-top: 15px;
}
.footer-sns a{
	display: flex;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	border: 1px solid #343436;
	margin-right: 10px;
}
.footer-sns a:hover{
	background: #343436;
	color: #fff;
}
#copyrights{
	font-size: 1.2rem;
	margin-top: 80px;
	width: 100%;
	letter-spacing: .1em;
	text-align: right;
}

/* **********************IE用のスタイル************************* */
@media all and (-ms-high-contrast: none) and (min-width: 769px){

}






@media screen and (max-width:768px){
	body{
		font-size: 1.2rem;
		overflow-x: hidden;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
	}
	.inner{
		width: 100%;
	}
	.outer{
		min-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
/* +++++++++++++++++++++++header++++++++++++++++++++++ */
	#header{
		height: 6rem;
		padding: 0;
		display: block;
	}
	#header .logo{
		width: 12rem;
		margin: 1rem 0 0 1.5rem;
	}
	#site-ttl{
		font-size: 1rem;
		letter-spacing: 0;
		width: 100%;
		margin: 0;
		padding: 0 1.5rem;
		//background: #fafafa;
		border-bottom: 1px solid #f8f8fa;
		height: 1.8rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.tel-btn01{
		width: 4.2rem;
		height: 4.2rem;
		position: absolute;
		right: 4.2rem;
		top: 1.8rem;
		background: #ddd;
		color: #343436;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tel-btn01:before{
		content: "\f095";
		font-family: "Font Awesome 5 Free";
		-webkit-font-smoothing: antialiased;
		font-weight: bold;
		font-size: 1.8rem;
	}
	nav{
		position: fixed;
		left: 100%;
		right: auto;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		display: block;
		background: rgba(52,52,54,1);
		padding: 6rem 1.5rem;
		z-index: 98;
		transition: .4s all ease;
	}
	.opened nav{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		letter-spacing: .1em;
		display: block;
	}
	#global-navi{
		flex-direction: column;
		border-top: 1px solid rgba(248,248,250,.2);
	}
	#global-navi a{
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: .1em;
	}
	#global-navi>li{
		border-bottom: 1px solid rgba(248,248,250,.2);
		padding: 0;
	}
	#global-navi>li>a{
		padding: 20px 0;
		display: flex;
		justify-content: stretch;
	}
	#global-navi>li>a.parent{
		padding: 0;
		margin-top: 20px;
		justify-content: flex-start;
	}
	#global-navi :hover .child{
		padding-top: 0;
	}
	#global-navi :hover .child:before,
	#global-navi .child:before,
	#global-navi .child li:nth-of-type(1) a:after{
		display: none;
	}
	#global-navi .child{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin: 0;
		padding: 0 0 20px;
		visibility: visible;
		opacity: 1;
	}
	#global-navi .child a{
		padding: 0;
		background: none;
		justify-content: stretch;
		margin-top: 20px;
		position: relative;
		font-size: 1.2rem;
	}
	#global-navi .child a:before{
		content: "";
		display: block;
		width: 8px;
		height: 1px;
		background: #fff;
		margin-right: 10px;
	}
	#global-navi .child li:nth-of-type(1) a{
		padding-bottom: 0;
	}
	#global-navi .child li:nth-of-type(2) a{
		padding-top: 0;
	}
	#global-navi .child li{
		background: none;
		padding-left: 15px;
	}
	#global-navi .child li:nth-of-type(1),
	#global-navi .child li:nth-of-type(2){
		border-radius: none;
	}
	#header .btn01{
		width: 100%;
		height: 50px;
		font-size: 1.5rem;
		color: #fff;
		background: none;
		border: 1px solid #fff;

	}
	#header .btn01:hover{
		background: none;
	}
	.contact-navi{
		display: block;
		padding: 0;
	}
	.contact-navi li{
		padding: 20px 0 0;
	}
	.contact-navi .tel-number{
		width: 100%;
		border-radius: 4px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: 343436;
		background: #fff;
		font-size: 1.7rem;
	}
	#menu-btn{
		width: 4.2rem;
		height: 4.2rem;
		position: absolute;
		right: 0;
		top: 1.8rem;
		background: #343436;
		z-index: 99;
		transition: .15s all ease;
	}
	.opened #menu-btn{
		background: none;
	}
	#menu-btn span{
		width: 50%;
		height: 1px;
		background: #fff;
		display: block;
		position: absolute;
		right: 25%;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: .15s all ease;
	}
	#menu-btn span:nth-of-type(1){
		transform: translateY(-0.6rem);
	}
	#menu-btn span:nth-of-type(2){
		width: 33%;
	}
	#menu-btn span:nth-of-type(3){
		transform: translateY(.6rem);
		width: 16.5%;
	}
	#menu-btn.opened span:nth-of-type(1){
		transform: translateY(0) rotate(-45deg);
		width: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menu-btn.opened span:nth-of-type(3){
		transform: translateY(0) rotate(45deg);
		width: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menu-btn.opened span:nth-of-type(2){
		opacity: 0;
		filter: alpha(opacity=0);
		left: 0;
	}
	.sp-contact-btn{
		display: flex !important;
		justify-content: center;
		align-items: center;
		background: #412124;
		width: 6rem;
		height: 6rem;
		position: fixed;
		right: 6rem;
		top: 0;
		z-index: 9;
	}
	.sp-contact-btn img{
		display: block;
		width: 31%;
		height: auto;
	}
/* +++++++++++++++++++++++#key-visual++++++++++++++++++++++ */
	#key-visual{
		padding: 0;
		height: auto;
		display: block;
	}
	#key-visual .pic{
		width: 100%;
		height: calc(100vw / 16 * 9);
	}
	#key-visual .txt{
		width: 100%;
		height: calc(100vw / 16 * 6);
		padding: 0 1.5rem;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	#page-ttl-en{
		font-size: 2.8rem;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 1rem;
	}
	#page-ttl-en:after{
		width: 3rem;
		margin: 1rem 0 0;
	}
	#page-ttl{
		height: auto;
		padding-top: 0;
		font-size: 1.2rem;
		line-height: 1.7;
	}
/* +++++++++++++++++++++++#bread-crumbs++++++++++++++++++++++ */
	#bread-crumbs{
		padding: 1.2rem 1.5rem .5rem;
	}
	#bread-crumbs li{
		line-height: 1.5;
		font-size: 1.1rem;
		padding-bottom: .7rem;
	}
/* +++++++++++++++++++++++section++++++++++++++++++++++ */
	.sec{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.ttl-en{
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}
	.sec-ttl01{
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
	.sec-ttl01 .en{
		font-size: 1.4rem;
		margin-top: .5rem;
	}
	.sec-ttl02{
		font-size: 1.7rem;
		margin-bottom: 2rem;
	}
	.sec-ttl02:after{
		width: 4rem;
		height: 1px;
		margin-top: 1rem;
	}
	.sec-ttl03{	
		letter-spacing: 0;
		font-size: 2.1rem;
		margin-bottom: 3rem;
	}

/* +++++++++++++++++++++++pagenation++++++++++++++++++++++ */
	.pagenation{
		margin-top: 4rem;
		font-size: 1.2rem;
	}
	.pagenation li a{
		width: 1.5rem;
		height: 2rem;
	}
	.pagenation li{
		margin: 0 .8rem;
	}


/* +++++++++++++++++++++++#contact-area++++++++++++++++++++++ */
	#contact-area{
		height: auto;
		padding: 0;
	}
	#contact-area:before{
		display: none;
	}
	#contact-area .txt{
		width: auto;
		padding: 6rem 1.5rem 3rem;
		background: url(../images/contact-area-bg01.jpg) no-repeat;
		background-position: center bottom;
		background-size: cover;
	}















	#contact-area ul{
		width: 100%;
		padding: 3rem 1.5rem;
	}
	#contact-area ul a{
		height: 5rem;
		margin: 0 auto 1.5rem !important;
	}
	#contact-area li:nth-of-type(1) a{
		font-size: 1.8rem;
	}



	#contact-area li:nth-of-type(2) a{
		font-size: 1.8rem;
		margin-bottom: 0 !important;
	}
/* +++++++++++++++++++++++#group-area++++++++++++++++++++++ */
	.group-site-list{
		margin: 3rem auto 0;
		display: block;
		padding: 0 1.5rem;
	}
	.group-site-list li{
		width: 100%;
		margin: 0 auto;
	}
	.group-site-list li:not(last-of-type){
		margin-bottom: 4rem;
	}
	.group-site-list .pic{
		height: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.group-site-list h3{
		font-size: 1.5rem;
		margin: 1.5rem 0 1rem;
	}
	.group-site-list .parag{
		font-size: 1.2rem;
	}

	.c-repair-group{
		display: block;
		margin-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.c-repair-group .pic{
		width: 100%;
		margin-bottom: 2rem;
	}
	.c-repair-group .txt{
		width: 100%;
	}
	.c-repair-group h3{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
		line-height: 1;
	}
	.group-site-list h4{
		font-size: 1.5rem;
		margin: 1.5rem 0 1rem;
	}
/* +++++++++++++++++++++++footer++++++++++++++++++++++ */
	#footer{
		padding-bottom: 1.5rem;
	}
	#footer .inner{
		display: block;
	}
	#footer .company-area{
		text-align: center;
	}
	#footer .logo{
		width: 15rem;
		margin: 0 auto 1.5rem;
	}
	#footer h1{
		font-size: 1.6rem;
		margin: 0 0 2rem;
	}
	#footer .sitemap{
		width: 100%;
	}
	#footer .sitemap>ul{
		width: 100%;
		flex-direction: row;
		align-items: flex-start;
		margin-top: 3rem;
	}
	#footer .sitemap>.footer-navi>li{
		width: 50%;
		font-size: 1.4rem;
		margin-bottom: 3rem;
		padding: 0 0 0 1.5rem;
	}
	#footer .sitemap .child li a{
		font-size: 1.2rem;
		margin-top: 1.5rem;
		font-weight: 500;
	}
	#footer .sitemap .child li a:before{
		width: 6px;
	}
	.footer-sns{
		font-size: 115%;
		margin-top: 1.5rem;
		justify-content: center;
	}
	.footer-sns a{
		width: 3rem;
		height: 3rem;
		margin: 0 .7rem;
	}
	#copyrights{
		font-size: 1rem;
		margin-top: 3rem;
		text-align: center;
	}

/* ++++++++++++++++++++.btn01++++++++++++++++++++++++++ */
	main .btn01{
		margin: 3rem auto 0;
		width: 100%;
		height: 4rem;
	}
	main a.btn01:after{
		width: .4rem;
		height: .4rem;
		right: 1.5rem;
	}

}
