@charset "UTF-8";


/*main*/
.mv {
	/*margin-top: 80px;*/
}
.mv .inner {
	width: 100%;
	height: 65vw;
	position: relative;
}
.mv .inner h1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv .inner h1 img {
	object-fit: cover;
	object-position: 0 100%;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 829px){
	
	.mv {
		margin-top: 0;
	}
	.mv .inner {
		height: 62vw;
	}
}

@media screen and (max-width: 479px){
	
	.mv .inner {
		height: 196vw;
	}
}

@media screen and (max-width: 479px){
	.pc{
		display: none !important;
	}
}

@media screen and (min-width: 480px){
	.sp{
		display: none !important;
	}
}



/*intro*/

.sec_intro {
	background-image: url(../img/bg_onpu.png),
					 url(../img/bg.png);
	background-repeat: no-repeat,
					  repeat;
	background-position: 50% 30%,
						left top;
	background-size: contain,
						75px;
	padding-top: 70px;
	padding-bottom: 200px;
	overflow: hidden;
}
.sec_intro .inner {
	margin: 0 auto;
	max-width: 80vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sec_intro .lead {
	font-size: 44px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
}
.sec_intro .lead span {
	background: linear-gradient(90deg, transparent 40%, #ffff00 0%);
}
.sec_intro .inner .left {
	width: 290px;
	position: absolute;
	left: 50%;
	top: 200px;
	transform: translate(-190%,60px);
	transition-delay: 0.5s;
}
.sec_intro .inner .left.show {
	transform: translate(-190%,0);
}
.sec_intro .inner .right {
	width: 480px;
	position: absolute;
	left: 50%;
	top: 330px;
	transform: translate(25%,60px);
}
.sec_intro .inner .right.show {
	transform: translate(25%,0);
}
.sec_intro .inner .box {
	padding-top: 30vw;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec_intro .inner .box .txt {
	width: calc( 100% - 320px );
}
.sec_intro .inner .box .lg {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.sec_intro .inner .sm {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.sec_intro .inner .yel {
	background: linear-gradient( transparent 60%, #ffff00 0%);
}
.sec_intro .inner .box img {
	width: 320px;
}


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

	.sec_intro .inner .left {
		width: 220px;
		transform: translate(-200%,60px);
	}
	.sec_intro .inner .left.show {
		transform: translate(-200%,0);
	}
	.sec_intro .inner .right {
		width: 380px;
		transform: translate(35%,60px);
	}
	.sec_intro .inner .right.show {
		transform: translate(35%,0);
	}
	
	.sec_intro .inner .box {
		padding-top: 24vw;
		width: auto;
	}
	.sec_intro .inner .box .txt {
		width: auto;
	}
	.sec_intro .inner .box .lg {
		font-size: 28px;
	}
	.sec_intro .inner .sm {
		font-size: 22px;
	}
	.sec_intro .inner .box img {
		width: 300px;
	}
	
}

@media screen and (max-width: 829px){
	
	.sec_intro {
		background-image: url(../img/bg_onpu.png),
						 url(../img/bg.png);
		background-repeat: no-repeat,
						  repeat;
		background-position: 50% 220px,
							left top;
		background-size: 600px,
							75px;
		padding-top: 50px;
		padding-bottom: 100px;
	}

	.sec_intro .lead {
		font-size: 26px;
		line-height: 2.2;
	}
	.sec_intro .inner .left {
		left: 50%;
		top: 350px;
		transform: translate(-120%,60px);
		width: 180px;
	}
	.sec_intro .inner .left.show {
		transform: translate(-120%,0);
	}
	.sec_intro .inner .right {
		left: 50%;
		top: 240px;
		width: 250px;
		transform: translate(0%,60px);
	}
	.sec_intro .inner .right.show {
		transform: translate(0%,0);
	}
	.sec_intro .inner .box {
		padding-top: 300px;
		max-width: 300px;
		display: block;
		text-align: center;
	}
	.sec_intro .inner .box .txt {
		width: auto;
		display: inline-block;
		text-align: left;
		margin-bottom: 20px;
	}
	.sec_intro .inner .box .lg {
		font-size: 24px;
	}
	.sec_intro .inner .sm {
		font-size: 21px;
	}
	.sec_intro .inner .box .img {
		width: 65%;
		margin: 0 auto;
	}
	.sec_intro .inner .box img {
		width: 100%;
	}
	
}

@media screen and (max-width: 479px){
	
	.sec_intro .inner .box .lg {
		font-size: 20px;
	}
	.sec_intro .inner .sm {
		font-size: 16px;
	}
	
}
/*promise*/

.sec_promise {
	position: relative;
}
.sec_promise .h2_promise {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 556px;
	height: 246px;
	background: url("../img/promise_waku.png") no-repeat 0% 0%;
	background-size: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	z-index: 2;
}
.sec_promise .h2_promise h2 {
	margin-top: -20px;
}
.sec_promise .h2_promise span {
	font-size: 54px;
	letter-spacing: 0.25em;
}
.b1 {
	background: url("../img/bg_promise_1.png") repeat-x 0% 0%;
	padding: 150px 50px 100px;
}
.b2 {
	background: url("../img/bg_promise_2.png") repeat-x 0% 0%;
	padding: 100px 50px 80px;
}
.b3 {
	background: url("../img/bg_promise_3.png") repeat-x 0% 0%;
	padding: 100px 50px 80px;
}
.sec_promise .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.sec_promise .h3box {
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}
.sec_promise .h3box .no {
	margin-right: 40px;
	width: 130px;
}
.sec_promise .h3box .no img {
	width: 100%;
}
.sec_promise .h3box h3 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.sec_promise .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	align-items: flex-end;
}
.sec_promise .box .txt {
	width: calc( 100% - 400px );
}
.sec_promise .box .txt p {
	font-size: 24px;
	line-height: 1.8;
}
.sec_promise .box .txt p span {
	background: linear-gradient( transparent 60%, #ffff00 0%);
	font-weight: bold;
}
.sec_promise .box .img {
	position: relative;
	width: 350px;
}
.sec_promise .box .img img {
	width: 100%;
}
.sec_promise .moreinfo {
	margin-bottom: 40px;
}
.btn {
	max-width: 367px;
	height: 70px;
	border-radius: 35px;
	border: 1px solid #999;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	margin: 0 auto ;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	transition: opacity 0.3s ease;
}
.btn:hover {
	opacity: 0.6;
}
.b1 .btn {
	background-color: #aad2f5;
}
.b2 .btn {
	background-color: #b9df97;
}
.b3 .btn {
	background-color: #f3cfaf;
}
.case .btn {
	background-color: #f7e094;
}
.more_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 35px;
	width: 17px;
	height: 17px;
	background: url("../img/plus.png") no-repeat 0% 0%;
	transform: translateY(-50%);
}
.close_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 35px;
	width: 17px;
	height: 17px;
	background: url("../img/minus.png") no-repeat 0% 0%;
	transform: translateY(-50%);
}




.sec_promise .moreinfo .flex_wrap {
	display: flex;
	justify-content: space-between;
}
.sec_promise .moreinfo .flex_wrap img {
	width: 100%;
}
.sec_promise .moreinfo .flex_wrap .left {
	width: 38%;
	order: -1;
}
.sec_promise .moreinfo .flex_wrap .right {
	width: 55%;
}
.sec_promise .moreinfo .flex_wrap .honbun {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_promise .moreinfo .flex_wrap .honbun span {
	font-weight: bold;
}
.sec_promise .moreinfo .flex_wrap .honbun span.udl {
	text-decoration: underline;
}
.sec_promise .moreinfo .flex_wrap .att {
	font-size: 13px;
	line-height: 1.5;
}
.sec_promise .moreinfo .flex_wrap .arrow {
	display: block;
	width: 88px;
	margin: 10px 0 0 auto;
}
.sec_promise .moreinfo .flex_wrap .photo {
	margin-bottom: 30px;
}
.sec_promise .moreinfo .flex_wrap img {
	margin-bottom: 10px;
}
.sec_promise .moreinfo .flex_wrap .sekkei {
	background: url("../img/square.png") repeat -5px -5px;
	padding: 20px;
}
.sec_promise .moreinfo .flex_wrap .sokutei a {
	transition: opacity 0.3s ease;
}
.sec_promise .moreinfo .flex_wrap .sokutei a:hover {
	opacity: 0.6;
}

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

	.sec_promise .h3box {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}
	.sec_promise .h3box .no {
		width: 130px;
		margin: 0 auto 20px;
	}
	.sec_promise .h3box h3 {
		font-size: 34px;
	}
	.sec_promise .box {
		display: block;
		max-width: 640px;
		margin: 0 auto 60px;
	}
	.sec_promise .box .txt {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec_promise .box .txt p {
		font-size: 24px;
	}
	.sec_promise .box .img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	



	.sec_promise .moreinfo .flex_wrap {
		display: block;
		max-width: 640px;
		margin: 0 auto;
	}
	.sec_promise .moreinfo .flex_wrap .left {
		width: 100%;
	}
	.sec_promise .moreinfo .flex_wrap .right {
		width: 100%;
		margin-bottom: 40px;
	}
	.sec_promise .moreinfo .flex_wrap .honbun {
		margin-bottom: 40px;
	}
	.sec_promise .moreinfo .flex_wrap .arrow {
		display: none;
	}
	.sec_promise .moreinfo .flex_wrap .photo {
		margin-bottom: 40px;
	}
	.sec_promise .moreinfo .flex_wrap .sekkei {
		margin: 0 -20px 10px;
		padding: 20px 30px;
	}
	.sec_promise .moreinfo .flex_wrap .sp_sekkei {
		margin-bottom: 40px;
	}

}

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

	.sec_promise .h2_promise {
		width: 300px;
		height: 128px;
		background: url("../img/promise_waku.png") no-repeat 0% 0%;
		background-size: 300px;
		font-size: 16px;
	}
	.sec_promise .h2_promise h2 {
		margin-top: 0;
	}
	.sec_promise .h2_promise span {
		font-size: 30px;
	}
	.b1 {
		background: url("../img/bg_promise_1_sp.png") repeat-x 0% 0%;
		padding: 80px 20px 50px;
	}
	.b2 {
		background: url("../img/bg_promise_2_sp.png") repeat-x 0% 0%;
		padding: 30px 20px 50px;
	}
	.b3 {
		background: url("../img/bg_promise_3_sp.png") repeat-x 0% 0%;
		padding: 30px 20px 50px;
	}
	
	.sec_promise .inner {
		max-width: 480px;
	}
	.sec_promise .h3box {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.sec_promise .h3box .no {
		margin: 0 auto;
		text-align: center;
		width: auto;
	}
	.sec_promise .h3box img {
		margin-right: 0px;
		margin-bottom: 20px;
		width: auto !important;
		height: 84px;
	}
	.sec_promise .h3box h3 {
		font-size: 22px;
	}
	.sec_promise .box {
		display: block;
		margin-bottom: 40px;
	}
	.sec_promise .box .txt {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec_promise .box .txt p {
		font-size: 16px;
	}
	.sec_promise .box .img {
		top: auto;
		width: 100%;
		max-width: 280px;
		margin: 0 auto 0px;
	}

	.btn {
		max-width: 200px;
		height: 40px;
		border-radius: 20px;
		font-size: 13px;
	}
	.more_btn::after {
		right: 15px;
		top: 20px;
	}
	.close_btn::after {
		right: 15px;
		top: 20px;
	}
	
	
	

	.sec_promise .moreinfo .flex_wrap {
		display: block;
		margin: 0 auto 30px;
		max-width: 500px;
	}
	.sec_promise .moreinfo .flex_wrap .left {
		width: 100%;
	}
	.sec_promise .moreinfo .flex_wrap .right {
		width: 100%;
	}
	.sec_promise .moreinfo .flex_wrap .honbun {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.sec_promise .moreinfo .flex_wrap .att {
		font-size: 11px;
	}
	.sec_promise .moreinfo .flex_wrap .photo {
		margin-bottom: 30px;
	}
	.sec_promise .moreinfo .flex_wrap img {
		margin-bottom: 10px;
	}
	.sec_promise .moreinfo .flex_wrap .arrow {
		display: none;
	}
	.b1 .sekkei {
		margin-bottom: 10px;
	} 
}

/*case*/

.case_intro {
	background-image: url(../img/bg_onpu_2.png),
					 url(../img/bg.png);
	background-repeat: no-repeat,
					  repeat;
	background-position: right 0% top 0%,
						left top;
	background-size: 100%,
						75px;
	padding: 50px 0 30px;
	position: relative;
	overflow: hidden;
}
.case_intro .inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.case_intro .left {
	position: absolute;
	left: 100px;
	top: 0;
	transform: translate(-20%,60px);
	width: 360px;
	transition-delay: 1.0s !important;
}
.case_intro .left.show {
	transform: translate(-20%,0);
	opacity: 1;
	visibility: visible;
}
.case_intro .right1 {
	width: 220px;
	position: absolute;
	right: 100px;
	top: 10px;
	transform: translate(50%,60px);
}
.case_intro .right1.show {
	transform: translate(50%,0);
}
.case_intro .right2 {
	width: 270px;
	position: absolute;
	right: 170px;
	top: 230px;
	transform: translate(0,60px);
}
.case_intro .right2.show {
	transform: translate(0,0);
}
.case_intro .box {
	padding-top: 500px;
	max-width: 900px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.case_intro .box .img {
	width: 300px;
}
.case_intro .box .img img {
	width: 100%;
}
.case_intro .box .txt {
	margin-left: 40px;
}
.case_intro .box .txt p {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px){
	
	.case_intro {
		background-image: url(../img/bg_onpu_2.png),
						 url(../img/bg.png);
		background-repeat: no-repeat,
						  repeat;
		background-position: 0% 0%,
							left top;
		background-size: contain,
							75px;
		padding: 50px 0 70px;
		position: relative;
		overflow: hidden;
	}
	
}

@media screen and (max-width: 999px){
	
	.case_intro .box {
		padding-top: 450px;
	}
	.case_intro .box .img {
		width: 300px;
	}
	.case_intro .box .txt {
		margin-left: 20px;
	}
	.case_intro .box .txt p {
		font-size: 36px;
	}
	
}

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

	.case_intro {
		background-image: url(../img/bg_onpu_22.png),
						 url(../img/bg.png);
		background-repeat: no-repeat,
						  repeat;
		background-position: 0% 50px,
							left top;
		background-size: 100%,
							75px;
		padding: 50px 0 20px;
	}
	.case_intro .left {
		left: 50%;
		top: 0;
		transform: translate(-80%,60px);
		width: 300px;
	}
	.case_intro .left.show {
		transform: translate(-80%,0);
	}
	.case_intro .right1 {
		right: 50%;
		top: 70px;
		transform: translate(160%,60px);
		width: 120px;
	}
	.case_intro .right1.show {
		transform: translate(160%,0);
	}
	.case_intro .right2 {
		right: 50%;
		top: 230px;
		width: 200px;
		transform: translate(80%,60px);
	}
	.case_intro .right2.show {
		transform: translate(80%,0);
	}
	.case_intro .box {
		padding-top: 440px;
		width: 100%;
		max-width: 350px;
		justify-content: center;
	}
	.case_intro .box .img {
		width: 190px;
	}
	.case_intro .box .txt {
		width: calc(100% - 200px);
		margin-left: 0;
	}
	.case_intro .box .txt p {
		font-size: 25px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		letter-spacing: 0.1em;
		margin-left: 0;
		line-height: 1.7;
		white-space: nowrap;
	}
	
	
}


@media screen and (max-width: 829px){
	.case_pc {
		display: none !important;
	}
}

@media screen and (min-width: 830px){
	.case_sp {
		display: none !important;
	}
}




.case_more {
	background: url(../img/bg.png) repeat left top;
	background-size: 75px;
	padding-bottom: 80px;
}
.case_more.third {
	padding-bottom: 50px;
}
.case_more.first {
	background-image: url(../img/bg_onpu_3.png),
					 url(../img/bg.png);
	background-repeat: no-repeat,
					  repeat;
	background-position: left 50% bottom -50px,
						left top;
	background-size: contain,
						75px;
	padding-bottom: 250px;
}
.case_more .ttl {
	background: url("../img/bg_case_ttl.png") repeat-y 50% 0%;
	background-size: 2000px;
	position: relative;
	z-index: 1;
}
.case_more .ttl::after {
	background: url("../img/case_ttl_after.png") no-repeat 0% 0%;
	background-size: cover;
	content: '';
	display: inline-block;
	width: 117px;
	height: 37px;
	position: absolute;
	left: 50%;
	bottom: -37px;
	transform: translateX(-50%);
	z-index: 9;
}
.case_more .ttl .inner {
	
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.case_more .ttl .txt {
	margin-left: 40px;
}
.case_more .ttl .txt img {
	height: 160px;
}
.case_more .ttl .img {
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.case_more.first .img {
	width: 190px;
}
.case_more.second .img {
	width: 280px;
}
.case_more.third .img {
	width: 200px;
}
.case_more .ttl .img img {
	width: 100%;
}
.case_more .mainimg {
	position: relative;
	min-height: 450px;
	max-height: 550px;
	height: 35vw;
}
.case_more .mainimg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.case_more .cont {
	max-width: 750px;
	margin: 0 auto;
}





.case_data {
	margin: 30px 0 50px;
	display: flex;
	justify-content: space-between;
}
.case_data .data_table {
	width: 48%;
}
.case_data .data_table .tr {
	display: flex;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 13px;
	width: 100%;
	justify-content: space-between;
}
.case_data .data_table .th {
	width: 180px;
	text-align: justify;
	text-align-last: justify;
}
.case_data .data_table .td {
	width: calc( 100% - 200px );
	text-indent: -1em;
}
.case_data .data_table .td::before {
	content: '：';
	display: inline;
}
.case_data .data_table.first .th {
	width: 120px;
}
.case_data .data_table.first .td {
	width: calc( 100% - 140px );
}
.case_lead {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0 !important;
	margin-bottom: 40px;
}
.case_lead img {
	width: 140px !important;
	float: right;
	margin-left: 15px;
}
.case_in {
	
}
.case_more .cont h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 25px;
	color: #f5af1e;
}
.case_more .cont h3::after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #333;
	display: block;
	margin-top: 15px;
}
.case_more .cont .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
}
.case_more .cont .honbun {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.case_more .cont .sec {
	margin-bottom: 50px;
}
.case_more .cont img {
	width: 100%;
	margin-bottom: 15px;
}
.case_more .cont .att {
	font-size: 13px;
	line-height: 1.5;
}
.case_more .madori {
	position: relative;
	background: url("../img/square.png") repeat -8px -8px;
	padding: 30px;
	margin-bottom: 15px;

}
.case_more .madori::after {
	content: '';
	display: inline-block;
	width: 155px;
	height: 136px;
	background: url("../img/case1/pen.png") no-repeat left top;
	background-size: cover;
	position: absolute;
	right: -60px;
	top: -10px;
}
.case_more .madori img {
	mix-blend-mode: multiply;
	margin-bottom: 0;
}

@media screen and (max-width: 999px){
	
	.case_more {
		overflow: hidden;
	}
	.case_more .ttl .txt img {
		height: 140px;
	}
}

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


	.case_more.first {
		background-image: url(../img/bg_onpu_33.png),
						 url(../img/bg.png);
		background-repeat: no-repeat,
						  repeat;
		background-position: left 0% bottom 0px,
							left top;
		background-size: contain,
							75px;
		padding-bottom: 150px;
	}
	.case_more .ttl {
		background: url("../img/bg_case_ttl.png") no-repeat left 50% bottom 0%;
		height: 120px;
	}
	.case_more .ttl .inner {
		height: 120px;
	}
	.case_more .ttl::after {
		width: 58px;
		height: 19px;
		bottom: -19px;
	}
	.case_more .ttl .txt {
		margin-left: 20px;
	}
	.case_more .ttl .txt img {
		height: 70px;
	}
	.case_more.first .img {
		width: 90px;
	}
	.case_more.second .img {
		width: 120px;
	}
	.case_more.third .img {
		width: 90px;
	}
	
	
	.case_more .mainimg {
		min-height: auto;
		height: 50vw;
		max-height: 300px;
	}
	.case_more .cont {
		max-width: 520px;
		padding: 0 20px;
	}

	

	.case_data {
		margin: 30px 0;
		display: block;
	}
	.case_data .data_table {
		width: 100%;
	}
	.case_data .data_table .tr {
		margin-bottom: 10px;
		font-size: 11px;
	}
	.case_data .data_table .th {
		width: 130px !important;
	}
	.case_data .data_table .td {
		width: calc( 100% - 150px ) !important;
	}
	
	.case_lead {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.case_lead img {
		width: 70px !important;
		margin-left: 5px;
		top: auto;
	}
.case_in {
	
}
	.case_more .cont h3 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.case_more .cont h3::after {
		width: 100px;
		margin-top: 15px;
	}
	.case_more .cont .name {
		font-size: 13px;
	}
	.case_more .cont .honbun {
		font-size: 14px;
	}
	.case_more .cont .sec {
		margin-bottom: 30px;
	}
	.case_more .cont img {
		margin-bottom: 15px;
	}
	.case_more .cont .att {
		font-size: 11px;
	}
	.case_more .madori {
		padding: 20px 30px;
		margin: 0 -20px;
		text-align: center;
	}
	.case_more .madori::after {
		width: 100px;
		height: 88px;
		right: -30px;
		top: 10px;
	}
	.case_more .madori img {
		max-width: 360px;
	}
	
	
}




/*price*/

.price {
	background-image: url(../img/bg_onpu_4.png),
					 url(../img/bg.png);
	background-repeat: no-repeat,
					  repeat;
	background-position: 0 0%,
						left top;
	background-size: contain,
						75px;
	overflow: hidden;
}
.price_intro {
	padding: 50px 0 40px;

	position: relative;
}
.price_intro .inner {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.price_intro .left {
	width: 336px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-130%,60px);
}
.price_intro .left.show {
	transform: translate(-130%,0);
}
.price_intro .right {
	width: 265px;
	position: absolute;
	right: 50%;
	top: 100px;
	transform: translate(180%,60px);
	transition-delay: 0.5s !important;
}
.price_intro .right.show {
	transform: translate(180%,0);
}
.price_intro .box {
	padding-top: 420px;
}
.price_intro .box h2 {
	padding-top: 20px;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.2em;
}
.price_intro .box p {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}

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

	.price {
		background-image: url(../img/bg_onpu_4.png),
						 url(../img/bg.png);
		background-repeat: no-repeat,
						  repeat;
		background-position: right 0 top 0,
							left top;
		background-size: 1000px, 75px;
	}
	
	.price_intro .right {
		transform: translate(170%,60px);
	}
	.price_intro .right.show {
		transform: translate(170%,0);
	}
	.price_intro .box {
		padding-top: 360px;
	}
	.price_intro .box h2 {
		font-size: 40px;
	}
	
}

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

	.price {
		background-image: url(../img/bg_onpu_44.png),
						 url(../img/bg.png);
		background-repeat: no-repeat,
						  repeat;
		background-position: 0 50px,
							left top;
		background-size: contain,
							75px;
	}
	.price_intro {
		padding: 50px 0 20px;
	}
	.price_intro .left {
		left: 50%;
		top: 0;
		transform: translate(-75%,60px);
		width: 220px;
	}
	.price_intro .left.show {
		transform: translate(-75%,0);
	}
	.price_intro .right {
		right: 50%;
		top: 150px;
		transform: translate(110%,60px);
		width: 150px;
	}
	.price_intro .right.show {
		transform: translate(110%,0);
	}
	.price_intro .box {
		padding: 310px 20px 0;
		max-width: 520px;
		margin: 0 auto;
	}
	.price_intro .box h2 {
		font-size: 20px;
		margin-bottom: 20px;
		letter-spacing: 0.2em;
	}
	.price_intro .box p {
		font-size: 14px;
		text-align: left;
	}
	
	
}

.price_more {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-bottom: 100px;mix-blend-mode: multiply;
}
.price_more .att {
	font-size: 16px;
	line-height: 1.8;
}
.price_more .box {
	position: relative;
	border: 1px solid #333;
	padding: 40px;
	margin-bottom: 20px;
}
.price_more .box::after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: url(../img/kado.png) no-repeat left top;
}
.price_more .box > div {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price_more .box .title {
	width: 246px;
	height: 114px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	background: #d9f1cf;
	border: 1px solid #999;
	border-radius: 30px;
	
}
.price_more .box .table {
	width: calc( 100% - 280px );
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.price_more .box .table .tr {
	display: flex;
	justify-content: space-between;
}
.price_more .box .table .th {
	width: calc(100% - 160px );
	padding: 5px 0;
	position: relative;
}
.price_more .box .table .th::after {
	content: '';
	display: inline-block;
	width: calc( 100% - 10px );
	height: 1px;
	border-top: 1px dashed #000;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}
.price_more .box .table .th span {
	background-color: #fff;
	padding-right: 5px;
}
.price_more .box .table .td {
	width: 160px;
	padding: 5px 0;
}

@media screen and (max-width: 829px){
	
	.price_more {
		max-width: 520px;
		padding: 0 20px 50px;
	}
	.price_more .att {
		font-size: 11px;
	}
	.price_more .box {
		padding: 30px;
		margin-bottom: 15px;
	}
	.price_more .box::after {
		width: 24px;
		height: 24px;
		background: url(../img/kado.png) no-repeat left top;
		background-size: 24px;
	}
	.price_more .box > div {
		margin-bottom: 20px;
		display: block;
	}
	.price_more .box .title {
		width: 100%;
		font-size: 14px;
		height: 36px;
		border-radius: 18px;
		margin-bottom: 15px;
		position: relative;
	}
	.price_more .box .title::after {
		content: '';
		display: inline-block;
		width: 10px;
		height: 8px;
		background: url("../img/price_fukidashi.png") no-repeat left top;
		background-size: 10px;
		position: absolute;
		left: 50%;
		bottom: -8px;
		transform: translateX(-50%);
	}
	.price_more .box .table {
		width: 100%;
		font-size: 13px;
	}
	.price_more .box .table .th {
		width: calc(100% - 120px );
		padding: 5px 0;
	}
	.price_more .box .table .td {
		width: 120px;
		padding: 5px 0;
	}
	
}

/*about*/

.about {
	padding: 100px 50px;
	background: url("../img/bg_about.png") repeat-x left top;
	background-size: 62px 100%;
}
.about .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.about h2 {
	font-size: 50px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-bottom: 70px;
	text-align: center;
}
.about_intro_img {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto 70px;
}
.about_lead {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 70px;
	text-align: center;
}
.about .box {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
.about .box .txt {
	width: calc( 100% - 500px );
}
.about .box .img {
	width: 450px;
	order: 1;
}
.about .box .img img {
	width: 100%;
}
.about .box h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.about .box p {
	font-size: 18px;
	line-height: 1.8;
}
.about .box p span {
	font-weight: bold;
}

@media screen and (max-width: 999px){
	
	.about h2 {
		font-size: 44px;
	}
	.about_lead {
		font-size: 40px;
	}
	.about .box .txt {
		width: calc( 100% - 350px );
	}
	.about .box .img {
		width: 300px;
	}
	.about .box h3 {
		font-size: 24px;
	}
	.about .box p {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 829px){
	
	.about {
		padding: 40px 20px 20px;
		background: url("../img/bg_about.png") repeat-x left top;
		background-size: 62px 100%;
	}
	.about .inner {
		max-width: 480px;
	}
	.about h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.about_intro_img {
		max-width: 340px;
		margin: 0 auto 50px;
	}

	.about_lead {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.about .box {
		margin: 0 auto 40px;
		display: block;
		max-width: 400px;
	}
	.about .box .txt {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.about .box .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.about .box h3 {
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 20px;
		display: inline-block;
	}
	.about .box p {
		font-size: 14px;
		text-align: left;
	}

	
}


.yscimg {
	max-height: 800px;
	min-height: 300px;
	height: 45vw;
}
.yscimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

	.yscimg {
		max-height: 450px;
		min-height: 190px;
		height: 40vw;
	}

	
	
}

/*contact*/

.contact {
	padding: 100px 50px;
	background: url(../img/bg.png) repeat left top;
	background-size: 75px;
}
.contact .inner {
	max-width: 760px;
	margin: 0 auto;
}
.contact h2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.2em;
}
.con_table {
	margin-bottom: 50px;
}
.con_table .tr {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	align-items: center;
}
.con_table .th {
	width: 200px;
	padding: 15px 15px 15px 0;
	text-align: right;
	display: flex;
	font-weight: bold;
	justify-content: flex-end;
}
.con_table .td {
	width: calc( 100% - 200px );
	padding: 15px 0 15px 15px;
}
input[type='text'] {
	width: 100%;
	height: 60px;
	padding: 5px;
	border: 1px solid #999;
	font-family: inherit;
	font-size: 16px;
}
textarea {
	font-size: 16px;
	width: 100%;
	height: 300px;
	padding: 5px;
	border: 1px solid #999;
	font-family: inherit;
}
input[type='submit'] {
	width: 400px;
	height: 70px;
	border-radius: 35px;
	background-color: #4d4d4d;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	cursor: pointer;
	font-family: inherit;
	transition: opacity 0.3s ease;
	-webkit-appearance: none;
	border: none;
}
input[type='submit']:hover {
	opacity: 0.6;
}
@media screen and (max-width: 829px){

	.contact {
		padding: 50px 20px;
	}
	.contact .inner {
		max-width: 480px;
	}
	.contact h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.con_table {
		margin-bottom: 30px;
	}
	.con_table .tr {
		display: block;
		font-size: 14px;
	}
	.con_table .th {
		width: 100%;
		padding: 0;
		text-align: left;
		display: block;
		margin-bottom: 15px;
	}
	.con_table .td {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	input[type='text'] {
		height: 50px;
	}
	textarea {
		height: 200px;
	}
	input[type='submit'] {
		width: 200px;
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
	
}


.line {
	padding: 50px 50px 70px;
	background: url("../img/line_bg.png") repeat left top;
	color: #fff;
}

.line .inner {
	max-width: 720px;
	margin: 0 auto;
}
.line .ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.line .ttl .img {
	width: 260px;
}
.line .ttl .img img {
	width: 100%;
}
.line .ttl .txt {
	width: calc( 100% - 300px );
	font-size: 34px;
	font-weight: bold;
	line-height: 1.8;
}


.line .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.line .left {
	width: calc( 100% - 320px );
}
.line .left .honbun {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 0.5em;
}
.line .left .honbun.sml {
	font-size: 18px;
	margin-bottom: 30px;
}
.line .left .shitsumon {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
}
.line .box a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff0;
	border: 1px solid #333;
	border-radius: 40px;
	height: 80px;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #06c755;
	font-size: 27px;
	transition: opacity 0.3s ease;
}
.line .box a:hover {
	opacity: 0.6;
}
.line .box .right {
	width: 290px;
	border-radius: 20px;
	background-color: #fff;
	padding: 30px;
}
.line .box .right .fukidashi {
	background-color: #78e178;
	border-radius: 20px;
	color: #333;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
}
.line .box .right .fukidashi::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../img/line_kado.png") no-repeat left top;
	background-size: 20px;
}



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

	.line {
		padding: 30px 20px;
		border-radius: 30px;
	}

	.line .inner {
		max-width: 480px;
	}
	.line .ttl {
		display: block;
		margin-bottom: 20px;
	}
	.line .ttl .img {
		width: 200px;
		margin: 0 auto 20px;
	}
	.line .ttl .txt {
		width: 100%;
		font-size: 22px;
		line-height: 1.5;
		text-align: center;
	}

	.line .box {
		display: block;
	}
	.line .left {
		width: 100%;
	}
	.line .left .honbun {
		font-size: 14px;
		text-align: left;
	}
	.line .left .honbun.sml {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.line .left .shitsumon {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.line .box a {
		border-radius: 20px;
		height: 40px;
		font-size: 16px;
		max-width: 200px;
		margin: 0 auto;
	}
	.line .box .right {
		border-radius: 20px;
		padding: 30px 20px;
		margin: 0 auto 30px;
		width: 100%;
	}
	.line .box .right .fukidashi {
		border-radius: 15px;
		padding: 10px;
		margin-bottom: 20px;
		font-size: 15px;
	}
	.line .box .right .fukidashi::after {
		width: 15px;
		height: 15px;
		background: url("../img/line_kado.png") no-repeat left top;
		background-size: 15px;
	}
	
}