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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#2f2f2f;
	font-size: .9375em;
	line-height: 1.875;
}
li, img {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
.df {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
body.on {
	padding-top: 80px;
}

#hd {
	align-items: center;
	position: relative;
}
#hd_logo {
	margin-right: auto;
	padding: 10px;
}
#hd_fix {
	top: -80px;
	left: 0;
	background: #fff;
	width: 100%;
	transition-duration: .5s;
	z-index: 100;
}
body.on #hd_fix {
	position: fixed;
	top: 0;
}

.btn1 a {
	display: block;
	padding: 20px 40px;
	background: #bf192a;
	color: #fff;
	border-radius: 5px;
	transition-duration: .3s;
}
.btn1 a:hover {
	background: #8c0013;
}
.btn2 a {
	display: block;
	color: #fff;
	padding: 15px 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	transition-duration: .3s;
}
.btn2 a:hover {
	color: #333;
	background: #fff;
}
.btn3 a {
	display: block;
	color: #2f2f2f;
	padding: 15px 30px;
	border: 2px solid #2f2f2f;
	border-radius: 5px;
	transition-duration: .3s;
}
.btn3 a:hover {
	color: #fff;
	background: #2f2f2f;
}

#mainvisual {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
#main_txt {
	padding: 6% 0 8%;
	width: 100%;
	color: #fff;
	text-align: center;
	background: url("../img/slider_1.jpg") center center no-repeat;
	background-size: cover;
	transition-duration: 1s;
}
#main_txt.bg0 {background-image: url("../img/slider_1.jpg");}
#main_txt.bg1 {background-image: url("../img/slider_2.jpg");}
#main_txt.bg2 {background-image: url("../img/slider_3.jpg");}
#main_txt.bg3 {background-image: url("../img/slider_4.jpg");}

#main_txt .in {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#main_txt .in .circle {
	padding: 33px 0;
	background: #bf192a;
	line-height: 1.2;
	max-width: 174px;
	margin-left: auto;
	border-radius: 50%;
}
#main_txt .in .circle p {
	font-size: 1.2em;
}
#main_txt .in .circle p.update {
	font-size: .866667em;
}
#main_txt .in .circle .number {
	margin: 10px 0;
}
#main_txt .in .circle .number strong {
	font-size: 2.9333em;
}
#main_txt .in .circle .unit {
	font-size: 1.6em;
	font-weight: bold;
	display: inline-block;
}
#main_txt .in h1 {
	font-size: 4em;
	line-height: 1.2;
	margin: 5% 0;
}
#main_txt .in p.free {
	font-size: 1.1333em;
	margin: 15px 0 40px;
}
#main_txt .in p.free a {
	text-decoration: underline;
	color: #fff;
}
#main_txt .in .btn1 {
	display: inline-block;
	font-size: 1.2em;
}
#main_txt .in .btn2 {
	justify-content: center;
}
#main_txt .in .btn2 li {
	margin: 0 10px;
}

#sp_menu {
	display: none;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

/* 1340px以上 */
@media (min-width: 1340px) {
	#hd_nav ul li {
		margin: 0 10px;
		line-height: 80px;
	}
	#hd_nav ul li a {
		display: block;
		padding: 0 10px;
		position: relative;
	}
	#hd_nav ul li a:after {
		content: "";
		display: block;
		width: 100%;
		height: 0px;
		background: #bf192a;
		position: absolute;
		left: 0;
		bottom: 0;
		transition-duration: .3s;
	}
	#hd_nav ul li a:hover {
		color: #bf192a;
	}
	#hd_nav ul li a:hover:after {
		height: 6px;
	}
}

/* 992px以上 */
@media (min-width: 992px) {
	#hd_tel {
		line-height: 1.2;
		text-align: center;
		margin: 0 35px 0 25px;
	}
	#hd_tel .number {
		font-size: 2em;
		color: #bf192a;
		font-weight: 500;
	}
	#hd_tel span {
		font-size: .86667em;
	}
	#hd_mail {
		line-height: 80px;
	}
	#hd_mail a {
		display: block;
		background: #bf192a;
		color: #fff;
		padding: 0 25px;
	}
	#hd_mail a img {
		display: block;
		margin-right: 14px;
	}
	#hd_mail a:hover {
		background: #8c0013;
	}
	#hd_mail ul {
		align-items: center;
	}
}

