body {
	background-image: url(/wp-content/uploads/2021/07/bg_stripe.png);
}
div {
	box-sizing: border-box;
}
h2, h3, h4 {
	text-align: center;
}
h2 {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    margin: 10px 15px;
    font-weight: bold;
    line-height: 1.4;
}
.full-bg h2 {
	color: #fff;
}
h3 {
	font-size: 1.8rem;
    font-weight: bold;
    color: #eb4034;
	margin: 20px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
}
h3::before,
h3::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #8ee8cd;
}
h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
h4 {
	font-size: 1.4rem;
    line-height: 1.4;
    color: #F4990A;
    margin: 30px 15px 20px;
}

@media(max-width: 770px) {
	.inner-w {
		padding: 25px 15px !important;
	}	
}
@media(max-width: 450px) {
	h2 {
		font-size: 1.6rem;
		text-align: left;
	}
	h3 {
		font-size: 1.2rem;
		margin: 10px 0;
	}
	h3::before,
	h3::after {
		height: 25px;
	}
	h3::before {
		margin-right: 15px;
	}
	h3::after {
		margin-left: 15px;
	}
	h4 {
		margin: 20px 0 10px;
	}
}

.inner-w {
	background: #fff;
	margin: 30px auto;
	padding: 50px 0;
    border-radius: 15px;
	border: 4px solid #F4990A;
}
.full-bg {
	background: #FC6948;
	padding: 70px 0;
}

.case-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0 50px;
}
.case-item {
	box-sizing: border-box;
	margin: 15px;
	padding: 6px;
}
.case-item1 {
	width: calc(40% - 30px);
}
.case-item2 {
	width: calc(30% - 30px);
}
.case-item img {
	width: 100%;
}

@media(max-width: 600px) {
	.case-item {
		margin: 15px 0;
		padding: 6px;
	}
	.case-item1 {
		width: 95%;
	}
	.case-item2 {
		width: 60%;
	}
}

.onayami-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.onayami-item {
	width: calc(80% / 3 - 30px);
	box-sizing: border-box;
	margin: 15px;
	padding: 6px;
}
@media(max-width: 770px) {
	.onayami-item {
		width: 100%;
		margin: 15px 0;
		padding: 6px;
	}
}

.appeal-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.appeal-box-reverse {
	flex-direction: row-reverse;
}
.appeal-item {
	box-sizing: border-box;
	margin: 40px 15px 25px;
	padding: 6px;
}
.appeal-item-text {
	width: calc(45% - 30px);
}
.appeal-item-img {
	width: calc(30% - 30px);
}

@media(max-width: 770px) {
	.appeal-box {
		margin-bottom: 25px;
	}
	.appeal-item {
		width: 100%;
		margin: 5px 0;
		padding: 6px;
	}
}

.voice-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.voice-box-reverse {
	flex-direction: row-reverse;
}
.voice-item {
	box-sizing: border-box;
	margin: 40px 15px 25px;
	padding: 6px;
}
.voice-item-text {
	width: calc(45% - 30px);
	background: #FFEFBB;
    border-radius: 8px;
    padding: 15px 45px 35px;
}
.voice-item-img {
	width: calc(30% - 30px);
}
.voice-item-text h3 {
	font-size: 1.5rem;
}

@media(max-width: 770px) {
	.voice-box {
		margin-bottom: 40px;
	}
	.voice-item {
		width: 100%;
		margin: 15px 0;
		padding: 10px 25px 15px;
	}
	.voice-item-text h3 {
		font-size: 1.1rem;
	}
	.voice-item-img {
		text-align: center;
		width: 70% !important;
	}
}
@media(max-width: 450px) {
	.voice-item-img {
		width: 100% !important;
		margin: 0;
	}
}

.onayami-item img, .appeal-item img, .voice-item img {
	width: 100%;
	border-radius: 5px;
}

.social-icon {
    display: block;
    margin: 30px auto 70px;
    width: 90%;
    max-width: 350px;
}

.demo-banner {
	display: block;
    width: 90%;
    max-width: 400px;
    margin: 30px auto 15px;
	transition: .3s
}
.demo-banner:hover {
	opacity: 0.6;
}
.demo-banner img {
	width: 100%;
}

.full-bg-p {
	color: #fff;
    text-align: center;
    margin: 20px 15px 40px;
}
.full-bg-notice {
	width: 70%;
    background: rgba(255,255,255,0.15);
    margin: 0 auto 40px;
    border-radius: 5px;
    padding: 25px 45px 35px;
}
.full-bg-notice h3 {
	color: #fff;
}
.full-bg-notice p {
	color: #fff;
}

.baitai {
	display: flex;
	width: 100%;
    margin: 15px auto;
    justify-content: center;
	flex-wrap: wrap;
}
.baitai p {
    background: #F4990A;
    color: #fff;
    padding: 2px 20px;
    border-radius: 3px;
    margin: 0 12px;
}

@media(max-width: 450px) {
	.baitai p {
		text-align: center;
		margin: 6px;
	}
	.wpcf7 {
		max-width: 90%;
	}
	.full-bg-notice {
		width: 95%;
		background: rgba(255,255,255,0.15);
		margin: 0 auto;
		border-radius: 5px;
		padding: 20px 25px 30px;
	}
	.social-icon {
		margin: 25px auto 40px;
		width: 70%;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #ffe396 !important;
    color: #fff!important;
    padding: 20px 15px!important;
}
@media(max-width: 1000px) {
	.top-slider-content {
		width: 550px !important;
		height: 550px !important;
	}
	.top-slider-content-inner {
		width: 550px !important;
		height: 550px !important;
	}
}

@media(max-width: 650px) {
	.top-slider-content {
		width: 260px !important;
		height: 500px !important;
	}
	.top-slider-content-inner {
		width: 260px !important;
		height: 500px !important;
	}
}

.company {
	width: calc(100% - 60px) !important;
    margin: 30px auto;
	padding: 20px 0 !important;
}
.company h2 {
	font-size: 1.3rem;
}
.company p {
	text-align: center;
}
.company a {
	color: #FC6948;
	text-decoration: underline;
	transition: 0.3s;
}
.company a:hover {
	opacity: 0.6;
}
@media(max-width: 450px) {
	.company {
		width: calc(100% - 30px) !important;
    	margin: 15px;
	}
	.company h2 {
		text-align: center !important;
	}
}