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


/*top*/
.top .slider {
	position: relative;
	width: 100%;
}
.top .slide_box {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.top .slider .slide_box .slide_box_in {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.top .slider .slide_box .slide_box_in div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.top .slider .slide_box .slide_box_in section {
	position: relative;
	width: 100%;
	height: 100%;
}
.top .slider .slide_box .slide_box_in p {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: flex-start;
}
.top .slider .slide_box .slide_box_in p picture {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex !important;
	align-items: flex-start;
}
.top .slider .slide_box .slide_box_in p img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.top .concept {
	position: relative;
	padding-bottom: 160px;
	overflow-x: hidden;
}
.top .concept::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 120px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(231,231,231,1) 50%, rgba(231,231,231,1) 100%);
	content: '';
}
.top .concept .box {
	position: relative;
}
.top .concept .box::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	overflow: hidden;
	font-family: 'Marcellus', serif;
	font-size: 11.0rem;
	line-height: 1em;
	letter-spacing: .1em;
	padding-top: 15px;
	color: #f1f1f1;
	content: 'CONCEPT';
}
.top .concept .box::after {
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 20px;
	background: #FFF;
	content: '';
}
.top .concept .box .w1200 {
	position: relative;
	padding-top: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.top .concept .box .w1200::before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 100%;
	height: 120px;
	background: #e7e7e7;
	content: '';
}
.top .concept .box .w1200 h3 {
	font-size: 2.2rem;
	line-height: 1em;
	margin-bottom: 1.2em;
}
.top .concept .box .w1200 h4 {
	font-family: 'Oooh Baby', cursive;
	font-size: 2.0rem;
	line-height: 1em;
	margin-bottom: 1.8em;
	color: #757474;
}
.top .concept .box .w1200 .comment p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.0;
}
.top .concept .box .w1200 .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.top .concept .box .w1200 ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.top .concept .box .w1200 ul li:nth-of-type(1) {
	position: absolute;
	top: 40px;
	left: -140px;
	width: 400px;
}
.top .concept .box .w1200 ul li:nth-of-type(2) {
	position: absolute;
	top: 120px;
	right: -200px;
	width: 458px;
}
.top .about {
	position: relative;
	padding: 100px 60px;
	overflow-x: hidden;
}
.top .about::before {
	position: absolute;
	top: 0;
	left: 60px;
	width: calc(100% - (60px * 2));
	height: 100%;
	background: #e7e7e7;
	content: '';
}
.top .about .essence {
	position: relative;
	margin-bottom: 60px;
}
.top .about .essence .w1200 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-left: 50%;
	padding-right: calc(70px + 20px);
	height: 480px;
}
.top .about .essence .w1200 .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.top .about .essence .w1200 .box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 60px;
}
.top .about .essence .w1200 .box h3 span ,
.top .about .essence .w1200 .box h3 em {
	display: block;
	line-height: .4em;
}
.top .about .essence .w1200 .box h3 span {
	font-family: 'Marcellus', serif;
	font-size: 4.6rem;
	letter-spacing: .05em;
	margin-bottom: .8em;
}
.top .about .essence .w1200 .box h3 em {
	font-size: 1.5rem;
	letter-spacing: .2em;
}
.top .about .essence .w1200 .box .comment {
	font-size: 1.6rem;
	margin-bottom: 50px;
}
.top .about .essence .w1200 .box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top .about .essence .w1200 .box .btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: .15em;
}
.top .about .essence .w1200 .box .btn a::before {
	position: absolute;
	bottom: -1.2em;
	left: -2.3em;
	width: calc(100% + (2.3em * 2));
	height: 1px;
	background: #7b7b7b;
	content: '';
}
.top .about .essence .w1200 .box .btn a::after {
	position: absolute;
	bottom: -1.2em;
	left: -2.3em;
	z-index: 1;
	width: calc(100% + (2.3em * 2));
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
	content: '';
}
.top .about .essence .w1200 .box .btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.top .about .essence .img {
	position: absolute;
	top: 0;
	left: -60px;
	width: calc(50% + 60px + 120px);
	height: 480px;
}
.top .about .essence .img span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.top .about .essence .img span img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.top .about .essence .img em {
	position: absolute;
	bottom: 60px;
	right: 80px;
	width: 200px;
}
.top .about .service {
	position: relative;
	margin-bottom: 70px;
}
.top .about .service .w1200 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 50%;
	padding-left: calc(20px + 20px);
	height: 480px;
}
.top .about .service .w1200 .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.top .about .service .w1200 .box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 60px;
}
.top .about .service .w1200 .box h3 span ,
.top .about .service .w1200 .box h3 em {
	display: block;
	line-height: .4em;
}
.top .about .service .w1200 .box h3 span {
	font-family: 'Marcellus', serif;
	font-size: 4.6rem;
	letter-spacing: .05em;
	margin-bottom: .8em;
}
.top .about .service .w1200 .box h3 em {
	font-size: 1.5rem;
	letter-spacing: .2em;
}
.top .about .service .w1200 .box .box_in {
	width: 360px;
}
.top .about .service .w1200 .box .box_in section:not(:last-of-type) {
	margin-bottom: 40px;
}
.top .about .service .w1200 .box .box_in section .title_btn {
	display: flex;
	align-items: center;
	height: 40px;
	margin-bottom: 30px;
}
.top .about .service .w1200 .box .box_in section .title_btn h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 175px;
	height: 40px;
	background: #6e6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFF;
	margin-right: 10px;
}
.top .about .service .w1200 .box .box_in section .title_btn .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 40px;
}
.top .about .service .w1200 .box .box_in section .title_btn .btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: .15em;
}
.top .about .service .w1200 .box .box_in section .title_btn .btn a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #7b7b7b;
	content: '';
}
.top .about .service .w1200 .box .box_in section .title_btn .btn a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
	content: '';
}
.top .about .service .w1200 .box .box_in section .title_btn .btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.top .about .service .w1200 .box .box_in section .comment {
	font-size: 1.6rem;
}
.top .about .service .img {
	position: absolute;
	top: 0;
	right: -60px;
	width: calc(50% + 60px + 120px);
	height: 480px;
}
.top .about .service .img span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.top .about .service .img span img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.top .about .contact_link {
	display: flex;
}
.top .about .contact_link section {
	width: 580px;
	height: 215px;
}
.top .about .contact_link section:first-of-type {
	margin-right: 40px;
}
.top .about .contact_link section a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border-top: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
}
.top .about .contact_link section a p {
	width: 110px;
	margin-left: 5px;
	margin-right: 30px;
}
.top .about .contact_link section a h3 {
	display: flex;
	flex-direction: column;
}
.top .about .contact_link section a h3 span ,
.top .about .contact_link section a h3 em {
	display: block;
	line-height: 1em;
}
.top .about .contact_link section a h3 span {
	font-family: 'Marcellus', serif;
	font-size: 3.6rem;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
.top .about .contact_link section a h3 em {
	font-size: 1.5rem;
	color: #333333;
}
.top .about .contact_link section a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	width: 66px;
	height: 66px;
	background: url(../img/top/icon_arrow.svg) no-repeat center center;
	background-size: cover;
	transition: .5s;
	content: '';
}
.top .about .contact_link section a:hover::after {
	right: 15px;
	transition: .5s;
}
.top .gallery {
	padding-top: 140px;
	padding-bottom: 140px;
}
.top .gallery h3 {
	font-family: 'Marcellus', serif;
	font-size: 4.6rem;
	line-height: 1em;
	letter-spacing: .05em;
	margin-bottom: 1.2em;
	text-align: center;
}
.top .gallery .comment {
	font-size: 1.6rem;
	text-align: center;
	color: #434343;
	margin-bottom: 3.1em;
}
.top .gallery ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.top .gallery ul li {
	width: 31.6%;
}
.top .gallery ul li:not(:last-of-type) {
	margin-right: 2.6%;
}
.top .gallery .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top .gallery .btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: .15em;
}
.top .gallery .btn a::before {
	position: absolute;
	bottom: -1.2em;
	left: -2.3em;
	width: calc(100% + (2.3em * 2));
	height: 1px;
	background: #7b7b7b;
	content: '';
}
.top .gallery .btn a::after {
	position: absolute;
	bottom: -1.2em;
	left: -2.3em;
	z-index: 1;
	width: calc(100% + (2.3em * 2));
	height: 1px;
	background: #ccc;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
	content: '';
}
.top .gallery .btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

