body {
	font-family: -apple-system, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
	color: #EDECE7;
	min-height: 100vh;
   min-height: -webkit-fill-available;
}

.u-mobile {
	display: none;
}

html {
	background-color: #132B52;
	min-height: -webkit-fill-available;
}

html.is-fixed {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	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;
}

main {
	overflow: hidden;
}

.c-border {
	background: -webkit-gradient(linear, left top, right top, from(#A3A3A3), color-stop(50%, #fff), to(#A3A3A3));
	background: linear-gradient(to right, #A3A3A3 0%, #fff 50%, #A3A3A3 100%);
	border-radius: 1.25rem;
	bottom: 0;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
	width: 0%;
}

.c-border.is-scroll {
	width: 100%;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, .16);
	box-shadow: 0 0 1.875rem rgba(0, 0, 0, .16);
	color: #6c6c6c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	height: 80px;
	height: 5rem;
	line-height: 1.16;
	max-width: 310px;
	max-width: 19.375rem;
	overflow: hidden;
	padding-left: 34px;
	padding-left: 2.125rem;
	position: relative;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	width: 100%;
}

.c-btn span {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.c-btn::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), color-stop(50%, #bbb), to(#6c6c6c));
	background: linear-gradient(#6c6c6c 0%, #bbb 50%, #6c6c6c 100%);
	border-radius: 50%;
	bottom: -400px;
	bottom: -25rem;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: -290px;
	left: -18.125rem;
	position: absolute;
	-webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	width: 10px;
	width: 0.625rem;
}

.c-btn span::before {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #6c6c6c;
	bottom: 5px;
	bottom: 0.3125rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: -90px;
	right: -5.625rem;
	-webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	width: 70px;
	width: 4.375rem;
}

.c-btn:hover {
	color: #fff;
	opacity: 1;
}

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

.c-btn:hover::before {
	height: 600px;
	height: 37.5rem;
	width: 600px;
	width: 37.5rem;
}

.c-card {
	background-color: #fff;
	height: 100%;
}

.c-card a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 min(20px, 20px) min(20px, 20px);
	padding: 0 min(1.25rem, 20px) min(1.25rem, 20px);
	width: 100%;
}

.c-card__img {
	margin-left: -20px;
	margin-left: -1.25rem;
	position: relative;
	width: calc(100% + 2.5rem);
}

.c-card__img::before {
	content: "";
	display: block;
	padding-top: 56.189%;
}

.c-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-card__cats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-left: -0.5rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.c-card__cat {
	background-color: #324B88;
	color: #fff;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	line-height: min(23px, 23px);
	line-height: min(1.4375rem, 23px);
	margin-left: 8px;
	margin-left: 0.5rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	padding: 3px 12px;
	padding: 0.1875rem 0.75rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.c-card__title {
	color: #132B52;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-card__date {
	color: #132B52;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	font-weight: bold;
	margin-top: auto;
}

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

.c-text {
	font-size: min(18px, 18px);
	font-size: min(1.125rem, 18px);
	line-height: 1.15;
}

.c-title {
	color: #fff;
	font-size: min(48px, 48px);
	font-size: min(3rem, 48px);
	font-weight: bold;
	margin-left: 25px;
	margin-left: 1.5625rem;
	position: relative;
}

.c-title::before {
	background-color: #fff;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: -51px;
	left: -3.1875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 43px;
	width: 2.6875rem;
}

.c-title::after {
	bottom: 0;
	color: #669AF0;
	content: attr(data-title);
	font-family: great-vibes, sans-serif;
	font-size: min(90px, 90px);
	font-size: min(5.625rem, 90px);
	left: -45px;
	left: -2.8125rem;
	line-height: 113px;
	line-height: 7.0625rem;
	position: absolute;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: -1;
}

.l-footer {
	margin-top: 107px;
	margin-top: 6.6875rem;
}

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

.l-login {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-membership {
	margin-top: 80px;
	margin-top: 5rem;
}

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

.l-reset {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.l-subMv {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-about {
	overflow: hidden;
	padding-bottom: 112px;
	padding-bottom: 7rem;
	padding-top: 130px;
	padding-top: 8.125rem;
	position: relative;
}

.p-about .c-border {
	max-width: 394px;
	max-width: 24.625rem;
}

.p-about__subtitle {
	color: #B7F3FF;
	font-size: min(34px, 34px);
	font-size: min(2.125rem, 34px);
	font-weight: bold;
	line-height: 1.1777777778;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-about__text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-about__img {
	opacity: 0.75;
	position: absolute;
	right: -40px;
	right: -2.5rem;
	top: 0;
	width: 40vw;
}

.p-archive {
	padding-top: 165px;
	padding-top: 10.3125rem;
}

.p-archive__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: min(18px, 18px);
	font-size: min(1.125rem, 18px);
	font-weight: bold;
	line-height: 1.5;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-archive__cats {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-archive__cat {
	background-color: #324B88;
	color: #fff;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	line-height: min(23px, 23px);
	line-height: min(1.4375rem, 23px);
	margin-top: 11px;
	margin-top: 0.6875rem;
	padding: 3px 12px;
	padding: 0.1875rem 0.75rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-archive__cat + .p-archive__cat {
	margin-left: 16px;
	margin-left: 1rem;
}

.p-archive__cards {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-archive__cards--consulting {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-archive__navi {
	margin-top: 130px;
	margin-top: 8.125rem;
}

.p-cards {
	gap: 36px 48px;
	gap: 2.25rem 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-case {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 155px;
	padding-top: 9.6875rem;
	position: relative;
}

.p-case .c-border {
	max-width: 850px;
	max-width: 53.125rem;
}

.p-case__items {
	gap: 105px;
	gap: 6.5625rem;
	display: grid;
	margin: 0 auto;
	margin-top: 59px;
	margin-top: 3.6875rem;
	max-width: 1000px;
	max-width: 62.5rem;
}

.p-case__item {
	position: relative;
}

.p-case__subtitle {
	color: #82D1F1;
	font-size: min(28px, 28px);
	font-size: min(1.75rem, 28px);
}

.p-case__text {
	line-height: 1.25;
	margin-top: 26px;
	margin-top: 1.625rem;
	max-width: 700px;
	max-width: 43.75rem;
}

.p-case__img {
	position: absolute;
	top: 0;
}

.p-case__img--1 {
	right: 49px;
	right: 3.0625rem;
	width: 69px;
	width: 4.3125rem;
}

.p-case__img--2 {
	right: 8px;
	right: 0.5rem;
	width: 144px;
	width: 9rem;
}

.p-case__img--3 {
	right: 15px;
	right: 0.9375rem;
	width: 138px;
	width: 8.625rem;
}

.p-case__img--4 {
	right: 8px;
	right: 0.5rem;
	width: 144px;
	width: 9rem;
}

.p-case__img--5 {
	right: 8px;
	right: 0.5rem;
	width: 144px;
	width: 9rem;
}

.p-case__img--6 {
	right: 12px;
	right: 0.75rem;
	width: 150px;
	width: 9.375rem;
}

.p-case__img--7 {
	right: 46px;
	right: 2.875rem;
	width: 91px;
	width: 5.6875rem;
}

.p-company {
	overflow: hidden;
	padding-bottom: 368px;
	padding-bottom: 23rem;
	padding-top: 230px;
	padding-top: 14.375rem;
	position: relative;
}

.p-company .c-border {
	max-width: 100%;
}

.p-company__info {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-company__info p {
	font-size: min(18px, 18px);
	font-size: min(1.125rem, 18px);
	line-height: 1.3448275862;
}

.p-company__info p + p {
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-company__btn {
	margin-top: 91px;
	margin-top: 5.6875rem;
}

.p-company__figure {
	left: calc(50% + 13.5625rem);
	position: absolute;
	top: 0;
	width: min(31.6vw, 405px);
	width: min(31.6vw, 25.3125rem);
}

.p-company__img {
	position: absolute;
	right: 0;
	top: min(566px, 566px);
	top: min(35.375rem, 566px);
	width: min(60.9vw, 780px);
}

.p-contact {
	padding-top: 149px;
	padding-top: 9.3125rem;
}

.p-contact__tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-contact__tel-icon {
	width: 47px;
	width: 2.9375rem;
}

.p-contact__tel a {
	display: inline-block;
	font-size: min(40px, 40px);
	font-size: min(2.5rem, 40px);
	font-weight: bold;
	margin-left: 27px;
	margin-left: 1.6875rem;
}

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

.p-contactUs {
	padding-top: 128px;
	padding-top: 8rem;
}

.p-contactUs__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: min(18px, 18px);
	font-size: min(1.125rem, 18px);
	font-weight: bold;
	line-height: 1.5;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-contactUs__tel {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-contactUs__subtitle {
	color: #82D1F1;
	font-size: min(30px, 30px);
	font-size: min(1.875rem, 30px);
}

.p-contactUs__number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contactUs__tel-icon {
	width: 47px;
	width: 2.9375rem;
}

.p-contactUs__number a {
	color: #fff;
	display: inline-block;
	font-size: min(40px, 40px);
	font-size: min(2.5rem, 40px);
	font-weight: bold;
	margin-left: 17px;
	margin-left: 1.0625rem;
}

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

.p-contactUs__form-main {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-drawer {
	background-color: #4F5576;
	top:3.75rem;
	display: none;
	height:calc(100vh - 3.75rem);
	overflow-y: scroll;
	position: fixed;
	right: 0;
	width: 350px;
	width: 21.875rem;
}

.p-drawer__inner {
	padding-bottom: 231px;
	padding-bottom: 14.4375rem;
	padding-top: 133px;
	padding-top: 8.3125rem;
	position: relative;
}

.p-drawer__link + .p-drawer__link {
	margin-top: 67px;
	margin-top: 4.1875rem;
}

.p-drawer__link a {
	display: block;
}

.p-drawer__ja {
	font-size: 22px;
	font-size: 1.375rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.p-drawer__ja::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 50%;
	max-width: 180px;
	max-width: 11.25rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-drawer__en {
	color: #669AF0;
	font-family: great-vibes, sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	text-align: center;
}

.p-drawer__img {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 230px;
	width: 14.375rem;
}

.p-footer {
	background-color: #3E4C65;
	padding: 17px 0;
	padding: 1.0625rem 0;
}

.p-footer__copy {
	color: #fff;
	text-align: center;
}

.p-form {
	background-color: #fff;
	padding: 45px 35px 35px 45px;
	padding: 2.8125rem 2.1875rem 2.1875rem 2.8125rem;
}

.p-form__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-form__row + .p-form__row {
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.p-form__row dt {
	color: #132B52;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	font-weight: bold;
	max-width: 320px;
	max-width: 20rem;
	position: relative;
	width: 100%;
}

.p-form__row dt::before {
	background-color: #132B52;
	color: #fff;
	content: "必須";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(16px, 16px);
	font-size: min(1rem, 16px);
	font-weight: bold;
	height: 24px;
	height: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	width: 3.125rem;
}

.p-form__row--none dt::before {
	display: none;
}

.p-form__row--message dt::before {
	display: none;
}

.p-form__row dd {
	margin-left: 100px;
	margin-left: 6.25rem;
	width: calc(100% - 26.25rem);
}

.p-form__row input {
	border: 1px solid #707070;
	display: inline-block;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	padding: 0 0.5em;
	width: 100%;
}

.p-form__row textarea {
	border: 1px solid #707070;
	display: inline-block;
	font-size: min(30px, 30px);
	font-size: min(1.875rem, 30px);
	height: 211px;
	height: 13.1875rem;
	padding: 0 0.5em;
	resize: none;
	width: 100%;
}

.p-form__submit {
	-webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, .16);
	box-shadow: 0 0 1.875rem rgba(0, 0, 0, .16);
	margin: 0 auto;
	margin-top: 73px;
	margin-top: 4.5625rem;
	max-width: 310px;
	max-width: 19.375rem;
	position: relative;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.p-form__submit-btn {
	overflow: hidden;
	position: relative;
}

.p-form__submit-btn::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), color-stop(50%, #bbb), to(#6c6c6c));
	background: linear-gradient(#6c6c6c 0%, #bbb 50%, #6c6c6c 100%);
	border-radius: 50%;
	bottom: -400px;
	bottom: -25rem;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: -290px;
	left: -18.125rem;
	position: absolute;
	-webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	width: 10px;
	width: 0.625rem;
	z-index: 1;
}

.p-form__submit-btn:hover::before {
	height: 600px;
	height: 37.5rem;
	width: 600px;
	width: 37.5rem;
}

.p-form__submit .c-btn {
	padding-left: 96px;
	padding-left: 6rem;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.p-form__submit span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #6c6c6c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: min(25px, 25px);
	font-size: min(1.5625rem, 25px);
	height: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	left: 0;
	padding-left: 96px;
	padding-left: 6rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	top: 0;
	-webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	width: 100%;
	z-index: 2;
}

.p-form__submit-btn::after {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #6c6c6c;
	bottom: 33px;
	bottom: 2.0625rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 67px;
	right: 4.1875rem;
	-webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
	width: 70px;
	width: 4.375rem;
	z-index: 2;
}

.p-form__submit-btn:hover span {
	color: #fff;
}

.p-form__submit-btn:hover::after {
	background-color: #fff;
}

.wpcf7-response-output {
	color: #000;
}

.p-globalNav {
	height: 100%;
}

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

.p-globalNav__link {
	height: inherit;
}

.p-globalNav__link + .p-globalNav__link {
	margin-left: 46px;
	margin-left: 2.875rem;
}

.p-globalNav__link a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: inherit;
	place-items: center;
}

.p-hamburger {
	display: none;
}

.p-hamburger.is-active span {
	background-color: #fff;
}

.p-hamburger.is-active span:first-child {
	left: 0;
	top: 30px;
	top: 1.875rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-hamburger.is-active span:last-child {
	left: 0;
	top: 30px;
	top: 1.875rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-hamburger span {
	background-color: #fff;
	border-radius: 22px;
	display: inline-block;
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 85%;
}

.p-hamburger span:first-child {
	top: 25px;
	top: 1.5625rem;
}

.p-hamburger span:last-child {
	top: 35px;
	top: 2.1875rem;
}

.p-header {
	height: 100px;
	height: 6.25rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.p-header--sub {
	background-color: #132B52;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	place-items: center;
	width: 263px;
	width: 16.4375rem;
}

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

.p-header__drawer {
	display: none;
}

.p-info {
	padding-top: 128px;
	padding-top: 8rem;
}

.p-info__subtitle {
	color: #82D1F1;
	font-size: min(30px, 30px);
	font-size: min(1.875rem, 30px);
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-info__main {
	background-color: #fff;
	margin-top: 100px;
	margin-top: 6.25rem;
	padding: 90px 70px 100px;
	padding: 5.625rem 4.375rem 6.25rem;
}

.p-info__main dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-info__main dl + dl {
	margin-top: 81px;
	margin-top: 5.0625rem;
}

.p-info__main dt {
	color: #132B52;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	font-weight: bold;
	line-height: 2;
	max-width: 150px;
	max-width: 9.375rem;
	position: relative;
	width: 100%;
}

.p-info__main dt::before {
	background-color: #82D1F1;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: -15px;
	top: -0.9375rem;
	width: 80px;
	width: 5rem;
}

.p-info__main dd {
	color: #132B52;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
	line-height: 2;
	margin-left: 60px;
	margin-left: 3.75rem;
}

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

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

.p-login .swpm-login-widget-form,
.p-login .swpm-registration-widget-form {
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-login .swpm-login-form-submit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: min(16px, 16px);
	font-size: min(1rem, 16px);
	height: 30px;
	height: 1.875rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color:#000 !important;
}

.p-login .swpm-login-submit {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-login .swpm-login-form-submit:hover {
	opacity: 0.7;
}

.swpm-remember-me .swpm-remember-checkbox input,
.swpm-registration-widget-form input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	display: inline-block;
}

.swpm-registration-widget-form input {
	background-color: #fff;
	border: 1px solid #669AF0;
}

.swpm-forgot-pass-link {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.swpm-forgot-pass-link a {
	text-decoration: underline;
}

.swpm-join-us-link a {
	text-decoration: underline;
}

.swpm-registration-widget-form table {
	border-collapse: separate;
	border-spacing: 5px;
}

.swpm-registration-submit-section {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.swpm-post-not-logged-in-msg a {
	font-weight: bold;
	text-decoration: underline;
}

.swpm-login-widget-form input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #fff;
}

input.swpm-username-field {
	width: 100%;
}

input.swpm-password-field {
	width: 100%;
}

.swpm-login-widget-logged {
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	padding: 20px;
	padding: 1.25rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.swpm-logged-username,
.swpm-logged-status,
.swpm-logged-membership,
.swpm-logged-expiry {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(20px, 20px);
	font-size: min(1.25rem, 20px);
}

.swpm-logged-username div:nth-child(1),
.swpm-logged-status div:nth-child(1),
.swpm-logged-membership div:nth-child(1),
.swpm-logged-expiry div:nth-child(1) {
	width: 220px;
	width: 13.75rem;
}

.swpm-logged-username div:nth-child(2),
.swpm-logged-status div:nth-child(2),
.swpm-logged-membership div:nth-child(2),
.swpm-logged-expiry div:nth-child(2) {
	width: calc(100% - 13.75rem);
}

.swpm-edit-profile-link,
.swpm-logged-logout-link {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.swpm-edit-profile-link a,
.swpm-logged-logout-link a {
	-webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
	display: inline-block;
	height: 50px;
	height: 3.125rem;
	line-height: 50px;
	line-height: 3.125rem;
	text-align: center;
	width: 100%;
}

.swpm_error {
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 1000px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-member {
	padding-bottom: 122px;
	padding-bottom: 7.625rem;
	padding-top: 156px;
	padding-top: 9.75rem;
	position: relative;
}

.p-member--info {
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-member .c-border {
	max-width: 1160px;
	max-width: 72.5rem;
}

.p-member__system {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.p-member__subtitle {
	color: #82D1F1;
	font-size: min(30px, 30px);
	font-size: min(1.875rem, 30px);
}

.p-member__subtitle span {
	display: inline-block;
	font-size: min(15px, 15px);
	font-size: min(0.9375rem, 15px);
	margin-left: 1em;
}

.p-member__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: min(16px, 16px);
	font-size: min(1rem, 16px);
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-member__price {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.p-member__box {
	background-color: #fff;
	color: #132B52;
	margin-top: 28px;
	margin-top: 1.75rem;
	padding: 65px 30px 35px;
	padding: 4.0625rem 1.875rem 2.1875rem;
}

.p-member__box dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: relative;
}

.p-member__box dl::before {
	background-color: #142b52;
	bottom: 0;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-member__box dl + dl {
	margin-top: 56px;
	margin-top: 3.5rem;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
}

.p-member__box dt {
	font-size: min(30px, 30px);
	font-size: min(1.875rem, 30px);
	font-weight: bold;
	width: 28%;
}

.p-member__box dd:nth-child(2) {
	font-size: min(25px, 25px);
	font-size: min(1.5625rem, 25px);
	font-weight: bold;
	width: 24%;
}

.p-member__box dd:last-child {
	font-size: min(15px, 15px);
	font-size: min(0.9375rem, 15px);
	font-weight: bold;
	width: 48%;
}

.p-member__box dd:last-child span {
	color: #FF0000;
	display: inline-block;
	font-size: min(15px, 15px);
	font-size: min(0.9375rem, 15px);
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.p-member__smallText {
	font-size: min(15px, 15px);
	font-size: min(0.9375rem, 15px);
	font-weight: bold;
	margin-top: 58px;
	margin-top: 0.625rem;
}

.p-member__smallText span {
	color: #FF0000;
	font-size: min(15px, 15px);
	font-size: min(0.9375rem, 15px);
}

.p-member__attention {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	line-height: 1.25;
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-member__btn {
	margin-top: 89px;
	margin-top: 5.5625rem;
}

.p-membership__inner.l-inner {
	max-width: 1000px;
	max-width: 62.5rem;
}

.p-membership__units {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-membership__unit:nth-child(2) {
	border-left: 2px solid #fff;
}

.p-membership__subtitle {
	font-size: min(30px, 30px);
	font-size: min(1.875rem, 30px);
	font-weight: bold;
	text-align: center;
}

.p-membership__btn {
	margin: 0 auto;
	margin-left: 56px;
	margin-left: 3.5rem;
	text-align: center;
}

.p-mv {
	height: 100vh;
	position: relative;
}

.p-mv__inner.l-inner {
	max-width: unset;
	padding: 0;
}

.p-mv__img {
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.p-mv__img img {
	-webkit-animation: scale 150s linear;
	animation: scale 150s linear;
	max-width: unset;
	width: 100%;
}

.p-mv__content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-mv__subtitle {
	color: #fff;
	font-family: great-vibes, sans-serif;
	font-size: 90px;
	font-size: 5.625rem;
	font-weight: 400;
	line-height: 113px;
	line-height: 7.0625rem;
	margin-left: 17px;
	margin-left: 1.0625rem;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.p-mv__title {
	color: #fff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 47px;
	line-height: 2.9375rem;
	margin-left: 215px;
	margin-left: 13.4375rem;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-news {
	padding-bottom: 95px;
	padding-bottom: 5.9375rem;
	padding-top: 186px;
	padding-top: 11.625rem;
	position: relative;
}

.p-news--home {
	padding-top: 80px;
	padding-top: 5rem;
}

.p-news .c-border {
	max-width: 549px;
	max-width: 34.3125rem;
}

.p-news__links {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-news__link {
	border-bottom: 1px solid #fff;
}

.p-news__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: min(17px, 17px);
	font-size: min(1.0625rem, 17px);
	padding: 25px 65px 25px;
	padding: 1.5625rem 0.0625rem 1.5625rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-news__link a:hover {
	background-color: rgba(255, 255, 255, .2);
}

.p-news__link-date {
	color: #669AF0;
	width: 150px;
	width: 9.375rem;
}

.p-news__link-title {
	font-size: min(17px, 17px);
	font-size: min(1.0625rem, 17px);
	text-align: left;
	width: calc(100% - 9.375rem);
	margin-left: 5%!important;
}

.p-news__btn {
	margin-left: auto;
	margin-top: 95px;
	margin-top: 5.9375rem;
	max-width: 310px;
	max-width: 19.375rem;
}

.p-news__navi {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.navigation {
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	text-align: center;
}

.nav-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-links .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #132B52;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	height: 40px;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	width: 2.5rem;
}

.nav-links .page-numbers.current {
	opacity: 0.8;
}

.nav-links .page-numbers {
	margin: 0 15px;
	margin: 0 0.9375rem;
}

.nav-links .prev {
	display: none;
}

.nav-links .next {
	display: none;
}

.p-profile__content {
	margin-top: 200px;
	margin-top: 12.5rem;
}

.swpm-validate-form table {
	margin: 0 auto;
	max-width: 940px;
	max-width: 58.75rem;
}

#swpm-editprofile-form {
	background-color: #fff;
	margin: 0 auto;
	max-width: 940px;
	max-width: 58.75rem;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

#swpm-editprofile-form label,
#swpm-editprofile-form td {
	color: #000;
}

#swpm-editprofile-form input,
#swpm-editprofile-form select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #fff;
	outline: 1px solid #132B52;
}

.swpm-profile-update-success {
	color: #fff;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	text-align: center;
}

.p-reset__content {
	margin-top: 150px;
	margin-top: 9.375rem;
}

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

.swpm-pw-reset-widget-form {
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.swpm-pw-reset-widget-form input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #fff;
	width: 100%;
}

.swpm-pw-reset-submit-button input {
	width: auto;
}

.p-service {
	padding-bottom: 137px;
	padding-bottom: 8.5625rem;
	padding-top: 252px;
	padding-top: 15.75rem;
	position: relative;
}

.p-service .c-border {
	max-width: 661px;
	max-width: 41.3125rem;
}

.p-service__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 66px;
	margin-top: 4.125rem;
	max-width: 850px;
	max-width: 53.125rem;
	width: 100%;
}

.p-service__item {
	background-color: #D9D9D9;
	padding: 65px 0 22px;
	padding: 4.0625rem 0 1.375rem;
	width: calc(33.3333% - 2.45833rem);
}

.p-service__item:nth-child(2),
.p-service__item:nth-child(3),
.p-service__item:nth-child(5) {
	margin-left: 59px;
	margin-left: 3.6875rem;
}

.p-service__item:nth-child(n+4) {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-service__img {
	height: 86px;
	height: 5.375rem;
}

.p-service__img img {
	height: 100%;
	margin: 0 auto;
	max-height: 100%;
	width: auto;
}

.p-service__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(18px, 18px);
	font-size: min(1.125rem, 18px);
	font-weight: bold;
	height: 44px;
	height: 2.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
	margin-top: 2.1875rem;
	text-align: center;
}

.p-single__inner.l-inner {
	max-width: 950px;
	max-width: 59.375rem;
}

.p-single__content {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-single__date {
	font-size: min(16px, 16px);
	font-size: min(1rem, 16px);
}

.p-single__content-title {
	font-size: min(48px, 48px);
	font-size: min(2.55rem, 48px);
}

.p-single__content-thumb {
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
	width: 100%;
}

.p-single__content-thumb::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.p-single__content-thumb img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-single__btn {
	margin: 0 auto;
	margin-top: 89px;
	margin-top: 5.5625rem;
}

.p-subMv {
	position: relative;
}

.p-subMv__inner.l-inner {
	max-width: unset;
	padding: 0;
	width: 100%;
}

.p-subMv__img {
	width: 100%;
}

.p-subMv__img::before {
	background: rgba(19, 43, 82, .41);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-subMv__title {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

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

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

html {
	font-size: 1.25vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 1;
}

.c-border {
	height: 0.3125rem;
}

.c-btn {
	color: #fff;
	font-size: 0.625rem;
	height: 2.4375rem;
	max-width: 9.5625rem;
	padding-left: 1.0625rem;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.c-btn::before {
	bottom: -18.75rem;
	height: 28.125rem;
	width: 28.125rem;
}

.c-btn span::before {
	background-color: #fff;
	bottom: 0;
	right: -2.875rem;
	width: 2.125rem;
}

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

.c-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 0.8125rem;
}

.c-title {
	font-size: 1.875rem;
	margin-left: 1.75rem;
}

.c-title::before {
	height: 0.125rem;
	left: -1.6875rem;
	width: 1.5625rem;
}

.c-title::after {
	font-size: 2.5rem;
	left: -1.25rem;
}

.l-footer {
	margin-top: 0;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 16px;
	padding-right: 16px;
}

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

.l-profile {
	margin-bottom: 12.5rem;
}

.l-reset {
	margin-bottom: 12.5rem;
}

.l-subMv {
	padding-top: 3.75rem;
}

.p-about {
	padding-bottom: 3.5rem;
	padding-top: 6.75rem;
}

.p-about .c-border {
	max-width: 5rem;
}

.p-about__subtitle {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 1.25rem;
}

.p-about__img {
	right: -3.6875rem;
	top: 1.8125rem;
	width: 17.1875rem;
}

.p-archive {
	padding-top: 6.25rem;
}

.p-archive__text {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-archive__cats {
	margin-top: 2.625rem;
}

.p-archive__cat {
	font-size: min(1rem, 16px);
}

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

.p-archive__cards--consulting {
	margin-top: 2.625rem;
}

.p-archive__navi {
	margin-top: 2.625rem;
}

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

.p-case {
	padding-bottom: 4.6875rem;
	padding-top: 6.5625rem;
}

.p-case .c-border {
	max-width: 17.3125rem;
}

.p-case__items {
	gap: 2rem;
	margin-top: 2.125rem;
}

.p-case__subtitle {
	font-size: 0.8125rem;
}

.p-case__text {
	font-size: 0.625rem;
	margin-top: 0;
	max-width: 18.125rem;
}

.p-case__img--1 {
	right: 1.25rem;
	width: 1.875rem;
}

.p-case__img--2 {
	right: 0;
	width: 3.75rem;
}

.p-case__img--3 {
	right: 0;
	width: 3.5625rem;
}

.p-case__img--4 {
	right: 0;
	width: 3.75rem;
}

.p-case__img--5 {
	right: 0;
	top: 1.5rem;
	width: 3.75rem;
}

.p-case__img--6 {
	right: 0;
	top: 2.125rem;
	width: 4.1875rem;
}

.p-case__img--7 {
	right: 0.6875rem;
	top: 1.125rem;
	width: 2.5rem;
}

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

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

.p-company__info p {
	font-size: 0.6875rem;
}

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

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

.p-company__figure {
	left: auto;
	left: initial;
	right: 0;
	top: 3.25rem;
	width: 10.25rem;
	z-index: 1;
}

.p-company__img {
	top: 17rem;
	width: min(71.5vw, 16.75rem);
	z-index: -1;
}

.p-contact {
	padding-top: 4.8125rem;
}

.p-contact__text {
	font-size: 0.8125rem;
	margin-top: 2.125rem;
}

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

.p-contact__tel-icon {
	width: 1.5625rem;
}

.p-contact__tel a {
	font-size: 1.25rem;
	margin-left: 0.8125rem;
}

.p-contact__form {
	margin-left: calc(50% - 50vw);
	margin-top: 2.4375rem;
	width: 100vw;
}

.p-contactUs__text {
	font-size: 0.8125rem;
}

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

.p-contactUs__subtitle {
	font-size: 0.9375rem;
}

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

.p-contactUs__tel-icon {
	width: 1.5rem;
}

.p-contactUs__number a {
	font-size: 1.25rem;
	margin-left: 0.8125rem;
}

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

.p-contactUs__form-main {
	margin-left: calc(50% - 50vw);
	margin-top: 2.4375rem;
	width: 100vw;
}

.p-form__row {
	display: block;
}

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

.p-form__row dt {
	font-size: 0.875rem;
	width: 52%;
}

.p-form__row dt::before {
	font-size: 0.625rem;
	height: 1rem;
	width: 1.875rem;
}

.p-form__row dd {
	margin-left: 0;
	margin-top: 0.3125rem;
	width: 100%;
}

.p-form__row input {
	font-size: 0.75rem;
	padding: 0.5em;
}

.p-form__row textarea {
	font-size: 0.75rem;
	height: 5.125rem;
	padding: 0.5em;
}

.p-form__submit {
	margin-top: 2.8125rem;
	max-width: 9.5625rem;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.p-form__submit-btn::before {
	bottom: -18.75rem;
	height: 28.125rem;
	width: 28.125rem;
}

.p-form__submit-btn:hover::before {
	height: 28.125rem;
	width: 28.125rem;
}

.p-form__submit span {
	color: #fff;
	font-size: 0.6875rem;
	padding-left: 1rem;
}

.p-form__submit-btn::after {
	background-color: #fff;
	bottom: 1.0625rem;
	width: 2.1875rem;
}

.p-hamburger {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-header {
	height: 3.75rem;
}

.p-header__inner.l-inner {
	max-width: unset;
}

.p-header__logo {
	width: 13.9375rem;
}

.p-header__globalNav {
	display: none;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	width: 2.8125rem;
}

.p-header__drawer {
	display: block;
}

.p-info__subtitle {
	font-size: 0.9375rem;
}

.p-info__main {
	margin-top: 1.875rem;
	padding: 2.5rem 1.5625rem 2.5rem;
}

.p-info__main dl {
	display: block;
}

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

.p-info__main dt {
	font-size: 1rem;
	width: 100%;
}

.p-info__main dt::before {
	height: 0.1875rem;
}

.p-info__main dd {
	font-size: 0.75rem;
	margin-left: 0;
	width: 100%;
}

.p-member {
	overflow: hidden;
	padding-bottom: 4.125rem;
	padding-top: 6.3125rem;
}

.p-member--info {
	padding-top: 2.5rem;
}

.p-member .c-border {
	max-width: 21.9375rem;
}

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

.p-member__subtitle {
	font-size: 0.9375rem;
}

.p-member__subtitle span {
	font-size: 0.625rem;
}

.p-member__text {
	font-size: 0.625rem;
	margin-top: 1.0625rem;
}

.p-member__box {
	margin-top: 0.9375rem;
	padding: 1.1875rem 0.6875rem 1.4375rem;
}

.p-member__box dl {
	gap: 0.875rem 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 1rem 0.6875rem;
}

.p-member__box dl::before {
	height: 0.125rem;
}

.p-member__box dl + dl {
	margin-top: 1.6875rem;
}

.p-member__box dt {
	font-size: 0.875rem;
	width: 100%;
}

.p-member__box dd:nth-child(2) {
	font-size: 0.875rem;
	width: 100%;
}

.p-member__box dd:last-child {
	font-size: 0.625rem;
	grid-column: 1/3;
	position: relative;
	width: 100%;
}

.p-member__box dd:last-child span {
	font-size: 0.625rem;
	position: absolute;
	width: 100%;
}

.p-member__smallText {
	font-size: 0.625rem;
	margin-top: 1rem;
}

.p-member__smallText span {
	font-size: 0.625rem;
}

.p-member__attention {
	font-size: 0.625rem;
	margin-top: 0.75rem;
}

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

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

.p-membership__unit:nth-child(2) {
	border-left: none;
}

.p-membership__subtitle {
	font-size: min(1.125rem, 18px);
}

.p-membership__btn {
	margin-left: 0rem;
	margin-top: 0.625rem;
	width: 100%;
}

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

.p-mv__content {
	width: 100%;
}

.p-mv__subtitle {
	font-size: 2.5rem;
	margin-left: 0;
}

.p-mv__title {
	font-size: 1.25rem;
	line-height: 1.4375rem;
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-news {
	padding-bottom: 1.625rem;
	padding-top: 3.875rem;
}

.p-news--home {
	padding-top: 2.5rem;
}

.p-news .c-border {
	max-width: 10.125rem;
}

.p-news__links {
	margin-top: 1.125rem;
}

.p-news__link a {
	padding: 1.5625rem 0 0.5rem;
}

.p-news__link-date {
	font-size: 0.8125rem;
	width: 7.5rem;
}

.p-news__link-title {
	font-size: 0.8125rem;
	width: calc(100% - 7.5rem);
	margin-left: 5%;
}

.p-news__btn {
	margin-top: 2.6875rem;
	max-width: 9.5625rem;
}

.p-news__navi {
	margin-top: 2.625rem;
}

.navigation {
	padding-bottom: 7.5rem;
}

.nav-links .page-numbers {
	font-size: 1rem;
	height: 1.875rem;
	width: 1.875rem;
}

.nav-links .page-numbers {
	margin: 0 0.625rem;
}

.p-service {
	padding-bottom: 4rem;
	padding-top: 6.3125rem;
}

.p-service .c-border {
	max-width: 12.625rem;
}

.p-service__item {
	padding: 1.25rem 0 1.25rem;
	width: calc(50% - 0.5rem);
}

.p-service__item:nth-child(2),
.p-service__item:nth-child(3),
.p-service__item:nth-child(5) {
	margin-left: 0;
}

.p-service__item:nth-child(n+4) {
	margin-top: 0;
}

.p-service__item:nth-child(2n) {
	margin-left: 1rem;
}

.p-service__item:nth-child(n+3) {
	margin-top: 1rem;
}

.p-service__img {
	height: 5rem;
}

.p-service__text {
	font-size: 0.625rem;
	height: 1.25rem;
	line-height: 1.1;
	margin-top: 0.625rem;
}

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

.p-single__content-title {
	font-size: 2rem;
}

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

.p-subMv {
	height: auto;
}

.p-subMv__img {
	height: 100%;
	position: relative;
	width: auto;
}

.p-subMv__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	max-width: unset;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes scale {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(5);
	transform: scale(5);
}

}

@keyframes scale {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(5);
	transform: scale(5);
}

}


.bank_info{
	margin-top: 5%;
}

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


/* 記事部分追加内容 */
.news_section a{
	text-decoration: underline;
	color: #82D1F1;
}
ol.mt_2 li{
	margin-top: 2%;
	padding-left: 40px;
	position: relative;
}
.mt_2 li::before{
	position: absolute;
	content: "";
	background: url(https://ppis.co.jp/wp-content/uploads/2023/12/check.png);
	background-size: cover;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.mt2-2 li{
	list-style:circle;
	padding-left: 10px;
}
.mt2-2 li::before{
	display: none;
}
.news_section h2{
	color: #82D1F1;
}
.news_section h3{
    margin-top: 5%;
    margin-bottom: 3%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1%;

}
table.table1{
	width: 110%;
	margin: 0 auto;
}
.news_section .table1 tr{
	margin-top: 2%;
	justify-content: flex-start;
    display: flex;
	flex-wrap: wrap;
}
.news_section .table1 tr th{
	width: 20%;
	text-align: left;
	line-height: 1.2;
}
.news_section .table1 tr td{
	width: 80%;
	text-align: left;
	line-height: 1.2;
    font-weight: 300;
	font-size: 0.9rem;
}
.news_section .table1 tr td.td2{
	width: 25%;
    margin-right: 1%;
	font-size: 0.9rem;
	line-height: 1.2;

}
ul.mt5{
	margin-left: 3%;
    margin-top: 2%;
}
ul.mt5 li{
	margin-top: 2%;
	list-style: circle;
}
ul.mt5 ul.mt5-2 li{
	margin-left: 3%;
    margin-top: 2%;
	list-style: number;
}

@media (max-width: 400px) {
	ol.mt_2 li {
		margin-top: 6%;
	}
	.mt_2 li::before {
		width: 20px;
		height: 20px;
		top: 0;
		left: 0;
	}
	ol.mt_2 li{
		margin-top: 6%;
		padding-left: 25px;
		position: relative;
	}
	ol.mt_2 li ul li{
		margin-top: 6%;
		padding-left: 5px;
		position: relative;
	}
	.news_section .table1 tr th {
		width: 100%;
		text-align: left;
		line-height: 1.2;
	}
	.news_section .table1 tr td {
		width: 90%;
		margin-top: 2%;
	}
	.news_section .table1 tr {
		margin-top: 2%;
		margin-bottom: 6%;
	}
}



.nara-table {
	table-layout: fixed;
	width:100%;
}


/* ヘッダー（朱色） */
.nara-table thead th {
	background:#4a639a;
	font-weight: bold;
	color:#fff;
}

/* ボディ項目・フッター項目 */
.nara-table tbody th,
.nara-table tfoot th {
	background:#FFF;
	color: #050505;
}

/* ボディデータ・フッターデータ */
.nara-table tbody td,
.nara-table tfoot td {
	/* text-align:center; */
	background: #3E4C65;
	padding: 5px;
	font-size: 0.8rem;
}


/* 偶数行　１行ごとの色変えが不要なら削除 */
.nara-table tr:nth-child(2n) th, 
.nara-table tr:nth-child(2n) td {
    /* background: #FBFBF6; */
}


/*（スマホ対応）文字が小さすぎたら調整してください。 */

/* 項目の多いテーブルの幅を調整 */
@media (max-width: 767px) {
	.col6t th,
	.col6t td{
		font-size:0.4em;
		padding: 10px 0px;
	}
	.col5t th,
	.col5t td{
		font-size:0.5em;
		padding: 10px 0px;
	}
	.col4t th,
	.col4t td{
		font-size:0.7em;
		padding: 10px 5px;
	}
	.col3t th,
	.col3t td{
		font-size:0.8em;
		padding: 10px 10px;
	}
}
