.u-font__noto {
	font-family: "Noto Sans JP", sans-serif !important;
}

.u-font__sg {
	font-family: "Roboto", sans-serif !important;
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #F1F4F5;
	scroll-behavior: smooth;
	scroll-padding-top: calc(80px + 0.625rem);
	color: #00100E;
	font-family: "Noto Sans JP", sans-serif !important;
}

a {
	transition: 0.3s;
	color: #00100E;
	text-decoration: none;
}

picture,
img {
	display: inline-block;
}

img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	vertical-align: bottom;
	border: none;
}

.l-header {
	position: absolute;
	z-index: 800;
	padding-top: 2rem;
	padding-left: 3.125rem;
	width: 100%;
	height: 5rem;
}

.l-header__logo img {
	aspect-ratio: 200/48;
	width: 100%;
	max-width: 12.5rem;
	height: auto;
	object-fit: contain;
}

.l-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 3.125rem;
	width: 100%;
	max-width: 1250px;
	height: inherit;
}

.l-inner--800 {
	max-width: 56.25rem;
}

.l-footer {
	position: relative;
	background: linear-gradient(to top right, #26418C, #182A58);
	padding-block: 2.375rem;
	padding-block: 2.6875rem;
}

.l-footer__pagetop {
	position: absolute;
	top: 0;
	right: 3.125rem;
	transform: translate(0, -50%);
	z-index: 800;
}

.l-footer__copy {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.1666666667;
	font-family: "Roboto", sans-serif;
	text-align: center;
}

.l-section {
	margin-top: 6.25rem;
}

.c-btn {
	display: inline-block;
	position: relative;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.25);
	border: 1px solid #26418C;
	background-color: #26418C;
	padding-right: 5.625rem;
	padding-left: 3.125rem;
	padding-block: 1rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
}

.c-btn--white {
	border-color: transparent;
	background-color: #ffffff;
	color: #00100E;
}

.svg-def {
	display: none;
}

.c-btn__arrow {
	fill: #ffffff;
	position: absolute;
	top: 50%;
	right: 3.375rem;
	transform: translateY(-50%);
	transition: fill 0.3s;
	width: 1rem;
	height: 1rem;
}

.c-btn--white .c-btn__arrow {
	fill: #00100E;
}

.c-btn:focus {
	background-color: #ffffff;
	color: #26418C;
}

.c-btn:focus .c-btn__arrow {
	fill: #26418C;
}

.c-btn--white:focus {
	border-color: #ffffff;
	background-color: #26418C;
	color: #ffffff;
}

.c-btn--white:focus .c-btn__arrow {
	fill: #ffffff;
}

.c-btn--resultFv {
	padding-right: 6.75rem;
	padding-left: 4.375rem;
}

.c-btn--resultFv .c-btn__arrow {
	right: 5.0625rem;
}

.c-btn--card {
	box-shadow: none;
	border: 2px solid #26418C;
	background-color: transparent;
	padding-right: 1.625rem;
	padding-left: 0;
	padding-block: 0.75rem;
	width: 100%;
	color: #26418C;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	text-align: center;
}

.c-btn--card:focus {
	border-color: #26418C;
	background-color: #26418C;
	color: #ffffff;
}

.c-btn--card:focus .c-btn__arrow {
	fill: #ffffff;
}

.c-btn--card .c-btn__arrow {
	fill: #26418C;
	right: 50%;
	transform: translate(calc(3.4375rem + 50%), -50%);
}

.c-sectionTitle {
	display: inline-block;
	position: relative;
	text-align: center;
}

.c-sectionTitle__sub {
	color: #26418C;
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.1875;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

.c-sectionTitle__main {
	margin-top: 0.5rem;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.446875;
}

.c-sectionTitle--white .c-sectionTitle__sub,
.c-sectionTitle--white .c-sectionTitle__main {
	color: #ffffff;
}

.c-sectionTitle--border::after {
	display: block;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #26418C;
	width: 4rem;
	height: 0.25rem;
	content: "";
}

.c-sectionTitle--white.c-sectionTitle--border::after {
	background-color: #ffffff;
}

.c-toggleBtn {
	padding-bottom: 1rem;
}

.c-toggleBtn input[type=checkbox] {
	display: none;
}

.c-toggleBtn label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-right: 9.375rem;
	width: 100%;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
}

.c-toggleBtn label::before,
.c-toggleBtn label::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: right 0.3s, transform 0.3s, color 0.3s, background-color 0.3s, text-align 0.3s;
	content: "";
}

.c-toggleBtn label::before {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-radius: 0.875rem;
	background-color: #D9D9D9;
	padding-right: 0.75rem;
	padding-left: 1.4375rem;
	padding-block: 0.25rem;
	width: 5.5rem;
	content: "\3044\3044\3048";
	color: #A7A7A7;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	text-align: right;
}

.c-toggleBtn label::after {
	top: 50%;
	right: 3.875rem;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
}

.c-toggleBtn input:checked + label::before {
	background: linear-gradient(to top right, #26418C, #182A58);
	content: "\306F\3044";
	color: #ffffff;
	text-align: left;
}

.c-toggleBtn input:checked + label::after {
	right: 0.125rem;
}

.c-selectBox {
	display: block;
	position: relative;
	border-radius: 0.1875rem;
	width: 15rem;
	overflow: hidden;
}

.c-selectBox::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background-image: url(../img/common/arrow-down.svg);
	background-position: center center;
	background-size: 0.75rem 0.4625rem;
	background-repeat: no-repeat;
	background-color: #26418C;
	aspect-ratio: 1/1;
	width: auto;
	height: 100%;
	pointer-events: none;
	content: "";
}

