@charset "UTF-8";

.page-title {
	background: url("../img/design/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;
	}
}

.content {
	/*background-color: #2A1B10;*/
	padding-top: 80px;
}
.content h3 {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 56px;
	text-align: center;
	color: #fff;
	max-width: 538px;
	margin: 0 auto;
	background: linear-gradient(to right,rgba(142, 124, 83, 0) 0%, rgba(181, 170, 144, 0.6) 50%, rgba(142, 124, 83, 0) 100%);
}
.inner{
	margin: 0 auto;
	text-align: center;
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 100px 0 0;
}
@media only screen and (max-width: 768px) {
	.content {
		padding-top: 40px;
	}
	.content h3 {
		font-size: 1.8rem;
		line-height: 48px;
		width: 90%;
	}
	.inner{
		display: block;
		padding: 30px 0 0;
	}
}

.sub_ttl {
	max-width: 1000px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
	color: #1C0C00;
	text-align: left;
}
.sub_ttl figure {
	width: 204px;
	margin-right: 45px;
}
.sub_ttl p {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-left: 40px;
	border-left: 1px solid #1C0C00;
}
.sub_ttl p strong {
	font-size: 2.4rem;
	letter-spacing: 0.25em;
	line-height: 1.7;
	display: block;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.sub_ttl {
		width: 90%;
		margin: 0 auto 60px;
		display: block;
	}
	.sub_ttl figure {
		max-width: 240px;
		width: 100%;
		margin: 0 0 30px;
	}
	.sub_ttl p {
		font-size: 1.3rem;
		line-height: 1.8;
		padding: 30px 0 0;
		border-left: none;
		border-top: 1px solid #1C0C00;
	}
	.sub_ttl p strong {
		font-size: 4.4vw;
		letter-spacing: 0.15em;
		margin-bottom: 20px;
	}
}

