body {
	color: #33475C;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

* {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

*::-webkit-scrollbar {
	display: none;
}

.header {
	align-items: center;
	background: #FFF;
	border-bottom: 1px solid #E3E3E3;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.header__wrap {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	max-width: 1520px;
	padding: 12px 50px;
	width: 100%;
}

.header__left {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.header__logo {
	display: block;
	transition: opacity 0.3s ease;
	width: 112px;
}

.header__name {
	color: #5A6B72;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 4.35px;
	line-height: 100%;
}

.header__drawer {
	display: none;
}

.header__drawer-bar {
	background: #FFF;
	border-radius: 10px;
	display: block;
	height: 2px;
	transition: 0.3s;
	width: 100%;
}

.header__drawer.--open .header__drawer-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.header__drawer.--open .header__drawer-bar:nth-child(2) {
	opacity: 0;
}

.header__drawer.--open .header__drawer-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.header__list {
	align-items: center;
	display: flex;
	gap: 28px;
}

.header__list li {
	line-height: 1;
}

.header__item {
	color: #5E88CF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3.6px;
	line-height: 160%;
	position: relative;
}

.header__item::after {
	background: currentColor;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.header__contact {
	align-items: center;
	backface-visibility: hidden;
	background: #5E88CF;
	border: 1px solid transparent;
	border-radius: 50px;
	display: flex;
	gap: 14px;
	justify-content: center;
	padding: 7px 34px;
	transform: translateZ(0);
}

.header__contact-icon svg {
	display: block;
	height: auto;
	width: 29px;
}

.header__contact-text {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3.6px;
	line-height: 160%;
}

.footer {
	background: #4A6FA5;
	color: #fff;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1520px;
	padding: 130px 50px 50px;
}

.footer__top {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.footer__left {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.footer__head {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.footer__logo {
	display: block;
	transition: opacity 0.3s ease;
	width: 157px;
}

.footer__logo img {
	display: block;
	filter: brightness(0) invert(1);
	width: 100%;
}

.footer__name {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2.88px;
	line-height: 200%;
}

.footer__address {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 200%;
}

.footer__right {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.footer__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	row-gap: 16px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	max-width: 480px;
}

.footer__item {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.92px;
	line-height: 200%;
	position: relative;
}

.footer__item::after {
	background: currentColor;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.footer__services {
	align-items: center;
	display: flex;
	gap: 40px;
}

.footer__service {
	align-items: center;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	gap: 8px;
	letter-spacing: 1.92px;
	line-height: 200%;
	position: relative;
}

.footer__service::after {
	background: currentColor;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.footer__service-icon {
	display: inline-flex;
}

.footer__service-icon svg {
	display: block;
	width: 19px;
}

.footer__copy {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.92px;
	line-height: 200%;
	margin-top: 90px;
	text-align: center;
}

.c-wrap {
	margin-inline: auto;
	max-width: 1520px;
	padding-inline: 50px;
	width: 100%;
}

.c-wrap.--1320 {
	max-width: 1420px;
}

.c-wrap.--1280 {
	max-width: 1380px;
}

.c-wrap.--1160 {
	max-width: 1260px;
}

.c-wrap.--1080 {
	max-width: 1180px;
}

.c-button {
	align-items: center;
	backface-visibility: hidden;
	background: #5E88CF;
	border: 1px solid transparent;
	border-radius: 57px;
	display: flex;
	flex-shrink: 0;
	gap: 40px;
	justify-content: center;
	padding: 16px 40px 16px 50px;
	transform: translateZ(0);
	transition: 0.3s;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button.--sm {
	gap: 20px;
	padding: 12px 30px 12px 40px;
}

.c-button.--sm .c-button__text {
	font-size: 16px;
	letter-spacing: 1.6px;
}

.c-button.--white {
	background: #FFF;
	border-color: #5E88CF;
}

.c-button.--white .c-button__text {
	color: #5E88CF;
}

.c-button.--white svg path[fill]:not([fill=none]) {
	fill: #5E88CF;
}

.c-button.--white svg path[stroke]:not([stroke=none]) {
	stroke: #5E88CF;
}

.c-button.--white:hover {
	background: #5E88CF;
}

.c-button.--white:hover .c-button__text {
	color: #FFF;
}

.c-button.--white:hover svg path[fill]:not([fill=none]) {
	fill: #FFF;
}

.c-button.--white:hover svg path[stroke]:not([stroke=none]) {
	stroke: #FFF;
}

.c-button__text {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 160%;
	transition: 0.3s;
}

.c-button__text.--ja {
	letter-spacing: 4px;
}

.c-button__arrow {
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-button__arrow svg {
	display: block;
	width: 18px;
}

.c-button__arrow svg path {
	transition: 0.3s;
}

.c-button__mail svg {
	display: block;
	width: 17px;
}

.c-button__mail svg path {
	transition: 0.3s;
}

.c-earth {
	position: relative;
}

.c-earth__leaf {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 48.9%;
	z-index: 0;
}

.c-earth__leaf img {
	opacity: 0;
	transform: scale(0.55, 0.08);
	transform-origin: bottom center;
}

.c-earth__leaf.is-sprout img {
	animation: c-earth-sprout 1.8s cubic-bezier(0.4, 0, 0.3, 1) forwards;
}

.c-earth__main {
	position: relative;
	z-index: 1;
}

.c-top-head {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.c-top-head__heading {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.c-top-head__label {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-top-head__dot {
	aspect-ratio: 1/1;
	background: #A7CAF6;
	border-radius: 50%;
	display: block;
	height: 14px;
	width: 14px;
}

.c-top-head__en {
	color: #4A6FA5;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 160%;
}

.c-top-head__title {
	color: #4A6FA5;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 3.06px;
	line-height: 160%;
}

.c-top-head__desc {
	color: #263238;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 200%;
}

.p-contact {
	background-color: #A4CAFF;
	background-image: url("../img/common/bg-contact.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	padding-block: 135px 140px;
}

.p-contact__wrap {
	max-width: 1280px;
}

.p-contact__content {
	background: #FFF;
	border: 3px solid #D8DEE5;
	border-radius: 20px;
	padding: 50px 60px 40px 60px;
	width: 100%;
}

.p-contact__inner {
	align-items: center;
	align-self: stretch;
	display: flex;
	justify-content: space-between;
}

.p-contact__desc {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.92px;
	line-height: 200%;
}

.c-fv {
	background: #E4EEFC;
	color: #4A6FA5;
	padding: 100px 0 30px 0;
	position: relative;
}

.c-fv > .c-wrap {
	position: relative;
	z-index: 1;
}

.c-fv__wrap {
	max-width: 1520px;
}

.c-fv__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.c-fv__head {
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 1;
}

.c-fv__en {
	color: #4A6FA5;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3.5px;
	line-height: 100%;
	text-transform: uppercase;
}

.c-fv__title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2.88px;
	line-height: 160%;
}

.c-fv__parts {
	pointer-events: none;
	position: absolute;
}

.c-fv__parts.--01 {
	left: 25px;
	top: 25px;
	width: 194px;
}

.c-fv__parts.--02 {
	bottom: 33px;
	right: 512px;
	width: 175px;
}

.c-fv__parts.--03 {
	right: 48px;
	top: 48px;
	width: 225px;
	z-index: 0;
}

.c-fv__title {
	animation: c-fv-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

.c-fv .c-breadcrumb {
	animation: c-fv-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both;
}

.c-fv__parts.--01,
.c-fv__parts.--02 {
	animation: c-fv-fade 1s ease 0.35s both;
}

.c-fv__parts.--03 {
	animation: c-fv-cloud 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.c-breadcrumb {
	background: rgba(255, 255, 255, 0.45);
	border-radius: 47px;
	flex-shrink: 0;
	margin-left: auto;
	padding: 8px 30px;
}

.c-breadcrumb__list {
	align-items: center;
	display: flex;
	gap: 32px;
}

.c-breadcrumb__list li + li {
	position: relative;
}

.c-breadcrumb__list li + li::before {
	aspect-ratio: 1/1;
	border-right: 2px solid #4A6FA5;
	border-top: 2px solid #4A6FA5;
	content: "";
	display: block;
	left: -21px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 7px;
}

.c-breadcrumb__home {
	display: block;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
	width: 30px;
}

.c-breadcrumb__link {
	color: #4A6FA5;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 120%;
	transition: opacity 0.3s ease;
}

.c-breadcrumb__current {
	color: #4A6FA5;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	line-height: 120%;
}

.c-sec-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.c-sec-head__en {
	color: #4A6FA5;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 160%;
}

.c-sec-head__title {
	color: #4A6FA5;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 3.06px;
	line-height: 160%;
	text-align: center;
}

.c-sec-head__line {
	background: #A7CAF6;
	display: block;
	height: 4px;
	margin-top: 15px;
	transform: scaleX(0);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.45s;
	width: 80px;
}

.c-sec-head.is-show .c-sec-head__line {
	transform: none;
}

.s-of-hidden {
	overflow: hidden;
	position: relative;
}

.s-sp {
	display: none;
}

.js-inview {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--inview-delay, 0s);
}

.js-inview.is-show {
	opacity: 1;
	transform: none;
}

.js-inview.--fast {
	transition-duration: 0.6s;
}

.inview {
	opacity: 0;
	transition: 1.5s;
}

.inview.fade-up {
	transform: translateY(20px);
}

.inview.fade-up.--xy50 {
	transform: translate(-50%, calc(-50% + 20px));
}

.inview.fade-down {
	transform: translateY(-20px);
}

.inview.fade-left {
	transform: translateX(20px);
}

.inview.fade-right {
	transform: translateX(-20px);
}

.inview.is-show {
	opacity: 1;
	transform: translate(0px);
}

.inview.is-show.--xy50 {
	transform: translate(-50%, -50%);
}

.s-split__char {
	clip-path: inset(0);
	display: inline-block;
	font-size: inherit;
}

.s-split__inner {
	display: inline-block;
	font-size: inherit;
	will-change: transform;
}

.s-b-w {
	position: relative;
}

.s-b-w::after {
	background-color: #FFF;
	content: "";
	height: 87px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url("../img/common/pc-wave.svg");
	mask-image: url("../img/common/pc-wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
	-webkit-mask-size: auto 87px;
	mask-size: auto 87px;
	pointer-events: none;
}

.s-b-w::after {
	bottom: 0;
}

.s-t-w {
	position: relative;
}

.s-t-w::before {
	background-color: #FFF;
	content: "";
	height: 87px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url("../img/common/pc-wave.svg");
	mask-image: url("../img/common/pc-wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
	-webkit-mask-size: auto 87px;
	mask-size: auto 87px;
	pointer-events: none;
}

.s-t-w::before {
	top: 0;
	transform: scaleY(-1);
}

.s-b-w-r {
	position: relative;
}

.s-b-w-r::after {
	background-color: #FFF;
	content: "";
	height: 87px;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url("../img/common/pc-wave.svg");
	mask-image: url("../img/common/pc-wave.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
	-webkit-mask-size: auto 87px;
	mask-size: auto 87px;
	pointer-events: none;
}

.s-b-w-r::after {
	bottom: 0;
	transform: scaleX(-1);
}

.s-btn-hover {
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.s-btn-hover [class*=__text],
.s-btn-hover [class*=-text],
.s-btn-hover svg path {
	transition: color 0.3s ease, fill 0.3s ease, stroke 0.3s ease;
}

.s-btn-hover:hover {
	background-color: #FFF;
	border-color: #5E88CF;
	color: #5E88CF;
}

.s-btn-hover:hover [class*=__text],
.s-btn-hover:hover [class*=-text] {
	color: #5E88CF;
}

.s-btn-hover:hover svg path[fill]:not([fill=none]) {
	fill: #5E88CF;
}

.s-btn-hover:hover svg path[stroke]:not([stroke=none]) {
	stroke: #5E88CF;
}

@media (hover: hover) {

.header__logo:hover {
	opacity: 0.7;
}

.header__item:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.footer__logo:hover {
	opacity: 0.7;
}

.footer__item:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.footer__service:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.c-button:hover .c-button__arrow {
	transform: translateX(4px);
}

.c-breadcrumb__home:hover {
	opacity: 0.7;
	transform: translateY(-2px);
}

.c-breadcrumb__link:hover {
	opacity: 0.7;
}

}

@media (prefers-reduced-motion: reduce) {

.c-earth__leaf img {
	animation: none;
	opacity: 1;
	transform: none;
}

.c-fv__title,
.c-fv__parts,
.c-fv .c-breadcrumb {
	animation: none;
}

.c-sec-head__line {
	transform: none;
	transition: none;
}

.js-inview {
	opacity: 1;
	transform: none;
	transition: none;
}

}

@media screen and (min-width: 1920px) {

.p-contact {
	background-size: 100% auto;
}

}

@media screen and (min-width: 1921px) {

.s-b-w::after {
	-webkit-mask-size: 100% 87px;
	mask-size: 100% 87px;
}

.s-t-w::before {
	-webkit-mask-size: 100% 87px;
	mask-size: 100% 87px;
}

.s-b-w-r::after {
	-webkit-mask-size: 100% 87px;
	mask-size: 100% 87px;
}

}

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

.header__wrap {
	padding: 8px 20px;
}

.header__left {
	gap: 8px;
}

.header__logo {
	width: 70px;
}

.header__name {
	font-size: 11px;
	letter-spacing: 1.21px;
}

.header__drawer {
	background: #5E88CF;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 5px;
	height: 48px;
	justify-content: center;
	padding-inline: 12px;
	width: 48px;
	z-index: 101;
}

.header__right {
	background: #D0E5FF;
	display: flex;
	flex-direction: column;
	height: calc(100dvh - 64px);
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 30px 20px 50px;
	position: fixed;
	top: 64px;
	transform: translateX(100%);
	transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	width: 100%;
}

.header__right.--open {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.header__right::after {
	aspect-ratio: 335/141.278;
	background: url("../img/common/town-sp.svg") no-repeat center/contain;
	bottom: 0;
	content: "";
	display: block;
	flex-shrink: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	z-index: 0;
}

.header__list {
	align-items: stretch;
	background: rgba(208, 229, 255, 0.5);
	flex-direction: column;
	gap: 8px;
	position: relative;
	z-index: 1;
}

.header__list li:last-child {
	margin-top: 22px;
}

.header__item::after {
	content: none;
}

.header__item {
	align-items: center;
	border-bottom: 1px solid rgba(24, 79, 110, 0.4);
	color: #184F6E;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	gap: 10px;
	letter-spacing: 1.92px;
	line-height: 200%;
	padding: 8px;
}

.header__item::before {
	background: #A7CAF6;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 10px;
	width: 10px;
}

.header__contact {
	border-radius: 57px;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 100%;
	padding: 16px 40px 16px 50px;
	width: 238px;
}

.header__contact-icon svg {
	width: 19px;
}

.header__contact-text {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.footer__inner {
	padding: 80px 20px 50px;
}

.footer__top {
	align-items: flex-start;
	flex-direction: column;
	gap: 56px;
}

.footer__left {
	gap: 20px;
}

.footer__head {
	gap: 12px;
}

.footer__logo {
	width: 110px;
}

.footer__name {
	font-size: 16px;
	letter-spacing: 1.92px;
}

.footer__address {
	letter-spacing: 1.92px;
	line-height: 160%;
}

.footer__right {
	align-items: flex-start;
	width: 100%;
}

.footer__list {
	flex-direction: column;
	justify-content: flex-start;
	row-gap: 10px;
	-moz-column-gap: 0;
	column-gap: 0;
	max-width: none;
}

.footer__services {
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
}

.footer__copy {
	font-size: 14px;
	letter-spacing: 1.68px;
	margin-top: 80px;
}

.c-wrap {
	padding-inline: 20px;
}

.c-wrap,
.c-wrap.--1320,
.c-wrap.--1280,
.c-wrap.--1160,
.c-wrap.--1080 {
	max-width: 540px;
}

.c-button {
	gap: 20px;
	justify-content: space-between;
	padding: 16px 40px 16px 50px;
	width: 100%;
}

.c-button.--sm {
	padding: 16px 40px 16px 50px;
}

.c-button.--sm .c-button__text {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.c-button__text {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.c-button__text.--ja {
	letter-spacing: 1.4px;
}

.c-top-head {
	gap: 20px;
}

.c-top-head__heading {
	gap: 12px;
}

.c-top-head__label {
	gap: 4px;
}

.c-top-head__dot {
	height: 8px;
	width: 8px;
}

.c-top-head__en {
	font-size: 12px;
	letter-spacing: 1.2px;
}

.c-top-head__title {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 140%;
}

.c-top-head__desc {
	font-size: 14px;
	letter-spacing: 2.1px;
	line-height: 160%;
}

.p-contact {
	background-size: 776px auto;
	padding-block: 90px 180px;
}

.p-contact__content {
	padding: 50px 20px 40px;
}

.p-contact__inner {
	align-items: center;
	flex-direction: column;
	gap: 70px;
}

.p-contact__desc {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2.1px;
	line-height: 160%;
}

.c-fv {
	padding: 47px 0 30px 0;
}

.c-fv__wrap {
	width: 100%;
}

.c-fv__content {
	gap: 60px;
}

.c-fv__head {
	gap: 4px;
}

.c-fv__en {
	font-size: 36px;
	letter-spacing: 1.8px;
}

.c-fv__title {
	font-size: 16px;
	letter-spacing: 1.92px;
}

.c-fv__parts.--01,
.c-fv__parts.--02 {
	display: none;
}

.c-fv__parts.--03 {
	right: 20px;
	top: 13px;
	width: 80px;
}

.c-breadcrumb {
	background: none;
	border-radius: 0;
	margin-left: 0;
	padding: 0;
}

.c-breadcrumb__list {
	gap: 26px;
}

.c-breadcrumb__list li + li::before {
	left: -18px;
	width: 6px;
}

.c-breadcrumb__home {
	width: 20px;
}

.c-breadcrumb__link {
	font-size: 12px;
	letter-spacing: 0.24px;
}

.c-breadcrumb__current {
	font-size: 12px;
	letter-spacing: 0.24px;
}

.c-sec-head__en {
	font-size: 12px;
	letter-spacing: 1.2px;
}

.c-sec-head__title {
	font-size: 20px;
	letter-spacing: 1.8px;
	line-height: 140%;
	margin-top: 8px;
}

.c-sec-head__line {
	height: 3px;
	margin-top: 18px;
	width: 41px;
}

.s-pc {
	display: none;
}

.s-sp {
	display: revert;
}

.s-b-w::after {
	height: 28px;
	-webkit-mask-size: 100% 28px;
	mask-size: 100% 28px;
}

.s-t-w::before {
	height: 28px;
	-webkit-mask-size: 100% 28px;
	mask-size: 100% 28px;
}

.s-b-w-r::after {
	height: 28px;
	-webkit-mask-size: 100% 28px;
	mask-size: 100% 28px;
}

}

@keyframes c-earth-sprout {

0% {
	opacity: 0;
	transform: scale(0.55, 0.08) rotate(0deg);
}

12% {
	opacity: 1;
}

22% {
	opacity: 1;
	transform: scale(0.64, 0.96) rotate(-1.2deg);
}

32% {
	opacity: 1;
	transform: scale(1.04, 1.02) rotate(0.8deg);
}

58% {
	opacity: 1;
	transform: scale(0.99, 0.995) rotate(-0.3deg);
}

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

}

@keyframes c-fv-rise {

from {
	opacity: 0;
	transform: translateY(16px);
}

to {
	opacity: 1;
	transform: none;
}

}

@keyframes c-fv-fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes c-fv-cloud {

from {
	opacity: 0;
	transform: translateX(40px);
}

to {
	opacity: 1;
	transform: none;
}

}