.tl {
	text-align: center;
}
.tl span {
	color: #bf192a;
	font-size: 1.333em;
	letter-spacing: 1px;
}
.tl h2 {
	font-size: 2.333em;
	line-height: 1.42;
	margin-bottom: 4%;
}
.section {
	padding: 4%;
}

#problems ul {
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	max-width: 1000px;
	margin: 0 auto;
}
#problems ul li {
	font-size: 1.8em;
	line-height: 1.4;
	margin: 15px 0;
	background: url("../img/problems_bg.png") 0 0 no-repeat;
	background-size: 100% auto;
	box-shadow: 3px 3px 4px rgba(0,0,0,.1);
	display: table;
	width: 100%;
	max-width: 485px;
	height: 150px;
}
#problems ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#factors {
	background: url("../img/factors_bg.png") center bottom no-repeat #f2f2f2;
	background-size: 100% auto;
}
#factors .graf {
	max-width: 1000px;
	margin: 0 auto;
}
#factors .graf dl {
	background: #fff;
	text-align: center;
	padding: 5%;
}
#factors .graf dl dt {
	font-size: 1.6em;
	line-height: 1.5;
	margin-bottom: 40px;
}
#factors .graf dl dt span.q {
	color: #bf192a;
}
#factors .graf dl dd img {
	margin-left: auto;
	margin-right: auto;
}
#factors .graf.half {
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-bottom: 3%;
}
#factors .graf.half dl dt {
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}
#factors p {
	text-align: center;
	font-size: .8em;
	margin-top: 15px;
}
#factors .important {
	text-align: center;
	color: #bf192a;
	font-size: 2.3333em;
	line-height: 1.54;
	margin: 4% 0;
}

#faq .qalist {
	max-width: 1100px;
	margin: 0 auto;
}
#faq .qalist .list dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	text-align: left;
}
#faq .qalist .list dl dt,
#faq .qalist .list dl dd {
	line-height: 1.8;
}
#faq .qalist .list dl dt {
	color: #bf192a;
	font-size: 2em;
	width: 1em;
	text-align: center;
}
#faq .qalist .list dl dd {
	padding-top: .5em;
	padding-left: .5em;
}
#faq .qalist .list dl.q dd {
	font-size: 1.333em;
}

/* インビューズーム
------------------------------*/
@-webkit-keyframes inviewZoom {
	0% {
		opacity:0;
		transform: scale(0.0);
	}
	60% {
		opacity:.2;
		transform: scale(0.3);
	}
	80% {
		opacity:1;
		transform: scale(1.2);
	}
	100% {
		opacity:1;
		transform: scale(1.0);
	}
}

@keyframes inviewZoom {
	0% {
		opacity:0;
		transform: scale(0.0);
	}
	60% {
		opacity:.2;
		transform: scale(0.3);
	}
	80% {
		opacity:1;
		transform: scale(1.2);
	}
	100% {
		opacity:1;
		transform: scale(1.0);
	}
}

/* ワイプ
------------------------------*/
.inview {
	position: relative;
	opacity: 0;
	overflow: hidden;
}
.inview.show {
	-webkit-animation-name: inviewZoom;
	animation-name: inviewZoom;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	animation-fill-mode: forwards;
}

#solutions.section {
	padding: 4% 0;
}
#solutions .reborn {
	max-width: 1100px;
	margin: 0 auto;
}
#solutions .reborn .concept {
	text-align: center;
	background: #bf192a;
	color: #fff;
	font-size: 2.3333em;
	line-height: 1.4;
	padding: 20px 0;
}
#solutions .item_wrap {
	max-width: 1920px;
	margin: 0 auto;
}
#solutions .item_wrap .item {
	position: relative;
	margin: 2% 0;
}
#solutions .item_wrap .item .pict {
	max-width: 54%;
}
#solutions .item_wrap .item .card {
	width: 48%;
	position: absolute;
	top: 0;
	margin-top: 3%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	z-index: 10;
}
#solutions .item_wrap .item:nth-child(odd) .pict {
	margin-right: auto;
}
#solutions .item_wrap .item:nth-child(odd) .card {
	right: 0;
}
#solutions .item_wrap .item:nth-child(even) .pict {
	margin-left: auto;
}
#solutions .item_wrap .item:nth-child(even) .card {
	left: 0;
}
#solutions .item_wrap .item .card dl {
	padding: 6%;
}
#solutions .item_wrap .item .card dl dt {
	font-size: 1.6667em;
	margin-bottom: 20px;
}
#solutions .item_wrap .item .card dl dt:after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #bf192a;
	margin-top: 10px;
}

