.contents-wrap{padding:var(--gap-140) 0; background-color: #fff;}
.contents-wrap > .inner-wrap{width:calc(100% - var(--layout-flax-margin)); max-width:var(--layout-width); margin:0 auto;}
.contents-wrap > .inner-wrap > .greeting-wrap{display:flex; flex-wrap: wrap; justify-content: space-between;}

.contents-wrap .greeting-wrap .left-wrap{position:relative; width:calc(50% - 20px); }
.contents-wrap .greeting-wrap .left-wrap .image-wrap{position:relative; z-index: 1; width:0%; min-height: 761px; transition:all 1s ease-in-out; transform-origin: center;}
.contents-wrap .greeting-wrap .left-wrap .image-wrap.active{width:80%;}
.contents-wrap .greeting-wrap .left-wrap .image-wrap > .image-inner-wrap{position:absolute; left:50%; top:0; width:100%; height: 100%; z-index: 1; transform: translate(-50%,0); background:center no-repeat; background-size:cover;}
.contents-wrap .greeting-wrap .left-wrap .deco-wrap{position:absolute; z-index: 0; right:0; bottom:10%; overflow: hidden; width:1000vw;}
.contents-wrap .greeting-wrap .left-wrap .text-deco{font-size:300px; color:#F1F2F5; font-weight: 900; text-align: right; white-space: nowrap;}
.contents-wrap .greeting-wrap .text-wrap{width:calc(50% - 20px); display:flex; align-content: space-between; flex-wrap: wrap;}
.contents-wrap .greeting-wrap .text-wrap .tlt{font-size:var(--font-size-xxlarge); font-weight: 600; margin-bottom:var(--gap-40);}
.contents-wrap .greeting-wrap .text-wrap .cont{font-size:var(--font-size-medium); color:var(--color-font); line-height: 140%;}
.contents-wrap .greeting-wrap .text-wrap .sign{font-size:var(--font-size--medium); color:var(--color-font); margin-top:40px;}
.contents-wrap .greeting-wrap .text-wrap .sign > span{font-size:var(--font-size--xlarge); font-weight: 600; color:#000;}

.history-wrap{margin-top:var(--gap-140); display:flex; gap:60px;}
.history-wrap .part-wrap{width:calc(33% - 40px);}
.history-wrap .part-wrap .text-wrap{display:flex; margin-bottom:var(--gap-80); align-items: center;}
.history-wrap .part-wrap .text-wrap > img{margin-right:10px;}
.history-wrap .part-wrap .text-wrap{font-size:var(--font-size-xlarge); font-weight: 600;}
.history-wrap .part-wrap .image-wrap{width:100%; position:relative; background-size:cover; background-position: center; margin-bottom:var(--gap-40);}
.history-wrap .part-wrap .image-wrap:after{content:""; display:block; clear:both; padding-top:62%;}
.history-wrap .part-wrap .history > li{ color:var(--color-font); font-size:var(--font-size-normal); padding:5px 0;}

@media only screen and (max-width:768px){
	.contents-wrap .greeting-wrap .left-wrap{width:100%;}
	.contents-wrap .greeting-wrap .text-wrap{width:100%;}
	.contents-wrap .greeting-wrap .left-wrap .image-wrap{margin:0 auto; width:0%; min-height: 600px;}
	.contents-wrap .greeting-wrap .left-wrap .image-wrap.active{width:100%;}
	.contents-wrap .greeting-wrap .text-wrap{margin-top:var(--gap-140);}
}

@media only screen and (max-width:640px){
	.history-wrap{margin-top:var(--gap-140); display:flex; gap:60px; flex-wrap: wrap;}
	.history-wrap .part-wrap{width:100%;}
}

@media only screen and (max-width:475px){
	.contents-wrap .left-wrap .image-wrap{margin:0 auto; width:0%; min-height: 500px;}
}

