body {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	color: #222222;
}

.u-desktop {
	display: none;
}

html {
	background-color: #f9f9f9;
}

html.is-fixed {
	overflow: hidden;
}

.under {
	background: url(../images/common/bg.png) center center/cover no-repeat;
	position: relative;
}

.request {
	background: url(../images/common/bg_request.png) center center/cover no-repeat;
	position: relative;
}

.solution {
	background: linear-gradient(to bottom, #f3f8fe, #cee6fe);
}

main {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	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]) {
	filter: blur(10px);
}

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

.wpcf17-acceptance {
	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;
}

.c-form.--check {
	input[type="checkbox"],
	input[type="radio"] {
		display: none;
	}
	.wpcf7-list-item {
		margin-left: 0;
	}
	dt {
		color: var(--gray100, #616161);
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		a {
			color: #2e9aff;
			font-family: 'Noto Sans JP', sans-serif;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 400;
			line-height: 160%;
			text-decoration-line: underline;
			text-decoration-style: solid;
			text-decoration-skip-ink: none;
			text-decoration-thickness: auto;
			text-underline-offset: auto;
			text-underline-position: from-font;
		}
	}
}

/* contactページの修正css */
.contact-form{
	.wpcf7-select {
		border-radius: 4px;
		border-color: #DADADA; /* 好きな色に変更 */
	}
	.wpcf7-checkbox{
		input{
			display: none;
		}
	}
	.p-form2__main {
		display: grid;
		grid-template-columns: 1fr 1fr; /* 2列グリッド */
		gap: 2rem 1rem; /* 縦 横 */
	}

	/* 3項目以降は1列（全幅）にする */
	.p-form2__main .p-form2__row:nth-child(n+3) {
		grid-column: 1 / -1;
	}
	.p-form2__row.c-form.--check {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr; /* 1列 */
		gap: 0.5rem; /* dt と dd の間隔 */
		text-align: center;
	}
	.p-form2__submit.c-submit{
		margin-top: 3rem;
		text-align: center;
		margin-inline: auto;
	}
	.wpcf7-checkbox {
		display: flex;
		flex-direction: column; /* 縦方向に並べる */
		gap: 0.5rem; /* 項目間の間隔 */
		.wpcf7-list-item{
			margin-left: 0;
		}
	}
	@media screen and (max-width: 768px) {
	    [data-name="if-you-have-problem"] .wpcf7-radio {
			display: flex !important;
			flex-direction: row !important;
			gap: 2rem !important;
		}

		[data-name="if-you-have-problem"] .wpcf7-list-item {
			display: inline-block !important;
			width: auto !important;
		}
		.wpcf7-form-control.wpcf7-select.is-placeholder {
			padding:5px 12px;
		}
		.p-form2__main .p-form2__row:nth-child(14) dt {
			white-space: nowrap;
		}

	}
}

.wpcf7-list-item-label{
	color: #616161;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}

@media screen and (min-width: 768px) {
	.c-form.--check {
		dt {
			font-size: 1rem;
			a{
				font-size: 1rem;
			}
		}
	}
}

/* 初期値の時だけグレー */
select.is-placeholder {
	color: #616161;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
}

/* 通常の色 */
select {
	color: #000;
}

/* option要素は常に黒 */
select option {
	color: #000;
}

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

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

.c-bg {
	background: linear-gradient(to right, #0054b6, #38d1f3);
	color: #fff;
	display: inline-block;
	padding-block: 0.125rem;
	padding-inline: 0.25rem;
}

.c-bg + .c-bg {
	margin-top: 0.375rem;
}

.c-btn {
	align-items: center;
	border-radius: 1.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: bold;
	height: 3rem;
	justify-content: center;
	width: 11.5rem;
}

.c-btn.--green {
	background-color: #019cc8;
}

.c-btn.--blue {
	background-color: #3892f3;
}

.c-card {
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.c-card::before {
	background: url(../images/common/arrow-white.svg) center center/contain no-repeat;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1.5rem;
}

.c-card__thumbnail {
	border-radius: 0.5rem 0.5rem 0 0;
	display: block;
	overflow: hidden;
}

.c-card__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 335/160;
	height: 100%;
	object-fit: cover;
}

.c-card__body {
	background-color: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1.5rem;
}

.c-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	overflow: hidden;
}

.c-card__info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.c-card__company {
	color: #6d6d6d;
	font-size: 0.75rem;
}

.c-dotTitle {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	padding-left: 1.125rem;
	position: relative;
}

.c-dotTitle::before {
	background-color: #0265dc;
	border-radius: 50%;
	content: "";
	height: 0.5625rem;
	left: 0rem;
	position: absolute;
	top: 1.4375rem;
	width: 0.5625rem;
}

.c-dotTitle span {
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
}

.c-form dt {
	color: #616161;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-form dt sup {
	color: #ff0000;
	margin-left: 0.5em;
	vertical-align: text-top;
}

.c-form sup {
	color: #ff0000;
}

.c-form.--check {
	dt sup {
		display: none;
	}
}

.c-form dd {
	margin-top: 0.375rem;
}

.c-form dd input[type="text"],
.c-form dd input[type="email"],
.c-form dd input[type="tel"],
.c-form dd textarea {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0.25rem;
	display: inline-block;
	font-size: 0.875rem;
	height: 2.25rem;
	padding-inline: 1em;
	width: 100%;
}

.c-form dd textarea {
	height: 12.8125rem;
	line-height: 1.5;
}

.c-form dd input::-moz-placeholder {
	color: #dadada;
}

.c-form dd input::placeholder {
	color: #dadada;
}

.c-form dd textarea::-moz-placeholder {
	color: #dadada;
}

.c-form dd textarea::placeholder {
	color: #dadada;
}

.c-form dd label input[type="checkbox"] + span {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 2.0625rem;
	position: relative;
}

.c-form dd label input[type="checkbox"] + span::before {
	background-color: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 0.25rem;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.c-form dd label input[type="checkbox"] + span::after {
	background-color: #0265dc;
	border-radius: 0.25rem;
	content: "";
	height: 0.75rem;
	left: 0.375rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.c-form dd input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

.c-form dd input[type="checkbox"] + span a {
	color: #2e9aff;
	text-decoration: underline;
}

.c-form dd label span img {
	display: inline;
	margin: 0 0.5em;
	vertical-align: sub;
	width: 1.25rem;
}

.c-hamburger {
	background-color: #0265dc;
	border-radius: 50%;
	cursor: pointer;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 1.25rem;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.375rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.375rem);
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-infoCard {
	display: block;
}

.c-infoCard__thumbnail {
	border-radius: 0.5rem;
	display: block;
	overflow: hidden;
}

.c-infoCard__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 335/260;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.c-infoCard__title {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.6;
	margin-top: 0.3125rem;
}

.c-infoCard__time {
	color: #909090;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.1875rem;
}

.c-infoCard:hover .c-infoCard__thumbnail img {
	transform: scale(1.1);
}

.c-newsList {
	border-bottom: 1px solid rgba(34, 34, 34, 0.16);
	display: block;
	padding-block: 1.5rem;
	position: relative;
}

.c-newslist__time {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
}

.c-newsList__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 1rem;
	overflow: hidden;
	width: calc(100% - 2.75rem);
}

.c-newsList__arrow {
	align-items: center;
	background-color: #0265dc;
	border-radius: 50%;
	bottom: 1rem;
	display: flex;
	height: 1.5rem;
	justify-content: center;
	position: absolute;
	right: 0;
	width: 1.5rem;
}

.c-newsList__arrow img {
	width: 0.5625rem;
}

.c-newsList__text {
	display: none;
}

.c-none {
	font-size: 1rem;
	margin-block: 6.25rem;
	text-align: center;
}

.c-priceCard {
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
	height: 100%;
}

.c-priceCard__title {
	align-items: center;
	background: linear-gradient(300deg, #6574ff, #959fff);
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	font-weight: bold;
	height: 5rem;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.c-priceCard__title span {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.4166666667;
}

.c-priceCard__body {
	border-radius: 0 0 0.5rem 0.5rem;
	padding: 1.5rem 1.25rem;
}

.c-priceCard__number {
	height: 2.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0265dc;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.4375;
	text-align: center;
}

.c-priceCard__bigText {
	color: #003571;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.4444444444;
	margin-top: 0.75rem;
	text-align: center;
}

.c-priceCard__text {
	color: #6d6d6d;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 0.75rem;
	text-align: center;
}

.c-priceCard__lists {
	border-top: 1px solid #6d6d6d;
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}

.c-priceCard__list {
	color: #003571;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-inline: auto;
	max-width: 13.75rem;
	padding-left: 1em;
	text-indent: -1em;
	width: 100%;
}

.c-priceCard__list + .c-priceCard__list {
	margin-top: 0.5625rem;
}

.c-roundBtn {
	align-items: center;
	border: 1px solid #00719f;
	border-radius: 1.25rem;
	color: #00719f;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 2.5rem;
	line-height: 1.8;
	padding-block: 0.46875rem;
	padding-left: 0.875rem;
	padding-right: 2.625rem;
	position: relative;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.c-roundBtn span {
	align-items: center;
	background: #00719f;
	border-radius: 50%;
	display: flex;
	height: 1.75rem;
	justify-content: center;
	position: absolute;
	right: 0.375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 1.75rem;
}

.c-roundBtn span::before {
	-webkit-mask: url(../images/common/arrow-white.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 0.8125rem;
	left: 50%;
	mask: url(../images/common/arrow-white.svg) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 0.8125rem;
}

.c-roundBtn:hover {
	background-color: #00719f;
	color: #fff;
}

.c-roundBtn:hover span {
	background-color: #fff;
}

.c-roundBtn:hover span::before {
	background-color: #00719f;
}

.c-roundBtn.--reverse {
	padding-left: 2.625rem;
	padding-right: 0.875rem;
}

.c-roundBtn.--reverse span {
	left: 0.5rem;
	right: initial;
}

.c-roundBtn.--reverse span::before {
	transform: translate(-50%, -50%) scale(-1, 1);
}

.c-service {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.c-service__title {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.1071428571;
}

.c-service__lead {
	color: #003571;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.c-service__text {
	border-top: 2px solid #f4f4f4;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.c-service__btn {
	margin-top: 1.25rem;
}

.c-submit {
	background: url(../images/contact/submit.png) center center/contain no-repeat;
	height: 2.25rem;
	margin-inline: auto;
	transition: all 0.3s;
	width: 9rem;
}

.c-submit:hover {
	opacity: 0.8;
}

.c-submit input {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.c-tag {
	border: 1px solid #3892f3;
	color: #3892f3;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.8;
	padding-inline: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

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

.c-textTitle {
	color: #0265dc;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.c-title {
	color: #0265dc;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

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

.l-pageTitle {
	padding-bottom: 0.9375rem;
	padding-top: 6.25rem;
}

.l-section {
	padding-block: 3rem;
}

.l-single {
	margin-top: -1.25rem;
	position: relative;
}

.l-support {
	margin-top: 3rem;
}

.js-fade {
	opacity: 0;
	transform: translateY(5%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.js-fade.is-fade {
	opacity: 1;
	transform: translateY(0);
}

.p-about__links {
	display: grid;
	gap: 3rem;
	margin-top: 3rem;
}

.p-about__img {
	border-radius: 50%;
	display: block;
	margin-inline: auto;
	max-width: 13.75rem;
}

.p-about__text {
	color: #003571;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 1.625rem;
	text-align: center;
}

.p-access {
	background-color: #f9f9f9;
	padding-bottom: 2.75rem;
	padding-top: 1.5rem;
	position: relative;
}

.p-access::before {
	background-color: #fff;
	background-image: linear-gradient(#f6f6f6 1px, transparent 0), linear-gradient(90deg, #f6f6f6 1px, transparent 0);
	background-size: 1.875rem 1rem;
	content: "";
	height: 100%;
	max-width: 18.4375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

.p-access__map {
	margin-top: 1.5rem;
}

.p-access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 335/180;
	border-radius: 2rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-access__root {
	margin-top: 1.5rem;
}

.p-access__root h3 {
	color: #003571;
	padding-left: 0.9375rem;
	position: relative;
}

.p-access__root h3::before {
	background-color: #003571;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.p-access__root p {
	color: #6d6d6d;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.9285714286;
}

.p-archive-case {
	padding-bottom: 3rem;
	padding-top: 0.875rem;
}

.p-archive-case__body {
	background: rgba(250, 250, 250, 0.64);
	border: 1px solid #fff;
	border-radius: 1rem;
	margin-top: 3rem;
	padding: 2.5rem 1.25rem;
}

.p-archive-case__blocks {
	display: grid;
	gap: 1.5rem;
}

.p-archive-case__nav {
	margin-top: 2.5rem;
}

.p-archive-news__nav {
	margin-top: 2.5rem;
}

.p-archive-news {
	background: rgba(250, 250, 250, 0.64);
	border-radius: 1rem 1rem 0 0;
	border-top: 1px solid #fff;
	padding-bottom: 4rem;
	padding-top: 3rem;
}

.p-breadcrumb {
	display: none;
	padding-block: 0.3125rem;
}

.p-breadcrumb ol {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.p-breadcrumb li {
	position: relative;
}

.p-breadcrumb li span {
	color: #00719f;
	font-weight: bold;
}

.p-breadcrumb li:last-child span {
	color: #222222;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-breadcrumb li + li::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #000;
	content: "";
	height: 1rem;
	left: -1.25rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 0.5rem;
}

.p-company {
	padding-bottom: 3rem;
	padding-top: 3.125rem;
}

.p-company__title {
	color: #003571;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
}

.p-company__title span {
	color: #f75c46;
}

.p-company__lead {
	font-size: 0.75rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-company__lead small {
	display: block;
	font-size: 0.5625rem;
	margin-left: 1em;
	text-indent: -1em;
}

.p-company__box {
	background: rgba(250, 250, 250, 0.6);
	border: 1px solid #fff;
	border-radius: 1rem;
	margin-top: 1.25rem;
	padding: 3rem 1.25rem;
}

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

.p-company__content h3 {
	color: #0265dc;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
}

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

.p-company__service {
	border-top: 4px solid #fff;
	margin-top: 3rem;
	padding-top: 3rem;
}

.p-company__about {
	margin-top: 6rem;
}

.p-contact {
	padding-bottom: 3rem;
}

.p-contact__box {
	background: rgba(250, 250, 250, 0.64);
	border: 1px solid #fff;
	border-radius: 1rem;
	padding: 2.5rem 1.25rem;
}

.p-contact__lead {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 0.75rem;
	position: relative;
}

.p-contact__lead::before {
	background-color: #0265dc;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

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

.p-cv {
	background: url(../images/common/bg_cv_sp.webp) center center/cover no-repeat;
	color: #fff;
	padding-block: 3.5rem;
}

.p-cv__title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5714285714;
	text-align: center;
}

.p-cv__title span {
	display: block;
	font-size: 1.5rem;
	font-weight: 300;
}

.p-cv__text {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.5rem;
	text-align: center;
}

.p-cv__btns {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-drawer {
	background-color: #f2f2f2;
	display: none;
	height: calc(100vh - 4.375rem);
	left: 0;
	overflow-y: scroll;
	position: fixed;
	top: 4.375rem;
	width: 100%;
}

.p-drawer__inner {
	height: inherit;
	padding-top: 3.875rem;
}

.p-drawer__nav {
	padding-bottom: 2.625rem;
}

.p-drawer__link {
	border-bottom: 1px solid #fff;
	position: relative;
}

.p-drawer__link > a {
	color: #003571;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.6428571429;
	padding-block: 0.75rem;
	position: relative;
}

.p-drawer__toggleBtn {
	align-items: center;
	content: "";
	display: flex;
	height: 3.875rem;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.125rem;
	z-index: 1;
}

.p-drawer__toggleBtn img {
	transition: all 0.3s;
}

.p-drawer__toggleBtn.is-active img {
	transform: rotate(180deg);
}

.p-drawer__subLinks {
	display: none;
	margin-top: 0.625rem;
}

.p-drawer__subLink > a {
	color: #003571;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	padding-block: 0.375rem;
}

.p-drawer__subLink:last-child > a {
	padding-bottom: 1.25rem;
}

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

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

.p-footer {
	background-color: #003571;
	color: #fff;
	overflow: hidden;
	padding-top: 4rem;
}

.p-footer__info {
	border-top: 1px solid #fff;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.p-footer__logo {
	margin-inline: auto;
	max-width: 12.5rem;
}

.p-footer__snslinks {
	align-items: center;
	display: flex;

	gap: 1rem;
	justify-content: center;
	margin-top: 1rem;
}

.p-footer__snslink:first-child{
	width:3.6875rem;
}
.p-footer__snslink:last-child{
	width:5.6875rem;
}


.p-footer__snslink a {
	display: block;
}

.p-footer__nav {
	display: grid;
	gap: 1rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 19.6875rem;
	width: 100%;
}

.p-footer__links:nth-child(1) {
	grid-column: 1/2;
	grid-row: 1/3;
}

.p-footer__links:nth-child(2) {
	grid-column: 2/3;
}

.p-footer__links:nth-child(3) {
	grid-column: 2/3;
}

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

.p-footer__link a {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.6153846154;
}

.p-footer__link.--sub a {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.7;
	margin-left: 1em;
	text-indent: -1em;
}

.p-footer__bottom {
	background-color: #222222;
	display: flex;
	flex-direction: column-reverse;
	margin-left: calc(50% - 50vw);
	margin-top: 4rem;
	padding-bottom: 1rem;
	padding-inline: 1.875rem;
	padding-top: 1.5rem;
	width: 100vw;
}

.p-footer__copy {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
	text-align: center;
}

.p-footer__textLink + .p-footer__textLink {
	margin-top: 0.5rem;
}

.p-footer__textLink a {
	display: block;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}

.p-form__row + .p-form__row {
	margin-top: 0.6875rem;
}

.p-form__row dt {
	font-size: 1rem;
	line-height: 1.8;
}

.p-form__row dd {
	margin-top: 0.25rem;
}

.p-form__row dd input,
.p-form__row dd select {
	background: rgba(255, 255, 255, 0.25);
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	height: 2.5rem;
	width: 100%;
}

.p-form__row.--check input {
	display: none;
}

.p-form__row dd input {
	padding-left: 2.5rem;
}

.p-form__row dd select {
	padding-left: 0.75rem;
}

.p-form__row dd {
	position: relative;
}

.p-form__row.--name dd::before {
	align-items: center;
	background: url(../images/common/person.svg) center center/contain no-repeat;
	content: "";
	display: flex;
	height: 1.25rem;
	justify-content: center;
	left: 0.75rem;
	pointer-events: none;
	position: absolute;
	top: 0.5rem;
	width: 1.25rem;
}

.p-form__row.--company dd::before {
	align-items: center;
	background: url(../images/common/business.svg) center center/contain no-repeat;
	content: "";
	display: flex;
	height: 1.25rem;
	justify-content: center;
	left: 0.75rem;
	pointer-events: none;
	position: absolute;
	top: 0.5rem;
	width: 1.25rem;
}

.p-form__row.--email dd::before {
	align-items: center;
	background: url(../images/common/mail.svg) center center/contain no-repeat;
	content: "";
	display: flex;
	height: 1.25rem;
	justify-content: center;
	left: 0.75rem;
	pointer-events: none;
	position: absolute;
	top: 0.5rem;
	width: 1.25rem;
}

.p-form__row.--select dd::before {
	align-items: center;
	background: url(../images/common/arrow_drop_down.svg) center center/contain no-repeat;
	content: "";
	display: flex;
	height: 1.25rem;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
	width: 1.25rem;
}

.request .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
}

.wpcf7-response-output {
	line-height: 1.25;
	text-align: center;
	white-space: pre-line;
}

.p-form2__main {
	display: grid;
	gap: 1.875rem;
}

.p-form2__submit {
	margin-top: 2.5rem;
	text-align: center;
}

.p-form2__wrap {
	display: grid;
	gap: 2.5rem;
}

.p-form2__title {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 2.5rem;
	padding-left: 1rem;
	position: relative;
	margin-left: 0;
}

.p-form2__title::before {
	background-color: #0265dc;
	border-radius: 0.125rem;
	content: "";
	height: 100%;
	left: 0.25em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1875rem;
}

.p-form2__lists {
	margin-top: 0.875rem;
	margin-left: 2rem;
	margin-left: 0;
}

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

@media screen and (max-width: 768px) {
	.wpcf7-radio {
		display: grid;
		grid-template-columns: calc(35% - 0.5rem) calc(65% - 0.5rem); /* 4:6 = 40%:60% */
		column-gap: 1rem;
		row-gap: 1rem;
		.wpcf7-list-item-label {
			color: var(--gray100, #616161);
			font-family: 'Noto Sans JP', sans-serif;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 160%; /* 25.6px */
		}
	}
	.wpcf7-radio .wpcf7-list-item.last {
		margin-left: 0;
	}
}

.wpcf7-radio .wpcf7-list-item.last {
	grid-column: 1 / -1;
}

.p-form2__list {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.6;
	font-weight: 700;
	padding-left: 1rem;
	position: relative;
	&::before {
		content: "";
		position: absolute;
		background-color: #3892f3;
		border-radius: 0.125rem;
		left: 0;
		top: 0.75rem;

		width: 0.25rem;
		height: 0.25rem;
	}
}

@media screen and (max-width: 768px) {
	.p-form2__list {

		&::before {
			content: "";
			position: absolute;
			background-color: #3892f3;
			border-radius: 0.125rem;
			left: 0;
			top: 0.55rem;

			width: 0.25rem;
			height: 0.25rem;
		}
	}
}

.p-form2__list span {
	color: #3892f3;
}

.wpcf7-not-valid-tip {
	margin-top: 0.3125rem;
}

.p-form2__submit input {
	opacity: 0;
}

.p-globalNav {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
	position: relative;
}

.p-globalNav__link span {
	display: inline-block;
	position: relative;
}

.p-globalNav__link span::before {
	background-color: #fff;
	bottom: -0.1875rem;
	content: "";
	display: none;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-globalNav__link.is-active span::before {
	display: block;
}

.p-globalNav__link > a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	height: 100%;
	line-height: 1.8;
	padding-inline: 0.75rem;
}

.p-globalNav__subLinks {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	left: 0;
	opacity: 0;
	padding: 0.75rem;
	position: absolute;
	top: 100%;
	transition: all 0.3s;
	visibility: hidden;
}

.p-globalnav__subLink + .p-globalnav__subLink {
	border-top: 1px solid #d6d6d6;
}

.p-globalnav__subLink > a {
	color: #003571;
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.8;
	padding: 0.5625rem 1.3125rem;
	white-space: nowrap;
}

.p-globalNav__btns {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-left: 2.5rem;
}

.p-globalnav__btn .c-btn {
	font-size: 0.75rem;
	height: 2.5rem;
	width: 6.5rem;
}

.p-globalNav__link.--hasMega:hover .p-globalNav__subLinks {
	opacity: 1;
	visibility: visible;
}

.p-header {
	height: 4.375rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 10;
}

.p-header.is-active {
	background-color: #b5b5b5;
}

.sub {
	position: relative;
}

.sub::before {
	background: url(../images/common/bg_header_sp.png) center top/100% no-repeat;
	content: "";
	height: 5.625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-header.is-active {
	background: rgba(0, 0, 0, 0.25);
}

.p-header.is-bg {
	background: gray;
}

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

.p-header__logo {
	max-width: 10rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-header__hamburger {
	height: 2.625rem;
	margin-left: auto;
	position: relative;
	width: 2.625rem;
	z-index: 1;
}

.p-header__globalNav {
	display: none;
}

.p-member {
	background: rgba(250, 250, 250, 0.64);
	padding-bottom: 3.125rem;
}

.p-member__lists {
	display: grid;
	gap: 1.375rem 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
}

.p-member__name {
	color: #333;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 0.25rem;
}

.p-member__text {
	color: #333333;
	font-size: 0.5625rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.125rem;
}

.p-message {
	background: rgba(250, 250, 250, 0.64);
	border-radius: 1rem 1rem 0 0;
	border-top: 1px solid #fff;
	padding-bottom: 4rem;
	padding-top: 3rem;
}

.p-message__wrap {
	margin-top: 1.5rem;
}

.p-message__img {
	display: block;
	margin-left: calc(50% - 50vw);
}

.p-message__content {
	margin-top: 3rem;
}

.p-message__text {
	color: #6d6d6d;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.9285714286;
}

.p-message__name {
	color: #333333;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 2.25rem;
	text-align: right;
}

.p-mv {
	background: url(../images/top/bg_mv_sp.webp) center bottom/cover no-repeat;
	color: #fff;
	padding-bottom: 5rem;
	padding-top: 6.875rem;
}

.p-mv__title {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-mv__title strong {
	font-size: 3.125rem;
}

.p-mv__title sup {
	font-size: 0.625rem;
	vertical-align: baseline;
}

.p-mv__text {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-mv__box {
	background: rgba(255, 255, 255, 0.25);
	border-radius: 1.375rem;
	box-shadow: 0 0.1875rem 3.375rem rgba(0, 0, 0, 0.15);
	margin-inline: auto;
	margin-top: 3.875rem;
	max-width: 17.5rem;
	padding: 1.5rem 1.125rem;
	position: relative;
}

.p-mv__img {
	left: -2.5rem;
	pointer-events: none;
	position: absolute;
	top: -2.5rem;
	width: 7.8125rem;
}

.p-mv__boxText {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 3.5625rem;
}

.p-mv__btn {
	margin-top: 1.125rem;
	text-align: center;
}

.p-mv__btn a,
.p-mv__btn input {
	align-items: center;
	background: linear-gradient(to right, #3892f3, #0054b6);
	border-radius: 1.875rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1.875rem;
	justify-content: center;
	width: 10.3125rem;
}

.nav-links {
	align-items: center;
	border: 1px solid #0265dc;
	border-radius: 0.8125rem;
	display: flex;
	height: 3.125rem;
	justify-content: center;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.page-numbers {
	height: 100%;
	width: 3.125rem;
}

.page-numbers:first-child {
	border-radius: 0.8125rem 0 0 0.8125rem;
}

.page-numbers:last-child {
	border-radius: 0 0.8125rem 0.8125rem 0;
}

.page-numbers + .page-numbers {
	border-left: 1px solid #0265dc;
}

.page-numbers {
	align-items: center;
	color: #0265dc;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
}

.page-numbers.current {
	border: 2px solid #004491;
}

.page-numbers img {
	width: 1.25rem;
}

.page-numbers.next img {
	transform: rotate(180deg);
}

.p-overview {
	background: rgba(250, 250, 250, 0.64);
	border-radius: 1rem 1rem 0 0;
	border-top: 1px solid #fff;
	padding-bottom: 4rem;
	padding-top: 3rem;
}

.p-overview__table {
	margin-top: 0.75rem;
}

.p-overview__row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	padding-block: 1.5rem;
}

.p-overview__row dt {
	color: #003571;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.8;
}

.p-overview__row dd {
	color: #6d6d6d;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.9285714286;
}

.p-pageTitle__en {
	color: #00719f;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.7;
}

.p-pageTitle__ja {
	color: #003571;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-pageTitle__text {
	font-size: 0.875rem;
	margin-top: 0.75rem;
	padding-left: 0.75rem;
	position: relative;
}

.p-pageTitle__text::before {
	background-color: #0265dc;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.p-policy {
	background: rgba(250, 250, 250, 0.64);
	border-radius: 1rem 1rem 0 0;
	border-top: 1px solid #fff;
	padding-bottom: 4rem;
	padding-top: 3rem;
}

.p-policy__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-policy__table {
	border: 1px solid #003571;
	margin-top: 2.5rem;
}

.p-policy__row {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 7.75rem 1fr;
}

.p-policy__row dt {
	align-items: center;
	background-color: #003571;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: flex;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	line-height: 1.6;
	padding: 0.625rem;
	text-align: center;
}

.p-policy__row:last-child dt {
	border: none;
}

.p-policy__row dd {
	border-bottom: 1px solid #003571;
	font-size: 0.8125rem;
	font-weight: 400;
	height: 100%;
	line-height: 1.6;
	padding: 0.625rem;
}

.p-policy__row dd a {
	text-decoration: underline;
}

.p-policy__note {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.p-price {
	background-color: #fff;
	border-radius: 4rem 0 0 4rem;
	padding-block: 3rem;
	position: relative;
}

.p-price::before {
	background-color: #fff;
	border-radius: 6.25rem 0 0 6.25rem;
	content: "";
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	width: calc(100% - 5rem);
	z-index: -1;
}

.p-price__cards {
	display: grid;
	gap: 1.5rem;
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 18.75rem;
}

.p-relation {
	background-color: #f9f9f9;
	padding-block: 3rem;
}

.p-relation__cards {
	display: grid;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.p-relation__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.p-serviceMenu__title {
	color: #003571;
}

.p-serviceMenu__lists {
	display: grid;
	gap: 1rem;
	margin-top: 3rem;
}

.p-serviceMenu__img {
	display: block;
	margin-inline: auto;
	max-width: 18.4375rem;
}

.p-serviceMenu__text {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 1rem;
	text-align: center;
}

.p-single {
	background-color: #fff;
	border-radius: 1rem 1rem 0 0;
	padding-block: 3rem;
}

.p-single__info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 2.5rem;
}

.p-single__company {
	color: #003571;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 2.9166666667;
}

.p-single__cat {
	border: 1px solid #3892f3;
	border-radius: 2.5rem;
	color: #3892f3;
	font-size: 0.625rem;
	font-weight: bold;
	padding: 0.1875rem 0.75rem;
}

.p-single__title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 1.125rem;
	padding-left: 1.1875rem;
	position: relative;
}

.p-single__title::before {
	background-color: #0265dc;
	border-radius: 2rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.375rem;
}

.p-single__thumbnail {
	display: block;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: 3rem;
	max-width: 89.3333333333vw;
}

.p-single__thumbnail.--left {
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}

.p-single__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 335/220;
	border-radius: 2rem 0 0 2rem;
	height: auto;
	object-fit: cover;
}

.p-single__thumbnail.--left img {
	border-radius: 0 2rem 2rem 0;
}

.p-single__content {
	margin-top: 3rem;
	line-height: 1.9285714286;
}

.p-single__content h2 {
	border-bottom: 1px solid #bfbfbf;
	color: #0265dc;
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 1.75;
	margin-top: 3rem;
	padding-bottom: 0.875rem;
	position: relative;
}

.p-single__content h3,
.p-single__content h4 {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1.5rem !important;
}

.p-single__content h2::before {
	background-color: #0265dc;
	bottom: -0.0625rem;
	content: "";
	height: 0.1875rem;
	position: absolute;
	width: 8.125rem;
}

.p-single__content p {
	color: #6d6d6d;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.9285714286;
	margin-top: 1rem !important;
}

.p-single__content p a {
	color: #0265dc;
	text-decoration: underline;
}

.p-single__content img {
	width: auto;
}

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

.p-single__content ul {
	list-style: disc;
	margin-left: 2rem;
	margin-top: 1rem !important;
	margin-bottom: 1.5rem;
}

.p-single__content ul li + li {
	margin-top: initial;
}

.p-single__content ol {
	list-style: decimal;
	margin-left: 2rem;
	margin-top: 1rem !important;
	margin-bottom: 1.5rem;
}

.p-single__content ol li + li {
	margin-top: initial;
}

.p-single__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.p-single__time {
	color: #003571;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.9166666667;
}

.p-singleTitle {
	padding-top: 7.5rem;
}

.p-singleTitle__ja {
	font-size: 1.75rem;
	line-height: 1.1;
}

.p-singleTitle__en {
	color: #d1ebf1;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: right;
}

.p-solution__nav {
	background: rgba(250, 250, 250, 0.64);
	border: 1px solid #fff;
	border-radius: 1rem;
	margin-top: 3rem;
	padding: 2.5rem 1.25rem;
	padding: 0.875rem 1.75rem 1.625rem;
}

.p-solution__lists {
	display: grid;
	gap: 2rem 0;
	grid-template-columns: repeat(2, 1fr);
}

.p-solution__list {
	align-items: center;
	background: url(../images/solution/bg_line.png) center center/contain no-repeat;
	display: flex;
	height: 3.75rem;
	justify-content: center;
	position: relative;
}

.p-solution__list::before {
	background: url(../images/solution/arrow.png) center center/contain no-repeat;
	bottom: -0.5rem;
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.6875rem;
}

.p-solution__list span {
	color: #0265dc;
	display: block;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.p-solution__box {
	background: rgba(250, 250, 250, 0.64);
	border: 1px solid #fff;
	border-radius: 1rem;
	margin-top: 3rem;
	padding: 1.25rem;
}

.p-solution__block {
	display: grid;
	gap: 1.875rem;
}

.p-solution__block + .p-solution__block {
	margin-top: 3rem;
}

.p-solution__title {
	font-size: 1.75rem;
	line-height: 1.1;
}

.p-solution__lead {
	color: #003571;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.p-solution__text {
	border-top: 1px solid rgba(34, 34, 34, 0.04);
	color: #020202;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.p-solution__btn {
	margin-top: 1.25rem;
}

.p-support {
	background: linear-gradient(225deg, #3892f3, #38d1f3);
	border-radius: 0 4rem 4rem 0;
	padding-block: 3rem;
}

.p-support__title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.p-support__lists {
	display: grid;
	gap: 1.5rem;
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 18.75rem;
}

.p-support__list {
	background-color: rgba(255, 255, 255, 0.7);
	border: 3px solid #fff;
	border-radius: 0.9375rem;
	padding: 1rem 0.75rem 1rem;
}

.p-support__img {
	align-items: center;
	display: flex;
	height: 8.125rem;
	justify-content: center;
}

.p-support__img img {
	height: 100%;
	width: auto;
}

.p-support__listTitle {
	color: #003571;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.0555555556;
	text-align: center;
}

.p-support__listText {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2142857143;
	text-align: center;
}

.p-term {
	background: rgba(250, 250, 250, 0.64);
	border: 1px solid #fff;
	border-radius: 1rem;
	padding: 1.5625rem;
}

.p-term__title {
	color: #003571;
	font-size: 0.875rem;
	font-weight: bold;
}

.p-term__wrap {
	margin-top: 0.875rem;
}

.p-term__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.p-term__btns + .p-term__btns {
	border-top: 1px solid #003571;
	margin-top: 0.875rem;
	padding-top: 0.875rem;
}

.p-term__btn a {
	align-items: center;
	border: 1px solid #3892f3;
	border-radius: 1.25rem;
	color: #3892f3;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1.75rem;
	padding-inline: 1rem;
}

.p-term__btn.is-active a {
	background-color: #3892f3;
	color: #fff;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

.p-thanks {
	padding-bottom: 3rem;
}

.p-thanks__box {
	background: rgba(250, 250, 250, 0.64);
	border: 1px solid #fff;
	border-radius: 1rem;
	padding: 2.5rem 1.25rem;
}

.p-thanks__text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 0.875rem;
	position: relative;
}

.p-thanks__text::before {
	background-color: #0265dc;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.5rem;
}

.p-thanks__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.p-thanks__service {
	border-top: 4px solid #ffffff;
	margin-top: 2.5rem;
	padding-top: 2.5rem;
}

.p-thanks__subTitle {
	color: #003571;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-thanks__lists {
	display: grid;
	gap: 1rem;
	margin-top: 2.5rem;
}

.p-thanks__listText {
	font-size: 1.75rem;
	line-height: 1.1;
	margin-top: 1rem;
	text-align: center;
}

.p-tool {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.p-tool__title {
	font-size: em(24);
	line-height: 1.375;
	text-align: center;
}

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

.p-tool__block {
	border-radius: 1rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	display: grid;
	padding: 2.25rem 1.25rem;
}

.p-tool__block + .p-tool__block {
	margin-top: 1.5rem;
}

.p-tool__block:nth-child(1) {
	background: linear-gradient(100deg, #8060b5 0%, #4971d7);
	color: #fff;
}

.p-tool__block:nth-child(2) {
	background: url(../images/solution/bg_tool.png) center center/cover no-repeat;
	color: #003571;
}

.p-tool__content {
	display: contents;
}

.p-tool__subtitle.--1 {
	margin-inline: auto;
	width: 10rem;
}

.p-tool__subtitle.--2 {
	margin-inline: auto;
	width: 13.75rem;
}

.p-tool__text {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.6666666667;
	margin-top: 0.75rem;
	order: 1;
}

.p-tool__text strong {
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	margin-block: 1em;
}

.p-tool__img {
	display: block;
	margin-inline: auto;
	margin-top: 1.5rem;
}

.p-tool__img.--1 {
	max-width: 10rem;
}

.p-tool__img.--2 {
	max-width: 15rem;
}

.p-topCase__blocks {
	display: grid;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.p-topCase__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.p-topInfo__blocks {
	display: grid;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.p-topInfo__btn {
	margin-top: 1.5rem;
	text-align: center;
}

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

.p-topNews__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.p-topService {
	background: url(../images/top/bg_service_sp.webp) center top/100% no-repeat;
}

.p-topService__title {
	color: #003571;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6;
}

.p-topService__title span {
	color: #f75c46;
}

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

.p-topService__block + .p-topService__block {
	margin-top: 3rem;
}

.p-under {
	padding-bottom: 3rem;
	padding-top: 7.5rem;
}

.p-under__head {
	position: relative;
}

.p-under__en {
	bottom: 1.5rem;
	color: #00719f;
	font-size: 0.8125rem;
	font-weight: 500;
	height: 1.875rem;
	position: absolute;
	right: 1.875rem;
	text-indent: -2.3125rem;
	transform: rotate(90deg);
	transform-origin: bottom right;
}

.p-under__en span {
	background-color: #00719f;
	display: inline-block;
	height: 1px;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 1.8125rem;
}

.p-under__title {
	font-size: 1.75rem;
	line-height: 1.1;
}

.p-under__lead {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2.5rem;
	padding-right: 3.125rem;
}

.p-under__cards {
	display: grid;
	gap: 2rem;
	margin-top: 1.5rem;
}

.p-under__card {
	background: rgba(250, 250, 250, 0.6);
	border: 2px solid #fff;
	border-radius: 2rem;
	padding: 1.25rem;
}

.p-under__subtitle {
	color: #00395d;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 1.5rem;
	text-align: center;
}

.p-under__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.5rem;
}

#toc_container {
	background-color: #fafafa;
	border-radius: 2rem 0 0 2rem;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: 3rem;
	padding: 2rem;
	position: relative;
	width: max(20.9375rem, 89.3333333333vw);
}

#toc_container ul {
	margin-top: initial;
}

.p-single__content .toc_title {
	color: #0265dc;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4583333333;
}

.p-single__content .toc_list {
	list-style: disc;
	margin-left: 1em;
	margin-top: 0.625rem;
}

.p-single__content .toc_list li {
	color: #003571;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
}

.toc_number {
	display: none;
}

.p-form2__main.--1 {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 2列 */
	gap: 1rem;
	row-gap: 2rem;
}

.p-form2__main.--1 .p-form2__row:nth-child(n+3) {
    grid-column: 1 / -1;
}

.p-form2__main.--1 .p-form2__row:nth-child(8) dt {
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.p-form2__submit.c-submit{
		margin-top: 1rem;
			grid-column: 1 / -1; /* 両列にまたがる（念のため） */
			text-align: center;  /* 中央揃え */
	}

}


@media screen and (min-width: 768px) {
	.u-desktop {
		display: block;
	}

	.u-mobile {
		display: none;
	}

	html {
		font-size: 1.3333333333vw;
	}

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

	a:hover {
		opacity: 0.8;
	}

	.c-btn {
		border-radius: 1.875rem;
		font-size: 1.25rem;
		height: 3.5rem;
		width: 13.5rem;
	}

	.c-card::before {
		height: 1.75rem;
		right: 1.5rem;
		top: 1.5rem;
		width: 1.75rem;
	}

	.c-card__title {
		font-size: 1.125rem;
	}

	.c-dotTitle {
		font-size: 3rem;
		padding-left: 1.875rem;
	}

	.c-dotTitle::before {
		height: 0.75rem;
		top: 50%;
		transform: translateY(-50%);
		width: 0.75rem;
	}

	.c-dotTitle span {
		display: inline-block;
		font-size: 1rem;
		margin-left: 1.875rem;
	}

	.c-form dt {
		font-size: 1.125rem;
	}

	.c-form dt sup {
		font-size: 1rem;
	}

	.c-form dd {
		margin-top: 0.5625rem;
	}

	.c-form dd input[type="text"],
	.c-form dd input[type="email"],
	.c-form dd input[type="tel"],
	.c-form dd textarea {
		font-size: 1rem;
		height: 2.5rem;
	}

	.c-form dd textarea {
		height: 12.8125rem;
	}

	.c-form.--check {
		align-items: center;
		display: grid;
		grid-column: 1/3;
		grid-template-columns: 14.0625rem 1fr;
	}

	.c-form dd label input[type="checkbox"] + span {
		font-size: 1rem;
		padding-left: 2.5625rem;
	}

	.c-infoCard__title {
		font-size: 1rem;
		margin-top: 0.5rem;
	}

	.c-infoCard__time {
		margin-top: 0.25rem;
	}

	.c-newsList {
		align-items: flex-start;
		display: grid;
		gap: 1.25rem;
		grid-template-columns: 12.5rem 1fr;
	}

	.c-newslist__time {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.c-newsList__title {
		-webkit-line-clamp: 1;
		font-size: 1.25rem;
		line-height: 1.5rem;
		margin-top: 0;
		width: calc(100% - 3.3125rem);
	}

	.c-newsList__arrow {
		bottom: initial;
		height: 1.875rem;
		top: 1.5rem;
		width: 1.875rem;
	}

	.c-newsList__arrow img {
		width: 0.75rem;
	}

	.c-newsList__text {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		color: #666;
		display: -webkit-box;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		margin-top: 0.5rem;
		overflow: hidden;
		width: calc(100% - 3.3125rem);
	}

	.c-priceCard {
		border-radius: 1rem;
		box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
	}

	.c-priceCard__title {
		border-radius: 1rem 1rem 0 0;
		font-size: em(24);
		gap: 0.5rem;
		height: 6.5625rem;
	}

	.c-priceCard__body {
		border-radius: 0 0 1rem 1rem;
		padding: 1.5rem 1.875rem 1rem;
	}

	.c-priceCard__bigText {
		font-size: 1.25rem;
		margin-top: 0.875rem;
	}

	.c-priceCard__text {
		margin-top: 0.875rem;
		min-height: 1.5rem;
	}

	.c-priceCard__lists {
		margin-top: 1rem;
		padding-top: 1.5rem;
	}

	.c-priceCard__list {
		font-size: 0.875rem;
		max-width: 100%;
	}

	.c-roundBtn {
		font-size: 1rem;
	}

	.c-service {
		align-items: flex-start;
		flex-direction: row;
		gap: 3.125rem;
	}

	.c-service.--reverse {
		flex-direction: row-reverse;
	}

	.c-service__img {
		height: 27.5rem;
		width: 46.875rem;
	}

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

	.c-service__content {
		width: calc(100% - 50rem);
	}

	.c-service__title {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		font-size: 2.25rem;
	}

	.c-service__lead {
		font-size: 1.125rem;
		line-height: 1.8;
		text-align: right;
	}

	.c-service__text {
		font-size: 1rem;
		margin-top: 1rem;
		padding-top: 2.5rem;
	}

	.c-service__btn {
		margin-top: 3.5rem;
	}

	.c-service.--reverse .c-service__title {
		align-items: flex-start;
	}

	.c-service.--reverse .c-service__lead {
		text-align: left;
	}

	.c-submit {
		height: 3rem;
		width: 11.75rem;
	}

	.c-tag {
		font-size: 0.6875rem;
		padding-inline: 0.75rem;
	}

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

	.c-textTitle {
		font-size: 2rem;
	}

	.c-title {
		font-size: 2rem;
		line-height: 1.8;
	}

	.l-breadcrumb.u-desktop {
		padding-top: 9.375rem;
	}

	.l-breadcrumb.--top {
		margin-top: -3.75rem;
	}

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

	.l-pageTitle {
		padding-bottom: 3rem;
		padding-top: 3.125rem;
	}

	.l-price {
		margin-top: 3.75rem;
	}

	.l-single {
		margin-top: -4rem;
	}

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

	.p-about__links {
		gap: 4.6875rem;
		grid-template-columns: repeat(2, 1fr);
		margin-inline: auto;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}

	.p-about__img {
		max-width: 15.625rem;
	}

	.p-about__text {
		font-size: 1.125rem;
		margin-top: 1.5rem;
	}

	.p-access {
		padding-bottom: 10rem;
		padding-top: 4.875rem;
	}

	.p-access::before {
		background-size: 3.125rem 3.125rem;
		max-width: 78.4722222222vw;
	}

	.p-access__map {
		margin-left: auto;
		margin-right: calc(50% - 45rem + 3.125rem);
		margin-top: 1.75rem;
		max-width: 58.125rem;
	}

	.p-access__map iframe {
		aspect-ratio: 930/500;
	}

	.p-access__root {
		align-items: flex-start;
		display: grid;
		gap: 1.5rem;
		grid-template-columns: 13.4375rem 1fr;
		margin-top: 3.75rem;
	}

	.p-access__root h3 {
		font-size: 1.5rem;
		padding-left: 1.6875rem;
	}

	.p-access__root h3::before {
		width: 1.375rem;
	}

	.p-access__root p {
		font-size: 1.125rem;
		line-height: 1.5;
	}

	.p-archive-case {
		padding-bottom: 7.5rem;
		padding-top: 3.125rem;
	}

	.p-archive-case.--none {
		padding-top: 0;
	}

	.p-archive-case__inner {
		max-width: calc(80rem + 25px + 25px);
	}

	.p-archive-case__body {
		border-radius: 4rem;
		border-width: 3px;
		margin-top: 3.5rem;
		padding: 5rem;
	}

	.p-archive-case__body.--none {
		margin-top: 0;
	}

	.p-archive-case__blocks {
		grid-template-columns: repeat(3, 1fr);
	}

	.p-archive-case__nav {
		margin-top: 3.75rem;
	}

	.p-archive-news__nav {
		margin-top: 3.75rem;
	}

	.p-archive-news {
		border-radius: 4rem 4rem 0 0;
		border-top: 3px solid #fff;
		padding-bottom: 8.125rem;
		padding-top: 4rem;
	}

	.p-breadcrumb {
		display: block;
		min-height: 3.5625rem;
	}

	.p-company {
		padding-bottom: 4.6875rem;
		padding-top: 7.1875rem;
	}

	.p-company__title {
		font-size: 2.25rem;
	}

	.p-company__lead {
		font-size: 1.125rem;
	}

	.p-company__lead small {
		display: inline;
		font-size: 1.125rem;
		margin: 0;
	}

	.p-company__box {
		border-radius: 2rem;
		margin-top: 2.5rem;
		padding: 5rem 2.5rem;
	}

	.p-company__wrap {
		align-items: center;
		display: grid;
		gap: 4rem;
		grid-template-columns: 25.8125rem 1fr;
	}

	.p-company__content {
		margin-top: 0;
	}

	.p-company__content h3 {
		font-size: 1.5625rem;
	}

	.p-company__content p {
		font-size: 1rem;
		margin-top: 1.5rem;
	}

	.p-company__service {
		margin-top: 6.5rem;
		padding-top: 6.5rem;
	}

	.p-company__about {
		margin-top: 6.5rem;
	}

	.p-contact {
		padding-bottom: 7.5rem;
	}

	.p-contact__inner {
		max-width: calc(80rem + 25px + 25px);
	}

	.p-contact__box {
		border-radius: 2rem;
		border-radius: 4rem;
		padding: 6.875rem 10rem;
		padding-block: 6.25rem;
	}

	.p-contact__box.--document {
		padding: 6.875rem 5rem;
	}

	.p-contact__lead {
		font-size: 1rem;
		padding-left: 1.3125rem;
	}

	.p-contact__lead::before {
		height: 0.75rem;
		width: 0.75rem;
	}

	.p-contact__form {
		margin-top: 4rem;
	}

	.p-cv {
		background: url(../images/common/bg_cv.webp) center center/cover no-repeat;
		padding-block: 5.375rem;
	}

	.p-cv__title {
		font-size: 4rem;
		line-height: 1.3125;
	}

	.p-cv__title span {
		font-size: 3.5rem;
	}

	.p-cv__text {
		font-size: 1.25rem;
		line-height: 1.8;
		margin-inline: auto;
		margin-top: 1rem;
		max-width: 51.875rem;
	}

	.p-cv__btns {
		flex-direction: row;
	}

	.p-footer {
		padding-top: 2.5rem;
	}

	.p-footer__top {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr 52.1875rem;
	}

	.p-footer__info {
		border: none;
		margin: 0;
		padding: 0;
	}

	.p-footer__logo {
		margin-left: 0;
	}

	.p-footer__snslinks {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-left: 0.625rem;
	}
	.p-footer__snslink:first-child{
		width:4.43rem;
	}
	.p-footer__snslink:last-child{
		width:6.56rem;
	}

	.p-footer__nav {
		gap: 1.25rem;
		grid-template-columns: repeat(3, 1fr);
		max-width: 100%;
	}

	.p-footer__links:nth-child(1) {
		grid-column: initial;
		grid-row: initial;
	}

	.p-footer__links:nth-child(2) {
		grid-column: initial;
		grid-row: initial;
	}

	.p-footer__links:nth-child(3) {
		grid-column: initial;
		grid-row: initial;
	}

	.p-footer__link + .p-footer__link {
		margin-top: 1.5rem;
	}

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

	.p-footer__link a {
		font-size: 0.875rem;
		line-height: 1.5;
	}

	.p-footer__link.--sub a {
		font-size: 0.875rem;
		line-height: 1.5;
	}

	.p-footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		margin-top: 2.5rem;
		padding-block: 1.375rem;
		padding-inline: 2rem;
	}

	.p-footer__copy {
		margin: 0;
	}

	.p-footer__textLinks {
		align-items: center;
		display: flex;
		gap: 1.5rem;
		justify-content: flex-end;
	}

	.p-footer__textLink + .p-footer__textLink {
		margin-top: 0;
	}

	.p-footer__textLink a {
		font-size: 0.75rem;
		line-height: 1.5;
	}

	.p-form__row.--check {
		color: #fff;
		display: block;
	}

	.p-form__row.--check dt {
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
	}

	.p-form__row.--check dd .wpcf7-list-item {
		margin-left: 0;
	}

	.p-form__row.--check dd .wpcf7-list-item a {
		color: #fff;
	}

	.p-form__row.--check dd .wpcf7-list-item img {
		filter: brightness(0) invert(1);
	}

	.p-form2__main {
		gap: 2rem 2.5rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.p-form2__main.--1 {
		grid-template-columns: 1fr;
	}

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

	.wpcf7-list-item-label {
		color: var(--gray100, #616161);
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.p-form2__main.--1 .c-form.--check {
		grid-column: 1/2;
		grid-template-columns: 1fr; /* 1列 */
	}


	.p-form2__main.--1 {
		display: grid;
		grid-template-columns: 1fr 1fr; /* 2列 */
		gap: 1rem;
		row-gap: 2rem;
	}

	/* 3項目以降は両列にまたがる */
	.p-form2__main.--1 .p-form2__row:nth-child(n + 3) {
		grid-column: 1 / -1;
	}

	.p-form2__row.--message {
		grid-column: 1/3;
	}

	.p-form2__submit {
		margin-top: 1rem;
	}
	.p-form2__submit {
        grid-column: 1 / -1;
        margin-top: 1rem;
        display: flex;
        justify-content: flex-start;
    }

    /* margin-inline: auto を上書き */
    .p-form2__submit.c-submit {
        margin-inline: 0; /* または margin-left: 0; margin-right: auto; */
    }


	.wpcf7-select {
		padding: 5px 12px;
	}

	.p-form2__wrap {
		align-items: flex-start;
		gap: 4rem;
		grid-template-columns: 30rem 1fr;
	}

	.p-form2__document {
		margin-left: 2.5rem;
		margin-left: 0;
	}

	.p-form2__title {
		font-size: 1.25rem;
	}

	.p-form2__list {
		font-size: 1rem;
		line-height: 1.76;
	}

	.sub::before {
		background: url(../images/common/bg_header.png) center top/100% 100% no-repeat;
		height: 25.625rem;
	}

	.p-header__inner {
		height: 100%;
		max-width: unset;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

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

	.p-header__hamburger {
		display: none;
	}

	.p-header__drawer {
		display: none;
	}

	.p-header__globalNav {
		display: block;
		height: 100%;
		margin-left: auto;
	}

	.p-member {
		padding-bottom: 9rem;
	}

	.p-member__lists {

		gap: 1.5rem 3.125rem;
		grid-template-columns: repeat(6, 1fr);
		margin-top: 4rem;
	}

	/* 1-3番目は2列分 */
	.p-member__lists > *:nth-child(-n+3) {
		grid-column: span 2;
	}


	/* 4番目を中央左に */
	.p-member__lists > *:nth-child(4) {
		grid-column: 2 / 4;
	}

	/* 5番目を中央右に */
	.p-member__lists > *:nth-child(5) {
		grid-column: 4 / 6;
	}

	.p-member__list:nth-child(2),
	.p-member__list:nth-child(5) {
		/* margin-top: 3.125rem; */
	}

	.p-member__name {
		font-size: 1.25rem;
		margin-top: 0.5rem;
	}

	.p-member__text {
		font-size: 1rem;
		margin-top: 0.25rem;
	}

	.p-message {
		border-radius: 4rem 4rem 0 0;
		border-width: 3px;
		padding-top: 4rem;
	}

	.p-message__wrap {
		display: grid;
		gap: 2.5rem;
		grid-template-columns: 1fr 35.9375rem;
		margin-top: 3.5625rem;
	}

	.p-message__img {
		margin-left: calc((50vw - 35rem) * -1);
		width: calc(100% + 50vw - 35rem);
	}

	.p-message__content {
		margin-top: 0;
	}

	.p-message__text {
		font-size: 1rem;
		line-height: 1.8;
	}

	.p-message__name {
		font-size: 1.25rem;
	}

	.p-mv {
		background-image: url(../images/top/bg_mv.webp);
		background-position: center bottom;
		padding-bottom: 4.375rem;
		padding-top: 8.75rem;
	}

	.p-mv__inner {
		max-width: calc(71.875rem + 25px + 25px);
	}

	.p-mv__wrap {
		align-items: center;
		display: grid;
		gap: 5.1875rem;
		grid-template-columns: 1fr 25.75rem;
	}

	.p-mv__title {
		font-size: 2.75rem;
	}

	.p-mv__title small {
		font-size: 2.1875rem;
	}

	.p-mv__title strong {
		font-size: 5.5rem;
	}

	.p-mv__title sup {
		font-size: 1rem;
	}

	.p-mv__text {
		font-size: 0.8125rem;
		line-height: 1.6;
		margin-top: 2.5rem;
	}

	.p-mv__box {
		border-radius: 2rem;
		margin-top: 0;
		max-width: 100%;
		padding: 4.0625rem 1.625rem 2.75rem;
		width: 100%;
	}

	.p-mv__img {
		left: -5rem;
		top: -5rem;
		width: 13.75rem;
	}

	.p-mv__boxText {
		font-size: 1.25rem;
		margin-left: 5.25rem;
	}

	.p-mv__btn {
		margin-top: 2rem;
		text-align: left;
	}

	.p-mv__btn a,
	.p-mv__btn input {
		font-size: 1.25rem;
		height: 3.5rem;
		width: 14.75rem;
	}

	.p-mv__form {
		margin-top: 2.25rem;
	}

	.p-overview {
		border-radius: 4rem 4rem 0 0;
		border-top: 3px solid #fff;
		padding-top: 4rem;
	}

	.p-overview__table {
		margin-top: em(64);
	}

	.p-overview__row {
		display: grid;
		grid-template-columns: 16.375rem 1fr;
	}

	.p-overview__row dt {
		font-size: 1rem;
	}

	.p-overview__row dd {
		align-items: center;
		display: flex;
		font-size: 1.125rem;
	}

	.p-pageTitle__en {
		font-size: 4.5rem;
	}

	.p-pageTitle__ja {
		font-size: 1.25rem;
	}

	.p-pageTitle__text {
		font-size: 1rem;
		line-height: 1.6;
		margin-top: 1.875rem;
		padding-left: 0.9375rem;
	}

	.p-pageTitle__text::before {
		height: 0.5rem;
		width: 0.5rem;
	}

	.p-policy {
		background: none;
		border: none;
		border-radius: 4rem 4rem 0 0;
		border-width: 3px;
		padding-bottom: 7.5rem;
		padding-top: 4rem;
	}

	.p-policy__inner {
		background: rgba(250, 250, 250, 0.64);
		border-radius: 2rem;
		border-radius: 4rem;
		max-width: calc(80rem + 25px + 25px);
		padding: 6.875rem 5rem;
		padding-block: 6.25rem;
	}

	.p-policy__text {
		font-size: 1.25rem;
	}

	.p-policy__table {
		display: grid;
		grid-template-columns: 6.875rem 10rem 14.375rem 14.625rem 10.625rem 1fr;
		margin-top: 3.75rem;
	}

	.p-policy__row {
		display: block;
	}

	.p-policy__row + .p-policy__row {
		border-left: 1px solid #003571;
	}

	.p-policy__row dt {
		border: none;
		height: 3.125rem;
	}

	.p-policy__row dd {
		border: none;
		font-size: 0.875rem;
		height: -moz-fit-content;
		height: fit-content;
		padding-inline: 0.375rem;
	}

	.p-policy__note {
		font-size: 1.25rem;
		margin-top: 0.75rem;
	}

	.p-price {
		background: none;
		margin-left: auto;
		padding-block: 5.625rem;
		position: relative;
	}

	.p-price::before {
		display: block;
	}

	.p-price__cards {
		grid-template-columns: repeat(4, 1fr);
		max-width: 100%;
	}

	.p-relation {
		padding-bottom: 7.25rem;
		padding-top: 3.5rem;
	}

	.p-relation__cards {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 3.5rem;
	}

	.p-relation__cards.--4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.p-relation__btn {
		margin-top: 2rem;
		text-align: right;
	}

	.p-serviceMenu__lists {
		gap: 1.5625rem;
		grid-template-columns: repeat(4, 1fr);
		margin-top: rme(40);
	}

	.p-serviceMenu__text {
		font-size: 1.125rem;
		margin-top: 1.5rem;
	}

	.p-single {
		border-radius: 4rem 4rem 0 0;
		padding-block: 5rem;
	}

	.p-single.--news {
		padding-bottom: 9.375rem;
	}

	.p-single__company {
		font-size: 1.5rem;
		line-height: 1.4583333333;
	}

	.p-single__cat {
		font-size: 0.875rem;
		font-weight: 400;
	}

	.p-single__title {
		font-size: 2.375rem;
		line-height: 1.3421052632;
		margin-top: 1.5625rem;
		padding-left: 1.3125rem;
	}

	.p-single__title::before {
		width: 0.5rem;
	}

	.p-single__thumbnail {
		margin-top: 3.4375rem;
		max-width: 75vw;
	}

	.p-single__thumbnail.--center {
		margin-inline: auto;
		max-width: 64rem;
	}

	.p-single__thumbnail img {
		aspect-ratio: 1080/655;
	}

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

	.p-single__content h2 {
		font-size: 1.5rem;
		padding-bottom: 1rem;
	}

	.p-single__content p {
		font-size: 1rem;
	}

	.p-single__content img {
		margin-inline: auto;
	}

	.p-single__content * + * {
		margin-top: 1.5rem;
	}

	.p-single__btn {
		margin-top: 4.375rem;
	}

	.p-single__time {
		font-size: 1.5rem;
		line-height: 1.4583333333;
	}

	.p-singleTitle__ja {
		font-size: 2.25rem;
	}

	.p-singleTitle__en {
		font-size: 8.125rem;
		margin-right: calc(50% - 50vw);
		margin-top: -6.25rem;
	}

	.p-solution__inner {
		max-width: calc(80rem + 25px + 25px);
	}

	.p-solution__nav {
		border-radius: 2rem;
		border-width: 3px;
		margin-top: 3.5rem;
		padding: 1.25rem 5rem 2.5rem;
	}

	.p-solution__lists {
		gap: 1.5rem;
		grid-template-columns: repeat(4, 1fr);
	}

	.p-solution__list {
		height: 6.875rem;
	}

	.p-solution__list::before {
		bottom: -0.875rem;
		height: 1.25rem;
		width: 1.25rem;
	}

	.p-solution__list span {
		font-size: 1.375rem;
	}

	.p-solution__box {
		border-radius: 4rem;
		border-width: 3px;
		margin-top: 3.5rem;
		padding: 7.125rem 6.25rem;
	}

	.p-solution__block {
		display: flex;
		gap: 1.5rem;
	}

	.p-solution__block:nth-child(even) {
		flex-direction: row-reverse;
	}

	.p-solution__block + .p-solution__block {
		margin-top: 7.5rem;
	}

	.p-solution__img {
		width: 31.25rem;
	}

	.p-solution__content {
		width: calc(100% - 32.75rem);
	}

	.p-solution__lead {
		font-size: 1.125rem;
		margin-top: 0.5rem;
	}

	.p-solution__text {
		border-color: #fff;
		font-size: 1rem;
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}

	.p-solution__btn {
		margin-top: 2rem;
		text-align: right;
	}

	.p-support {
		background: none;
		padding-block: 3.75rem;
		position: relative;
		z-index: 1;
	}

	.p-support::before {
		background: linear-gradient(225deg, #59a7f6, #3892f3);
		border-radius: 0 6.25rem 6.25rem 0;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		width: calc(100% - 5rem);
		z-index: -1;
	}

	.p-support__title {
		font-size: 2rem;
		line-height: 1.125;
	}

	.p-support__lists {
		gap: 1rem;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 2rem;
		max-width: 100%;
	}

	.p-support__list {
		border-radius: 1rem;
		padding: 0.9375rem 1.5rem;
	}

	.p-support__img {
		height: 8.75rem;
	}

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

	.p-term {
		border-radius: 2rem;
		padding: 1.875rem 5rem;
	}

	.p-term__title {
		font-size: 1.25rem;
	}

	.p-term__wrap {
		display: grid;
		grid-template-columns: 8.875rem 1fr;
		margin-top: 1.25rem;
	}

	.p-term__btns {
		gap: 2rem;
	}

	.p-term__btns + .p-term__btns {
		border: none;
		border-left: 1px solid #003571;
		margin: 0;
		margin-left: 2rem;
		padding: 0;
		padding-left: 2rem;
	}

	.p-term__btn a {
		border-radius: 1.875rem;
		font-size: 1.25rem;
		height: 2.875rem;
	}

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

	.p-thanks {
		padding-bottom: 7.5rem;
	}

	.p-thanks__inner {
		max-width: calc(80rem + 25px + 25px);
	}

	.p-thanks__box {
		border-radius: 2rem;
		padding-block: 6.25rem;
	}

	.p-thanks__text {
		font-size: 1.25rem;
		margin-inline: auto;
		max-width: 58.4375rem;
		padding-left: 1.625rem;
	}

	.p-thanks__text::before {
		height: 0.875rem;
		top: 0.75rem;
		width: 0.875rem;
	}

	.p-thanks__btn {
		margin-top: 4.375rem;
	}

	.p-thanks__service {
		margin-top: 5rem;
		padding-top: 5rem;
	}

	.p-thanks__subTitle {
		font-size: 2rem;
		margin-top: 2rem;
	}

	.p-thanks__lists {
		gap: 1.5625rem;
		grid-template-columns: repeat(4, 1fr);
		margin-inline: auto;
		max-width: 62.5rem;
	}

	.p-thanks__listText {
		font-size: 1.125rem;
		margin-top: 1.5rem;
	}

	.p-tool {
		padding-bottom: 5.625rem;
		padding-top: 7.5rem;
	}

	.p-tool__block {
		align-items: center;
		grid-template-columns: 34.0625rem 1fr;
		padding: 1.875rem 4.8125rem;
	}

	.p-tool__content {
		display: block;
	}

	.p-tool__subtitle.--1 {
		margin-left: 0;
		width: 16.875rem;
	}

	.p-tool__subtitle.--2 {
		margin-left: 0;
		width: 20.625rem;
	}

	.p-tool__text {
		font-size: 1.125rem;
		line-height: 1.5;
		margin-top: 2rem;
		max-width: 30.125rem;
	}

	.p-tool__text strong {
		font-size: 2rem;
	}

	.p-tool__img {
		margin: 0;
		margin-top: 0;
	}

	.p-tool__img.--1 {
		max-width: 100%;
	}

	.p-tool__img.--2 {
		max-width: unset;
		width: calc(100% + 4.8125rem);
	}

	.p-topCase__blocks {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 2rem;
	}

	.p-topCase__btn {
		margin-top: 2rem;
		text-align: right;
	}

	.p-topInfo {
		padding-top: 5rem;
	}

	.p-topInfo__blocks {
		grid-template-columns: repeat(4, 1fr);
		margin-top: 3.5rem;
	}

	.p-topInfo__btn {
		margin-top: 2rem;
		text-align: right;
	}

	.p-topNews {
		padding-bottom: 6.125rem;
		padding-top: 3.5rem;
	}

	.p-topNews__blocks {
		margin-top: 3.5rem;
	}

	.p-topNews__btn {
		margin-top: 2rem;
		text-align: right;
	}

	.p-topService {
		background-image: url(../images/top/bg_service_pc.webp);
		padding-bottom: 13.75rem;
		padding-top: 6.25rem;
	}

	.p-topService__inner {
		max-width: calc(72.5rem + 25px + 25px);
	}

	.p-topService__title {
		font-size: 2.8125rem;
		line-height: 1.2;
	}

	.p-topService__blocks {
		margin-top: 10rem;
	}

	.p-topService__block + .p-topService__block {
		margin-top: 7.5rem;
	}

	.p-under {
		padding-bottom: 7rem;
		padding-top: 4rem;
	}

	.p-under__en {
		font-size: 1.125rem;
		height: 2.5rem;
		right: 2.5rem;
	}

	.p-under__title {
		font-size: 2.25rem;
	}

	.p-under__lead {
		font-size: 1.125rem;
		line-height: 2.2;
		margin-top: 1.5rem;
		padding-right: 7.5rem;
	}

	.p-under__cards {
		gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 6.5rem;
	}

	.p-under__card {
		padding: 2rem;
	}

	.p-under__subtitle {
		font-size: 1.5rem;
	}

	.p-under__text {
		font-size: 1rem;
	}

	#toc_container {
		padding: 2.5rem;
		width: max(47.375rem, 52.6388888889vw);
	}
}

@media (min-width: 1201px) {
	html {
		font-size: 16px;
	}
}

@media screen and (min-width: 1440px) {
	.p-solution__title {
		font-size: 2rem;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

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