.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	color: #1E1E1E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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: smooth;
}

/* Set core body defaults */

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

/* 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 */

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	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;
}

.c-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	background: -webkit-gradient(linear, left top, right top, from(#1489e6), color-stop(46%, #0e51e4), color-stop(95%, #003cc4));
	background: linear-gradient(to right, #1489e6 0%, #0e51e4 46%, #003cc4 95%);
	border-radius: 6.25rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: inline-flex;
	font-size: min(4.8vw, 24px);
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 20px;
	position: relative;
	text-align: center;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	width: 90%;
	will-change: transform, box-shadow;
}

.c-button.c-button--green {
	background: -webkit-gradient(linear, left top, right top, from(#c9f621), to(#05d685));
	background: linear-gradient(to right, #c9f621 0%, #05d685 100%);
}

.c-button.c-button--cta {
	background: -webkit-gradient(linear, left top, right top, from(#c9f621), to(#05d685));
	background: linear-gradient(to right, #c9f621 0%, #05d685 100%);
	color: #082D7E;
	font-weight: 700;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-title--white .c-title__en,
.c-title--white .c-title__ja {
	color: #fff;
}

.c-title__en {
	color: #4A90E1;
	font-family: "Montserrat", sans-serif;
	font-size: min(24px, 4.3vw);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.875;
	text-transform: uppercase;
}

.c-title__ja {
	color: #082D7E;
	font-size: min(6.4vw, 30px);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.l-body-inner {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: 100%;
}

.l-body-wrapper {
	background-color: rgba(20, 137, 230, .3);
	position: relative;
	z-index: 1;
}

.l-footer {
	position: sticky;
	top: 100vh;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.p-benefit {
	background-color: #E6F3F6;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-benefit::before,
.p-benefit::after {
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.p-benefit::before {
	background-image: url(../../assets/images/benefit_leftBg.png);
	left: 14px;
	top: 36px;
	top: 2.25rem;
	width: min(8vw, 45px);
}

.p-benefit::after {
	background-image: url(../../assets/images/benefit_rightBg.png);
	right: 12px;
	top: 48px;
	top: 3rem;
	width: min(10.7vw, 60px);
}

.p-benefit__title {
	text-align: center;
}

.p-benefit__container {
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.p-benefit__items {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	background: -webkit-gradient(linear, left top, right top, from(#5caae9), to(#35d2ea));
	background: linear-gradient(to right, #5caae9 0%, #35d2ea 100%);
	border-radius: 0.625rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	margin-top: 22px;
	margin-top: 1.375rem;
	padding: 22px 20px;
}

.p-benefit__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-pack: distribute;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	gap: 1.25rem;
	justify-content: space-around;
}

.p-benefit__item:not(:first-of-type) {
	border-top: 1.5px solid #fff;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-benefit__item:nth-of-type(1) .p-benefit__icon {
	max-width: min(18.7vw, 100px);
}

.p-benefit__item:nth-of-type(2) .p-benefit__icon {
	max-width: min(22vw, 120px);
}

.p-benefit__item:nth-of-type(3) .p-benefit__icon {
	max-width: min(19vw, 100px);
}

.p-benefit__item {
	width: 100%;
}

.p-benefit__item img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-benefit__item:nth-of-type(1) .p-benefit__icon img {
	aspect-ratio: 70/80;
}

.p-benefit__item:nth-of-type(2) .p-benefit__icon img {
	aspect-ratio: 80/110;
}

.p-benefit__item:nth-of-type(3) .p-benefit__icon img {
	aspect-ratio: 71/47;
}

.p-benefit__text-wrap {
	max-width: min(260px, 53.4vw);
	position: relative;
}

.p-benefit__in-title {
	color: #fff;
	font-size: min(26px, 5.4vw);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.p-benefit__in-title::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 89/48;
	background-image: url(../../assets/images/benefit_input.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 25%;
	transform: translateY(-50%);
	width: 89px;
	z-index: -1;
}

.p-benefit__item:nth-of-type(2) .p-benefit__in-title::before {
	aspect-ratio: 108/48;
	background-image: url(../../assets/images/benefit_output.png);
	right: 0;
	width: 108px;
}

.p-benefit__item:nth-of-type(3) .p-benefit__in-title::before {
	aspect-ratio: 147/37;
	background-image: url(../../assets/images/benefit_costdown.png);
	right: -5px;
	right: -0.3125rem;
	width: 147px;
}

.p-benefit__text {
	color: #fff;
	font-size: min(16px, 3.8vw);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.p-benefit__skill-wrap {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 30px 20px;
	position: relative;
}

.p-benefit__skill-wrap::before {
	-webkit-transform: translateX(-50%);
	background-color: #4A90E1;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% - 40px);
}

.p-benefit__skill-title {
	color: #082D7E;
	font-size: min(6.4vw, 28px);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-benefit__skill-items {
	border-top: 3px solid;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding-top: 16px;
	padding-top: 1rem;
}

.p-benefit__skill-item {
	font-size: min(4.56vw, 20px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 8%;
	position: relative;
}

.p-benefit__skill-item::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 15/10;
	background-image: url(../../assets/images/vender.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	width: min(22px, 4vw);
}

.p-benefit__comment {
	color: #585858;
	font-size: min(16px, 3.8vw);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact {
	background: linear-gradient(280deg, #3475bf 0%, #3f7ec7 19%, #255ec5 39%, #1062e5 68%);
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-contact::before,
.p-contact::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.p-contact::before {
	aspect-ratio: 66/70;
	background-image: url(../../assets/images/contact_leftBg.png);
	left: 13px;
	top: 40px;
	top: 2.5rem;
	width: min(17.6vw, 75px);
}

.p-contact::after {
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/contact_rightBg.png);
	right: 13px;
	top: 94px;
	top: 5.875rem;
	width: min(8vw, 48px);
}

.p-contact__title {
	text-align: center;
}

.p-contact__text {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact__container {
	background-color: #F6F6F6;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 40px 25px;
	padding: 2.5rem 25px;
}

.p-contact__form {
	margin: auto;
	width: 100%;
}

.p-contact__form-wrap + .p-contact__form-wrap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact__form-label {
	font-size: min(3.8vw, 16px);
	line-height: 1.6;
}

.p-contact__form-label span {
	color: #EB3F42;
	display: inline-block;
	margin-left: 14px;
}

.p-contact__form-input {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-contact__form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}

.p-contact__form-input input:focus {
	outline: none;
}

.p-contact__form-input input::-moz-placeholder {
	color: rgba(115, 115, 115, .5);
}

.p-contact__form-input input::-webkit-input-placeholder {
	color: rgba(115, 115, 115, .5);
}

.p-contact__form-input input::-ms-input-placeholder {
	color: rgba(115, 115, 115, .5);
}

.p-contact__form-input input::placeholder {
	color: rgba(115, 115, 115, .5);
}

.p-contact__form-submit {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact__form-submit input {
	-webkit-transition: 0.3s;
	background-color: #1489E6;
	border-radius: 3.125rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 20px;
	transition: 0.3s;
	width: 91.5%;
}

.p-contact__form-submit input:hover,
.p-contact__form-submit input:focus {
	outline: none;
}

.p-contact__form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.p-cta {
	background-color: #082D7E;
	padding: 40px 0;
	padding: 2.5rem 0;
}

.p-cta__text {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: center;
}

.p-cta__text::before,
.p-cta__text::after {
	background: #fff;
	content: "";
	height: 22px;
	height: 1.375rem;
	width: 3px;
	width: 0.1875rem;
}

.p-cta__text::before {
	-webkit-transform: rotate(-30deg);
	margin-right: 30px;
	margin-right: 1.875rem;
	transform: rotate(-30deg);
}

.p-cta__text::after {
	-webkit-transform: rotate(30deg);
	margin-left: 30px;
	margin-left: 1.875rem;
	transform: rotate(30deg);
}

.p-cta__button {
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.p-expertise {
	padding-bottom: 46px;
	padding-bottom: 2.875rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.p-expertise__head-img {
	margin: auto;
	max-width: min(28vw, 170px);
	width: 100%;
}

.p-expertise__head-img img {
	-o-object-fit: cover;
	aspect-ratio: 104/73;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-expertise__title {
	margin-top: 14px;
	margin-top: 0.875rem;
	text-align: center;
}

.p-expertise__title-gradation {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#25a8ff), color-stop(31%, #3882e2), to(#1062e5));
	background: linear-gradient(to right, #25a8ff 0%, #3882e2 31%, #1062e5 100%);
	background-clip: text;
	color: transparent;
	color: transparent;
	display: inline-block;
	font-size: min(40px, 8vw);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-expertise__title-gradation strong {
	font-size: min(54px, 10.7vw);
}

.p-expertise__title-bottom {
	color: #082D7E;
	display: inline-block;
	font-size: min(36px, 6.4vw);
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.2;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-expertise__img {
	margin: 13px auto 0;
	margin: 0.8125rem auto 0;
	max-width: min(400px, 78.15vw);
	width: 100%;
}

.p-expertise__img img {
	-o-object-fit: cover;
	aspect-ratio: 293/143;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-expertise__items {
	background-color: #F6F6F6;
	border-radius: 10px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 30px;
}

.p-expertise__item {
	font-size: min(4.6vw, 20px);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding-left: min(36px, 8vw);
	position: relative;
}

.p-expertise__item::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 15/10;
	background-image: url(../../assets/images/vender.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	width: min(22px, 4.5vw);
}

.p-expertise__item + .p-expertise__item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-expertise__item span {
	color: #4A90E1;
}

.p-expertise__banner {
	display: block;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 46px;
	margin-top: 2.875rem;
	max-width: min(465px, 90.7vw);
	width: 100%;
}

.p-expertise__banner img {
	-o-object-fit: contain;
	aspect-ratio: 340/155;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-faq {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-faq__title {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-faq__container {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-faq__tab-menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-faq__tab-item {
	background-color: #4A90E1;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	min-width: 100px;
	min-width: 6.25rem;
	opacity: 0.6;
	padding: 12px 12px 30px;
	padding: 0.75rem 12px 1.875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-faq__tab-item::after {
	-webkit-transform: translateX(-50%);
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	aspect-ratio: 20/12;
	background-color: #fff;
	bottom: 8px;
	bottom: 0.5rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 20px;
}

.p-faq__tab-item.is-active {
	cursor: auto;
	cursor: initial;
	opacity: 1;
}

.p-faq__content {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-faq__content-item {
	display: none;
}

.p-faq__content-item.is-active {
	-webkit-animation: fade 0.3s;
	animation: fade 0.3s;
	display: block;
}

.p-faq-list__item {
	background-color: #F6F6F6;
	border-radius: 10px;
	padding-bottom: 10px;
}

.p-faq-list__item + .p-faq-list__item {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-faq-list__item-question {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #082D7E;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(20px, 4.3vw);
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 18px 40px 16px 20px;
	padding: 1.125rem 2.5rem 1rem 1.25rem;
	position: relative;
}

.p-faq-list__item-question::before {
	-webkit-transform: translateY(-50%) rotate(135deg);
	-webkit-transition: 0.3s;
	border-right: 2px solid #082D7E;
	border-top: 2px solid #082D7E;
	content: "";
	height: 10px;
	height: 0.625rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 10px;
	width: 0.625rem;
}

.p-faq-list__item-question.is-open::before {
	-webkit-transform: translateY(-50%) rotate(315deg);
	transform: translateY(-50%) rotate(315deg);
}

.p-faq-list__item-question span {
	aspect-ratio: 28/32;
	background-image: url(../../assets/images/question.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	min-width: 30px;
	position: relative;
	width: 30px;
}

.p-faq-list__item-question::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.p-faq-list__item-answer {
	background-color: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(3.8vw, 16px);
	gap: 10px;
	margin: 0 10px;
	padding: 13px 22px 20px 10px;
	padding: 0.8125rem 1.375rem 1.25rem 0.625rem;
}

.p-faq-list__item-answer span {
	aspect-ratio: 28/32;
	background-image: url(../../assets/images/answer.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	min-width: 30px;
	position: relative;
	width: 30px;
}

.p-features {
	background: linear-gradient(280deg, #3475bf 0%, #3f7ec7 19%, #255ec5 39%, #1062e5 68%);
	padding-bottom: 43px;
	padding-bottom: 2.6875rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-features::before,
.p-features::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.p-features::before {
	aspect-ratio: 42/39;
	background-image: url(../../assets/images/features_leftBg.png);
	left: 17px;
	top: 74px;
	top: 4.625rem;
	width: min(11.5vw, 70px);
}

.p-features::after {
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/features_rightBg.png);
	right: 23px;
	top: 83px;
	top: 5.1875rem;
	width: min(6.7vw, 35px);
}

.p-features__title {
	text-align: center;
}

.p-features__container {
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.p-features__items {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-features__item {
	background-color: rgba(255, 255, 255, .95);
	border-radius: 1.25rem;
	padding: 30px 25px;
}

.p-features__item + .p-features__item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-features__icon {
	margin: auto;
	width: 100%;
}

.p-features__item:nth-of-type(1) .p-features__icon {
	max-width: min(150px, 31vw);
}

.p-features__item:nth-of-type(2) .p-features__icon {
	max-width: min(150px, 31.5vw);
}

.p-features__item:nth-of-type(3) .p-features__icon {
	max-width: min(110px, 23vw);
}

.p-features__item:nth-of-type(4) .p-features__icon {
	max-width: min(80px, 15.5vw);
}

.p-features__item:nth-of-type(5) .p-features__icon {
	max-width: min(130px, 29vw);
}

.p-features__item:nth-of-type(6) .p-features__icon {
	max-width: min(130px, 28.7vw);
}

.p-features__icon img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-features__item:nth-of-type(1) .p-features__icon img {
	aspect-ratio: 115/72;
}

.p-features__item:nth-of-type(2) .p-features__icon img {
	aspect-ratio: 118/80;
}

.p-features__item:nth-of-type(3) .p-features__icon img {
	aspect-ratio: 85/70;
}

.p-features__item:nth-of-type(4) .p-features__icon img {
	aspect-ratio: 59/80;
}

.p-features__item:nth-of-type(5) .p-features__icon img {
	aspect-ratio: 109/71;
}

.p-features__item:nth-of-type(6) .p-features__icon img {
	aspect-ratio: 108/66;
}

.p-features__item-title {
	color: #4A90E1;
	font-size: min(26px, 5.5vw);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-features__text {
	font-size: min(18px, 4vw);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-flow {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 30px;
	position: relative;
}

.p-flow::before,
.p-flow::after {
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.p-flow::before {
	background-image: url(../../assets/images/flow_leftBg.png);
	left: 11px;
	top: 68px;
	top: 4.25rem;
	width: min(5.4vw, 30px);
}

.p-flow::after {
	aspect-ratio: 37/34;
	background-image: url(../../assets/images/flow_rightBg.png);
	right: 13px;
	top: 42px;
	top: 2.625rem;
	width: min(10vw, 64px);
}

.p-flow__title {
	text-align: center;
}

.p-flow__items {
	background-color: #F6F6F6;
	border-radius: 10px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 26px;
	margin-top: 1.625rem;
	padding: 30px 20px 44px;
	padding: 1.875rem 20px 2.75rem;
	position: relative;
}

.p-flow__items::before {
	background-color: #082D7E;
	content: "";
	height: calc(100% - 140px);
	left: 50px;
	position: absolute;
	top: 50px;
	width: 4px;
}

.p-flow__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	gap: 0.875rem;
}

.p-flow__item:not(:first-of-type) {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-flow__icon {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #082D7E;
	border-radius: 100px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 66px;
	padding-top: 4px;
	padding-top: 0.25rem;
	position: relative;
	width: 66px;
	z-index: 2;
}

.p-flow__icon img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-flow__icon picture {
	width: 100%;
}

.p-flow__item:nth-child(1) .p-flow__icon picture {
	width: 33px;
}

.p-flow__item:nth-child(2) .p-flow__icon picture {
	width: 30px;
}

.p-flow__item:nth-child(3) .p-flow__icon picture {
	width: 22px;
}

.p-flow__item:nth-child(4) .p-flow__icon picture {
	width: 32px;
}

.p-flow__icon img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-flow__item:nth-child(1) .p-flow__icon img {
	aspect-ratio: 33/25;
}

.p-flow__item:nth-child(2) .p-flow__icon img {
	aspect-ratio: 30/25;
}

.p-flow__item:nth-child(3) .p-flow__icon img {
	aspect-ratio: 22/28;
}

.p-flow__item:nth-child(4) .p-flow__icon img {
	aspect-ratio: 32/33;
}

.p-flow__in-title {
	color: #4A90E1;
	font-size: min(24px, 5.1vw);
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.5263157895;
}

.p-flow__text {
	font-size: min(16px, 3.8vw);
	line-height: 1.6;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-footer {
	background-color: #082D7E;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-footer__container {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 10px 45px;
	padding: 1.875rem 10px 2.8125rem;
}

.p-footer__logo {
	max-width: 147px;
	width: 100%;
}

.p-footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 147/55;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-footer__items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-footer-item {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__logo-link {
	cursor: pointer;
	display: block;
	height: inherit;
}

.p-footer-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #082D7E;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(3.8vw, 16px);
	font-weight: 700;
	gap: 6px;
	line-height: 1;
	padding: 10px 5px 10px 0;
	padding: 0.625rem 0.3125rem 0.625rem 0;
}

.p-footer-item a::before {
	background-color: #1489E6;
	content: "";
	height: 1px;
	width: 10px;
}

.p-footer-buttonWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-footer-button {
	width: 100%;
}

.p-footer-button a {
	background-color: #4A90E1;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
	width: 100%;
}

.p-footer-button:nth-child(2) a {
	background-color: #11D87F;
}

.p-footer__copyright {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-header {
	background-color: #fff;
	height: 80px;
	height: 5rem;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 900;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 70px;
	padding-right: 4.375rem;
}

.p-header__logo-link {
	cursor: pointer;
	display: block;
	height: inherit;
	position: relative;
	z-index: 999;
}

.p-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	max-width: 147px;
	max-width: 9.1875rem;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.p-header__hamburger {
	-webkit-transition: 0.3s;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 0;
	transition: 0.3s;
	width: 40px;
	width: 2.5rem;
	z-index: 999;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.3s;
	background-color: #082D7E;
	border-radius: 6.25rem;
	display: block;
	height: 3px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.3s;
	width: 38px;
	width: 2.375rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -9px;
	top: -0.5625rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 9px;
	top: 0.5625rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	top: -6px;
	top: -0.375rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.6s;
	-webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	opacity: 0;
	overflow-y: scroll;
	padding: 90px 20px 60px;
	padding: 5.625rem 20px 3.75rem;
	pointer-events: none;
	position: absolute;
	scrollbar-width: none;
	top: 0;
	transform: translateX(-50%);
	transition: 0.6s;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	visibility: hidden;
	width: 100%;
	z-index: 900;
}

.p-header__drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

body.is-fixed {
	overflow: hidden;
}

.p-header__drawer-nav {
	width: 100%;
}

.p-header__drawer-item {
	position: relative;
}

.p-header__drawer-item:after {
	background-image: radial-gradient(#4A90E1 1.5px, transparent 1.5px);
	background-repeat: repeat-x;
	background-size: 8px 6px;
	bottom: -4px;
	bottom: -0.25rem;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-header__drawer-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(20px, 4.8vw);
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px;
	padding: 1.25rem;
}

.p-header__drawer-buttonWrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-header__drawer-button {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
	width: 100%;
}

.p-header__drawer-button + .p-header__drawer-button {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-mv {
	background-image: url(../../assets/images/fv_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-mv__img {
	margin-left: auto;
	width: calc(100% - 0.625rem);
}

.p-mv__img img {
	-o-object-fit: contain;
	aspect-ratio: 730/570;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-mv__container {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 10px;
	padding-right: 10px;
}

.p-mv__title {
	color: #1F5FCF;
	font-size: min(9.1vw, 48px);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.1;
	margin-left: 10px;
}

.p-mv__title .p-mv__title-head {
	color: #082D7E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(7.2vw, 40px);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.1111111111;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-mv__title-gradation {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#25a8ff), color-stop(31%, #3882e2), to(#1062e5));
	background: linear-gradient(to right, #25a8ff 0%, #3882e2 31%, #1062e5 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: min(11vw, 54px);
}

.p-mv__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
	gap: 0.4375rem;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-mv__item {
	width: 100%;
}

.p-mv__item img {
	-o-object-fit: contain;
	aspect-ratio: 114/87;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-mv__comment {
	color: #737373;
	font-size: min(2.7vw, 16px);
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-mv__button-wrap {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
}

.p-mv__button {
	text-align: center;
}

.p-mv__button + .p-mv__button {
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-problem {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-problem::before,
.p-problem::after {
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.p-problem::before {
	background-image: url(../../assets/images/problem_leftBg.png);
	left: 10px;
	top: 40px;
	top: 2.5rem;
	width: min(8vw, 45px);
}

.p-problem::after {
	background-image: url(../../assets/images/problem_rightBg.png);
	right: 10px;
	top: 62px;
	top: 3.875rem;
	width: min(4.8vw, 25px);
}

.p-problem__title {
	text-align: center;
}

.p-problem__list {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-problem__item + .p-problem__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-problem__item-img {
	width: 100%;
}

.p-problem__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 330/200;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-problem__caption {
	font-size: min(18px, 4vw);
	font-weight: 500;
	line-height: 1.5333333333;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-solving {
	background-color: #E6F3F6;
	padding-top: 76px;
	padding-top: 4.75rem;
}

.p-solving__title {
	color: #082D7E;
	font-size: min(6.7vw, 34px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 10px;
	padding-right: 0.625rem;
	text-align: center;
}

.p-solving__title-gradation {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#25a8ff), color-stop(31%, #3882e2), to(#1062e5));
	background: linear-gradient(to right, #25a8ff 0%, #3882e2 31%, #1062e5 100%);
	background-clip: text;
	color: transparent;
	color: transparent;
	display: inline-block;
	font-size: min(12vw, 60px);
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.p-solving__img {
	width: 100%;
}

.p-solving__img img {
	-o-object-fit: contain;
	aspect-ratio: 375/237;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-thanks {
	padding-top: 140px;
}

.p-thanks__title {
	text-align: center;
}

.p-thanks__text-wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-thanks__text {
	font-size: min(18px, 4vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5333333333;
}

.p-thanks__text + .p-thanks__text {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-thanks__button {
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
	text-transform: uppercase;
}

.p-thanks__bottom {
	background-color: #082D7E;
	height: 100px;
	margin-top: 100px;
	width: 100%;
}

.p-works {
	background-color: #F6F6F6;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-works::before,
.p-works::after {
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
}

.p-works::before {
	background-image: url(../../assets/images/problem_leftBg.png);
	left: 22px;
	top: 55px;
	top: 3.4375rem;
	width: min(8vw, 45px);
}

.p-works::after {
	background-image: url(../../assets/images/problem_rightBg.png);
	right: 23px;
	top: 100px;
	top: 6.25rem;
	width: min(4.8vw, 25px);
}

.p-works__title {
	text-align: center;
}

.p-works__items {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-works__item {
	-webkit-box-shadow: 0px 0px 20px rgba(8, 45, 126, .1);
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(8, 45, 126, .1);
	overflow: hidden;
}

.p-works__item + .p-works__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-works__img {
	position: relative;
	width: 100%;
}

.p-works__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/185;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-works__case {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	aspect-ratio: 100/33;
	background-color: #4A90E1;
	border-radius: 0 4px 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	justify-content: center;
	left: 0;
	letter-spacing: 0.08em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	width: 100px;
}

.p-works__textWrap {
	background-color: #fff;
	padding: 20px 20px 25px;
}

.p-works__content:not(:first-of-type) {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-works__term {
	background-color: #F6F6F6;
	border-radius: 4px;
	display: inline-block;
	font-size: min(16px, 3.8vw);
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 6px 14px;
	padding: 0.375rem 14px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-works__desc {
	font-size: min(16px, 3.8vw);
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-works__content--green .p-works__term {
	background-color: #11D87F;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.02em;
	padding: 7px 9px;
	padding: 0.4375rem 9px;
}

.p-works__content.p-works__content--green {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
}

.p-works__content--green .p-works__term {
	height: 28px;
}

.p-works__content--green .p-works__desc {
	color: #11D87F;
	margin-top: 0;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

}

@media (hover: none) {

a:active {
	opacity: 0.8;
}

}

@media (any-hover: hover) {

.c-button:hover {
	-webkit-transform: scale(1.03);
	-webkit-box-shadow: 0 6px 20px rgba(20, 137, 230, .4);
	box-shadow: 0 6px 20px rgba(20, 137, 230, .4);
	opacity: 1;
	transform: scale(1.03);
}

.c-button.c-button--green:hover {
	-webkit-transform: scale(1.03);
	-webkit-box-shadow: 0 6px 20px rgba(5, 214, 133, .4);
	box-shadow: 0 6px 20px rgba(5, 214, 133, .4);
	transform: scale(1.03);
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

html {
	scroll-padding-top: 6.25rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-contact__form-submit input {
	padding: 1.5625rem 6.25rem;
}

.p-contact__form-submit input:hover {
	opacity: 0.8;
}

.p-cta__text::before,
.p-cta__text::after {
	height: 3.75rem;
}

.p-cta__text::before {
	margin-right: 3.125rem;
}

.p-cta__text::after {
	margin-left: 3.125rem;
}

.p-faq__tab-item {
	font-size: 1.25rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


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