.c-selectBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 2px solid #26418C;
	background-color: transparent;
	padding-inline: 1rem;
	padding-block: 0.75rem;
	width: 100%;
	height: 100%;
	color: #00100E;
	font-weight: 500;
	font-size: 0.75rem;
}

.c-selectBox--fz16 select {
	padding-block: 0.6875rem;
	font-size: 1rem;
}

.c-selectBox select:focus {
	outline: 1px solid #26418C;
}

.p-topFv {
	position: relative;
	background-color: #ffffff;
	padding-bottom: 10.375rem;
	overflow: hidden;
}

.p-topFv__bgImage {
	-webkit-clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
	aspect-ratio: 950/650;
	width: 66.3888888889vw;
	height: auto;
	overflow: hidden;
}

.p-topFv__bgImage::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(21, 43, 77, 0.72);
	width: 100%;
	height: 100%;
	content: "";
}

.p-topFv__bgImage img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-topFv__imageWrapper {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 56.3541666667vw;
}

.p-topFv__imageWrapper--next {
	transform: translateX(35.5vw);
}

.p-topFv__imageInner {
	overflow: hidden;
}

.p-topFv__scrollDown {
	-webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
	bottom: 0;
	left: 1.0416666667vw;
	transform: translateY(50%);
	z-index: 10;
	clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
	background: linear-gradient(to top right, #26418C, #182A58);
	padding-left: 4.9652777778vw;
	padding-block: 1.2152777778vw;
	width: 19.8611111111vw;
	color: #ffffff;
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
	text-align: left;
}

.p-topFv__scrollDownArrow {
	fill: #ffffff;
	position: absolute;
	top: 50%;
	right: 5.2777777778vw;
	transform: translateY(-70%) rotate(90deg);
	animation: arrowmove 2s ease-in-out infinite;
	width: 0.83125rem;
	height: 0.83125rem;
}

.p-topFv__image {
	position: relative;
	left: 1.9444444444vw;
}

.p-topFv__image picture {
	-webkit-clip-path: polygon(37% 0, 100% 0, 63% 100%, 0% 100%);
	display: inline-block;
	position: relative;
	clip-path: polygon(37% 0, 100% 0, 63% 100%, 0% 100%);
	aspect-ratio: 811.5/601;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.p-topFv__imageWrapper--next .p-topFv__image picture::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 16, 14, 0.5);
	width: 100%;
	height: 100%;
	content: "";
}

.p-topFv__image picture img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-topFv__wrapper {
	position: relative;
	z-index: 10;
	padding-top: 10.0694444444vw;
}

.p-topFv__subTitle {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
}

.p-topFv__mainTitle {
	margin-top: 1.5rem;
	color: #ffffff;
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 1.45;
	letter-spacing: 0.1em;
}

.p-topFv__btnWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-topFv__text {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4375;
}

.p-topFv__text span {
	font-weight: 800;
	font-size: 2.25rem;
	line-height: 1.1666666667;
	font-family: "Roboto", sans-serif;
}

.p-topFv__text::before,
.p-topFv__text::after {
	display: block;
	position: absolute;
	top: 50%;
	background-color: #ffffff;
	width: 0.875rem;
	height: 0.125rem;
	content: "";
}

.p-topFv__text::before {
	left: -0.75rem;
	transform: translate(-100%, -50%) rotate(60deg);
}

.p-topFv__text::after {
	right: -0.75rem;
	transform: translate(100%, -50%) rotate(-60deg);
}

.p-topFv__btn {
	margin-top: 0.1875rem;
}

.p-topFv__flexWrapper {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	gap: 3.375rem;
	margin-top: 20.8333333333vw;
	margin-left: calc(50% - 50vw);
}

.p-topFv__flexImage {
	display: inline-block;
	position: relative;
	aspect-ratio: 629/380;
	width: 43.6805555556vw;
}

.p-topFv__flexImage::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0, 50%);
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
	background: linear-gradient(to bottom left, #26418C, #182A58);
	width: 16.6666666667vw;
	height: 4.5rem;
	content: "";
}

.p-topFv__flexWrapper picture {
	overflow: hidden;
}

.p-topFv__flexWrapper picture img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-topFv__body {
	flex: 1;
}

.p-topFv__message {
	position: relative;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.446875;
	white-space: nowrap;
}

.p-topFv__message::after {
	display: block;
	position: absolute;
	bottom: -1.5625rem;
	left: 0;
	background-color: #26418C;
	width: 4rem;
	height: 0.25rem;
	content: "";
}

.p-topFv__textMessage {
	margin-top: 4.625rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
}

.p-topFv__textMessage + .p-topFv__textMessage {
	margin-top: 1.75rem;
}

.p-topCheckList {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 13.875rem;
}

.p-topCheckList::before {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	background: linear-gradient(to top right, #26418C, #182A58);
	width: 34.0277777778vw;
	height: 6.25rem;
	content: "";
}

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

.p-topCheckList__wrapper {
	margin-top: 6.25rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding-top: 3.125rem;
	padding-bottom: 5rem;
	padding-inline: 3.125rem;
}

.p-topCheckList__wrapper--mt80 {
	margin-top: 5rem;
}

.p-topCheckList__listTitle {
	position: relative;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.44375;
	text-align: center;
}

.p-topCheckList__listTitle::after {
	display: block;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #26418C;
	width: 4rem;
	height: 0.25rem;
	content: "";
}

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

.p-topCheckList__selectWprapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 3.75rem;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 0.875rem;
	font-family: "Noto Sans JP", sans-serif !important;
}

.p-topCheckList__selectWprapper--mt64 {
	margin-top: 4rem;
}

.p-topCheckList__selectWprapper--pb16 {
	padding-bottom: 1rem;
}

.p-topCheckList__selectWprapper--center {
	align-items: center;
}