#contact {
	background: #f2f2f2;
}
#contact .btn1 {
	font-size: 1.6667em;
	text-align: center;
	max-width: 700px;
	margin: 0 auto 20px;
}
#contact ul {
	justify-content: center;
}
#contact ul li {
	font-size: 1.2em;
	margin: 0 10px;
}

#footer {
	background: #333;
	color: #fff;
	text-align: center;
}
#footer #ft_logo {
	padding: 20px;
	border-bottom: 1px solid #fff;
}
#footer p {
	padding: 10px;
	font-size: .8em;
}

.animation {
	position: relative;
	transform: translate(0,30px);
	transition-timing-function:ease-out;
	transition-duration: .3s;
	transition-delay: .3s;
	opacity: 0;
}
.animation.show {
	transform: translate(0,0);
	opacity: 1;
}

#daihyou,
#cherish {
	max-width: 1100px;
	margin: 0 auto;
}
#greeting .df {
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
#daihyou {
	margin-bottom: 3%;
}
#daihyou dl {
	max-width: 630px;
}
#daihyou dl dt {
	font-size: 1.6667em;
	border-bottom: 1px solid #ed1c24;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#daihyou dl dd p {
	margin-top: 30px;
}
#daihyou dl dd.name {
	text-align: right;
}
#cherish {
	background: #f2f2f2;
	padding: 2% 3% 3%;
	box-sizing: border-box;
}
#cherish h3 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 20px;
}
#cherish .df .point {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
}
#cherish .df .point dl {
	padding: 10px 15px 20px;
	text-align: center;
}
#cherish .df .point dl dt {
	font-size: 1.5em;
	line-height: 1.4;
	display: table;
	width: 100%;
}
#cherish .df .point dl dd:before {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	margin: 0 auto 20px;
	background: #e6e6e6;
}
#cherish .df .point dl dt span {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}

#case {
	background: #f2f2f2;
}
#case .df {
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	max-width: 1100px;
	margin: 0 auto;
}
#case .df .case {
	width: 48%;
	margin-bottom: 3%;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
#case .df .case dl dt,
#case .df .case dl dd {
	display: table;
	height: 2em;
	width: 100%;
	box-sizing: border-box;
}
#case .df .case dl dt span ,
#case .df .case dl dd span {
	display: table-cell;
	vertical-align: middle;
	height: 4em;
	padding-left: 15%;
	padding-right: 5%;
}
#case .df .case dl dt {
	background: url("../img/case_question.png") 25px center no-repeat #bf192a;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4;
}
#case .df .case dl dd {
	background: url("../img/case_arw.png") 25px center no-repeat #fff;
	font-size: 1.5em;
	line-height: 1.4;
}
#case_slider {
	max-width: 900px;
	margin: 0 auto;
}
#case_slider .item {
	position: relative;
}
#case_slider .item span {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #bf192a;
	color: #fff;
	padding: 5px 10px;
}
#case_thumb {
	max-width: 1100px;
	margin: 0 auto 3%;
	position: relative;
}
.slick-arrow {
	background: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	background-color: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 62px;
	height: 62px;
	margin-top: -31px;
	border: none;
	outline: none;
	z-index: 10;
}
.slick-prev {
	left: -20px;
	background-image: url("../img/slider_arw1.png");
}
.slick-next {
	right: -20px;
	background-image: url("../img/slider_arw2.png");
}
#case_thumb ul li {
	padding: 10px;
}
#case .btn4 {
	text-align: center;
}
#case .btn4 a {
	display: inline-block;
	color: #bf192a;
	border: 1px solid #bf192a;
	font-size: 1.1333em;
	background: #fff;
	padding: 20px 100px;
	transition-duration: .3s;
}
#case .btn4 a:hover {
	color: #fff;
	background: #bf192a;
}