@media screen and (max-width: 1400px) {
.top .about .contact_link {
	width: 100%;
}
}
@media screen and (max-width: 1280px) {
.top .about .essence .w1200 {
	padding-right: calc(70px + 40px);
}
}
@media screen and (max-width: 1240px) {
.top .about .essence .img {
	width: calc(40% + 60px + 120px);
}
.top .about .service .img {
	width: calc(40% + 60px + 120px);
}
.top .about .contact_link section a p {
	width: 80px;
	margin-right: 20px;
}
.top .about .contact_link section a::after {
	width: 50px;
	height: 50px;
}
}
@media screen and (max-width: 1140px) {
.top .about .contact_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top .about .contact_link section:first-of-type {
	margin-right: 0;
	margin-bottom: -1px;
}
.top .about .contact_link section a p {
	width: 110px;
	margin-right: 30px;
}
.top .about .contact_link section a::after {
	width: 66px;
	height: 66px;
}
}
@media screen and (max-width: 1000px) {
.top .about .essence .img {
	width: calc(30% + 60px + 120px);
}
.top .about .service .img {
	width: calc(30% + 60px + 120px);
}
}
@media screen and (max-width: 940px) {
.top .concept .box .w1200 ul {
	position: relative;
	top: inherit;
	left: inherit;
	display: flex;
	align-items: center;
	padding-top: 30px;
}
.top .concept .box .w1200 ul li:nth-of-type(1) {
	position: relative;
	top: inherit;
	left: inherit;
	width: 45%;
	margin-right: 5%;
}
.top .concept .box .w1200 ul li:nth-of-type(2) {
	position: relative;
	top: inherit;
	right: inherit;
	width: 50%;
}
.top .about .essence .w1200 {
	padding-right: calc(70px + 0px);
}
.top .about .service .img {
	width: calc(20% + 60px + 120px);
}
.top .gallery ul {
	margin-bottom: 25px;
}
.top .gallery ul li {
	width: 48%;
	margin-bottom: 25px;
}
.top .gallery ul li:not(:last-of-type) {
	margin-right: 0;
}
.top .gallery ul li:nth-of-type(1) {
	margin-right: 4%;
}
}
@media screen and (max-width: 840px) {
.top .about .essence .w1200 {
	padding-right: 30px;
	padding-left: 55%;
}
.top .about .service .w1200 .box .box_in {
	width: 300px;
}
.top .about .service .w1200 .box .box_in section .title_btn h4 {
	width: 145px;
	margin-right: 10px;
}
.top .about .service .w1200 .box .box_in section .title_btn .btn {
	width: 145px;
}
.top .about .service .img {
	width: calc(25% + 60px + 120px);
}
}
@media screen and (max-width: 767px) {
.top .slide_box {
	height: 100vh;
}
.top .concept {
	padding-bottom: 20vw;
}
.top .concept::before {
	height: 15vw;
}
.top .concept .box {
	position: relative;
}
.top .concept .box::before {
	position: absolute;
	height: 15vw;
	font-size: 5.0rem;
	padding-top: 1.8vw;
}
.top .concept .box::after {
	top: 15vw;
	height: 2vw;
}
.top .concept .box .w1200 {
	padding-top: 30vw;
}
.top .concept .box .w1200::before {
	position: absolute;
	top: 0;
	left: 5vw;
	height: 15vw;
}
.top .concept .box .w1200 h3 {
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
	margin-bottom: 1.2em;
}
.top .concept .box .w1200 h4 {
	font-size: 1.5rem;
	margin-bottom: 1.8em;
}
.top .concept .box .w1200 .comment p {
	font-size: 1.4rem;
	padding: 0 4%;
}
.top .concept .box .w1200 ul {
	position: relative;
	top: inherit;
	left: inherit;
	display: flex;
	align-items: center;
	padding-top: 30px;
}
.top .concept .box .w1200 ul li:nth-of-type(1) {
	position: relative;
	top: inherit;
	left: inherit;
	width: 48%;
	margin-right: 4%;
}
.top .concept .box .w1200 ul li:nth-of-type(2) {
	position: relative;
	top: inherit;
	right: inherit;
	width: 48%;
}
.top .about {
	padding: 15vw 4%;
}
.top .about::before {
	left: 4vw;
	width: calc(100% - (4vw * 2));
}
.top .about .essence {
	display: flex;
	flex-direction: column;
	margin-bottom: 20vw;
}
.top .about .essence .w1200 {
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	height: auto;
}
.top .about .essence .w1200 .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 10vw;
}
.top .about .essence .w1200 .box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1em;
	margin-bottom: 6vw;
}
.top .about .essence .w1200 .box h3 span {
	font-size: 3.6rem;
	letter-spacing: .05em;
	margin-bottom: .6em;
}
.top .about .essence .w1200 .box h3 em {
	font-size: 1.2rem;
	letter-spacing: .2em;
}
.top .about .essence .w1200 .box .comment {
	font-size: 1.6rem;
	margin-bottom: 5vw;
}
.top .about .essence .w1200 .box .btn a {
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: .15em;
}
.top .about .essence .w1200 .box .btn a::before {
	position: absolute;
	bottom: -1.2em;
	left: -2.3em;
	width: calc(100% + (2.3em * 2));
	height: 1px;
	background: #7b7b7b;
	content: '';
}
.top .about .essence .w1200 .box .btn a::after {
	position: absolute;
	bottom: -1.2em;
	left: -2.3em;
	z-index: 1;
	width: calc(100% + (2.3em * 2));
	height: 1px;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
	content: '';
}
.top .about .essence .w1200 .box .btn a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.top .about .essence .img {
	position: relative;
	top: 0;
	left: -4vw;
	width: calc(90% + 4vw);
	height: 60vw;
	order: 1;
}
.top .about .essence .img em {
	position: absolute;
	bottom: 5vw;
	right: 5vw;
	width: 25vw;
}
.top .about .service {
	display: flex;
	flex-direction: column;
	margin-bottom: 20vw;
}
.top .about .service .w1200 {
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	height: auto;
}
.top .about .service .w1200 .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 10vw;
}
.top .about .service .w1200 .box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1em;
	margin-bottom: 6vw;
}
.top .about .service .w1200 .box h3 span {
	font-size: 3.6rem;
	letter-spacing: .05em;
	/*margin-top: 2.6em;*/
	margin-bottom: .6em;
}
.top .about .service .w1200 .box h3 em {
	font-size: 1.2rem;
	letter-spacing: .2em;
}
.top .about .service .w1200 .box .box_in {
	width: 100%;
}