.p-topCheckList__selectWprapper + .p-topCheckList__selectWprapper {
	margin-top: 1rem;
}

.p-topCheckList__selectWprapper label {
	flex: 1;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
}

.p-topCheckList__selectWprapper label span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.4166666667;
}

.p-topCheckList__selectBox {
	margin-block: 0.21875rem;
}

.p-topCheckList__text {
	margin-top: 3rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
	text-align: center;
}

.p-topCheckList__toggleListTitle {
	margin-top: 5rem;
	color: #26418C;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.45;
	text-align: center;
}

.p-topCheckList__toggleListTitle--mt64 {
	margin-top: 4rem;
}

.p-topCheckList__toggleWrapper {
	margin-top: 1rem;
}

.p-topCheckList__toggleWrapper--mt32 {
	margin-top: 2rem;
}

.p-topCheckList__toggleBtn {
	border-bottom: 1px solid #D9D9D9;
}

.p-topCheckList__selectWprapper select {
	font-size: 1rem;
}

.p-topCheckList__selectWprapper select option:disabled {
	font-size: 0.75rem;
}

select {
	font-family: "Noto Sans JP", sans-serif !important;
}

.p-topOthers {
	position: relative;
	background-color: #ffffff;
	padding-top: 12.4375rem;
	padding-bottom: 7.5rem;
}

.p-topOthers::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
	background: linear-gradient(to top right, #26418C, #182A58);
	width: 33.4722222222vw;
	height: 7.6875rem;
	content: "";
}

.p-topOthers picture {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.p-topOthers__wrapper {
	position: relative;
	z-index: 1;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	background-color: #F1F4F5;
	padding-top: 3.125rem;
	padding-bottom: 5rem;
	padding-inline: 3.125rem;
}

.p-topOthers__heading {
	margin-bottom: 3rem;
	text-align: center;
}

.p-topOthers__toggleWrapper {
	margin-top: 1rem;
}

.p-topOthers__toggleWrapper--mt80 {
	margin-top: 5rem;
}

.p-topOthers__toggleBtn {
	border-bottom: 1px solid #D9D9D9;
}

.p-topOthers__btn {
	margin-top: 5rem;
	text-align: center;
}

.p-topOthers__btn--remark {
	margin-top: 1.875rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}

.p-pageTop {
	transition: background-color 0.3s;
	cursor: pointer;
	border: 5px solid #26418C;
	border-radius: 50%;
	background-color: #ffffff;
	width: 5rem;
	height: 5rem;
}

.p-pageTop:focus {
	background-color: #26418C;
}

.p-pageTop__arrow {
	fill: #26418C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: fill 0.3s;
	width: 1.66875rem;
	height: 1.66875rem;
}

.p-pageTop:focus .p-pageTop__arrow {
	fill: #ffffff;
}

.p-resultFv {
	position: relative;
}

.p-resultFv::before {
	-webkit-clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 5rem;
	right: 0;
	z-index: 1;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
	background: linear-gradient(to top right, #26418C, #182A58);
	width: 89.8958333333vw;
	height: 42.125rem;
	content: "";
}

.p-resultFv::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	display: block;
	position: absolute;
	top: 47.125rem;
	left: 0;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background: linear-gradient(to bottom left, #26418C, #182A58);
	width: 10.0694444444vw;
	height: 18.3125rem;
	content: "";
}

.p-resultFv picture {
	-webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
	width: 65.9722222222vw;
	height: 40.625rem;
	overflow: hidden;
}

.p-resultFv picture::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(21, 43, 77, 0.72);
	width: 100%;
	height: 100%;
	content: "";
}

.p-resultFv picture img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-resultFv__wrapper {
	position: relative;
	z-index: 10;
	padding-top: 8.125rem;
	padding-bottom: 5rem;
	padding-inline: 3.125rem;
}

.p-resultFv__textWrapper {
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	background-color: #F1F4F5;
	padding: 3.125rem 0.75rem;
	text-align: center;
}

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

.p-resultFv__value {
	opacity: 0;
	margin-top: 3rem;
	color: #D90A27;
	font-weight: 700;
	font-size: 6rem;
	line-height: 1.1770833333;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
}

.p-resultFv__value.js-show {
	opacity: 1;
}

.p-resultFv__value .count-up {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

.p-resultFv__max,
.p-resultFv__yen {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.446875;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}

.p-resultFv__max {
	padding-right: 0.5rem;
}

.p-resultFv__yen {
	padding-left: 0.5rem;
	color: #00100E;
}

.p-resultFv__note {
	margin-top: 0.625rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
	text-align: center;
}

.p-resultFv__text {
	margin-top: 2rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
}

.p-resultFv__btn {
	margin-top: 1rem;
	text-align: center;
}

.p-resultCaseStudy {
	padding-top: 6.25rem;
	padding-bottom: 10rem;
}

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

.p-resultCaseStudy__text {
	margin-top: 3rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
	text-align: center;
}

.p-resultCaseStudy__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.1875rem;
	margin-top: 4rem;
}

.p-resultCaseStudy__item {
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 2rem;
}

.p-resultCaseStudy__itemTitle {
	position: relative;
	height: 5.875rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.45;
	text-align: center;
}

.p-resultCaseStudy__itemTitle::after {
	display: block;
	position: absolute;
	bottom: -0.1875rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #26418C;
	width: 4rem;
	height: 0.25rem;
	content: "";
}

.p-resultCaseStudy__itemTitle--pt20 {
	padding-top: 1.25rem;
}

.p-resultCaseStudy__itemList {
	margin-top: 2rem;
}

.p-resultCaseStudy__itemList {
	counter-reset: listnum;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
	list-style: none;
}

.p-resultCaseStudy__itemtext {
	position: relative;
	padding-left: 2.6875rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
}

.p-resultCaseStudy__itemtext::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	color: #26418C;
	font-style: italic;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.1666666667;
	font-family: "Roboto", sans-serif;
}