#renovation {
	background: #f2f2f2;
}

#flow {
	background: url("../img/flow_bg.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#flow .tl {
	background: #fff;
	padding: 5%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
#flow .tl img {
	margin-left: auto;
	margin-right: auto;
}
#flow h3 {
	font-size: 2.333em;
	line-height: 1.5;
	color: #bf192a;
	margin-bottom: 30px;
}

#renovation .tl {
	margin-bottom: 8%;
}
#renovation img {
	margin: 0 auto;
}
#renovation h3 {
	font-size: 2.333em;
	line-height: 1.5;
	color: #bf192a;
	margin-top: 30px;
	margin-bottom: 10px;
}
#renovation p {
	font-size: 1.333em;
	line-height: 1.5;
	color: #bf192a;
	margin-bottom: 30px;
}

#contactus {
	padding: 2% 4%;
}
#contactus .tl h2 {
	margin-bottom: 1%;
}
#contactus h3 {
	font-size: 1em;
}
#contactus .free_office {
	border: 2px solid #bf192a;
	max-width: 1000px;
	margin: 2% auto 0;
}
#contactus .free_office h4 {
	background: #bf192a;
	color: #fff;
	font-size: 1.3333em;
	padding: 5px;
}
#contactus .free_office .in {
	padding: 2% 3%;
}
#contactus .free_office .in ul {
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	font-size: 1em;
	max-width: 700px;
	margin: 0 auto 20px;
}
#contactus .free_office .in ul li img {
	display: block;
	margin: 0 auto;
}
#contactus p.small {
	font-size: .7333em;
	text-align: right;
	max-width: 1000px;
	margin: 5px auto;
}
.contanctus_tel {
	display: inline-block;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 1.5% 2%;
	margin: 15px 0 2%;
}

#mailform {
	max-width: 1100px;
	margin: 0 auto;
}
#mailform .df {
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
#mailform dl.tx {
	max-width: 440px;
}
#mailform dl.tx dt {
	font-size: 1.6667em;
	line-height: 1.36;
	border-bottom: 1px solid #ed1c24;
	padding-bottom: 15px;
}
#mailform dl.tx dd p {
	margin-top: 3%;
}
.formarea {
	width: 630px;
	background: #f2f2f2;
	padding: 3%;
	box-sizing: border-box;
}
.formarea dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	margin-bottom: 15px;
}
.formarea dl dt {
	width: 200px;
}
.formarea dl dd {
	padding-left: 15px;
	-webkit-flex: 1;
	flex: 1;
}
.formarea dl dd p {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 3px;
}
.formarea .pp {
	text-align: center;
	font-size: .8667em;
}
.formarea .pp a {
	text-decoration: underline;
}
.formarea .pp a:hover {
	text-decoration: none;
}

#members .df {
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
#company {
	background: #f2f2f2;
}
#company table {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#company table th,
#company table td {
	vertical-align: middle;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 40px;
}
#company table th {
	background: #bf192a;
	color: #fff;
	text-align: center;
}
#company table td {
	background: #fff;
	text-align: left;
}

#faq {
	background: #f2f2f2;
}
#faq .qalist {
	background: #fff;
	padding: 3%;
	box-sizing: border-box;
}
#faq .qalist .list {
	border-top: 1px dotted #ccc;
	margin-top: 3%;
	padding-top: 3%;
}
#faq .qalist .list:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#faq .qalist .list a {
	color: #bf192a;
	text-decoration: underline;
}
#faq .qalist .list a:hover {
	text-decoration: none;
}

#members .member {
	max-width: 1100px;
	margin: 0 auto;
}
#members .member ul li {
	margin-bottom: 2%;
}

#pagetop {
	position: fixed;
	bottom: 100px;
	right: 10px;
	opacity: 0;
	transition-duration: .3s;
}
body.on #pagetop {
	opacity: 1;
}