.top .about .service .w1200 .box .box_in section {
	display: flex;
	flex-direction: column;
	padding: 0 8%;
}
.top .about .service .w1200 .box .box_in section:not(:last-of-type) {
	margin-bottom: 12vw;
}
.top .about .service .w1200 .box .box_in section .title_btn {
	display: contents;
	height: auto;
	margin-bottom: 0;
}
.top .about .service .w1200 .box .box_in section .title_btn h4 {
	width: 100%;
	height: 10vw;
	font-size: 1.4rem;
	margin: 0 auto;
	margin-bottom: 6vw;
	order: 1;
}
.top .about .service .w1200 .box .box_in section .title_btn .btn {
	width: 80%;
	height: 10vw;
	margin: 0 auto;
	order: 3;
}
.top .about .service .w1200 .box .box_in section .title_btn .btn a {
	width: 100%;
	height: 14vw;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: .15em;
}
.top .about .service .w1200 .box .box_in section .comment {
	font-size: 1.6rem;
	order: 2;
	margin-bottom: 5vw;
}
.top .about .service .img {
	position: relative;
	top: 0;
	right: -8vw;
	width: calc(90% + 4vw);
	height: 60vw;
	order: 1;
}
.top .about .contact_link section {
	width: 100%;
	height: 28vw;
}
.top .about .contact_link section:first-of-type {
	margin-bottom: -1px;
}
.top .about .contact_link section a p {
	width: 15vw;
	margin-left: 1vw;
	margin-right: 4vw;
}
.top .about .contact_link section a h3 span {
	font-size: 2.4rem;
}
.top .about .contact_link section a h3 em {
	font-size: 1.2rem;
}
.top .about .contact_link section a::after {
	right: 5vw;
	width: 10vw;
	height: 10vw;
}
.top .about .contact_link section a:hover::after {
	right: 3vw;
	transition: .5s;
}
.top .gallery {
	padding-top: 30vw;
	padding-bottom: 40vw;
}
.top .gallery h3 {
	font-size: 4.0rem;
}
.top .gallery .comment {
	font-size: 1.6rem;
	text-align: left;
	padding: 0 4%;
}
.top .gallery ul {
	margin-bottom: 8vw;
}
.top .gallery ul li {
	width: 100%;
	margin-bottom: 0;
}
.top .gallery ul li:not(:last-of-type) {
	margin-right: 0 !important;
	margin-bottom: 5vw !important;
}
.top .gallery .btn a {
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: .15em;
}
}