.p-resultCaseStudy__itemtext + .p-resultCaseStudy__itemtext {
	margin-top: 1rem;
}

.p-resultAvailabile {
	position: relative;
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.p-resultAvailabile::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 5rem;
	left: 0;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
	background: linear-gradient(to bottom left, #26418C, #182A58);
	width: 55.625vw;
	height: 17.5rem;
	content: "";
}

.p-resultAvailabile picture {
	-webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
	width: 60.8333333333vw;
	height: 19.875rem;
	overflow: hidden;
}

.p-resultAvailabile picture img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	object-fit: cover;
}

.p-resultAvailabile__wrapper {
	position: relative;
	z-index: 2;
}

.p-resultAvailabile__subTitle {
	color: #ffffff;
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.1875;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

.p-resultAvailabile__mainTitle {
	margin-top: 0.5rem;
	color: #ffffff;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.446875;
}

.p-resultAvailabile__list {
	margin-top: 11.3125rem;
}

.p-tab-list__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-tab-list__item {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s, backgtound-color 0.3s;
	background-color: #D9D9D9;
	width: 100%;
	height: 3.8125rem;
	color: #ffffff;
	font-size: 1.25rem;
}

.p-tab-list__item.is-active {
	background-color: #26418C;
}

.p-tab-list__item.is-active::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	position: absolute;
	bottom: 0.0625rem;
	left: 50%;
	transform: translate(-50%, 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #26418C;
	width: 1rem;
	height: 0.75rem;
	content: "";
}

.p-tab-list__item:not(.is-active) {
	cursor: pointer;
}

.p-tab-list__item:not(.is-active):focus {
	opacity: 0.7;
}

.p-tab-list__container {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
}

.p-tab-list__content {
	-moz-column-gap: 3.75rem;
	display: none;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3.75rem;
	row-gap: 6.25rem;
	margin-top: 5rem;
	width: 100%;
}

.p-tab-list__content.is-active {
	display: grid;
	animation: fadeIn 0.3s linear;
}

.p-tab-list__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.p-tab-list__cardCategory {
	background-color: #085ED4;
	padding-inline: 1rem;
	padding-block: 0.125rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-tab-list__cardCategory--base {
	background-color: #26418C;
}

.p-tab-list__cardTitle {
	position: relative;
	margin-top: 0.75rem;
	width: 100%;
	min-height: 4rem;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 1.4545454545;
}

.p-tab-list__cardTitle::after {
	display: block;
	position: absolute;
	bottom: -1rem;
	left: 0;
	background-color: #26418C;
	width: 100%;
	height: 0.25rem;
	content: "";
}

.p-tab-list__cardText {
	margin-top: 2.5rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
}

.p-tab-list__cardBtn {
	margin-top: auto;
	padding-top: 1.25rem;
	width: 100%;
}

.p-tab-list__none {
	display: none;
	position: absolute;
	top: 0rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: center;
}

.p-tab-list__content {
	position: relative;
}

input[type=submit],
input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
	box-sizing: border-box;
	border: none;
	border-radius: 0px;
	background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

.row.jc-center {
	justify-content: center;
}

.p-contactFv {
	position: relative;
}

.p-contactFv::before {
	-webkit-clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 5rem;
	right: 0;
	z-index: 1;
	clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
	background: linear-gradient(to top right, #26418C, #182A58);
	width: 89.8958333333vw;
	height: 42.125rem;
	content: "";
}

.p-contactFv::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	display: block;
	position: absolute;
	top: 47.125rem;
	left: 0;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background: linear-gradient(to bottom left, #26418C, #182A58);
	width: 10.0694444444vw;
	height: 18.3125rem;
	content: "";
}

.p-contactFv__image {
	-webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
	width: 65.9722222222vw;
	height: 40.625rem;
	overflow: hidden;
}

.p-contactFv__image::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(21, 43, 77, 0.72);
	width: 100%;
	height: 100%;
	content: "";
}

.p-contactFv__image img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-contactFv__wrapper {
	position: relative;
	z-index: 10;
	padding-top: 8.125rem;
	padding-bottom: 6.5rem;
}

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

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

.p-contactFv__text {
	margin-top: 3rem;
	color: #ffffff;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
	white-space: nowrap;
}

.p-contactFv__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.94375rem;
	margin-top: 4rem;
}

.p-contactFv__item {
	position: relative;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.p-contactFv__item + .p-contactFv__item::before {
	display: block;
	position: absolute;
	top: 50%;
	left: -0.3125rem;
	transform: translate(-100%, -50%) rotate(-90deg);
	background-image: url(../img/common/arrow-down.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 2rem;
	height: 1.25rem;
	content: "";
}

.p-contactFv__itemImage {
	position: relative;
}

.p-contactFv__item picture {
	display: inline-block;
	position: relative;
	aspect-ratio: 252/162;
	width: 100%;
	overflow: hidden;
}

.p-contactFv__item picture img {
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-contactFv__step {
	-webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	transform: translate(0, 50%);
	z-index: 1;
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
	background: linear-gradient(to top right, #26418C, #182A58);
	width: 6.5625rem;
	height: 1.51875rem;
	color: #ffffff;
	font-style: italic;
	font-weight: 700;
	font-size: 0.875rem;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
}

.p-contactFv__itemBody {
	padding-top: 1.2625rem;
	padding-bottom: 1.25rem;
	padding-inline: 1.25rem;
}

.p-contactFv__itemTitle {
	position: relative;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.45;
}

.p-contactFv__itemTitle.--remark {
	-moz-column-gap: 0.75rem;
	display: flex;
	column-gap: 0.75rem;
	align-items: center;
}

.p-contactFv__itemTitle .remark {
	background: #F1F4F5;
	padding: 0.25rem 0.5rem;
	color: #26418C;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0em;
}

.p-contactFv__itemTitle::after {
	display: block;
	position: absolute;
	bottom: -0.625rem;
	left: 0;
	background-color: #26418C;
	width: 1.5rem;
	height: 0.125rem;
	content: "";
}

.p-contactFv__itemText {
	margin-top: 1.75rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
}

.p-subContact {
	padding-top: 6.25rem;
	padding-bottom: 10rem;
}

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

/*----------------------------------
    form
-----------------------------------*/

.p-subContact__table {
	margin: auto;
	margin-top: 4rem;
	width: 50rem;
	max-width: 100%;
}

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

.p-subContact__item:not(:last-of-type) {
	margin-bottom: 2.5rem;
}

.p-subContact__item.aifs {
	align-items: flex-start;
}

.p-subContact__item .contact-item {
	-moz-column-gap: 1rem;
	display: flex;
	column-gap: 1rem;
	align-items: center;
}

.p-subContact__item .contact-item span:first-of-type {
	padding: 0.125rem 1rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-subContact__item .contact-item span:nth-of-type(2) {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-subContact__item .contact-item span.must {
	background: #26418C;
	color: #ffffff;
}

.p-subContact__item .contact-item span.random {
	background: #D9D9D9;
	color: #00100E;
}

.p-subContact__item .contact-body {
	width: 31.25rem;
	max-width: 100%;
}

.p-subContact__item input[type=text],
.p-subContact__item input[type=email],
.p-subContact__item select,
.p-subContact__item textarea {
	outline: none;
	border: none;
	padding: 0.6875rem 1.5rem;
	width: 100%;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-subContact__item input[type=text]::-moz-placeholder,
.p-subContact__item input[type=email]::-moz-placeholder,
.p-subContact__item select::-moz-placeholder,
.p-subContact__item textarea::-moz-placeholder {
	color: #BABABA;
}

.p-subContact__item input[type=text]::placeholder,
.p-subContact__item input[type=email]::placeholder,
.p-subContact__item select::placeholder,
.p-subContact__item textarea::placeholder {
	color: #BABABA;
}

.p-subContact__item textarea {
	height: 12.5rem;
	resize: vertical;
}

.p-subContact__item .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1rem;
	margin-bottom: 2.0625rem;
}

.p-subContact__item input[type=checkbox] {
	display: none;
}

.p-subContact__item .wpcf7-list-item {
	margin-left: 0;
}

.p-subContact__item .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	padding-left: 1.25rem;
}

.p-subContact__item .wpcf7-list-item .wpcf7-list-item-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 1px solid rgb(38, 65, 140);
	background: #fff;
	aspect-ratio: 1;
	width: 1rem;
	height: auto;
	content: "";
}

.p-subContact__item .wpcf7-list-item .wpcf7-list-item-label::after {
	position: absolute;
	top: 0;
	left: 0.375rem;
	transform: rotate(45deg);
	opacity: 0;
	border-right: 1.5px solid rgb(38, 65, 140);
	border-bottom: 1.5px solid rgb(38, 65, 140);
	width: 0.375rem;
	height: 0.75rem;
	content: "";
}

.p-subContact__item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.p-subContact__item .textarea-upper {
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-subContact__item .wpcf7-not-valid-tip {
	margin-top: 0.5rem;
	color: #26418C;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.p-subContact__item .contact-body.contact-select {
	position: relative;
}

.p-subContact__item .contact-body.contact-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	width: 100%;
}

.p-subContact__item .contact-body.contact-select select:hover {
	cursor: pointer;
}

.p-subContact__item .contact-body.contact-select select::-moz-placeholder {
	color: red;
}

.p-subContact__item .contact-body.contact-select select::placeholder {
	color: red;
}

.p-subContact__item .contact-body.contact-select::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-width: 0.75rem 0.5rem 0 0.5rem;
	border-style: solid;
	border-color: #D9D9D9 transparent transparent transparent;
	width: 0;
	height: 0;
	pointer-events: none;
	content: "";
}

.p-subContact__acceptance {
	margin-bottom: 3.125rem;
	text-align: center;
}

.p-subContact__acceptance input[type=checkbox] {
	display: none;
}

.p-subContact__acceptance a {
	color: #26418C;
	text-decoration: underline;
}

.p-subContact__acceptance .wpcf7-list-item {
	margin-left: 0;
}

.p-subContact__acceptance .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	padding-left: 1.25rem;
}

.p-subContact__acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 1px solid rgb(38, 65, 140);
	background: #fff;
	aspect-ratio: 1;
	width: 1rem;
	height: auto;
	content: "";
}

.p-subContact__acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
	position: absolute;
	top: 0;
	left: 0.375rem;
	transform: rotate(45deg);
	opacity: 0;
	border-right: 1.5px solid rgb(38, 65, 140);
	border-bottom: 1.5px solid rgb(38, 65, 140);
	width: 0.375rem;
	height: 0.75rem;
	content: "";
}

.p-subContact__acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

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

.p-contact__submit input[type=submit] {
	background: #26418C;
	padding: 1rem 4.375rem;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: left;
}

.p-contact__submit input[type=submit]:disabled {
	opacity: 0.5;
}

.p-contact__submit .p-contact__submit-wrap {
	position: relative;
	margin: auto;
	width: 20rem;
}

.p-contact__submit .p-contact__submit-wrap::after {
	position: absolute;
	top: 50%;
	right: 4.375rem;
	transform: translateY(-50%);
	background: url(../img/common/arrow-right.svg) no-repeat center center/cover;
	aspect-ratio: 1;
	width: 1.25rem;
	height: auto;
	pointer-events: none;
	content: "";
}

.p-contact__submit .wpcf7-spinner {
	display: none;
}

.u-animation__fadeInUp,
.u-animation__fadeInLeft,
.u-animation__fadeInRight,
.u-animation__fadeInLeftBig,
.u-animation__fadeInRightBig {
	opacity: 0;
}

/* フェードイン時に入るクラス */

.js-fadeInUp {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInUp__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInUpContents;
}

.js-fadeInLeft {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeft__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftContents;
}

.js-fadeInLeftBig {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInLeftBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInLeftBigContents;
}

.js-fadeInRight {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRight__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightContents;
}

.js-fadeInRightBig {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--1s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.js-fadeInRightBig__delay--2s {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeInRightBigContents;
}

.u-sp {
	display: none;
}

.u-pc {
	display: none !important;
}

.u-pc__inline {
	display: none !important;
}

.u-center {
	text-align: center !important;
}

.u-left {
	text-align: left !important;
}

.u-right {
	text-align: right !important;
}

.u-pointer__none {
	pointer-events: none !important;
}

.u-nowrap {
	white-space: nowrap;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

.c-btn:hover {
	cursor: pointer;
}

.p-subContact__item .wpcf7-list-item .wpcf7-list-item-label:hover {
	cursor: pointer;
}

.p-subContact__acceptance .wpcf7-list-item .wpcf7-list-item-label:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

.c-btn:hover {
	background-color: #ffffff;
	color: #26418C;
}

.c-btn:hover .c-btn__arrow {
	fill: #26418C;
}

.c-btn--white:hover {
	border-color: #ffffff;
	background-color: #26418C;
	color: #ffffff;
}

.c-btn--white:hover .c-btn__arrow {
	fill: #ffffff;
}

.c-btn--card:hover {
	border-color: #26418C;
	background-color: #26418C;
	color: #ffffff;
}

.c-btn--card:hover .c-btn__arrow {
	fill: #ffffff;
}

.p-pageTop:hover {
	background-color: #26418C;
}

.p-pageTop:hover .p-pageTop__arrow {
	fill: #ffffff;
}

.p-tab-list__item:not(.is-active):hover {
	opacity: 0.7;
}

}

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

html {
	font-size: 26.6666666667px;
}

}

@media (min-width: 768px) {

.js-fadeInUp__delay--1s {
	animation-delay: 1s;
}

.js-fadeInUp__delay--2s {
	animation-delay: 2s;
}

.js-fadeInLeft__delay--1s {
	animation-delay: 1s;
}

.js-fadeInLeft__delay--2s {
	animation-delay: 2s;
}

.js-fadeInLeftBig__delay--1s {
	animation-delay: 1s;
}

.js-fadeInLeftBig__delay--2s {
	animation-delay: 2s;
}

.js-fadeInRight__delay--1s {
	animation-delay: 1s;
}

.js-fadeInRight__delay--2s {
	animation-delay: 2s;
}

.js-fadeInRightBig__delay--1s {
	animation-delay: 1s;
}

.js-fadeInRightBig__delay--2s {
	animation-delay: 2s;
}

.u-pc {
	display: block !important;
}

.u-pc__inline {
	display: inline !important;
}

.u-center--pc {
	text-align: center !important;
}

.u-left--pc {
	text-align: left !important;
}

.u-right--pc {
	text-align: right !important;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

.u-nowrap--pc {
	white-space: nowrap;
}

}

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

html {
	font-size: calc(1600 / 1250 * 1vw);
}

}

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

.p-topFv__flexWrapper {
	margin-top: 15.4861111111vw;
}

}

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

