.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: #373737;
	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-transition: background-position 0.4s ease-out;
	background: -webkit-gradient(linear, left top, right top, from(#ec5215), color-stop(50%, #f5961a), to(#ec5215));
	background: linear-gradient(90deg, #ec5215 0%, #f5961a 50%, #ec5215 100%);
	background-position: 0 0;
	background-size: 200% 100%;
	border-radius: 3.5rem;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	height: auto;
	height: initial;
	line-height: 1;
	max-width: 430px;
	max-width: 26.875rem;
	padding: 20px;
	padding: 1.25rem;
	text-align: center;
	transition: background-position 0.4s ease-out;
	width: 100%;
}

.c-button.c-button--header {
	border-radius: 1.75rem;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 19px 27px;
	padding: 1.1875rem 1.6875rem;
}

.c-button.c-button--drawer {
	border-radius: 1.75rem;
	font-size: 18px;
	font-size: 1.125rem;
	margin: auto;
	max-width: 430px;
	max-width: 26.875rem;
	padding: 19px 27px;
	padding: 1.1875rem 1.6875rem;
	width: 90%;
}

.c-button.c-button--banner {
	font-size: 24px;
	font-size: 1.5rem;
	max-width: 400px;
	max-width: 25rem;
}

.c-button.c-button--blue {
	-webkit-transition: 0.3s;
	background-color: #315DEB;
	background-image: none;
	background-image: initial;
	border: 2px solid #315DEB;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 20px;
	padding: 1.25rem;
	transition: 0.3s;
}

.c-button.c-button--footer {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 240px;
	max-width: 15rem;
	padding: 16px 34px;
	padding: 1rem 2.125rem;
}

.c-title {
	text-align: center;
}

.c-title__en {
	margin: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

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

.c-title__en--benefit img {
	aspect-ratio: 733/160;
	max-width: 733px;
	max-width: 45.8125rem;
}

.c-title--compare img {
	aspect-ratio: 855/160;
	max-width: 855px;
	max-width: 53.4375rem;
}

.c-title--flow img {
	aspect-ratio: 496/160;
	max-width: 280px;
	max-width: 17.5rem;
}

.c-title--works img {
	aspect-ratio: 646/160;
	max-width: 280px;
	max-width: 17.5rem;
}

.c-title--faq img {
	aspect-ratio: 372/160;
	max-width: 240px;
	max-width: 15rem;
}

.c-title__ja {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #697ffa), color-stop(40%, #5eb6f1), color-stop(59%, #4493ee), color-stop(79%, #2c4fea), to(#73a6f2));
	background: linear-gradient(90deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	background-clip: text;
	color: transparent;
	font-size: min(9vw, 50px);
	font-size: min(9vw, 3.125rem);
	font-weight: 800;
	margin: -30px auto 0;
	margin: -1.875rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

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

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 650px;
	max-width: 40.625rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-benefit {
	padding-top: 120px;
	padding-top: 7.5rem;
}

.p-benefit__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-benefit__item {
	max-width: 340px;
	max-width: 21.25rem;
}

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

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

.p-compare {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-compare__list {
	-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;
	gap: 40px;
	gap: 2.5rem;
	justify-content: center;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
}

.p-compare__item {
	background-color: #F7F7F7;
	border-radius: 0.625rem;
	max-width: 430px;
	max-width: 26.875rem;
	padding: 0 25px 43px;
	padding: 0 1.5625rem 2.6875rem;
	width: 100%;
}

.p-compare__item:nth-child(2) {
	background: linear-gradient(45deg, #d2e4f6 0%, #dcebfb 39%, #e8eef9 54%, #dde5fb 73%, #d1ddfb 100%);
	background-color: transparent;
}

.p-compare__item-head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 66px;
	height: 4.125rem;
	justify-content: center;
	margin: auto;
	width: calc(100% - 0.625rem);
}

.p-compare__item-title {
	color: #315DEB;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.p-compare__item:nth-child(2) .p-compare__item-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #697ffa), color-stop(40%, #5eb6f1), color-stop(59%, #4493ee), color-stop(79%, #2c4fea), to(#73a6f2));
	background: linear-gradient(90deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 32px;
	font-size: 2rem;
}

.p-compare__item-textWrap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-compare__item-text {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	height: 70px;
	height: 4.375rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 25px 0;
	padding: 1.5625rem 0;
	position: relative;
}

.p-compare__item-text::before {
	background-image: url(../../assets/images/line.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-compare__item-text .p-compare__item-img {
	-o-object-fit: contain;
	aspect-ratio: 65/60;
	height: auto;
	margin-bottom: -5px;
	margin-bottom: -0.3125rem;
	margin-left: 7px;
	margin-left: 0.4375rem;
	margin-right: 7px;
	margin-right: 0.4375rem;
	max-width: 65px;
	max-width: 4.0625rem;
	object-fit: contain;
	width: 100%;
}

.p-compare__item-text .p-compare__item-price-img {
	-o-object-fit: contain;
	aspect-ratio: 211/50;
	height: auto;
	max-width: 211px;
	max-width: 13.1875rem;
	object-fit: contain;
	width: 100%;
}

.p-compare__item-text--img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.u-text-blue {
	color: #315DEB;
}

.u-text-blue-large {
	color: #315DEB;
	font-size: 30px;
	font-size: 1.875rem;
}

.p-cta {
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #4a39fe), color-stop(40%, #697ffa), color-stop(59%, #37a6f0), color-stop(79%, #2c4afe), to(#2f7bee));
	background: linear-gradient(90deg, #69d7f3 0%, #4a39fe 21%, #697ffa 40%, #37a6f0 59%, #2c4afe 79%, #2f7bee 100%);
	background-color: #082d7e;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	text-align: center;
}

.p-cta .p-cta__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.p-cta__title-sub {
	color: #FFEA5F;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-cta__title-sub::before,
.p-cta__title-sub::after {
	background-color: #FFEA5F;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 100%;
	position: absolute;
	width: 3px;
}

.p-cta__title-sub::before {
	-webkit-transform: rotate(-30deg);
	left: -20px;
	left: -1.25rem;
	transform: rotate(-30deg);
}

.p-cta__title-sub::after {
	-webkit-transform: rotate(30deg);
	right: -20px;
	right: -1.25rem;
	transform: rotate(30deg);
}

.p-cta__title-main {
	color: #fff;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	margin-top: 20px;
	margin-top: 1.25rem;
}

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

.p-faq {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-faq::before {
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/bg_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	max-width: 440px;
	max-width: 27.5rem;
	opacity: 0.6;
	position: absolute;
	top: -200px;
	top: -12.5rem;
	width: 100%;
	z-index: -1;
}

.p-faq__list {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
}

.p-faq-list__item {
	border-bottom: 1px solid #cccccc;
}

.p-faq-list__item-question {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 20px 35px 20px 20px;
	padding: 1.25rem 2.1875rem 1.25rem 1.25rem;
	position: relative;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	-webkit-transition: 0.3s;
	background: #315DEB;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 50%;
	transition: 0.3s;
	width: 18px;
	width: 1.125rem;
}

.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-question span {
	aspect-ratio: 1/1;
	display: inline-block;
	position: relative;
	width: 30px;
	width: 1.875rem;
}

.p-faq-list__item-question span::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/question.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -25px;
	left: -1.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	width: 2.1875rem;
	z-index: 1;
}

.p-faq-list__item-answer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	max-width: 840px;
	max-width: 52.5rem;
	padding: 15px 30px 15px 40px;
	padding: 0.9375rem 1.875rem 0.9375rem 2.5rem;
}

.p-faq-list__item-answer:first-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-faq-list__item-answer span {
	aspect-ratio: 1/1;
	display: inline-block;
	min-width: 20px;
	min-width: 1.25rem;
	position: relative;
}

.p-faq-list__item-answer span::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/answer.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -35px;
	left: -2.1875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	width: 2.1875rem;
	z-index: 1;
}

.p-flow {
	background-color: #F4F4F4;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-flow__list {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 32px;
	margin-top: 2rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-flow__item {
	aspect-ratio: 160/170;
	background-color: #fff;
	border: 3px solid #315DEB;
	border-radius: 0.625rem;
	padding: 80px 18px 14px;
	padding: 5rem 1.125rem 0.875rem;
	position: relative;
	text-align: center;
	width: 160px;
	width: 10rem;
	width: 160px;
}

.p-flow__item:not(:last-child)::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 21/14;
	background-image: url(../../assets/images/arrow_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: -26px;
	right: -1.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
}

.p-flow__item-img {
	-webkit-transform: translateX(-50%);
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-flow__item:nth-child(1) .p-flow__item-img {
	max-width: 60px;
	max-width: 3.75rem;
	top: 25px;
	top: 1.5625rem;
	top: 9%;
}

.p-flow__item:nth-child(2) .p-flow__item-img {
	max-width: 60px;
	max-width: 3.75rem;
	top: 19px;
	top: 1.1875rem;
	top: 8%;
}

.p-flow__item:nth-child(3) .p-flow__item-img {
	max-width: 56px;
	max-width: 3.5rem;
	top: 13px;
	top: 0.8125rem;
	top: 6%;
}

.p-flow__item:nth-child(4) .p-flow__item-img {
	max-width: 68px;
	max-width: 4.25rem;
	top: 18px;
	top: 1.125rem;
	top: 8%;
}

.p-flow__item:nth-child(5) .p-flow__item-img {
	max-width: 54px;
	max-width: 3.375rem;
	top: 17px;
	top: 1.0625rem;
	top: 7%;
}

.p-flow__item:nth-child(6) .p-flow__item-img {
	max-width: 51px;
	max-width: 3.1875rem;
	top: 19px;
	top: 1.1875rem;
	top: 8%;
}

.p-guide-content__item-img {
	width: 100%;
}

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

.p-flow__item:nth-child(1) .p-flow__item-img img {
	aspect-ratio: 60/42;
}

.p-flow__item:nth-child(2) .p-flow__item-img img {
	aspect-ratio: 60/58;
}

.p-flow__item:nth-child(3) .p-flow__item-img img {
	aspect-ratio: 56/63;
}

.p-flow__item:nth-child(4) .p-flow__item-img img {
	aspect-ratio: 68/53;
}

.p-flow__item:nth-child(5) .p-flow__item-img img {
	aspect-ratio: 54/55;
}

.p-flow__item:nth-child(6) .p-flow__item-img img {
	aspect-ratio: 51/52;
}

.p-flow__item-step {
	background-color: #E4EEF4;
	border-radius: 2.5rem;
	color: #315DEB;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 5px 11px;
	padding: 0.3125rem 0.6875rem;
}

.p-flow__item-title {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-footer {
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-footer .p-footer__inner {
	max-width: 1360px;
	max-width: 85rem;
}

.p-footer__wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-footer__logo {
	max-width: 172px;
	max-width: 10.75rem;
	width: 100%;
}

.p-footer__logo a {
	display: block;
}

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

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

.p-footer__nav-list {
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.p-footer__nav-item a {
	-webkit-transition: 0.3s;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	padding: 10px;
	padding: 0.625rem;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.p-footer__nav-item a::before {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.3s;
	background-color: #4394D0;
	bottom: 0px;
	bottom: 0rem;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s;
	width: calc(100% - 1.5625rem);
}

.p-footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-fv {
	margin-top: 60px;
	margin-top: 3.75rem;
	position: relative;
}

.p-fv::before {
	background-color: #F4F4F4;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: -1;
}

.p-fv__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.p-fv__container {
	-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;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-fv__left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-fv__title {
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .15);
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .15);
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-fv__title-main {
	color: #4394D0;
	font-size: 7.3vw;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.p-fv__title-main span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #697ffa), color-stop(40%, #5eb6f1), color-stop(59%, #4493ee), color-stop(79%, #2c4fea), to(#73a6f2));
	background: linear-gradient(90deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 10vw;
	font-weight: 800;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-fv__title-sub {
	background-color: #4394D0;
	color: #fff;
	font-size: 4.5vw;
	font-weight: 700;
	line-height: 1;
	margin-top: 37px;
	margin-top: 2.3125rem;
	padding: 8px 10px;
	padding: 0.5rem 0.625rem;
	text-align: center;
}

.p-fv__title-sub span {
	color: #FFEA5F;
	font-size: 5vw;
	font-weight: 800;
}

.p-fv__title-point {
	max-width: 645px;
	max-width: 40.3125rem;
	width: 100%;
}

.p-fv__title-point img {
	-o-object-fit: cover;
	aspect-ratio: 645/235;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-fv__right {
	position: relative;
}

.p-fv__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-fv__text {
	-webkit-transform: rotate(-4.5deg);
	color: #fff;
	content: "";
	font-size: 4vw;
	font-weight: 800;
	height: inherit;
	line-height: 1;
	position: absolute;
	right: 5%;
	top: 20px;
	top: 1.25rem;
	transform: rotate(-4.5deg);
	width: 100%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-fv__text-img {
	width: 20px;
	width: 1.25rem;
}

.p-fv__img {
	width: 100%;
}

.p-fv__img img {
	-o-object-fit: contain;
	aspect-ratio: 750/500;
	height: auto;
	object-fit: contain;
	width: 100%;
}

body.is-fixed {
	overflow: hidden;
}

.p-header {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
	height: 60px;
	height: 3.75rem;
}

.p-header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.p-header__logo {
	height: inherit;
	max-width: 100px;
	max-width: 6.25rem;
	width: 100%;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 142/48;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.p-header__nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: 0.3s;
	align-items: center;
	color: #373737;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 12.5px;
	padding: 0 0.78125rem;
	position: relative;
	text-transform: uppercase;
	transition: 0.3s;
}

.p-header__nav-link::before {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.3s;
	background-color: #4394D0;
	bottom: 20px;
	bottom: 1.25rem;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s;
	width: calc(100% - 1.5625rem);
}

.p-header__hamburger {
	-webkit-transition: 0.3s;
	background-color: #4394D0;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 60px;
	width: 3.75rem;
	z-index: 999;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: #fff;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 25px;
	width: 1.5625rem;
}

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

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

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

.p-header__hamburger.is-open span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	top: 1px;
	top: 0.0625rem;
	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: -3px;
	top: -0.1875rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	-webkit-transition: opacity 0.3s ease;
	background-color: rgba(255, 255, 255, .95);
	bottom: 0;
	height: 100vh;
	max-width: 500px;
	max-width: 31.25rem;
	opacity: 0;
	overflow-y: scroll;
	padding: 100px 0;
	padding: 6.25rem 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 60px;
	top: 3.75rem;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 900;
}

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

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

.p-header__drawer-link {
	border-bottom: 2px dotted #373737;
	color: #373737;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: auto;
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
	text-transform: uppercase;
	width: 90%;
}

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

.p-information {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-information::before {
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/bg_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -400px;
	bottom: -25rem;
	content: "";
	position: absolute;
	right: 0;
	width: 630px;
	width: 39.375rem;
	z-index: -1;
}

.p-information__title {
	font-size: 6vw;
	font-weight: 800;
	text-align: center;
}

.p-information__title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #697ffa), color-stop(40%, #5eb6f1), color-stop(59%, #4493ee), color-stop(79%, #2c4fea), to(#73a6f2));
	background: linear-gradient(90deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-size: 10vw;
}

.p-information__container {
	margin: auto;
	max-width: 500px;
	max-width: 31.25rem;
}

.p-information__container + .p-information__container {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-information__head-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-information__img {
	width: 100%;
}

.p-information__img img {
	-o-object-fit: contain;
	aspect-ratio: 430/454;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-information__bottom-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-information__graph {
	width: 100%;
}

.p-information__graph img {
	-o-object-fit: cover;
	aspect-ratio: 524/372;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-information__text-wrap {
	text-align: center;
}

.p-information__text {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
}

.p-information__text span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #697ffa), color-stop(40%, #5eb6f1), color-stop(59%, #4493ee), color-stop(79%, #2c4fea), to(#73a6f2));
	background: linear-gradient(90deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 800;
}

.p-information__banner {
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.p-information__banner img {
	-o-object-fit: cover;
	aspect-ratio: 345/132;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-information__bottom {
	background-color: #E4EEF4;
	border-radius: 0.625rem;
	color: #315DEB;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-information__bottom span {
	font-size: 70px;
	font-size: 4.375rem;
}

.p-problem {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 140px;
	padding-top: 8.75rem;
	position: relative;
}

.p-problem::before {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 180/70;
	background-image: url(../../assets/images/vector.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 20px;
	bottom: 1.25rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 120px;
	width: 7.5rem;
	z-index: 1;
}

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

.p-problem__title-ja {
	font-size: 8vw;
	font-weight: 800;
	line-height: 1;
	margin-top: -20px;
	margin-top: -1.25rem;
}

.p-problem__title-ja span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #697ffa), color-stop(40%, #5eb6f1), color-stop(59%, #4493ee), color-stop(79%, #2c4fea), to(#73a6f2));
	background: linear-gradient(90deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 10vw;
	font-weight: 800;
}

.p-problem_title-en {
	-webkit-transform: translateX(-50%);
	content: "";
	height: inherit;
	left: 50%;
	max-width: 1369px;
	max-width: 85.5625rem;
	position: absolute;
	top: -30px;
	top: -1.875rem;
	transform: translateX(-50%);
	width: 95%;
}

.p-problem_title-en img {
	-o-object-fit: contain;
	aspect-ratio: 1363/124;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-problem__list {
	-ms-flex-wrap: wrap;
	-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;
	flex-wrap: wrap;
	gap: 10px;
	gap: 0.625rem;
	justify-content: center;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	padding-left: 15px;
	padding-right: 15px;
}

.p-problem__item {
	max-width: 350px;
	max-width: 21.875rem;
}

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

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

.p-problem__item:nth-child(1) img {
	aspect-ratio: 340/210;
}

.p-problem__item:nth-child(2) img {
	aspect-ratio: 340/249;
}

.p-problem__item:nth-child(3) img {
	aspect-ratio: 340/243;
}

.p-solving {
	background-color: #44A2CC;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 62px;
	padding-top: 3.875rem;
	position: relative;
}

.p-solving::before {
	-webkit-transform: translateX(-50%);
	background-image: url(../../assets/images/bg_blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-solving::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #44A2CC;
	bottom: -79px;
	bottom: -4.9375rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 80px;
	height: 5rem;
	left: 0;
	position: absolute;
	width: 100%;
	width: 100%;
}

.p-solving__container {
	position: relative;
	z-index: 1;
}

.p-solving__title {
	color: #fff;
	font-size: 6vw;
	font-weight: 700;
	line-height: 1;
	margin: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-solving__title::before,
.p-solving__title::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 70%;
	position: absolute;
	width: 2px;
	width: 0.125rem;
}

.p-solving__title::before {
	-webkit-transform: rotate(-25deg);
	left: -10px;
	left: -0.625rem;
	margin-right: 30px;
	margin-right: 1.875rem;
	transform: rotate(-25deg);
}

.p-solving__title::after {
	-webkit-transform: rotate(25deg);
	margin-left: 30px;
	margin-left: 1.875rem;
	right: -10px;
	right: -0.625rem;
	transform: rotate(25deg);
}

.p-solving__title-line {
	background-color: #fff;
	color: #44A2CC;
	font-size: 6.5vw;
	font-weight: 800;
	line-height: 1;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-solving__title-strong {
	color: #FFEA5F;
	font-family: 800;
	font-size: 10vw;
	font-weight: #FFEA5F;
	line-height: 1.5;
}

.p-solving__title-large {
	font-size: 7vw;
}

.p-solving__list {
	-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;
	gap: 20px;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-solving__item {
	background-color: #fff;
	border-radius: 0.625rem;
	max-width: 340px;
	max-width: 21.25rem;
	padding: 20px;
	padding: 1.25rem;
}

.p-solving__item-title {
	color: #ED5A16;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.p-solving__item-img {
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.p-solving__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 300/180;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-video {
	background-color: #44A2CC;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-video::before {
	-webkit-transform: translateX(-50%);
	background-image: url(../../assets/images/bg_blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-video .p-video__inner {
	max-width: 760px;
	max-width: 47.5rem;
}

.p-video__container {
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-video__head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background-color: #fff;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 5px;
	padding: 0.3125rem;
	position: relative;
	width: 100%;
}

.p-video__head::before {
	-webkit-transform: translateX(-50%);
	-webkit-clip-path: polygon(0 0, 50% 99%, 100% 0);
	aspect-ratio: 2/1;
	background-color: #fff;
	bottom: -15px;
	bottom: -0.9375rem;
	clip-path: polygon(0 0, 50% 99%, 100% 0);
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 50px;
	width: 3.125rem;
}

.p-video__title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 6vw;
	font-weight: 700;
}

.p-video__title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, from(#69d7f3), color-stop(21%, #697ffa), color-stop(40%, #5eb6f1), color-stop(59%, #4493ee), color-stop(79%, #2c4fea), to(#73a6f2));
	background: linear-gradient(90deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 10vw;
	font-weight: 800;
}

.p-video__thumb {
	-webkit-transition: opacity 0.3s ease;
	aspect-ratio: 76/43;
	cursor: pointer;
	display: inline-block;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 760px;
	max-width: 47.5rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-video__thumb img {
	-o-object-fit: contain;
	aspect-ratio: 76/43;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-video__thumb:hover {
	opacity: 0.7;
}

.p-video__iframe-wrapper {
	aspect-ratio: 76/43;
	position: relative;
	width: 100%;
}

.p-video__iframe-wrapper iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-works {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-works .p-works__inner {
	max-width: 1130px;
	max-width: 70.625rem;
}

.p-works__container {
	margin: auto;
	max-width: 540px;
	max-width: 33.75rem;
}

.p-works__list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	row-gap: 20px;
	row-gap: 1.25rem;
}

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

.p-works__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 290/186;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-works__item-text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-works__item-text span {
	background-color: #315DEB;
	border-radius: 2.0625rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 5px 15px;
	padding: 0.3125rem 0.9375rem;
}

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

.p-works__banner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 80px;
	margin-top: 5rem;
	padding: 60px 20px 0 20px;
	padding: 3.75rem 1.25rem 0 1.25rem;
	position: relative;
}

.p-works__banner::before {
	-webkit-box-shadow: 4px 4px 20px rgba(8, 45, 126, .1);
	background: linear-gradient(172deg, #69d7f3 0%, #697ffa 21%, #5eb6f1 40%, #4493ee 59%, #2c4fea 79%, #73a6f2 100%);
	border: 4px solid #fff;
	border: 0.25rem solid #fff;
	border-radius: 6px;
	bottom: 0;
	box-shadow: 4px 4px 20px rgba(8, 45, 126, .1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-works__banner-textWrap {
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-guide-content__item-img {
	width: 100%;
}

.p-works__banner-text {
	color: #fff;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-works__banner-img {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	max-width: 240px;
	max-width: 15rem;
}

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

.p-works__banner-button {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.u-fade-in,
.u-fade-in-delay,
.u-fade-in-delay2 {
	opacity: 0;
}

.u-fade-in.is-active {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.u-fade-in-delay.is-active {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: 0.5s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: 0.5s;
}

.u-fade-in-delay2.is-active {
	-webkit-animation: fadeIn 1s ease-out forwards;
	-webkit-animation-delay: 1s;
	animation: fadeIn 1s ease-out forwards;
	animation-delay: 1s;
}

.u-bg {
	height: 100%;
	position: relative;
	width: 100%;
}

.u-bg::before {
	-webkit-transform: translateX(-50%);
	background-image: url(../../assets/images/bg_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: calc(100% + 5.625rem);
	left: 50%;
	opacity: 0.6;
	position: absolute;
	top: -80px;
	top: -5rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

}

@media (hover: none) {

a:active {
	opacity: 0.8;
}

}

@media (any-hover: hover) {

.c-button:hover {
	background-position: 100% 0;
	color: #fff;
	opacity: 1;
}

.c-button:hover::before {
	color: #000;
	color: initial;
	opacity: 0;
}

.c-button.c-button--blue:hover {
	background-color: #fff;
	color: #315DEB;
	opacity: 1;
}

.c-button.c-button--blue:hover::before {
	color: #000;
	color: initial;
	opacity: 0;
}

.p-footer__nav-item a:hover {
	color: #4394D0;
	opacity: 1;
}

.p-footer__nav-item a:hover::before {
	bottom: 0rem;
	opacity: 1;
}

.p-header__nav-link:hover {
	color: #4394D0;
	opacity: 1;
}

.p-header__nav-link:hover::before {
	bottom: 1.1875rem;
	opacity: 1;
}

}

@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-button {
	font-size: 1.625rem;
	padding: 1.6875rem;
}

.c-button.c-button--blue {
	padding: 1.4375rem 2.71875rem;
}

.c-title--flow img {
	max-width: 31rem;
}

.c-title--works img {
	max-width: 40.375rem;
}

.c-title--faq img {
	max-width: 23.25rem;
}

.c-title__ja {
	margin: -2.8125rem auto 0;
}

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

.p-benefit {
	padding-top: 15rem;
}

.p-benefit__list {
	margin-top: 2.5rem;
}

.p-compare {
	padding-bottom: 10.4375rem;
	padding-top: 4.375rem;
}

.p-compare__list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 3.75rem auto 0;
}

.p-compare__item-head {
	height: 6.125rem;
}

.p-compare__item-title {
	font-size: 2.25rem;
}

.p-compare__item:nth-child(2) .p-compare__item-title {
	font-size: 2.5rem;
}

.p-cta {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-cta .p-cta__inner {
	padding-left: 25px;
	padding-right: 25px;
}

.p-cta__title-sub {
	font-size: 1.875rem;
}

.p-cta__title-main {
	font-size: 2.5rem;
	line-height: 1;
	margin-top: 1.875rem;
}

.p-cta__button {
	margin-top: 1.875rem;
}

.p-faq {
	padding-bottom: 9.1875rem;
	padding-top: 7.5rem;
}

.p-faq__list {
	margin: 1.875rem auto 0;
	max-width: 55rem;
}

.p-faq-list__item-question {
	font-size: 1.25rem;
	padding: 1.75rem 3.75rem 1.75rem 3.125rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	right: 1.25rem;
	width: 1.25rem;
}

.p-faq-list__item-question span::after {
	left: -3.125rem;
	width: 3.125rem;
}

.p-faq-list__item-answer {
	font-size: 1rem;
	padding: 1.25rem 2.5rem 0.9375rem 3.125rem;
}

.p-faq-list__item-answer span {
	min-width: 1.875rem;
}

.p-faq-list__item-answer span::after {
	left: -3.125rem;
	width: 3.125rem;
}

.p-flow__list {
	margin-top: 3.75rem;
}

.p-footer__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 6.25rem;
}

.p-footer__nav-list {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0;
	margin-top: initial;
}

.p-fv::before {
	width: 45%;
}

.p-fv__inner {
	padding-left: 20px;
	padding-right: 20px;
}

.p-fv__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	padding-top: 0;
	padding-top: initial;
}

.p-fv__title {
	padding: 2.9375rem 1.8125rem 2.0625rem 1.8125rem;
	width: auto;
	width: initial;
}

.p-fv__title-main {
	font-size: min(3.82vw, 3.4375rem);
}

.p-fv__title-main span {
	font-size: min(5rem, 5.6vw);
}

.p-fv__title-sub {
	font-size: min(2.1vw, 1.875rem);
	padding: 0.6875rem 1.875rem;
}

.p-fv__title-sub span {
	font-size: min(2.25vw, 2rem);
}

.p-fv__text {
	font-size: min(2.1vw, 1.875rem);
	right: 6%;
	top: 4.125rem;
}

.p-fv__text-img {
	width: 2.1875rem;
}

.p-fv__img {
	max-width: 34.375rem;
}

.p-fv__img img {
	aspect-ratio: 550/720;
}

.p-header__logo {
	max-width: 8.875rem;
}

.p-information {
	padding-bottom: 8.75rem;
	padding-top: 8.4375rem;
}

.p-information .p-information__inner {
	max-width: 900px;
}

.p-information__title {
	font-size: 1.875rem;
}

.p-information__title span {
	font-size: 2.5rem;
}

.p-information__container {
	max-width: none;
	max-width: initial;
}

.p-information__container + .p-information__container {
	margin-top: 6.25rem;
}

.p-information__head-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 2.5rem;
}

.p-information__bottom-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 1.875rem;
}

.p-information__text {
	font-size: 1.375rem;
}

.p-information__text span {
	font-size: 2.75rem;
}

.p-information__bottom {
	font-size: 2.625rem;
	margin-top: 3.25rem;
}

.p-information__bottom span {
	font-size: 6.75rem;
}

.p-problem {
	padding-bottom: 10rem;
	padding-top: 12.5rem;
}

.p-problem::before {
	bottom: 2.6875rem;
	width: 11.25rem;
}

.p-problem__title-ja {
	font-size: min(3.82vw, 3.4375rem);
}

.p-problem__title-ja span {
	font-size: min(8vw, 4.375rem);
}

.p-problem_title-en {
	top: -6.25rem;
}

.p-problem__list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-direction: row;
	margin: 2.5rem auto 0;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-solving {
	padding-bottom: 0;
	padding-bottom: initial;
}

.p-solving::after {
	bottom: -7.9375rem;
	height: 8rem;
}

.p-solving__title {
	font-size: 2.1875rem;
}

.p-solving__title::before,
.p-solving__title::after {
	height: 100%;
	width: 0.3125rem;
}

.p-solving__title::before {
	-webkit-transform: rotate(-35deg);
	left: -6.25rem;
	transform: rotate(-35deg);
}

.p-solving__title::after {
	-webkit-transform: rotate(35deg);
	right: -6.25rem;
	transform: rotate(35deg);
}

.p-solving__title-line {
	font-size: 2.1875rem;
	padding: 0 1.25rem;
}

.p-solving__title-strong {
	font-size: 5rem;
}

.p-solving__title-large {
	font-size: 2.5rem;
}

.p-solving__list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-top: 3.3125rem;
}

.p-video {
	padding-bottom: 7rem;
	padding-top: 4.5rem;
}

.p-video__head {
	padding: 0.875rem 0.625rem 1.25rem;
}

.p-video__head::before {
	bottom: -1.5625rem;
	width: 4.375rem;
}

.p-video__title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-direction: row;
	font-size: 1.875rem;
	line-height: 1;
}

.p-video__title span {
	font-size: 2.8125rem;
}

.p-video__thumb {
	margin-top: 3.4375rem;
}

.p-works {
	padding-bottom: 9rem;
	padding-top: 7.5rem;
}

.p-works__container {
	max-width: none;
	max-width: initial;
}

.p-works__list {
	-moz-column-gap: 2.75rem;
	-webkit-column-gap: 2.75rem;
	column-gap: 2.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.5rem;
	max-width: 60rem;
	row-gap: 2.5rem;
}

.p-works__item-img {
	max-width: 18.125rem;
}

.p-works__item-text {
	font-size: 1.25rem;
}

.p-works__banner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	align-items: flex-end;
	flex-direction: row;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	margin-top: 7.75rem;
	padding: 0 4.4vw 0 6.4vw;
}

.p-works__banner::before {
	height: calc(100% - 3.5rem);
}

.p-works__banner-text {
	font-size: min(3.5vw, 2.625rem);
}

.p-works__banner-img {
	max-width: 22.8125rem;
}

.p-works__banner-button {
	margin-top: 0.6875rem;
}

}

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

.p-flow__item {
	padding: 5.9375rem 1.125rem 0.875rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.p-fv {
	margin-top: 5rem;
}

.p-header {
	height: 5rem;
}

.p-header__inner {
	padding: 0 2.5rem;
}

.p-header__nav {
	display: block;
}

.p-header__hamburger {
	display: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


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