/*essence*/
.essence main .catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 180px;
}
.essence main .catch h3 {
	font-family: 'Marcellus', serif;
	font-size: 5.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.essence main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.essence main .catch h5 {
	font-family: 'Oooh Baby', cursive;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
	color: #757474;
}
.essence main .catch p {
	color: #434343;
	text-align: center;
}
.essence main .about > section {
	position: relative;
}
.essence main .about .w1200 {
	display: flex;
}
.essence main .about .title_comment {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.essence main .about .essence_title {
	position: relative;
	z-index: 1;
	text-align: center;
	font-family: 'Petit Formal Script', cursive;
	font-size: 3.2rem;
	line-height: 1em;
	color: #7d7e81;
	margin-bottom: 1.8em;
	width: 100%;
}
.essence main .about .essence_title::after {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 40px;
	height: 1px;
	background: #c2c4c6;
	content: '';
}
.essence main .about .comment p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.0;
}
.essence main .about .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.essence main .about .planning {
	margin-bottom: 80px;
}
.essence main .about .planning::before {
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 500px;
	display: block;
	background: #f0f1f2;
	content: '';  
}
.essence main .about .planning .essence_title::before {
	position: absolute;
	top: -65px;
	right: 0;
	left: 0;
	z-index: -1;
	margin: 0 auto;
	width: 214px;
	height: 101px;
	background: url(../img/essence/title_planning.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.essence main .about .planning .title_comment {
	width: calc(100% - 600px);
}
.essence main .about .planning .img {
	width: 600px;
}
.essence main .about .lighting {
	margin-bottom: 80px;
}
.essence main .about .lighting .title_comment {
	order: 2;
	width: calc(100% - 600px);
	justify-content: center;
}
.essence main .about .lighting .img {
	order: 1;
	width: 600px;
	padding-left: 105px;
	padding-right: 79px;
}
.essence main .about .order {
	margin-bottom: 140px;
}
.essence main .about .order::before {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 500px;
	display: block;
	background: #f0f1f2;
	content: '';  
}
.essence main .about .order .essence_title::before {
	position: absolute;
	top: -54px;
	right: 0;
	left: 0;
	z-index: -1;
	margin: 0 auto;
	width: 301px;
	height: 83px;
	background: url(../img/essence/title_order.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.essence main .about .order .title_comment {
	width: calc(100% - 600px);
	padding-top: 210px;
}
.essence main .about .order .img {
	width: 600px;
	padding-left: 60px;
	padding-right: 123px;
}
.essence main .about .art {
	margin-bottom: 190px;
}
.essence main .about .art .title_comment {
	order: 2;
	width: calc(100% - 600px);
	justify-content: center;
}
.essence main .about .art .img {
	order: 1;
	width: 600px;
	padding-left: 127px;
	padding-right: 57px;
}
.essence main .about .total::before {
	position: absolute;
	top: -110px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 480px;
	display: block;
	background: #f0f1f2;
	content: '';  
}
.essence main .about .total .essence_title::before {
	position: absolute;
	top: -65px;
	right: 0;
	left: 0;
	z-index: -1;
	margin: 0 auto;
	width: 318px;
	height: 92px;
	background: url(../img/essence/title_total.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.essence main .about .total .title_comment {
	width: calc(100% - 700px);
	padding-top: 35px;
}
.essence main .about .total .img {
	width: 700px;
}
@media screen and (max-width: 1140px) {
.essence main .about .planning .title_comment {
	width: calc(100% - 45%);
	padding-right: 5%;
}
.essence main .about .planning .img {
	width: 45%;
}
.essence main .about .total .title_comment {
	width: calc(100% - 45%);
	padding-right: 5%;
}
.essence main .about .total .img {
	width: 45%;
}
}
@media screen and (max-width: 1000px) {
.essence main .about .comment p {
	text-align: left;
}
.essence main .about .planning .w1200 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.essence main .about .planning .title_comment {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
}
.essence main .about .planning .title_comment .comment p {
	text-align: center;
}
.essence main .about .planning .img {
	width: 600px;
}
.essence main .about .lighting .title_comment {
	width: 50%;
}
.essence main .about .lighting .img {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}
.essence main .about .order .title_comment {
	width: 50%;
}
.essence main .about .order .img {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}
.essence main .about .art .title_comment {
	width: 50%;
}
.essence main .about .art .img {
	width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}
}
@media screen and (max-width: 767px) {
.essence main .catch {
	padding-bottom: 30vw;
}
.essence main .catch h3 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.essence main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.essence main .catch h5 {
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
}
.essence main .catch p {
	text-align: center;
}
.essence main .about .w1200 {
	display: flex;
	flex-direction: column;
}
.essence main .about .title_comment {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 4%;
}
.essence main .about .essence_title {
	font-size: 3.2rem;
	line-height: 1em;
	margin-bottom: 1.5em;
}
.essence main .about .essence_title::after {
	bottom: -3vw;
	width: 20vw;
}
.essence main .about .comment p {
	text-align: left;
	font-size: 1.5rem;
}
.essence main .about .planning {
	margin-bottom: 25vw;
}
.essence main .about .planning::before {
	top: -20vw;
	height: 100vh;
}
.essence main .about .planning .essence_title::before {
	top: calc(-8.475vw * 1.1);
	width: calc(27.901vw * 1.5);
	height: calc(13.168vw * 1.5);
}
.essence main .about .planning .title_comment {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5vw;
}
.essence main .about .planning .title_comment .comment p {
	text-align: left;
}
.essence main .about .planning .img {
	width: 100%;
}
.essence main .about .lighting {
	margin-bottom: 30vw;
}
.essence main .about .lighting .title_comment {
	order: 1;
	width: 100%;
	margin-bottom: 5vw;
	justify-content: flex-start;
}
.essence main .about .lighting .img {
	order: 2;
	width: 100%;
	padding-left: 10vw;
	padding-right: 10vw;
}
.essence main .about .order {
	margin-bottom: 25vw;
}
.essence main .about .order::before {
	top: -20vw;
	height: 90vh;
}
.essence main .about .order .essence_title::before {
	top: calc(-7.04vw * 1.1);
	width: calc(39.244vw * 1.5);
	height: calc(10.821vw * 1.5);
}
.essence main .about .order .title_comment {
	width: 100%;
	margin-bottom: 10vw;
	padding-top: 0;
}
.essence main .about .order .img {
	width: 100%;
	padding-left: 10vw;
	padding-right: 10vw;
}
.essence main .about .art {
	margin-bottom: 30vw;
}
.essence main .about .art .title_comment {
	order: 1;
	width: 100%;
	margin-bottom: 5vw;
	justify-content: flex-start;
}
.essence main .about .art .img {
	order: 2;
	width: 100%;
	padding-left: 10vw;
	padding-right: 10vw;
}
.essence main .about .total::before {
	top: -20vw;
	height: 70vh;
}
.essence main .about .total .essence_title::before {
	top: calc(-8.475vw * 1.1);
	width: calc(41.46vw * 1.5);
	height: calc(11.995vw * 1.5);
}
.essence main .about .total .title_comment {
	width: 100%;
	margin-bottom: 5vw;
	padding-top: 0;
}
.essence main .about .total .img {
	width: 100%;
}
}


/*service*/
.service main .catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 180px;
}
.service main .catch h3 {
	font-family: 'Marcellus', serif;
	font-size: 5.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.service main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.service main .catch h5 {
	font-family: 'Oooh Baby', cursive;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
	color: #757474;
}
.service main .catch h6 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: .8em;
}
.service main .catch h7 {
	font-weight: bold;
	margin-top: 2.8em;
	margin-bottom: 0em;
}
.service main .catch p {
	color: #434343;
	text-align: center;
}
.service main .about > section {
	position: relative;
}
.service main .about .w1200 {
	display: flex;
}
.service main .about .comment p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.0;
}
.service main .about .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.service main .about .menu {
	margin-top: -180px;
	margin-right: auto;
	margin-bottom: -50px;
	margin-left: auto;
}
.service main .about .menu ul {
	width: 100%;
	padding: 30px 28px 45px 28px;
	letter-spacing: -0.5em;
}
.service main .about .menu li {
	display: inline-block;
	width: 47.5%;
	vertical-align: top;
	margin: 0 5% 30px 0px;
	letter-spacing: normal;
}
.service main .about .menu li:nth-child(2n) {
	margin-right: 0px;
}
.service main .about .menu .button {
	display: block;
	width: 100%;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #4A4A4A; /*ボタン色*/
	border-radius: 5px; /*角丸*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.service main .about .menu .button:hover {
	background-color: #4A4A4A; /*ボタン色*/
}
.service main .about .individual {
	margin-bottom: 0px;
}
.service main .about .individual .boxres001 {
	margin-top: -120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.service main .about .individual .boxres001 img {
	width: 100%;
	margin-bottom: 30px;
}
.service main .about .individual .boxres001 p {
	font-size: 1.5rem;
	line-height: 2.0;
	padding-top: 5px;
}
.service main .about .corporation {
	min-height: 1170px;
	background: #f0f1f2;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: -110px;
	margin-bottom: 0px;
}
.service main .about .corporation .list {
	max-width: 1137px;
	margin-top: -150px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.service main .about .corporation .list li {
	width: 44%;
	min-height: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-left: 3%;
}
.service main .about .corporation .list p.txt001 {
	color: #FFF;
	background: #4A4A4A;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.service main .about .corporation .list p.txt002 {
	font-size: 1.5rem;
	line-height: 2.0;
	padding-top: 5px;
}
.service main .about .corporation .imagelist {
	max-width: 1137px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.service main .about .corporation .imagelist li {
	width: 50%;
	float: left;
	padding: 0 30px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
.img-responsive{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1140px) {
.service main .about .corporation {
	min-height: 1100px;
	background: #f0f1f2;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.service main .about .corporation .list {
	width: 100%;
}
}
@media screen and (max-width: 1000px) {
.service main .about .comment p {
	text-align: left;
}
.service main .about .individual .w1200 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.service main .about .corporation {
	min-height: 1020px;
	background: #f0f1f2;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.service main .about .corporation .list {
	width: 100%;
	margin-top: -150px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.service main .about .corporation .list li {
	width: 46%;
	min-height: 200px;
	float: left;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
.service main .about .corporation .imagelist li {
	width: 50%;
	float: left;
	padding: 0 20px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
}
@media screen and (max-width: 767px) {
.service main .catch {
	padding-bottom: 30vw;
}
.service main .catch h3 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.service main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.service main .catch h5 {
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
}
.service main .catch p {
	text-align: center;
}
.service main .about .w1200 {
	display: flex;
	flex-direction: column;
}
.service main .about .comment p {
	text-align: left;
	font-size: 1.5rem;
}
.service main .about .menu {
	margin-top: -130px;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: auto;
}
.service main .about .menu ul {
	padding: 30px 0;
}
.service main .about .menu li {
	width: 100%;
	margin: 0 0 15px;
}
.service main .about .menu li:nth-child(odd){
	margin-right: 0;
}
.service main .about .menu .button {
	font-size: 1.5rem;
}
.service main .about .individual {
	margin-bottom: 25vw;
}
.service main .about .individual .boxres001 {
	margin-top: -80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.service main .about .individual .boxres001 img {
	width: 100%;
}
.service main .about .individual .boxres001 p {
	font-size: 1.5rem;
}
.service main .about .corporation {
	background: #f0f1f2;
	padding-top: 0px;
	padding-bottom: 60px;
	margin-top: -60px;
	margin-bottom: 0px;
}
.service main .about .corporation .list {
	width: 100%;
	margin-top: -90px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.service main .about .corporation .list li {
	width: 90%;
	min-height: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 5%;
}
.service main .about .corporation .imagelist {
	margin-top: 30px;
	margin-bottom: -20px;
}
.service main .about .corporation .imagelist li {
	width: 100%;
	float: left;
	padding: 0 20px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
}


/*gallery*/
.gallery main .catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 0px;
}
.gallery main .catch h3 {
	font-family: 'Marcellus', serif;
	font-size: 5.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.gallery main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.gallery main .catch h5 {
	font-family: 'Oooh Baby', cursive;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
	color: #757474;
}
.gallery main .catch h6 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: .8em;
}
.gallery main .catch p {
	color: #434343;
	text-align: center;
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
.gallery main .catch {
	padding-bottom: 0vw;
}
.gallery main .catch h3 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
}


/*about_links*/
.about_links main .catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 180px;
}
.about_links main .catch h3 {
	font-family: 'Marcellus', serif;
	font-size: 5.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.about_links main .about > section {
	position: relative;
}
.about_links main .about .w1200 {
	display: flex;
}
.about_links main .about .comment p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.0;
}
.about_links main .about .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.about_links main .about .profile {
	margin-bottom: 0px;
}
.about_links main .about .profile .boxres001 {
	width: 95%;
	margin-top: -200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.about_links main .about .profile .boxres001 img {
	width: 25%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about_links main .about .profile .boxres002 {
	width: 95%;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.about_links main .about .profile .boxres002 img {
	width: 25%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.about_links main .about .profile .boxres002 p.txt001 {
	font-size: 2.5rem;
	line-height: 2;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
}
.about_links main .about .profile .boxres002 p.txt002 {
	font-size: 1.5rem;
	line-height: 2.0;
	padding-top: 5px;
}
.about_links main .about .profile .boxres003 {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
}
.about_links main .about .profile .boxres003 img {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 25px;
}
.about_links main .about .profile .boxres003 p {
	font-size: 1.5rem;
	line-height: 2.0;
	padding-top: 5px;
}
@media screen and (max-width: 1140px) {
.about_links main .about .profile .boxres001 img {
	width: 30%;
}
.about_links main .about .profile .boxres002 img {
	width: 30%;
}
}
@media screen and (max-width: 1000px) {
.about_links main .about .comment p {
	text-align: left;
}
.about_links main .about .profile .w1200 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.about_links main .about .profile .boxres001 img {
	width: 35%;
}
.about_links main .about .profile .boxres002 img {
	width: 35%;
}
}
@media screen and (max-width: 767px) {
.about_links main .catch {
	padding-bottom: 30vw;
}
.about_links main .catch h3 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.about_links main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.about_links main .catch h5 {
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
}
.about_links main .catch p {
	text-align: center;
}
.about_links main .about .w1200 {
	display: flex;
	flex-direction: column;
}
.about_links main .about .comment p {
	text-align: left;
	font-size: 1.5rem;
}
.about_links main .about .profile {
	margin-bottom: 25vw;
}
.about_links main .about .profile .boxres001 {
	margin-top: -130px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.about_links main .about .profile .boxres001 img {
	width: 80%;
}
.about_links main .about .profile .boxres001 p {
	text-align: center;
}
.about_links main .about .profile .boxres002 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.about_links main .about .profile .boxres002 img {
	width: 60%;
	float: none;
	padding: 0;
}
.about_links main .about .profile .boxres002 p.txt002 {
	font-size: 1.5rem;
}
.about_links main .about .profile .boxres002 p.txt003 {
	text-align: center;
	padding-bottom: 20px;
}
.about_links main .about .profile .boxres003 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;
}
.about_links main .about .profile .boxres003 img {
	width: 100%;
}
.about_links main .about .profile .boxres003 p {
	font-size: 1.5rem;
}
}


/*contact*/
.contact main .catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 180px;
}
.contact main .catch h3 {
	font-family: 'Marcellus', serif;
	font-size: 5.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.contact main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.contact main .catch h5 {
	font-family: 'Oooh Baby', cursive;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
	color: #757474;
}
.contact main .catch p {
	color: #434343;
	text-align: center;
}
.contact main .about > section {
	position: relative;
}
.contact main .about .w1200 {
	display: flex;
}
.contact main .about .comment p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.0;
}
.contact main .about .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.contact main .about .mailform {
	margin-bottom: -20px;
}
.contact main .about .mailform .boxres001 {
	width: 88.4%;
	margin-top: -120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
@media screen and (max-width: 1140px) {
.contact main .about .mailform .boxres001 {
	width: 99.5%;
}
}
@media screen and (max-width: 1000px) {
.contact main .about .comment p {
	text-align: left;
}
.contact main .about .mailform .w1200 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contact main .about .mailform .boxres001 {
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.contact main .catch {
	padding-bottom: 30vw;
}
.contact main .catch h3 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.contact main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.contact main .catch h5 {
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
}
.contact main .catch p {
	text-align: center;
}
.contact main .about .w1200 {
	display: flex;
	flex-direction: column;
}
.contact main .about .comment p {
	text-align: left;
	font-size: 1.5rem;
}
.contact main .about .mailform {
	margin-bottom: 0vw;
}
.contact main .about .mailform .boxres001 {
	margin-top: -80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
}


/*thanks*/
.thanks main .catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 0px;
}
.thanks main .catch h3 {
	font-family: 'Marcellus', serif;
	font-size: 5.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.thanks main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.thanks main .catch h5 {
	font-family: 'Oooh Baby', cursive;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
	color: #757474;
}
.thanks main .catch p {
	color: #434343;
	text-align: center;
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
.thanks main .catch {
	padding-bottom: 30vw;
}
.thanks main .catch h3 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.thanks main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.thanks main .catch h5 {
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
}
.thanks main .catch p {
	text-align: center;
}
}


/*privacy*/
.privacy main .catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 180px;
}
.privacy main .catch h3 {
	font-family: 'Marcellus', serif;
	font-size: 5.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.privacy main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.privacy main .catch h5 {
	font-family: 'Oooh Baby', cursive;
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
	color: #757474;
}
.privacy main .catch p {
	color: #434343;
	text-align: center;
}
.privacy main .about > section {
	position: relative;
}
.privacy main .about .w1200 {
	display: flex;
}
.privacy main .about .comment p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.0;
}
.privacy main .about .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.privacy main .about .privacy_policy {
	margin-bottom: -20px;
}
.privacy main .about .privacy_policy .boxres001 {
	width: 88.4%;
	margin-top: -190px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.privacy main .about .privacy_policy table {
	width: 100%;
	border-collapse: collapse;
}
.privacy main .about .privacy_policy table th {
	width: 3%;
	font-weight: normal;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.privacy main .about .privacy_policy table td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px
}
@media screen and (max-width: 1140px) {
.privacy main .about .privacy_policy .boxres001 {
	width: 99.5%;
}
}
@media screen and (max-width: 1000px) {
.privacy main .about .comment p {
	text-align: left;
}
.privacy main .about .privacy_policy .w1200 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.privacy main .about .privacy_policy .boxres001 {
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.privacy main .catch {
	padding-bottom: 30vw;
}
.privacy main .catch h3 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1em;
	margin-bottom: .8em;
}
.privacy main .catch h4 {
	font-size: 1.8rem;
	margin-bottom: .8em;
}
.privacy main .catch h5 {
	font-size: 1.4rem;
	line-height: 1em;
	margin-bottom: 1.8em;
}
.privacy main .catch p {
	text-align: center;
}
.privacy main .about .w1200 {
	display: flex;
	flex-direction: column;
}
.privacy main .about .comment p {
	text-align: left;
	font-size: 1.5rem;
}
.privacy main .about .privacy_policy {
	margin-bottom: 0vw;
}
.privacy main .about .privacy_policy .boxres001 {
	margin-top: -110px;
	margin-right: auto;
	margin-bottom: -15px;
	margin-left: auto;
}
.privacy main .about .privacy_policy table th {
	width: 7%;
	font-weight: normal;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}