@charset "UTF-8";

.page-title {
	background: url("../img/equipment/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

figure {
	position: relative;
}
figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 5px 3px 0;
	color: #000;
	font-size: 1.1rem;
	font-weight: 600;
	font-family: 'Shippori Mincho B1', serif;
	text-shadow: 0 0 5px rgba(255,255,255,.8),0 0 5px rgba(255,255,255,.8),0 0 5px rgba(255,255,255,.8);
}
figure figcaption.white {
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,1),0 0 5px rgba(0,0,0,1),0 0 5px rgba(0,0,0,.8),0 0 5px rgba(0,0,0,.8);
}

/* 
----------------------------------------*/
.tab {
	max-width: 1004px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 80px auto 105px;
}
.tab li {
	width: calc(100% / 4 - 2px);
	margin: 1px;
	text-align: center;
}
.tab li a {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #1C0C00;
	background-color: #ffffff;
	border: 1px solid #EDE7D8;
	transition: .4s;
}
.tab li a.crr,
.tab li a:hover {
	color: #1C0C00;
	background-color: #DDD4BF;
}
@media only screen and (max-width: 768px) {
	.tab {
		width: 94%;
		justify-content: space-between;
		margin: 60px auto 40px;
	}
	.tab li {
		width: calc(50% - 2px);
	}
	.tab li a {
		font-size: 1.4rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 40px;
		line-height: 1.2;
	}
}

h3 {
	text-align: center;
	color: #1C0C00;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 80px;
  font-weight: normal;
}
h3 strong {
	display: block;
	font-size: 4rem;
	letter-spacing: 0.1em;
  font-weight: normal;
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
	h3 {
		font-size: 4.4vw;
		line-height: 1.7;
		margin-bottom: 10.6vw;
	}
	h3 strong {
		font-size: 6vw;
		margin-bottom: 10px;
	}
}

