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

.title-box h2 {
	padding-top: 80px;
}

#main-img .title-box h2 img {
	width: auto;
	height: 150px;
}


.contents01 .midashi01 {
	background-image: url("images/midashi01.svg");
}

.contents01 .midashi01 {
	background-image: url("images/logo-re01.svg");
	padding-top: 200px;
}

/* contents01 */

.contents01 {
	width: 1040px;
	text-align: center;
	margin-bottom: 100px;
}

.contents01 p, .contents02 p, .contents03 p, .contents04 p, .contents05 p, .contents06 p {
line-height: 1.8;
letter-spacing: 0.05em;
font-weight: normal;
}

.contents01 > h5, .contents02 h5, .contents03 .box01 h5, .contents03 .box02 h6, .contents06 h6 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
color: #000;
line-height: 1.5;
letter-spacing: 0.1em;
font-weight: normal;
}


.contents01 .box {
	padding-top: 60px;
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contents01 .box01 {
	width: 420px;
	position: relative;
	display: flex;
  justify-content: center;
	align-items: center;
}

.contents01 .box01::before {
	content: "";
	position: absolute;
top: 0px;
left: 0px;
background-image: url("images/icon01a.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 157px;
	height: 117px;
	margin-top: -20px;
}

.contents01 .box02 {
	width: 560px;
	position: relative;
}

.contents01 .box02::after {
	content: "";
	position: absolute;
bottom: 0px;
right: 20px;
background-image: url("images/icon01b.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 215px;
	height: 113px;
	margin-bottom: -50px;
}

.contents01 .box02 img {
	width: 100%;
height: auto;
	border-radius: 10px;
}

.contents01 p {
	position: relative;
	padding-top: 150px;
	line-height: 1.8;
	font-size: 15px;
}

.contents01 p::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/text01.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 119px;
}


/* contents02 */

.contents02, .contents03, .contents05, .contents06 {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 40px;
	background-image: url("../quality/images/back02_03.jpg");
background-position: center bottom;
background-repeat: no-repeat;
	padding-bottom: 190px;
}

.contents02 .midashi01, .contents03 .midashi01, .contents05 .midashi01, .contents06 .midashi01 {
	background-image: url("../quality/images/back02_01.jpg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 140px;
}

.contents02 .midashi01 h3, .contents03 .midashi01 h3, .contents05 .midashi01 h3, .contents06 .midashi01 h3 {
	position: relative;
}

.contents02 .midashi01 h3::before, .contents03 .midashi01 h3::before, .contents05 .midashi01 h3::before, .contents06 .midashi01 h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
}

.contents02 .midashi01 h3::before {
	background-image: url("images/midashi02.svg");
	height: 104px;
	margin-top: -110px;
}

.contents03 .midashi01 h3::before {
	background-image: url("images/midashi03.svg");
	height: 101px;
	margin-top: -106px;
}

.contents05 .midashi01 h3::before {
	background-image: url("images/midashi03.svg");
	height: 86px;
	margin-top: -90px;
}

.contents06 .midashi01 h3::before {
	background-image: url("images/midashi04.svg");
	height: 100px;
	margin-top: -115px;
}


.contents02 .midashi01 h3 {
	position: relative;
}

.contents02 .midashi01 h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/midashi02.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 104px;
	margin-top: -110px;
}

.contents02 .box01 {
	display: flex;
  justify-content: space-between;
	align-items: center;
	width: 900px;
	margin-bottom: 60px;
}

.contents02 .box01 h5 {
	font-size: 32px;
color: #8c6239;
	width: 340px;
	border-right-style : solid;
border-right-color : #808080;
border-right-width : 1px;
}

.contents02 .box01 p {
	padding-left: 40px;
	text-align: left;
	flex: 1;
}


.contents02 .box02 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	width: 1060px;
	margin-bottom: 70px;
}

.contents02 .box02 .box {
	width: 23%;
	margin-bottom: 40px;
}

.contents02 .box02 .box img {
	width: 100%;
height: auto;
	border-radius: 10px;
}

.contents02 .box02 h6 {
	font-size: 18px;
color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 600;
	padding: 6px 0px;
	border-style : solid;
border-color : #e7d6c3;
border-width : 2px;
	border-radius: 60px;
	margin: 20px 0px 12px;
}

.contents02 .box02 p {
	text-align: left;
}


.contents02 .box03 {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	width: 1100px;
}

.contents02 .box03 .box {
	width: 320px;
	margin: 0px 22px;
	margin-bottom: 40px;
}

.contents02 .box03 h5 {
	height: 335px;
}

.contents02 .box03 h6 {
	padding: 0px 0px 20px;
	margin-bottom: 25px;
	font-size: 28px;
color: #4d4d4d;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 600;
	border-bottom-style : dotted;
border-bottom-color : #4d4d4d;
border-bottom-width : 4px;
}

.contents02 .box03 h6 span {
	font-size: 20px;
}

.contents02 .box03 .box:nth-child(1) h6, .contents02 .box03 .box:nth-child(3) h6, .contents02 .box03 .box:nth-child(5) h6, .contents02 .box03 .box:nth-child(6) h6 {
	padding-top: 40px;
}

.contents02 .box03 p {
	padding: 0px 5px;
	text-align: left;
}

/* contents03 */

.contents03 .midashi02 {
	margin-bottom: 50px;
}

.contents03 .midashi02 h4 {
	font-size: 36px;
color: #000;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: 300;
	position: relative;
	display: inline-block;
}

.contents03 .midashi02 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/midashi05a.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 104px;
	height: 74px;
	margin-left: -125px;
}

