header .wide-angle {
	position: absolute; top: 0; right: 340px;
    width: 500px;
    height: 400px;
	background: url("https://gi.esmplus.com/futizen/thebetterwe/clouds_plan.jpg") bottom left no-repeat;
	animation: animatebackgroundbottom_ 60s;
	animation-iteration-count: infinite;
	z-index: -1;
	}
@keyframes animatebackgroundbottom_ {
	0% { background-position: 0% bottom; }
	50% { background-position: 100% bottom; }
	100% { background-position: 0% bottom; }
	}
header .wide-angle .animate-airplan {
	position: absolute; top: 100px; left: 100px;
	width: 300px;
	animation: animatescalex 60s infinite;
	}
@keyframes animatescalex {
	0% { transform: scaleX(1); }
	49% { transform: scaleX(1); }
	50% { transform: scaleX(-1); }
	99% { transform: scaleX(-1); }
	100% { transform: scaleX(1); }
	}
header .logo-wrap {
	width: 50%;
	height: 630px;
	background: url("/common_file/image/header_top_bg.webp") 50% 0 repeat-y;
	}
header .logo-wrap h1 {
	float: right;
	width: 320px;
	height: 630px;
	margin: 0;
	padding-top: 260px;
	background: #0291f0 url("https://gi.esmplus.com/futizen/project/futizen/blue_base_bg.jpg") center top no-repeat;
    background-size: cover;
	}
header .logo-wrap h1 img {
	width: 240px;
	}
header .logo-wrap .angel {
	position: absolute; top: 100px; right: 200px;
	width: 280px;
	height: 360px;
	}
header .logo-wrap .angel img[alt="angelkim"] {
	width: 300px;
	z-index: 1;
	}
header .logo-wrap dl {
	position: absolute; bottom: -120px; left: 0;
	width: 260px;
	font-family: "Cafe24Dangdanghae";
	color: #fff;
	text-shadow: 1px 2px 2px #212121;
	z-index: 2;
	}
header .logo-wrap dt {
	width: 80px;
	font-size: 18px;
	}
header .logo-wrap dd {
	width: 160px;
	}
header .plus-biz-wrap {
	width: 50%;
	height: 630px;
	background: url("/solution/plus79/common_file/image/container_bg_blue.webp") right bottom no-repeat;
	background-size: cover;
	overflow: hidden;
	}
header .plus-biz {
	width: 512px;
	margin: 16px 0 0 60px;
	}
header .plus-biz h2 {
	margin: 0;
	color: #fff;
	font-family: "Cafe24Dangdanghae", cursive; font-size: 32px;
	}
header .plus-biz h3 {
	margin: 10px 0 0;
	color: #fff;
	font-family: "Cafe24Dangdanghae", cursive; font-size: 32px;
	text-shadow: 1px 2px 2px #000938;
	}
header .plus-biz h2 img {
	width: 160px;
	}
header .plus-biz h2 span {
	position: absolute; top: 80px; left: 36px;
	}
header .plus-biz h2 span b {
	color: transparent;
	}
.loader::before {
	content: '';
	position: absolute;
	right: 41px; bottom: 2px;
	width: 6px;
	height: 16px;
	background: #fff;
	animation: animateI 1s ease-in infinite;
	}
.loader::after {
	content: '';
	position: absolute; right: 38px; top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cb1d4c;
	animation: animateCI 1s ease-in infinite;
	}
@keyframes animateI {
	0% { height: 14px; }
	100% { height: 16px; }
	}
@keyframes animateCI {
	0% { transform: translateY(-8px) scaleY(1) scaleX(1.25); }
	25%, 75% { transform: translateY(-16px) scaleY(1.2) scaleX(1); }
	50% { transform: translateY(-24px) scaleY(1) scaleX(1); }
	100% { transform: translateY(-8px) scaleY(0.8) scaleX(0.8); }
	}
header .plus-biz ul {
	margin-top: 60px;
	border-left: 3px solid #ddd; 
	}
header .plus-biz li {
	position: relative;
	padding-left: 24px;
	}
header .plus-biz li::before {
	content: url("/solution/plus79/common_file/image/circle24.png");
	position: absolute; top: -4px; left: -14px;
	}
header .plus-biz li:last-child {
	margin-top: 24px;
	}
header .plus-biz li span {
	display: block;
	position: relative; top: -5px;
	color: #fff;
	font-size: 20px; font-family: "Cafe24Dangdanghae";
	}
header .plus-biz em {
	display: block;
	}
.slide-container {
	margin: 0;
	padding-left: 24px;
	border-left: 3px solid #ddd; 
	text-align: center;
	z-index: 2;
	}
.slide-container::before {
	content: url("../image/circle24.png");
	position: absolute; top: 42px; left: -14px;
	}
.slide-container .photo {
	text-align: center;
	}
.slide-container .photo img {
	width: 100%;
	margin-bottom: -7px;
	animation: animatezoom 1s;
	}
.slide-container .photo img.map-circle {
	position: absolute; top: 0; left: 0;
	animation: animatezoom 3s;
	}
.slide-container .photo img.text {
	position: absolute; top: 40%; left: 0;
	animation: animatezoom 3s;
	}
.slide-container .photo img.text-store {
	position: absolute; top: 10%; left: 0;
	animation: animatezoom 3s;
	width: 100%;
	}
.slide-container .photo img.text-store-cafe24 {
	top: 30%;
	}
.slide-container .photo img.text-store-godo {
	top: 40%;
	}
.slide-container .photo img.text-store-text {
	top: 70%;
	}

header .plus-biz .temp {
	position: absolute; top: 200px;
	background-color: rgba(255,255,255, .6);
	border-radius: 20px;
	text-align: center;
	}
header .plus-biz .temp h4 {
    margin: 10px 0;
    color: #fff;
    font-size: 20px; font-weight: bold;
    text-shadow: 1px 2px 2px #000938;
	}