[data-sa=fadeIn] {
	opacity: 0;
	transition: opacity .5s ease;
}

[data-sa=fadeIn].is-show {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sa=fadeInUp] {
	opacity: 0;
	transition: opacity .3s ease,transform .3s ease;
	transform: translate(0, 30px);
}

[data-sa=fadeInUp].is-show {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translate(0, 0);
}

[data-sa=flash] {
	opacity: 0;
	transition: opacity .3s .3s,transform .3s cubic-bezier(0.16, 1, 0.3, 1) .3s;
	transform: translateX(-40px);
}

[data-sa=flash].is-show {
	opacity: 1;
	animation: charaBgFlash .1s .2s 1 alternate forwards;
	transform: translateX(0);
}

[data-sa-trigger=fadeInUp].is-show [data-sa-group=fadeInUp] {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translate(0, 0);
}

[data-sa-group=fadeInUp] {
	opacity: 0;
	transition: opacity .5s ease,transform .5s ease;
	transform: translate(0, 20px);
}

.u-Tdelay1 {
	transition-delay: .1s !important;
}

.u-Tdelay2 {
	transition-delay: .2s !important;
}

.u-Tdelay3 {
	transition-delay: .3s !important;
}

.u-Tdelay4 {
	transition-delay: .4s !important;
}

.u-Tdelay5 {
	transition-delay: .5s !important;
}

#Container .contents>section {
	margin-top: 50px;
}

#Container .contents>section .hd02 {
	margin-bottom: 15px;
}

#Container .contents>section .flowBox:not(:last-child) {
	margin-bottom: 54px;
}

#Container .contents>section .flowBox>h1 {
	position: relative;
	color: #8650a9;
	box-sizing: border-box;
	padding-left: 17px;
	margin-bottom: 16px;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: .07em;
}

#Container .contents>section .flowBox>h1::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #003d63;
}

#Container .contents>section .flowBox>ol {
	counter-reset: ol-flow-item;
	background: #c4d2dd;
	color: #003d63;
}

#Container .contents>section .flowBox>ol>li {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	letter-spacing: .075em;
	line-height: 1.85em;
	border-top: 1px solid #fff;
	padding: 15px 30px 17px 100px;
	min-height: 80px;
}

#Container .contents>section .flowBox>ol>li:first-child {
	border-top: none;
}

#Container .contents>section .flowBox>ol>li::before {
	counter-increment: ol-flow-item;
	content: counter(ol-flow-item);
	position: absolute;
	top: 50%;
	left: 40px;
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #003d63;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2em;
	line-height: 1em;
	font-family: geom-graphic,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	transform: translateY(-50%);
}

#Container .contents>section .attention {
	margin-top: 25px;
}

#Container .contents>section .attention>h1 {
	position: relative;
	color: #8650a9;
	box-sizing: border-box;
	padding-left: 17px;
	margin-bottom: 6px;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: .07em;
}

#Container .contents>section .attention>h1::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #003d63;
}

#Container .contents>section .attention>.inner {
	line-height: 1.4em;
}

.img_roll {
	margin-bottom: 50px;
	height: 200px;
	position: relative;
}

.img_roll>div {
	position: absolute;
	left: 0;
	width: calc(100% + 80px);
	height: 200px;
	background: rgba(0,0,0,0) url(../img/img_roll.jpg) 0 0/auto 100% repeat-x;
	animation: image_roll_pc 30s linear infinite;
}

#about article {
	margin: 32px 0 30px;
	padding: 11px 40px 15px;
}

#about article h1 {
	margin-bottom: 5px;
}

#about article ul.def li {
	padding-left: .8em;
}

#about article ul.def li:not(:last-child) {
	margin-bottom: 8px;
}

#save .note {
	margin-top: 11px;
	line-height: 1.9em;
}

#world .button {
	height: 100px;
	margin-top: 24px;
}

@media screen and (max-width: 768px) {

#Container .contents>section {
	margin-top: 110px;
}

#Container .contents>section .flowBox:not(:last-child) {
	margin-bottom: 30px;
}

#Container .contents>section .flowBox>h1 {
	padding-left: 28px;
}

#Container .contents>section .flowBox>h1::before {
	top: 18px;
	width: 18px;
	height: 4px;
}

#Container .contents>section .flowBox>ol>li {
	border-top-width: 2px;
	padding-right: 40px;
	padding-left: 80px;
	min-height: 115px;
	font-size: .95em;
	line-height: 1.4em;
}

#Container .contents>section .flowBox>ol>li::before {
	left: 20px;
}

#Container .contents>section .attention {
	margin-top: 30px;
	border-width: 2px;
}

#Container .contents>section .attention>h1 {
	padding-left: 28px;
}

#Container .contents>section .attention>h1::before {
	top: 18px;
	width: 18px;
	height: 4px;
}

.img_roll {
	margin-bottom: 110px;
}

.img_roll>div {
	width: calc(100% + 40px);
	height: 260px;
	animation-name: image_roll_sp;
}

#save .note {
	margin-top: 30px;
}

}

@keyframes image_roll_pc {

0% {
	background-position: 0 0;
}

100% {
	background-position: -2492px 0;
}

}

@keyframes image_roll_sp {

0% {
	background-position: 0 0;
}

100% {
	background-position: -3240px 0;
}

}


/*# sourceMappingURL=../map/style.css.map */