h4 {
	text-align: center;
	color: #1C0C00;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}
h4 strong {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
h4 small {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
h4 + p {
	font-size: 1.5rem;
	color: #1C0C00;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	h4 {
		font-size: 4.4vw;
		margin: 0 auto 30px;
	}
	h4 strong {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	h4 small {
		font-size: 1.3rem;
	}
	h4 + p {
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
}

.cg01 {
	max-width: 1000px;
	position: relative;
	padding: 60px 0 100px;
	margin: 0 auto 50px;
}
.cg01 figure {
	width: 66.4%;
	z-index: 10;
	margin: 0 0 0 auto;
}
.cg01 .bg {
	width: 67.3%;
	height: 500px;
	position: absolute;
	bottom: 0;
	left: 12%;
	z-index: 0;
	background: linear-gradient(to bottom,rgba(181, 170, 144, 0.2) 0%, rgba(142, 124, 83, 0) 100%);
}
@media only screen and (max-width: 768px) {
	.cg01 {
		width: 90%;
		position: relative;
		padding: 40px 0 50px;
		margin: 0 auto 30px;
	}
	.cg01 figure {
		width: 100%;
	}
	.cg01 .bg {
		width: 67.3%;
		height: 300px;
		position: absolute;
		bottom: 0;
		left: -5%;
		z-index: 0;
		background: linear-gradient(to bottom,rgba(181, 170, 144, 0.2) 0%, rgba(142, 124, 83, 0) 100%);
	}
}

.cg02 {
	margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
	.cg02 {
		margin-bottom: 80px;
	}
}

.cg03 {
	max-width: 1000px;
	padding: 0 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto 50px;
}
.cg03 figure {
	width: 57%;
	position: relative;
	z-index: 10;
}
.cg03 p {
	color: #1C0C00;
	text-align: left;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
.cg03 .material {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	margin-top: 80px;
	background-color: #fff;
}
.cg03 .material h4 {
	text-align: left;
	margin-bottom: 0;
}
.cg03 .material h4 strong {
	margin-bottom: 10px;
}
.cg03 .material h4 + p {
	line-height: 1.6;
}
.cg03 .material ul {
	width: 502px;
	display: flex;
	justify-content: space-between;
}
.cg03 .material ul li {
	width: 77px;
}
@media only screen and (max-width: 768px) {
	.cg03 {
		width: 90%;
		padding: 0 0 50px;
		margin: 0 auto 50px;
	}
	.cg03 figure {
		width: 100%;
		margin: 0 0 40px;
	}
	.cg03 p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.cg03 .material {
		display: block;
		padding: 20px;
		margin-top: 40px;
	}
	.cg03 .material h4 {
		text-align: left;
		margin-bottom: 0;
		width: 100%;
	}
	.cg03 .material h4 strong {
		margin-bottom: 10px;
	}
	.cg03 .material h4 + p {
		width: 100%;
	}
	.cg03 .material ul {
		width: 100%;
		flex-wrap: wrap;
	}
	.cg03 .material ul::after {
		content: "";
		width: 28%
	}
	.cg03 .material ul li {
		width: 28%;
		margin-top: 5%;
	}
}

.cg04 {
	padding: 0 0 130px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin: 0 auto 100px;
}
.cg04 figure {
	width: 45%;
	position: relative;
	z-index: 10;
	margin-right: 100px;
}
.cg04 > div {
	width: 40%;
	position: relative;
	z-index: 10;
}
.cg04 > div h4 {
	text-align: left;
	margin-bottom: 50px;
}
.cg04 > div p {
	text-align: left;
}
.cg04 .access {
	margin-top: 120px;
}
.cg04 .access p {
	font-size: 1.4rem;
	color: #1C0C00;
	margin-bottom: 15px;
}
.cg04 .access figure {
	/*max-width: 561px;*/
	width: 100%;
}
.cg04 .access .cap {
	margin-top: 15px;
}
.cg04 .access .cap li {
	font-size: 1.1rem;
	text-indent: -1em;
	padding-left: 1em;
	color: #1C0C00;
	text-align: left;
}
.cg04 .bg {
	width: 55%;
	height: 430px;
	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 0;
	background: linear-gradient(to bottom,rgba(142, 124, 83, 0) 0%, rgba(181, 170, 144, 0.2) 100%);
}
@media only screen and (max-width: 768px) {
	.cg04 {
		padding: 0 0 50px;
		display: block;
		margin: 0 auto 30px;
	}
	.cg04 figure {
		width: 100%;
		margin: 0 0 40px;
	}
	.cg04 > div {
		width: 90%;
		margin: 0 auto;
	}
	.cg04 > div h4 {
		text-align: left;
		margin-bottom: 30px;
	}
	.cg04 > div h4 + p {
		width: 100%;
		margin: 0;
	}
	.cg04 .access {
		margin-top: 40px;
	}
	.cg04 .access p {
		margin-bottom: 10px;
	}
	.cg04 .access figure {
		margin-bottom: 0;
	}
	.cg04 .access .cap {
	}
	.cg04 .bg {
		width: 60%;
		height: 300px;
		position: absolute;
		top: 25%;
		left: 0%;
		z-index: 0;
		background: linear-gradient(to bottom,rgba(142, 124, 83, 0) 0%, rgba(181, 170, 144, 0.2) 100%);
	}
}

.cg05 {
	margin-bottom: 140px;
}
.cg05 h4 strong {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}
.cg05 h4 + p {
	margin-bottom: 60px;
}
.cg05 h4 img {
	width: 85px;
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
	.cg05 {
		margin-bottom: 100px;
	}
	.cg05 h4 + p {
		margin-bottom: 30px;
	}
	.cg05 h4 img {
		width: 70px;
		margin-left: 15px;
	}
}

.cg06 {
	margin-bottom: 140px;
}
.cg06 h4 + p {
	margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
	.cg06 {
		margin-bottom: 100px;
	}
	.cg06 h4 + p {
		margin-bottom: 30px;
	}
}

.cg07 {
}
.cg07 h4 + p {
	margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
	.cg07 h4 + p {
		margin-bottom: 30px;
	}
}


/* 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;
    }
}