body {
	color: #3a3f4d;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

h2,
h3 {
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: auto;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default（PCのみ。SPでは余白が付きすぎるため無効） */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.js-fade {
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s, translate 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s, scale 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--stagger, 0s), translate 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--stagger, 0s), scale 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--stagger, 0s);
	translate: 0 1.875rem;
}

.js-fade[data-fade=zoom] {
	scale: 0.94;
	translate: 0 1.125rem;
}

.js-fade[data-fade=left] {
	translate: -2.5rem 0;
}

.js-fade[data-fade=right] {
	translate: 2.5rem 0;
}

.js-fade.is-visible {
	opacity: 1;
	scale: 1;
	translate: 0 0;
}

.section-title.js-fade .section-title__en {
	letter-spacing: 0.5em;
	transition: letter-spacing 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.05s;
}

.section-title.js-fade.is-visible .section-title__en {
	letter-spacing: 0.16em;
}

.btn {
	border-radius: 62.4375rem;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.875rem 2.25rem;
	text-align: center;
	transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s, color 0.25s;
}

.btn:focus-visible {
	outline: 0.125rem solid #1c2340;
	outline-offset: 0.125rem;
}

.btn--primary {
	background-color: #4f6ed2;
	box-shadow: 0 0.375rem 1.25rem rgba(79, 110, 210, 0.35);
	color: #ffffff;
}

.btn--ghost {
	background-color: transparent;
	border: 0.125rem solid #4f6ed2;
	color: #4f6ed2;
}

