body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

body {
	color: #030303;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.7;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-breadcrumb {
	letter-spacing: 0.04em;
	margin-bottom: 37px;
	margin-bottom: 2.3125rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.c-breadcrumb__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2.55;
}

.c-breadcrumb__item {
	position: relative;
}

.c-breadcrumb__item a {
	text-decoration: underline;
}

.c-breadcrumb__item:first-child a {
	padding-left: 15px;
	padding-left: 0.9375rem;
	position: relative;
}

.c-breadcrumb__item:not(:first-child) span {
	padding-left: 16px;
	padding-left: 1rem;
}

.c-breadcrumb__item:first-child a::before {
	background-image: url(../images/common/home_icon.svg);
	content: "";
	height: 14px;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

.c-breadcrumb__item:not(:first-child)::before {
	content: "＞";
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-breadcrumb__item:not(:first-child) {
	padding-left: 7px;
	padding-left: 0.4375rem;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-button-auction {
	background-color: #1d2087;
	border: 2px solid #1d2087;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 326px;
	max-width: 20.375rem;
	padding: 15px 65px 16px 67px;
	padding: 0.9375rem 4.0625rem 1rem 4.1875rem;
	padding: 15px 0 16px;
	padding: 0.9375rem 0 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-button-auction::before {
	background-image: url("../images/top/icon_auction.svg");
	content: "";
	height: 27px;
	height: 1.6875rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 27px;
	width: 1.6875rem;
}

.c-button-auction::after {
	-webkit-mask-image: url("../images/common/arrow.svg");
	background-color: #fff;
	content: "";
	height: 6px;
	mask-image: url("../images/common/arrow.svg");
	position: absolute;
	right: 25px;
	right: 1.5625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
}

.c-button-auction:hover::after {
	background-color: #030303;
}

.c-button-recruit {
	background-color: #1d2087;
	border: 3px solid #1d2087;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	max-width: 327px;
	max-width: 20.4375rem;
	padding: 15px 0 16px 29px;
	padding: 0.9375rem 0 1rem 1.8125rem;
	position: relative;
	text-align: left;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.c-button-recruit:hover {
	background-color: #fff;
	color: #030303;
}

.c-button-recruit::after {
	-webkit-mask-image: url("../images/common/arrow.svg");
	background-color: #fff;
	content: "";
	height: 6px;
	mask-image: url("../images/common/arrow.svg");
	position: absolute;
	right: 26px;
	right: 1.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
}

.c-button-recruit:hover::after {
	background-color: #030303;
}

.c-contact-footer {
	background-color: #f7f8fa;
	border: 2px solid #1d2087;
	color: #030303;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 20px 60px 20px 24px;
	padding: 1.25rem 3.75rem 1.25rem 1.5rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-contact-footer::after {
	-webkit-mask-image: url("../images/common/icon_contact.svg");
	background-color: #000;
	content: "";
	height: 26px;
	mask-image: url("../images/common/icon_contact.svg");
	position: absolute;
	right: 7.33%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s background-image;
	transition: 0.3s background-image;
	width: 28px;
}

.c-contact-header {
	background-color: #1d2087;
	border: 2px solid #f7f8fa;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 15px 69px 15px 24px;
	padding: 0.9375rem 4.3125rem 0.9375rem 1.5rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-contact-header::after {
	-webkit-mask-image: url("../images/common/icon_contact.svg");
	background-color: #fff;
	content: "";
	height: 26px;
	mask-image: url("../images/common/icon_contact.svg");
	position: absolute;
	right: 7.33%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
}

.c-small-sub-heading {
	border-bottom: 2px solid #1752a0;
	color: #1752a0;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.47;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

.c-sub-mainview {
	position: relative;
}

.c-sub-mainview__img {
	height: 255px;
	height: 15.9375rem;
}

.c-sub-mainview__img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.c-sub-mainview__header {
	position: absolute;
	text-align: center;
	top: 38%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.c-sub-mainview__title--partner {
	margin: auto;
	width: 284px;
	width: 17.75rem;
}

.c-sub-mainview__title--antisocial {
	margin: auto;
	width: 250px;
	width: 15.625rem;
}

.c-sub-mainview__title--disclaimer {
	margin: auto;
	width: 156px;
	width: 9.75rem;
}

.c-sub-mainview__title--privacy {
	margin: auto;
	width: 212px;
	width: 13.25rem;
}

.c-sub-mainview__title--company {
	margin: auto;
	width: 242px;
	width: 15.125rem;
}

.c-sub-mainview__title--vision {
	margin: auto;
	width: 354px;
	width: 22.125rem;
}

.c-sub-section-header {
	background-color: #1752a0;
	color: #fff;
	padding: 19px 24px 19px 15px;
	padding: 1.1875rem 1.5rem 1.1875rem 0.9375rem;
}

.c-sub-section-header__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.22222;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-view-more {
	background-color: #1d2087;
	border: 3px solid #1d2087;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 15px 65px 16px 32px;
	padding: 0.9375rem 4.0625rem 1rem 2rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.c-view-more:hover {
	background-color: #fff;
	color: #030303;
}

.c-view-more::after {
	-webkit-mask-image: url("../images/common/arrow.svg");
	background-color: #fff;
	content: "";
	height: 6px;
	mask-image: url("../images/common/arrow.svg");
	position: absolute;
	right: 35px;
	right: 2.1875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
}

.c-view-more:hover::after {
	background-color: #030303;
}

.c-vision-sub {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	text-align: center;
}

.c-vision-title {
	color: #fff;
	font-weight: 700;
}

.c-vision-title-en {
	position: relative;
	width: 95%;
}

.c-vision-title-en::before {
	content: "";
	display: block;
	padding-top: 12.7659574468%;
}

.c-vision-title-en img {
	-o-object-fit: contain;
	height: 100%;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-vision-title-h2 {
	font-size: 35px;
	font-size: 2.1875rem;
}

.c-vision-title-h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.45;
}

.l-contact {
	background: url(../images/common/contact-footer.png) no-repeat center center/cover;
	position: relative;
}

.l-contact::before {
	background-color: rgba(23, 82, 160, .7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.l-management {
	padding-top: 54px;
	padding-top: 3.375rem;
}

.l-philosophy {
	padding-top: 56px;
	padding-top: 3.5rem;
}

.l-privacy {
	padding-bottom: 96px;
	padding-bottom: 6rem;
}

.l-siteWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.l-solution {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.l-solution2 {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.l-top-header {
	background-color: #fff;
	left: 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.p-404 {
	padding-bottom: 54px;
	padding-bottom: 3.375rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-404__header {
	text-align: center;
}

.p-404__title {
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}

.p-404__title::before {
	background-color: #5bdccc;
	bottom: -12px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 14.4%;
}

.p-404__title::after {
	background-color: #1752a0;
	bottom: -12px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 85.6%;
}

.p-404__textWrap {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-404__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.p-404__text + .p-404__text {
	margin-top: 23.8px;
	margin-top: 1.4875rem;
}

.p-404__link-top {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-decoration: underline;
}

.p-about {
	padding-bottom: 54px;
	padding-bottom: 3.375rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-about::after {
	background-color: #f7f8fa;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	z-index: -1;
}

.p-about__contents {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-about__textWrap {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-about__header {
	text-align: center;
}

.p-about__title {
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}

.p-about__subtitle {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 24px;
	margin-top: 1.5rem;
	position: relative;
	position: relative;
}

.p-about__title::before {
	background-color: #5bdccc;
	bottom: -12px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 14.4%;
}

.p-about__title::after {
	background-color: #1752a0;
	bottom: -12px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 85.6%;
}

.p-about__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.p-about__text + .p-about__text {
	margin-top: 23.8px;
	margin-top: 1.4875rem;
}

.p-about__movie {
	margin-top: 32px;
	margin-top: 2rem;
	position: relative;
}

.p-about__movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.p-about__movie iframe,
.p-about__movie img {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-about__btn {
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

.dropdown__btn {
	background: none;
	border: 0;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.44;
	margin-right: 16px;
	margin-right: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.dropdown__btn::before {
	border-color: transparent transparent transparent #1d46a1;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0;
}

.dropdown__item-link {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding: 8px 1.2em;
	padding: 0.5rem 1.2em;
	padding-right: 30px;
	padding-right: 1.875rem;
	position: relative;
	text-decoration: none;
}

.dropdown__item-link::after {
	content: "＞";
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dropdown__item-link:hover {
	text-decoration: underline;
}

.dropdown__btn:hover::before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-antisocial {
	padding-bottom: 96px;
	padding-bottom: 6rem;
	position: relative;
}

.p-antisocial::before {
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	background-color: #f7f8fa;
	bottom: 0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	content: "";
	height: 80.5333333333vw;
	left: 0;
	max-height: 302px;
	max-height: 18.875rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-antisocial__wrap {
	padding: 24px 16px 40px;
	padding: 1.5rem 1rem 2.5rem;
}

.p-antisocial__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.p-antisocial__contents {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 16px;
	padding-right: 1rem;
}

.p-antisocial__item + .p-antisocial__item {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-antisocial__title {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.47;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-antisocial__lead {
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.p-card {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	text-align: center;
}

.p-card + .p-card {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-card__img {
	position: relative;
	width: 100%;
}

.p-card__img::before {
	content: "";
	display: block;
	padding-top: 70.3363914373%;
}

.p-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-card__subTitle {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.9;
}

.p-card__title {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 700;
}

.p-card__lead {
	letter-spacing: 0.05em;
	padding: 16px 16px 24px;
	padding: 1rem 1rem 1.5rem;
}

.p-company {
	padding-bottom: 83px;
	padding-bottom: 5.1875rem;
	position: relative;
}

.p-company::before {
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	background-color: #f7f8fa;
	bottom: 0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	content: "";
	height: 80.5333333333vw;
	left: 0;
	max-height: 302px;
	max-height: 18.875rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-company__wrap {
	text-align: center;
}

.p-company__body {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 16px 8px 40px;
	padding: 1rem 0.5rem 2.5rem;
	text-align: left;
}

.p-company__flex {
	border-bottom: 1px solid #e2eafc;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.p-company__flex dt {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-company__flex dd {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	width: 100%;
}

.p-contact {
	padding: 54px 0 30px;
	padding: 3.375rem 0 1.875rem;
}

.p-contact__wrap {
	position: relative;
	z-index: 10;
}

.p-contact__title {
	margin: auto;
	max-width: 98px;
	max-width: 6.125rem;
	position: relative;
	width: 100%;
}

.p-contact__btn {
	margin-top: 40px;
	text-align: center;
}

.p-content-box__header {
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
	position: relative;
}

.p-content-box__header::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 180px;
	width: 11.25rem;
}

.p-content-box__header img {
	height: 29px;
	height: 1.8125rem;
	margin: auto;
	width: auto;
}

.p-content-box {
	background-color: #1752a0;
	-webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, .16);
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, .16);
	color: #fff;
	margin: auto;
	max-width: 233px;
	max-width: 14.5625rem;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
	padding-left: 26px;
	padding-left: 1.625rem;
	padding-right: 26px;
	padding-right: 1.625rem;
	padding-top: 47px;
	padding-top: 2.9375rem;
	text-align: center;
	width: 100%;
}

.p-content-box:nth-child(2) .p-content-box__header img {
	height: 24px;
}

.p-content-box__subTitle {
	display: block;
	letter-spacing: 0.02em;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-content-box__text {
	letter-spacing: 0.02em;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-about__content + .p-about__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-disclaimer {
	padding-bottom: 96px;
	padding-bottom: 6rem;
	position: relative;
}

.p-disclaimer::before {
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	background-color: #f7f8fa;
	bottom: 0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	content: "";
	height: 80.5333333333vw;
	left: 0;
	max-height: 302px;
	max-height: 18.875rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-disclaimer__lead {
	padding: 24px 16px 40px;
	padding: 1.5rem 1rem 2.5rem;
}

.p-disclaimer__content {
	padding-top: 16px;
	padding-top: 1rem;
}

.p-disclaimer__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.017em;
	line-height: 1.7;
}

.p-disclaimer__item + .p-disclaimer__item {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-disclaimer__text--indent {
	padding-left: 1em;
	text-indent: -1em;
}

.p-disclaimer__text--indent + .p-disclaimer__text--indent {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-disclaimer__text + .p-disclaimer__text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-disclaimer__ls {
	letter-spacing: 0.025em;
}

.p-footer__inner {
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
	padding-top: 55px;
	padding-top: 3.4375rem;
}

.p-footer__logo {
	margin: auto;
	max-width: 327px;
	max-width: 20.4375rem;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.p-footer__copyright {
	background-color: #1d2087;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
	text-align: center;
}

.p-footer__copyright small {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.01em;
}

.p-footer__nav {
	margin-left: auto;
}

.p-footer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-footer__item {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-footer__item a {
	display: inline-block;
	line-height: 2;
	padding-left: 24px;
	position: relative;
}

.p-footer__item a::before {
	background: url("../images/common/nav-arrow.svg") no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 13px;
}

.p-footer__item + .p-footer__item {
	margin-left: 22px;
	margin-left: 1.375rem;
}

.hamburger {
	cursor: pointer;
	display: block;
	height: 42px;
	position: absolute;
	right: 18px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
	z-index: 3;
}

.hamburger span {
	background: #030303;
	display: block;
	height: 2px;
	left: 6px;
	position: absolute;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 30px;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 20px;
}

.hamburger span:nth-child(3) {
	top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
	background: #030303;
	left: 6px;
	top: 16px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	background: #030303;
	top: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav.globalMenuSp {
	-webkit-overflow-scrolling: touch;
	background: #f7f8fa;
	color: #030303;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding-top: 169px;
	padding-top: 10.5625rem;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
	width: 100%;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}

nav.globalMenuSp ul li a {
	border-bottom: 1px solid #eeeeee;
	color: #030303;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding: 16px 46px;
	padding: 1rem 2.875rem;
	position: relative;
	text-decoration: none;
}

nav.globalMenuSp ul li a::after {
	background: url("../images/common/sp-arrow.svg");
	content: "";
	height: 17px;
	position: absolute;
	right: 46px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
}

/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
	opacity: 100;
	visibility: visible;
}

.global-inner {
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.global-btn {
	margin-top: 64px;
	margin-top: 4rem;
	text-align: center;
}

.p-management {
	position: relative;
}

.p-management::before {
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	background-color: #f7f8fa;
	bottom: 0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	content: "";
	height: 80.5333333333vw;
	left: 0;
	max-height: 302px;
	max-height: 18.875rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-management__title {
	background: url("../images/vision/management-bg.jpg") no-repeat center center/cover;
	height: auto;
	margin-left: 24px;
	margin-right: 24px;
	position: relative;
	width: calc(100% - 48px);
}

.p-management__title::before {
	background: url("../images/vision/gra.svg");
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-management__wrap {
	padding: 32px 16px 55px;
	padding: 2rem 1rem 3.4375rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-management__en {
	margin-left: auto;
	width: 78%;
}

.p-management__en::before {
	padding-top: 15.5172413793%;
}

.p-management__h2 {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	text-align: right;
}

.p-management__h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}

.p-management__sub {
	margin-top: 45px;
	margin-top: 2.8125rem;
	padding: 0 15px 5px;
	padding: 0 0.9375rem 0.3125rem;
	text-align: center;
}

.a {
	width: 5%;
}

.p-management__lead {
	padding-bottom: 96px;
	padding-bottom: 6rem;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.p-management__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-management__text + .p-management__text {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-mfsz {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.7;
	text-align: left;
}

.p-management__sub--left {
	text-align: left;
}

.p-mv {
	height: 531px;
	height: 33.1875rem;
	overflow: hidden;
	position: relative;
}

.p-mv__movie video {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0%;
	width: 100%;
	z-index: -1;
}

.p-mv__text {
	bottom: 46px;
	bottom: 2.875rem;
	max-width: 300px;
	max-width: 18.75rem;
	position: absolute;
	right: 24px;
	right: 1.5rem;
	width: 100%;
}

.p-mv__text img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.p-partner {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	position: relative;
}

.p-partner::before {
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	background-color: #f7f8fa;
	bottom: 0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	content: "";
	height: 98.9333333333vw;
	left: 0;
	max-height: 371px;
	max-height: 23.1875rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-partner__img {
	margin-left: calc(50% - 50vw);
	margin-top: 23px;
	margin-top: 1.4375rem;
	position: relative;
	width: 100vw;
}

.p-partner__img::before {
	background-color: #093577;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-partner__img::after {
	content: "";
	display: block;
	padding-top: 69.3333333333%;
}

.p-partner__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-partner__subtitle {
	bottom: 38px;
	bottom: 2.375rem;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	left: 24px;
	left: 1.5rem;
	line-height: 1.6667;
	position: absolute;
	z-index: 10;
}

.p-partner__textWrap {
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-partner__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-partner__text + .p-partner__text {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-partner__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-partner__icon:nth-child(2n) {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.p-partner__icon:nth-child(n+3) {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-partner__icon {
	width: calc(50% - 0.75rem);
}

.p-partner__about {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-philosophy__title {
	background: url("../images/vision/philosophy.jpg") no-repeat center center/cover;
	height: auto;
	margin-left: 24px;
	margin-right: 24px;
	position: relative;
	width: calc(100% - 48px);
}

.p-philosophy__title::before {
	background: url("../images/vision/gra.svg");
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-philosophy__wrap {
	padding: 32px 16px 55px;
	padding: 2rem 1rem 3.4375rem;
	position: relative;
	z-index: 10;
}

.p-philosophy__h2 {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-philosophy__sub {
	margin-top: 57px;
	margin-top: 3.5625rem;
	text-align: center;
}

.p-philosophy__items {
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-philosophy__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.511;
	margin-top: 32px;
	margin-top: 2rem;
}

.ml-20 {
	display: inline;
	margin-left: 20px;
	margin-left: 1.25rem;
}

.p-privacy {
	position: relative;
}

.p-privacy::before {
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	background-color: #f7f8fa;
	bottom: 0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	content: "";
	height: 98.1333333333vw;
	left: 0;
	max-height: 368px;
	max-height: 23rem;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-privacy__lead {
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.p-privacy__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
}

.p-privacy__text + .p-privacy__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-privacy__item + .p-privacy__item {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-privacy__content {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 16px;
	padding: 1rem;
}

.p-privacy__contact {
	padding-top: 32px;
	padding-top: 2rem;
}

.p-privacy__address {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-privacy__address p {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-recruit {
	position: relative;
}

.p-recruit__title {
	color: #1752a0;
	font-size: 17px;
	font-size: 1.0625rem;
	position: relative;
	text-align: center;
}

.p-recruit__title::after {
	background-color: #1752a0;
	bottom: -6px;
	bottom: -0.375rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 113px;
	width: 7.0625rem;
}

.p-recruit__textWrap {
	margin-top: 18px;
	margin-top: 1.125rem;
	padding: 0 7px;
	padding: 0 0.4375rem;
	text-align: center;
}

.p-recruit__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-recruit__btn {
	margin-top: 27px;
	margin-top: 1.6875rem;
	text-align: center;
}

.p-solution-card {
	background-color: #fff;
}

.p-solution-card__img {
	position: relative;
}

.p-solution-card__img::after {
	content: "";
	display: block;
	padding-top: 70.33639%;
}

.p-solution-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-solution-card__body {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-solution-card__title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: center;
}

.p-solution-card__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-solution-card2 {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, .16);
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, .16);
}

.p-solution-card2__img {
	position: relative;
}

.p-solution-card2__img::after {
	content: "";
	display: block;
	padding-top: 73.39449%;
}

.p-solution-card2__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-solution-card2__body {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.p-solution-card2__title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.222222;
	text-align: center;
}

.p-solution-card2__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-solution {
	position: relative;
}

.p-solution__header {
	text-align: center;
}

.p-solution__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
}

.p-solution__items {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-solution__item + .p-solution__item {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-solution__btn {
	margin-top: 28px;
	margin-top: 1.75rem;
	text-align: center;
}

.p-solution2 {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	position: relative;
}

.p-solution2::before {
	-webkit-clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	background-color: #f7f8fa;
	bottom: 0;
	clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
	content: "";
	height: 638px;
	height: 39.875rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-solution2__items {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-solution2__item + .p-solution2__item {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-solution2__subtitle {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.p-top-header {
	height: 64px;
	height: 4rem;
}

.p-top-header__inner {
	height: inherit;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
	width: 100%;
}

.p-top-header__logo {
	height: inherit;
	max-width: 247px;
	max-width: 15.4375rem;
	position: relative;
	width: 100%;
}

.p-top-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-top-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
}

.globalnav-wrap {
	color: #000;
	font-size: 16px;
}

.globalnav .dropdown-btn {
	cursor: pointer;
	display: inline-block;
	padding: 20px;
	padding-right: 0;
	position: relative;
}

.globalnav .dropdown {
	background: #fff;
	display: none;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	top: 55px;
	z-index: 1000;
}

.globalnav .dropdown li {
	display: inline-block;
	margin: 10px 0;
}

.globalnav .dropdown li a {
	color: #000;
}

.globalnav .nav-button-wrap,
.globalnav .open {
	display: block;
}

.globalnav .close {
	display: block;
}

.p-vision {
	position: relative;
}

.p-vision::after {
	background-color: #f7f8fa;
	bottom: 0;
	content: "";
	height: 98.1333333333vw;
	max-height: 368px;
	max-height: 23rem;
	position: absolute;
	right: 0;
	width: 79.2%;
	z-index: -1;
}

.p-vision__sub-title {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.444;
	padding-top: 26px;
	padding-top: 1.625rem;
	text-align: center;
}

.p-vision__sub-img {
	display: block;
	margin: auto;
	margin-top: 6px;
	margin-top: 0.375rem;
	position: relative;
	width: 29.66%;
}

.p-vision__sub-img::before {
	content: "";
	display: block;
	padding-top: 21.6494845361%;
}

.p-vision__sub-img img {
	-o-object-fit: contain;
	height: 100%;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-vision__bgTitle {
	margin-left: auto;
	margin-top: 29px;
	margin-top: 1.8125rem;
	position: relative;
	width: 61%;
}

.p-vision__bgTitle::before {
	content: "";
	display: block;
	padding-top: 22.2707423581%;
}

.p-vision__bgTitle img {
	-o-object-fit: contain;
	height: 100%;
	left: 50%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-breadcrumb__items {
	font-size: 0.875rem;
}

.c-breadcrumb__item:not(:first-child) {
	padding-left: 0.1875rem;
}

.c-button-auction {
	font-size: 1.125rem;
	font-size: 1.125rem;
	max-width: 21.625rem;
	padding: 0.9375rem 0 1rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-button-auction:hover {
	background-color: #fff;
	border: 2px solid #1d2087;
	color: #030303;
}

.c-button-auction::before {
	left: 0.9375rem;
}

.c-button-auction::after {
	right: 0.8125rem;
	-webkit-transition: 0.3s background-image ease;
	transition: 0.3s background-image ease;
}

.c-button-recruit {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	max-width: 25rem;
	padding: 0.9375rem 0 0.9375rem 2.5rem;
}

.c-button-recruit::after {
	right: 2.1875rem;
	-webkit-transition: 0.3s background-image ease;
	transition: 0.3s background-image ease;
}

.c-contact-footer {
	padding: 1.25rem 4.9375rem 1.25rem 2.8125rem;
}

.c-contact-footer:hover {
	background-color: #1d2087;
	border: 2px solid #fff;
	color: #fff;
	opacity: 1;
}

.c-contact-footer:hover.c-contact-footer::after {
	background-color: #fff;
}

.c-contact-footer::after {
	right: 10%;
}

.c-contact-header:hover {
	background-color: #f7f8fa;
	border: 2px solid #1d2087;
	color: #030303;
	opacity: 1;
}

.c-contact-header:hover.c-contact-header::after {
	background-color: #000;
}

.c-small-sub-heading {
	font-size: 1.25rem;
}

.c-sub-mainview__title--partner {
	width: 34.375rem;
}

.c-sub-mainview__title--antisocial {
	width: 55.375rem;
}

.c-sub-mainview__title--disclaimer {
	width: 17.75rem;
}

.c-sub-mainview__title--privacy {
	width: 24.125rem;
}

.c-sub-mainview__title--company {
	width: 27.625rem;
}

.c-sub-mainview__title--vision {
	width: 40.25rem;
}

.c-sub-section-header {
	padding: 1.125rem 1.5rem 1.125rem;
}

.c-sub-section-header__title {
	font-size: 1.5rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-view-more {
	padding: 1.0625rem 3.75rem 1.0625rem 2rem;
}

.c-view-more::after {
	right: 1.875rem;
	-webkit-transition: 0.3s background-image ease;
	transition: 0.3s background-image ease;
}

.c-vision-sub {
	font-size: 1.25rem;
}

.c-vision-title-en::before {
	padding-top: 12.7840909091%;
}

.c-vision-title-en {
	width: 57.56%;
}

.c-vision-title-h2 {
	font-size: 3.75rem;
}

.c-vision-title-h3 {
	font-size: 1.875rem;
}

.l-inner {
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-management {
	padding-top: 5rem;
}

.l-privacy {
	padding-bottom: 10rem;
}

.l-solution {
	margin-top: 5.4375rem;
}

.l-solution2 {
	margin-top: 6.25rem;
}

.p-404 {
	padding-bottom: 5rem;
	padding-top: 5.5rem;
}

.p-404 .l-inner {
	max-width: 51.875rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.p-404__title {
	font-size: 2.5rem;
	padding: 0 2.5rem;
}

.p-404__textWrap {
	margin-top: 2.3125rem;
	padding: 0 1.25rem;
}

.p-404__text {
	font-size: 1.25rem;
}

.p-404__text + .p-404__text {
	margin-top: 1.9125rem;
}

.p-404__link-top {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.p-about {
	padding-bottom: 5rem;
	padding-top: 5.5rem;
}

.p-about::after {
	width: 62.22547%;
}

.p-about .l-inner {
	max-width: 51.875rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.p-about__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2.6875rem;
}

.p-about__textWrap {
	margin-top: 2.3125rem;
	padding: 0 1.25rem;
}

.p-about__title {
	font-size: 2.5rem;
	padding: 0 2.5rem;
}

.p-about__subtitle {
	font-size: 1.25rem;
	padding: 0 3.75rem;
}

.p-about__text {
	font-size: 1.125rem;
}

.p-about__text + .p-about__text {
	margin-top: 1.9125rem;
}

.p-about__movie {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 42rem;
	width: 100%;
}

.p-about__btn {
	margin-top: 2.6875rem;
}

.p-antisocial::before {
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	height: 33.9677891654vw;
	max-height: 29rem;
}

.p-antisocial {
	padding-bottom: 10rem;
}

.p-antisocial__wrap {
	padding-bottom: 2.1875rem;
	padding-top: 2rem;
}

.p-antisocial__text {
	font-size: 16px;
	padding-left: 0.4375rem;
}

.p-antisocial__contents {
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
}

.p-antisocial__item + .p-antisocial__item {
	margin-top: 1.3125rem;
}

.p-antisocial__title {
	font-size: 1.25rem;
	margin-bottom: 0.875rem;
}

.p-antisocial__info {
	padding-left: 3rem;
	padding-right: 3rem;
}

.p-antisocial__text--pl {
	padding-left: 0;
}

.p-card {
	width: 33.33333%;
}

.p-card + .p-card {
	margin-left: 0.375rem;
	margin-top: 0;
}

.p-card:nth-child(2) {
	margin-top: 2.0625rem;
}

.p-card__lead {
	padding: 1rem 0.8125rem 1.5rem;
}

.p-company {
	padding-bottom: 10rem;
}

.p-company::before {
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	height: 22.1083455344vw;
}

.p-company__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	max-width: 744.5px;
	padding-left: 1.375rem;
	width: 68.93%;
}

.p-company__flex dt {
	font-size: 1.125rem;
	max-width: 237px;
	width: 31.83%;
}

.p-company__flex dd {
	font-size: 1rem;
	width: 100%;
}

.p-contact {
	padding: 4.6875rem 0 3.5rem;
}

.p-contact__title {
	max-width: 10.1875rem;
}

.p-content-box {
	margin: 0;
	margin: initial;
	padding-top: 2.875rem;
}

.p-about__content + .p-about__content {
	margin-top: 0;
}

.p-disclaimer {
	padding-bottom: 10rem;
}

.p-disclaimer::before {
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	height: 29.7950219619vw;
	max-height: 25.4375rem;
}

.p-disclaimer__lead {
	padding: 2rem 1.5rem 2.25rem;
}

.p-disclaimer__content {
	padding-right: 0.625rem;
	padding-top: 1.5rem;
}

.p-disclaimer__text {
	font-size: 1rem;
}

.p-disclaimer__item {
	padding-left: 3rem;
	padding-right: 3rem;
}

.p-disclaimer__item + .p-disclaimer__item {
	margin-top: 1.875rem;
}

.p-disclaimer__text--indent + .p-disclaimer__text--indent {
	margin-top: 1.28125rem;
}

.p-footer__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 5.0625rem;
	padding-top: 5.0625rem;
}

.p-footer__logo {
	margin: 0;
	margin: initial;
	max-width: 27.8125rem;
}

.hamburger {
	display: none;
}

.p-management::before {
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	height: 29.7950219619vw;
	max-height: 25.4375rem;
}

.p-management__inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.p-management__title {
	margin-left: 0;
	margin-right: 0;
	width: 89.5%;
}

.p-management__wrap {
	padding: 2.5rem 2.5rem 4.375rem;
}

.p-management__en::before {
	padding-top: 15.78%;
}

.p-management__en {
	width: 49.56%;
}

.p-management__h2 {
	font-size: 3.125rem;
	margin-bottom: 1.25rem;
}

.p-management__sub {
	font-size: 1.125rem;
	margin-top: 2.1875rem;
	text-align: center;
}

.p-management__lead {
	padding-bottom: 10rem;
	padding-top: 2rem;
}

.p-management__text {
	margin: auto;
	max-width: 100%;
	width: 859px;
}

.p-management__text + .p-management__text {
	margin-top: 2rem;
}

.p-mfsz {
	font-size: 1.25rem;
}

.p-management__sub--left {
	text-align: center;
}

.p-mv {
	height: inherit;
	padding-top: 56.25%;
}

.p-mv__text {
	bottom: 5.625rem;
	max-width: 43.75rem;
	right: 6.588579795vw;
	width: 51.2445095168vw;
}

.p-partner {
	padding-bottom: 10rem;
}

.p-partner::before {
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	height: 33.9677891654vw;
	max-height: 29rem;
}

.p-partner__img {
	margin-left: 0;
	margin-left: initial;
	margin-top: 2.5rem;
	width: 100%;
}

.p-partner__img::after {
	padding-top: 33.98148%;
}

.p-partner__subtitle {
	bottom: 3.625rem;
	font-size: 2.5rem;
	font-weight: 700;
	left: 4rem;
}

.p-partner__textWrap {
	font-size: 1rem;
}

.p-partner__text {
	font-size: 1rem;
	text-align: center;
}

.p-partner__text + .p-partner__text {
	margin-top: 1.6875rem;
}

.p-partner__icons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3rem;
}

.p-partner__icon:nth-child(2n) {
	margin-left: 0;
	margin-left: initial;
}

.p-partner__icon:nth-child(n+2) {
	margin-left: 1.5rem;
}

.p-partner__icon:nth-child(n+3) {
	margin-top: 0;
}

.p-partner__icon {
	width: 12.5rem;
}

.p-partner__about {
	margin-top: 4.875rem;
}

.p-philosophy__inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.p-philosophy__title {
	margin-left: auto;
	margin-right: 0;
	width: 89.5%;
}

.p-philosophy__wrap {
	padding: 2.5rem 2.5rem 5rem;
}

.p-philosophy__h2 {
	margin-bottom: 1.125rem;
}

.p-philosophy__sub {
	margin-top: 5rem;
}

.p-philosophy__items {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1084px;
	padding-top: 2.5rem;
}

.p-philosophy__text {
	font-size: 1.25rem;
}

.p-philosophy__en {
	width: 61.56%;
}

.p-privacy::before {
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	height: 52.7818448023vw;
	max-height: 45.0625rem;
}

.p-privacy__text {
	font-size: 1rem;
}

.p-privacy__text + .p-privacy__text {
	margin-top: 1.75rem;
}

.p-privacy__content {
	padding: 1.5rem;
	padding-bottom: 0.9375rem;
}

.p-privacy__address p {
	font-size: 1rem;
}

.p-recruit__title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.p-recruit__title::after {
	bottom: -1rem;
	width: 8.875rem;
}

.p-recruit__textWrap {
	margin-top: 2.125rem;
}

.p-recruit__text {
	font-size: 1rem;
}

.p-recruit__btn {
	margin-top: 2.8125rem;
}

.p-solution-card__title {
	font-size: 1.875rem;
}

.p-solution-card__text {
	font-size: 1rem;
}

.p-solution-card2__img::after {
	padding-top: 70.58823%;
}

.p-solution-card2__title {
	font-size: 1rem;
}

.p-solution__title {
	font-size: 2.5rem;
}

.p-solution__items {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2.3125rem;
}

.p-solution__item + .p-solution__item {
	margin-top: 0;
}

.p-solution__item {
	max-width: 21.25rem;
	width: 100%;
}

.p-solution2 {
	padding-bottom: 10rem;
}

.p-solution2::before {
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
	height: 25.4375rem;
}

.p-solution2__items {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.p-solution2__item + .p-solution2__item {
	margin-top: 0;
}

.p-solution2__subtitle {
	font-size: 2.5rem;
}

.p-solution2__item {
	max-width: 21.25rem;
	width: 100%;
}

.p-top-header {
	height: 5.5rem;
}

.p-top-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

.p-top-header__logo {
	max-width: 23.75rem;
	width: 100%;
}

.p-top-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.p-vision::after {
	height: 29.7950219619vw;
	max-height: 25.4375rem;
	width: 62.22%;
}

.p-vision__sub-title {
	font-size: 1.5rem;
	letter-spacing: 0;
	padding-top: 2.5rem;
}

.p-vision__sub-img::before {
	padding-top: 21.9298245614%;
}

.p-vision__sub-img {
	width: 10.3%;
}

.p-vision__bgTitle::before {
	padding-top: 22.2707423581%;
}

.p-vision__bgTitle {
	margin-top: 0;
	width: 33.52%;
}

}

@media screen and (min-width: 1024px) {

.p-card__title {
	font-size: 1.25rem;
}

.p-solution-card2__title {
	font-size: 1.125rem;
}

.p-top-header__logo {
	max-width: 26.25rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1440px) {

.dropdown__btn {
	font-size: 1.125rem;
	margin-right: 1.5rem;
}

.p-top-header__inner {
	padding-left: 40px;
	padding-right: 40px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
