body {
	font-family: "Noto Sans JP", system-ui;
}
.p-single__wrap p a{
	color: #1a2792;
    text-decoration: underline;
}


.--blue {
	color: #1a2792;
}

.--white {
	color: #fff;
}

.--black {
	color: #000;
}

body {
	color: #000;
	letter-spacing: 0.05em;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

html.is-fixed {
	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;
	height: auto;
	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);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

picture {
	display: block;
}

.c-archiveList {
	display: block;
	padding-block: 2.5rem;
	position: relative;
}

.c-archiveList__info {
	align-items: center;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: 6.875rem 1fr;
}

.c-archiveList__wrap {
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: 6.875rem 1fr;
	margin-top: 1.1875rem;
}

.c-archiveList__thumbnail {
	display: block;
	overflow: hidden;
}

.c-archiveList__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 110/80;
	object-fit: cover;
	transition: all 0.3s;
}

.c-archiveList__title {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.c-archiveList__cats {
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(auto-fill, minmax(6.5625rem, 1fr));
	margin-top: 1.875rem;
}

.c-archiveList__cat {
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	padding-block: 0.5rem;
	text-align: center;
}

.c-archiveList__cat.--online,
.c-archiveList__cat.--form,
.c-archiveList__cat.--water {
	background-color: #00b7ee;
}

.c-archiveList__cat.--scsk,
.c-archiveList__cat.--blue,
.c-archiveList__cat.--place {
	background-color: #1a2792;
}

.c-archiveList__cat.--full,
.c-archiveList__cat.--orange {
	background-color: #ec6941;
}

.c-bgScroll {
	display: flex;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	white-space: nowrap;
	width: 100vw;
}

.c-bgScroll span {
	color: #fff;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 9.375rem;
	font-weight: 400;
	letter-spacing: -0.025em;
}

.c-bgScroll span:nth-child(1) {
	animation: infiniteScrollX1 80s -40s linear infinite;
}

.c-bgScroll span:nth-child(2) {
	animation: infiniteScrollX2 80s 0s linear infinite;
}

.c-bgTitle {
	background-color: #eef7fc;
	color: #1a2792;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.25;
	padding: 1rem 0.75rem;
}

.c-bgTitle.--blue {
	background-color: #1a2792;
	color: #fff;
}

.c-bgTitle.--round {
	border-radius: 0.3125rem;
}

.c-bgTitle.--big {
	padding: 1.4375rem 1.25rem;
}

.c-bgTitle.--border {
	padding-left: 1.875rem;
	position: relative;
}

.c-bgTitle.--border::before {
	background-color: #00b7ee;
	content: "";
	height: 1.5625rem;
	height: calc(100% - 2rem);
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1875rem;
}

.c-bigText {
	font-size: 1.5rem;
	letter-spacing: 0.025em;
}

.c-bnr {
	display: grid;
	gap: 0.75rem;
	margin-inline: auto;
	max-width: 16.4375rem;
	width: 100%;
}

.c-borderCard {
	border: 1px solid #1a2792;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	padding: 2.5rem 1.125rem 2.8125rem;
}

.c-borderCard__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/208;
	object-fit: cover;
}

.c-borderCard__logo.--1 {
	width: 11.25rem;
}

.c-borderCard__logo.--2 {
	width: 9.5625rem;
}

.c-borderCard__title {
	margin-top: 1.75rem;
}

.c-borderCard__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
	margin-top: 1.25rem;
}

.c-borderCard__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.c-borderTitle {
	border-bottom: 1px solid #1a2792;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 2rem;
}

.c-borderTitle.--blue {
	color: #1a2792;
}

.c-borderTitle2 {
	border-bottom: 2px solid #b2b2b2;
	color: #1a2792;
	font-size: 1.125rem;
	line-height: 1.5;
	padding-bottom: 1.25rem;
	padding-left: 1.25em;
	position: relative;
	text-indent: -1.25em;
}

.c-borderTitle2::before {
	background-color: #1a2792;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 7.5rem;
}

.c-btn {
	align-items: center;
	background-color: #1a2792;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-flex;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	height: 3.75rem;
	justify-content: center;
	line-height: 1.25;
	max-width: 14.375rem;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.c-btn.--white {
	background-color: transparent;
	border: 2px solid #fff;
}

.c-btn.--transparent {
	background-color: #fff;
	border: 2px solid #1a2792;
	color: #1a2792;
}

.c-btn.--transparent::before {
	background: url(../images/common/arrow-blue.webp) center center/contain no-repeat;
}

.c-btn.--orange {
	background-color: #eb6100;
}

.c-btn::before {
	background: url(../images/common/arrow.webp) center center/contain no-repeat;
	content: "";
	height: 0.8125rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 1.0625rem;
}

.c-btn.--none::before {
	display: none;
}

.c-btn.--white:hover {
	background-color: #fff;
	color: #1a2792;
}

.c-btn.--white:hover::before {
	background: url(../images/common/arrow-blue.webp) center center/contain no-repeat;
}

.c-btn.--transparent:hover {
	background-color: #1a2792;
	color: #fff;
}

.c-btn.--transparent:hover::before {
	background: url(../images/common/arrow.webp) center center/contain no-repeat;
}

.c-card {
	border: 1px solid #1a2792;
	border-radius: 0.3125rem;
	display: block;
	height: 100%;
	padding: 1.25rem;
}

.c-card__head {
	position: relative;
}

.c-card__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 520/260;
	object-fit: cover;
}

.c-card__lead {
	background-color: #1a2792;
	color: #fff;
	font-size: 0.875rem;
	left: 0.625rem;
	padding: 0.5rem 1rem;
	position: absolute;
	top: 0.625rem;
}

.c-card__company {
	background-color: #1a2792;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	padding: 0.625rem 1.25rem;
}
/*241102 ocadd*/
.c-card__tags {
	display: none;
	flex-wrap: wrap;
	gap: 0.5625rem;
	margin-top: 0.625rem;
}
/*
.c-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5625rem;
	margin-top: 0.625rem;
}*/

.c-card__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.c-card__text {
	font-size: 0.875rem;
	line-height: 1.8666666667;
	margin-top: 1.25rem;
}

.c-cmsList {
	display: block;
	padding-block: 1.75rem;
}

.c-cmsList__info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.875rem;
}

.c-cmsList__title {
	font-weight: 500;
	margin-top: 1.25rem;
}

.c-cv {
	background: url(../images/common/bv_cv.webp) center center/cover no-repeat;
	border-radius: 0.3125rem;
	overflow: hidden;
	padding-block: 3.75rem;
	padding-inline: 1.25rem;
}

.c-cv__title {
	color: #1a2792;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

.c-cv__btns {
	display: grid;
	gap: 0.625rem;
	margin-top: 2.5rem;
}

.c-cv__btn .c-btn {
	font-size: 1.125rem;
	font-weight: 500;
	height: 4.625rem;
	max-width: 100%;
}

.c-hamburger {
	background-color: #1a2792;
	height: 100%;
	position: relative;
	width: 100%;
}

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

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

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

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

.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-hissu {
	background-color: #fff;
	border: 1px solid #ff0000;
	color: #ff0000;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.0625rem 0.75rem;
}

.c-newsList {
	border-bottom: 1px solid #ccc;
	display: block;
	padding-block: 2.5rem;
}

.c-newsList__wrap {
	align-items: flex-start;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 7.8125rem 1fr;
}

.c-newsList__thumbnail {
	overflow: hidden;
}

.c-newsList__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 125/90;
	object-fit: cover;
	transition: all 0.3s;
}

.c-newsList__title {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.625;
	margin-top: 0.625rem;
}

.c-newsList__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.75rem;
	overflow: hidden;
}

.c-newsList__url {
	align-items: flex-start;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: 2.875rem 1fr;
	margin-top: 0.875rem;
}

.c-newsList__url > span:nth-child(1) {
	background-color: #eef7fc;
	border-radius: 0.3125rem;
	color: #1a2792;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	padding-block: 0.5rem;
	text-align: center;
}

.c-newsList__url > span:nth-child(2) {
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.25;
	margin-top: 0.1875rem;
	word-break: break-all;
}

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

.c-none.--left {
	text-align: left;
}