/* 1340px以下 */
@media screen and (max-width: 1339.98px) {
	#hd_nav {
		display: none;
	}
	#sp_menu {
		display: block;
	}
	#sp_menu a {
		display: block;
		padding: 10px;
	}
	#sp_menu span {
		display: block;
		width: 60px;
		height: 6px;
		margin: 10px 0;
		background: #bf192a;
		transition-duration: .3s;
	}
	#sp_menu a.act span:nth-child(1) {
		transform: translate(0, 16px) rotate(45deg)
	}
	#sp_menu a.act span:nth-child(2) {
		transform: translate(30px,0);
		opacity: 0;
	}
	#sp_menu a.act span:nth-child(3) {
		transform: translate(0, -16px) rotate(-45deg)
	}
	#hd_nav {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	#hd_nav ul {
		display: block;
	}
	#hd_nav ul li {
		text-align: center;
	}
	#hd_nav ul li a {
		display: block;
		background: #bf192a;
		color: #fff;
		border-bottom: 1px solid #fff;
		padding: 15px;
	}
	#hd_nav ul li a:hover {
		background: #8c0013;
	}
}

/* 1200px以下 */
@media (max-width: 1199.98px) {
	#problems ul li {
		max-width: 48%;
	}
	#main_txt .in h1 {
		font-size: 3em;
	}
	#main_txt .in .circle {
		margin-right: 15px;
	}
	#factors .graf dl {
		padding: 4%;
		margin: 0 auto 3%;

	}
	#solutions .item_wrap .item .card {
	width: 99%;
	position: relative;
	top: 0;
	margin-top: 0;
	margin-bottom: 3%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	z-index: 10;
	}
	#solutions .item_wrap .item .pict {
		max-width: 99%;
		margin-bottom: -3%;
	}
	#solutions .item_wrap .item .card dl {
		padding: 3%;
	}
	#solutions .item_wrap .item:nth-child(odd) .card {
		margin-left: auto;
	}
	#daihyou dl {
		padding-left: 3%;
	}
	#members .member {
		max-width: 820px;
	}
	#cherish .df .point {
		margin: 0 .5%;
	}
	#mailform {
		padding: 4%;
	}
	#mailform .df {
		display: block;
	}
	#mailform dl.tx {
		max-width: none;
		margin-bottom: 3%;
	}
	.formarea {
		margin-left: auto;
		margin-right: auto;
	}
}