.contents03 .midashi02 h4::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("images/midashi05b.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 83px;
	height: 75px;
	margin-right: -100px;
}

.contents03 .midashi02 h5 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 24px;
color: #22b573;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	padding-top: 8px;
}

.contents03 .box01 {
	margin-bottom: 50px;
	background-image: url("images/icon02.png");
background-position: center bottom;
background-repeat: no-repeat;
}

.contents03 .box01 h5 {
	font-size: 32px;
letter-spacing: 0.25em;
	margin-bottom: 30px;
}

.contents03 .box01 p span {
	display: inline-block;
	padding-top: 20px;
	color: #8c6239;
	line-height: 1.8;
}


.contents03 .box02 {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	margin-bottom: 70px;
}

.contents03 .box02 .box {
	margin: 0px 15px;
	width: 237px;
}

.contents03 .box02 h6 {
	font-size: 33px;
color: #5e3e1c;
line-height: 1.2;
letter-spacing: 0em;
	position: relative;
	margin-top: 40px;
}

.contents03 .box02 h6::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/arrow01.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 14px;
	margin-top: -25px;
}

.contents03 .box02 h6::after {
	content: " 万円";
	font-size: 19px;
color: #5e3e1c;
line-height: 1.2;
}

.contents03 .box03 {
	width: 1070px;
	margin-bottom: 100px;
}

.contents03 .box03 .box-in {
	display: flex;
  justify-content: space-between;
}

.contents03 .box03 .box {
	width: 32%;
}

.contents03 .box03 .box-box {
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
}

.contents03 .box03 .box-box:nth-child(odd) {
	background : rgba(231, 214, 195, 0.5);
}

.contents03 .box03 h6, .contents03 .box03 p {
	font-size: 23px;
color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
}

.contents03 .box03 .box p {
	letter-spacing: 0em;
}

.contents03 .box03 h6 {
	position: relative;
}

.contents03 .box03 h6::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("images/line-price.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 3px;
	width: 39px;
	height: 100%;
	margin-right: -55px;
}

.contents03 .box03 > p {
	text-align: right;
	padding-bottom: 20px;
	font-size: 14px;
}



.contents03 .box04 {
	width: 1070px;
	margin-bottom: 100px;
}

.contents03 .box04 ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	margin-top: 40px;
}

.contents03 .box04 ul li {
	font-size: 23px;
color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
background-position: center top;
background-repeat: no-repeat;
	width: 220px;
	height: 220px;
	margin: 0px 15px;
	padding-top: 120px;
}

.contents03 .box04 ul li:nth-child(1) {
	background-image: url("images/i01.svg");
}

.contents03 .box04 ul li:nth-child(2) {
	background-image: url("images/i02.svg");
}

.contents03 .box04 ul li:nth-child(3) {
	background-image: url("images/i03.svg");
}

.contents03 .box04 ul li:nth-child(4) {
	background-image: url("images/i04.svg");
}

.contents03 .box04 ul li:nth-child(5) {
	background-image: url("images/i05.svg");
}

.contents03 .box04 ul li:nth-child(6) {
	background-image: url("images/i06.svg");
}

.contents03 .box04 ul li:nth-child(7) {
	background-image: url("images/i07.svg");
}


.contents03 .box05 {
	width: 1010px;
	margin-bottom: 100px;
}

.contents03 .box05 .box-in {
	margin-top: 40px;
	border-style : solid;
border-color : #e7d6c3;
border-width : 3px;
	border-radius: 30px;
	padding: 20px 65px;
	text-align: left;
}

.contents03 .box05 ul li {
	font-size: 19px;
color: #4d4d4d;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
	position: relative;
	padding: 25px 5px;
	border-bottom-style : dotted;
border-bottom-color : #b3b3b3;
border-bottom-width : 3px;
	padding-left: 40px;
}

.contents03 .box05 ul li:last-child {
	border-bottom-style : none;
}

.contents03 .box05 ul li::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/check.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 27px;
	width: 31px;
	height: 100%;
}


.contents03 .box06 {
	width: 100%;
	padding: 80px 0px 60px;
	background : #F7F7F7;
}

.contents03 .box06 .box-in {
	width: 1160px;
	background-color: #FFF;
	padding: 130px 80px 40px;
	border-radius: 30px;
	position: relative;
	display: flex;
  justify-content: space-between;
}

.contents03 .box06 .box-in::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/text02.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 131px;
	margin-top: -30px;
}

.contents03 .box06 .box {
	width: 47%;
}

.contents03 .box06 .box-box {
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
}

.contents03 .box06 h6, .contents03 .box06 p {
	font-size: 18px;
color: #4d4d4d;
line-height: 1.2;
font-weight: normal;
}

.contents03 .box06 p {
	position: relative;
	width: 120px;
	text-align: right;
}

.contents03 .box06 p::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/line-price.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 3px;
	width: 39px;
	height: 100%;
	margin-left: -55px;
}


/* contents06 */

.contents06 h6 {
	font-size: 32px;
letter-spacing: 0.15em;
	margin-bottom: 20px;
}

.contents06 .box01 {
	margin-bottom: 60px;
	position: relative;
	width: 1000px;
	
}

.contents06 .box01::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/icon04a.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 152px;
	height: 136px;
}

.contents06 .box01::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("images/icon04b.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 159px;
	height: 135px;
}

.contents06 .box02 {
	width: 1060px;
}

.contents06 .box02 ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents06 .box02 ul li {
	width: 32%;
	margin-bottom: 25px;
}

.contents06 .box02 img {
	border-radius: 10px;
	width: 100%;
height: auto;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}