.p-topFv__bgImage img {
	width: auto;
}

.p-resultFv picture img {
	width: auto;
}

.p-resultAvailabile picture img {
	height: 100%;
}

.p-contactFv__image img {
	width: auto;
}

}

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

body {
	scroll-padding-top: calc(80px + 0.625rem);
}

.l-header {
	padding-top: 1.25rem;
	padding-left: 1.25rem;
}

.l-header__logo img {
	aspect-ratio: 150/36;
	max-width: 9.375rem;
}

.l-inner {
	padding: 0 1.25rem;
	width: 100%;
	max-width: 650px;
}

.l-footer__pagetop {
	right: 1.25rem;
	transform: translate(0, -50%);
}

.l-section {
	margin-top: 3.125rem;
}

.c-btn {
	padding-right: 0;
	padding-left: 1.71875rem;
	width: 100%;
	text-align: left;
}

.c-btn__arrow {
	right: 2rem;
}

.c-btn.c-btn--white.c-btn--topFv {
	padding: 0.5rem 2rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
}

.c-btn--resultFv {
	padding-right: 0;
	padding-left: 4.84375rem;
	width: 100%;
	text-align: left;
}

.c-btn--card {
	padding-right: 1.625rem;
	padding-left: 0;
	padding-block: 0.375rem;
	text-align: center;
}