/* 992px以下 */
@media (max-width: 991.98px) {
	body {
		font-size: .75em;
	}
	body.on {
		padding-top: 60px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.btn1 a {
		padding: 15px 30px;
	}
	.btn2 a {
		padding: 10px;
	}
	.btn3 a {
		padding: 8px;
	}
	#sp_menu a.act span:nth-child(1) {
		transform: translate(0, 12px) rotate(45deg)
	}
	#sp_menu a.act span:nth-child(3) {
		transform: translate(0, -12px) rotate(-45deg)
	}
	#hd_logo {
		padding: 5px 10px;
	}
	#hd_tel img,
	#hd_mail img,
	#hd_logo img {
		height: 50px;
	}
	#hd_tel,
	#hd_mail {
		margin-right: 10px;
	}
	#hd_nav {
		top: 60px;
	}
	#hd_nav ul li a {
		padding: 10px;
	}
	#sp_menu a {
		padding: 5px 10px;
	}
	#sp_menu a span {
		height: 4px;
		width: 40px;
		margin: 8px 0;
	}
	#main_txt {
		padding: 25% 0;
		background-image: url("../img/slider_sp.jpg");
	}
	#main_txt .in .circle {
		margin-right: 15px;
		max-width: 157px;
	}
	#main_txt .in h1 {
		font-size: 2.5em;
	}
	#main_txt .in .btn2 li {
		margin: 0 5px;
	}
	.tl span {
		font-size: 1em;
	}
	.tl h2 {
		font-size: 1.6em;
	}
	#problems ul li {
		height: 90px;
		font-size: 1.6em;
		max-width: 100%;
	}
	#factors .graf dl dt {
		text-align: left;
		margin-left: 1em;
		text-indent: -1em;
		font-size: 1.4em;
	}
	#factors .important {
		font-size: 1.5em;
	}
	#solutions .reborn {
		max-width: 709px;
	}
	#solutions .reborn .concept {
		font-size: 1.5em;
		padding: 10px 0;
	}
	#greeting .df {
		display: block;
	}
	#daihyou .main {
		padding: 3%;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	#daihyou dl {
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#daihyou dl dt {
		font-size: 1.4em;
		line-height: 1.5;
	}
	#daihyou dl dd p,
	#daihyou dl dd.name {
		margin-top: 15px;
	}
	#cherish {
		margin-top: 10%;
		padding: 4%;
	}
	#cherish h3 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#cherish .df .point {
		margin: 4% auto 0;
		max-width: 400px;
		text-align: center;
	}
	#cherish .df .point:first-child {
		margin-top: 0;
	}
	#cherish .df .point dl dt span {
		height: auto;
		padding: 10px 0;
	}
	#cherish .df .point dl dd:before {
		margin: 10px auto 20px;
	}
	#case .df {
		display: block;
	}
	#case .df .case {
		width: 100%;
	}
	#case .df .case dl dt,
	#case .df .case dl dd{
		background-position: 10px center;
		background-size: 20px auto;
	}
	#case .df .case dl dt span,
	#case .df .case dl dd span {
		padding-left: 12%;
		padding-right: 5px;
	}
	#case .df .case dl dt {
		font-size: 1em;
	}
	#case .df .case dl dd {
		font-size: 1.2em;
	}
	#case_thumb ul li {
		padding: 5px;
	}
	#case .btn4 {
		margin-top: 3%;
	}
	#case .btn4 a {
		padding: 10px 25px;
	}
	.slick-prev {
		left: -10px;
	}
	.slick-next {
		right: -10px;
	}
	#flow h3 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#members .member {
		max-width: 540px;
	}
	#renovation h3 {
		font-size: 1.5em;
	}
	#renovation p {
		font-size: 1em;
		margin-bottom: 20px;
	}
	#contactus h3 {
		font-size: 1.2em;
	}
	#contactus .free_office .in ul {
		font-size: 1em;
		max-width: 70%;
		margin: 0 auto 15px;
	}
	#contactus .free_office .in ul li {
		width: 50%;
	}
	.contanctus_tel {
		padding: 15px 10px;
	}
	.formarea dl {
		display: block;
		margin-bottom: 15px;
	}
	#pagetop {
		width: 60px;
	}
}


/* 576px以下 */
@media (max-width: 575.98px) {
	body.on {
		padding-top: 48px;
	}
	#hd_tel img,
	#hd_mail img,
	#hd_logo img {
		height: 38px;
	}
	#sp_menu a span {
		margin: 6px 0;
		width: 35px;
	}
	#hd_nav {
		top: 48px;
	}
	#hd_tel,
	#hd_mail {
		margin-right: 6px;
	}
	#sp_menu a.act span:nth-child(1) {
		transform: translate(0, 10px) rotate(45deg)
	}
	#sp_menu a.act span:nth-child(3) {
		transform: translate(0, -10px) rotate(-45deg)
	}
	#main_txt .in .circle {
		margin-right: 15px;
		max-width: 131px;
		padding: 24px 0;
	}
	#main_txt .in .circle .number {
		margin: 5px 0;
	}
	#contact .btn1 {
		font-size: 1.4em;
		margin-bottom: 10px;
	}
	#contact ul {
		justify-content: space-between;
	}
	#contact ul li {
		margin: 0;
		font-size: 1em;
	}
	#problems ul li {
		font-size: 1.4em;
		height: 80px;
	}
	#daihyou dl dt {
		font-size: 1.2em;
	}
	.slick-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	#members .df li {
		max-width: 49%;
		margin-top: 2%;
	}
	#company table th, #company table td {
		padding: 10px;
	}
	#mailform {
		padding: 4% 0;
	}
	#case .btn4 a {
		font-size: 1em;
	}
	.formarea {
		width: 100%;
	}
	#pagetop {
		width: 40px;
	}
}
#thanks {
	max-width: 860px;
	padding: 4%;
	margin: 0 auto;
	text-align: center;
}
#thanks h1 {
	margin: 10%;
	font-size: 2em;
	line-height: 1.4;
}
#thanks a {
	font-size: 1.4em;
}