.c-pageTitle__en {
	color: #1a2792;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	padding-bottom: 0.8125rem;
	padding-right: 0.9375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-pageTitle__en::before {
	background-color: #1a2792;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-pageTitle__ja {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 1.5rem;
}

.c-pageTitle__text {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1rem;
}

.c-pdf {
	align-items: center;
	background-color: #1a2792;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 1.4375rem;
	height: 3.375rem;
	justify-content: center;
	max-width: 16.75rem;
	width: 100%;
}

.c-pdf img {
	width: 1.1875rem;
}

.c-search {
	background-color: #f2f7ff;
	border: 1px solid #ccc;
	height: 4.0625rem;
	position: relative;
	width: 100%;
}

.c-search input {
	display: inline-block;
	height: 100%;
	height: 4.0625rem;
	padding: 0 0.875rem;
	width: calc(100% - 3.75rem);
}

.c-search button {
	background: #1a2792 url(../images/common/icon_search_white.webp) center center/1.5rem no-repeat;
	border: 1px solid #1a2792;
	height: 4.0625rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	width: 3.75rem;
}

.c-search button:hover {
	opacity: 0.7;
}

.c-solutionCard {
	background-color: #fff;
	border: 1px solid #1a2792;
	border-radius: 0.3125rem;
	padding: 2.5rem 1.25rem;
}

.c-solutionCard__logo {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-solutionCard__logo img {
	-o-object-fit: cover;
	aspect-ratio: 520/260;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.c-solutionCard__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8666666667;
	margin-top: 1.875rem;
}

.c-solutionCard__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.c-solutionCard__btn .c-btn {
	max-width: 17.5rem;
}

.c-tabs {
	align-items: center;
	display: flex;
	gap: 0.125rem;
}

.c-tab a {
	background-color: #a6a6a6;
	border-radius: 0.3125rem 0.3125rem 0 0;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	padding: 1.125rem 1.25rem;
	transition: all 0.3s;
}

.c-tab a.is-active {
	background-color: #1a2792;
}

.c-tag {
	border: 1px solid #1a2792;
	border-radius: 0.1875rem;
	color: #1a2792;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	min-width: 6.5rem;
	padding: 0.4375rem 1.25rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

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

.c-text {
	font-size: 1rem;
	line-height: 1.875;
	text-align: justify;
}

.c-text p + p {
	margin-top: 1em;
}

.c-time {
	color: #1a2792;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.025em;
}

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

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

.c-title__en {
	border-bottom: 0.1875rem solid #1a2792;
	color: #1a2792;
	font-family: "Inter", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-inline: auto;
	padding-bottom: 0.6875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-title.--left .c-title__en {
	margin-left: 0;
}

.c-title__ja {
	font-size: 2rem;
	line-height: 1.25;
	margin-top: 2.125rem;
}

.c-title__ja.--small {
	font-size: 1.5rem;
}

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

.c-title2__en {
	color: #1a2792;
	font-size: 2.0625rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.c-title2__ja {
	color: #1a2792;
	font-size: 1.125rem;
	letter-spacing: 0.075em;
	line-height: 2;
	margin-top: 1.25rem;
}

.c-youtube {
	align-items: center;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 1.1875rem;
	justify-content: center;
}

.c-youtube img {
	width: 2.75rem;
}

.l-access {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
}

.l-archive {
	margin-top: 4.0625rem;
}

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

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

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

.l-company {
	margin-top: 5rem;
}

.l-contents {
	margin-bottom: 6.25rem;
	margin-top: 3.75rem;
}

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

.l-ex {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

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

.l-more {
	margin-bottom: 9.375rem;
	margin-top: 3.125rem;
}

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

.l-pageTitle {
	margin-top: 5.25rem;
}

.l-privacy-policy {
	margin-bottom: 6.25rem;
	margin-top: 5rem;
}

.l-profile {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
}

.l-relation {
	margin-bottom: 6.25rem;
}

.l-search {
	margin-bottom: 8.125rem;
	margin-top: 5rem;
}

.l-single {
	margin-bottom: 7.9375rem;
	margin-top: 5rem;
}

.p-access__block {
	display: grid;
	gap: 1.875rem;
	padding-block: 2.5rem;
}

.p-access__block + .p-access__block {
	border-top: 1px solid #eaebf5;
}

.p-access__title {
	color: #1a2792;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-access__img {
	margin-top: 1.875rem;
	max-width: 20.1875rem;
}

.p-access__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.875;
	margin-top: 1.875rem;
}

.p-access__text + .p-access__text {
	margin-top: 2em;
}

.p-access__map {
	width: 100%;
}

.p-access__map iframe {
	aspect-ratio: 1;
	height: 100%;
	width: 100%;
}

.p-archive__tabs {
	border-bottom: 1px solid #ccc;
}

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

.p-archive__blocks + .p-archive__blocks {
	display: none;
}

.p-archive__block:nth-child(2) {
	display: none;
}

.page-news .p-archive__block:nth-child(2) {
	display:block;
}

.p-archive__block + .p-archive__block {
	margin-top: 1.5625rem;
}

.p-archive__item + .p-archive__item {
	border-top: 1px solid #ccc;
}

.p-backoffice {
	padding-block: 3.75rem;
}

.p-backoffice__block {
	border-bottom: 1px solid #eaebf5;
	display: grid;
	gap: 1.25rem;
	padding-block: 2.5rem;
}

.p-backoffice__thumbnail {
	position: relative;
}

.p-backoffice__tag {
	background-color: #1a2792;
	color: #fff;
	font-size: 0.75rem;
	left: 0.3125rem;
	letter-spacing: 0.025em;
	padding: 0.3125rem 0.25rem;
	position: absolute;
	top: 0.3125rem;
}

.p-backoffice__img {
	border: 1px solid #d5d8dd;
}

.p-backoffice__img img {
	margin: auto;
	max-width: 100%;
	width: auto;
}

.p-backoffice__title {
	font-size: 1.125rem;
	line-height: 1.3333333333;
}

.p-backoffice__text {
	line-height: 1.6;
	margin-top: 0.625rem;
}

.p-backoffice__btn {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
	text-align: center;
}

.p-backoffice__bottom {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 2.1875rem;
}

.p-box {
	background-color: #eef7fc;
	border: 1px solid #1a2792;
	border-radius: 0.3125rem;
	margin-top: 2.5rem;
	padding-block: 1.875rem;
	padding-inline: 1rem;
}

.p-box__title {
	border-bottom: 2px solid #1a2792;
	color: #1a2792;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	margin-inline: auto;
	padding-bottom: 0.3125rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-box__links {
	margin-top: 1.5625rem;
}

.p-box__link + .p-box__link {
	margin-top: 1.25rem;
}

.p-box__linkText {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6666666667;
	text-align: center;
}

.p-box__btn {
	margin-top: 0.625rem;
}

.p-box__btn .c-btn {
	max-width: 100%;
}

.p-box__blocks {
	display: grid;
	gap: 3.75rem;
	margin-top: 1.875rem;
}

.p-box__block {
	background-color: #fff;
	border-radius: 0.3125rem;
	padding: 0.9375rem 0.9375rem;
	position: relative;
}

.p-box__block:nth-child(2)::before {
	background: url(../images/common/arrow-black.png) center center/contain no-repeat;
	content: "";
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: -2.5rem;
	transform: translateX(-50%) rotate(90deg);
	width: 2.25rem;
}

.p-box__blockImg {
	align-items: center;
	display: flex;
	height: 7.5rem;
	justify-content: center;
	margin-inline: auto;
	width: 8.75rem;
}

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

.p-box__blockText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6666666667;
	text-align: center;
}

.p-box__cards {
	display: grid;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-box__card {
	background-color: #fff;
	border: 1px solid #1a2792;
	border-radius: 0.3125rem;
	margin-inline: auto;
	max-width: 16.5625rem;
	padding-block: 1.875rem;
	width: 100%;
}

.p-box__cardImg {
	align-items: center;
	display: flex;
	height: 11rem;
	justify-content: center;
	margin-inline: auto;
	width: 100%;
}

.p-box__cardImg.--1 {
	max-width: 12.375rem;
}

.p-box__cardImg.--2 {
	max-width: 9.8125rem;
}

.p-box__cardImg.--3 {
	max-width: 12.6875rem;
}

.p-box__cardImg.--4 {
	max-width: 13.5rem;
}

.p-box__cardTitle {
	color: #1a2792;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 0.625rem;
	text-align: center;
}

.p-box__cardText {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-inline: auto;
	margin-top: 1rem;
	max-width: 11.5625rem;
}

.p-box__btns {
	display: grid;
	gap: 0.625rem;
	margin-top: 2rem;
}

.p-breadcrumb {
	background-color: #eef7fc;
	padding-block: 0.9375rem;
}

.p-breadcrumb__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.p-breadcrumb span {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.3846153846;
}

.p-case__text + .p-case__title {
	margin-top: 3.75rem;
}

.p-case__img + .p-case__title {
	margin-top: 3.75rem;
}

.p-case__img {
	margin-left: calc(50% - 50vw);
	margin-top: 1.875rem;
	overflow-x: scroll;
	width: 100vw;
}

.p-case__img img {
	margin: auto;
	max-width: 100%;
	min-width: 800px;
	padding: 0 1.25rem;
}

.p-case__img.--2 {
	display: grid;
	gap: 1.25rem;
}

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

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

.p-caseHead__lead {
	color: #1a2792;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
}

.p-caseHead__lead::before {
	background-color: #eef7fc;
	content: "";
	height: 2.5rem;
	left: -0.625rem;
	position: absolute;
	top: -0.625rem;
	width: 2.5rem;
	z-index: -1;
}

.p-caseHead__lead span {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 1.75rem;
	margin-left: 0.625rem;
}

.p-caseHead__title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 2rem;
}

.p-caseHead__company {
	background-color: #1a2792;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.25rem;
	padding: 0.625rem 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-caseHead__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.p-caseHead__tag.c-tag {
	min-width: 5.25rem;
	padding-block: 0.375rem;
}

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

.p-caseHead__img img {
	-o-object-fit: cover;
	aspect-ratio: 598/448;
	height: 100%;
	object-fit: cover;
}

.p-cms {
	background-color: #fff;
	padding-bottom: 8.25rem;
	padding-top: 5.8125rem;
}

.p-cms__block {
	display: grid;
}

.p-cms__block + .p-cms__block {
	border-top: 1px solid #cccccc;
	margin-top: 4.375rem;
	padding-top: 4.375rem;
}

.p-cms__lead {
	display: contents;
}

.p-cms__lists {
	margin-top: 1.75rem;
}

.p-cms__list:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

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

.p-column__inner {
	padding: 0;
}

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

.p-column__text {
	font-size: 1rem;
	line-height: 1.6666666667;
	margin-top: 1.25rem;
}

.p-column__text p + p {
	margin-top: 1em;
}

.p-company__wrap {
	display: grid;
	gap: 1.25rem;
}

.p-company__content {
	display: contents;
}

.p-company__text {
	max-width: 33.125rem;
}

.p-company__btn {
	order: 1;
}

.p-company__btn .c-btn {
	max-width: 26.25rem;
}

.p-company__nav {
	background-color: #eef7fc;
	margin-top: 3.75rem;
	padding-block: 3.75rem;
	padding-inline: 1.25rem;
}

.p-company__links {
	display: grid;
	gap: 1.875rem;
	margin-inline: auto;
	max-width: 33.75rem;
}

.p-company__linkText {
	color: #1a2792;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 1rem;
}

.p-contact {
	padding-block: 5rem;
}

.p-contact__steps {
	display: grid;
	gap: 1.25rem;
}

.p-contact__step {
	background-color: #eef7fc;
	border: 1px solid #1a2792;
	font-size: 1rem;
	padding: 1.25rem;
}

.p-contact__step.is-active {
	background-color: #1a2792;
	color: #fff;
}

.p-contact__step strong {
	color: #1a2792;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	margin-bottom: 0.625rem;
}

.p-contact__step.is-active strong {
	color: #fff;
}

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

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

.p-contactBox {
	background-color: #1a2792;
	padding: 2.25rem 1.25rem 1.875rem;
}

.p-contactBox__title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

.p-contactBox__content {
	background-color: #fff;
	margin-top: 1.5rem;
	padding-bottom: 1.6875rem;
	padding-top: 2.375rem;
	text-align: center;
}

.p-contactBox__company {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
}

.p-contactBox__info {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.75rem;
	text-align: center;
}

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

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

.p-content__text strong {
	color: #1a2792;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.p-content__tables {
	display: grid;
	gap: 1.875rem;
	margin-top: 1.25rem;
}

.p-content__table th {
	background-color: #646fcc;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	padding-block: 0.875rem;
}

.p-content__table td {
	background-color: #cad9f4;
	font-size: 0.875rem;
	font-weight: 400;
	padding-block: 0.625rem;
	padding-left: 0.625rem;
}

.p-content__table td.--first {
	padding-left: 0;
	text-align: center;
	width: 28.33%;
}

.p-content__table td.--light {
	background-color: #e5edfc;
}

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

.p-content__figure {
	margin-left: calc(50% - 50vw);
	margin-top: 1.875rem;
	overflow-x: scroll;
	padding-inline: 1.25rem;
	width: 100vw;
}

.p-content__figure picture {
	min-width: 50rem;
}

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

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

.p-contents__content + .p-contents__content {
	margin-top: 5rem;
}

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

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

.p-creHead__title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-creHead__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 1.875rem;
	text-align: justify;
}

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

.p-creHead__note li {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
}

.p-cv {
	padding-top: 5.625rem;
}

.p-cv.--mb {
	padding-bottom: 6.25rem;
}

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

.p-cv__block + .p-cv__block {
	margin-top: 2.8125rem;
}

.p-cv__btn {
	margin-top: 2.1875rem;
	text-align: center;
}

.p-cv__img {
	margin-inline: auto;
	max-width: 17.5rem;
	order: -1;
}

.p-cv__img.--small img {
	-o-object-fit: cover;
	aspect-ratio: 261/269;
	height: 100%;
	object-fit: cover;
}

.p-drawer {
	background-color: #fff;
	bottom: 0;
	height: calc(100% - 4.375rem);
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding-bottom: 3.75rem;
	position: fixed;
	right: 0;
	top: 4.375rem;
	transform: translateY(-10%);
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
}

.p-drawer.is-active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-drawer__inner {
	padding-inline: 1.25rem;
}

.p-drawer__link.--hasSublinks + .p-drawer__link {
	margin-top: 1.25rem;
}

.p-drawer__link > a {
	border-bottom: 1px solid #d1d1d1;
	color: #1a2792;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.3888888889;
	padding-block: 1.25rem;
	position: relative;
	width: 100%;
}

.p-drawer__link.--hasSublinks > a::before {
	background: url(../images/common/arrow-border-blue.png) center center/contain no-repeat;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: all 0.3s;
	width: 1rem;
}

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

.p-drawer__subLink a {
	align-items: center;
	display: grid;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.9375rem;
	grid-template-columns: 1.0625rem 1fr;
}

.p-drawer__cards {
	display: grid;
	gap: 2.125rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
}

.p-drawer__text {
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 0.75rem;
	text-align: center;
}

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

.p-drawer__textLink a {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 2.1428571429;
}

.p-drawer__textLink:nth-child(3) {
	margin-top: 1.875rem;
}

.p-drawer__logosLinks {
	border-top: 1px solid #d1d1d1;
	margin-top: 1.75rem;
	padding-top: 1.25rem;
}

.p-drawer__logoLink + .p-drawer__logoLink {
	margin-top: 1.25rem;
}

.p-drawer__logoLink a {
	display: block;
}

.p-drawer__logoLink span {
	display: block;
	font-size: 0.6875rem;
	font-weight: bold;
}

.p-drawer__logoLink picture {
	display: block;
	margin-top: 0.3125rem;
	max-width: 16.25rem;
}

.p-drawer__youtube {
	border-top: 1px solid #d1d1d1;
	margin-top: 1.875rem;
	padding-top: 1.875rem;
}

.p-drawer__youtube a {
	justify-content: flex-start;
}

.p-ex__cards {
	display: grid;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

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

.p-footer {
	background-color: #0f1041;
	color: #fff;
	padding-bottom: 6.25rem;
	padding-top: 6rem;
	position: relative;
}

.p-footer__wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	margin-top: 4.3125rem;
	padding-top: 4.3125rem;
}

.p-footer__logo {
	filter: brightness(0) invert(1);
}

.p-footer__logo a {
	display: block;
}

.p-footer__youtube {
	margin-top: 2.9375rem;
}

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

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

.p-footer__link a {
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.5;
	text-align: center;
}

.p-footer__copy {
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-top: 6.25rem;
	text-align: center;
}

.p-footer__totop {
	bottom: 6.25rem;
	cursor: pointer;
	position: fixed;
	right: 20px;
	width: 2.875rem;
	z-index: 20;
}

.p-footer__totop:hover {
	opacity: 0.8;
}

.p-form__head {
	font-size: 0.625rem;
	font-weight: 400;
	text-align: right;
}

.p-form__head span {
	margin-right: 0.3125rem;
}

.p-form__title {
	margin-top: 0.625rem;
}

.p-form__body {
	border: 1px solid #ced0e5;
	margin-top: 1.25rem;
}

.p-form__name {
	background-color: #eef7fc;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.875;
	padding-block: 1.25rem;
	padding-left: 1.25rem;
}

.p-form__name span {
	margin-left: 0.625rem;
}

.p-form__name small {
	width: 100%;
}

.p-form__input {
	padding-block: 0.9375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-form__input input[type=text],
.p-form__input input[type=email] {
	border: 1px solid #bfbfbf;
	border-radius: 0.1875rem;
	display: inline-block;
	height: 2.25rem;
	padding-inline: 1rem;
	width: 100%;
}

.p-form__input textarea {
	border: 1px solid #bfbfbf;
	border-radius: 0.1875rem;
	display: inline-block;
	height: 9.375rem;
	line-height: 1.5;
	padding-block: 1rem;
	padding-inline: 1rem;
	width: 100%;
}

.p-form__input.--number {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.3125rem;
	justify-content: flex-start;
}

.p-form__input.--number > span.wpcf7-form-control-wrap {
	width: calc((100% - 2.5rem) / 3);
}

.p-form__input .c-minus {
	background-color: #000000;
	height: 1px;
	width: 0.625rem;
}

.p-form__input input[type=radio] + span,
.p-form__input input[type=checkbox] + span {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	padding-left: 1.875rem;
	position: relative;
}

.p-form__input input[type=radio] + span::before,
.p-form__input input[type=checkbox] + span::before {
	border: 1px solid #999999;
	border-radius: 50%;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-form__input input[type=checkbox] + span::before {
	border-radius: 0;
}

.p-form__input input[type=radio] + span::after,
.p-form__input input[type=checkbox] + span::after {
	background-color: #999;
	border-radius: 50%;
	content: "";
	height: 0.875rem;
	left: 0.1875rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.p-form__input input[type=checkbox] + span::after {
	border-radius: 0;
}

.p-form__input input[type=radio]:checked + span::after,
.p-form__input input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-form__text + .wpcf7-form-control-wrap {
	margin-top: 1rem;
}

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

.p-form__text p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-form__text p + p {
	margin-top: 0.625rem;
}

.p-form__text p a {
	color: #00a0e9;
	display: inline-block;
	position: relative;
}

.p-form__text p a::before {
	background-color: #00a0e9;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-form__note {
	display: block;
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 0.3125rem;
	text-align: right;
	width: 100%;
}

.p-form__submit {
	background-color: #d1ecf4;
	border-radius: 0.3125rem;
	margin-top: 2.5rem;
	padding-block: 2.5rem;
	padding-inline: 1.25rem;
}

.p-form__submitText {
	color: #1a2792;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.6666666667;
	text-align: center;
}

.p-form__submitBtn {
	display: flex;
	margin-inline: auto;
	margin-top: 2.0625rem;
}

.p-form__submitBtn input {
	color: #fff;
	display: inline-block;
	height: 100%;
	transition: all 0.3s;
	width: 100%;
}

.p-form__submitBtn input:hover {
	opacity: 0.5;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item + .wpcf7-list-item {
	margin-top: 0.9375rem;
}

.wpcf7-not-valid-tip {
	margin-top: 0.5em;
}

.wpcf7-spinner {
	display: none;
}

.p-future {
	padding-block: 3.75rem;
	position: relative;
}

.p-future__bg {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-future__bg picture {
	height: 100%;
}

.p-future__bg picture img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

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

.p-future__content + .p-future__content {
	margin-top: 2.5rem;
}

.p-future__title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.p-future__title.--blue {
	text-shadow: 0 0 0.5rem #1a2792;
}

.p-future__title.--orange {
	text-shadow: 0 0 0.5rem #ec6941;
}

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

.p-future__list {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-inline: auto;
	max-width: 14.8125rem;
	padding-top: 4.625rem;
	text-align: center;
	width: 100%;
}

.p-future__list + .p-future__list {
	margin-top: 1.25rem;
}

.p-future__list.--blue {
	color: #1a2792;
}

.p-future__list.--orange {
	color: #ec6941;
}

.p-future__list strong {
	display: block;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 2em;
}

.p-globalNav__link > a {
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	position: relative;
}

.p-globalNav__link > a::before {
	background-color: #000;
	bottom: -0.25rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s;
	width: 0%;
}

.p-globalNav__subLinks {
	display: none;
}

.p-globalNav__megaMenu {
	opacity: 0;
	transition: all 0.5s;
	visibility: hidden;
}

.p-globalNav__megaMenu.is-active {
	opacity: 1;
	visibility: visible;
}

.p-megaMenu__bg {
	pointer-events: none;
}

.p-greeting {
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 4.375rem;
}

.p-greeting__wrap {
	margin-top: 3.375rem;
}

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

.p-greeting__box {
	background-color: #1a2792;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 1.25rem 1.875rem;
	position: relative;
	z-index: 1;
}

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

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

.p-greeting__wrap2 {
	display: grid;
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.p-greeting__text.--none {
	margin-top: 0;
}

.p-greeting__name {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.875rem;
	margin-top: 2.8125rem;
}

.p-greeting__name span {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0.3125rem;
}

.p-header {
	background-color: #fff;
	height: 4.375rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	padding-left: 10px;
}

.p-header__logo {
	max-width: 13.125rem;
	width: 100%;
}

.p-header__logo a {
	display: block;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	height: 100%;
	margin-left: auto;
}

.p-header__nav.u-desktop {
	display: none;
}

.p-header__search {
	width: 1.5rem;
}

.p-header__hamburger {
	height: 100%;
	width: 4.6875rem;
}

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

.p-history__block {
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 6.25rem 1fr;
	position: relative;
}

.p-history__block + .p-history__block {
	margin-top: 1.875rem;
}

.p-history__year {
	color: #1a2792;
	font-family: "Inter", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: normal;
}

.p-history__year small {
	font-size: 0.9375rem;
	font-weight: 500;
}

.p-history__year2 {
	background-color: #1a2792;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-top: 0.3125rem;
	padding: 0.625rem;
	text-align: center;
}

.p-history__content {
	position: relative;
}

.p-history__content::before {
	background-color: #1a2792;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: -1.875rem;
	position: absolute;
	top: 0.3125rem;
	width: 0.625rem;
}

.p-history__content::after {
	background-color: #1a2792;
	content: "";
	height: calc(100% + 1.875rem);
	left: -1.625rem;
	position: absolute;
	top: 0.3125rem;
	width: 2px;
}

.p-history__block:last-child .p-history__content::after {
	display: none;
}

.p-history__month {
	color: #1a2792;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-history__text {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

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

.p-it__flow {
	border: 1px solid #1a2792;
	border-radius: 0.3125rem;
	margin-top: 2.5rem;
	padding: 1.25rem;
}

.p-it__flowHead {
	align-items: center;
	aspect-ratio: 2/1;
	background-color: #1a2792;
	border-radius: 0.3125rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.p-it__flowLead {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.p-it__steps {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.p-it__stepTitle {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.875;
	text-align: center;
}

.p-it__stepImg {
	margin-inline: auto;
	margin-top: 1.5625rem;
	max-width: 11.875rem;
	width: 100%;
}

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

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

.p-lowMv {
	background: url(../images/s-cred/mv.webp) center center/cover no-repeat;
	color: #fff;
	padding-block: 3.125rem;
	position: relative;
}

.p-lowMv::before {
	background-color: #1a2792;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-lowMv__title {
	font-size: 1.875rem;
	font-weight: bold;
}

.p-lowMv__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
	margin-top: 1.25rem;
}

.p-manage {
	background-color: #f2f2f2;
	border-radius: 0.5rem;
	padding: 1.875rem 1.25rem;
}

.p-manage__title {
	font-size: 1.25rem;
	font-weight: bold;
}

.p-manage__flow {
	position: relative;
}

.p-manage__steps {
	display: grid;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.p-manage__steps.--bottom {
	display: flex;
	height: 11.25rem;
	justify-content: flex-end;
	position: absolute;
	right: 0.625rem;
	top: 0;
}

.p-manage__step {
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	padding: 1rem 1.5rem;
}

.p-manage__step.--row {
	align-items: center;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: center;
	width: 3.4375rem;
	writing-mode: vertical-rl;
}

.p-manage__step.--green {
	background-color: #2facb7;
}

.p-manage__step.--lightgreen {
	background-color: #8ed8c3;
}

.p-manage__step.--yellow {
	background-color: #d6ba53;
}

.p-manage__step.--pink {
	background-color: #d16d85;
}

.p-manage__step.--orange {
	background-color: #e07444;
}

.p-megaMenu {
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

.p-megaMenu__inner.l-inner {
	background-color: #fff;
	max-width: unset;
	padding-block: 4.375rem;
	position: relative;
	z-index: 1;
}

.p-megaMenu__wrap {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 18.75rem 1fr;
	margin-inline: auto;
	max-width: calc(75rem + 25px + 25px);
}

.p-megaMenu__title {
	color: #1a2792;
}

.p-megaMenu__title h2 {
	font-size: 2.25rem;
	font-weight: bold;
}

.p-megaMenu__title p {
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.p-megaMenu__links {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 0.625rem;
}

.p-megaMenu__link a {
	align-items: center;
	display: inline-flex;
	font-size: 1.0625rem;
	font-weight: 500;
	gap: 0.625rem;
	position: relative;
}

.p-megaMenu__link a::before {
	background-color: #000;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 0%;
}

.p-megaMenu__link a:hover::before {
	width: 100%;
}

.p-megaMenu__link a img {
	width: 0.8125rem;
}

.p-megaMenu__bg {
	background-color: #1a2792;
	bottom: 0;
	height: calc(100% - 6.875rem);
	left: 0;
	opacity: 0.74;
	position: fixed;
	width: 100%;
}

.p-megaMenu__cards {
	display: grid;
	gap: 1.25rem 1rem;
	grid-column: 2/3;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 1.25rem;
}

.p-megaMenu__card a {
	display: block;
}

.p-megaMenu__img {
	overflow: hidden;
}

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

.p-megaMenu__img img {
	-o-object-fit: cover;
	aspect-ratio: 422/282;
	height: 100%;
	object-fit: cover;
}

.p-megaMenu__card a:hover .p-megaMenu__img img {
	transform: scale(1.1);
}

.p-megaMenu__cardText {
	font-size: 1.0625rem;
	font-weight: 500;
	margin-top: 1.125rem;
	text-align: center;
}

.p-more__lists {
	display: grid;
	gap: 0.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.375rem;
}

.p-more__list a {
	background-color: #eef7fc;
	border: 1px solid #1a2792;
	color: #1a2792;
	display: block;
	font-size: 1.125rem;
	padding: 1.4375rem 1.4375rem 1.4375rem 1.0625rem;
	position: relative;
}

.p-more__list a::before {
	background: url(../images/common/arrow-blue.png) center center/contain no-repeat;
	content: "";
	height: 0.8125rem;
	position: absolute;
	right: 0.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 1.0625rem;
}

.p-moreLink__links {
	display: grid;
	gap: 1.375rem;
}

.p-moreLink__link {
	overflow: hidden;
	position: relative;
}

.p-moreLink__link a {
	display: block;
}

.p-moreLink__img img {
	transform: scale(1);
	transition: all 0.3s;
}

.p-moreLink__text {
	color: #fff;
	content: "";
	font-size: 1rem;
	font-weight: 500;
	left: 1.75rem;
	letter-spacing: 0.05em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-moreLink__link a:hover .p-moreLink__img img {
	transform: scale(1.1);
}

.p-mv {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 5.875rem;
	position: relative;
}

.p-mv__slider .p-mv__sliderItem {
	display: block;
	position: relative;
}

.p-mv__slider .p-mv__sliderItem img {
	-o-object-fit: cover;
	aspect-ratio: 335/523;
	height: 100%;
	object-fit: cover;
}

.p-mv__slider .p-mv__sliderItem::before {
	pointer-events: none;
}

.p-mv__slider .slide-arrow {
	background: url(../images/common/arrow-border.png) center center/contain no-repeat;
	cursor: pointer;
	height: 2.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
	z-index: 1;
}

.p-mv__slider .prev-arrow {
	left: 0px;
	transform: translateY(-50%) rotate(180deg);
}

.p-mv__slider .next-arrow {
	right: 0px;
}

.p-mv__slider .slider-dots {
	display: flex;
	gap: 1.375rem;
	justify-content: center;
	margin: 0 auto;
	margin-top: 1.25rem;
}

.p-mv__slider .slider-dots li {
	background-color: #cccccc;
	border-radius: 50%;
	height: 0.8125rem;
	list-style: none;
	width: 0.8125rem;
}

.p-mv__slider .slider-dots li.slick-active {
	background-color: #1a2792;
}

.p-mv__slider .slider-dots button {
	display: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.page-numbers {
	align-items: center;
	background-color: #e5e5e5;
	border-radius: 0.3125rem;
	color: #000;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 2.8125rem;
	justify-content: center;
	width: 2.8125rem;
}

.page-numbers.current {
	background-color: #1a2792;
	color: #fff;
}

.page-numbers.prev img {
	transform: rotate(180deg);
	width: 1rem;
}

.page-numbers.next img {
	width: 1rem;
}

.p-pageHead {
	overflow: hidden;
}

.p-pageHead__text {
	margin-top: 1.25rem;
	text-align: justify;
}

.p-pageHead__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 3.125rem;
}

.p-pageHead__img img {
	-o-object-fit: cover;
	aspect-ratio: 750/450;
	object-fit: cover;
}

.p-pageHead__btn {
	margin-top: 1.5625rem;
}

.p-privacy-policy__blocks {
	margin-top: 1.875rem;
}

.p-privacy-policy__block + .p-privacy-policy__block {
	margin-top: 2.5rem;
}

.p-privacy-policy__text {
	margin-top: 1.25rem;
	text-align: left;
}

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

.p-privacy-policy__text p a {
	color: #1a2792;
	text-decoration: underline;
}

.p-privacy-policy__textWrap > a {
	display: block;
	margin-inline: auto;
	margin-top: 1rem;
	width: 9.375rem;
}

.p-privacy-policy__btns {
	display: grid;
	gap: 0.9375rem;
	margin-top: 1.875rem;
}

.p-privacy-policy__btn a {
	background-color: #e5e5e5;
	border-radius: 0.3125rem;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.3333333333;
	padding-block: 0.625rem;
	text-align: center;
	width: 100%;
}

.p-privacy-policy__btn.--red a {
	color: #e60012;
}

.p-privacy-policy__btn.--green a {
	color: #00ba00;
}

.p-privacy-policy__scroll {
	margin-left: calc(50% - 50vw);
	margin-top: 1.875rem;
	overflow-x: scroll;
	padding-inline: 1.25rem;
	width: 100vw;
}

.p-privacy-policy__table {
	border: 1px solid #ced0e5;
	border-collapse: collapse;
	min-width: 50rem;
}

.p-privacy-policy__row {
	display: grid;
	grid-template-columns: 32.5% 1fr;
}

.p-privacy-policy__row + .p-privacy-policy__row {
	border-top: 1px solid #ced0e5;
}

.p-privacy-policy__row dt {
	background-color: #1a2792;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	padding-block: 1.25rem;
	padding-left: 5rem;
}

.p-privacy-policy__row dt:nth-child(2) {
	border-left: 1px solid #ced0e5;
}

.p-privacy-policy__row dd li {
	margin-left: 1em;
	text-indent: -1em;
}

.p-privacy-policy__row dd:nth-child(1) {
	align-items: center;
	background-color: #f4f5ff;
	display: flex;
	font-weight: bold;
	padding-left: 0.9375rem;
}

.p-privacy-policy__row dd:nth-child(2) {
	border-left: 1px solid #ced0e5;
	padding: 1.5625rem 0.9375rem;
}

.p-privacy-policy__row a {
	color: #1a2792;
	text-decoration: underline;
}

.p-privacy-policy__note {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.7142857143;
	margin-top: 1.5rem;
}

.p-privacy-policy__note li a {
	color: #1a2792;
	text-decoration: underline;
}

.p-privacy-policy__bottom {
	margin-top: 2.5rem;
	text-align: right;
}

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

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

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

.p-profile__bnr a {
	display: block;
}

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

.p-profile__bnrImg img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.p-profile__text {
	font-size: 0.625rem;
	font-weight: 500;
	margin-left: 1.5625rem;
	margin-top: 0.75rem;
}

.p-recruit {
	padding-block: 5rem;
}

.p-recruit__block + .p-recruit__block {
	margin-top: 2.5rem;
}

.p-recruit__table {
	border: 1px solid #ced0e5;
	margin-top: 1.25rem;
}

.p-recruit__row {
	border-top: 1px solid #ced0e5;
}

.p-recruit__row dt {
	background-color: #eef7fc;
	border-bottom: 1px solid #ced0e5;
	font-size: 0.9375rem;
	font-weight: bold;
	padding: 1.25rem 1.25rem;
}

.p-recruit__row dd {
	padding: 0.625rem 1.25rem;
}

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

.p-recruit__box {
	background-color: #eef7fc;
	font-size: 1rem;
	letter-spacing: 0.025em;
	line-height: 2;
	margin-top: 1.875rem;
	padding: 1.25rem 1.25rem 1.875rem;
	text-align: center;
}

.p-recruit__box strong {
	font-weight: bold;
	margin-right: 1rem;
}

.p-recruit__box a {
	color: #00a0e9;
	display: inline-block;
	font-size: 1rem;
	position: relative;
}

.p-recruit__box a::before {
	background-color: #00a0e9;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}

.p-recruit__subTitle {
	background-color: #1a2792;
	border-radius: 0.3125rem 0.3125rem 0 0;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1.875rem;
	padding-block: 0.875rem;
	text-align: center;
}

.p-recruit__borderText {
	border: 1px solid #1a2792;
	border-radius: 0 0 0.3125rem 0.3125rem;
	padding-block: 1.25rem;
	text-align: center;
}

.p-recruit__borderText strong {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin-bottom: 1em;
}

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

.p-recruit__note + .p-recruit__note {
	margin-top: 1.25rem;
}

.p-recruit__note strong {
	color: #1a2792;
	display: block;
	font-size: 1rem;
}

.p-recruit__company {
	font-size: 1rem;
	font-weight: bold;
}

.p-recruit__address {
	line-height: 1.875;
	margin-top: 1.25rem;
	text-align: center;
}

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

.p-recruit__email a {
	color: #00a0e9;
	display: inline-block;
	letter-spacing: 0.025em;
	position: relative;
}

.p-recruit__email a::before {
	background-color: #00a0e9;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}

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

.p-relation__card {
	border: 1px solid #1a2792;
	border-radius: 0.3125rem;
	padding: 1.875rem 1.25rem;
}

.p-relation__btn .c-btn {
	max-width: 100%;
}

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

.p-s-cred__text {
	margin-top: 1.875rem;
}

.p-s-cred__figure {
	display: grid;
	gap: 5rem;
	margin-top: 3.125rem;
}

.p-s-cred__logo {
	display: flex;
	height: 2rem;
	justify-content: center;
}

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

.p-s-cred__lists {
	margin-inline: auto;
	margin-top: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-s-cred__list {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.875;
}

.p-s-cred__lists.--blue {
	color: #1a2792;
}

.p-s-cred__lists.--orange span {
	color: #ec6941;
}

.p-s-cred__main {
	background-color: #1a2792;
	border-radius: 0.3125rem;
	color: #fff;
	padding-block: 1.25rem;
	position: relative;
}

.p-s-cred__main::before {
	background-color: #b6c9eb;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 2rem;
	left: 50%;
	position: absolute;
	top: -3.125rem;
	transform: translateX(-50%);
	width: 3rem;
}

.p-s-cred__main::after {
	background-color: #b6c9eb;
	bottom: -3.125rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3rem;
}

.p-s-cred__bigText {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}

.p-s-cred__bigText + .p-s-cred__logo {
	margin-top: 1.25rem;
}

.p-s-cred__realizeTitle {
	color: #448aca;
	font-size: 1.125rem;
	margin-top: 3.125rem;
	position: relative;
	text-align: center;
}

.p-s-cred__realizeTitle span {
	background-color: #fff;
	padding-inline: 0.5em;
	position: relative;
	z-index: 1;
}

.p-s-cred__realizeTitle::before {
	border: 2px solid #448aca;
	border-bottom: none;
	content: "";
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 15.625rem;
}

.p-s-cred__realizeLists {
	display: grid;
	gap: 0.625rem;
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 18.75rem;
}

.p-s-cred__realizeLists li {
	align-items: center;
	background-color: #448aca;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.3333333333;
	text-align: center;
}

.p-s-cred__platform {
	margin-top: 5rem;
}

.p-search__title {
	color: #1a2792;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.p-search__form .c-search {
	margin-top: 2.5rem;
}

.p-search__result {
	border-top: 1px solid #ccc;
	margin-top: 4.6875rem;
	padding-top: 2.1875rem;
}

.p-search__resultText {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
}

.p-search__number {
	color: #595959;
	font-size: 1rem;
	margin-top: 1rem;
}

.p-search__number span {
	color: #000;
	font-size: 1.125rem;
	font-weight: bold;
}

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

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

.p-searchWindow {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.p-searchWindow.is-active {
	opacity: 1;
	visibility: visible;
}

.p-searchWindow__bg {
	background-color: #1a2792;
	height: 100%;
	inset: 0;
	margin: auto;
	opacity: 0.8;
	position: absolute;
	width: 100%;
}

.p-searchWindow__box {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	height: 100%;
	justify-content: center;
	left: 0;
	margin: auto;
	max-height: 18.125rem;
	max-width: 21.25rem;
	padding-inline: 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-searchWindow__close {
	background: url(../images/common/close.webp) center center/contain no-repeat;
	cursor: pointer;
	height: 2.8125rem;
	position: absolute;
	right: 1.3125rem;
	top: 1.3125rem;
	transition: all 0.3s;
	width: 2.8125rem;
}

.p-searchWindow__title {
	color: #1a2792;
	font-size: 1.3125rem;
	font-weight: 500;
	text-align: center;
}

.p-serviceMenu {
	padding-top: 3.75rem;
}

.p-serviceMenu.--under {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.p-serviceMenu__lists {
	display: grid;
	gap: 0.0625rem;
}

.p-serviceMenu__title + .p-serviceMenu__lists {
	margin-top: 2.5rem;
}

.p-serviceMenu__list {
	position: relative;
}

.p-serviceMenu__list::before {
	background: linear-gradient(to right, rgba(26, 39, 146, 0.8), transparent 80%);
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100vw;
}

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

.p-serviceMenu__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/345;
	object-fit: cover;
}

.p-serviceMenu.--under .p-serviceMenu__img img {
	aspect-ratio: 375/202;
}

.p-serviceMenu__content {
	color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

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

.p-serviceMenu__titleEn {
	font-size: 0.875rem;
	letter-spacing: 0.025em;
}

.p-serviceMenu__titleJa {
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	margin-top: 1.25rem;
}

.p-serviceMenu__titleJa.--small {
	font-size: 1.3125rem;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
}

.p-serviceMenu__titleJa.--small br {
	display: none;
}

.p-serviceMenu__text {
	margin-inline: auto;
	margin-top: 1.75rem;
	max-width: 21.25rem;
}

.p-serviceMenu.--under .p-serviceMenu__text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.2857142857;
	margin-top: 0.625rem;
}

.p-serviceMenu__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.p-serviceMenu.--under .p-serviceMenu__btn {
	margin-top: 1.4375rem;
	text-align: left;
}

.p-serviceMenu.--under .p-serviceMenu__btn .c-btn {
	height: 2.5rem;
	width: 7.8125rem;
}

.p-single__title {
	color: #1a2792;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.025em;
}

.p-single__title span {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 1.375rem;
}

.p-single__head {
	border-bottom: 1px solid #1a2792;
	border-top: 0.3125rem solid #1a2792;
	margin-top: 1rem;
	padding-block: 2.5rem;
}

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

.p-single__mainTitle {
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.p-single__wrap {
	display: grid;
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.p-single__wrap.--noImg {
	gap: 0;
}

.p-single__thumbnail img {
	height: auto;
}

.p-single__cv {
	background-color: #eef7fc;
	border: 1px solid #1a2792;
	display: grid;
	gap: 1.25rem;
	margin-top: 4.125rem;
	padding: 2.75rem 1.25rem;
}

.p-single__cv.--1 {
	gap: 0;
}

.p-single__btn .c-btn {
	font-size: 1.125rem;
	font-weight: 500;
	height: 4.625rem;
	max-width: 100%;
}

.p-single__blocks {
	margin-top: 4.75rem;
}

.p-single__block + .p-single__block {
	margin-top: 4rem;
}

.p-single__table {
	margin-top: 2.375rem;
}

.p-single__row {
	border-top: 1px solid #ccc;
}

.p-single__row dt {
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
	font-size: 1rem;
	font-weight: 500;
	min-height: 3.75rem;
	padding: 1.5625rem 1rem;
}

.p-single__row dd {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	min-height: 3.75rem;
	padding-block: 1.5625rem;
	padding-left: 0.3125rem;
}

.p-single__row:last-child dd {
	border-bottom: 1px solid #ccc;
}

.p-single__row dd ul {
	margin-left: 1em;
}

.p-single__row dd ul li {
	position: relative;
}

.p-single__row dd ul li::before {
	content: "・";
	left: -1em;
	position: absolute;
	top: 0;
}

.p-single__caution {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 3.4375rem;
}

.p-single__contact {
	margin-top: 3.875rem;
}

.p-single__content h2 {
	background-color: #1a2792;
	border-radius: 0.3125rem;
	color: #fff;
	margin-top: 3.125rem;
	padding: 1.4375rem 1.25rem;
}

.p-single__content h3 {
	border-bottom: 1px solid #ccc;
	color: #1a2792;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 3.125rem;
	padding-bottom: 1.5rem;
}

.p-single__content h4 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.1428571429;
	margin-top: 3.125rem;
}

.p-single__content p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 1.875rem;
}

.p-single__content iframe {
	display: block;
	margin-inline: auto;
	max-width: 56.25rem;
	width: 100%;
}

.p-single__content ul {
	font-size: 1rem;
	line-height: 2.25;
	list-style: disc;
	margin-left: 1.5em;
}

.p-single__content ol {
	counter-reset: number 0;
	font-size: 1rem;
	line-height: 2.25;
}

.p-single__content ol li {
	align-items: center;
	display: flex;
	gap: 0.5em;
	position: relative;
}

.p-single__content ol li::before {
	align-items: center;
	border: 1px solid #000;
	border-radius: 50%;
	content: counter(number);
	counter-increment: number 1;
	display: flex;
	font-size: 0.75em;
	height: 1rem;
	justify-content: center;
	width: 1rem;
}

.p-single__content a {
	color: #00a0e9;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: underline;
}

.p-solution__cards {
	display: grid;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-steps__block + .p-steps__block {
	margin-top: 2.5rem;
}

.p-steps__wrap {
	display: grid;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.p-steps__img img {
	-o-object-fit: cover;
	aspect-ratio: 294/191;
	height: 100%;
	object-fit: cover;
}

.p-subNav {
	align-items: center;
	display: flex;
	gap: 2.8125rem;
}

.p-subNav__links {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

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

.p-subNav__contact {
	width: 1.5rem;
}

.p-table {
	border: 1px solid #ced0e5;
	border-collapse: collapse;
}

.p-table__row {
	display: grid;
}

.p-table__row + .p-table__row {
	border-top: 1px solid #ced0e5;
}

.p-table__row dt {
	background-color: #1a2792;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	padding-block: 1.25rem;
	padding-left: 5rem;
}

.p-table__row dt:nth-child(2) {
	border-left: 1px solid #ced0e5;
}

.p-table__row dd li {
	margin-left: 1em;
	text-indent: -1em;
}

.p-table__row dd:nth-child(1) {
	align-items: center;
	background-color: #f4f5ff;
	display: flex;
	font-weight: bold;
	padding-block: 1rem;
	padding-left: 0.9375rem;
}

.p-table__row dd:nth-child(2) {
	padding: 1rem 0.9375rem;
}

.p-table__row a {
	text-decoration: underline;
}

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

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

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

.p-topCreate {
	background-color: #eef7fc;
	overflow: hidden;
	padding-block: 5.625rem;
	position: relative;
}

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

.p-topCreate__figure {
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

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

.p-topCreate__card + .p-topCreate__card {
	margin-top: 2.8125rem;
}

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

.p-trouble__lead::before {
	background-color: #1a2792;
	bottom: -5.625rem;
	content: "";
	height: 1px;
	left: calc(50% - 3.5625rem);
	position: absolute;
	transform: rotate(37deg);
	transform-origin: bottom right;
	width: 3.5625rem;
}

.p-trouble__lead::after {
	background-color: #1a2792;
	bottom: -5.625rem;
	content: "";
	height: 1px;
	position: absolute;
	right: calc(50% - 3.5625rem);
	transform: rotate(-37deg);
	transform-origin: bottom left;
	width: 3.5625rem;
}

.p-trouble__lead {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 2.625rem;
	position: relative;
	text-align: center;
}

.p-trouble__cards {
	display: grid;
	gap: 1.25rem;
	margin-top: 8.75rem;
}

.p-trouble__card {
	background-color: #fff;
	border: 1px solid #1a2792;
	border-radius: 0.5rem;
	box-shadow: 0.3125rem 0.3125rem 0 #eef7fc;
	height: 100%;
	margin-inline: auto;
	padding-block: 1.6875rem;
	width: 100%;
}

.p-trouble__img {
	align-items: center;
	display: flex;
	height: 11.4375rem;
	justify-content: center;
	margin-inline: auto;
}

.p-trouble__img.--1 {
	width: 15.9375rem;
}

.p-trouble__img.--2 {
	width: 13.75rem;
}

.p-trouble__img.--3 {
	width: 14.125rem;
}

.p-trouble__img.--4 {
	width: 11.75rem;
}

.p-trouble__text {
	font-size: 1rem;
	line-height: 1.875;
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-trouble__text2 {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
	margin-top: 2.5rem;
}

.p-voice {
	background-color: #eef7fc;
	border-radius: 0.3125rem;
	padding: 2.5rem 1.25rem;
	position: relative;
}

.p-voice__lead {
	color: #1a2792;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	padding-inline: 1rem;
	position: absolute;
	top: -0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__lead::before {
	background-color: #1a2792;
	content: "";
	height: 1.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-30deg);
	width: 0.125rem;
}

.p-voice__lead::after {
	background-color: #1a2792;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
	width: 0.125rem;
}

.p-voice__title {
	color: #1a2792;
	font-size: 1.125rem;
	font-weight: bold;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__title::before {
	background-color: #1a2792;
	content: "";
	height: 2px;
	position: absolute;
	right: -2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

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

.p-voice__name {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	gap: 0.5em 1em;
	justify-content: flex-end;
	line-height: 1.25;
	margin-top: 1.5rem;
}

.p-voice__name strong {
	font-size: 1rem;
	font-weight: bold;
}

.p-why {
	background-color: #eef7fc;
	padding-bottom: 2.5rem;
	padding-top: 6.0625rem;
	position: relative;
}

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

.p-why__text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 3.3125rem;
}

.p-why__gallery {
	margin-top: 4.375rem;
	position: relative;
}

.p-why__gallery picture:nth-child(1) {
	margin-left: auto;
	width: 18.125rem;
}

.p-why__gallery picture:nth-child(1) img {
	-o-object-fit: cover;
	aspect-ratio: 480/550;
	height: 100%;
	object-fit: cover;
}

.p-why__gallery picture:nth-child(2) {
	margin-top: -6.75rem;
	width: 10.125rem;
}

.p-why__gallery picture:nth-child(2) img {
	-o-object-fit: cover;
	aspect-ratio: 270/287;
	height: 100%;
	object-fit: cover;
}

.p-why__gallery picture:nth-child(3) {
	margin-left: auto;
	margin-right: -0.4375rem;
	margin-top: -5rem;
	width: 7.9375rem;
}

.p-why__gallery picture:nth-child(3) img {
	-o-object-fit: cover;
	aspect-ratio: 213/189;
	height: 100%;
	object-fit: cover;
}

.p-why__en {
	bottom: 0.3125rem;
	left: 0;
	position: absolute;
}

@media (hover: hover) {

.c-archiveList:hover .c-archiveList__thumbnail img {
	transform: scale(1.1);
}

.c-newsList:hover .c-newsList__thumbnail img {
	transform: scale(1.1);
}

.p-globalNav__link > a:hover::before {
	width: 100%;
}

.p-more__list a:hover::before {
	transform: translateY(-50%) translateX(0.3125rem);
}

.p-searchWindow__close:hover {
	transform: rotate(180deg);
}

}

@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-archiveList {
	display: flex;
	flex-direction: column;
	min-height: 16.875rem;
	padding-block: 3.125rem;
	padding-left: 17.8125rem;
}

.c-archiveList__info {
	gap: 1.25rem;
	grid-template-columns: 7.5rem 1fr;
}

.c-archiveList__wrap {
	display: contents;
}

.c-archiveList__thumbnail {
	left: 0;
	position: absolute;
	top: 3.125rem;
	width: 14.6875rem;
}

.c-archiveList__thumbnail img {
	aspect-ratio: 235/170;
}

.c-archiveList__title {
	flex-grow: 1;
	font-size: 1.125rem;
	margin-top: 1.5625rem;
}

.c-archiveList__cats {
	margin-top: 1.6875rem;
}

.c-bgScroll span {
	font-size: 15.625rem;
	line-height: 1;
}

.c-bgTitle {
	font-size: 1.5rem;
	padding: 1.5rem 1.875rem;
}

.c-bgTitle.--big {
	padding: 1.4375rem 1.625rem;
}

.c-bgTitle.--border {
	padding-left: 2.625rem;
}

.c-bgTitle.--border::before {
	height: calc(100% - 3rem);
	left: 1.25rem;
	width: 0.3125rem;
}

.c-bigText {
	font-size: 2.25rem;
}

.c-bnr {
	gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 38.75rem;
}

.c-borderCard {
	align-items: center;
	flex-direction: row;
	gap: 6%;
	padding: 3.4375rem 3.125rem;
}

.c-borderCard.--column {
	flex-direction: row-reverse;
}

.c-borderCard__img {
	width: 56%;
}

.c-borderCard__content {
	align-items: center;
	width: 38%;
}

.c-borderCard__logo.--1 {
	width: 17.1875rem;
}

.c-borderCard__logo.--2 {
	width: 14.75rem;
}

.c-borderCard__title {
	margin-top: 2.5rem;
}

.c-borderCard__text {
	min-height: 3.75rem;
}

.c-borderCard__btn {
	margin-top: 1.875rem;
	text-align: left;
}

.c-borderTitle {
	font-size: 1.875rem;
}

.c-borderTitle2 {
	border-bottom: 3px solid #b2b2b2;
	font-size: 1.5rem;
}

.c-borderTitle2::before {
	bottom: -3px;
	height: 3px;
	width: 15.25rem;
}

.c-btn {
	height: 4.375rem;
}

.c-card {
	padding: 1.875rem;
}

.c-card__lead {
	font-size: 0.9375rem;
	padding: 0.625rem 1.25rem;
}

.c-card__company {
	font-size: 1rem;
	padding: 1.25rem;
}

.c-card__tags {
	margin-top: 1.125rem;
}

.c-card__title {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.c-card__text {
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

.c-cmsList {
	padding-block: 3rem;
}

.c-cv {
	padding-block: 5rem;
	padding-inline: 6.25rem;
}

.c-cv__title {
	font-size: 1.875rem;
}

.c-cv__btns {
	gap: 2.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.75rem;
}

.c-cv__btn .c-btn {
	height: 5rem;
}

.c-hissu {
	font-size: 0.875rem;
	padding: 0.1875rem 0.875rem;
}

.c-newsList {
	display: flex;
	flex-direction: column;
	min-height: 20rem;
	padding-block: 3.125rem;
	padding-left: 22.5rem;
	position: relative;
}

.c-newsList__wrap {
	display: contents;
}

.c-newsList__thumbnail {
	left: 0;
	position: absolute;
	top: 3.125rem;
	width: 19.375rem;
}

.c-newsList__thumbnail img {
	aspect-ratio: 310/225;
}

.c-newsList__title {
	font-size: 1.3125rem;
	line-height: 1.4285714286;
}

.c-newsList__text {
	flex-grow: 1;
	font-size: 0.9rem;
	line-height: 1.875;
	margin-top: 2.5rem;
}

.c-newsList__url {
	gap: 1.5rem;
	grid-template-columns: 4.5625rem 1fr;
	margin-top: 1.5rem;
}

.c-newsList__url > span:nth-child(1) {
	font-size: 1rem;
	padding-block: 0.5625rem;
}

.c-newsList__url > span:nth-child(2) {
	font-size: 1rem;
	gap: 1.4375rem;
	line-height: 1.875;
}

.c-pageTitle__en {
	font-size: 1.5rem;
	padding-right: 1.5625rem;
}

.c-pageTitle__ja {
	font-size: 2.25rem;
	margin-top: 1.625rem;
}

.c-pageTitle__ja.--big {
	font-size: 3rem;
}

.c-pageTitle__text {
	font-size: 1.125rem;
	margin-top: 2rem;
}

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

.c-search {
	max-width: 56.25rem;
}

.c-search input {
	padding-inline: 1.75rem;
	width: calc(100% - 5rem);
}

.c-search button {
	background-size: 1.875rem;
	height: 4.0625rem;
	width: 5rem;
}

.c-solutionCard {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 5rem 3.75rem;
}

.c-solutionCard__text {
	flex-grow: 1;
	font-size: 0.9375rem;
	margin-inline: auto;
	margin-top: 3.125rem;
	max-width: 27.0625rem;
}

.c-solutionCard__btn {
	margin-top: 3.125rem;
}

.c-solutionCard__btn .c-btn {
	max-width: 18.75rem;
}

.c-tab a {
	font-size: 1.125rem;
	padding: 1.625rem 3.75rem;
}

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

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

.c-title__en {
	font-size: 1.3125rem;
	margin-left: 0;
}

.c-title__ja {
	font-size: 2rem;
	line-height: 1.25;
}

.c-title__ja.--small {
	font-size: 1.875rem;
}

.c-title__ja.--middle {
	font-size: 2.625rem;
}

.c-title__ja.--big {
	font-size: 3rem;
}

.c-title2__en {
	font-size: 4.5rem;
	font-weight: 400;
}

.c-title2__ja {
	font-size: 1.875rem;
	margin-top: 2.6875rem;
}

.c-youtube {
	justify-content: flex-start;
}

.l-access {
	margin-bottom: 9.375rem;
	margin-top: 6.25rem;
}

.l-archive {
	margin-top: 6.875rem;
}

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

.l-case {
	margin-top: 5rem;
}

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

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

.l-contents {
	margin-bottom: 8.4375rem;
	margin-top: 5.3125rem;
}

.l-creHead {
	margin-top: 5rem;
}

.l-ex {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
}

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

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

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

.l-pageTitle {
	margin-top: 7.5rem;
}

.l-privacy-policy {
	margin-bottom: 7.5rem;
	margin-top: 6.25rem;
}

.l-profile {
	margin-bottom: 8.75rem;
	margin-top: 10rem;
}

.l-relation {
	margin-bottom: 7.5rem;
}

.l-search {
	margin-bottom: 9rem;
	margin-top: 7.125rem;
}

.l-single {
	margin-bottom: 10.8125rem;
	margin-top: 7.5rem;
}

.p-access__block {
	align-items: center;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	padding-block: 3.75rem;
}

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

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

.p-access__text {
	font-size: 1rem;
	margin-top: 3.125rem;
}

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

.p-archive__block + .p-archive__block {
	margin-top: 3.125rem;
}

.p-backoffice {
	padding-bottom: 12.5rem;
	padding-top: 6.25rem;
}

.p-backoffice__block {
	gap: 1.875rem;
	grid-template-columns: 19.375rem 1fr;
	padding-block: 3.125rem;
}

.p-backoffice__block:last-child {
	border-bottom: none;
}

.p-backoffice__tag {
	font-size: 0.875rem;
	left: 0.625rem;
	padding: 0.625rem 0.5rem;
	top: 0.625rem;
}

.p-backoffice__content {
	display: flex;
	flex-direction: column;
	margin-top: 0.8125rem;
}

.p-backoffice__title {
	font-size: 1.3125rem;
	line-height: 1.4285714286;
}

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

.p-backoffice__btn {
	flex-direction: row;
	margin-top: auto;
	text-align: left;
}

.p-backoffice__btn .c-btn {
	height: 3.75rem;
}

.p-backoffice__bottom {
	font-size: 1.125rem;
	margin-top: 1.875rem;
	text-align: center;
}

.p-box {
	border-radius: 0.625rem;
	margin-top: 3.75rem;
	padding-block: 3.125rem;
	padding-inline: 3.125rem;
}

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

.p-box__links {
	margin-inline: auto;
	margin-top: 2.375rem;
	max-width: 56.25rem;
}

.p-box__link {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 30rem;
}

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

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

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

.p-box__block {
	align-items: center;
	border-radius: 0.625rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 8.75rem 1fr;
	padding: 2.5rem 2rem;
}

.p-box__block:nth-child(2)::before {
	height: 2.875rem;
	left: -6.1875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.6875rem;
}

.p-box__blockText {
	font-size: 1.125rem;
	text-align: left;
}

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

.p-box__card {
	border-radius: 0.5rem;
	height: 100%;
	max-width: 100%;
	padding-block: 2.5rem;
}

.p-box__cardTitle {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.p-box__cardText {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-box__btns {
	gap: 1.25rem;
	margin-inline: auto;
	margin-top: 3rem;
	max-width: 43.75rem;
}

.p-breadcrumb {
	padding-block: 1.625rem;
}

.p-breadcrumb span {
	font-size: 0.875rem;
}

.p-case__text + .p-case__title {
	margin-top: 5rem;
}

.p-case__img + .p-case__title {
	margin-top: 5rem;
}

.p-case__img {
	margin-left: 0;
	margin-top: 3.125rem;
	overflow: auto;
	width: 100%;
}

.p-case__img img {
	min-width: unset;
	padding: 0;
	width: auto;
}

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

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

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

.p-caseHead__inner {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

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

.p-caseHead__lead::before {
	height: 5.5rem;
	left: -1.5625rem;
	top: -2.1875rem;
	width: 5.5rem;
}

.p-caseHead__lead span {
	font-size: 2.25rem;
	margin-left: 1.25rem;
}

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

.p-caseHead__company {
	font-size: 1.125rem;
	margin-top: 2.5rem;
	padding: 1rem 1.25rem;
}

.p-caseHead__tags {
	gap: 0.8125rem;
	margin-top: 2.3125rem;
}

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

.p-cms__block {
	align-items: flex-start;
	grid-template-columns: 1fr 45rem;
}

.p-cms__block + .p-cms__block {
	margin-top: 1.25rem;
	padding-top: 6.25rem;
}

.p-cms__lead {
	display: block;
}

.p-cms__title .c-title__ja {
	text-align: left;
}

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

.p-cms__list:first-child .c-cmsList {
	padding-top: 0;
}

.p-cms__btn {
	margin-top: 4.375rem;
	text-align: left;
}

.p-column__wrap {
	align-items: flex-start;
	display: flex;
	gap: 4.6875rem;
	margin-top: 4.6875rem;
}

.p-column__wrap.--reverse {
	flex-direction: row-reverse;
}

.p-column__img {
	width: calc(50% - 4.6875rem);
}

.p-column__text {
	font-size: 1.125rem;
	margin-top: 0;
	width: 50%;
}

.p-company__wrap {
	align-items: center;
	grid-template-columns: 1fr 26.875rem;
}

.p-company__content {
	display: block;
}

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

.p-company__btn {
	margin-top: 2.1875rem;
}

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

.p-company__links {
	gap: 3.375rem;
	grid-template-columns: repeat(3, 1fr);
	max-width: 75rem;
}

.p-company__linkText {
	font-size: 1.3125rem;
	margin-top: 1.75rem;
}

.p-contact {
	padding-block: 10rem;
}

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

.p-contact__step {
	font-size: 1.125rem;
	padding: 2.6875rem 2.625rem;
}

.p-contact__step strong {
	font-size: 1.3125rem;
	margin-bottom: 1rem;
}

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

.p-contactBox {
	margin-inline: auto;
	max-width: 68.75rem;
	padding: 2.5rem 1.25rem 1.25rem;
}

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

.p-contactBox__content {
	margin-top: 2rem;
	padding-bottom: 2.625rem;
	padding-top: 3rem;
}

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

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

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

.p-content__text strong {
	font-size: 1.125rem;
	margin-bottom: 2rem;
}

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

.p-content__table th {
	font-size: 1.125rem;
	padding-block: 1.25rem;
	padding-left: 2rem;
	text-align: left;
}

.p-content__table td {
	font-size: 1.125rem;
	padding-block: 1.25rem;
	padding-left: 2rem;
}

.p-content__table td.--first {
	padding-left: 2rem;
	text-align: left;
}

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

.p-content__figure {
	margin-left: 0;
	margin-top: 3.5rem;
	overflow: unset;
	padding: 0;
	width: 100%;
}

.p-content__figure picture {
	min-width: 100%;
}

.p-content__manage {
	margin-top: 2.8125rem;
}

.p-content__platform {
	margin-top: 6.25rem;
}

.p-contents__content + .p-contents__content {
	margin-top: 6.875rem;
}

.p-contents__cv {
	margin-top: 6.25rem;
}

.p-creHead__wrap {
	gap: 3.125rem;
	grid-template-columns: 1fr 50%;
}

.p-creHead__title {
	font-size: 2rem;
}

.p-creHead__text {
	font-size: 1.125rem;
	margin-top: 3.125rem;
}

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

.p-creHead__note li {
	font-size: 1rem;
}

.p-cv {
	padding-top: 9.375rem;
}

.p-cv.--mb {
	padding-bottom: 8.75rem;
}

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

.p-cv__blocks {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-cv__block {
	align-items: center;
	gap: 1.25rem;
	grid-template-columns: 1fr 21.25rem;
}

.p-cv__block + .p-cv__block {
	margin-left: 1.875rem;
	margin-top: 0;
}

.p-cv__block + .p-cv__block.--none {
	margin-left: 0;
}

.p-cv__title .c-title__en {
	text-align: left;
}

.p-cv__title .c-title__ja {
	min-height: 4.6875rem;
	text-align: left;
}

.p-cv__btn {
	margin-top: 2.5rem;
	text-align: left;
}

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

.p-cv__img.--small {
	max-width: 16.25rem;
}

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

.p-ex__cv {
	margin-top: 6.25rem;
}

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

.p-footer__wrap {
	display: grid;
	grid-template-columns: 1fr 41.875rem;
	margin-top: 4.5rem;
	padding-top: 4.5rem;
}

.p-footer__logo {
	margin-top: 1rem;
	width: 24.1875rem;
}

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

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

.p-footer__links {
	display: grid;
	gap: 3.125rem 0rem;
	grid-template-columns: 13.75rem 17.5rem 1fr;
}

.p-footer__link + .p-footer__link {
	margin: 0;
}

.p-footer__link a {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
}

.p-footer__copy {
	margin-top: 6.875rem;
	text-align: right;
}

.p-footer__totop {
	bottom: 3.75rem;
	right: 3.75rem;
	width: 3.8125rem;
}

.p-form__head {
	font-size: 0.8125rem;
}

.p-form__head span {
	margin-right: 0.625rem;
}

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

.p-form__body {
	margin-top: 2.1875rem;
}

.p-form__row {
	align-items: center;
	border-bottom: 1px solid #ced0e5;
	display: grid;
	grid-template-columns: 1fr calc(100% - 20rem);
}

.p-form__name {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	height: 100%;
	padding-left: 1.875rem;
}

.p-form__name.--small {
	padding-block: 0;
}

.p-form__name.--small p {
	align-items: flex-start;
	border-left: 1px solid #ced0e5;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin-left: auto;
	padding-block: 0.75rem;
	padding-left: 1rem;
	width: calc(100% - 11.25rem);
}

.p-form__name.--small p span {
	margin-left: 0;
}

.p-form__input {
	border-left: 1px solid #ced0e5;
	display: grid;
	height: 100%;
	min-height: 5.125rem;
	padding-block: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 0.625rem;
	place-items: inherit;
	position: relative;
}

.p-form__input input[type=text],
.p-form__input input[type=email] {
	height: 2.5rem;
	max-width: 90%;
}

.p-form__input textarea {
	height: 7.5rem;
	max-width: 90%;
}

.p-form__input.--number {
	gap: 0 0.625rem;
}

.p-form__input.--number .p-form__note {
	left: 37.25rem;
	right: initial;
}

.p-form__input.--number > span.wpcf7-form-control-wrap {
	width: 10.375rem;
}

.p-form__input .c-minus {
	height: 2px;
	width: 0.9375rem;
}

.p-form__input input[type=radio] + span,
.p-form__input input[type=checkbox] + span {
	font-size: 1rem;
}

.p-form__text + .wpcf7-form-control-wrap {
	margin-top: 0.625rem;
}

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

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

.p-form__note {
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: normal;
	margin: 0;
	position: absolute;
	right: 0.625rem;
	text-align: left;
	top: 2rem;
	vertical-align: middle;
	width: -moz-fit-content;
	width: fit-content;
	width: 5rem;
}

span[data-name=your-email_confirm] + .p-form__note {
	bottom: 2rem;
	top: initial;
}

.p-form__submit {
	margin-top: 3.75rem;
	padding-block: 5rem;
}

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

.p-form__submitBtn {
	margin-top: 3.4375rem;
	max-width: 30rem;
	width: 100%;
}

.p-form__submitBtn input {
	font-size: 1.25rem;
}

.p-form__input.--row .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.25rem;
}

.p-form__input.--row .wpcf7-form-control .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 0;
}

.p-form__situation {
	position: relative;
}

.p-form__situationTitle {
	border-bottom: 1px solid #ced0e5;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 13.125rem;
}

.p-future {
	padding-block: 5rem;
}

.p-future__bg {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-future__content + .p-future__content {
	margin-top: 4.6875rem;
}

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

.p-future__lists {
	align-items: center;
	display: flex;
	gap: 2.0625rem;
	justify-content: center;
}

.p-future__list {
	margin: 0;
}

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

.p-globalNav__link.--hasMega > a {
	padding-right: 2em;
}

.p-globalNav__link.--hasMega > a::after {
	background: url(../images/common/arrow-border.png) center center/contain no-repeat;
	content: "";
	filter: brightness(0);
	height: 0.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 0.5rem;
}

.p-greeting {
	padding-bottom: 9.375rem;
}

.p-greeting__wrap {
	align-items: flex-end;
	display: grid;
	grid-template-columns: 33.4375rem 1fr;
}

.p-greeting__img {
	margin-left: -6.875rem;
	width: calc(100% + 6.875rem + 50vw - 39.0625rem);
}

.p-greeting__box {
	font-size: 2.25rem;
	margin: 0;
	order: -1;
	padding: 4.375rem 1.5625rem 4.375rem 3.125rem;
}

.p-greeting__text {
	font-size: 1rem;
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 56.25rem;
}

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

.p-greeting__wrap2 {
	align-items: center;
	gap: 3.75rem;
	grid-template-columns: 32.8125rem 1fr;
	margin-top: 5rem;
}

.p-greeting__text.--none {
	margin-top: 0;
}

.p-greeting__name {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.p-header {
	box-shadow: 0 0 1.4375rem rgba(0, 0, 0, 0.1);
	height: 6.875rem;
}

.p-header__inner {
	align-items: flex-end;
	padding-left: 3.125rem;
}

.p-header__logo {
	margin-bottom: 1.375rem;
	max-width: min(27.2727272727vw, 300px);
}

.p-header__nav {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	height: 100%;
	justify-content: center;
}

.p-header__nav.u-mobile {
	display: none;
}

.p-header__nav.u-desktop {
	display: flex;
}

.p-header__globalNav {
	margin-right: 1.25rem;
}

.p-header__search {
	display: none;
}

.p-header__hamburger {
	display: none;
}

.p-header__contact {
	height: 100%;
	margin-left: 3.375rem;
	width: 8.6875rem;
}

.p-header__contact a {
	align-items: center;
	background-color: #1a2792;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.6875rem;
	height: 100%;
	justify-content: center;
	letter-spacing: normal;
}

.p-header__contact a img {
	width: 2.1875rem;
}

.p-history {
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.p-history__block {
	align-items: center;
	gap: 6.875rem;
	grid-template-columns: 9.375rem 1fr;
}

.p-history__block + .p-history__block {
	margin-top: 3.375rem;
}

.p-history__year {
	font-size: 3.125rem;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-history__year small {
	font-size: 1.875rem;
}

.p-history__year2 {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.p-history__content {
	display: grid;
	grid-template-columns: 6.25rem 1fr;
}

.p-history__content::before {
	height: 1.0625rem;
	left: -3.5625rem;
	width: 1.0625rem;
}

.p-history__content::after {
	height: calc(100% + 8.375rem);
	left: -3.0625rem;
	width: 1px;
}

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

.p-history__text {
	font-size: 1.125rem;
	margin-top: 0;
}

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

.p-it__flow {
	border-radius: 0.5rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: 14.75rem 1fr;
	margin-top: 3.75rem;
	padding: 1.25rem 0.9375rem;
}

.p-it__flowHead {
	aspect-ratio: 1;
	border-radius: 0.5rem;
}

.p-it__steps {
	flex-direction: row;
	gap: 1.25rem;
	margin-top: 0;
}

.p-it__step {
	padding-top: 3.125rem;
	position: relative;
	width: calc(25% - 0.9375rem);
}

.p-it__step:last-child {
	padding-top: 1.25rem;
}

.p-it__stepTitle {
	font-size: 1.125rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	white-space: nowrap;
}

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

.p-it__step:last-child .p-it__stepImg {
	max-width: 9.5rem;
}

.p-it__stepText {
	font-size: 0.875rem;
	margin-top: 1rem;
}

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

.p-lowMv {
	padding-block: 6.875rem;
}

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

.p-lowMv__title {
	width: calc(100% - 45.3125rem);
}

.p-lowMv__text {
	font-weight: bold;
	margin-top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-manage {
	border-radius: 0.625rem;
	padding: 4.0625rem 6.25rem;
}

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

.p-manage__steps {
	gap: 1rem;
	grid-template-columns: repeat(14, 1fr);
	margin-top: 1.875rem;
}

.p-manage__steps.--bottom {
	display: grid;
	gap: 0.4375rem 1rem;
	grid-template-columns: repeat(14, 1fr);
	height: initial;
	position: relative;
	right: initial;
}

.p-manage__step {
	align-items: center;
	border-radius: 0.375rem;
	display: flex;
	padding: 1rem;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.p-manage__step.--row {
	box-shadow: none;
	display: block;
	grid-column: 1/5;
	padding: 1rem 1.5rem;
	width: 100%;
	writing-mode: initial;
}

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

.p-more__list a {
	padding: 2.5625rem;
}

.p-more__list a::before {
	right: 1.5rem;
}

.p-moreLink__links {
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	max-width: 56.25rem;
}

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

.p-mv {
	padding-bottom: 3.875rem;
	padding-top: 9.5625rem;
}

.p-mv__inner {
	max-width: unset;
}

.p-mv__slider {
	margin-inline: auto;
	max-width: 85.625rem;
	width: 89.7184020956vw;
}

.p-mv__slider .slick-list {
	overflow: unset;
}

.p-mv__slider .p-mv__sliderItem {
	transform: scale(0.9);
	transform-origin: right;
	transition: all 0.3s;
}

.p-mv__slider .p-mv__sliderItem img {
	aspect-ratio: 1354/527;
}

.p-mv__slider .p-mv__sliderItem::before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.67;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 100%;
}

.p-mv__slider .p-mv__sliderItem.slick-center {
	transform: scale(1);
}

.p-mv__slider .p-mv__sliderItem.slick-center::before {
	opacity: 0;
}

.p-mv__slider .p-mv__sliderItem.slick-center + .p-mv__sliderItem {
	transform-origin: left;
}

.p-mv__slider .prev-arrow {
	left: min(-3.0124426981vw, -2.875rem);
}

.p-mv__slider .next-arrow {
	right: min(-3.0124426981vw, -2.875rem);
}

.p-mv__slider .slider-dots {
	margin-top: 1.5rem;
}

.p-pageHead__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-pageHead__content {
	padding-right: 3rem;
}

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

.p-pageHead__img {
	margin-left: initial;
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	width: calc(100% + 50vw - 37.5rem);
}

.p-pageHead__btn {
	margin-top: 2.1875rem;
}

.p-privacy-policy__blocks {
	margin-top: 2.5rem;
}

.p-privacy-policy__block + .p-privacy-policy__block {
	margin-top: 4.375rem;
}

.p-privacy-policy__text {
	margin-top: 2.5rem;
}

.p-privacy-policy__text p + p {
	margin-top: 2rem;
}

.p-privacy-policy__textWrap {
	display: grid;
	grid-template-columns: 1fr 6.25rem;
}

.p-privacy-policy__textWrap > a {
	width: 100%;
}

.p-privacy-policy__btns {
	margin-top: 2.5rem;
	max-width: 34.375rem;
}

.p-privacy-policy__btn a {
	border-radius: 0.625rem;
	line-height: 1.6666666667;
	padding-block: 1.25rem;
}

.p-privacy-policy__scroll {
	margin: 0;
	margin-top: 3.125rem;
	padding: 0;
	width: 100%;
}

.p-privacy-policy__row dt {
	font-size: 1rem;
	padding-block: 1.5625rem;
	padding-left: 6.25rem;
}

.p-privacy-policy__row dd:nth-child(1) {
	padding-left: 1.5625rem;
}

.p-privacy-policy__row dd:nth-child(2) {
	padding-block: 2.1875rem;
	padding-inline: 1.25rem;
}

.p-privacy-policy__note {
	font-size: 0.875rem;
	margin-top: 2.25rem;
}

.p-privacy-policy__bottom {
	margin-top: 3.5rem;
}

.p-profile__table {
	margin-top: 2.125rem;
}

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

.p-profile__bnr {
	margin-inline: auto;
	margin-top: 4.375rem;
	max-width: 29.0625rem;
}

.p-profile__bnrWrap {
	height: 14.375rem;
}

.p-profile__text {
	font-size: 0.875rem;
}

.p-recruit {
	padding-bottom: 7.5rem;
	padding-top: 10rem;
}

.p-recruit__block + .p-recruit__block {
	margin-top: 4.75rem;
}

.p-recruit__table {
	margin-top: 1.75rem;
}

.p-recruit__row {
	display: grid;
	grid-template-columns: 20rem 1fr;
}

.p-recruit__row dt {
	align-items: center;
	border-bottom: none;
	border-right: 1px solid #ced0e5;
	display: flex;
	font-size: 1rem;
	padding: 1.875rem;
}

.p-recruit__row dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.875rem 2rem;
}

.p-recruit__text {
	margin-top: 2.125rem;
}

.p-recruit__box {
	font-size: 1.125rem;
	margin-top: 3.125rem;
	padding: 2.5rem 1.25rem;
}

.p-recruit__box strong {
	margin-right: 1.125rem;
}

.p-recruit__subTitle {
	font-size: 1.125rem;
	margin-top: 3.125rem;
	padding-block: 1.5rem;
}

.p-recruit__borderText {
	padding-block: 1.5rem;
}

.p-recruit__borderText strong {
	font-size: 1.125rem;
	margin-bottom: 0.875rem;
}

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

.p-recruit__note + .p-recruit__note {
	margin-top: 1.875rem;
}

.p-recruit__note strong {
	font-size: 1.125rem;
}

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

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

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

.p-relation__card {
	padding: 4.375rem 3.125rem;
}

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

.p-s-cred__text {
	margin-top: 3.125rem;
}

.p-s-cred__figure {
	align-items: center;
	gap: 0;
	grid-template-columns: 16.875rem 1fr 20rem;
	margin-inline: auto;
	margin-top: 4.6875rem;
	max-width: 68.75rem;
	width: 100%;
}

.p-s-cred__logo {
	height: 2.75rem;
	justify-content: flex-start;
}

.p-s-cred__lists {
	margin-left: 0;
	margin-top: 1.25rem;
}

.p-s-cred__list {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.p-s-cred__main {
	border-radius: 0.625rem;
	padding-block: 2.5rem;
}

.p-s-cred__main::before {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	height: 4rem;
	left: -3.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
}

.p-s-cred__main::after {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	height: 4rem;
	left: initial;
	right: -3.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
}

.p-s-cred__bigText {
	font-size: 1.5rem;
}

.p-s-cred__bigText + .p-s-cred__logo {
	height: 3.75rem;
	justify-content: center;
	margin-top: 1.4375rem;
}

.p-s-cred__lass {
	margin-left: auto;
}

.p-s-cred__lass .p-s-cred__logo {
	height: 1.875rem;
}

.p-s-cred__realizeTitle {
	font-size: 1.5rem;
	margin-top: 5.125rem;
}

.p-s-cred__realizeTitle span {
	padding-inline: 1rem;
}

.p-s-cred__realizeTitle::before {
	border-width: 3px;
	height: 5.4375rem;
	width: 56.25rem;
}

.p-s-cred__realizeLists {
	grid-template-columns: repeat(5, 1fr);
	margin-top: 2.1875rem;
	max-width: 68.75rem;
}

.p-s-cred__realizeLists li {
	border-radius: 0.625rem;
	font-size: 1.125rem;
	height: 4.6875rem;
}

.p-s-cred__platform {
	margin-top: 6.25rem;
}

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

.p-search__form .c-search {
	margin-inline: auto;
}

.p-search__result {
	margin-top: 6.25rem;
	padding-top: 4rem;
}

.p-searchWindow__box {
	gap: 3.5625rem;
	height: -moz-fit-content;
	height: fit-content;
	max-height: calc(100vh - 6.25rem);
	max-width: 78.75rem;
	overflow-y: scroll;
	padding-block: 12.5rem;
	width: calc(100% - 6.25rem);
}

.p-searchWindow__close {
	height: 3.9375rem;
	right: 4.1875rem;
	top: 4.3125rem;
	width: 3.9375rem;
}

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

.p-serviceMenu {
	padding-top: 10.625rem;
}

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

.p-serviceMenu__lists {
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-serviceMenu__title + .p-serviceMenu__lists {
	margin-top: 3.875rem;
}

.p-serviceMenu__list::before {
	margin-left: initial;
	width: 100%;
}

.p-serviceMenu__list.--wide {
	grid-column: 1/3;
}

.p-serviceMenu__img {
	margin: 0;
}

.p-serviceMenu__img img {
	aspect-ratio: 750/400;
}

.p-serviceMenu__list.--wide .p-serviceMenu__img img {
	aspect-ratio: 1500/400;
}

.p-serviceMenu__content {
	padding-left: 4.375rem;
}

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

.p-serviceMenu__titleEn {
	font-size: 0.9375rem;
}

.p-serviceMenu__titleJa {
	margin-top: 1.5625rem;
}

.p-serviceMenu__titleJa.--small br {
	display: blck;
}

.p-serviceMenu__titleJa.--small {
	font-size: 1.5rem;
	white-space: initial;
}

.p-serviceMenu__text {
	font-size: 1rem;
	line-height: 1.625;
	margin-left: 0;
	max-width: 20rem;
	min-height: 4.875rem;
}

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

.p-single__title {
	align-items: baseline;
	display: flex;
	gap: 4.25rem;
}

.p-single__head {
	margin-top: 1.3125rem;
	padding-block: 2.75rem;
}

.p-single__tag.c-tag {
	min-width: 7.5rem;
	padding-block: rem;
}

.p-single__time.c-time {
	font-size: 1.125rem;
}

.p-single__mainTitle {
	font-size: 1.375rem;
	margin-top: 1.75rem;
}

.p-single__wrap {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 28.125rem;
	margin-top: 4.75rem;
}

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

.p-single__description.c-text {
	font-size: 1.125rem;
}

.p-single__cv {
	gap: 1.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 68.75rem;
	padding: 3.4375rem 6.25rem;
}

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

.p-single__cv.--1 .p-single__btn {
	margin-inline: auto;
	max-width: 28.125rem;
	width: 100%;
}

.p-single__blocks {
	margin-inline: auto;
	margin-top: 3.5625rem;
	max-width: 68.75rem;
}

.p-single__block + .p-single__block {
	margin-top: 4.1875rem;
}

.p-single__table {
	margin-top: 2.625rem;
}

.p-single__row {
	display: grid;
	grid-template-columns: 10.9375rem 1fr;
}

.p-single__row dt {
	align-items: center;
	display: flex;
	padding-left: 1.75rem;
}

.p-single__row dd {
	padding-left: 6.25rem;
}

.p-single__caution {
	margin-top: 2.8125rem;
}

.p-single__contact {
	margin-top: 6.25rem;
}

.p-single__content h2 {
	padding: 1.4375rem 1.625rem;
}

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

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

.p-steps__block + .p-steps__block {
	margin-top: 3.3125rem;
}

.p-steps__wrap {
	align-items: flex-start;
	gap: 2.8125rem;
	grid-template-columns: 18.75rem 1fr;
	margin-top: 2.1875rem;
}

.p-steps__text {
	margin-top: 0.3125rem;
}

.p-table__row {
	grid-template-columns: 32.5% 1fr;
}

.p-table__row dt {
	font-size: 1rem;
	padding-block: 1.5625rem;
	padding-left: 6.25rem;
}

.p-table__row dd:nth-child(1) {
	padding-left: 1.5625rem;
}

.p-table__row dd:nth-child(2) {
	border-left: 1px solid #ced0e5;
	padding-block: 1.625rem;
	padding-inline: 1.25rem;
}

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

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

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

.p-topCreate {
	padding-bottom: 8.125rem;
	padding-top: 11.25rem;
}

.p-topCreate__wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-topCreate__content {
	padding-right: 3.4375rem;
}

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

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

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

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

.p-trouble__lead::before {
	left: calc(50% - 7.125rem);
	width: 7.125rem;
}

.p-trouble__lead::after {
	right: calc(50% - 7.125rem);
	width: 7.125rem;
}

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

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

.p-trouble__card {
	box-shadow: 0.625rem 0.625rem 0 #eef7fc;
	max-width: 100%;
}

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

.p-trouble__text2 {
	font-size: 1.5rem;
	margin-top: 3.75rem;
	text-align: center;
}

.p-voice {
	border-radius: 0.625rem;
	padding: 3.4375rem 3.125rem;
}

.p-voice__lead {
	font-size: 1.625rem;
	padding-inline: 1.25rem;
	top: -0.8125rem;
}

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

.p-voice__title::before {
	right: -17.5rem;
	width: 16.0625rem;
}

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

.p-voice__name {
	font-size: 0.9375rem;
	margin-top: 2.125rem;
}

.p-voice__name strong {
	font-size: 1.125rem;
}

.p-why {
	padding-bottom: 11.5625rem;
	padding-top: 6.5rem;
}

.p-why__wrap {
	display: grid;
	gap: 7.375rem;
	grid-template-columns: 50% 1fr;
	margin-top: 4rem;
}

.p-why__text {
	font-size: 1rem;
	line-height: 2.25;
	margin-top: 2.625rem;
}

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

.p-why__gallery picture:nth-child(1) {
	width: 100%;
}

.p-why__gallery picture:nth-child(2) {
	left: -4.375rem;
	margin: 0;
	position: absolute;
	top: 24.6875rem;
	width: 16.875rem;
}

.p-why__gallery picture:nth-child(3) {
	margin: 0;
	position: absolute;
	right: -3.125rem;
	top: 38.125rem;
	width: 13.3125rem;
}

.p-why__en {
	bottom: -2.1875rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.p-header__logo {
	max-width: 394px;
}

.p-it__flow {
	padding: 1.5625rem 1.25rem;
}

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

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

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

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

}

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

.p-pageHead__img {
	width: 56.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes infiniteScrollX1 {

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

100% {
	transform: translateX(-100%);
}

}

@keyframes infiniteScrollX2 {

0% {
	transform: translateX(0%);
}

100% {
	transform: translateX(-200%);
}

}


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