.c-sectionTitle__sub {
	font-size: 0.875rem;
	line-height: 1.1428571429;
}

.c-sectionTitle__main {
	font-size: 1.25rem;
	line-height: 1.6;
}

.c-toggleBtn label {
	padding-right: 5rem;
}

.c-toggleBtn label::before {
	padding-left: 0.8125rem;
	padding-block: 0.21875rem;
	width: 4.5rem;
	font-size: 0.75rem;
	line-height: 1.4166666667;
}

.c-toggleBtn label::after {
	right: 3.125rem;
	width: 1.25rem;
	height: 1.25rem;
}

.c-selectBox {
	width: 100%;
}

.c-selectBox--fz16 select {
	font-size: 0.75rem;
}

.p-topFv {
	padding-bottom: 6.6875rem;
}

.p-topFv__bgImage {
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 56%, 37% 56%, 0 100%, 0% 60%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 56%, 37% 56%, 0 100%, 0% 60%, 0 0);
	aspect-ratio: 375/680;
	width: 100%;
}

.p-topFv__imageWrapper {
	top: 101.3333333333vw;
	width: 100vw;
}

.p-topFv__imageWrapper--next {
	transform: translateX(63vw);
}

.p-topFv__scrollDown {
	-webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
	left: -12.8vw;
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
	padding-left: 9.6vw;
	padding-block: 3.2vw;
	width: 50.1333333333vw;
	font-size: 0.875rem;
}