.company {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.company__table {
	border-top: 0.0625rem solid rgba(28, 35, 64, 0.12);
	margin-left: auto;
	margin-right: auto;
	max-width: 47.5rem;
}

.company__row {
	grid-gap: 0.25rem;
	border-bottom: 0.0625rem solid rgba(28, 35, 64, 0.12);
	display: grid;
	gap: 0.25rem;
	grid-template-columns: 1fr;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.company__label {
	color: #1c2340;
	font-size: 0.875rem;
	font-weight: 700;
}

.company__value {
	font-size: 0.875rem;
}

.company__list {
	margin-top: 0.375rem;
}

.company__list-item {
	padding-left: 1rem;
	position: relative;
}

.company__list-item::before {
	content: "・";
	left: 0;
	position: absolute;
}

.company__link {
	-webkit-text-decoration: underline;
	color: #4f6ed2;
	display: inline-block;
	margin-bottom: -0.75rem;
	margin-top: -0.75rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	text-decoration: underline;
}

.company__link:focus-visible {
	outline: 0.125rem solid #4f6ed2;
	outline-offset: 0.125rem;
}

.contact {
	background: linear-gradient(135deg, rgba(79, 110, 210, 0.96), rgba(61, 87, 173, 0.96)), repeating-linear-gradient(60deg, transparent 0,transparent 5.625rem, rgba(255, 255, 255, 0.05) 5.625rem, rgba(255, 255, 255, 0.05) 11.25rem);
	background: linear-gradient(135deg, rgba(79, 110, 210, 0.96), rgba(61, 87, 173, 0.96)), repeating-linear-gradient(60deg, transparent 0 5.625rem, rgba(255, 255, 255, 0.05) 5.625rem 11.25rem);
	color: #ffffff;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.contact__inner {
	max-width: calc(50rem + 50px);
	text-align: center;
}

.contact__lead {
	font-size: 0.90625rem;
	margin-bottom: 2rem;
}

.contact__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 1.375rem;
}

.contact__item {
	background-color: #ffffff;
	border-radius: 0.875rem;
	box-shadow: 0 0.625rem 1.625rem rgba(20, 27, 58, 0.3);
	color: #1c2340;
	display: block;
	max-width: 20rem;
	padding: 1.25rem 1.875rem;
	transition: transform 0.25s;
	width: 100%;
}

.contact__item:focus-visible {
	outline: 0.125rem solid #ffffff;
	outline-offset: 0.125rem;
}

.contact__item-label {
	color: #4f6ed2;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.contact__item-value {
	font-size: 1rem;
	font-weight: 700;
}

.contact__note {
	font-size: 0.84375rem;
	opacity: 1;
}

.faq {
	background-color: #eef2fc;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.faq__list {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 52.5rem;
}

.faq__item {
	background-color: #ffffff;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 1rem rgba(28, 35, 64, 0.06);
	overflow: hidden;
}

.faq__question {
	color: #1c2340;
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	list-style: none;
	padding: 1rem 3rem 1rem 1.25rem;
	position: relative;
	transition: background-color 0.25s, color 0.25s;
}

.faq__question::-webkit-details-marker {
	display: none;
}

.faq__question::before {
	color: #4f6ed2;
	content: "Q.";
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	margin-right: 0.625rem;
}

.faq__question::after {
	color: #4f6ed2;
	content: "＋";
	font-size: 1.125rem;
	font-weight: 700;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transition: rotate 0.25s, scale 0.25s;
	translate: 0 -50%;
}

.faq__item[open] .faq__question::after {
	content: "－";
}

.faq__question:focus-visible {
	outline: 0.125rem solid #4f6ed2;
	outline-offset: -0.125rem;
}

.faq__answer {
	border-top: 0.0625rem dashed rgba(28, 35, 64, 0.1);
	font-size: 0.875rem;
	padding: 0 1.25rem 1.125rem;
}

.faq__answer p {
	padding-top: 0.875rem;
}

.faq__answer p::before {
	color: #3d57ad;
	content: "A.";
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	margin-right: 0.625rem;
}

.flow {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.flow__list {
	grid-gap: 1.25rem;
	counter-reset: flow;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.flow__step {
	background-color: #ffffff;
	border: 0.0625rem solid rgba(28, 35, 64, 0.1);
	border-radius: 1rem;
	border-top: 0.25rem solid #4f6ed2;
	box-shadow: 0 0.375rem 1.5rem rgba(28, 35, 64, 0.07);
	padding: 1.5rem 1.375rem;
	position: relative;
}

.flow__step:not(:last-child)::after {
	border: 0.375rem solid transparent;
	border-bottom: 0;
	border-top: 0.5rem solid #4f6ed2;
	bottom: -1rem;
	content: "";
	left: 50%;
	position: absolute;
	translate: -50% 0;
}

.flow__step-num {
	color: #4f6ed2;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.375rem;
}

.flow__step-title {
	word-wrap: anywhere;
	color: #1c2340;
	font-size: 1.0625rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
	word-break: keep-all;
}

.flow__step-text {
	font-size: 0.875rem;
}

.flow__step-text strong {
	color: #3d57ad;
}

.footer {
	background-color: #1c2340;
	color: #aeb6d4;
	padding: 2.125rem 20px;
	text-align: center;
}

.footer__cat {
	color: #8fa2e0;
	margin-bottom: 0.5rem;
}

.footer__cat svg {
	display: inline-block;
}

.footer__copy {
	font-size: 0.78125rem;
	letter-spacing: 0.05em;
}

.header {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgba(255, 255, 255, 0.92);
	box-shadow: 0 0.0625rem 0 rgba(28, 35, 64, 0.08);
	left: 0;
	position: fixed;
	top: 0;
	transition: box-shadow 0.3s;
	width: 100%;
	z-index: 100;
}

.header.is-scrolled {
	box-shadow: 0 0.25rem 1.25rem rgba(28, 35, 64, 0.12);
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 1.75rem;
	height: 3.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.header__logo {
	margin-right: auto;
}

.header__logo-link {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.header__logo-link:focus-visible {
	outline: 0.125rem solid #4f6ed2;
	outline-offset: 0.125rem;
}

.header__logo-paw {
	color: #4f6ed2;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}

.header__logo-paw svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.header__logo-text {
	color: #1c2340;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.header__nav {
	background-color: #ffffff;
	border-radius: 0 0 0 1rem;
	box-shadow: -0.25rem 0.5rem 1.5rem rgba(28, 35, 64, 0.12);
	padding: 1.75rem;
	position: fixed;
	right: 0;
	top: 3.75rem;
	transform: translateX(100%);
	transition: transform 0.3s;
	width: min(70vw, 17.5rem);
}

.header__nav.is-open {
	transform: translateX(0);
}

.header__nav-list {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.header__nav-link {
	color: #1c2340;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
	white-space: nowrap;
}

.header__nav-link::after {
	background-color: #4f6ed2;
	bottom: 0.375rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s;
	width: 100%;
}

.header__nav-link:focus-visible {
	outline: 0.125rem solid #4f6ed2;
	outline-offset: 0.125rem;
}

.header__btn {
	background-color: #1c2340;
	border-radius: 62.4375rem;
	color: #ffffff;
	display: none;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.625rem 1.375rem;
	transition: background-color 0.25s;
	white-space: nowrap;
}

.header__btn:focus-visible {
	outline: 0.125rem solid #4f6ed2;
	outline-offset: 0.125rem;
}

.header__menu {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.header__menu:focus-visible {
	outline: 0.125rem solid #4f6ed2;
	outline-offset: 0.125rem;
}

.header__menu-line {
	background-color: #1c2340;
	display: block;
	height: 0.125rem;
	transition: transform 0.3s, opacity 0.3s;
	width: 1.375rem;
}

.header__menu.is-open .header__menu-line:nth-child(1) {
	transform: translateY(0.4375rem) rotate(45deg);
}

.header__menu.is-open .header__menu-line:nth-child(2) {
	opacity: 0;
}

.header__menu.is-open .header__menu-line:nth-child(3) {
	transform: translateY(-0.4375rem) rotate(-45deg);
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1210px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.loading {
	align-items: center;
	background-color: #ffffff;
	bottom: 0;
	display: grid;
	justify-items: center;
	left: 0;
	place-items: center;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.5s ease;
	z-index: 200;
}

.loading.is-done {
	opacity: 0;
	pointer-events: none;
}

.loading__content {
	height: 15rem;
	position: relative;
	width: 15rem;
}

.loading__paw {
	animation: loading-pop 0.35s ease-out forwards;
	color: #4f6ed2;
	height: 2.125rem;
	opacity: 0;
	position: absolute;
	width: 2.125rem;
}

.loading__paw svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.loading__paw--1 {
	animation-delay: 0.2s;
	bottom: 0.625rem;
	left: 0.375rem;
	rotate: 32deg;
}

.loading__paw--2 {
	animation-delay: 0.55s;
	bottom: 4.125rem;
	left: 4rem;
	rotate: 58deg;
}

.loading__paw--3 {
	animation-delay: 0.9s;
	bottom: 7.625rem;
	left: 7.625rem;
	rotate: 32deg;
}

.loading__icon {
	-o-object-fit: cover;
	animation: loading-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1.4s forwards;
	border-radius: 50%;
	box-shadow: 0 0.375rem 1.25rem rgba(79, 110, 210, 0.25);
	height: 5.5rem;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 5.5rem;
}

.message {
	background-color: #eef2fc;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.message__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 47.5rem;
}

.message__text {
	font-size: 0.9375rem;
	line-height: 2;
}

.message__text:not(:first-child) {
	margin-top: 1rem;
}

.message__sign {
	color: #6b7180;
	font-size: 0.8125rem;
	margin-top: 1.5rem;
	text-align: right;
}

.message__sign-name {
	color: #1c2340;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
}

.message__lead {
	color: #4f6ed2;
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 1.5rem;
	text-align: center;
}

.mv {
	background: linear-gradient(135deg, rgba(79, 110, 210, 0.14) 0%, rgba(140, 120, 220, 0.1) 45%, rgba(88, 178, 214, 0.14) 100%), repeating-linear-gradient(60deg, transparent 0,transparent 5.625rem, rgba(79, 110, 210, 0.05) 5.625rem, rgba(79, 110, 210, 0.05) 11.25rem), repeating-linear-gradient(-60deg, transparent 0,transparent 5.625rem, rgba(140, 120, 220, 0.05) 5.625rem, rgba(140, 120, 220, 0.05) 11.25rem);
	background: linear-gradient(135deg, rgba(79, 110, 210, 0.14) 0%, rgba(140, 120, 220, 0.1) 45%, rgba(88, 178, 214, 0.14) 100%), repeating-linear-gradient(60deg, transparent 0 5.625rem, rgba(79, 110, 210, 0.05) 5.625rem 11.25rem), repeating-linear-gradient(-60deg, transparent 0 5.625rem, rgba(140, 120, 220, 0.05) 5.625rem 11.25rem);
	overflow: hidden;
	padding-top: 6.25rem;
	position: relative;
}

.mv__inner {
	grid-gap: 1.875rem;
	align-items: center;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	text-align: center;
}

.mv__content {
	order: 2;
}

.mv__label {
	color: #4f6ed2;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 0.875rem;
	text-transform: uppercase;
}

.mv__catch {
	color: #1c2340;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 1.375rem;
}

.mv__catch em {
	background: linear-gradient(transparent 62%, rgba(79, 110, 210, 0.28) 62%) left bottom/0% 100% no-repeat;
	font-style: normal;
	transition: background-size 0.7s ease 1.1s;
}

.mv__lead {
	font-size: 0.9375rem;
	margin-bottom: 1.875rem;
}

.mv__lead strong {
	color: #3d57ad;
}

.mv__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	justify-content: center;
}

.mv__img {
	margin-left: auto;
	margin-right: auto;
	order: 1;
	width: min(58vw, 16.25rem);
}

.mv__img img {
	-o-object-fit: cover;
	animation: mv-float 5s ease-in-out infinite;
	aspect-ratio: 1/1;
	border: 0.375rem solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 1.125rem 3.125rem rgba(79, 110, 210, 0.3);
	height: auto;
	object-fit: cover;
}

.mv__stats {
	background-color: #ffffff;
	border-radius: 1.25rem 1.25rem 0 0;
	box-shadow: 0 -0.5rem 1.875rem rgba(28, 35, 64, 0.08);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
	overflow: hidden;
}

.mv__stat {
	border-right: 0.0625rem solid rgba(28, 35, 64, 0.1);
	padding: 1.25rem 0.625rem;
	text-align: center;
}

.mv__stat:nth-child(2n) {
	border-right: none;
}

.mv__stat:nth-child(-n+2) {
	border-bottom: 0.0625rem solid rgba(28, 35, 64, 0.1);
}

.mv__stat-title {
	font-size: 0.8125rem;
	font-weight: 500;
}

.mv__stat-value {
	color: #1c2340;
}

.mv__stat-num {
	color: #4f6ed2;
	font-family: "Montserrat", sans-serif;
	font-size: 1.875rem;
	font-weight: 800;
}

.mv__stat-unit {
	font-size: 0.875rem;
	font-weight: 700;
	margin-left: 0.25rem;
}

.mv__stat-unit--prefix {
	margin-left: 0;
	margin-right: 0.25rem;
}

.mv__label,
.mv__catch,
.mv__lead,
.mv__btns,
.mv__img,
.mv__stat {
	opacity: 0;
	transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), translate 0.9s cubic-bezier(0.22, 1, 0.36, 1);
	translate: 0 1.625rem;
}

.is-loaded .mv__label,
.is-loaded .mv__catch,
.is-loaded .mv__lead,
.is-loaded .mv__btns,
.is-loaded .mv__img,
.is-loaded .mv__stat {
	opacity: 1;
	translate: 0 0;
}

.is-loaded .mv__label {
	transition-delay: 0.05s;
}

.is-loaded .mv__catch {
	transition-delay: 0.18s;
}

.is-loaded .mv__lead {
	transition-delay: 0.32s;
}

.is-loaded .mv__btns {
	transition-delay: 0.46s;
}

.is-loaded .mv__img {
	transition-delay: 0.25s;
}

.is-loaded .mv__stat:nth-child(1) {
	transition-delay: 0.6s;
}

.is-loaded .mv__stat:nth-child(2) {
	transition-delay: 0.68s;
}

.is-loaded .mv__stat:nth-child(3) {
	transition-delay: 0.76s;
}

.is-loaded .mv__stat:nth-child(4) {
	transition-delay: 0.84s;
}

.is-loaded .mv__catch em {
	background-size: 100% 100%;
}

.profile {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.profile__content {
	grid-gap: 2.5rem;
	align-items: start;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.profile__img {
	margin-bottom: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
}

.profile__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 1.5rem;
	box-shadow: 0 0.75rem 2.25rem rgba(79, 110, 210, 0.25);
	object-fit: cover;
}

.profile__name {
	color: #1c2340;
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
}

.profile__name-en {
	color: #4f6ed2;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.profile__meta {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.profile__timeline {
	border-left: 0.1875rem solid rgba(79, 110, 210, 0.35);
	margin-bottom: 2rem;
	padding-left: 1.875rem;
}

.profile__timeline-item {
	padding-bottom: 1.625rem;
	position: relative;
}

.profile__timeline-item:last-child {
	padding-bottom: 0;
}

.profile__timeline-item::before {
	background-color: #4f6ed2;
	border: 0.1875rem solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 0.125rem rgba(79, 110, 210, 0.4);
	content: "";
	height: 0.9375rem;
	left: -2.4375rem;
	position: absolute;
	top: 0.5rem;
	width: 0.9375rem;
}

.profile__timeline-date {
	color: #4f6ed2;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 800;
}

.profile__timeline-title {
	color: #1c2340;
	font-size: 1rem;
	font-weight: 700;
	margin: 0.125rem 0 0.25rem;
}

.profile__timeline-text {
	font-size: 0.90625rem;
}

.profile__info {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

.profile__info-block {
	background-color: #eef2fc;
	border-radius: 0.75rem;
	padding: 1.375rem 1.125rem;
}

.profile__info-title {
	color: #3d57ad;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.profile__info-text {
	font-size: 0.875rem;
}

.profile__tools {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.profile__tool {
	background-color: #ffffff;
	border: 0.0625rem solid rgba(79, 110, 210, 0.4);
	border-radius: 62.4375rem;
	color: #3d57ad;
	font-size: 0.78125rem;
	font-weight: 700;
	padding: 0.25rem 0.75rem;
}

.profile__illust {
	margin-top: 1.25rem;
	text-align: center;
}

.profile__illust img {
	height: auto;
	width: 12.5rem;
}

.profile__info-sub {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.reason {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.reason__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.reason__card {
	background-color: #ffffff;
	border-radius: 1rem;
	border-top: 0.25rem solid #4f6ed2;
	box-shadow: 0 0.375rem 1.5rem rgba(28, 35, 64, 0.07);
	padding: 1.75rem 1.5rem;
	transition: transform 0.3s, box-shadow 0.3s, opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s, translate 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0s;
	transition: transform 0.3s, box-shadow 0.3s, opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--stagger, 0s), translate 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--stagger, 0s);
}

.reason__card-num {
	color: #4f6ed2;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9375rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.reason__card-title {
	color: #1c2340;
	font-size: 1.1875rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.reason__card-text {
	font-size: 0.9375rem;
}

.reason__card-text strong {
	color: #3d57ad;
}

.reason__note {
	background-color: #ffffff;
	border-left: 0.3125rem solid #4f6ed2;
	border-radius: 0.625rem;
	box-shadow: 0 0.25rem 1rem rgba(28, 35, 64, 0.06);
	margin-top: 1.75rem;
	padding: 1.25rem 1.5rem;
}

.reason__note-text {
	font-size: 0.9375rem;
}

.reason__note-text strong {
	color: #3d57ad;
}

.section-title {
	color: #1c2340;
	font-size: 1.625rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin-bottom: 2.25rem;
}

.section-title + .section-lead,
.section-title + .contact__lead {
	margin-top: -1.125rem;
}

.section-title__en {
	color: #4f6ed2;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 0.375rem;
	text-transform: uppercase;
}

.section-title--white {
	color: #ffffff;
}

.section-title--white .section-title__en {
	color: #aebdf0;
}

.section-lead {
	font-size: 0.9375rem;
	margin-bottom: 2.25rem;
}

.skills {
	background-color: #eef2fc;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.skills__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.skills__card {
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0.375rem 1.5rem rgba(28, 35, 64, 0.07);
	padding: 1.875rem 1.5rem;
}

.skills__card-title {
	border-bottom: 0.125rem solid rgba(79, 110, 210, 0.25);
	color: #1c2340;
	font-size: 1.1875rem;
	font-weight: 700;
	margin-bottom: 1.125rem;
	padding-bottom: 0.75rem;
}

.skills__check-item {
	font-size: 0.9375rem;
	margin-bottom: 0.625rem;
	padding-left: 1.75rem;
	position: relative;
}

.skills__check-item:last-child {
	margin-bottom: 0;
}

.skills__check-item::before {
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat;
	background-color: #4f6ed2;
	content: "";
	height: 1rem;
	left: 0;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat;
	position: absolute;
	top: 0.4375rem;
	width: 1rem;
}

.skills__tags-wrap {
	margin-top: 1.75rem;
}

.skills__tags-group:not(:first-child) {
	margin-top: 1.125rem;
}

.skills__tags-label {
	color: #3d57ad;
	font-size: 0.8125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.skills__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.skills__tag {
	background-color: #ffffff;
	border: 0.0625rem solid rgba(79, 110, 210, 0.4);
	border-radius: 62.4375rem;
	color: #3d57ad;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0.375rem 1rem;
}

.skills__tags-wrap.js-fade .skills__tag {
	opacity: 0;
	scale: 0.5;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag {
	animation: tag-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(1) {
	animation-delay: 0.04s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(2) {
	animation-delay: 0.08s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(3) {
	animation-delay: 0.12s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(4) {
	animation-delay: 0.16s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(5) {
	animation-delay: 0.2s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(6) {
	animation-delay: 0.24s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(7) {
	animation-delay: 0.28s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(8) {
	animation-delay: 0.32s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(9) {
	animation-delay: 0.36s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(10) {
	animation-delay: 0.4s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(11) {
	animation-delay: 0.44s;
}

.skills__tags-wrap.js-fade.is-visible .skills__tag:nth-child(12) {
	animation-delay: 0.48s;
}

.voice {
	background-color: #eef2fc;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.voice__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.voice__item {
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0.375rem 1.5rem rgba(28, 35, 64, 0.07);
	padding: 1.75rem 1.5rem 1.5rem;
	position: relative;
}

.voice__item::before {
	color: rgba(79, 110, 210, 0.3);
	content: "“";
	font-family: "Montserrat", sans-serif;
	font-size: 3.375rem;
	font-weight: 800;
	left: 1rem;
	line-height: 1;
	position: absolute;
	top: 0.125rem;
}

.voice__item-text {
	font-size: 0.90625rem;
}

.works {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.works__slider {
	position: relative;
}

.works__slider .splide__track {
	margin-bottom: -2.25rem;
	margin-top: -0.875rem;
	padding-bottom: 2.25rem;
	padding-top: 0.875rem;
}

.works__slider .splide__slide {
	display: flex;
}

.works__slider .works__card {
	width: 100%;
}

.works__slider .splide__arrow {
	align-items: center;
	background-color: #ffffff;
	border: 0.0625rem solid rgba(28, 35, 64, 0.1);
	border-radius: 50%;
	box-shadow: 0 0.25rem 0.875rem rgba(28, 35, 64, 0.16);
	cursor: pointer;
	display: grid;
	height: 2rem;
	justify-items: center;
	padding: 0;
	place-items: center;
	position: absolute;
	top: 50%;
	transition: background-color 0.25s, box-shadow 0.25s;
	translate: 0 -50%;
	width: 2rem;
	z-index: 2;
}

.works__slider .splide__arrow svg {
	fill: #4f6ed2;
	height: 0.6875rem;
	transition: fill 0.25s;
	width: 0.6875rem;
}

.works__slider .splide__arrow:focus-visible {
	outline: 0.125rem solid #4f6ed2;
	outline-offset: 0.125rem;
}

.works__slider .splide__arrow::before {
	bottom: -0.5rem;
	content: "";
	left: -0.5rem;
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
}

.works__slider .splide__arrow--prev {
	left: -0.625rem;
}

.works__slider .splide__arrow--prev svg {
	transform: scaleX(-1);
}

.works__slider .splide__arrow--next {
	right: -0.625rem;
}

.works__card {
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0.375rem 1.5rem rgba(28, 35, 64, 0.07);
	display: flex;
	flex-direction: column;
	padding: 1.75rem 1.5rem;
	transition: transform 0.3s, box-shadow 0.3s;
}

.works__card-tag {
	align-self: flex-start;
	background-color: #1c2340;
	border-radius: 62.4375rem;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 0.875rem;
	padding: 0.25rem 0.875rem;
}

.works__card-tag--corporate {
	background-color: #4a9dcb;
}

.works__card-tag--lp {
	background-color: #4f6ed2;
}

.works__card-tag--ec {
	background-color: #3d9c82;
}

.works__card-tag--studio {
	background-color: #8f6fc9;
}

.works__card-title {
	color: #1c2340;
	font-size: 1.1875rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.works__card-spec {
	border-top: 0.0625rem solid rgba(28, 35, 64, 0.1);
	margin-bottom: 1rem;
}

.works__card-spec-row {
	border-bottom: 0.0625rem solid rgba(28, 35, 64, 0.1);
	display: flex;
	font-size: 0.84375rem;
	gap: 0.75rem;
	justify-content: space-between;
	padding: 0.5625rem 0.125rem;
}

.works__card-spec-row dt {
	color: #6b7180;
	font-weight: 500;
	white-space: nowrap;
}

.works__card-spec-row dd {
	color: #1c2340;
	font-weight: 700;
	text-align: right;
}

.works__card-point {
	font-size: 0.875rem;
}

.works__nda {
	color: #6b7180;
	font-size: 0.84375rem;
	margin-top: 1.5rem;
	text-align: center;
}

.works__more {
	margin-top: 1.375rem;
	text-align: center;
}

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

.js-fade,
.js-fade[data-fade] {
	opacity: 1;
	scale: none;
	transition: none;
	translate: none;
}

.section-title.js-fade .section-title__en {
	letter-spacing: 0.16em;
	transition: none;
}

.footer__cat:hover svg {
	animation: none;
}

.loading {
	display: none;
}

.mv__img img {
	animation: none;
}

.mv__label,
.mv__catch,
.mv__lead,
.mv__btns,
.mv__img,
.mv__stat {
	opacity: 1;
	transition: none;
	translate: none;
}

.mv__catch em {
	background-size: 100% 100%;
	transition: none;
}

.skills__tags-wrap.js-fade .skills__tag {
	animation: none;
	opacity: 1;
	scale: none;
}

}

@media (any-hover: hover) {

.btn--primary:hover {
	background-color: #3d57ad;
	transform: translateY(-0.125rem);
}

.btn--ghost:hover {
	background-color: #4f6ed2;
	color: #ffffff;
}

.contact__item:hover {
	transform: translateY(-0.25rem);
}

.faq__question:hover {
	background-color: rgba(79, 110, 210, 0.07);
	color: #3d57ad;
}

.faq__question:hover::after {
	scale: 1.25;
}

.footer__cat:hover svg {
	animation: cat-wiggle 0.5s ease;
}

.header__nav-link:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header__btn:hover {
	background-color: #4f6ed2;
}

.reason__card:hover {
	box-shadow: 0 0.875rem 2.125rem rgba(28, 35, 64, 0.12);
	transform: translateY(-0.375rem);
}

.works__slider .splide__arrow:hover {
	background-color: #4f6ed2;
	box-shadow: 0 0.375rem 1.125rem rgba(79, 110, 210, 0.4);
}

.works__slider .splide__arrow:hover svg {
	fill: #ffffff;
}

.works__card:hover {
	box-shadow: 0 0.875rem 2.125rem rgba(28, 35, 64, 0.12);
	transform: translateY(-0.375rem);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3793103448vw;
}

article > * + * {
	margin-top: 1em;
}

.company {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.company__row {
	gap: 1.5rem;
	grid-template-columns: 11.25rem 1fr;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.company__label {
	font-size: 0.9375rem;
}

.company__value {
	font-size: 0.9375rem;
}

.contact {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.contact__lead {
	font-size: 0.96875rem;
	margin-bottom: 2.5rem;
}

.contact__list {
	flex-direction: row;
	gap: 1.25rem;
	justify-content: center;
}

.contact__item {
	min-width: 16.875rem;
	width: auto;
}

.contact__item-value {
	font-size: 1.0625rem;
}

.faq {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.faq__question {
	font-size: 1rem;
	padding: 1.125rem 3.5rem 1.125rem 1.5rem;
}

.faq__answer {
	font-size: 0.9375rem;
	padding: 0 1.5rem 1.25rem;
}

.flow {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.footer {
	padding-left: 25px;
	padding-right: 25px;
}

.header__inner {
	height: 4.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding-left: 25px;
	padding-right: 25px;
}

.header__logo-text {
	font-size: 1.0625rem;
}

.header__nav {
	top: 4.25rem;
}

.header__btn {
	display: inline-block;
}

.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.message {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.message__text {
	font-size: 1rem;
}

.message__lead {
	font-size: 1.375rem;
}

.mv {
	padding-top: 9.375rem;
}

.mv__inner {
	gap: 2.5rem;
	grid-template-columns: 1.2fr 1fr;
	text-align: left;
}

.mv__content {
	order: 1;
}

.mv__label {
	font-size: 0.875rem;
}

.mv__catch {
	font-size: 3rem;
}

.mv__lead {
	font-size: 1rem;
}

.mv__btns {
	justify-content: flex-start;
}

.mv__img {
	max-width: 30rem;
	order: 2;
	width: 100%;
}

.mv__stats {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.75rem;
}

.mv__stat {
	padding: 1.625rem 0.625rem;
}

.mv__stat:nth-child(2n) {
	border-right: 0.0625rem solid rgba(28, 35, 64, 0.1);
}

.mv__stat:nth-child(-n+2) {
	border-bottom: none;
}

.mv__stat:last-child {
	border-right: none;
}

.mv__stat-num {
	font-size: 2.625rem;
}

.profile {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.profile__content {
	gap: 3.25rem;
	grid-template-columns: 25rem 1fr;
}

.profile__img {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.profile__name {
	font-size: 1.5rem;
	text-align: left;
}

.profile__timeline {
	margin-bottom: 2.5rem;
}

.profile__timeline-item {
	padding-bottom: 1.875rem;
}

.profile__timeline-title {
	font-size: 1.0625rem;
}

.profile__info {
	gap: 1.25rem;
}

.profile__illust img {
	width: 15rem;
}

.profile__info-sub {
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.5rem;
}

.reason {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.reason__list {
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.reason__card {
	padding: 2.125rem 1.75rem;
}

.reason__card-title {
	font-size: 1.3125rem;
}

.reason__note {
	margin-top: 2.125rem;
	padding: 1.25rem 1.625rem;
}

.section-title {
	font-size: 2.25rem;
	margin-bottom: 2.75rem;
	text-align: center;
}

.section-title + .section-lead,
.section-title + .contact__lead {
	margin-top: -1.625rem;
}

.section-title__en {
	font-size: 0.875rem;
}

.section-lead {
	font-size: 1rem;
	margin-bottom: 2.75rem;
	text-align: center;
}

.skills {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.skills__list {
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.skills__card {
	padding: 2.25rem 2rem;
}

.skills__card-title {
	font-size: 1.3125rem;
}

.skills__tags-wrap {
	margin-top: 2.125rem;
}

.voice {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.voice__list {
	gap: 1.375rem;
	grid-template-columns: repeat(2, 1fr);
}

.voice__item {
	padding: 1.875rem 1.75rem 1.625rem;
}

.works {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.works__slider .splide__arrow {
	height: 2.75rem;
	width: 2.75rem;
}

.works__slider .splide__arrow svg {
	height: 0.9375rem;
	width: 0.9375rem;
}

.works__slider .splide__arrow--prev {
	left: max(-3.625rem, (100% - 100vw) / 2 + 0.75rem);
}

.works__slider .splide__arrow--next {
	right: max(-3.625rem, (100% - 100vw) / 2 + 0.75rem);
}

.works__card {
	padding: 1.875rem 1.625rem;
}

.works__card-title {
	font-size: 1.25rem;
}

.works__nda {
	margin-top: 1.75rem;
}

}

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

.flow__list {
	gap: 1rem;
	grid-template-columns: repeat(5, 1fr);
}

.flow__step:not(:last-child)::after {
	border: 0.375rem solid transparent;
	border-left: 0.5rem solid #4f6ed2;
	border-right: 0;
	bottom: auto;
	left: auto;
	right: -0.875rem;
	top: 50%;
	translate: 0 -50%;
}

.flow__step-title {
	font-size: 1rem;
}

}

@media (min-width: 1160px) {

html {
	font-size: 16px;
}

}

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

.header__nav {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	position: static;
	transform: none;
	width: auto;
}

.header__nav-list {
	flex-direction: row;
	gap: 0.5rem;
}

.header__menu {
	display: none;
}

}

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

.header__nav-list {
	gap: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes cat-wiggle {

25% {
	rotate: -12deg;
}

75% {
	rotate: 12deg;
}

}

@keyframes loading-pop {

0% {
	opacity: 0;
	scale: 0.3;
}

60% {
	opacity: 1;
	scale: 1.15;
}

100% {
	opacity: 1;
	scale: 1;
}

}

@keyframes mv-float {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-0.75rem);
}

}

@keyframes tag-pop {

to {
	opacity: 1;
	scale: 1;
}

}


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