@charset "UTF-8";
/* CSS Document */



/*top*/
.slider {
	position: relative;
}
.slide_box {
	position: relative;
	width: 100%;
	height: calc(100vh - 95px);
	overflow: hidden;
}
.slider .slide_box .slide_box_in ,
.slider .slide_box .slide_box_in div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.slider .slide_box .slide_box_in picture {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: center;
}
.slider .slide_box .slide_box_in img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.slider .slide_box .catch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 10vh;
}
.slider .slide_box .catch .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	width: 680px;
	border-radius: 10px;
	border: solid 5px #0f1c8f;
	background: rgba(253, 252, 247, .9);
}
.slider .slide_box .catch .box h3 {
	max-width: 560px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.slider .slide_box .catch .box p {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	color: #1b2686;
}
.top main .about {
	position: relative;
	background: #fffde4;
	padding-bottom: 60px;
	margin-bottom: 250px;
	border-bottom: solid 12px #ffec4d;
}
.top main .about::before {
	position: absolute;
	top: -130px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 130px;
	background: url(../img/top/about_bg_top.png) no-repeat center top;
	background-size: cover;
	content: '';
}
@media screen and (min-width: 1600px) {
	.top main .about::before {
		background: url(../img/top/about_bg_top.png) no-repeat center top;
		background-size: 100% 100%;
		content: '';
	}
}
.top main .about h3 {
	position: relative;
	padding-top: 50px;
	margin-bottom: 55px;
	line-height: 1.1;
}
.top main .about h3::before {
	position: absolute;
	top: -196px;
	right: 0;
	left: 0;
	z-index: 2;
	width: 335px;
	height: 247px;
	margin: 0 auto;
	background: url(../img/top/about_h3_ill.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top main .about h3 span ,
.top main .about h3 em {
	display: block;
	color: #149bf6;
	text-align: center;
}
.top main .about h3 span {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.top main .about h3 em {
	font-family: 'Raleway', sans-serif;
	font-size: 5.5rem;
	font-weight: 600;
}
.top main .about .catch {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.top main .about .catch .box_l {
	width: calc(100% - (530px + 20px));
	margin-right: 20px;
}
.top main .about .catch .box_l h4 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.top main .about .catch .box_l h4::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 431px;
	height: 114px;
	background: url(../img/top/about_h4_bg.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top main .about .catch .box_l h4 span {
	position: relative;
	z-index: 2;
	display: block;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 4.2rem;
	color: #0f1c8f;
	text-align: center;
	line-height: 1.2;
}
.top main .about .catch .img {
	position: relative;
	z-index: 1;
	width: 530px;
	border: solid 5px #13219a;
	border-radius: 10px;
	overflow: hidden;
	margin-left: auto;
}
.top main .about .safe {
	overflow-x: hidden;
}
.top main .about .safe h5 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.top main .about .safe h5 span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top main .about .safe h5 span::before ,
.top main .about .safe h5 span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 176px;
	height: 19px;
	background: url(../img/top/about_h5_bg.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top main .about .safe h5 span::before {
	left: -200px;
}
.top main .about .safe h5 span::after {
	right: -200px;
}
.top main .about .safe h5 span em {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 3.3rem;
	color: #0f1c8f;
	padding-left: 55px;
}
.top main .about .safe h5 span em::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 31px;
	height: 58px;
	background: url(../img/top/about_h5_ill.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top main .about .safe h5 span em i {
	color: #149bf6;
}
.top main .about .safe .box {
	display: flex;
	flex-wrap: wrap;
}
.top main .about .safe .box section {
	width: 31.6%;
	background: #13219a;
	padding: 20px 10px 30px;
	border-radius: 10px;
}
.top main .about .safe .box section:not(:last-of-type) {
	margin-right: 2.6%;
}
.top main .about .safe .box section h6 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px;
	height: 78px;
	background: url(../img/top/about_h6_bg.svg) no-repeat center center;
	background-size: cover;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 3.0rem;
	color: #09199f;
	letter-spacing: .1em;
	margin: 0 auto;
	margin-bottom: .6em;
}
.top main .about .safe .box section p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
}
.top main .reason {
	position: relative;
	background: #43b3ff;
	padding-bottom: 60px;
}
.top main .reason::before {
	position: absolute;
	top: -126px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 126px;
	background: url(../img/top/reason_bg_top.jpg) no-repeat center top;
	background-size: cover;
	content: '';
}
@media screen and (min-width: 1600px) {
	.top main .reason::before {
		background: url(../img/top/reason_bg_top.jpg) no-repeat center top;
		background-size: 100% 100%;
		content: '';
	}
}
.top main .reason .w1200::before {
	position: absolute;
	top: -145px;
	left: 100px;
	z-index: 2;
	width: 225px;
	height: 174px;
	background: url(../img/top/reason_ill.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top main .reason h3 {
	position: relative;
	margin-bottom: 55px;
	line-height: 1.1;
}
.top main .reason h3 span ,
.top main .reason h3 em {
	display: block;
	color: #FFF;
	text-align: center;
}
.top main .reason h3 span {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.top main .reason h3 em {
	font-family: 'Raleway', sans-serif;
	font-size: 5.5rem;
	font-weight: 600;
}
.top main .reason .box {
	display: flex;
}
.top main .reason .box section {
	width: 31.6%;
	background: #FFF;
}
.top main .reason .box section:not(:last-of-type) {
	margin-right: 2.6%;
}
.top main .reason .box section h4 {
	background: #ffec4d;
	padding: 20px 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.top main .reason .box section h4 span ,
.top main .reason .box section h4 em {
	display: block;
}
.top main .reason .box section h4 em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 93px;
	height: 46px;
	margin: 0 auto;
	margin-bottom: .5em;
	background-size: cover !important;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 2.4rem;
	line-height: 1.1;
	color: #FFF;
	letter-spacing: .1em;
}
.top main .reason .box section:nth-of-type(1) h4 em {
	background: url(../img/top/reason_number01.svg) no-repeat center center;
}
.top main .reason .box section:nth-of-type(2) h4 em {
	background: url(../img/top/reason_number02.svg) no-repeat center center;
}
.top main .reason .box section:nth-of-type(3) h4 em {
	background: url(../img/top/reason_number03.svg) no-repeat center center;
}
.top main .reason .box section h4 span {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 3.0rem;
	text-align: center;
}
.top main .reason .box section p {
	padding: 8%;
}
.top main .service {
	padding-top: 70px;
}
.top main .service .box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.top main .service .box .box_l {
	width: calc(100% - (420px + 20px));
	margin-right: 20px;
}
.top main .service .box .box_l h3 {
	margin-bottom: 40px;
	color: #149bf6;
}
.top main .service .box .box_l h3 span ,
.top main .service .box .box_l h3 em {
	display: block;
	line-height: 1.1;
}
.top main .service .box .box_l h3 span {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.top main .service .box .box_l h3 em {
	font-family: 'Raleway', sans-serif;
	font-size: 5.5rem;
	font-weight: 600;
}
.top main .service .box .img {
	width: 411px;
	margin-right: 9px;
	margin-left: auto;
}
.top main .service .btn_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.top main .service .btn_list section {
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 15px;
}
.top main .service .btn_list section:nth-of-type(3n) {
	margin-right: 0;
}
.top main .service .btn_list section a {
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: solid 1px #ffec4d;
	background: #ffec4d;
	padding: 15px 0 15px 40px;
	text-decoration: none;
}
.top main .service .btn_list section a:hover {
	background: #FFF;
	border: solid 1px #ffc930;
}
.top main .service .btn_list section a .img {
	width: 86px;
	border-radius: 50%;
	overflow: hidden;
	background: #FFF;
	border: solid 1px #FFF;
}
.top main .service .btn_list section a:hover .img {
	border: solid 1px #ffc930;
}
.top main .service .btn_list section a .img span {
	display: block;
}
.top main .service .btn_list section a h4 {
	width: calc(100% - 86px);
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.top main .service .btn_list section a h4 span ,
.top main .service .btn_list section a h4 em {
	display: block;
	color: #000000;
	line-height: 1.1;
}
.top main .service .btn_list section a h4 span {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin-bottom: .4em;
}
.top main .service .btn_list section a h4 em {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
}
.top main .service .more_btn {
	width: 330px;
	margin: 0 auto;
}
.top main .service .more_btn a {
	position: relative;
	display: block;
	background: #0f1c8f;
	border: solid 1px #0f1c8f;
	border-radius: 2em;
	font-weight: 700;
	padding: .9em 2em;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.top main .service .more_btn a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	width: 9px;
	height: 15px;
	background: url(../img/common/icon_mail_arrow_white.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top main .service .more_btn a:hover {
	background: #FFF;
	border: solid 1px #0f1c8f;
	color: #0f1c8f;
}
.top main .service .more_btn a:hover::after {
	background: url(../img/common/icon_mail_arrow.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.top main .maker {
	padding-top: 120px;
}
.top main .maker h3 {
	position: relative;
	margin-bottom: 55px;
	line-height: 1.1;
}
.top main .maker h3 span ,
.top main .maker h3 em {
	display: block;
	color: #149bf6;
	text-align: center;
}
.top main .maker h3 span {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.top main .maker h3 em {
	font-family: 'Raleway', sans-serif;
	font-size: 5.5rem;
	font-weight: 600;
}
.top main .maker ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.top main .maker ul li {
	width: 32%;
	height: 85px;
	margin-bottom: 10px;
}
.top main .maker ul li:not(:nth-of-type(3n)) {
	margin-right: 2%;
}
.top main .maker ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: solid 1px #acaeaf;
	text-decoration: none;
	border-radius: 10px;
}
.top main .maker ul li a.nolink {
	pointer-events: none;
}
.top main .maker ul li a span {
	display: block;
	margin-right: 25px;
}
.top main .maker ul li:nth-of-type(1) a span {
	width: 91px;
}
.top main .maker ul li:nth-of-type(2) a span {
	width: 132px;
}
.top main .maker ul li:nth-of-type(3) a span {
	width: 71px;
}
.top main .maker ul li:nth-of-type(4) a span {
	width: 162px;
}
.top main .maker ul li:nth-of-type(5) a span {
	width: 132px;
}
.top main .maker ul li:nth-of-type(6) a span {
	width: 47px;
}
.top main .maker ul li a em {
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
}






/*service*/
.service .page_title {
	background: url(../img/service/page_title.jpg) no-repeat center center;
}
.service main .catch {
	background: #fffde4;
	padding: 50px 20px 80px;
}
.service main .catch p {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2.5em;
}
.service main .catch ul {
	display: flex;
	justify-content: center;
}
.service main .catch ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 322px;
	height: 117px;
	background: url(../img/service/catch_bg.svg) no-repeat center center;
	background-size: cover;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 3.4rem;
	color: #ffec4d;
	letter-spacing: .1em;
}
.service main .catch ul li:not(:last-of-type) {
	margin-right: 3px;
}
.service main .paint {
	padding-top: 60px;
	margin-bottom: 90px;
}
.service main .paint h3 {
	position: relative;
	padding-top: 110px;
	line-height: 1.1;
	text-align: center;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 3.6rem;
	color: #149bf6;
	margin-bottom: 1.4em;
}
.service main .paint h3::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 86px;
	height: 86px;
	background: url(../img/service/title_icon01.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.service main .paint > .about {
	background: #eef4f8;
	border-radius: 10px;
	padding: 50px 20px;
	margin-bottom: 60px;
}
.service main .paint > .about h4 {
	text-align: center;
}
.service main .paint > .about h4 span {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffec4d 60%);
	color: #09199f;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 3.0rem;
	line-height: 1.1;
}
.service main .paint > .about h4 span em {
	font-size: 3.6rem;
}
.service main .paint > .about > .box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.service main .paint > .about > .box p {
	width: 282px;
	margin-right: 50px;
}
.service main .paint > .about > .box ul li {
	position: relative;
	padding-left: 2em;
	font-size: 1.8rem;
}
.service main .paint > .about > .box ul li:not(:last-of-type) {
	margin-bottom: .3em;
}
.service main .paint > .about > .box ul li::before {
	position: absolute;
	top: .2em;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(../img/service/about_list.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.service main .paint .about + .box section {
	display: flex;
	align-items: center;
}
.service main .paint .about + .box section:not(:last-of-type) {
	margin-bottom: 30px;
}
.service main .paint .about + .box section .box_in {
	width: calc(100% - (600px + 50px));
}
.service main .paint .about + .box section:nth-of-type(odd) .box_in {
	order: 1;
	margin-right: 50px;
}
.service main .paint .about + .box section:nth-of-type(even) .box_in {
	order: 2;
	margin-left: 50px;
}
.service main .paint .about + .box section .box_in h4 {
	margin-bottom: 2em;
}
.service main .paint .about + .box section .box_in h4 span {
	display: inline-block;
	background: linear-gradient(transparent 60%, #ffec4d 60%);
	color: #09199f;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 2.8rem;
	line-height: 1.1;
}
.service main .paint .about + .box section .img {
	width: 600px;
	border: solid 5px #13219a;
	border-radius: 10px;
	overflow: hidden;
}
.service main .paint .about + .box section:nth-of-type(odd) .img {
	order: 2;
}
.service main .paint .about + .box section:nth-of-type(even) .img {
	order: 1;
}
.service main .construction h3 {
	position: relative;
	padding-top: 110px;
	line-height: 1.1;
	text-align: center;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 3.6rem;
	color: #149bf6;
	margin-bottom: 1.4em;
}
.service main .construction h3::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 86px;
	height: 86px;
	background: url(../img/service/title_icon01.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.service main .construction .box {
	display: flex;
	align-items: center;
}
.service main .construction .box .comment {
	width: calc(100% - (670px + 50px));
	margin-right: 50px;
}
.service main .construction .box .img {
	width: 670px;
	border: solid 5px #13219a;
	border-radius: 10px;
	overflow: hidden;
}




@media screen and (max-width: 1140px) {
	.top main .reason .box section h4 span {
		font-size: 2.4rem;
	}
	.top main .maker ul li {
		width: 48%;
	}
	.top main .maker ul li:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	.top main .maker ul li:not(:nth-of-type(2n)) {
		margin-right: 4%;
	}
	


	.service main .paint .about + .box section .box_in {
		width: calc(100% - (50% + 50px));
	}
	.service main .paint .about + .box section .img {
		width: 50%;
	}
	.service main .construction .box .comment {
		width: calc(100% - (50% + 50px));
	}
	.service main .construction .box .img {
		width: 50%;
	}
	
	
}




@media screen and (max-width: 1040px) {
	.top main .about .safe .box section {
		width: 49%;
		margin-bottom: 10px;
	}
	.top main .about .safe .box section:not(:last-of-type) {
		margin-right: 0;
	}
	.top main .about .safe .box section:first-of-type {
		margin-right: 2%;
	}
	.top main .reason .box {
		display: flex;
		flex-wrap: wrap;
	}
	.top main .reason .box section {
		width: 49%;
		margin-bottom: 10px;
	}
	.top main .reason .box section:not(:last-of-type) {
		margin-right: 0;
	}
	.top main .reason .box section:first-of-type {
		margin-right: 2%;
	}


	.service main .catch ul {
		display: flex;
		flex-wrap: wrap;
	}
	.service main .catch ul li {
		margin: 0 5px;
		margin-bottom: 10px;
	}
	.service main .catch ul li:not(:last-of-type) {
		margin-right: 0;
	}
	
	
	
	
}




@media screen and (max-width: 940px) {
	.top main .about .catch .box_l {
		width: calc(100% - (48% + 20px));
		margin-right: 20px;
	}
	.top main .about .catch .img {
		width: 48%;
	}
	
	.top main .service .btn_list section {
		width: 48%;
		margin-right: 4%;
	}
	.top main .service .btn_list section:nth-of-type(3n) {
		margin-right: 4%;
	}
	.top main .service .btn_list section:nth-of-type(2n) {
		margin-right: 0;
	}


	.service main .paint .about + .box section {
		display: flex;
		flex-direction: column;
	}
	.service main .paint .about + .box section .box_in {
		width: 100%;
	}
	.service main .paint .about + .box section:nth-of-type(odd) .box_in {
		order: 2;
		margin-right: 0;
	}
	.service main .paint .about + .box section:nth-of-type(even) .box_in {
		order: 2;
		margin-left: 0;
	}
	.service main .paint .about + .box section .img {
		width: 100%;
		margin-bottom: 10px;
	}
	.service main .paint .about + .box section:nth-of-type(odd) .img {
		order: 1;
	}
	.service main .paint .about + .box section:nth-of-type(even) .img {
		order: 1;
	}
	.service main .construction .box {
		display: flex;
		flex-direction: column;
	}
	.service main .construction .box .comment {
		order: 2;
		width: 100%;
		margin-right: 0;
	}
	.service main .construction .box .img {
		order: 1;
		width: 100%;
		margin-bottom: 10px;
	}
	
	
	
	
}



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

	.slide_box {
		height: calc(70vh - 18vw);
	}
	.slider .slide_box .catch {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding-top: 5vh;
	}
	.slider .slide_box .catch .box {
		padding: 5vw 3vw;
		width: 90%;
		border-radius: 10px;
		border: solid 0.652vw #0f1c8f;
	}
	.slider .slide_box .catch .box h3 {
		max-width: 560px;
		margin-bottom: 4vw;
	}
	.slider .slide_box .catch .box p {
		font-size: 1.3rem;
	}
	.top main .about {
		padding-bottom: 10vw;
		margin-bottom: 30vw;
		border-bottom: solid 1.565vw #ffec4d;
	}
	.top main .about::before {
		top: -13.038vw;
		height: 13.038vw;
		background: url(../img/top/about_bg_top_sp.png) no-repeat center top;
		background-size: cover;
	}
	.top main .about h3 {
		padding-top: 10vw;
		margin-bottom: 10vw;
	}
	.top main .about h3::before {
		top: calc(-25.554vw * 1.2);
		width: calc(43.677vw * 1.2);
		height: calc(32.203vw * 1.2);
	}
	.top main .about h3 span {
		font-size: 1.6rem;
	}
	.top main .about h3 em {
		font-size: 4.0rem;
	}
	.top main .about .catch {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 10vw;
	}
	.top main .about .catch .box_l {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.top main .about .catch .box_l h4 {
		margin-bottom: 5vw;
	}
	.top main .about .catch .box_l h4::before {
		width: calc(56.193vw * 1.5);
		height: calc(14.863vw * 1.5);
	}
	.top main .about .catch .box_l h4 span {
		font-size: 3.2rem;
	}
	.top main .about .catch .img {
		width: 100%;
		border: solid 5px #13219a;
		border-radius: 10px;
	}
	.top main .about .safe h5 {
		margin-bottom: 5vw;
	}
	.top main .about .safe h5 span::before ,
	.top main .about .safe h5 span::after {
		width: calc(22.947vw * 1.2);
		height: calc(2.477vw * 1.5);
	}
	.top main .about .safe h5 span::before {
		left: calc(-26.076vw * 1.1);
	}
	.top main .about .safe h5 span::after {
		right: calc(-26.076vw * 1.1);
	}
	.top main .about .safe h5 span em {
		display: block;
		font-size: 2.5rem;
		padding-left: calc(8vw * 1.2);
		line-height: 1.2;
	}
	.top main .about .safe h5 span em::before {
		width: calc(4.042vw * 1.4);
		height: calc(7.562vw * 1.4);
	}
	.top main .about .safe .box {
		display: flex;
		flex-direction: column;
	}
	.top main .about .safe .box section {
		width: 100%;
		padding: 5vw 4vw;
		border-radius: 10px;
	}
	.top main .about .safe .box section:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 6vw;
	}
	.top main .about .safe .box section h6 {
		width: calc(28.031vw * 2);
		height: calc(10.169vw * 2);
		font-size: 2.6rem;
	}
	.top main .about .safe .box section p {
		font-size: 1.6rem;
	}
	.top main .reason {
		padding-bottom: 10vw;
	}
	.top main .reason::before {
		top: calc(-13.038vw + 1px);
		height: 13.038vw;
		background: url(../img/top/reason_bg_top_sp.png) no-repeat center top;
		background-size: cover;
	}
	.top main .reason .w1200::before {
		top: calc(-18.905vw * 1.2);
		left: calc(13.038vw * .6);
		width: calc(29.335vw * 1.2);
		height: calc(22.686vw * 1.2);
	}
	.top main .reason h3 {
		padding-top: 10vw;
		margin-bottom: 10vw;
	}
	.top main .reason h3 span {
		font-size: 1.6rem;
	}
	.top main .reason h3 em {
		font-size: 4.0rem;
	}
	.top main .reason .box {
		display: flex;
		flex-direction: column;
	}
	.top main .reason .box section {
		width: 100%;
	}
	.top main .reason .box section:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.top main .reason .box section h4 {
		padding: 5vw 4vw;
	}
	.top main .reason .box section h4 em {
		width: calc(12.125vw * 2);
		height: calc(5.997vw * 2);
		margin-bottom: .5em;
		font-size: 2.1rem;
	}
	.top main .reason .box section h4 span {
		font-size: 2.7rem;
		text-align: center;
	}
	.top main .reason .box section p {
		padding: 5vw 4vw;
	}
	.top main .service {
		overflow-x: hidden;
		padding-top: 10vw;
	}
	.top main .service .box {
		margin-bottom: 5vw;
	}
	.top main .service .box .box_l {
		width: calc(100% - 35vw);
		margin-right: -12vw;
	}
	.top main .service .box .box_l h3 {
		margin-bottom: 0;
	}
	.top main .service .box .box_l h3 span {
		font-size: 1.5rem;
	}
	.top main .service .box .box_l h3 em {
		font-size: 4.0rem;
	}
	.top main .service .box .img {
		position: relative;
		right: -12vw;
		width: 52vw;
		margin-right: 0;
		margin-left: auto;
	}
	.top main .service .comment {
		margin-bottom: 5vw;
	}
	.top main .service .btn_list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 5vw;
	}
	.top main .service .btn_list section {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.top main .service .btn_list section:nth-of-type(3n) {
		margin-right: 0;
	}
	.top main .service .btn_list section a {
		border-radius: 10px;
		padding: 3vw 0 3vw 10vw;
	}
	.top main .service .btn_list section a .img {
		width: 15vw;
	}
	.top main .service .btn_list section a h4 {
		width: calc(100% - 15vw);
		padding: 0 4%;
	}
	.top main .service .btn_list section a h4 span {
		font-size: 2.1rem;
	}
	.top main .service .btn_list section a h4 em {
		font-size: 1.2rem;
	}
	.top main .service .more_btn {
		width: 90%;
	}
	.top main .service .more_btn a::after {
		right: 5vw;
		width: calc(1.173vw * 2);
		height: calc(1.956vw * 2);
	}
	.top main .maker {
		padding-top: 10vw;
	}
	.top main .maker h3 {
		margin-bottom: 10vw;
	}
	.top main .maker h3 span {
		font-size: 1.6rem;
	}
	.top main .maker h3 em {
		font-size: 4.0rem;
	}
	.top main .maker ul {
		margin-bottom: -5vw;
	}
	.top main .maker ul li {
		width: 100%;
		height: 16vw;
		margin-bottom: 5vw;
		margin-right: 0 !important;
	}
	.top main .maker ul li:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	.top main .maker ul li a {
		border-radius: 10px;
	}
	.top main .maker ul li a span {
		margin-right: 5vw;
	}
	.top main .maker ul li:nth-of-type(1) a span {
		width: calc(11.864vw * 1.5);
	}
	.top main .maker ul li:nth-of-type(2) a span {
		width: calc(17.21vw * 1.5);
	}
	.top main .maker ul li:nth-of-type(3) a span {
		width: calc(9.257vw * 1.5);
	}
	.top main .maker ul li:nth-of-type(4) a span {
		width: calc(21.121vw * 1.5);
	}
	.top main .maker ul li:nth-of-type(5) a span {
		width: calc(17.21vw * 1.5);
	}
	.top main .maker ul li:nth-of-type(6) a span {
		width: calc(6.128vw * 1.5);
	}
	.top main .maker ul li a em {
		font-size: 1.5rem;
	}



	.service main .catch {
		padding: 5vw 4% 8vw;
	}
	.service main .catch p {
		text-align: left;
		font-size: 1.8rem;
		margin-bottom: 2.5em;
	}
	.service main .catch ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.service main .catch ul li {
		width: calc(41.982vw * 1.8);
		height: calc(15.254vw * 1.8);
		font-size: 3.4rem;
	}
	.service main .catch ul li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.service main .paint {
		padding-top: 10vw;
		margin-bottom: 10vw;
	}
	.service main .paint h3 {
		padding-top: calc(12vw * 2);
		line-height: 1.1;
		font-size: 2.0rem;
		margin-bottom: 1.4em;
	}
	.service main .paint h3::before {
		width: calc(11.213vw * 2);
		height: calc(11.213vw * 2);
	}
	.service main .paint > .about {
		border-radius: 10px;
		padding: 5vw 4vw;
		margin-bottom: 10vw;
	}
	.service main .paint > .about h4 {
		margin-bottom: 5vw;
	}
	.service main .paint > .about h4 span {
		font-size: 1.6rem;
		line-height: 1.1;
	}
	.service main .paint > .about h4 span em {
		font-size: 2.0rem;
	}
	.service main .paint > .about > .box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.service main .paint > .about > .box p {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 5vw;
	}
	.service main .paint > .about > .box ul li {
		font-size: 1.8rem;
	}
	.service main .paint > .about > .box ul li::before {
		top: .2em;
		width: 1.4em;
		height: 1.4em;
	}
	.service main .paint .about + .box section {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.service main .paint .about + .box section:not(:last-of-type) {
		margin-bottom: 10vw;
	}
	.service main .paint .about + .box section .box_in {
		width: 100%;
	}
	.service main .paint .about + .box section:nth-of-type(odd) .box_in {
		order: 2;
		margin-right: 0;
	}
	.service main .paint .about + .box section:nth-of-type(even) .box_in {
		order: 2;
		margin-left: 0;
	}
	.service main .paint .about + .box section .box_in h4 {
		margin-bottom: 1.2em;
	}
	.service main .paint .about + .box section .box_in h4 span {
		font-size: 1.8rem;
		line-height: 1.1;
	}
	.service main .paint .about + .box section .img {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 5vw;
	}
	.service main .paint .about + .box section:nth-of-type(odd) .img {
		order: 1;
	}
	.service main .paint .about + .box section:nth-of-type(even) .img {
		order: 1;
	}
	.service main .construction h3 {
		padding-top: calc(12vw * 2);
		line-height: 1.7;
		font-size: 2.0rem;
		margin-bottom: 1.4em;
	}
	.service main .construction h3::before {
		width: calc(11.213vw * 2);
		height: calc(11.213vw * 2);
	}
	.service main .construction .box {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.service main .construction .box .comment {
		width: 100%;
		margin-right: 0;
	}
	.service main .construction .box .img {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 5vw;
	}


}



/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 60px;
}
 
.shokai th{
  padding: 15px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.shokai td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 768px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/





/*プライバシーポリシーテーブル*/

.table_privacy{

	width: 98%;

	border-collapse: collapse;

	margin-left: 15px;

}

.table_privacy th{

	width: 5%;

	padding-top: 15px;

	padding-right: 5px;

	padding-bottom: 15px;

	padding-left: 15px;

	font-weight: normal;

	vertical-align: top;



}

.table_privacy td{

	padding: 15px;

	vertical-align: top;



}

/*Q&A dl01*/
.question{
	margin:15px 0;
}
.question dt{
	min-height: 28px;
	line-height: 28px;
	padding: 11px 10px 10px 50px;
	background-color: #F0EFEF;
	background-image: url(../img/faq/icon-q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.question dd{
	min-height:28px;
	line-height:1.6;
	background:url(../img/faq/icon-a.png) no-repeat 10px 10px;
	margin-bottom: 20px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-left: 0px;
}



/*** レスポンシブテーブル会社沿革 ***/
.comhis01{
	width: 100%;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
 
.comhis01 th{
	padding: 20px;
	width: 20%;
	overflow: hidden;
	font-style: normal;
	color: #666666;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
 
.comhis01 td{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}



@media (max-width: 768px){
.comhis01 {
  width: 100%;
}
.comhis01 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
	padding-bottom: 0px;
}
.comhis01 td{
  display: list-item;
  width: 95%;
  border-top: none !important;
	padding-top: 0px;
}
}
/*** レスポンシブテーブル会社沿革　おわり ***/


/* イメージリスト */
#imageListwork01{
	max-width:1200px;
	overflow:hidden;
	margin-top:20px;
}

#imageListwork01 li{
	width:25%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListwork01 p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:1.4rem;
	font-weight:bold;
	background-color: #333333;
}

#imageListwork01 p.txt02 {
	color:#333333;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListwork01 li{
	width:50%;
	float:left;
	padding:0 5px;
}

#imageListwork01 p.txt01 {
	line-height:30px;
	font-size:1rem;
}
}


/* イメージリストサービス */
#imageListservice01{
	max-width:1200px;
	overflow:hidden;
	margin-top:30px;
}

#imageListservice01 li{
	width:25%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListservice01 p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	background-color: #333333;
}

#imageListservice01 p.txt02 {
	color:#333333;
}



.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 992px){

#imageListservice01 li{
	width:50%;
	float:left;
	padding:0 10px;
}
}