* {
	box-sizing: border-box;
}

html {
	visibility: hidden;
	animation: loading 0.5s ease-in-out 0.5s forwards;
}

body {
	font-family: "Prompt", "Noto Sans JP", sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

body {
	animation: scrollControl 6s linear forwards;
}

.main {
	overflow: hidden;
}

.about-fv {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-image: url("../../img/black-bg.png");
	background-size: cover;
}

.about-fv__left-first-block,
.about-fv__left-second-block,
.about-fv__right-block {
	display: flex;
	z-index: 300;
	position: absolute;
	top: 0;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	color: #ffffff;
	opacity: 0;
	transition-duration: 1.5s;
}

.about-fv__left-first-block.--active,
.about-fv__left-second-block.--active,
.about-fv__right-block.--active {
	opacity: 1;
}

.about-fv__left-first-block,
.about-fv__left-second-block {
	left: 0%;
}

.about-fv__right-block {
	right: 0%;
}

.about-fv__left-bg-wrap,
.about-fv__right-bg-wrap {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-fv__left-bg-list,
.about-fv__right-bg-list {
	display: flex;
}

.about-fv__left-bg,
.about-fv__right-bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.about-fv__left-bg.--first {
	background-image: url("../../img/about-top-left-bg-1.png");
}

.about-fv__left-bg.--second {
	background-image: url("../../img/about-top-left-bg-1.png");
}

.about-fv__left-bg.--third {
	background-image: url("../../img/about-top-left-bg-1.png");
}

.about-fv__right-bg.--first {
	background-image: url("../../img/about-top-right-bg-1.png");
}

.about-fv__right-bg.--second {
	background-image: url("../../img/about-top-right-bg-1.png");
}

.about-fv__right-bg.--third {
	background-image: url("../../img/about-top-right-bg-1.png");
}

.about-fv__left-text-box {
	margin-left: -140px;
}

.about-fv__right-text-box {
	margin-right: -200px;
	text-align: right;
}

.about-fv__left-catch,
.about-fv__right-catch {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
}

.about-fv__left-text,
.about-fv__right-text {
	font-size: 18px;
	line-height: 1.8;
	white-space: nowrap;
}

.about-fv__left-text .sp-none,
.about-fv__right-text .sp-none {
	display: block;
}

.about-fv__logo-wrap {
	position: relative;
	width: 580px;
	height: 300px;
	margin-top: 180px;
	margin-bottom: 160px;
}

.about-fv__logo {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 260px;
	transform: translate(-50%, -50%);
	animation: fadeIn 1s ease-in-out 1s forwards;
	opacity: 0;
}

.about-fv__logo svg {
	width: 100%;
}

.about-fv__logo-right-path,
.about-fv__logo-left-path {
	stroke: #7bd100;
	fill: none; /* 1,塗りの色 */
	stroke-dasharray: 2000; /* 3,破線の間隔 */
	stroke-dashoffset: 2000; /* 4,破線の開始位置 */
	stroke-width: 3; /* 5,線の太さ */
	animation: logoHandwriting 6s ease-in-out forwards; /* 6,名前 時間 タイミング 終了後の状態 */
	transition-duration: 4s;
	will-change: filter, opacity, stroke;
}

.about-fv__logo-right-path.--active {
	stroke: #802eff;
}

.about-fv__logo-left-path.--active {
	stroke: #ff8045;
}

/* --- アニメーション --- */

.about-fv__blur-logo {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 260px;
	transform: translate(-50%, -50%);
}

.about-fv__blur-logo-right-path,
.about-fv__blur-logo-left-path {
	fill: #ffd800;
	transition-duration: 0.7s;
}

.about-fv__blur-logo-right-path.--active {
	fill: #802eff;
}

.about-fv__blur-logo-left-path.--active {
	fill: #ff8045;
}

.about-fv__blur-logo.--soft svg {
	width: 100%;
	animation: blurLogoFadeIn 1s ease-in-out 3.3s forwards;
	filter: blur(30px);
	opacity: 0;
	transition: opacity 0.5s;
	will-change: filter, opacity, transform;
}

.about-fv__blur-logo.--strong svg {
	width: 100%;
	animation: strongBlurLogoFadeIn 4s ease-in-out 7.5s infinite;
	filter: blur(50px);
	opacity: 0;
	transition: opacity 0.5s;
	will-change: filter, opacity, transform;
}

.about-fv__scroll {
	display: flex;
	z-index: 500;
	position: relative;
	flex-direction: column;
	align-items: center;
	animation: scrollFadeIn 1s ease-in-out 3s forwards;
	opacity: 0;
}

.about-fv__scroll-text {
	margin-bottom: 12px;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}

.about-fv__scroll-icon {
	width: 18px;
	height: auto;
}

.about-message__hdl-wrap {
	position: relative;
	width: 100%;
	height: auto;
	padding: 70px 0;
	background-image: url("../../img/about-message-top-bg.webp");
	background-position: center;
	background-size: cover;
}

.about-message__hdl {
	display: flex;
	flex-direction: column;
	color: #212121;
	font-weight: 600;
	font-size: 135px;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.about-message__hdl-top {
	border-top: 2px solid #212121;
	border-bottom: 2px solid #212121;
}

.about-message__hdl-bottom {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #212121;
}

.about-message__hdl-vertical {
	font-size: 42px;
	text-transform: lowercase;
	writing-mode: vertical-rl;
}

.about-message__hdl-vertical:after {
	display: none;
}

.about-message__content-wrap {
	position: relative;
	padding: 70px 0;
}

.about-message__hdl-jp {
	margin-left: 16px;
	font-size: 32px;
}

.about-message__hdl-jp .sp-none {
	display: block;
}

.about-message__ceo-image {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 380px;
}

.about-message__content-bg-wrap {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-message__content-bg-list {
	display: flex;
}

.about-message__content-bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.about-message__content-bg.--first {
	background-image: url("../../img/about-message-bg-1.webp");
}

.about-message__content-bg.--second {
	background-image: url("../../img/about-message-bg-2.webp");
}

.about-message__content-bg.--third {
	background-image: url("../../img/about-message-bg-3.webp");
}

.about-message__content {
	position: relative;
	margin-bottom: 54px;
	color: #ffffff;
}

.about-message__content-hdl {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 25px;
}

.about-message__content-hdl .pc-none {
	display: none;
}

.about-message__content-text {
	font-size: 16px;
	line-height: 2.6;
}

.about-message__content-text .sp-none {
	display: block;
}

.about-message__sign-block {
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-message__job {
	font-weight: 400;
	font-size: 16px;
	line-height: 2.8;
}

.about-message__name {
	font-weight: 400;
	font-size: 35px;
}

.about-message__sign {
	width: 270px;
}

.about-group {
	position: relative;
	width: 100%;
	height: auto;
	padding: 140px 0;
}

.about-group-bg__wrap {
	display: flex;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about-group-bg__list {
	display: flex;
	animation: infinity-scroll-left 120s infinite linear both;
}

.about-group-bg__item {
	width: 3920px;
	height: 3400px;
	background-image: url("../../img/about-group-bg.webp");
	background-position: top center;
	background-size: cover;
}

.about-group__hdl {
	width: 100%;
	margin-bottom: 60px;
}

.about-group__logos {
	width: 100%;
	margin-bottom: 70px;
}

.kenko-jutaku-group__list {
	display: flex;
	row-gap: 70px;
	flex-direction: column;
	width: 100vw;
	margin: 0 calc(50% - 50.5vw);
}

.kenko-jutaku-group__item {
	display: flex;
}

.kenko-jutaku-group__image {
	width: 52%;
	height: 300px;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}

.kenko-jutaku-group__item:nth-of-type(even) .kenko-jutaku-group__image {
	background-position: center left;
}

.kenko-jutaku-group__item:first-of-type .kenko-jutaku-group__image {
	background-image: url("../../img/service_housing.webp");
}

.kenko-jutaku-group__item:nth-of-type(2) .kenko-jutaku-group__image {
	background-image: url("../../img/service_reform.webp");
}

.kenko-jutaku-group__text-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 48%;
	padding: 0 35px;
}

.kenko-jutaku-group__item:nth-of-type(even) .kenko-jutaku-group__text-box {
	align-items: flex-end;
}

.kenko-jutaku-group__logo-image {
	margin-bottom: 20px;
}

.kenko-jutaku-group__item:first-of-type .kenko-jutaku-group__logo-image {
	width: 200px;
}

.kenko-jutaku-group__item:nth-of-type(2) .kenko-jutaku-group__logo-image {
	width: 220px;
}

.kenko-jutaku-group__description {
	color: #ffffff;
	font-size: 14px;
}

.about-data {
	padding: 140px 0;
	background-image: url("../../img/black-bg.png");
	background-size: cover;
	background-repeat: repeat;
	background-color: #212121;
}

.about-data__hdl {
	display: flex;
	flex-direction: column;
	margin-bottom: 70px;
}

.about-data__hdl-image {
	width: 100%;
	margin-bottom: 20px;
}

.about-data__hdl-text {
	color: #ffffff;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
}

.about-hometown {
	padding: 30px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.about-hometown__hdl {
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.about-hometown__graph {
	width: 100%;
}

.about-employee-gender-wrap {
	display: flex;
	width: 100%;
}

.about-employee {
	padding: 30px 30px 35px 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.about-employee__hdl {
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.about-occupation {
	padding: 30px 0 20px 30px;
	border-bottom: 1px solid #ffffff;
}

.about-occupation__hdl {
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.about-couple-career-wrap {
	display: flex;
	width: 100%;
}

.about-couple {
	padding: 30px 30px 20px 0;
	border-right: 1px solid #ffffff;
}

.about-couple__hdl {
	margin-bottom: -30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
}

.about-career {
	padding: 30px 0 20px 30px;
}

.about-career__hdl {
	margin-bottom: -30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	text-align: end;
}

.about-career__hdl br {
	display: none;
}

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

.about-fv__left-text-box {
	margin-left: -9.7222222222vw;
}

.about-fv__right-text-box {
	margin-right: -13.8888888889vw;
}

.about-fv__left-catch,
.about-fv__right-catch {
	margin-bottom: 2.0833333333vw;
	font-size: 2.5vw;
}

.about-fv__left-text,
.about-fv__right-text {
	font-size: 1.25vw;
}

.about-fv__logo-wrap {
	width: 30.2083333333vw;
	height: 15.625vw;
	margin-top: 9.375vw;
	margin-bottom: 8.3333333333vw;
}

.about-fv__logo {
	width: 13.5416666667vw;
}

.about-fv__logo-right-path,
.about-fv__logo-left-path {
	stroke-width: 0.2083333333vw;
	animation: logoHandwritingSmallPc 6s ease-in-out forwards;
}

.about-fv__blur-logo {
	width: 13.5416666667vw;
}

.about-fv__blur-logo.--soft svg {
	filter: blur(2.0833333333vw);
}

.about-fv__scroll-text {
	margin-bottom: 0.8333333333vw;
	font-size: 1.7361111111vw;
}

.about-fv__scroll-icon {
	width: 1.25vw;
}

.about-message__hdl-wrap {
	padding: 4.8611111111vw 0;
}

.about-message__hdl {
	font-size: 11.1111111111vw;
	letter-spacing: 0.2083333333vw;
}

.about-message__hdl-vertical {
	font-size: 3.1944444444vw;
}

.about-message__content-wrap {
	padding: 4.8611111111vw 0;
}

.about-message__hdl-jp {
	margin-left: 1.1111111111vw;
	font-size: 1.9444444444vw;
}

.about-message__ceo-image {
	right: 13.1944444444vw;
	width: 27.7777777778vw;
}

.about-message__content {
	margin-bottom: 3.75vw;
}

.about-message__content-hdl {
	margin-bottom: 0.8333333333vw;
	font-size: 1.7361111111vw;
}

.about-message__content-text {
	font-size: 1.1111111111vw;
}

.about-message__job {
	font-size: 1.1111111111vw;
}

.about-message__name {
	font-size: 2.4305555556vw;
}

.about-message__sign {
	width: 18.75vw;
}

.about-group {
	padding: 9.7222222222vw 0;
}

.about-group-bg__item {
	width: 3586px;
	height: 3110px;
}

.about-group__logos {
	margin-bottom: 4.8611111111vw;
}

.kenko-jutaku-group__list {
	row-gap: 4.8611111111vw;
}

.kenko-jutaku-group__image {
	height: 20.8333333333vw;
}

.kenko-jutaku-group__text-box {
	padding: 0 2.4305555556vw;
}

.kenko-jutaku-group__logo-image {
	margin-bottom: 1.3888888889vw;
}

.kenko-jutaku-group__item:first-of-type .kenko-jutaku-group__logo-image {
	width: 13.8888888889vw;
}

.kenko-jutaku-group__item:nth-of-type(2) .kenko-jutaku-group__logo-image {
	width: 15.2777777778vw;
}

.kenko-jutaku-group__description {
	font-size: 0.9722222222vw;
}

.about-data {
	padding: 9.7222222222vw 0;
}

.about-data__hdl {
	margin-bottom: 4.8611111111vw;
}

.about-data__hdl-image {
	margin-bottom: 1.3888888889vw;
}

.about-data__hdl-text {
	font-size: 3.125vw;
}

.about-hometown {
	padding: 2.0833333333vw 0;
}

.about-hometown__hdl {
	font-size: 1.9444444444vw;
}

.about-employee {
	padding: 2.0833333333vw 2.0833333333vw 2.4305555556vw 0;
}

.about-employee__hdl {
	margin-bottom: 1.3888888889vw;
	font-size: 1.9444444444vw;
}

.about-occupation {
	padding: 2.0833333333vw 0 1.3888888889vw 2.0833333333vw;
}

.about-occupation__hdl {
	font-size: 1.9444444444vw;
}

.about-couple {
	padding: 2.0833333333vw 2.0833333333vw 1.3888888889vw 0;
}

.about-couple__hdl {
	margin-bottom: -2.0833333333vw;
	font-size: 1.9444444444vw;
}

.about-career {
	padding: 2.0833333333vw 0 1.3888888889vw 2.0833333333vw;
}

.about-career__hdl {
	margin-bottom: -2.0833333333vw;
	font-size: 1.9444444444vw;
}

}

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

.about-fv__left-text-box {
	margin-top: 21.3333333333vw;
	margin-left: 32vw;
}

.about-fv__right-text-box {
	margin-top: 21.3333333333vw;
	margin-right: 32vw;
}

.about-fv__left-catch,
.about-fv__right-catch {
	margin-bottom: 58.6666666667vw;
	font-size: 6.4vw;
	white-space: nowrap;
}

.about-fv__right-catch {
	text-align: end;
}

.about-fv__left-text,
.about-fv__right-text {
	font-size: 3.7333333333vw;
}

.about-fv__right-text {
	text-align: end;
}

.about-fv__left-text .sp-none,
.about-fv__right-text .sp-none {
	display: none;
}

.about-fv__logo-wrap {
	width: 80vw;
	height: 66.6666666667vw;
	margin-top: 0vw;
}

.about-fv__logo {
	width: 40vw;
}

.about-fv__logo-right-path,
.about-fv__logo-left-path {
	stroke-width: 0.5333333333vw;
	animation: logoHandwritingMobile 6s ease-in-out forwards;
}

.about-fv__blur-logo {
	width: 48vw;
}

.about-fv__blur-logo.--soft svg {
	filter: blur(10.6666666667vw);
}

.about-fv__scroll {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	top: auto;
	bottom: 5.3333333333vw;
	left: 50%;
	transform: translateX(-50%);
}

.about-fv__scroll-text {
	display: none;
}

.about-fv__scroll-icon {
	width: 5.3333333333vw;
}

.about-message__hdl {
	font-size: 16vw;
	letter-spacing: 0.5333333333vw;
}

.about-message__hdl-top {
	border: none;
}

.about-message__hdl-bottom {
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 0;
}

.about-message__hdl-vertical {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 5.3333333333vw;
	writing-mode: horizontal-tb;
}

.about-message__hdl-vertical:after {
	display: block;
	flex-grow: 1;
	width: 100%;
	height: 2px;
	margin-left: 1.3333333333vw;
	background-color: #212121;
	content: "";
}

.about-message__content-wrap {
	padding: 18.6666666667vw 0 10.6666666667vw 0;
}

.about-message__hdl-jp {
	margin-left: 0;
	font-size: 3.4666666667vw;
}

.about-message__hdl-jp .sp-none {
	display: none;
}

.about-message__ceo-image {
	top: auto;
	right: 10.6666666667vw;
	bottom: -17.3333333333vw;
	width: 40vw;
}

.about-message__content {
	margin-bottom: 9.3333333333vw;
}

.about-message__content-hdl {
	margin-bottom: 2.6666666667vw;
	font-size: 5.3333333333vw;
	line-height: 1.6;
}

.about-message__content-hdl .pc-none {
	display: block;
}

.about-message__content-text {
	font-size: 3.7333333333vw;
	line-height: 2;
	letter-spacing: 1px;
}

.about-message__content-text .sp-none {
	display: none;
}

.about-message__sign-block {
	display: flex;
	position: static;
	right: auto;
	bottom: auto;
	left: 0;
	justify-content: space-between;
	width: 100%;
	margin-top: 8vw;
}

.about-message__job {
	font-size: 3.2vw;
	line-height: 2.4;
}

.about-message__name {
	margin-bottom: 2.6666666667vw;
	font-size: 5.3333333333vw;
}

.about-message__sign {
	width: 48vw;
}

.about-group {
	padding: 16vw 0;
}

.about-group__hdl {
	margin-bottom: 13.3333333333vw;
}

.about-group__logos {
	margin-bottom: 16vw;
}

.kenko-jutaku-group__list {
	row-gap: 16vw;
}

.kenko-jutaku-group__item {
	flex-direction: column;
}

.kenko-jutaku-group__item:nth-of-type(even) {
	flex-direction: column-reverse;
}

.kenko-jutaku-group__image {
	width: 95%;
	height: 32vw;
	margin-bottom: 3.7333333333vw;
}

.kenko-jutaku-group__item:nth-of-type(even) .kenko-jutaku-group__image {
	margin-right: 0;
	margin-left: auto;
}

.kenko-jutaku-group__text-box {
	align-items: center;
	width: 100%;
}

.kenko-jutaku-group__item:nth-of-type(even) .kenko-jutaku-group__text-box {
	align-items: center;
	width: 100%;
}

.kenko-jutaku-group__logo-image {
	margin-bottom: 2.6666666667vw;
}

.kenko-jutaku-group__item:first-of-type .kenko-jutaku-group__logo-image {
	width: 34.6666666667vw;
}

.kenko-jutaku-group__item:nth-of-type(2) .kenko-jutaku-group__logo-image {
	width: 29.3333333333vw;
}

.kenko-jutaku-group__description {
	font-size: 3.2vw;
}

.about-data {
	padding: 16vw 0;
	background-image: url("../../img/sp-black-bg.png");
}

.about-data__hdl {
	margin-bottom: 14.6666666667vw;
}

.about-data__hdl-image {
	margin-bottom: 5.3333333333vw;
}

.about-data__hdl-text {
	font-size: 4.5333333333vw;
}

.about-hometown {
	padding: 5.3333333333vw 0 8vw 0;
}

.about-hometown__hdl {
	margin-bottom: 2.6666666667vw;
	font-size: 5.6vw;
}

.about-employee-gender-wrap {
	flex-direction: column;
}

.about-employee {
	padding: 5.3333333333vw 0 8vw 0;
	border-right: 0;
}

.about-employee__hdl {
	margin-bottom: 4vw;
	font-size: 5.6vw;
}

.about-occupation {
	padding: 5.3333333333vw 0 8vw 0;
}

.about-occupation__hdl {
	font-size: 5.6vw;
}

.about-couple-career-wrap {
	flex-direction: column;
}

.about-couple {
	padding: 5.3333333333vw 0 8vw 0;
	border-right: 0;
	border-bottom: 1px solid #ffffff;
}

.about-couple__hdl {
	margin-bottom: -6.6666666667vw;
	font-size: 5.6vw;
}

.about-career {
	padding: 5.3333333333vw 0 8vw 0;
}

.about-career__hdl {
	margin-bottom: -6.6666666667vw;
	font-size: 5.6vw;
}

.about-career__hdl br {
	display: block;
}

}

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

.about-fv__left-text-box {
	margin-top: 21.3333333333vw;
	margin-left: 32vw;
}

.about-fv__right-text-box {
	margin-top: 21.3333333333vw;
	margin-right: 32vw;
}

.about-fv__left-catch,
.about-fv__right-catch {
	margin-bottom: 69.3333333333vw;
	font-size: 6.4vw;
}

.about-fv__logo-wrap {
	margin-top: 9.375vw;
}

.about-fv__logo {
	width: 48vw;
}

}

@keyframes loading {

0% {
	visibility: hidden;
}

100% {
	visibility: visible;
}

}

@keyframes scrollControl {

0% {
	overflow: hidden;
	pointer-events: none;
}

100% {
	overflow: visible;
	pointer-events: all;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes logoHandwriting {

0% {
	fill: transparent; /* 1,塗りの色 */
	stroke-dashoffset: 2000; /* 4,破線の開始位置 */
}

50% {
	fill: transparent; /* 1,塗りの色 */
}

100% {
	stroke-dashoffset: 0; /* 4,破線の開始位置 */
	fill: white;
}

}

@keyframes logoHandwritingSmallPc {

0% {
	fill: transparent; /* 1,塗りの色 */
	stroke-dashoffset: 2000; /* 4,破線の開始位置 */
}

50% {
	fill: transparent; /* 1,塗りの色 */
}

100% {
	stroke-dashoffset: 0; /* 4,破線の開始位置 */
	fill: rgba(255, 255, 255, 0.97);
}

}

@keyframes logoHandwritingMobile {

0% {
	fill: transparent; /* 1,塗りの色 */
	stroke-dashoffset: 2000; /* 4,破線の開始位置 */
}

50% {
	fill: transparent; /* 1,塗りの色 */
}

100% {
	stroke-dashoffset: 0; /* 4,破線の開始位置 */
	fill: rgba(255, 255, 255, 0.9);
}

}

@keyframes blurLogoFadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes strongBlurLogoFadeIn {

0% {
	transform: scale(0.9);
	opacity: 0;
}

30% {
	transform: scale(1.1);
	opacity: 1;
}

60% {
	transform: scale(1.1);
	opacity: 1;
}

100% {
	transform: scale(1);
	opacity: 0;
}

}

@keyframes scrollFadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes infinity-scroll-left {

from {
	transform: translateX(0%);
}

to {
	transform: translateX(-100%);
}

}