.p-topFv__scrollDownArrow {
	right: 10.6666666667vw;
	width: 0.66875rem;
	height: 0.66875rem;
}

.p-topFv__image {
	left: 0;
}

.p-topFv__image picture {
	aspect-ratio: 375/300;
}

.p-topFv__wrapper {
	padding-top: 24.5333333333vw;
}

.p-topFv__subTitle {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-topFv__mainTitle {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	white-space: nowrap;
}

.p-topFv__btnWrapper {
	margin-top: 1.5rem;
	margin-right: auto;
	width: 13.875rem;
	width: 13.875rem;
}

.p-topFv__text {
	padding-right: 0.875rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-topFv__text span {
	font-size: 2rem;
	line-height: 1.1875;
}

.p-topFv__text::before,
.p-topFv__text::after {
	width: 1.4375rem;
}

.p-topFv__text::before {
	transform: translate(-100%, 155%) rotate(64deg);
}

.p-topFv__text::after {
	right: 0.375rem;
	transform: translate(100%, 155%) rotate(-64deg);
}

.p-topFv__btn {
	width: 100%;
}

.p-topFv__flexWrapper {
	flex-direction: column-reverse;
	gap: 3.0625rem;
	margin-top: 118.0555555556vw;
	margin-left: 0;
}

.p-topFv__flexImage {
	width: 100vw;
}

.p-topFv__flexImage::before {
	width: 38.16vw;
	height: 2.68125rem;
}

.p-topFv__body {
	width: 100%;
}

.p-topFv__message {
	font-size: 1.25rem;
	line-height: 1.6;
}

.p-topCheckList {
	padding-top: 4.625rem;
	padding-bottom: 7.275rem;
}

.p-topCheckList::before {
	width: 64vw;
	height: 3rem;
}

.p-topCheckList__wrapper {
	margin-top: 3.125rem;
	padding-bottom: 3.125rem;
	padding-inline: 1.25rem;
}

.p-topCheckList__wrapper--mt80 {
	margin-top: 3.15625rem;
}

.p-topCheckList__listTitle {
	font-size: 1.25rem;
	line-height: 1.6;
}

.p-topCheckList__formWrapper {
	margin-top: 4.125rem;
}

.p-topCheckList__selectWprapper {
	flex-direction: column;
	gap: 0.875rem;
	padding-bottom: 0.625rem;
}

.p-topCheckList__selectWprapper--mt64 {
	margin-top: 3.125rem;
}

.p-topCheckList__selectWprapper--center {
	align-items: flex-start;
	gap: 0.75rem;
}

.p-topCheckList__selectWprapper label {
	width: 100%;
	text-align: left;
}

.p-topCheckList__text {
	text-align: left;
}

.p-topCheckList__toggleListTitle {
	margin-top: 4rem;
	font-size: 1rem;
	line-height: 1.45;
}

.p-topCheckList__toggleListTitle--mt64 {
	margin-top: 3.125rem;
}

.p-topCheckList__toggleWrapper--mt32 {
	margin-top: 1.5rem;
}

.p-topOthers {
	padding-top: 7.4375rem;
	padding-bottom: 4rem;
}

.p-topOthers::before {
	z-index: 1;
	width: 32vw;
	height: 1.9125rem;
}

.p-topOthers__wrapper {
	padding-bottom: 3.125rem;
	padding-inline: 1.25rem;
}

.p-topOthers__heading {
	margin-bottom: 3.125rem;
}

.p-topOthers__toggleWrapper--mt80 {
	margin-top: 4.125rem;
}

.p-topOthers__btn {
	margin-top: 3.125rem;
}

.p-topOthers__btn--remark {
	margin-top: 1.25rem;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.6666666667;
	letter-spacing: 0em;
	text-align: center;
}

.p-pageTop {
	border: 3px solid #26418C;
	width: 3.125rem;
	height: 3.125rem;
}

.p-pageTop__arrow {
	width: 1rem;
	height: 1rem;
}

.p-resultFv::before {
	-webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
	top: 3.5rem;
	clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
	width: 89.3333333333vw;
	height: 38.625rem;
}

.p-resultFv::after {
	top: 42.125rem;
	width: 11.0666666667vw;
	height: 11.78125rem;
}

.p-resultFv picture {
	width: 100%;
	height: 38.25rem;
}

.p-resultFv__wrapper {
	padding-top: 5.5rem;
	padding-bottom: 3.125rem;
	padding-inline: 0;
}

.p-resultFv__textWrapper {
	padding-inline: 0.75rem;
}

.p-resultFv__value {
	font-size: 2rem;
	line-height: 1.1666666667;
}

.p-resultFv__max,
.p-resultFv__yen {
	font-size: 1.25rem;
	line-height: 1.6;
}

.p-resultFv__note {
	text-align: left;
}

.p-resultFv__text {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-resultFv__btn {
	margin-top: 2rem;
}

.p-resultCaseStudy {
	padding-top: 3.125rem;
	padding-bottom: 6.25rem;
}

.p-resultCaseStudy__text {
	text-align: left;
}

.p-resultCaseStudy__wrapper {
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 2rem;
}

.p-resultCaseStudy__item {
	padding-inline: 1.8125rem;
}

.p-resultCaseStudy__itemTitle {
	height: auto;
	font-weight: 900;
	font-size: 1rem;
	line-height: 1.45;
}

.p-resultCaseStudy__itemTitle::after {
	bottom: -1.25rem;
}

.p-resultCaseStudy__itemTitle--pt20 {
	padding-top: 0;
}

.p-resultCaseStudy__itemList {
	margin-top: 3.125rem;
}

.p-resultCaseStudy__itemList {
	width: 100%;
}

.p-resultCaseStudy__itemtext {
	padding-left: 2.3125rem;
}

.p-resultCaseStudy__itemtext + .p-resultCaseStudy__itemtext {
	margin-top: 0.75rem;
}

.p-resultAvailabile {
	padding-top: 10.3125rem;
	padding-bottom: 5rem;
}

.p-resultAvailabile::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	top: 8.5rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	width: 100%;
	height: 9.375rem;
}

.p-resultAvailabile picture {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	width: 100%;
	height: 8.5rem;
}

.p-resultAvailabile picture img {
	height: 100%;
}

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

.p-resultAvailabile__mainTitle {
	font-size: 1.25rem;
	line-height: 1.6;
	text-align: center;
}

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

.p-tab-list__item {
	height: 3.5rem;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	text-align: center;
}

.p-tab-list__item.is-active::after {
	width: 0.75rem;
	height: 0.5625rem;
}

.p-tab-list__content {
	grid-template-columns: 1fr;
	row-gap: 3.125rem;
	margin-top: 3.6875rem;
}

.p-tab-list__cardTitle {
	min-height: unset;
	font-size: 1rem;
	line-height: 2;
}

.p-tab-list__cardBtn {
	padding-top: 1.5rem;
}

.p-tab-list__none {
	margin-top: 1.25rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: left;
}

.p-contactFv::before {
	-webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
	top: 3.5rem;
	clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
	width: 89.3333333333vw;
	height: 38.625rem;
}

.p-contactFv::after {
	top: 42.125rem;
	width: 11.0666666667vw;
	height: 11.78125rem;
}

.p-contactFv__image {
	width: 100%;
	height: 38.25rem;
}

.p-contactFv__wrapper {
	padding-top: 5.5rem;
	padding-bottom: 3.125rem;
}

.p-contactFv__list {
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 2rem;
}

.p-contactFv__item + .p-contactFv__item::before {
	display: none;
}

.p-contactFv__item picture {
	aspect-ratio: 335/220;
}

.p-contactFv__step {
	width: 10rem;
	height: 2.2875rem;
	font-size: 1rem;
}

.p-contactFv__itemBody {
	padding-inline: 2rem;
	padding-block: 1.25rem;
}

.p-contactFv__itemTitle::after {
	bottom: -0.8125rem;
}

.p-subContact {
	padding-top: 3.125rem;
	padding-bottom: 6.25rem;
}

.p-subContact__table {
	margin-top: 3.25rem;
}

.p-subContact__item {
	display: block;
}

.p-subContact__item:not(:last-of-type) {
	margin-bottom: 2rem;
}

.p-subContact__item .contact-item {
	margin-bottom: 0.75rem;
}

.p-subContact__item input[type=text],
.p-subContact__item input[type=email],
.p-subContact__item select,
.p-subContact__item textarea {
	padding: 0.5625rem 1rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2;
	letter-spacing: 0em;
}

.p-subContact__item .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox {
	grid-template-columns: 2fr 1fr;
}

.p-subContact__acceptance {
	margin-top: 3.25rem;
}

.js-fadeInLeft {
	animation-name: fadeInUpContents;
}

.js-fadeInLeft__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInLeft__delay--2s {
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig {
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInLeftBig__delay--2s {
	animation-name: fadeInUpContents;
}

.js-fadeInRight {
	animation-name: fadeInUpContents;
}

.js-fadeInRight__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInRight__delay--2s {
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig {
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig__delay--1s {
	animation-name: fadeInUpContents;
}

.js-fadeInRightBig__delay--2s {
	animation-name: fadeInUpContents;
}

.u-sp {
	display: block !important;
}

.u-center--sp {
	text-align: center !important;
}

.u-left--sp {
	text-align: left !important;
}

.u-right--sp {
	text-align: right !important;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

.u-nowrap--sp {
	white-space: nowrap;
}

}

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

html {
	font-size: calc(1600 / 375 * 1vw);
}

}

@keyframes arrowmove {

0% {
	transform: translateY(-70%) rotate(90deg);
}

40% {
	transform: translateY(-10%) rotate(90deg);
}

80% {
	transform: translateY(-10%) rotate(90deg);
}

100% {
	transform: translateY(-10%) rotate(90deg);
}

}

@keyframes fadeIn {

0% {
	visibility: hidden;
	opacity: 0;
}

100% {
	visibility: visible;
	opacity: 1;
}

}

@keyframes fadeInUpContents {

0% {
	transform: translateY(1.25rem);
	opacity: 0;
}

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

}

@keyframes fadeInLeftContents {

0% {
	transform: translateX(-1.25rem);
	opacity: 0;
}

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

}

@keyframes fadeInRightContents {

0% {
	transform: translateX(1.25rem);
	opacity: 0;
}

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

}

@keyframes fadeInLeftBigContents {

0% {
	transform: translateX(-62.5rem);
	opacity: 0;
}

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

}

@keyframes fadeInRightBigContents {

0% {
	transform: translateX(62.5rem);
	opacity: 0;
}

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


.p-contact__none {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-1000%);
}

.p-contact__none-theme {
		position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-200%);
}


.l-main {
	overflow: hidden;
}


.grecaptcha-badge { z-index: 2000; }