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


/* animation_box */

.animation_box {
  transition: 1s ease;
	opacity: 0;
	transition-delay: .5s;
	transform: translateY(0px);
}

.animation_box.effect {
	opacity: 1;
	transform: translateY(0px);
}


/*contents01*/

.contents01 .lay01 .box {
	width: 1280px;
	position: relative;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding-top: 100px;
}

.contents01 .lay01 .box04 {
	padding-top: 80px;
}

.contents01 .lay01 .box:nth-child(even) {
	flex-direction: row-reverse;
}

.contents01 .lay01 .box:not(:last-child) {
	margin-bottom: 100px;
}

.contents01 .lay01 .box::before {
	content: "";
	position: absolute;
top: 0px;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 120px;
}

.contents01 .lay01 .box:nth-child(odd)::before {
left: 0px;
background-position: left top;
}

.contents01 .lay01 .box:nth-child(even)::before {
right: 0px;
background-position: right top;
}

.contents01 .lay01 .box01::before {
	background-image: url("images/text01.svg");
}

.contents01 .lay01 .box02::before {
	background-image: url("images/text02.svg");
}

.contents01 .lay01 .box03::before {
	background-image: url("images/text03.svg");
}

.contents01 .lay01 .box04::before {
	background-image: url("images/text04.svg");
	height: 110px;
}

.contents01 .lay01 .box::after {
	content: "";
	position: absolute;
top: 60px;
	width: 1500px;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
	display: block;
}

.contents01 .lay01 .box:nth-child(odd)::after {
right: 65%;
	margin-right: -1500px;
}

.contents01 .lay01 .box:nth-child(even)::after {
left: 65%;
	margin-left: -1500px;
}

.contents01 .lay01 .box04:nth-child(even)::after {
	top: 40px;
left: 45%;
	margin-left: -1500px;
}

.contents01 .lay01 .box-img {
	width: 52%;
	position: relative;
}

.contents01 .lay01 .box-text {
	flex: 1;
	padding: 45px;
	padding-bottom: 0px;
}

.contents01 h4 {
	font-family: "Zen Old Mincho", serif;
	font-size: 29px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	margin-bottom: 40px;
}

.contents01 p {
line-height: 2.2;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
