.u-desktop {
	display: none;
}

body {
	color: #000;
	font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
	font-weight: 500;
}

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

main {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: blur(10px);
}

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

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;
}

/* ホバー */

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

.c-borderTitle {
	color: #171C61;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.c-borderTitle::before {
	background: radial-gradient(circle farthest-side, #707070, #707070 30%, transparent 30%, transparent);
	background-position: bottom left;
	background-size: 0.625rem;
	bottom: 0;
	content: "";
	content: "";
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-btn {
	align-items: center;
	background-color: #1555FF;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1.125rem 0.625rem;
	width: 50%;
}

.c-btn span {
	padding-right: 1.5625rem;
	position: relative;
}

.c-btn span::after {
	-webkit-mask-image: url(../images/common/btn-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 0.8125rem;
	mask-image: url(../images/common/btn-icon.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

.c-btn--orange,
.c-btn--sm-orange,
.c-btn--lg-orange {
	background-color: #FF4D00;
}

.c-btn--sm-blue,
.c-btn--sm-orange {
	display: none;
}

.c-btn--sm-blue span,
.c-btn--sm-orange span {
	padding-right: 1.3125rem;
}

.c-btn--lg-blue,
.c-btn--lg-orange {
	border-radius: 50px;
	flex-direction: column;
	font-size: 1.25rem;
	height: 3.75rem;
	letter-spacing: 0.06em;
	line-height: 1;
	max-width: 21.8125rem;
	padding: 1.125rem 2.125rem 1.375rem 1.875rem;
	width: 100%;
}

.c-btn--lg-blue {
	background-color: #fff;
	color: #1555FF;
	filter: drop-shadow(4px 4px 0px #0033bc);
}

.c-btn--lg-orange {
	filter: drop-shadow(4px 4px 0px #B13906);
}

.c-btn--lg-blue span,
.c-btn--lg-orange span {
	padding-right: 1.875rem;
}

.c-btn--lg-blue span::after {
	background-color: #1555FF;
}

.c-btn--lg-blue span::after,
.c-btn--lg-orange span::after {
	height: 1.25rem;
	width: 1.25rem;
}

.c-btn--navy {
	background-color: #021861;
	color: #fff;
}

.c-btn--navy span::after {
	background-color: #fff;
}

.c-card {
	display: block;
}

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

.c-card__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem 0.625rem;
	margin-top: 1rem;
}

.c-card__cat {
	color: #1555FF;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.c-card__title {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5555555556;
	margin-top: 0.875rem;
}

.c-card__time {
	display: block;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	margin-top: 1.25rem;
}

.c-hamburger {
	background-color: #fff;
	border-bottom-left-radius: 15px;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #1555FF;
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 15%;
	transition: all 0.3s;
}

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

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

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

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

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

.c-hamburger.is-active span:nth-child(3) {
	right: -15%;
	top: 50%;
	transform: translateX(-50%) rotate(-45deg);
	width: 2.25rem;
}

.c-news {
	grid-gap: 1.25rem;
	border-bottom: 1px solid #000000;
	display: grid;
	gap: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 1.875rem;
	padding-top: 1.25rem;
	position: relative;
}

.c-news::before {
	background: url(../images/common/news-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.c-news__info {
	align-items: center;
	display: flex;
	gap: 1.75rem;
	justify-content: flex-start;
}

.c-news__time {
	font-family: serif;
	font-size: 0.9375rem;
	font-weight: bold;
}

.c-news__cat {
	background-color: #164E9D;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1;
	padding: 0.4375rem 2.0625rem;
}

.c-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 0.9375rem;
	font-weight: 400;
	overflow: hidden;
}

.c-noneText {
	font-size: 1rem;
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
	text-align: center;
}

.c-search {
	height: 2.875rem;
	position: relative;
}

.c-search button {
	background: url(../images/common/icon_search.svg) center center/1.5rem no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	width: 3.75rem;
}

.c-search input {
	border: 1px solid #BEBEBE;
	border-radius: 1.4375rem;
	display: inline-block;
	height: 100%;
	padding-left: 3.75rem;
	width: 100%;
}

.c-search input::-moz-placeholder {
	color: #BEBEBE;
}

.c-search input::placeholder {
	color: #BEBEBE;
}

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

.c-title__sub {
	color: rgba(255, 255, 255, 0.6);
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.1111111111;
	text-transform: uppercase;
}

.c-title__sub--lightBlue {
	color: rgba(211, 243, 255, 0.6);
}

.c-title__sub--blue {
	color: #D3F3FF;
}

.c-title__main {
	color: #1555FF;
	font-size: 1.7rem;
	letter-spacing: 0.06em;
	line-height: 1.1111111111;
	margin-top: -1.25rem;
}

.c-title__main--border {
	padding-bottom: 1.25rem;
	position: relative;
}

.c-title__main--border::before {
	background: radial-gradient(circle farthest-side, #707070, #707070 30%, transparent 30%, transparent);
	background-position: bottom left;
	background-size: 0.625rem;
	bottom: 0;
	content: "";
	content: "";
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-title__main--blue {
	color: #171C61;
}

.c-title__main span {
	color: #FF4D00;
	font-size: 1.7rem;
}

.c-underBg {
	position: relative;
}

.c-underBg::before {
	background-blend-mode: multiply;
	background-image: url("../images/common/bgLeft-sp.png"), url("../images/common/bgRight-sp.png");
	background-position: center center, center center;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	max-height: 19.5rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-cta--bottom {
	margin-top: 2.5rem;
}

.l-example {
	margin-top: 2.5rem;
}

.l-faq {
	margin-top: 1.875rem;
}

.l-improvement {
	margin-top: 2.5rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-left: 17px;
	padding-right: 17px;
	width: 100%;
}

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

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

.l-section {
	padding-top: 5rem;
}

.l-service {
	margin-top: 6.5rem;
}

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

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

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

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

.p-about__subTitle {
	color: #171C61;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}

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

.p-about__slider .slick-track {
	display: flex;
}

.p-about__slider .slick-slide {
	height: auto !important;
}

.p-about__slider .slide-arrow {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.p-about__slider .prev-arrow {
	left: -0.3125rem;
}

.p-about__slider .next-arrow {
	right: -0.3125rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-about__card {
	background-color: #EBF7FF;
	border-radius: 0.625rem;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	padding-bottom: 1.25rem;
}

.p-about__cardTitle {
	color: #1555FF;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1.25rem;
	text-align: center;
}

.p-about__img {
	border-radius: 1.25rem 1.25rem 0 0;
	overflow: hidden;
}

.p-about__lists {
	margin-top: 1.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-about__list {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4444444444;
}

.p-archive__pickup {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 70.625rem;
}

.p-archive__pickup .slide-arrow {
	bottom: -3.75rem;
	transform: translateY(0);
}

.p-archive__pickup .next-arrow {
	transform: translateY(0) rotate(180deg);
}

.p-archive__pickup .p-archive__card {
	margin: 0 0.9375rem;
}

.p-archive__wrap {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	margin-top: 7.5rem;
}

.p-archive__cards {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
}

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

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

.page-numbers {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: center;
}

.page-numbers.prev {
	width: 2.5rem;
}

.page-numbers.next {
	transform: rotate(180deg);
	width: 2.5rem;
}

.page-numbers.current {
	background-color: #D3F3FF;
	border-radius: 50%;
	height: 3.75rem;
	width: 3.75rem;
}

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

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

.p-aside__title {
	font-size: 1.125rem;
	padding-bottom: 1rem;
}

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

.p-aside__link {
	border-bottom: 1px solid #707070;
}

.p-aside__link a {
	display: block;
	font-size: 1rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

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

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

.p-aside__card .c-card__title {
	font-weight: 500;
}

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

.p-breadcrumb {
	background-color: #fff;
	border-top: 1px solid #707070;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.p-breadcrumb ol {
	align-items: center;
	display: flex;
	gap: 2em;
	justify-content: flex-start;
}

.p-breadcrumb li {
	position: relative;
}

.p-breadcrumb li span {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5714285714;
}

.p-breadcrumb li + li::before {
	align-items: center;
	content: ">";
	display: flex;
	height: 1em;
	justify-content: center;
	left: -1.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

.p-buttonArea {
	background-color: #164E9D;
}

.p-buttonArea__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-buttonArea__item {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

.p-buttonArea__c-btn {
	width: 100%;
}

.p-buttonArea__text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3333333333;
	padding-bottom: 0.625rem;
	text-align: center;
}

.p-contact__body {
	margin-top: 3.125rem;
	position: relative;
	z-index: 1;
}

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

.p-cta {
	position: relative;
}

.p-cta::before {
	background: url("../images/common/cta_bg-sp.jpg") center center/cover no-repeat;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-cta__inner {
	padding-bottom: 1.75rem;
	padding-top: 1.875rem;
}

.p-cta__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.p-cta__right {
	width: 100%;
}

.p-cta__logo {
	display: inline-block;
	padding-bottom: 1.25rem;
	position: relative;
}

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

.p-cta__logo::before {
	background: radial-gradient(circle farthest-side, #fff, #fff 30%, transparent 30%, transparent);
	background-position: bottom left;
	background-size: 0.625rem;
	bottom: 0;
	content: "";
	content: "";
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-cta__logoText,
.p-cta__btnText {
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.p-cta__logoText {
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin-top: 1.25rem;
}

.p-cta__btnText {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin-top: 1.875rem;
}

.p-cta__btnText span {
	color: #FFEB00;
}

.p-cta__c-btn {
	margin-top: 0.9375rem;
	text-align: center;
}

.p-drawer {
	background: #fff;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding-bottom: 5.625rem;
	padding-top: 3.125rem;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-drawer__globalNav {
	padding: 3.125rem 0.625rem;
}

.p-example__inner.l-inner {
	max-width: 34.375rem;
	padding: 0 0.3125rem;
}

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

.p-example__text {
	color: #171C61;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3333333333;
	margin-top: 2.5rem;
	margin-top: 3.75rem;
	padding-bottom: 1.25rem;
	position: relative;
}

.p-example__text.u-mobile {
	display: block;
}

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

.p-example__text::before {
	background: radial-gradient(circle farthest-side, #707070, #707070 30%, transparent 30%, transparent);
	background-position: bottom left;
	background-size: 0.625rem;
	bottom: 0;
	content: "";
	content: "";
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-example__items {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
	padding: 0 0.75rem;
}

.p-example__item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-example__itemTitle {
	align-items: center;
	background-color: #1A45CB;
	border-radius: 35px;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.25;
	padding: 0.625rem 0.3125rem;
	text-align: center;
}

.p-example__itemTitle--darkBlue {
	background-color: #171C61;
}

.p-example__image {
	aspect-ratio: 355/228;
}

.p-example__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-faq__content {
	margin-top: 1.3125rem;
}

.p-faq__item {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 0.75rem 0.625rem 0.75rem;
}

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

.p-faq__itemTitle {
	position: relative;
}

.p-faq__itemTitle::before,
.p-faq__itemTitle::after {
	background-color: #707070;
	content: "";
	display: inline-block;
	height: 0.125rem;
	position: absolute;
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 1.25rem;
}

.p-faq__itemTitle::before {
	opacity: 1; /* 開いている時 */
}

.p-faq__itemTitle::after {
	transform: translateY(-50%) rotate(90deg); /* 開いている時 */
	transition: transform 0.3s;
}

.p-faq__itemTitle.is-active::before {
	opacity: 0; /* 開いている時 */
}

.p-faq__itemTitle.is-active::after {
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.3s;
}

.p-faq__itemTitle span,
.p-faq__text {
	align-items: center;
	display: flex;
	min-height: 34px;
	padding-left: 2.75rem;
	position: relative;
}

.p-faq__itemTitle span::before,
.p-faq__text::before {
	content: "";
	display: inline-block;
	height: 2.125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.125rem;
}

.p-faq__itemTitle span::before {
	background: url("../images/common/faq_q.png") center center/contain no-repeat;
}

.p-faq__text::before {
	background: url("../images/common/faq_a.png") center center/contain no-repeat;
}

.p-faq__itemTitle,
.p-faq__text {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3846153846;
	text-align: left;
	width: 90%;
}

.p-faq__text {
	margin-top: 2.0625rem;
	padding-right: 1rem;
}

.p-faq__text em {
	color: #FF4D00;
	font-style: normal;
}

.p-faq__item nav {
	display: none;
}

.p-faq__itemTitle:hover {
	cursor: pointer;
	transition: opacity 0.3s;
}

.p-faq__itemTitle {
	padding-right: 1rem;
}

.p-footer {
	overflow: hidden;
}

.p-footer__top {
	background-color: #D3F3FF;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.p-footer__info {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.p-footer__logo {
	max-width: 12.875rem;
	width: 100%;
}

.p-footer__logo a {
	display: block;
}

.p-footer__bottom {
	padding-bottom: 3.75rem;
	padding-top: 1.25rem;
}

.p-footer__copy {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.7692307692;
	text-align: center;
}

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

.p-form__title {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	gap: 0.625rem;
	justify-content: flex-start;
	letter-spacing: 0.06em;
}

.p-form__title span {
	background-color: #1555FF;
	border-radius: 1.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0.1875rem 0.375rem;
}

.p-form__input {
	margin-top: 0.625rem;
	min-height: 2.5rem;
	position: relative;
	width: 100%;
}

.p-form__input input[type=text],
.p-form__input input[type=email],
.p-form__input input[type=tel],
.p-form__input select {
	background-color: #F4F4F4;
	border: 1px solid #707070;
	border-radius: 0.5rem;
	display: inline-block;
	font-size: 0.875rem;
	height: 2.5rem;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}

.p-form__input > span {
	width: 100%;
}

.p-form__input input[type=checkbox] + span::before {
	background-color: #F4F4F4;
	border: 1px solid #707070;
	border-radius: 0.5rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.p-form__input input[type=checkbox] + span::after {
	background-color: #707070;
	border-radius: 0.5rem;
	content: "";
	height: 0.625rem;
	left: 0.3125rem;
	opacity: 0;
	position: absolute;
	top: 0.3125rem;
	width: 0.625rem;
}

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

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

.p-form__submitBtn {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
	position: relative;
	width: 100%;
}

.p-form__submitBtn::before {
	-webkit-mask-image: url(../images/common/btn-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1.25rem;
	mask-image: url(../images/common/btn-icon.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
	pointer-events: none;
	position: absolute;
	right: 0;
	right: 6.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 1;
}

.p-form__submitBtn input {
	align-items: flex-start;
	padding-left: 6.875rem;
	text-align: left;
}

.p-form__note {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5714285714;
	margin-top: 2rem;
}

.wpcf7-spinner {
	display: none;
}

.p-fv {
	background: url(../images/common/fv.jpg) center right/cover no-repeat;
/* 	height: 100vh; */
	max-height: 800px;
	padding-bottom: 2rem;
	width: 100%;
}

.p-fv__inner {
	display: flex;
	flex-direction: column;
	height: inherit;
	max-width: 28.875rem;
	padding: 0;
	padding-top: 5.75rem;
}

.p-fv__texts h1 {
	display: none;
}

.p-fv__priceBanner {
	-webkit-clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 100%, 0% 100%);
	background-color: #FF4D00;
	clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 100%, 0% 100%);
	margin-left: calc(50% - 50vw);
	margin-top: 1.0625rem;
}

.p-fv__price {
	align-items: baseline;
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-content: flex-end;
	padding-bottom: 0.25rem;
	padding-right: 3.25rem;
	padding-top: 0.25rem;
}

.p-fv__price small {
	font-size: 0.875rem;
}

.p-fv__price span {
	align-items: center;
	display: flex;
	font-size: 1.5625rem;
	line-height: 1.25;
}

.p-fv__price strong {
	font-size: 3.1875rem;
	line-height: 1;
}

.p-fv__comment {
	font-size: 0.75rem;
	margin-top: 0.6875rem;
	text-align: right;
}

.p-fv__btn {
	bottom: 0;
	display: flex;
	left: 0;
	margin: 0 calc(50% - 50vw);
	margin-top: auto;
	position: fixed;
	width: 100vw;
	z-index: 1000;
}

.p-globalNav {
	height: inherit;
}

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

.p-globalNav__links--flex {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	gap: 1.875rem;
	width: 100%;
}

.p-globalNav__link {
	flex-shrink: 1;
	font-size: 0.8125rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
}

.p-globalNav__link a {
	align-items: center;
	display: inline-flex;
	height: inherit;
	padding: 0.3125rem;
}

.p-globalNav__link--footer:nth-of-type(1) {
	order: 1;
}

.p-globalNav__link--footer:nth-of-type(2) {
	order: 3;
}

.p-globalNav__link--footer:nth-of-type(3) {
	order: 5;
}

.p-globalNav__link--footer:nth-of-type(4) {
	order: 2;
}

.p-globalNav__link--footer:nth-of-type(5) {
	order: 4;
}

.p-drawer {
	padding-bottom: 0;
}

.p-drawer .p-globalNav__links--flex {
	gap: 0;
}

.p-drawer .p-globalNav__link {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
	width: 100%;
}

.p-drawer .p-globalNav__link a {
	border-bottom: 1px solid #707070;
	color: #4D4D4D;
	display: block;
	font-size: 1.0625rem;
	font-weight: 700;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: left;
}

.p-drawer .l-buttonArea {
	margin-top: 6.875rem;
}
.p-buttonArea{
	position: relative;
    z-index: 100;
}

.p-header {
	background-color: transparent;
	height: 3.25rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3000;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding-left: 17px;
}

.p-header__logo {
	margin-right: auto;
	max-width: 12.875rem;
	width: 100%;
	z-index: 1;
}

.p-header__logo a {
	display: block;
}

.p-header__hamburger {
	height: 3.125rem;
	margin-bottom: auto;
	margin-left: auto;
	width: 3.375rem;
	z-index: 1;
}

.p-header__globalNav {
	display: none;
}

.p-header__btn {
	display: flex;
	gap: 3%;
}

.p-improvement__inner.l-inner {
	padding-left: 0;
	padding-right: 0;
}

.p-improvement__text {
	color: #171C61;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin-top: 1.875rem;
	text-align: center;
}

.p-improvement__wrap {
	background-color: #D3F3FF;
	margin: 0 calc(50% - 50vw);
	margin-top: 2.5rem;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
	width: 100vw;
}

.p-improvement__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-left: 17px;
	padding-right: 17px;
	width: 100%;
}

.p-improvement__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	width: 100%;
}

.p-improvement__logoBox {
	align-items: baseline;
	display: flex;
	gap: 0.5375rem;
	width: 100%;
}

.p-improvement__logo {
	aspect-ratio: 290/58;
	width: 78%;
}

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

.p-improvement__logoText {
	color: #154a93;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1666666667;
	width: 20%;
}

.p-improvement__headText {
	color: #154a93;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
	text-align: center;
}

.p-improvement__headText span {
	background: linear-gradient(transparent 70%, #FFF796 0%);
}

.p-improvement__imageBox {
	width: 100%;
}

.p-improvement__image {
	aspect-ratio: 216.82/815.38;
}

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

.p-introduction {
	background-color: #EBEBEB;
	padding-top: 2rem;
}

.p-introduction__cards {
	margin-top: 1.875rem;
	padding-bottom: 6.875rem;
	position: relative;
}

.p-introduction__card {
	background-color: #fff;
	border-radius: 20px;
}

.p-introduction__cardInner {
	padding: 1.25rem 1.0625rem;
}

.p-introduction__cardImage {
	aspect-ratio: 355/220;
	border-radius: 20px 20px 0 0;
}

.p-introduction__cardImage img {
	-o-object-fit: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-introduction__cardHead h3 {
	color: #164E9D;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}

.p-introduction__cardHead p {
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-top: 0.375rem;
	text-align: center;
}

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

.p-introduction__cardProblems,
.p-introduction__cardSolutions {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-introduction__cardProblems p,
.p-introduction__cardSolutions p {
	border-radius: 12px;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0.3125rem 0.6875rem;
	text-align: center;
	width: 4.375rem;
}

.p-introduction__cardProblems p {
	background-color: #164E9D;
}

.p-introduction__cardSolutions p {
	background-color: #FF4D00;
}

.p-introduction__cardProblems li,
.p-introduction__cardSolutions li {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1.375;
	text-align: left;
}

.slide-arrow {
	background: url("../images/common/arrow4.png") center center/contain no-repeat;
	height: 2.5rem;
	position: absolute;
	transform: translateY(-50%);
	width: 2.5rem;
	z-index: 1;
}

.prev-arrow {
	bottom: 0.9375rem;
	left: calc(50% - 63px);
}

.next-arrow {
	bottom: 2.25rem;
	right: calc(50% - 77px);
	transform: rotate(180deg);
}

.slide-arrow:hover {
	cursor: pointer;
	transition: opacity 0.3s;
}

.p-merit {
	background: linear-gradient(180deg, #ebebeb 0%, #ebebeb 67%, #d9d9d9 67%, #d9d9d9 100%);
	overflow: hidden;
	padding-bottom: 1.5625rem;
	padding-top: 2.5rem;
}

.p-merit__text {
	color: #171C61;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin-top: 2rem;
	text-align: center;
}

.p-merit__cards {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: 88%;
}

.p-merit__card {
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 1.25rem;
	padding-top: 3.75rem;
	position: relative;
	width: 18.75rem;
}

.p-merit__card + .p-merit__card {
	margin-top: 3.375rem;
}

.merit__number {
	align-items: center;
	background-color: #1555FF;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 1.5625rem;
	font-weight: 700;
	height: 4.375rem;
	justify-content: center;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: -2.1875rem;
	transform: translateX(-50%);
	width: 4.375rem;
}

.p-merit__cardTitle {
	align-items: center;
	color: #1555FF;
	display: flex;
	font-size: 1.2rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.3333333333;
	min-height: 4.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	text-align: center;
}

.p-merit__cardTitle em {
	font-style: normal;
}

.p-merit__cardTitle span {
	color: #FF4D00;
}

.p-merit__image {
	aspect-ratio: 300/150;
	margin-top: 1.75rem;
}

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

.p-merit__description {
	font-size: 0.9rem;
	line-height: 1.5384615385;
	margin-top: 1.25rem;
	text-align: center;
}

.p-merit__cards .slick-list {
	padding-top: 2.1875rem;
}

.slider-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 0.9375rem;
}

.slider-dots li {
	background-color: #fff;
	border-radius: 5px;
	height: 8px;
	list-style: none;
	margin: 0 5px;
	width: 8px;
}

.slider-dots li.slick-active {
	background-color: #707070;
}

.slider-dots button {
	display: none;
}

.p-point {
	background: linear-gradient(180deg, #ebebeb 0%, #ebebeb 67%, #d9d9d9 67%, #d9d9d9 100%);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

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

.p-point__card {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.p-point__img {
	position: relative;
}

.p-point__number {
	bottom: -0.9375rem;
	color: #FF4D00;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1;
	position: absolute;
	right: 0;
}

.p-point__text {
	background-color: #1555FF;
	border-radius: 1.25rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: bold;
	height: 7.5rem;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.3636363636;
	margin-top: 1.25rem;
	position: relative;
	text-align: center;
}

.p-point__text::before {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #1555FF;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	height: 2.5rem;
	left: 50%;
	position: absolute;
	top: -2.375rem;
	transform: translateX(-50%);
	width: 1.875rem;
}

.p-price {
	padding-top: 2.5rem;
	position: relative;
}

.p-price::before {
	background-blend-mode: multiply;
	background-image: url("../images/common/bgLeft-sp.png"), url("../images/common/bgRight-sp.png");
	background-position: center center, center center;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	max-height: 18.75rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-price__text {
	color: #171C61;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-top: 2.125rem;
	text-align: center;
}

.p-price__table {
	margin-top: 2.125rem;
}

.p-price__table thead,
.p-price__table tbody {
	text-align: center;
}

.p-price__table thead th {
	display: block;
	height: 4.375rem;
	width: 100%;
}

.p-price__table table thead:nth-of-type(2) th,
.p-price__table table thead:nth-of-type(3) th {
	margin-top: 1.25rem;
}

.p-price__table thead th span {
	align-items: center;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1;
	width: 100%;
}

.p-price__table table:nth-child(1) thead th span {
	background-color: #C5E7F6;
	color: #171C61;
}

.p-price__table table:nth-child(2) thead th span {
	background-color: #5D89FF;
	color: #fff;
}

.p-price__table table:nth-child(3) thead th span {
	background-color: #2355FF;
	color: #fff;
}

.p-price__table tbody th {
	display: block;
	font-size: 0.9375rem;
	font-weight: 300;
	height: 2.5rem;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 0 auto;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

.p-price__table tbody th span {
	align-items: center;
	background-color: #E6E6E6;
	color: #171C61;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 300;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1;
	width: 100%;
}

.p-price__table tbody td {
	background-color: #fff;
	color: #171C61;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	margin: 0 auto;
	padding-bottom: 0.625rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	padding-top: 0.625rem;
	width: 100%;
	width: calc(100% - 1.25rem);
}

.p-price__table tbody td:nth-of-type(1) {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-price__table tbody td:nth-of-type(3) {
	padding-bottom: 0.5625rem;
	padding-top: 1.0625rem;
}

.p-price__table tbody td:nth-child(3) {
	color: #164E9D;
}

.p-price__table tbody td:nth-child(4) {
	color: #1555FF;
}

.p-price__table tbody td span {
	font-size: 1.125rem;
	font-weight: 300;
}

.p-price__table tbody p {
	align-items: center;
	background-color: #C5E7F6;
	border-radius: 20px;
	color: #000;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	font-weight: 300;
	gap: 0.59375rem 1.25rem;
	height: 1.598125rem;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1;
	width: 6.875rem;
}

.p-price__table tbody td:last-child p:nth-child(5),
.p-price__table tbody p:nth-child(6) {
	background-color: #CBD9FC;
}

.p-price__table tbody small {
	font-size: 0.8125rem;
}

.p-price__table thead td:first-child {
	border-left: none;
	border-top: none;
}

.p-price__table tbody td:first-child {
	border-left: none;
	border-top: none;
}

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

.p-price__tableText p {
	font-size: 0.8125rem;
	font-weight: 300;
	text-align: left;
}

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

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

.p-price2__block + .p-price2__block {
	margin-top: 2rem;
}

.p-price2__subtitle {
	background-color: #171C61;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	line-height: 1;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
}

.p-price2__lead {
	color: #171C61;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.p-price2__table {
	line-height: 1;
	margin-top: 1.875rem;
	min-width: 75rem;
	padding-left: 17px;
	padding-right: 17px;
}

.p-price2__row {
	display: grid;
}

.p-price2__row.--4 {
	grid-template-columns: 14.4375rem 1fr 1fr 1fr;
}

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

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

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

.p-price2__th {
	font-size: 1.5rem;
	font-weight: bold;
	min-height: 4.375rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	text-align: center;
}

.p-price2__th span {
	align-items: center;
	color: #fff;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	text-align: center;
	width: 100%;
}

.p-price2__th.--column {
	grid-column: span 4;
}

.p-price2__th.--water span {
	background-color: #C5E7F6;
	color: #171C61;
}

.p-price2__th.--blue span {
	background-color: #5D89FF;
}

.p-price2__th.--blue2 span {
	background-color: #1555FF;
}

.p-price2__td {
	align-items: center;
	display: flex;
	font-weight: bold;
	justify-content: center;
	letter-spacing: 0.06em;
	min-height: 4.6875rem;
}

.p-price2__td.--first {
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.p-price2__td.--first span {
	align-items: center;
	background-color: #E6E6E6;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.06em;
	width: 100%;
}

.p-price2__td:not(:first-child) {
	border-top: 2px solid #E6E6E6;
	font-size: 1.75rem;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
}

.p-price2__td:not(:first-child) > small {
	font-size: 1.4375rem;
}

.p-price2__row:nth-child(2) .p-price2__td:not(:first-child) {
	border-top: none;
}

.p-price2__td:nth-child(n+3) {
	border-left: 2px solid #E6E6E6;
}

.p-price2__td.--navy {
	color: #171C61;
}

.p-price2__td.--blue {
	color: #5D89FF;
}

.p-price2__td.--blue2 {
	color: #1555FF;
}

.p-price2__td.--list {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-price2__row.--6 .p-price2__td.--list.--column {
	grid-column: span 5;
}

.p-price2__td.--normal {
	font-size: 1.125rem;
	font-weight: 300;
}

.p-price2__td ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	justify-content: center;
}

.p-price2__td ul li {
	background-color: #C5E7F6;
	border-radius: 0.9375rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	max-width: 10.75rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: center;
	width: 100%;
}

.p-price2__td ul li.--blue {
	background-color: #CBD9FC;
}

.p-price2__td.--list.--2 li {
	width: calc(50% - 0.75rem);
}

.p-price2__row.--6 .p-price2__td.--list.--column ul {
	gap: 0.75rem;
	width: 100%;
}

.p-price2__row.--6 .p-price2__td.--list.--column li {
	max-width: 7.75rem;
}

.p-price2__row.--4 .p-price2__td.--list.--small li {
	max-width: 7.75rem;
}

.p-price2__row:last-child .p-price2__td:not(:first-child) {
	flex-direction: column;
	font-size: 1.4rem;
}

.p-price2__row:last-child .p-price2__td:not(:first-child) span {
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 300;
	letter-spacing: normal;
	margin-top: 0.3125rem;
}

.p-price2__row:last-child .p-price2__td:not(:first-child) small {
	font-size: 0.8125rem;
}

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

.p-problem {
	padding-top: 1.5625rem;
	position: relative;
}

.p-problem::before {
	background-blend-mode: multiply;
	background-image: url("../images/common/bgLeft-sp.png"), url("../images/common/bgRight-sp.png");
	background-position: center center, center center;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	max-height: 18.75rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-problem::after {
	background: url(../images/common/big-arrow.svg) center center/contain no-repeat;
	bottom: -4rem;
	content: "";
	height: 1.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5.125rem;
	z-index: 1;
}

.p-problem__texts {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
	padding: 1.25rem 1.875rem;
	position: relative;
}

.p-problem__texts::after {
	background: url(../images/common/problem_illust.png) no-repeat;
	background-size: contain;
	bottom: -0.5625rem;
	content: "";
	height: 8.625rem;
	position: absolute;
	right: calc(50% - max(24.4vw, 10.875rem));
	width: 6.625rem;
}

.p-problem__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2.0714285714;
	padding-left: 1.625rem;
	position: relative;
	text-align: left;
}

.p-problem__text::before {
	-webkit-mask-image: url(../images/common/check-icon.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	background-color: #1555FF;
	content: "";
	display: inline-block;
	height: 1rem;
	left: 0;
	mask-image: url(../images/common/check-icon.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.p-service__wrap {
	background-color: #ebf7ff;
	margin: 0 calc(50% - 50vw);
	margin-top: 4.625rem;
	padding: 1.875rem 0.3125rem;
	position: relative;
	width: 100vw;
}

.p-service__wrap::after {
	background: url(../images/common/service-sp.png) center center/contain no-repeat;
	content: "";
	height: 2.8125rem;
	left: 50%;
	position: absolute;
	top: -1.375rem;
	transform: translateX(-50%);
	width: 15.625rem;
}

.p-service__content {
	margin: 0 auto;
	max-width: 31.25rem;
	padding-left: 17px;
	padding-right: 17px;
}

.p-service__text {
	color: #1555FF;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-service__boxes {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 1.75rem;
}

.p-service__doctor {
	position: relative;
	width: min(50%, 200px);
	z-index: 1000;
}

.p-service__doctorText {
	color: #171C61;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5384615385;
	position: absolute;
	right: -12%;
	top: 8%;
}

.p-service__doctor::after {
	background: url(../images/common/arrow2.png) center center/contain no-repeat;
	bottom: -1.4375rem;
	content: "";
	height: 2.5rem;
	left: 40%;
	position: absolute;
	width: 1.375rem;
}

.p-service__communicator {
	background: #fff;
	border-radius: 20px;
	margin-top: -1.6875rem;
	padding: 1.1875rem;
}

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

.p-single__content h2 {
	background-color: #171C61;
	border-radius: 0.3125rem;
	color: #fff;
	padding: 1.4375rem 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-single2__box {
	background-color: #fff;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
	margin-top: 5rem;
	padding: 1.875rem 1.875rem;
}

.p-single2__title {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

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

.p-single2__content h2 {
	background-color: #171C61;
	border-radius: 0.3125rem;
	color: #fff;
	padding: 1.4375rem 1.25rem;
}

.p-single2__content * + h2 {
	margin-top: 3.125rem;
}

.p-single2__content h3 {
	border-bottom: 1px solid #ccc;
	color: #171C61;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 1.5rem;
}

.p-single2__content * + h3 {
	margin-top: 3.125rem;
}

.p-single2__content h4 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.1428571429;
}

.p-single2__content * + h4 {
	margin-top: 3.125rem;
}

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

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

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

.p-single2__content iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	width: 100%;
}

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

.p-single2__content ul li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
}

.p-single2__content ul li + li {
	margin-top: 0;
}

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

.p-single2__content ol li {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.5em;
	line-height: 1.875;
	position: relative;
}

.p-single2__content ol li + li {
	margin-top: 0;
}

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

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

.p-single2__btn {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 3.125rem;
}

.p-single2__btn a {
	font-size: 1rem;
	font-weight: 400;
}

.p-step.--gray {
	background-color: #EBEBEB;
	padding-bottom: 2.5rem;
	padding-top: 5rem;
}

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

.p-step__block {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}

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

.p-step__block:not(:last-child)::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	bottom: -1.1875rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.125rem;
	z-index: -1;
}

.p-step__block.--1::before {
	background-color: #6A93FF;
}

.p-step__block.--2::before {
	background-color: #2355FF;
}

.p-step__block.--3::before {
	background-color: #1A45CB;
}

.p-step__number {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	height: 3.75rem;
	justify-content: center;
	left: -0.625rem;
	position: absolute;
	top: -0.625rem;
	width: 3.75rem;
}

.p-step__number.--1 {
	background-color: #6A93FF;
}

.p-step__number.--2 {
	background-color: #2355FF;
}

.p-step__number.--3 {
	background-color: #1A45CB;
}

.p-step__number.--4 {
	background-color: #171C61;
}

.p-step__img {
	border-radius: 1.25rem 1.25rem 0 0;
	display: block;
	overflow: hidden;
}

.p-step__img img {
	-o-object-fit: cover;
	aspect-ratio: 12/6;
	height: 100%;
	object-fit: cover;
}

.p-step__content {
	padding: 1.25rem 1rem;
}

.p-step__subtitle {
	color: #1555FF;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-step__text {
	color: #171C61;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.6666666667;
	margin-top: 1rem;
}

.p-subMv {
	align-items: center;
	background-color: #171C61;
	display: flex;
	height: 9.375rem;
	justify-content: center;
	position: relative;
}

.p-subMv__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-left: 1.875rem;
	position: relative;
	text-align: left;
}

.p-subMv__title::before {
	background-color: #fff;
	content: "";
	height: 1.875rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.p-subMv__breadbrmb {
	bottom: 0;
	bottom: 0.3125rem;
	display: none;
	left: 50%;
	max-width: 31.25rem;
	padding-left: 17px;
	padding-right: 17px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

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

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

.p-whatWeDo {
	padding-top: 2.5rem;
	position: relative;
}

.p-whatWeDo::before {
	background-blend-mode: multiply;
	background-image: url("../images/common/bgLeft-sp.png"), url("../images/common/bgRight-sp.png");
	background-position: center center, center center;
	background-size: 100% 100%;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	max-height: 18.75rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-whatWeDo__items {
	grid-gap: 1.4375rem;
	display: grid;
	gap: 1.4375rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.875rem;
}

.p-whatWeDo__item {
	border-radius: 20px;
	padding: 1.25rem 1.25rem;
}

.p-whatWeDo__item--1 {
	background-color: #6A93FF;
}

.p-whatWeDo__item--2 {
	background-color: #2355FF;
}

.p-whatWeDo__item--3 {
	background-color: #1A45CB;
}

.p-whatWeDo__item--4 {
	background-color: #171C61;
}

.p-whatWeDo__itemTitle {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}

.p-whatWeDo__itemTitle span {
	position: relative;
}

.p-whatWeDo__itemTitle span::after {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	background-color: #fff;
	content: "";
	display: inline-block;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-whatWeDo__itemTitle--1 span {
	padding-right: 2.75rem;
}

.p-whatWeDo__itemTitle--2 span {
	padding-right: 3.1875rem;
}

.p-whatWeDo__itemTitle--3 span {
	padding-right: 3.5625rem;
}

.p-whatWeDo__itemTitle--4 span {
	padding-right: 4.125rem;
}

.p-whatWeDo__itemTitle--1 span::after {
	-webkit-mask-image: url(../images/common/whatWeDo_icon1.svg);
	height: 1.936875rem;
	mask-image: url(../images/common/whatWeDo_icon1.svg);
	width: 1.9375rem;
}

.p-whatWeDo__itemTitle--2 span::after {
	-webkit-mask-image: url(../images/common/whatWeDo_icon2.svg);
	height: 2.59375rem;
	mask-image: url(../images/common/whatWeDo_icon2.svg);
	width: 2.37rem;
}

.p-whatWeDo__itemTitle--3 span::after {
	-webkit-mask-image: url(../images/common/whatWeDo_icon3.svg);
	height: 1.886875rem;
	mask-image: url(../images/common/whatWeDo_icon3.svg);
	width: 2.71875rem;
}

.p-whatWeDo__itemTitle--4 span::after {
	-webkit-mask-image: url(../images/common/whatWeDo_icon4.svg);
	height: 1.914375rem;
	mask-image: url(../images/common/whatWeDo_icon4.svg);
	width: 3.26375rem;
}

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

.p-whatWeDo__text {
	background-color: #fff;
	border-radius: 20px;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0.5rem 0.625rem;
	text-align: center;
}

@media screen and (min-width: 450px) {

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

.p-problem__texts {
	padding: 1.875rem 5rem;
}

}

@media screen and (min-width: 900px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

a:hover {
	opacity: 0.8;
}

html {
	font-size: 1.4545454545vw;
}

.c-borderTitle {
	font-size: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	padding-bottom: 0.875rem;
}

.c-btn--sm-blue,
.c-btn--sm-orange {
	border-radius: 20px;
	display: inline-flex;
	font-size: 0.8125rem;
	height: 2.5rem;
	letter-spacing: 0.06em;
	line-height: 1.5384615385;
	max-width: 12.5rem;
	width: 12.5rem;
}

.c-btn--cta {
	height: 4.3125rem;
	max-width: 25.3125rem;
}

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

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

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

.c-card__time {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.c-news {
	align-items: center;
	gap: 0.625rem;
	grid-template-columns: 18.75rem 1fr;
	padding-bottom: 2.5rem;
	padding-right: 3.125rem;
	padding-top: 2.5rem;
}

.c-news::before {
	height: 1.875rem;
	width: 1.875rem;
}

.c-title__sub {
	font-size: 3.75rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.c-title__main {
	color: #1555ff;
	font-size: 1.875rem;
	margin-top: -3.125rem;
	text-align: center;
}

.c-title__main--border {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	width: 100%;
}

.c-title__main--blue {
	color: #171C61;
}

.c-title__main span {
	font-size: 2rem;
}

.c-underBg::before {
	background-image: url("../images/common/bgLeft.png"), url("../images/common/bgRight.png");
}

.l-cta--bottom {
	margin-top: 5.9375rem;
}

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

.l-faq {
	margin-top: 3.5625rem;
}

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

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

.l-introduction {
	margin-top: 5.3125rem;
}

.l-merit {
	margin-top: 5.5625rem;
}

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

.l-service {
	margin-top: 11rem;
}

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

.p-about__body {
	margin-top: 6.875rem;
}

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

.p-about__slider .slide-arrow {
	top: -3.4375rem;
	transform: translateY(0);
}

.p-about__slider .prev-arrow {
	left: auto;
	left: initial;
	right: 4.6875rem;
}

.p-about__slider .next-arrow {
	right: 1rem;
	transform: rotate(180deg);
}

.p-about__card {
	border-radius: 1.25rem;
	margin-left: 0.875rem;
	margin-right: 0.875rem;
	padding-bottom: 1.875rem;
}

.p-about__cardTitle {
	font-size: 1.3125rem;
}

.p-about__lists {
	padding-left: 1.6875rem;
	padding-right: 1.6875rem;
}

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

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

.p-archive__pickup .slide-arrow {
	bottom: -5.625rem;
}

.p-archive__wrap {
	align-items: flex-start;
	gap: 3.5rem;
	grid-template-columns: 64.5% 1fr;
	margin-top: 10.625rem;
}

.p-archive__cards {
	gap: 3.125rem 2.1875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-archive2__blocks {
	margin-top: 6.25rem;
}

.p-aside__title {
	font-size: 1.25rem;
	padding-bottom: 1.25rem;
}

.p-aside__link a {
	font-size: 1.125rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

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

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

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

.p-buttonArea {
	background-color: #1555FF;
}

.p-buttonArea__items {
	align-items: flex-end;
	flex-direction: row;
	gap: 4.375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
	padding-top: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-buttonArea__item {
	justify-content: center;
	width: 21.875rem;
}

.p-contact__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 46.875rem;
}

.p-contact__lead {
	font-size: 1.25rem;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-cta::before {
	background-image: url("../images/common/cta_bg.jpg");
}

.p-cta__inner {
	padding-bottom: 2.25rem;
	padding-top: 4.125rem;
}

.p-cta__wrap {
	align-items: end;
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
}

.p-cta__left {
	width: 50%;
}

.p-cta__right {
	position: relative;
	width: 50%;
}

.p-cta__right::before {
	background: url(../images/common/cta_illust2.png) center center/contain no-repeat;
	bottom: calc(50% - max(0.1vw, 0.175rem));
	content: "";
	height: 21.9375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 27.125rem;
}

.p-cta__logo {
	padding-bottom: 1.125rem;
}

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

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

.p-example__inner.l-inner {
	max-width: 1250px;
}

.p-example__text {
	font-size: 1.875rem;
	line-height: 1.0333333333;
	padding-bottom: 1rem;
}

.p-example__text.u-mobile {
	display: none;
}

.p-example__text.u-desktop {
	display: inline-block;
}

.p-example__items {
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 3.75rem;
	padding: 0;
}

.p-example__item {
	border: 3px solid #899ad0;
	border-radius: 20px;
	gap: 1.5rem;
	padding: 0.9375rem;
	padding-bottom: 1.5625rem;
}

.p-example__itemTitle {
	border-radius: 30px;
	font-size: 1.0625rem;
	letter-spacing: 0.06em;
	line-height: 2;
	padding: 0.625rem 1.25rem;
}

.p-example__image {
	aspect-ratio: 550/343.07;
}

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

.p-faq__item {
	padding: 1.25rem;
}

.p-faq__itemTitle::before,
.p-faq__itemTitle::after {
	right: -4.375rem;
	width: 1.875rem;
}

.p-faq__itemTitle span,
.p-faq__text {
	min-height: 50px;
	padding-left: 5rem;
}

.p-faq__itemTitle span::before,
.p-faq__text::before {
	height: 3.125rem;
	width: 3.125rem;
}

.p-faq__itemTitle,
.p-faq__text {
	font-size: 1.25rem;
}

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

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

.p-footer__info {
	flex-direction: row;
	gap: 10%;
	justify-content: center;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-footer__logo {
	max-width: 18.5rem;
}

.p-footer__bottom {
	padding-bottom: 2.8125rem;
	padding-top: 1.875rem;
}

.p-form__row {
	grid-gap: 0.625rem;
	align-items: center;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 1fr 63.0666666667%;
}

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

.p-form__title {
	font-size: 1.125rem;
	gap: 0.875rem;
}

.p-form__title span {
	font-size: 0.875rem;
	padding: 0.3125rem 0.75rem;
}

.p-form__input {
	align-items: center;
	display: flex;
	margin-top: 0;
	min-height: 3.125rem;
}

.p-form__input input[type=text],
.p-form__input input[type=email],
.p-form__input input[type=tel],
.p-form__input select {
	border-radius: 0.625rem;
	font-size: 1rem;
	height: 3.125rem;
}

.p-form__input input[type=checkbox] + span::before {
	border-radius: 0.625rem;
	height: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.p-form__input input[type=checkbox] + span::after {
	height: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

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

.p-form__submitBtn::before {
	height: 1rem;
	right: 6.875rem;
	width: 1rem;
}

.p-form__note {
	font-size: 0.875rem;
	margin-top: 3.5rem;
}

.p-fv {
	background: url(../images/common/fv.jpg) center center/cover no-repeat;
	height: auto;
	padding-bottom: 3.125rem;
}

.p-fv__inner {
	align-items: center;
	flex-direction: row;
	max-width: 1250px;
	padding-top: 8.375rem;
}

.p-fv__texts {
	width: 40%;
}

.p-fv__image {
	width: 53%;
}
.p-fv__image2 {
        width: 60%;
        margin-bottom: -4.14%;
	position: relative;
	z-index: 10;
}

.p-fv__priceBanner {
	-webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0% 100%);
	margin-top: 1.25rem;
}

.p-fv__price {
	align-items: end;
	padding-bottom: 0.75rem;
	padding-right: 4.375rem;
	padding-top: 0.75rem;
}

.p-fv__price span {
	display: inline-flex;
	flex-direction: column-reverse;
}

.p-fv__price small {
	font-size: 1.125rem;
}

.p-fv__price span {
	align-items: center;
	display: flex;
	font-size: 1.8125rem;
}

.p-fv__price strong {
	font-size: 4rem;
	line-height: 1.25;
	line-height: 1;
}

.p-fv__comment {
	font-size: 0.875rem;
	margin-top: 0.8125rem;
}

.p-globalNav__links {
	display: flex;
	gap: 1.25rem;
	height: inherit;
}

.p-globalNav__link {
	font-size: 0.75rem;
	white-space: nowrap;
}

.p-globalNav__link--footer {
	font-size: 1rem;
}

.p-globalNav__link--footer:nth-of-type(1) {
	order: initial;
}

.p-globalNav__link--footer:nth-of-type(2) {
	order: initial;
}

.p-globalNav__link--footer:nth-of-type(3) {
	order: initial;
}

.p-globalNav__link--footer:nth-of-type(4) {
	order: initial;
}

.p-globalNav__link--footer:nth-of-type(5) {
	order: initial;
}

.p-header {
	background-color: #fff;
	height: 3.75rem;
}

.p-header__inner {
	padding-right: 17px;
}

.p-header__logo {
	margin-right: 0;
	max-width: none;
	max-width: initial;
	width: 12.875rem;
}

.p-header__hamburger {
	display: none;
}

.p-header__globalNav {
	display: block;
	height: inherit;
}

.p-header__btn {
	gap: 0.625rem;
	margin-left: 0.3125rem;
}

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

.p-improvement__wrap {
	margin-top: 3.6875rem;
	padding-bottom: 4.8125rem;
	padding-top: 4.8125rem;
}

.p-improvement__wrapper {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1250px;
}

.p-improvement__head {
	gap: 1.5rem;
	width: 35%;
}

.p-improvement__logoBox {
	gap: 0.64375rem;
}

.p-improvement__logo {
	aspect-ratio: 349/70;
}

.p-improvement__logoText {
	font-size: 1.375rem;
	letter-spacing: 0.04em;
	line-height: 1.1818181818;
}

.p-improvement__headText {
	font-size: 1.3125rem;
	line-height: 2;
}

.p-improvement__imageBox {
	width: 59%;
}

.p-improvement__image {
	aspect-ratio: 708.73/447.36;
}

.p-introduction {
	overflow: hidden;
	padding-top: 5rem;
	position: relative;
}

.p-introduction::before {
	-webkit-mask: url(../images/common/introduction_icon.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 13.25rem;
	mask: url(../images/common/introduction_icon.svg) center center/contain no-repeat;
	position: absolute;
	right: calc(50% - max(20.4vw, 32.875rem));
	top: 0;
	width: 13.3125rem;
}

.p-introduction__cards {
	margin-top: 3.75rem;
	padding-bottom: 7.8125rem;
}

.p-introduction__card {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.p-introduction__cardInner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-introduction__cardImage {
	aspect-ratio: 417/220;
}

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

.slick-list {
	overflow: visible !important;
}

.prev-arrow {
	left: calc(50% - 70px);
}

.next-arrow {
	right: calc(50% - 70px);
}

.slide-arrow:hover {
	opacity: 0.8;
}

.p-merit {
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.p-merit__inner.l-inner {
	max-width: 78.125rem;
	width: 100%;
}

.p-merit__text {
	font-size: 1.5rem;
	margin-top: 2.4375rem;
}

.p-merit__cards {
	display: flex;
	gap: 0;
	justify-content: space-between;
	margin-top: 5.75rem;
	width: 100%;
}

.p-merit__card {
	padding-bottom: 1.25rem;
	padding-top: 3.75rem;
	width: 31%;
}

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

.merit__number {
	font-size: 1.8125rem;
	height: 5.1875rem;
	top: -2.625rem;
	width: 5.1875rem;
}

.p-merit__cardTitle {
	flex-direction: column;
	font-size: 1.3125rem;
	line-height: 1.4285714286;
	min-height: 5.625rem;
	text-align: center;
}

.p-merit__image {
	aspect-ratio: 370/220;
	margin-top: 1.25rem;
}

.p-merit__description {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-merit__cards .slick-list {
	padding-top: 2.625rem;
}

.p-point__cards {
	gap: 2.8125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.p-point__card {
	margin: 0;
	width: 100%;
}

.p-point__text {
	font-size: 1.375rem;
	height: 8.875rem;
	margin-top: 2rem;
}

.p-point__text::before {
	height: 3.9375rem;
	top: -3.75rem;
	width: 2.5625rem;
}

.p-price {
	padding-top: 5.9375rem;
}

.p-price::before {
	background-image: url("../images/common/bgLeft.png"), url("../images/common/bgRight.png");
}

.p-price__inner {
	max-width: 1250px;
}

.p-price__text {
	font-size: 1.5rem;
	margin-top: 2.0625rem;
}

.p-price__table {
	margin-top: 3.0625rem;
}

.p-price__table table {
	border-collapse: collapse;
}

.p-price__table thead th {
	display: table-cell;
	height: 4.5rem;
	padding: 0.375rem;
	width: 26%;
}

.p-price__table thead th span {
	font-size: 1.5rem;
	height: 100%;
	padding-bottom: 1.6875rem;
	padding-top: 1.6875rem;
	text-align: center;
	width: 100%;
}

.p-price__table table thead:nth-of-type(1) th span {
	background-color: #C5E7F6;
	color: #171C61;
}

.p-price__table table thead:nth-of-type(2) th span {
	background-color: #5D89FF;
	color: #fff;
}

.p-price__table table thead:nth-of-type(3) th span {
	background-color: #2355FF;
	color: #fff;
}

.p-price__table thead th:nth-child(2) span {
	background-color: #C5E7F6 !important;
	color: #171C61 !important;
}

.p-price__table thead th:nth-child(3) span {
	background-color: #5D89FF !important;
	color: #fff !important;
}

.p-price__table thead th:nth-child(4) span {
	background-color: #2355FF !important;
	color: #fff !important;
}

.p-price__table tbody th {
	display: table-cell;
	font-size: 1.125rem;
	font-weight: 600;
	height: auto;
	padding: 0.375rem;
	width: 19.25%;
}

.p-price__table tbody th span {
	font-size: 1.5rem;
	font-weight: 700;
	height: inherit;
	padding-bottom: 1.6875rem;
	padding-top: 1.6875rem;
}

.p-price__table tbody td {
	display: table-cell;
	font-size: 1.75rem;
	padding-bottom: 1.75rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.5rem;
	width: auto;
	width: initial;
}

.p-price__table tbody td:nth-of-type(1) {
	padding-bottom: 0;
	padding-top: 0;
}

.p-price__table tbody td:nth-of-type(3) {
	padding-bottom: 0;
	padding-top: 0;
}

.p-price__table tbody td span {
	font-size: 1.3125rem;
}

.p-price__table tbody p {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 0.75rem 1.5rem;
	height: 1.9175rem;
	justify-content: center;
	width: 8.25rem;
}

.p-price__table tbody small {
	font-size: 0.9375rem;
}

.p-price__table td {
	border-collapse: collapse;
	border-left: 3px solid #E6E6E6;
	border-top: 3px solid #E6E6E6;
}

.p-price__table tbody tr:first-child td {
	border-top: none;
}

.p-price__table tbody tr td:nth-child(2) {
	border-left: none;
}

.p-price__tableText {
	display: table;
	margin-top: 1.4375rem;
}

.p-price__tableText p {
	font-size: 0.9375rem;
	line-height: 1.5333333333;
}

.p-price__btn {
	margin-top: 3.3125rem;
}

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

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

.p-price2__subtitle {
	font-size: 1.5rem;
	padding-bottom: 1.4375rem;
	padding-top: 1.4375rem;
}

.p-price2__table {
	min-width: 0;
	min-width: initial;
	padding: 0;
	width: 100%;
}

.p-price2__th span {
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.p-price2__scroll {
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	overflow: initial;
	width: 100%;
}

.p-problem {
	padding-top: 3.6875rem;
}

.p-problem::before {
	background-image: url("../images/common/bgLeft.png"), url("../images/common/bgRight.png");
}

.p-problem::after {
	bottom: -8.4375rem;
	height: 2.875rem;
	width: 9.75rem;
}

.p-problem__texts {
	flex-direction: row;
	gap: 3.25rem;
	padding: 2.1875rem 5.375rem 2.5625rem;
}

.p-problem__texts::after {
	bottom: -1.5rem;
	height: 13.625rem;
	right: calc(50% - min(49.4vw, 32.875rem));
	width: 10.375rem;
}

.p-problem__textBox1 {
	width: 35%;
}

.p-problem__textBox2 {
	width: 49%;
}

.p-problem__text {
	font-size: 1.375rem;
	line-height: 2.0454545455;
}

.p-service__wrap {
	border-radius: 20px;
	margin: 0;
	margin-top: 4.625rem;
	padding-top: 4.5rem;
	width: 100%;
}

.p-service__wrap::after {
	background: url(../images/common/service.png) center center/contain no-repeat;
	height: 4.3125rem;
	top: -2.1875rem;
	width: 30.0625rem;
}

.p-service__content {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.p-service__text {
	font-size: 1.4375rem;
	letter-spacing: 0.1em;
	line-height: 1.0434782609;
	margin-top: 0;
}

.p-service__boxes {
	align-items: center;
	flex-direction: row;
	gap: 4.5rem;
	margin-top: 2.625rem;
}

.p-service__doctor {
	width: 30%;
}

.p-service__doctorText {
	font-size: 1.6875rem;
	left: 27%;
	line-height: 1.1481481481;
	top: 102%;
}

.p-service__doctor::after {
	background: url(../images/common/arrow3.png) center center/contain no-repeat;
	height: 6.125rem;
	left: calc(50% + 76px);
	top: 33%;
	width: 12.1875rem;
	z-index: -2;
}

.p-service__communicator {
	margin-top: 0;
	padding: 1.875rem 2.0625rem;
	width: 60%;
	z-index: 500;
}

.p-single__wrap {
	align-items: flex-start;
	gap: 3.5rem;
	grid-template-columns: 64.5% 1fr;
	margin-top: 8.75rem;
}

.p-single__content h2 {
	padding: 1.4375rem 1.625rem;
}

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

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

.p-single2__box {
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.16);
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 56.25rem;
	padding: 2.8125rem 2.5rem 3.4375rem;
}

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

.p-single2__content {
	margin-top: 5.625rem;
}

.p-single2__content h2 {
	padding: 1.4375rem 1.625rem;
}

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

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

.p-single2__btn {
	margin-top: 6.125rem;
}

.p-single2__btn a {
	font-size: 1.125rem;
}

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

.p-step__block {
	align-items: center;
	display: grid;
	grid-template-columns: 18.75rem 1fr;
	max-width: 68.75rem;
	min-height: 12.5rem;
}

.p-step__block + .p-step__block {
	margin-top: 5.3125rem;
}

.p-step__block:not(:last-child)::before {
	bottom: -2.0625rem;
	height: 2.0625rem;
	width: 4.25rem;
}

.p-step__number {
	font-size: 1.8125rem;
	height: 5.125rem;
	left: -1.375rem;
	top: -1.375rem;
	width: 5.125rem;
}

.p-step__img {
	border-radius: 1.25rem 0 0 1.25rem;
	height: 100%;
}

.p-step__img img {
	-o-object-fit: initial;
	object-fit: initial;
}

.p-step__content {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-step__subtitle {
	font-size: 1.5rem;
	text-align: left;
}

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

.p-subMv {
	height: 7.25rem;
}

.p-subMv__title {
	padding-left: 3.125rem;
}

.p-subMv__title::before {
	height: 3.75rem;
	width: 3px;
}

.p-subMv__breadbrmb {
	bottom: 0.625rem;
	max-width: 75rem;
}

.p-topNews {
	margin-top: 6.25rem;
}

.p-topNews__btn {
	margin-top: 3.3125rem;
}

.p-whatWeDo {
	padding-top: 3.5625rem;
}

.p-whatWeDo::before {
	background-image: url("../images/common/bgLeft.png"), url("../images/common/bgRight.png");
}

.p-whatWeDo__items {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.5rem;
}

.p-whatWeDo__item {
	padding: 1.875rem 1.5625rem 1.25rem;
}

.p-whatWeDo__itemTitle {
	font-size: 1.375rem;
	letter-spacing: 0.06em;
}

.p-whatWeDo__itemTitle--1 span {
	padding-right: 3.625rem;
}

.p-whatWeDo__itemTitle--2 span {
	padding-right: 3.75rem;
}

.p-whatWeDo__itemTitle--3 span {
	padding-right: 4.9375rem;
}

.p-whatWeDo__itemTitle--4 span {
	padding-right: 5.4375rem;
}

.p-whatWeDo__itemTitle--1 span::after {
	height: 2.6775rem;
	width: 2.67875rem;
}

.p-whatWeDo__itemTitle--2 span::after {
	height: 3.045625rem;
	width: 2.7825rem;
}

.p-whatWeDo__itemTitle--3 span::after {
	height: 2.769375rem;
	width: 3.99rem;
}

.p-whatWeDo__itemTitle--4 span::after {
	height: 2.625625rem;
	width: 4.47625rem;
}

.p-whatWeDo__textBox {
	gap: 0.625rem 1.5625rem;
	margin-top: 2rem;
}

.p-whatWeDo__text {
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	padding: 0.75rem 0.625rem;
}

}

@media screen and (min-width: 1024px) {

.c-btn--cta {
	height: 5.0625rem;
	max-width: 29.75rem;
}

.p-cta__left {
	width: 53%;
}

.p-cta__right {
	width: 47%;
}

.p-cta__logoText {
	font-size: 1.375rem;
	margin-top: 1.125rem;
}

.p-cta__btnText {
	font-size: 1.375rem;
	letter-spacing: 0.02em;
	margin-top: 3.3125rem;
	text-align: right;
}

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

.p-header__btn {
	gap: 3%;
	margin-left: 0;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.p-cta__btnText {
	letter-spacing: 0.06em;
	text-align: center;
}

.p-example__itemTitle {
	font-size: 1.3125rem;
}

.p-globalNav__links {
	gap: 3.125rem;
}

}

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

table {
	border-collapse: collapse;
	box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.16);
}

table:first-child {
	background-color: #C5E7F6;
}

table:nth-child(2) {
	background-color: #5D89FF;
}

table:nth-child(3) {
	background-color: #2355FF;
}

tbody td:last-child {
	margin-bottom: 0.625rem;
}

table + table {
	margin-top: 1.5rem;
}
.p-introduction .prev-arrow {
    top: 120px;
    left: -10px;
}
.p-introduction .next-arrow {
    top: 100px;
    right: -10px;
    }
.p-introduction .p-introduction__cards {
    padding-bottom: 0;
}
}

@media screen and (max-height: 790px) and (max-width: 899px) {

.p-fv__texts,
.p-fv__image{
	width: min(93.0769230769vw, 45.9493670886vh) !important;
}
.p-fv__image2 {
	width: min(96.0769230769vw, 56.9493670886vh) !important;
	margin: 0 auto -9%;
}

.p-fv__texts,
.p-fv__image{
	margin: 0 auto;
}

.p-fv__price {
	padding-right: min(13.3333333333vw, 6.582278481vh) !important;
}

.p-fv__price span {
	font-size: min(6.4102564103vw, 3.164556962vh) !important;
}

.p-fv__price strong {
	font-size: min(10.2564102564vw, 5.0632911392vh) !important;
}

.p-fv__price small {
	font-size: min(3.5897435897vw, 1.7721518987vh) !important;
}

.p-fv__inner {
	max-width: min(93.8461538462vw, 55.3291139241vh) !important;
	padding-top: min(23.5897435897vw, 11.6455696203vh) !important;
}

.p-fv__comment {
	font-size: min(2.5641025641vw, 1.2658227848vh) !important;
	margin-top: min(2.5641025641vw, 1.2658227848vh) !important;
}

.p-fv__priceBanner {
	-webkit-clip-path: polygon(0 0, calc(100% - min(13.3333333333vw, 6.582278481vh)) 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, calc(100% - min(13.3333333333vw, 6.582278481vh)) 0, 100% 100%, 0% 100%);
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

	.p-price2__row.--6 {
		grid-template-columns:10rem 1fr 1fr 1fr 1fr 1fr;
	}
	.p-price2__row.--5 {
		grid-template-columns:10rem 1fr 1fr 1fr 1fr;
	}
	.p-price2__row.--4-2 {
		grid-template-columns:10rem 1fr 1fr 1fr;
	}
	.p-price2__row.--4 {
		grid-template-columns:10rem 1fr 1fr 1fr;
	}

@media screen and (max-width:900px) {
	.p-price2__row.--6 {
		grid-template-columns:6.25rem 1fr 1fr 1fr 1fr 1fr;
	}
	.p-price2__row.--5 {
		grid-template-columns:6.25rem 1fr 1fr 1fr 1fr;
	}
	.p-price2__row.--4-2 {
		grid-template-columns:6.25rem 1fr 1fr 1fr;
	}
	.p-price2__row.--4 {
		grid-template-columns:6.25rem 1fr 1fr 1fr;
	}
}



.news_img_box{
	width: 100%;
    margin-top: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_img{
	width: 30%;
    margin-top: 0;
}
.news_img_top{
	width: 80%;
	margin: 5% auto 0;
}
.text_small{
	text-align: center;
	margin-top: 5%;
}
.text_small p{
	font-size: 0.8rem;
}
@media (max-width: 768px) {
.news_img_top{
	width: 100%;
	margin: 5% auto 0;
}
	.news_img{
	width: 50%;
}
}
@media (max-width: 400px) {
	.news_img{
	width: 100%;
}
}
/*# sourceMappingURL=style.css.map */