.column_wrap {
	max-width: 1004px;
	width: 90%;
	margin: 0 auto;
	font-family: 'Shippori Mincho B1', serif;
}
.column_wrap figure .icon {
	position: absolute;
	left: -8px;
	bottom: -8px;
	width: 108px;
	height: 108px;
}
.column_2,
.column_3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column_2 li {
	width: 494px;
	margin-bottom: 50px;
}
.column_3 li {
	width: 324px;
	margin-bottom: 50px;
}
.column_2 h4,
.column_3 h4 {
	font-size: 1.6rem;
	font-weight: 300;
	color: #78663D;
	text-align: center;
	margin: 15px 0 10px;
}
.column_2 p,
.column_3 p {
	font-size: 1.3rem;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.column_wrap figure .icon {
		max-width: 108px;
		max-height: 108px;
		width: 20vw;
		height: 20vw
	}
	.column_2 li {
		max-width: 494px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.column_3 li {
		max-width: 375px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.column_2 h4,
	.column_3 h4 {
		font-size: 1.5rem;
		margin: 10px 0 10px;
	}
}

.mv {
	position: relative;
}
.mv::after {
	content: "";
	width: 100%;
	height: 362px;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 0;
}
.mv figure {
	max-width: 1004px;
	margin: 0 auto 100px;;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
	.mv::after {
		height: 40vw;
		bottom: 20px;
	}
	.mv figure {
		width: 90%;
		margin: 0 auto 60px;;
	}
}

/* kitchen */
.kitchen_sec01 {
	max-width: 1004px;
	background-color: rgba(255,255,255,0.1);
	padding: 30px;
	margin: 60px auto 150px;
	font-family: 'Shippori Mincho B1', serif;
}
.kitchen_sec01 > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.kitchen_sec01 > div > div {
	width: 324px;
}
.kitchen_sec01 > div > div h4 {
	font-size: 1.6rem;
	font-weight: 300;
	color: #78663D;
	text-align: center;
	margin: 15px 0 10px;
}
.kitchen_sec01 > div > div p {
	font-size: 1.3rem;
	color: #1C0C00;
}
.kitchen_sec01 > div > figure {
	width: 571px;
}
.kitchen_sec01 > ul {
	display: flex;
	justify-content: space-between;
}
.kitchen_sec01 > ul li {
	width: 304px;
}
.kitchen_sec01 > ul li h4 {
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	color: #fff;
	background-color: #bfb391;
	line-height: 35px;
	margin-bottom: 15px;
}
.kitchen_sec01 > ul li p {
	font-size: 1.3rem;
	color: #1C0C00;
	margin-top: 15px;
}
@media only screen and (max-width: 768px) {
	.kitchen_sec01 {
		width: 96%;
		padding: 15px 15px 20px;
		margin: 30px auto 80px;
	}
	.kitchen_sec01 > div {
		display: block;
		margin-bottom: 40px;
	}
	.kitchen_sec01 > div > div {
		max-width: 375px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.kitchen_sec01 > div > div h4 {
		font-size: 1.5rem;
		margin: 10px 0 10px;
	}
	.kitchen_sec01 > div > figure {
		max-width: 571px;
		width: 100%;
	}
	.kitchen_sec01 > ul {
		display: block;
	}
	.kitchen_sec01 > ul li {
		max-width: 375px;
		width: 100%;
	}
	.kitchen_sec01 > ul li + li {
		margin-top: 40px;
	}
	.kitchen_sec01 > ul li h4 {
		font-size: 1.5rem;
		line-height: 30px;
	}
	.kitchen_sec01 > ul li p {
		font-size: 1.3rem;
		margin-top: 15px;
	}
}

/* bath */
.bath .mv > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1004px;
	margin: 0 auto 100px;
}
.bath .mv > div figure {
	margin-bottom: 0;
}
.bath .mv > div > figure {
	width: 579px;
}
.bath .mv > div > div {
	width: 409px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bath .column_wrap {
	margin-bottom: 100px;
}
.bath .column_3 li:last-of-type {
	background-color: #F6F1D6;
	padding: 15px 20px 0;
}
.bath .column_3 li:last-of-type h4 {
	color: #4F2D1A;
}
.bath .column_3 li:last-of-type p {
	color: #333;
}
@media only screen and (max-width: 768px) {
	.bath .mv > div {
		width: 90%;
		margin: 0 auto 60px;
	}
	.bath .mv > div figure {
		width: 100%;
		margin-bottom: 0;
	}
	.bath .mv > div > figure {
		max-width: 579px;
		width: 100%;
		margin-bottom: 10px;
	}
	.bath .mv > div > div {
		max-width: 579px;
		width: 100%;
		flex-direction: row;
		margin: 0 auto;
	}
	.bath .mv > div > div figure {
		width: calc(50% - 5px);
		margin: 0;
	}
	.bath .column_wrap {
		margin-bottom: 40px;
	}
	.bath .column_3 li:last-of-type {
		padding: 15px 15px 20px;
	}
}

/* powder */
.powder .mv > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1004px;
	margin: 0 auto 100px;
}
.powder .mv > div figure {
	margin-bottom: 0;
}
.powder .mv > div > figure {
	width: 494px;
	order: 2;
}
.powder .mv > div > div {
	width: 494px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	order: 1;
}
.powder_sec01 {
	max-width: 1004px;
	background-color: rgba(255,255,255,0.1);
	padding: 30px;
	margin: 30px auto 150px;
	font-family: 'Shippori Mincho B1', serif;
}
.powder_sec01 > ul {
	display: flex;
	justify-content: space-between;
}
.powder_sec01 > ul li {
	width: 304px;
}
.powder_sec01 > ul li:nth-child(1) {
	width: 624px;
}
.powder_sec01 > ul li:nth-child(1) > div {
	display: flex;
	justify-content: space-between;
}
.powder_sec01 > ul li:nth-child(1) > div figure {
	width: 304px;
}
.powder_sec01 > ul li h4 {
	font-size: 1.6rem;
	font-weight: 300;
	color: #78663D;
	text-align: center;
	margin: 15px 0 10px;
}
.powder_sec01 > ul li p {
	font-size: 1.3rem;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.powder .mv > div {
		width: 90%;
		margin: 0 auto 60px;
	}
	.powder .mv > div figure {
		width: 100%;
		margin-bottom: 0;
	}
	.powder .mv > div > figure {
		max-width: 494px;
		width: 100%;
		margin-bottom: 10px;
		order: 1;
	}
	.powder .mv > div > div {
		max-width: 494px;
		width: 100%;
		flex-direction: row;
		order: 2;
		margin: 0 auto;
	}
	.powder .mv > div > div figure {
		max-width: 494px;
		width: calc(50% - 5px);
		margin: 0;
	}
	.powder_sec01 {
		width: 96%;
		padding: 15px 15px 20px;
		margin: 30px auto 80px;
	}
	.powder_sec01 > ul {
		display: block;
	}
	.powder_sec01 > ul li {
		max-width: 375px;
		width: 100%;
	}
	.powder_sec01 > ul li:nth-child(1) {
		max-width: 375px;
		width: 100%;
		margin-bottom: 40px;
	}
	.powder_sec01 > ul li:nth-child(1) > div {
		display: block;
	}
	.powder_sec01 > ul li:nth-child(1) > div figure {
		max-width: 375px;
		width: 100%;
	}
	.powder_sec01 > ul li:nth-child(1) > div figure + figure {
		margin-top: 10px;
	}
	.powder_sec01 > ul li h4 {
		font-size: 1.5rem;
		margin: 10px 0 10px;
	}
}

/* toilet */
.toilet {
	margin-bottom: 100px;
}
.toilet .mv > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1004px;
	margin: 0 auto 100px;
}
.toilet .mv > div figure {
	width: 324px;
	margin-bottom: 0;
}
.toilet .mv > div figure + figure {
	width: 664px;
}
@media only screen and (max-width: 768px) {
	.toilet {
		margin-bottom: 40px;
	}
	.toilet .mv > div {
		width: 90%;
		margin: 0 auto 60px;
	}
	.toilet .mv > div figure {
		width: calc(324 / 1004 * 100%);
		margin-bottom: 0;
	}
	.toilet .mv > div figure + figure {
		width: calc(664 / 1004 * 100%);
	}
}

/* eco */
.eco {
	margin-bottom: 100px;
}
.eco_sec01,
.eco_sec02,
.eco_sec03 {
	width: 1004px;
	margin: 0 auto 60px;
	font-family: 'Shippori Mincho B1', serif;
}
.eco_sec01 h4,
.eco_sec02 h4,
.eco_sec03 h4 {
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #78663D;
	border-bottom: 1px solid #ddd0b2;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.eco_sec01 h4 + div,
.eco_sec02 h4 + div,
.eco_sec03 h4 + div {
	background-color: #fff;
	padding: 30px 40px;
	height: 100%;
}
.eco_sec01 h5,
.eco_sec02 h5,
.eco_sec03 h5 {
	font-size: 1.5rem;
	font-weight: 500;
	color: #3E2114;
	min-height: 35px;
	padding-left: 43px;
	background: url("../img/equipment/05/icon_eco.png") left center no-repeat;
	background-size: 35px 35px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.eco_sec01 p,
.eco_sec02 p,
.eco_sec03 p {
	font-size: 1.3rem;
}
.eco_sec01 p.cap,
.eco_sec02 p.cap,
.eco_sec03 p.cap {
	font-size: 1rem;
}
.eco_sec01 figure.otoku,
.eco_sec02 figure.otoku,
.eco_sec03 figure.otoku {
	margin: 10px 0;
}
@media only screen and (max-width: 768px) {
	.eco {
		margin-bottom: 80px;
	}
	.eco_sec01,
	.eco_sec02,
	.eco_sec03 {
		width: 90%;
		margin: 0 auto 40px;
	}
	.eco_sec01 h4,
	.eco_sec02 h4,
	.eco_sec03 h4 {
		font-size: 1.5rem;
	}
	.eco_sec01 h4 + div,
	.eco_sec02 h4 + div,
	.eco_sec03 h4 + div {
		padding: 15px;
	}
}

.eco_sec01 {
	display: flex;
	justify-content: space-between;
}
.eco_sec01 > div {
	width: 494px;
	overflow: hidden;
}
.eco_sec01_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.eco_sec01_01 figure {
	width: 88px;
	margin-bottom: 15px;
}
.eco_sec01_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.eco_sec01_02 p {
	flex: 1;
	line-height: 1.3;
}
.eco_sec01_02 figure {
	width: 250px;
	margin-left: 8px;
}
@media only screen and (max-width: 768px) {
	.eco_sec01 {
		display: block;
	}
	.eco_sec01 > div {
		width: 100%;
	}
	.eco_sec01 > div + div {
		margin-top: 40px;
	}
	.eco_sec01_01 figure {
		width: 80px;
		margin-bottom: 15px;
	}
	.eco_sec01_02 {
		display: block;
	}
	.eco_sec01_02 p {
		margin-bottom: 10px;
	}
	.eco_sec01_02 figure {
		width: 100%;
		margin-left: 0;
	}
}

.eco_sec02 > div {
	display: flex;
	justify-content: space-between;
}
.eco_sec02 > div > div {
	width: 414px;
}
.eco_sec02 > div > div + div {
	width: 462px;
	border-left: 1px solid #DDD4BF;
	padding-left: 48px;
}
.eco_sec02_01 {
	display: flex;
	justify-content: space-between;
}
.eco_sec02_01 p {
	flex: 1;
}
.eco_sec02_01 figure {
	width: 128px;
	margin-left: 13px;
}
.eco_sec02_02 {
	display: flex;
	justify-content: space-between;
}
.eco_sec02_02 div {
	flex: 1;
}
.eco_sec02_02 figure {
	width: 155px;
	margin-left: 13px;
}
@media only screen and (max-width: 768px) {
	.eco_sec02 > div {
		display: block;
	}
	.eco_sec02 > div > div {
		width: 100%;
	}
	.eco_sec02 > div > div + div {
		width: 100%;
		border-left: none;
		border-top: 1px solid #DDD4BF;
		padding: 20px 0 0;
		margin: 20px 0 0;
	}
	.eco_sec02_01 {
		display: block;
	}
	.eco_sec02_01 figure {
		max-width: 448px;
		width: 100%;
		margin: 10px auto 0;
	}
	.eco_sec02_02 {
		display: block;
	}
	.eco_sec02_02 figure {
		max-width: 230px;
		width: 60%;
		margin: 10px auto 0;
	}
}

.eco_sec03 {
	border-bottom: 1px solid #ddd0b2;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.eco_sec03 > div {
	display: flex;
	justify-content: space-between;
}
.eco_sec03 > div > div {
	width: 414px;
}
.eco_sec03 > div > div + div {
	width: 462px;
	border-left: 1px solid #DDD4BF;
	padding-left: 48px;
}
.eco_sec03_01 {
	display: flex;
	justify-content: space-between;
}
.eco_sec03_01 p {
	flex: 1;
}
.eco_sec03_01 figure {
	width: 180px;
	margin-left: 13px;
}
.eco_sec03_02 {
	display: flex;
	justify-content: space-between;
}
.eco_sec03_02 p {
	flex: 1;
}
.eco_sec03_02 figure {
	width: 240px;
	margin-left: 13px;
}
@media only screen and (max-width: 768px) {
	.eco_sec03 {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.eco_sec03 > div {
		display: block;
	}
	.eco_sec03 > div > div {
		width: 100%;
	}
	.eco_sec03 > div > div + div {
		width: 100%;
		border-left: none;
		border-top: 1px solid #DDD4BF;
		padding: 20px 0 0;
		margin: 20px 0 0;
	}
	.eco_sec03_01 {
		display: block;
	}
	.eco_sec03_01 figure {
		width: 100%;
		margin: 10px 0 0;
	}
	.eco_sec03_02 {
		display: block;
	}
	.eco_sec03_02 figure {
		width: 100%;
		margin: 10px 0 0;
	}
}

.eco_sec04 {
	width: 1004px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 50px;
}
.eco_sec04 figure {
	width: 664px;
}
.eco_sec04 > div {
	width: 324px;
}
.eco_sec04 > div h4 {
	font-size: 1.6rem;
	font-weight: 300;
	color: #78663D;
	text-align: center;
	margin: 0 0 10px;
}
.eco_sec04 > div p {
	font-size: 1.3rem;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.eco_sec04 {
		width: 90%;
		display: block;
		margin: 20px auto 40px;
	}
	.eco_sec04 figure {
		width: 100%;
	}
	.eco_sec04 > div {
		width: 100%;
	}
	.eco_sec04 > div h4 {
		font-size: 1.5rem;
		margin: 10px 0 10px;
	}
}
.eco .column_3 li:last-of-type {
	width: 664px;
}
.eco .column_3 li:last-of-type > div {
	display: flex;
	justify-content: space-between;
}
.eco .column_3 li:last-of-type > div figure {
	width: 324px;
}
@media only screen and (max-width: 768px) {
	.eco .column_3 li:last-of-type {
		width: 100%;
	}
	.eco .column_3 li:last-of-type > div {
		display: block;
	}
	.eco .column_3 li:last-of-type > div figure {
		max-width: 375px;
		width: 100%;
		margin: 0 auto;
	}
	.eco .column_3 li:last-of-type > div figure + figure {
		margin-top: 10px;
	}
}

/* security */
.security_sec01,
.security_sec02,
.security_sec03,
.security_sec04 {
	width: 1004px;
	margin: 0 auto 80px;
	font-family: 'Shippori Mincho B1', serif;
}
@media only screen and (max-width: 768px) {
	.security_sec01,
	.security_sec02,
	.security_sec03,
	.security_sec04 {
		width: 90%;
		margin: 0 auto 60px;
	}
}

.security_sec01 > div {
	background-color: #FFFFFF;
	padding: 40px;
}
.security_sec01 > div:nth-child(1) {
	display: flex;
	justify-content: space-between;
}
.security_sec01 > div:nth-child(1) figure {
	width: 620px;
}
.security_sec01 > div:nth-child(1) > div {
	width: 270px;
}
.security_sec01 > div:nth-child(1) h4 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #1C0C00;
	border-bottom: 1px solid #503E29;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.security_sec01 > div:nth-child(1) div + h4 {
	margin-top: 20px;
}
.security_sec01 > div:nth-child(1) div div {
	display: flex;
	justify-content: space-between;
}
.security_sec01 > div:nth-child(1) div div figure {
	width: 130px;
}
.security_sec01 > div:nth-child(1) div div p {
	font-size: 1.3rem;
	width: 130px;
}
.security_sec01 > div + div {
	margin-top: 80px;
}
@media only screen and (max-width: 768px) {
	.security_sec01 > div {
		padding: 15px;
	}
	.security_sec01 > div:nth-child(1) {
		display: block;
	}
	.security_sec01 > div:nth-child(1) figure {
		width: 100%;
		margin-bottom: 20px;
	}
	.security_sec01 > div:nth-child(1) > div {
		width: 100%;
	}
	.security_sec01 > div:nth-child(1) h4 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.security_sec01 > div:nth-child(1) div div figure {
		max-width: 130px;
		width: 50%;
		margin: 0 10px 0 0;
	}
	.security_sec01 > div:nth-child(1) div div p {
		width: auto;
		flex: 1;
	}
	.security_sec01 > div + div {
		margin-top: 60px;
	}
}

.security_sec02 > h4 {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	color: #1C0C00;
	margin-bottom: 20px;
}
.security_sec02 > div {
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	padding: 40px;
}
.security_sec02 > div > figure {
	width: 620px;
}
.security_sec02 > div > div {
	width: 270px;
}
.security_sec02 > div > div figure {
	border: 1px solid #ccc;
	padding: 10px;
}
.security_sec02 > div > div img {
	display: block;
	width: 130px;
	margin: 0 auto;
}
.security_sec02 > div > div h4 {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	color: #1C0C00;
	margin: 10px 0;
}
.security_sec02 > div > div p {
	font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
	.security_sec02 > h4 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.security_sec02 > div {
		display: block;
		padding: 15px;
	}
	.security_sec02 > div > figure {
		max-width: 620px;
		width: 100%;
		margin-bottom: 20px;
	}
	.security_sec02 > div > div {
		max-width: 375px;
		width: 100%;
		margin: 0 auto;
	}
	.security_sec02 > div > div h4 {
		font-size: 1.5rem;
	}
}

.security_sec03 > h4 {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	color: #1C0C00;
	margin-bottom: 20px;
}
.security_sec03 > div {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 40px;
}
.security_sec03 > div > figure {
	width: 240px;
}
.security_sec03 > div > div {
	width: 660px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.security_sec03 > div > div > div {
	display: flex;
	justify-content: space-between;
	width: 320px;
}
.security_sec03 > div > div > div:nth-child(3),
.security_sec03 > div > div > div:nth-child(4) {
	margin: auto 0 0;
}
.security_sec03 > div > div > div figure {
	width: 140px;
}
.security_sec03 > div > div > div figure img {
}
.security_sec03 > div > div > div div {
	width: 170px;
}
.security_sec03 > div > div > div div h4 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #1C0C00;
	margin: 0 0 5px;
}
.security_sec03 > div > div > div div p {
	font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
	.security_sec03 > h4 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.security_sec03 > div {
		display: block;
		padding: 15px 15px 0;
	}
	.security_sec03 > div > figure {
		max-width: 375px;
		width: 80%;
		margin: 0 auto 20px;
	}
	.security_sec03 > div > div {
		width: 100%;
	}
	.security_sec03 > div > div > div {
		max-width: 375px;
		width: 100%;
		margin: 0 auto 15px;
	}
	.security_sec03 > div > div > div:nth-child(3),
	.security_sec03 > div > div > div:nth-child(4) {
		margin: 0 auto 15px;
	}
	.security_sec03 > div > div > div figure {
		max-width: 140px;
		width: 40%;
		margin-right: 10px;
	}
	.security_sec03 > div > div > div div {
		width: auto;
		flex: 1;
	}
	.security_sec03 > div > div > div div h4 {
		font-size: 1.5rem;
	}
}

.security_sec04 {
	margin: 0 auto 150px;
}
.security_sec04 > h4 {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	color: #1C0C00;
	margin-bottom: 20px;
}
.security_sec04 > div {
	background-color: #fff;
	padding: 40px;
}
.security_sec04 > div p {
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.security_sec04 > div div {
	display: flex;
	justify-content: space-between;
}
.security_sec04 > div div ul {
	width: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.security_sec04 > div div ul li {
	width: 390px;
	font-size: 1.6rem;
	color: #1C0C00;
	background-color: #F3F1EC;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
	margin-bottom: 20px;
}
.security_sec04 > div div ul li span {
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background-color: #bfb391;
	margin-right: 8px;
}
.security_sec04 > div div figure {
	width: 100px;
}
.security_sec04 > div div + div p {
	font-size: 1.1rem;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.security_sec04 {
		margin: 0 auto 80px;
	}
	.security_sec04 > h4 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.security_sec04 > div {
		padding: 15px;
	}
	.security_sec04 > div p {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	.security_sec04 > div div {
		display: block;
	}
	.security_sec04 > div div ul {
		width: 100%;
		display: block;
	}
	.security_sec04 > div div ul li {
		width: 100%;
		font-size: 3.2vw;
		padding: 5px 0 5px 5px;
		margin-bottom: 15px;
	}
	.security_sec04 > div div ul li span {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.security_sec04 > div div + div {
		display: flex;
		align-items: center;
	}
	.security_sec04 > div div + div figure {
		width: 60px;
		margin: 0 15px;
	}
	.security_sec04 > div div + div p {
		flex: 1;
	}
}

/* structure */
.structure_sec01,
.structure_sec02,
.structure_sec03,
.structure_sec04 {
	width: 1004px;
	margin: 0 auto 50px;
	font-family: 'Shippori Mincho B1', serif;
}
@media only screen and (max-width: 768px) {
	.structure_sec01,
	.structure_sec02,
	.structure_sec03,
	.structure_sec04 {
		width: 90%;
		margin: 0 auto 40px;
	}
}

.structure_sec01 > div {
	display: flex;
	justify-content: space-between;
}
.structure_sec01 > div:nth-child(1) figure {
	width: 664px;
	padding: 24px;
	background-color: #fff;
	order: 2;
}
.structure_sec01 > div:nth-child(1) div {
	width: 324px;
	order: 1;
}
.structure_sec01 > div:nth-child(1) div > div + div {
	margin-top: 40px;
}
.structure_sec01 > div div h4 {
	font-size: 1.5rem;
	font-weight: 300;
	color: #78663D;
	margin-bottom: 10px;
}
.structure_sec01 > div div h4 span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-color: #bfb391;
	margin-right: 10px;
}
.structure_sec01 > div div p {
	font-size: 1.3rem;
	color: #1C0C00;
}
.structure_sec01 > div:nth-child(2) {
	margin-top: 40px;
}
.structure_sec01 > div:nth-child(2) > div {
	width: 494px;
}
.structure_sec01 > div:nth-child(2) > div div {
	display: flex;
	justify-content: space-between;
}
.structure_sec01 > div:nth-child(2) > div div figure {
	width: 230px;
	background-color: #fff;
	padding: 15px;
	margin-right: 20px;
}
.structure_sec01 > div:nth-child(2) > div div p {
	flex: 1;
}
@media only screen and (max-width: 768px) {
	.structure_sec01 > div {
		display: block;
	}
	.structure_sec01 > div:nth-child(1) figure {
		width: 100%;
		padding: 15px;
		margin-bottom: 30px;
	}
	.structure_sec01 > div:nth-child(1) div {
		max-width: 375px;
		width: 100%;
	}
	.structure_sec01 > div:nth-child(1) div > div + div {
		margin-top: 30px;
	}
	.structure_sec01 > div div h4 {
		font-size: 1.5rem;
	}
	.structure_sec01 > div div h4 span {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.structure_sec01 > div:nth-child(2) {
		margin-top: 30px;
	}
	.structure_sec01 > div:nth-child(2) > div {
		width: 100%;
	}
	.structure_sec01 > div:nth-child(2) > div + div {
		margin-top: 30px;
	}
	.structure_sec01 > div:nth-child(2) > div div {
		display: block;
	}
	.structure_sec01 > div:nth-child(2) > div div figure {
		width: 100%;
		padding: 15px 30px;
		margin: 0 0 10px;
	}
}

.structure_sec02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	padding: 30px;
	margin-bottom: 80px;
}
.structure_sec02 > figure {
	width: 520px;
	order: 1;
}
.structure_sec02 > div {
	width: 380px;
	order: 2;
}
.structure_sec02 > div h4 {
	font-size: 1.6rem;
	font-weight: 300;
	color: #1C0C00;
	margin-bottom: 20px;
}
.structure_sec02 > div p {
	font-size: 1.3rem;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.structure_sec02 {
		display: block;
		padding: 15px;
		margin-bottom: 60px;
	}
	.structure_sec02 > figure {
		width: 100%;
	}
	.structure_sec02 > div {
		width: 100%;
		margin-bottom: 15px;
	}
	.structure_sec02 > div h4 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
}

.structure_sec03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.structure_sec03 figure {
	width: 324px;
	background-color: #fff;
	padding: 20px;
}
.structure_sec03 div {
	width: 664px;
}
.structure_sec03 div h4 {
	color: #78663D;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 15px;
}
.structure_sec03 div p {
	font-size: 1.3rem;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.structure_sec03 {
		max-width: 375px;
		width: 90%;
		display: block;
		margin: 0 auto 40px;
	}
	.structure_sec03 figure {
		width: 100%;
		background-color: #fff;
		padding: 20px;
	}
	.structure_sec03 div {
		width: 100%;
	}
	.structure_sec03 div h4 {
		font-size: 1.5rem;
		text-align: center;
		margin: 10px 0;
	}
	.structure_sec03 div p {
		font-size: 1.3rem;
	}
}

.structure_sec04 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 150px;
}
.structure_sec04 figure {
	width: 324px;
	background-color: #fff;
	padding: 20px;
}
.structure_sec04 div {
	width: 664px;
}
.structure_sec04 div h4 {
	color: #78663D;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 15px;
}
.structure_sec04 div p {
	font-size: 1.3rem;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.structure_sec04 {
		display: block;
		max-width: 375px;
		width: 90%;
		margin: 0 auto 80px;
	}
	.structure_sec04 figure {
		width: 100%;
		padding: 40px;
	}
	.structure_sec04 div {
		width: 100%;
	}
	.structure_sec04 div h4 {
		text-align: center;
		font-size: 1.5rem;
		font-weight: 300;
		margin: 10px 0;
	}
	.structure_sec04 div p {
		font-size: 1.3rem;
	}
}

/* corporate */
.corporate section > h3 {
	margin-bottom: 15px;
}
.corporate section > h3 + p {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #1C0C00;
}
@media only screen and (max-width: 768px) {
	.corporate section > h3 + p {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
}

.corporate_sec01,
.corporate_sec02,
.corporate_sec03,
.corporate_sec04,
.corporate_sec05 {
	width: 1004px;
	margin: 0 auto 80px;
	letter-spacing: 0.05em;
	font-family: 'Shippori Mincho B1', serif;
}
.corporate_sec01 h4,
.corporate_sec02 h4,
.corporate_sec03 h4,
.corporate_sec04 h4,
.corporate_sec05 h4 {
	font-size: 1.6rem;
	font-weight: 300;
	color: #78663D;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd0b2;
}
@media only screen and (max-width: 768px) {
	.corporate_sec01,
	.corporate_sec02,
	.corporate_sec03,
	.corporate_sec04,
	.corporate_sec05 {
		width: 90%;
		margin: 0 auto 60px;
	}
	.corporate_sec01 h4,
	.corporate_sec02 h4,
	.corporate_sec03 h4,
	.corporate_sec04 h4,
	.corporate_sec05 h4 {
		font-size: 1.5rem;
	}
}


.corporate_sec01 {
	margin: 80px auto 80px;
}
.corporate_sec01 > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.corporate_sec01 > div:nth-child(2) {
	margin-bottom: 30px;
}
.corporate_sec01 > div:nth-child(2) >  h5 {
	font-size: 2.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #1C0C00;
	margin-bottom: 20px;
}
.corporate_sec01 > div:nth-child(2) >  h5 span {
	font-size: 2.2em;
	padding: 0 0.1em;
}
.corporate_sec01 > div:nth-child(2) >  h5 small {
	font-size: 0.6em;
	margin-left: -1em;
}
.corporate_sec01 > div:nth-child(2) > ul {
	width: 538px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.corporate_sec01 > div:nth-child(2) > ul li {
	width: 166px;
	margin-bottom: 20px;
}
.corporate_sec01 > div:nth-child(2) > ul li p {
	font-size: 1.2rem;
	text-align: center;
	color: #1C0C00;
	margin: 5px 0 0;
}
.corporate_sec01 > div:nth-child(3) {
	justify-content: center;
	background-color: #fff;
	padding: 30px 60px;
}
.corporate_sec01 > div:nth-child(3) figure {
	width: 300px;
	margin-left: 60px;
}
.corporate_sec01 > div:nth-child(3) div {
	flex: 1;
}
.corporate_sec01 > div:nth-child(3) div h5 {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.corporate_sec01 > div:nth-child(3) div p {
	font-size: 1.3rem;
	line-height: 1.8;
}
@media only screen and (max-width: 768px) {
	.corporate_sec01 {
		margin: 10.6vw auto 60px;
	}
	.corporate_sec01 > div {
		display: block;
	}
	.corporate_sec01 > div:nth-child(2) {
		margin-bottom: 20px;
	}
	.corporate_sec01 > div:nth-child(2) >  h5 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.corporate_sec01 > div:nth-child(2) > ul {
		width: 100%;
	}
	.corporate_sec01 > div:nth-child(2) > ul li {
		width: 48%;
	}
	.corporate_sec01 > div:nth-child(3) {
		padding: 20px 15px;
	}
	.corporate_sec01 > div:nth-child(3) figure {
		max-width: 300px;
		width: 90%;
		margin: 20px auto 0;
	}
	.corporate_sec01 > div:nth-child(3) div h5 {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.corporate_sec01 > div:nth-child(3) div p {
		line-height: 1.6;
	}
}

.corporate_sec02 > div {
	display: flex;
	justify-content: space-between;
}
.corporate_sec02 > div figure {
	width: 350px;
	margin-left: 20px;
}
.corporate_sec02 > div div {
	flex: 1;
	color: #1C0C00;
}
.corporate_sec02 > div div h5 {
	font-size: 2rem;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.corporate_sec02 > div div h6 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.corporate_sec02 > div div p {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.corporate_sec02 > div div ul {
	display: flex;
	flex-wrap: wrap;
}
.corporate_sec02 > div div li {
	font-size: 1.2rem;
	margin-right: 20px;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	.corporate_sec02 > div {
		display: block;
	}
	.corporate_sec02 > div figure {
		max-width: 375px;
		margin: 20px auto 0;
	}
	.corporate_sec02 > div div h5 {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	.corporate_sec02 > div div h6 {
		font-size: 1.5rem;
	}
	.corporate_sec02 > div div p {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	.corporate_sec02 > div div li {
		line-height: 1.8;
	}
}

.corporate_sec03 {
	display: flex;
	justify-content: space-between;
}
.corporate_sec03 > div {
	width: 494px;
	color: #1C0C00;
}
.corporate_sec03 > div:nth-child(1) > div {
	display: flex;
	justify-content: space-between;
}
.corporate_sec03 > div:nth-child(1) > div p {
	font-size: 1.5rem;
	flex: 1;
}
.corporate_sec03 > div:nth-child(1) figure {
	width: 200px;
	margin-left: 15px;
}
.corporate_sec03 > div:nth-child(1) figure + p {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 5px;
}
.corporate_sec03 > div:nth-child(2) h5 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.corporate_sec03 > div:nth-child(2) h6 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.corporate_sec03 > div:nth-child(2) p {
	font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
	.corporate_sec03 {
		display: block;
	}
	.corporate_sec03 > div {
		width: 100%;
	}
	.corporate_sec03 > div:nth-child(1) > div {
		display: block;
		margin-bottom: 60px;
	}
	.corporate_sec03 > div:nth-child(1) > div p {
		font-size: 1.4rem;
	}
	.corporate_sec03 > div:nth-child(1) figure {
		width: 100%;
		margin: 15px auto 0;
	}
	.corporate_sec03 > div:nth-child(2) h5 {
		font-size: 1.6rem;
	}
	.corporate_sec03 > div:nth-child(2) h6 {
		font-size: 1.4rem;
	}
}

.corporate_sec04 > div {
	display: flex;
	align-items: center;
	color: #1C0C00;
}
.corporate_sec04 h5 {
	font-size: 1.6rem;
	margin-right: 20px;
}
.corporate_sec04 ul {
	display: flex;
	flex-wrap: wrap;
}
.corporate_sec04 li {
	font-size: 1.3rem;
	margin-right: 20px;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	.corporate_sec04 > div {
		display: block;
	}
	.corporate_sec04 h5 {
		font-size: 1.5rem;
		margin: 0 0 10px;
	}
	.corporate_sec04 li {
		line-height: 1.8;
	}
}

.corporate_sec05 {
	margin-bottom: 150px;
}
.corporate_sec05 > div {
	display: flex;
	align-items: center;
	color: #1C0C00;
}
.corporate_sec05 > div figure {
	width: 200px;
	margin-right: 40px;
}
.corporate_sec05 > div li {
	font-size: 1.3rem;
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.corporate_sec05 > div li:nth-child(1) {
	font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
	.corporate_sec05 {
		margin-bottom: 80px;
	}
	.corporate_sec05 > div {
		display: block;
	}
	.corporate_sec05 > div figure {
		width: 50%;
		margin: 0 auto 20px;
	}
	.corporate_sec05 > div li span {
		display: block;
	}
}


/* slideEffect */
.slideEffectWrap {
	overflow: hidden;
}
.slideEffect {
	transform: translateX(-100%);
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
	display: block;
}
.slideEffect img {
	transform: translateX(100%);
	transition: transform 0.8s ease-in-out;
}
.slideEffect.is-active {
	transform: translateX(0);
}
.slideEffect.is-active img {
	transform: translateX(0);
}

.slideEffect02 {
	transform: translateX(100%);
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
	display: block;
}
.slideEffect02 img {
	transform: translateX(-100%);
	transition: transform 0.8s ease-in-out;
}
.slideEffect02.is-active {
	transform: translateX(0);
}
.slideEffect02.is-active img {
	transform: translateX(0);
}

.slideEffectUp {
	transform: translateY(-100%);
  overflow: hidden;
  transition: transform 1.2s ease-in-out;
	display: block;
}
.slideEffectUp img {
	transform: translateY(100%);
	filter: blur(5px) grayscale(100%);
	transition: transform 1.2s ease-in-out,filter 3s ease-in-out;
}
.slideEffectUp.is-active {
	transform: translateY(0);
}
.slideEffectUp.is-active img {
	transform: translateY(0);
	filter: blur(0) grayscale(0);
}

.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
	padding: 0;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1C0C00;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
    .scrolldown1{
      bottom: -30px;
    }
}


