*,
*::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;
}

/* 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]) {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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=radio] {
	display: none;
}

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

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

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

.u-pc {
	display: none;
}

html.js-small {
	font-size: 16px;
}

html.js-medium {
	font-size: 17px;
}

html.js-large {
	font-size: 18px;
}

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

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

body {
	color: #3c4242;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: メイリオ, -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.l-inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

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

.c-application-btn {
	background: #d0006f;
	border-radius: 0.375rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(152, 22, 99) 0px 4px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(152, 22, 99) 0px 4px 0px 0px;
	color: #fff;
	display: inline-block;
	max-width: 550px;
	max-width: 34.375rem;
	min-width: 300px;
	min-width: 18.75rem;
	padding: 15px 40px;
	padding: 0.9375rem 2.5rem;
	width: 90vw;
}

.c-application-btn__box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	gap: 0.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-application-btn__heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.c-application-btn__sub {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
}

.c-back-btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3d3d3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-back-btn a span {
	color: #d0006f;
}

.c-back-btn a:hover {
	color: rgb(152, 22, 99);
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgb(0, 56, 101);
	border-radius: 0.3125rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.5) 0px 2px 4px 2px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.5) 0px 2px 4px 2px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.35;
	min-height: 48px;
	min-height: 3rem;
	opacity: 1;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-btn:hover {
	opacity: 0.7;
}

.c-btn--lists {
	background-color: rgb(208, 28, 111);
}

.c-btn span {
	position: absolute;
	right: 1px;
	right: 0.0625rem;
}

.c-cancer-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-cancer-link button {
	-webkit-text-decoration: underline;
	-webkit-text-decoration: underline;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 0.75rem;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-cancer-link button:hover {
	opacity: 0.7;
}

.c-cancer-link span {
	background-color: rgb(196, 214, 0);
}

.c-cancer-link span:nth-child(2) {
	height: 1px;
	height: 0.0625rem;
}

.c-cancer-link span:nth-child(3) {
	border-radius: 50%;
	height: 3px;
	height: 0.1875rem;
	width: 3px;
	width: 0.1875rem;
}

.c-cancer-link--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-contact-btn input[type=submit] {
	background-color: rgb(208, 28, 111);
	border: none;
	border-radius: 0.25rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	opacity: 0.7;
	padding: 14px 46px;
	padding: 0.875rem 2.875rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-contact-btn input[type=submit]:disabled {
	cursor: default;
	opacity: 0.7;
}

.c-contact-confirm-btn input[type=submit] {
	background-color: rgb(208, 28, 111);
	border: none;
	border-radius: 0.25rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	opacity: 1;
	padding: 14px 46px;
	padding: 0.875rem 2.875rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-contact-confirm-btn input[type=submit]:hover {
	opacity: 0.7;
}

.c-disease-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	gap: 0.875rem;
	opacity: 1;
	padding: 6px 10px;
	padding: 0.375rem 0.625rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-disease-btn:hover {
	opacity: 0.7;
}

.c-disease-btn img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: contain;
	width: 40px;
	width: 2.5rem;
}

.c-disease-btn__text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
}

.c-disease-btn span:nth-child(3) {
	color: #fff;
	content: "";
	position: absolute;
	right: 5px;
	right: 0.3125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-fix-btn {
	background-color: rgb(241, 241, 241);
	border-radius: 0.25rem;
	color: #4d4d4d;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	opacity: 1;
	padding: 16px 54px;
	padding: 1rem 3.375rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-fix-btn:hover {
	opacity: 0.7;
}

.c-font-size-btn {
	color: #3c4242;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 20px;
	padding: 1.25rem;
}

.c-font-size-btn.is-active {
	background-color: rgb(131, 0, 81);
	color: #fff;
}

.js-medium .c-font-size-btn {
	padding: 16px;
	padding: 1rem;
}

.js-large .c-font-size-btn {
	padding: 14px;
	padding: 0.875rem;
}

.c-more-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgb(131, 0, 81);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	gap: 7px;
	gap: 0.4375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}

.c-more-btn--large {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.08em;
}

.c-next {
	display: none;
}

.c-search-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgb(208, 28, 111);
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	gap: 0.125rem;
	height: 100px;
	height: 6.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100px;
	width: 6.25rem;
}

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

.c-search-btn__text {
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
}

.c-search-btn img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-search-btn2 {
	background-color: rgb(208, 28, 111);
	border-radius: 0.25rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	min-width: 238px;
	min-width: 14.875rem;
	padding: 14px 46px;
	padding: 0.875rem 2.875rem;
}

.c-section-title {
	color: rgb(131, 0, 81);
	font-size: 18px;
	font-size: 1.125rem;
}

.c-service-btn {
	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;
	max-width: 375px;
	max-width: 23.4375rem;
}

.c-service-btn img {
	-o-object-fit: cover;
	aspect-ratio: 349/232;
	border-radius: 0.625rem 0.625rem 0 0;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-service-btn__box {
	background-color: rgb(248, 248, 248);
	border-radius: 0 0 0.625rem 0.625rem;
	padding: 15px;
	padding: 0.9375rem;
	text-align: left;
}

.c-service-btn__heading {
	color: #830051;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	position: relative;
}

.c-service-btn__heading::after {
	background: url(../images/common/icon-arrow-right-pink.svg) no-repeat center/cover;
	content: "";
	height: 22px;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 18px;
}

.c-service-btn__description {
	color: #3c4242;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3;
	margin-top: 16px;
	margin-top: 1rem;
}

.c-service-btn:hover .c-service-btn__heading::after {
	right: -5px;
}

.c-sort-btn-remove {
	color: #3c4242;
	cursor: pointer;
	font-size: 12px;
	font-size: 0.75rem;
	min-width: 140px;
	min-width: 8.75rem;
	opacity: 1;
	padding: 10px 10px;
	padding: 0.625rem 0.625rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-sort-btn-remove:hover {
	opacity: 0.7;
}

.c-sort-btn-sp {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0c3865;
	border-radius: 0.375rem;
	color: #fff;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	gap: 15px;
	gap: 0.9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	opacity: 1;
	padding: 8px 30px 8px 14px;
	padding: 0.5rem 1.875rem 0.5rem 0.875rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-sort-btn-sp::before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(../../assets/images/common/icon-search-thin.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 16px;
	height: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	width: 1rem;
}

.c-sort-btn-sp:hover {
	opacity: 0.7;
}

.c-sort-btn {
	background: rgb(208, 0, 111);
	border-radius: 0.375rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(152, 22, 99) 0px 4px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(152, 22, 99) 0px 4px 0px 0px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	min-width: 140px;
	min-width: 8.75rem;
	opacity: 1;
	padding: 10px 10px;
	padding: 0.625rem 0.625rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-sort-btn:hover {
	opacity: 0.7;
}

.c-tab {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: #991660;
	color: #fff;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 55px;
	max-height: 3.4375rem;
	opacity: 1;
	padding: 18px;
	padding: 1.125rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-tab:hover {
	opacity: 0.7;
}

.c-tab.is-active {
  background: #092a50;
  position: relative;
  top: -10px;
  height: calc(100% + 10px);
	max-height: calc(3.4375rem + 10px);
  border-radius: 0.625rem 0.625rem 0 0;
  /* -webkit-box-shadow: none;
  box-shadow: none; */
}

.c-tel-btn {
	background-color: rgb(0, 56, 101);
	border-radius: 0.25rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	max-width: 430px;
	max-width: 26.875rem;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-tel-btn span {
	display: inline-block;
}

.c-tel-btn span:last-child {
	position: absolute;
	right: 6px;
	right: 0.375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-tel-btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

.c-term {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #68d2df;
	border-radius: 0.25rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	min-width: 180px;
	min-width: 11.25rem;
	padding: 8px 25px;
	padding: 0.5rem 1.5625rem;
}

.c-term.status-recruiting {
  background-color: #fe5d16;
}

.c-term.status-completed-with-results {
  background-color: #0070c0;
}

.c-term.status-before-recruitment {
  background-color: #f3b700;
}

.c-term.status-stopped-or-ended {
  background-color: #7f7f7f;
}

.c-term.status-other {
  background-color: #68d2df;
}

.c-term--small {
	font-size: 12px;
	font-size: 0.75rem;
	min-width: auto;
	padding: 5px 20px;
	padding: 0.3125rem 1.25rem;
}

.c-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.c-title {
	background-color: rgb(241, 240, 241);
	color: rgb(131, 0, 81);
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 32px 0;
	padding: 2rem 0;
	text-align: center;
}

.c-top-btn {
	background-color: rgb(208, 28, 111);
	border-radius: 0.25rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	opacity: 1;
	padding: 14px 40px;
	padding: 0.875rem 2.5rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-top-section-title {
	color: #830051;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.c-totop-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgb(131, 0, 81);
	border-radius: 50%;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	width: 3.125rem;
}

.c-totop-btn img {
	-o-object-fit: cover;
	aspect-ratio: 2/1;
	height: auto;
	object-fit: cover;
	width: 20px;
	width: 1.25rem;
}

.c-trial-btn a {
	background-color: rgb(208, 28, 111);
	border-radius: 0.25rem;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	letter-spacing: -0.12em;
	opacity: 1;
	padding: 16px 32px;
	padding: 1rem 2rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-trial-btn.c-trial-btn--contact a {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 16px 15px;
	padding: 1rem 0.9375rem;
}

.p-404 {
	padding: 150px 0;
	padding: 9.375rem 0;
}

.p-404__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.p-404__btn {
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-404__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.p-about-trial {
	padding-bottom: 240px;
	padding-bottom: 15rem;
}

.p-about-trial__inner {
	margin: 0 auto;
	padding: 0 29px;
	padding: 0 1.8125rem;
	width: 100%;
}

.p-about-trial__img {
	margin: 29px auto 0;
	margin: 1.8125rem auto 0;
	text-align: center;
}

.p-about-trial__img img {
	-o-object-fit: cover;
	aspect-ratio: 332/288;
	display: inline-block;
	height: auto;
	max-width: 825px;
	max-width: 51.5625rem;
	object-fit: cover;
}

.p-about-trial__section-title.bg-color {
  margin-top: 3rem;
  padding: 1.0625rem 1.0625rem;
  background-color: #f8f8f8;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-about-trial__text-inner {
	margin: 0 auto;
	max-width: 720px;
	max-width: 45rem;
}

.p-about-trial__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.3;
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-about-trial__text + .p-about-trial__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-about-trial__movie {
	/* margin: 50px auto 0; */
	/* margin: 3.125rem auto 0; */
  margin: 0 auto;
	padding-top: 25px;
	padding-top: 1.5625rem;
	width: 100%;
}

.p-about-trial__movie iframe {
	aspect-ratio: 16/9;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.p-about-trial__movie-list {
  margin-top: 2rem;
}

.p-about-trial__quote {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: right;
}

.p-aside {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-aside__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-aside__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
}

.p-aside__list:first-child {
	width: 100%;
}

.p-aside__list:nth-child(2),
.p-aside__list:nth-child(3),
.p-aside__list:nth-child(4),
.p-aside__list:nth-child(5) {
	min-width: 165px;
	min-width: 10.3125rem;
}

.p-aside__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 22px;
	width: 1.375rem;
}

.p-aside__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-aside__text {
	color: #3c4242;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-aside__text span {
	color: rgb(208, 0, 111);
	font-weight: 900;
}

.p-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
}

.p-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.p-contact__section-title {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-contact__text {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.p-contact__wrapper {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact__error-lists {
	color: #ff0000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	font-size: 0.75rem;
	gap: 2px;
	gap: 0.125rem;
	line-height: 1.2;
	padding: 5px 0 29px;
	padding: 0.3125rem 0 1.8125rem;
}

.p-contact__head {
	color: #3d3d3d;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.p-contact__content:nth-child(3) .p-contact__head {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact__content:nth-child(4) .p-contact__head {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact__content:nth-child(5) .p-contact__head {
	letter-spacing: -0.05em;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact__content:nth-child(5) .p-contact__item {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-contact__content:nth-child(5) .p-contact__item input {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 9px 26px;
	padding: 0.5625rem 1.625rem;
	width: 100%;
}

.p-contact__item {
	color: #4d4d4d;
}

.p-contact__item textarea,
.p-contact__item input[type=tel],
.p-contact__item input[type=text],
.p-contact__item input[type=email] {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
}

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

.p-contact__item-radio label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	gap: 10px;
	gap: 0.625rem;
	letter-spacing: 0.02em;
}

.p-contact__item-radio span {
	display: block;
}

.p-contact__item-radio label + label {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-contact__item ::-moz-placeholder {
	color: rgb(156, 163, 175);
}

.p-contact__item ::-webkit-input-placeholder {
	color: rgb(156, 163, 175);
}

.p-contact__item :-ms-input-placeholder {
	color: rgb(156, 163, 175);
}

.p-contact__item ::-ms-input-placeholder {
	color: rgb(156, 163, 175);
}

.p-contact__item ::placeholder {
	color: rgb(156, 163, 175);
}

.p-contact__item input[type=tel],
.p-contact__item input[type=text],
.p-contact__item input[type=email] {
	border: none;
}

.p-contact__item input,
.p-contact__item textarea {
	background-color: rgb(242, 242, 242);
	border-radius: 0.3125rem;
}

.p-contact__item textarea {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	min-height: 139px;
	min-height: 8.6875rem;
	padding: 10px 25px;
	padding: 0.625rem 1.5625rem;
	resize: none;
	width: 100%;
}

.p-contact__textarea {
	margin-top: 44px;
	margin-top: 2.75rem;
}

.p-contact__item-radio input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #830051;
	border: 0.0625rem solid #830051;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 23px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 23px;
}

.p-contact__item-radio input[type=radio]::before {
	background-color: #830051;
	border-radius: 50%;
	content: "";
	height: 16.5px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 16.5px;
}

.p-contact__item-radio input[type=radio]:checked::before {
	opacity: 1;
}

.p-contact__annotation {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-contact__item input[type=tel] {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.09em;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 9px 27px;
	padding: 0.5625rem 1.6875rem;
	width: 100%;
}

.p-contact__item input[type=text] {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	min-height: 39px;
	padding: 4px 26px;
	padding: 0.25rem 1.625rem;
	width: 100%;
}

.p-contact__item textarea:focus,
.p-contact__item input[type=tel]:focus,
.p-contact__item input[type=text]:focus,
.p-contact__item input[type=email]:focus,
.p-contact__item input[type=checkbox]:focus,
button.p-contact__policy-title:focus {
	outline: 2px solid rgb(59, 130, 246);
}

.p-contact__item-checkbox {
	display: block;
}

.p-contact__item-checkbox label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.25rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	gap: 5px;
	gap: 0.3125rem;
	margin-left: -5px;
	margin-left: -0.3125rem;
	padding: 5px;
	padding: 0.3125rem;
	position: relative;
	width: auto;
}

.p-contact__item-checkbox label input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background-color: rgb(242, 242, 242);
	border: none;
	border-radius: 0.25rem;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font: inherit;
	height: 24px;
	height: 1.5rem;
	margin: 0 5px 0 0;
	margin: 0 0.3125rem 0 0;
	outline: none;
	width: 24px;
	width: 1.5rem;
}

.p-contact__item-checkbox label input[type=checkbox]:checked {
	background-color: #830051;
	border-radius: 0.25rem;
}

.p-contact__item-checkbox label input[type=checkbox]:checked::after {
	border-color: white;
	border-style: solid;
	border-width: 0 3px 3px 0;
	border-width: 0 0.1875rem 0.1875rem 0;
	content: "";
	display: block;
	height: 10px;
	height: 0.625rem;
	left: 14px;
	left: 0.875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.p-contact__policy {
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-contact__policy-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgb(229, 231, 235);
	border: 0.0625rem solid rgb(229, 231, 235);
	border-radius: 0.25rem;
	color: #3c4242;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13px;
	font-size: 0.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.07em;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 11px 13px 11px 18px;
	padding: 0.6875rem 0.8125rem 0.6875rem 1.125rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-contact__policy-title:hover {
	opacity: 0.8;
}

.p-contact__policy-title span {
	border: 2px solid rgb(131, 0, 81);
	border: 0.125rem solid rgb(131, 0, 81);
	border-left: 0;
	border-top: 0;
	display: inline-block;
	height: 8px;
	height: 0.5rem;
	margin: -7px 0 0 15px;
	margin: -0.4375rem 0 0 0.9375rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 8px;
	width: 0.5rem;
}

.p-contact__policy-title.is-open span {
	margin-top: 2px;
	margin-top: 0.125rem;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.p-contact__btn-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	gap: 1.25rem;
	margin: 55px auto 0;
	margin: 3.4375rem auto 0;
	text-align: center;
}

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

.p-contact__top {
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

/* （the_content()で出力したものへのスタイル） */

.wp-block-file a,
.p-content p,
.p-content li,
.p-content th,
.p-content td {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.9;
	text-align: justify;
}

.p-content th {
	line-height: 1;
}

.p-content p,
.p-content li,
.p-content th,
.p-content td {
	color: #4d4d4d;
}

.p-content h2 {
	color: #3d3d3d;
	font-size: 133%;
	font-weight: 700;
	line-height: 1.2;
}

.p-content h3 {
	color: #3d3d3d;
	font-size: 110%;
	font-weight: 700;
}

.p-content h4 {
	color: #3d3d3d;
	font-size: 110%;
	font-weight: 700;
}

.p-content h2:nth-of-type(1) {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
	margin-top: 64px;
	margin-top: 4rem;
}

.wp-block-file,
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul,
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2) {
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 100%;
}

.p-content__truste {
	-o-object-fit: cover;
	aspect-ratio: 100/31;
	height: auto;
	object-fit: cover;
	width: 100px;
	width: 6.25rem;
}

.p-content p:nth-child(n+2) {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-content img {
	width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
	margin-left: auto;
}

.p-content > ol {
	counter-reset: number 0;
}

.p-content > ol > li {
	padding-left: 24px;
	padding-left: 1.5rem;
	text-indent: -33px;
	text-indent: -2.0625rem;
}

.p-content > ol > li:nth-child(n+10) {
	text-indent: -36px;
	text-indent: -2.25rem;
}

.p-content > ol > li::before {
	content: "（" counter(number) "）";
	counter-increment: number;
}

.p-content > ol > li > ol {
	counter-reset: number 0;
}

.p-content > ol > li > ol > li {
	padding-left: 17px;
	padding-left: 1.0625rem;
	text-indent: -16px;
	text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
	content: counter(number) ". ";
	counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
	counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
	padding-left: 22px;
	padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
	text-indent: -17px;
	text-indent: -1.0625rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
	text-indent: -19px;
	text-indent: -1.1875rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
	text-indent: -20px;
	text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
	content: counter(number) ". ";
	counter-increment: number 1;
}

.p-content ul > li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-content ul > li::before {
	content: "・";
}

.p-content ul > li ol {
	counter-reset: number 0;
}

.p-content ul > li ol > li {
	padding-left: 2em;
	text-indent: -2em;
}

.p-content ul > li ol > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}

.p-content th {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-align: left;
}

.p-content td {
	counter-reset: number;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.p-content td ol > li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-content td > ol > li::before {
	content: counter(number) ")";
	counter-increment: number 1;
}

.p-content .wp-block-table thead {
	border-bottom: none;
}

.p-content__table,
.p-content__table2 {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
	float: none;
	margin-left: auto;
}

.p-content a {
	word-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-decoration: none;
	-webkit-text-decoration: none;
	color: #60A5FA;
	text-decoration: none;
}

.p-content .wp-block-group {
	background-color: #f7f8f8;
	border: 1px solid rgb(82, 118, 238);
	border: 0.0625rem solid rgb(82, 118, 238);
	border-radius: 1rem;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 24px 14px;
	padding: 1.5rem 0.875rem;
}

.p-content .wp-block-group p {
	letter-spacing: 0.05em;
}

.p-content .p-content__small {
	font-size: 12px;
	font-size: 0.75rem;
}

.p-content .p-content__small:nth-of-type(n + 2) {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-content .p-content__contact:nth-of-type(n) {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-content .p-content__img {
	width: 100px;
	width: 6.25rem;
}

.p-content__table td:first-child {
	width: 27%;
}

.wp-block-table.p-content__table2 th {
	background: #e5e7eb;
	text-align: center;
}

.wp-block-table.p-content__table2 th:nth-child(1) {
	min-width: 153px;
	min-width: 9.5625rem;
	width: 15.3153153153%;
}

.wp-block-table.p-content__table2 th:nth-child(2) {
	min-width: 521px;
	min-width: 32.5625rem;
	width: 52.1521521522%;
}

.wp-block-table.p-content__table2 th:nth-child(3) {
	min-width: 126px;
	min-width: 7.875rem;
	width: 12.6126126126%;
}

.wp-block-table.p-content__table2 th:nth-child(4) {
	min-width: 90px;
	min-width: 5.625rem;
	width: 6.7067067067%;
}

.wp-block-table.p-content__table2 th:nth-child(5) {
	min-width: 130px;
	min-width: 8.125rem;
	width: 13.013013013%;
}

.p-drawer {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(250, 250, 250, 0.7);
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 200;
}

.p-drawer__upper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	height: 5rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100vw;
}

.p-drawer__close {
	padding: 40px 32px;
	padding: 2.5rem 2rem;
	position: fixed;
}

.p-drawer__close span {
	background-color: rgb(0, 56, 101);
	border-radius: 100vh;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 19px;
	right: 1.1875rem;
	top: 35px;
	top: 2.1875rem;
	width: 24px;
	width: 1.5rem;
}

.p-drawer__close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-drawer__close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-drawer__wrapper {
	padding: 0 40px 30px;
	padding: 0 2.5rem 1.875rem;
	width: 100%;
}

.p-drawer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-drawer__nav-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.p-drawer__nav-item {
	width: 100%;
}

.p-drawer__nav-item a,
.p-drawer__nav-item button {
	color: #3c4242;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	padding: 12px 0;
	padding: 0.75rem 0;
	text-align: left;
	width: 100%;
}

.p-drawer__sp-size {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgb(240, 238, 240);
	border-bottom: 0.0625rem solid rgb(240, 238, 240);
	border-top: 1px solid rgb(240, 238, 240);
	border-top: 0.0625rem solid rgb(240, 238, 240);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 16px 0;
	padding: 1rem 0;
}

.p-drawer__sp-size-text {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-drawer__sp-size-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	gap: 1rem;
}

.p-drawer__sp-size-btn {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 20px;
	padding: 1.25rem;
}

.p-drawer__privacy {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-drawer__privacy a {
	color: rgb(131, 0, 81);
	font-weight: 700;
	padding: 0 5px;
	padding: 0 0.3125rem;
}

.p-drawer__company a {
	color: rgb(131, 0, 81);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 2px;
	gap: 0.125rem;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
}

.p-faq {
	padding-bottom: 340px;
	padding-bottom: 21.25rem;
}

.p-faq__inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

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

.p-faq__list + .p-faq__list {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-faq__question {
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	padding: 16px 32px 16px 16px;
	padding: 1rem 2rem 1rem 1rem;
	position: relative;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.p-faq__question:hover {
	background-color: rgb(241, 240, 241);
	opacity: 0.3;
}

.p-faq__question.is-open {
	-webkit-box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.1), -2px 0 4px -1px rgba(0, 0, 0, 0.1), 0 -1px 4px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 0 4px -1px rgba(0, 0, 0, 0.1), -2px 0 4px -1px rgba(0, 0, 0, 0.1), 0 -1px 4px -2px rgba(0, 0, 0, 0.1);
}

.p-faq__question::before {
	background: #68878e;
	content: "";
	height: 2px;
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
}

.p-faq__question::after {
	background: #68878e;
	content: "";
	height: 12px;
	position: absolute;
	right: 22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
}

.p-faq__question.is-open::after {
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-faq__question-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	gap: 1rem;
}

.p-faq__question-wrapper img {
	-o-object-fit: contain;
	aspect-ratio: 36/33;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	object-fit: contain;
	width: 36px;
	width: 2.25rem;
}

.p-faq__question-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.p-faq__answer {
	background-color: rgb(241, 240, 241);
	-webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
	padding: 31px 14px 31px 36px;
	padding: 1.9375rem 0.875rem 1.9375rem 2.25rem;
}

.p-faq__answer-text {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 28px;
	padding-left: 1.75rem;
}

.p-faq__answer-text span {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.p-faq__btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  text-align: center;
}

.p-faq__answer-text a {
	color: rgb(96, 165, 250);
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.p-faq__answer-text a:hover {
	-webkit-text-decoration: underline;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-footer {
	background-color: rgb(241, 241, 241);
	position: relative;
	z-index: 10;
}

.p-footer__totop {
	left: 50%;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-footer__wrapper {
	padding: 60px 0 33px;
	padding: 3.75rem 0 2.0625rem;
	text-align: center;
}

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

.p-footer__logo a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 250/24;
	display: inline-block;
	height: auto;
	object-fit: cover;
	width: 250px;
	width: 15.625rem;
}

.p-footer__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	gap: 0.125rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-footer__list a {
	color: rgb(131, 0, 81);
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 2px;
	padding: 0.125rem;
	text-align: center;
}

.p-footer__copyright {
	color: rgb(157, 176, 172);
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	text-align: center;
}

.p-header {
	background-color: rgb(10, 49, 91);
	height: 80px;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.p-header__inner {
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

.p-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-header__logo-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-header__logo-link img {
	-o-object-fit: contain;
	aspect-ratio: 190/28;
	height: auto;
	object-fit: contain;
	width: 190px;
	width: 11.875rem;
}

.js-large .p-header__logo-link img {
	width: 170px;
	width: 10.625rem;
}

.p-header__pc-nav {
	display: none;
}

.p-header__pc-nav-item button {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-header__pc-nav-item button:hover {
	opacity: 0.7;
}

.p-header__pc-nav-item.is-current a {
	color: rgb(131, 0, 81);
}

.p-header__pc-size {
	display: none;
}

.p-header__menu-button {
	background-color: rgb(153, 22, 96);
	height: 80px;
	height: 5rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	width: 3.75rem;
	z-index: 200;
}

.p-header__menu-button span:not(.p-header__menu-button-text) {
	background-color: rgb(229, 231, 235);
	border-radius: 100vh;
	height: 2px;
	position: absolute;
	right: 19px;
	right: 1.1875rem;
	-webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
	transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, width 0.3s, top 0.3s;
	transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s;
	width: 22px;
}

.p-header__menu-button span:nth-child(1) {
	top: 30%;
}

.p-header__menu-button span:nth-child(2) {
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-header__menu-button span:nth-child(3) {
	top: 50%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.p-header__menu-button-text {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -100%);
  width: max-content;
  color: #FFF;
  font-size: 0.5rem;
}

/* メニューボタンがアクティブ状態の時のスタイル */

.p-header__menu-button.is-active span:nth-child(1) {
	left: 25%;
	top: 40%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 30px;
}

.p-header__menu-button.is-active span:nth-child(2) {
	opacity: 0;
}

.p-header__menu-button.is-active span:nth-child(3) {
	left: 25%;
	top: 40%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 30px;
}

.p-page {
	padding-bottom: 375px;
	padding-bottom: 23.4375rem;
}

.p-page__inner {
	margin: 0 auto;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

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

.p-policy-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
}

.p-policy-content > ol {
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 1em;
	text-indent: -1em;
}

.p-policy-content > ol > li + li {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-policy-content > ol > li {
	text-indent: -1em;
}

.p-policy-content > ol > li > ol {
	margin-top: 12px;
	margin-top: 0.75rem;
	padding-left: 1em;
	text-indent: -1em;
}

.p-policy-content > ol > li > ol > li {
	padding-left: 1em;
}

.p-policy-content__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: -0.03em;
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-policy-content__text:not(first-child) {
	letter-spacing: 0.01em;
	line-height: 1.5;
	padding-left: 8px;
	padding-left: 0.5rem;
	text-indent: 0;
}

.p-policy-content__title {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-policy-content a {
	color: #3f77cb;
}

.p-result-form .p-contact__contents {
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.p-result-form .p-contact__content + .p-contact__content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-result-form .p-contact__content:nth-child(3) .p-contact__head,
.p-result-form .p-contact__content:nth-child(5) .p-contact__head,
.p-result-form .p-contact__textarea {
	margin-top: 0;
}

.p-result-form .p-contact__head {
	margin-top: 0;
}

.p-result-form .p-contact__item {
	letter-spacing: 0.03em;
	margin-top: 14px;
	margin-top: 0.875rem;
	padding-left: 29px;
	padding-left: 1.8125rem;
}

.p-result-form .p-contact__content:nth-child(5) .p-contact__item {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-result-form .p-contact__item-radio {
	margin-left: 0;
}

.p-result-form .p-contact__btn-wrap {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-result-form .p-contact__btn-wrap .c-contact-btn {
	min-width: 237px;
	min-width: 14.8125rem;
}

.p-search-btn {
	bottom: 0;
	left: 50%;
	position: fixed;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}

.p-search-btn__container {
	background-color: rgb(255, 255, 255);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	width: 100vw;
}

.p-search-btn__container .c-search-btn {
	bottom: -18px;
	bottom: -1.125rem;
}

.p-search {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(250, 250, 250, 0.7);
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 200;
}

.p-search__overlay {
	background: transparent;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-search__box {
	display: contents;
}

.p-search__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	max-width: 500px;
	max-width: 31.25rem;
	min-height: 500px;
	min-height: 31.25rem;
	position: relative;
}

.p-search__inner.is-active {
	background: #0b335e;
	display: block;
	margin-top: 90px;
	margin-top: 5.625rem;
	max-width: none;
	min-height: 0;
}

.p-search__upper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	height: 5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	top: 0;
	width: 100vw;
}

.p-search__back {
	color: #3c4242;
	margin-left: -4px;
	margin-top: -9px;
}

.p-search__close {
	padding: 40px 32px;
	padding: 2.5rem 2rem;
	position: fixed;
	right: 0;
}

.p-search__close span {
	background-color: rgb(0, 56, 101);
	border-radius: 100vh;
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 19px;
	right: 1.1875rem;
	top: 35px;
	top: 2.1875rem;
	width: 24px;
	width: 1.5rem;
}

.p-search__close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-search__close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-search__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 520px;
	min-height: 32.5rem;
}

.p-search__wrapper.is-active {
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	background-color: #0b335e;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	margin-top: 80px;
	margin-top: 5rem;
}

.p-search__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 40px;
	padding: 0 2.5rem;
}

.p-search__heading {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.p-search__text {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-search__btn1 {
	margin-top: 31px;
	margin-top: 1.9375rem;
	width: 100%;
}

.p-search__btn2 {
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.p-search__container2 {
	display: none;
	pointer-events: all;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.p-search__tab-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-search__tab-search1,
.p-search__tab-search2 {
	width: 50%;
}

.p-search__tab-search1 img,
.p-search__tab-search2 img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
}

.p-search__tab-search1 img {
	width: 14px;
	width: 0.875rem;
}

.p-search__tab-search2 img {
  width: 19px;
	width: 1.1875rem;
}

.p-search__content {
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding: 25px 16px;
	padding: 1.5625rem 1rem;
}

.p-search__content-lead {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
}

.p-search__content-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-search__content-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-search__content-item:nth-child(1) {
	border-bottom: 2px solid #335b7c;
	border-bottom: 0.125rem solid #335b7c;
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
}

.p-search__content-item:nth-child(2) {
	padding-top: 6px;
	padding-top: 0.375rem;
}

.p-search__content-heading {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.p-search__content-body {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0.25rem;
	-webkit-box-shadow: inset 0px 0px 8px 3px #c5c9d2;
	box-shadow: inset 0px 0px 8px 3px #c5c9d2;
	color: rgb(60, 66, 66);
	font-size: 12px;
	font-size: 0.75rem;
	min-width: 232px;
	min-width: 14.5rem;
	position: relative;
}

.p-search__content-item:nth-child(1) .p-search__content-body {
	border: none;
	padding: 13px 16px;
	padding: 0.8125rem 1rem;
}

.p-search__content-item:not(:first-child) .p-search__content-body {
	height: 44px;
	height: 2.75rem;
}

.p-search__pc-btn {
	padding: 13px 22px;
	padding: 0.8125rem 1.375rem;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-search__pc-btn-icon::after {
	border: 2px solid rgb(0, 0, 0);
	border: 0.125rem solid rgb(0, 0, 0);
	border-bottom: none;
	border-right: none;
	content: "";
	height: 6px;
	height: 0.375rem;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 55%;
	-webkit-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 6px;
	width: 0.375rem;
}

.p-search__pc-btn-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	max-height: 180px;
	max-height: 11.25rem;
	overflow: auto;
	position: absolute;
	top: 44px;
	top: 2.75rem;
	z-index: 1;
}

.p-search__pc-btn-list {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
	background: linear-gradient(#fff, #f9f9f9);
	min-width: 238px;
	min-width: 14.875rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.p-search__pc-btn-list label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	gap: 0.3125rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.p-search__pc-btn-label {
	color: #c5c9d2;
}

.p-search__content-btn {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: right;
}

.p-search__content2 {
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding: 25px 16px;
	padding: 1.5625rem 1rem;
}

.p-search__content-btn-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	gap: 0.375rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-search__content-btn-item {
	background: #003865;
	-webkit-box-shadow: inset 0px 0px 3px 1px #002449;
	box-shadow: inset 0px 0px 3px 1px #002449;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-search__content2-item2 {
	display: none;
}

.p-search__content2-back {
	margin-top: -8px;
	margin-top: -0.5rem;
	padding-left: 11px;
	padding-left: 0.6875rem;
	position: relative;
}

.p-search__content2-back button {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.p-search__content2-back span {
	color: #d0006f;
	left: -7px;
	left: -0.4375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-search__content-cancer {
	color: #c4d600;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	margin-left: -8px;
	margin-left: -0.5rem;
	margin-top: 1px;
	margin-top: 0.0625rem;
}

.p-search__content2-wrapper {
	margin: 36px auto 0;
	margin: 2.25rem auto 0;
}

.p-search__content2-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 350px;
	max-width: 21.875rem;
	position: relative;
}

.p-search__content2-container img {
	-o-object-fit: cover;
	aspect-ratio: 153/297;
	height: auto;
	object-fit: cover;
	width: 153px;
	width: 9.5625rem;
}

.p-search__choice {
	color: #e366a9;
	font-size: 11px;
	font-size: 0.6875rem;
	left: 15px;
	left: 0.9375rem;
	position: absolute;
	top: 0;
}

.p-search__content2-box {
	left: 12px;
	left: 0.75rem;
	position: absolute;
	top: 63px;
	top: 3.9375rem;
}

.p-search__content2-box .p-search__content2-line {
	width: 90px;
	width: 5.625rem;
}

.p-search__content2-box2 {
	left: 12px;
	left: 0.75rem;
	position: absolute;
	top: 128px;
	top: 8rem;
}

.p-search__content2-box2 .p-search__content2-line {
	width: 86px;
	width: 5.375rem;
}

.p-search__content2-box3 {
	left: 13px;
	left: 0.8125rem;
	position: absolute;
	top: 153px;
	top: 9.5625rem;
}

.p-search__content2-box3 .p-search__content2-line {
	width: 69px;
	width: 4.3125rem;
}

.p-search__content2-box4 {
	left: 13px;
	left: 0.8125rem;
	position: absolute;
	top: 180px;
	top: 11.25rem;
}

.p-search__content2-box4 .p-search__content2-line {
	width: 69px;
	width: 4.3125rem;
}

.p-search__content2-box5 {
	left: 13px;
	left: 0.8125rem;
	position: absolute;
	top: 234px;
	top: 14.625rem;
}

.p-search__content2-box5 .p-search__content2-line {
	width: 88px;
	width: 5.5rem;
}

.p-search__content2-box6 {
	left: 13px;
	left: 0.8125rem;
	position: absolute;
	top: 253px;
	top: 15.8125rem;
}

.p-search__content2-box6 .p-search__content2-line {
	width: 80px;
	width: 5rem;
}

.p-search__content2-box7 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 7px;
	top: 0.4375rem;
}

.p-search__content2-box7 .p-search__content2-line {
	width: 87px;
	width: 5.4375rem;
}

.p-search__content2-box8 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 50px;
	top: 3.125rem;
}

.p-search__content2-box8 .p-search__content2-line {
	width: 95px;
	width: 5.9375rem;
}

.p-search__content2-box9 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 102px;
	top: 6.375rem;
}

.p-search__content2-box9 .p-search__content2-line {
	width: 83px;
	width: 5.1875rem;
}

.p-search__content2-box10 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 146px;
	top: 9.125rem;
}

.p-search__content2-box10 .p-search__content2-line {
	width: 86px;
	width: 5.375rem;
}

.p-search__content2-box11 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 170px;
	top: 10.625rem;
}

.p-search__content2-box11 .p-search__content2-line {
	width: 112px;
	width: 7rem;
}

.p-search__content2-box12 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 194px;
	top: 12.125rem;
}

.p-search__content2-box12 .p-search__content2-line {
	width: 69px;
	width: 4.3125rem;
}

.p-search__content2-box13 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 244px;
	top: 15.25rem;
}

.p-search__content2-box13 .p-search__content2-line {
	width: 94px;
	width: 5.875rem;
}

.p-search__content2-box14 {
	position: absolute;
	right: 11px;
	right: 0.6875rem;
	top: 289px;
	top: 18.0625rem;
}

.p-sort {
	background-color: rgb(250, 250, 250);
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 300;
}

.p-sort__upper {
	position: fixed;
	width: 100%;
}

.p-sort__close {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 25px 20px;
	padding: 1.5625rem 1.25rem;
}

.p-sort__close img {
	-o-object-fit: cover;
	aspect-ratio: 24/30;
	height: auto;
	object-fit: cover;
	width: 24px;
	width: 1.5rem;
}

.p-sort__wrapper {
	margin-top: 98px;
	margin-top: 6.125rem;
}

.p-sort__wrapper-inner {
	margin: 0 auto;
	max-width: 550px;
	max-width: 34.375rem;
	padding: 0 48px;
	padding: 0 3rem;
}

.p-sort__head {
	border-bottom: 1px solid rgb(240, 238, 240);
	border-bottom: 0.0625rem solid rgb(240, 238, 240);
	cursor: pointer;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.7;
	opacity: 1;
	padding: 11px 12px;
	padding: 0.6875rem 0.75rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-sort__head::after {
	background-image: url(../images/trial/icon-plus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.p-sort__head.is-open::after {
	background-image: url(../images/trial/icon-minus.svg);
	height: 2px;
	height: 0.125rem;
}

.p-sort__head:hover {
	background: #e5e7eb;
	opacity: 0.7;
}

.p-sort__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	gap: 0.3125rem;
	padding: 9px 4px;
	padding: 0.5625rem 0.25rem;
}

.p-sort__item:nth-child(3) .p-sort__list {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid rgb(240, 238, 240);
	border-bottom: 0.0625rem solid rgb(240, 238, 240);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 9px 4px;
	padding: 0.5625rem 0.25rem;
}

.p-sort__list input {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-sort__list label {
	color: #3c4242;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-sort__list button {
	margin-left: auto;
	margin-right: 10px;
	margin-right: 0.625rem;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.p-sort__list button::after {
	background-image: url(../images/trial/icon-plus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 12px;
	height: 0.75rem;
	left: 13px;
	left: 0.8125rem;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	width: 12px;
	width: 0.75rem;
}

.p-sort__list button.is-active::after {
	background-image: url(../images/trial/icon-minus.svg);
	height: 2px;
	height: 0.125rem;
	top: 10px;
	top: 0.625rem;
}

.p-sort__prefectures {
	grid-column-gap: 10px;
	-moz-column-gap: 10px;
	grid-row-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 15px 24px;
	padding: 0.9375rem 1.5rem;
	row-gap: 10px;
	width: 100%;
}

.p-sort__prefectures li {
	padding: 4px 9px;
	padding: 0.25rem 0.5625rem;
}

.p-sort__empty {
	font-size: 14px;
	font-size: .875rem;
	padding: 8px;
	padding: .5rem;
}

.p-term {
	border-top: 3px solid rgb(152, 22, 99);
	border-top: 0.1875rem solid rgb(152, 22, 99);
	padding: 16px 0 0;
	padding: 1rem 0 0;
}

.p-term__lists {
	grid-column-gap: 0.3125rem;
	-moz-column-gap: 0.3125rem;
	grid-row-gap: 0.3125rem;
	-webkit-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	row-gap: 5px;
	row-gap: 0.3125rem;
}

.p-term__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
	padding: 0 2px;
	padding: 0 0.125rem;
}

.p-term__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	width: 1.125rem;
}

.p-term__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-term__text {
	color: #3c4242;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
}

.p-top-about {
	margin-top: 178px;
	margin-top: 11.125rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-top-about__inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.p-top-about__img {
	position: relative;
}

.p-top-about-sub__img {
	bottom: 187px;
	bottom: 11.6875rem;
	left: -16px;
	left: -1rem;
	position: absolute;
	z-index: 1;
}

.p-top-about-sub__img img {
	-o-object-fit: cover;
	aspect-ratio: 205/206;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-about-main__img img {
	-o-object-fit: cover;
	aspect-ratio: 590/483;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
}

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

.p-top-about__text {
	line-height: 1.9;
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-top-interview {
	padding: 90px 0 156px;
	padding: 5.625rem 0 9.75rem;
}

.p-top-interview__inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.p-top-interview__heading {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.p-top-interview__col {
  display: grid;
  gap: 26px;
  gap: 1.625rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.p-top-interview__img,
.p-top-interview__img img {
  width: 100%;
  height: auto;
}

.p-top-faq {
	padding: 15px 0 156px;
	padding: 0.9375rem 0 9.75rem;
}

.p-top-faq__inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

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

.p-top-faq__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-top-mv {
	padding-top: 90px;
	padding-top: 5.625rem;
}

.p-top-mv img {
	-o-object-fit: cover;
	aspect-ratio: 375/250;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-process {
	background-color: rgb(248, 248, 248);
	margin-top: 114px;
	margin-top: 7.125rem;
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
	padding-top: 41px;
	padding-top: 2.5625rem;
}

.p-top-process__inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.p-top-process__img img {
	-o-object-fit: cover;
	aspect-ratio: 825/716;
	height: auto;
	margin: 0 auto;
	object-fit: cover;
	width: 335px;
	width: 20.9375rem;
}

.p-top-process__heading {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-top-process__box {
	margin-top: 52px;
	margin-top: 3.25rem;
}

.p-top-process__text {
	letter-spacing: -0.11em;
	line-height: 1.62;
}

.p-top-process__btn {
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: left;
}

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

.p-top-trial__inner {
	margin: 0 auto;
	max-width: 580px;
	max-width: 36.25rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.p-top-trial__inner .p-search-btn {
	bottom: 0;
	left: 50%;
	position: fixed;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}

.p-top-info {
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
/*   background-color: #F8F8F8; */
  background-color: #fff3f7;
  margin-bottom: 76px;
  margin-bottom: 4.75rem;
}

.p-top-info__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #830051;
}

.p-top-info__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #3D3D3D;
}

.p-top-trial__lead {
	color: #3d3d3d;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
}

.p-top-trial__img {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-top-trial__img img {
	-o-object-fit: cover;
	aspect-ratio: 343/33;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-trial__guidance {
	margin-top: 76px;
	margin-top: 4.75rem;
	text-align: center;
}

.p-top-trial__heading {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-top-trial__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-top-trial__btn-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.p-top-trial__btn1 a,
.p-top-trial__btn2 a {
	min-width: 290px;
	min-width: 18.125rem;
}

.p-top-utilize {
	padding: 50px 0 60px;
	padding: 3.125rem 0 3.75rem;
}

.p-top-utilize__inner {
	margin: 0 auto;
	max-width: 550px;
	max-width: 34.375rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100%;
}

.p-top-utilize__inner .p-search-btn {
	left: calc(50% - min(47.2vw, 45rem));
}

.p-top-utilize__container {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	position: relative;
}

.swiper-pagination-horizontal.p-top-utilize__pagination {
	bottom: -57px;
	bottom: -3.5625rem;
}

.p-top-utilize__container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 2px 12px;
	margin: 0.125rem 0.75rem;
}

.p-top-utilize__container .p-top-utilize__pagination span {
	background: #d0006f;
	height: 10px;
	height: 0.625rem;
	width: 10px;
	width: 0.625rem;
}

.p-top-utilize__container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	height: 14px;
	height: 0.875rem;
	margin: 0 12px;
	margin: 0 0.75rem;
	width: 14px;
	width: 0.875rem;
}

.p-trial-aside {
	padding: 240px 0 140px;
	padding: 15rem 0 8.75rem;
	position: relative;
}

.p-trial-aside::before {
	background: url(../images/trial/trial-mv.png) no-repeat center/cover;
	content: "";
	height: 160px;
	height: 10rem;
	left: 0;
	position: absolute;
	top: 80px;
	top: 5rem;
	width: 100%;
}

.p-trial-aside__inner {
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.p-trial-aside__wrapper {
	padding-top: 28px;
	padding-top: 1.75rem;
}

.p-trial-aside__btn-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-trial-aside__result {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
}

.p-trial-aside__sort-btn {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-trial-aside__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	gap: 1.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-trial-detail-aside {
	padding: 240px 0 82px;
	padding: 15rem 0 5.125rem;
	position: relative;
}

.p-trial-detail-aside::before {
	background: url(../images/trial/trial-mv.png) no-repeat center/cover;
	content: "";
	height: 160px;
	height: 10rem;
	left: 0;
	position: absolute;
	top: 80px;
	top: 5rem;
	width: 100%;
}

.p-trial-detail-aside__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-trial-detail-web.p-trial-detail-aside::before {
/* 	background: url(../images/trial/trial-mv2.png) no-repeat center/cover; */
	background: url(../images/trial/trial-mv.png) no-repeat center/cover;
}

.p-trial-detail {
	padding: 240px 0 80px;
	padding: 15rem 0 5rem;
	position: relative;
}

.p-trial-detail::before {
	background: url(../images/trial/trial-mv.png) no-repeat center/cover;
	content: "";
	height: 160px;
	height: 10rem;
	left: 0;
	position: absolute;
	top: 80px;
	top: 5rem;
	width: 100%;
}

.p-trial-detail__wrapper {
	width: 100%;
}

.p-trial-detail__empty {
	text-align: center;
	padding: 5rem 0;
}

.p-trial-detail__inner {
	margin: 0 auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-trial-detail__block1 {
	border-bottom: 1px solid rgb(152, 22, 99);
	border-bottom: 0.0625rem solid rgb(152, 22, 99);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 20px;
	padding: 1.125rem 1.25rem;
}

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

.p-trial-detail__term {
	min-width: 269px;
	min-width: 16.8125rem;
	text-align: center;
}

.p-trial-detail__block2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
	padding: 30px 20px 15px;
	padding: 1.875rem 1.25rem 0.9375rem;
}

.p-trial-detail__name {
	color: #3d3d3d;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-trial-detail__description {
	color: #830051;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-trial-detail__block3 {
	border-top: 1px solid #000;
	border-top: 0.0625rem solid #000;
	padding: 16px 20px 24px;
	padding: 1rem 1.25rem 1.5rem;
}

.p-trial-detail__purpose {
	color: #4d4d4d;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.7;
	text-align: left;
}

.p-trial-detail__purpose span:nth-child(1) {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
	text-align: center;
	white-space: pre-line;
}

.p-trial-detail__purpose span:nth-child(2) {
	white-space: pre-line;
}

.p-trial-detail__date {
	background: rgb(248, 248, 248);
	color: #3c4242;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 18px 21px;
	padding: 1.125rem 1.3125rem;
}

.p-trial-detail__border {
	background-color: #981663;
	display: inline-block;
	height: 4px;
	height: 0.25rem;
	margin-top: 26px;
	margin-top: 1.625rem;
	width: 100%;
}

.p-trial-detail__heading {
	background-color: #f8f8f8;
	color: #830051;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 33px auto 0;
	margin: 2.0625rem auto 0;
	max-width: 600px;
	max-width: 37.5rem;
	overflow: hidden;
	padding: 17px 17px;
	padding: 1.0625rem 1.0625rem;
}

.p-trial-detail__image {
	margin-top: 1rem;
}

.p-trial-detail__content {
	padding: 24px 0;
	padding: 1.5rem 0;
}

.p-trial-detail__content2 {
	overflow: hidden;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-trial-detail__content-inner {
	padding: 0 16px;
	padding: 0 1rem;
}

.p-trial-detail__content-inner2 {
	padding: 0 32px;
	padding: 0 2rem;
}

.p-trial-detail__container + .p-trial-detail__container {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-trial-detail__content2 .p-trial-detail__container + .p-trial-detail__container {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-trial-detail__index {
	color: #830051;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-trial-detail__index--black {
	color: #3c4242;
}

.p-trial-detail__index.p-trial-detail__index--black {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-trial-detail__lead {
	color: #3c4242;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 16px;
	padding-left: 1rem;
}

.p-trial-detail__lead2 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-trial-detail__lead ~ .p-trial-detail__lead {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-trial-detail__question {
	color: #830051;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding: 16px 0;
	padding: 1rem 0;
}

.p-trial-detail__lists {
	margin-top: 34px;
	margin-top: 2.125rem;
	padding-left: 29px;
	padding-left: 1.8125rem;
}

.p-trial-detail__lists2 {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-trial-detail__lists2 .p-trial-detail__lists2 {
	padding-left: 15px;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.p-trial-detail__list {
	color: #3c4242;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	position: relative;
	text-indent: 1em;
}

.p-trial-detail__list2 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #3c4242;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 9px;
	gap: 0.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.p-trial-detail__list2--black {
	color: #3c4242;
}

.p-trial-detail__list::before {
	color: #981663;
	content: "▶";
	height: 10px;
	height: 0.625rem;
	left: -20px;
	left: -1.25rem;
	position: absolute;
	width: 10px;
	width: 0.625rem;
}

.p-trial-detail__bullet-point::before {
	background-color: #981663;
	border-radius: 50%;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	width: 5px;
	width: 0.3125rem;
}

.p-trial-detail__bullet-point--black::before {
	background-color: rgb(157, 176, 172);
}

.p-trial-detail__list + .p-trial-detail__list {
	margin: 7px 0 0;
	margin: 0.4375rem 0 0;
}

.p-trial-detail__list2 + .p-trial-detail__list2 {
	margin: 9px 0 0;
	margin: 0.5625rem 0 0;
}

.p-trial-detail__list.p-trial-detail__list--color {
	color: #981663;
	font-weight: 700;
	line-height: 1.4;
}

.p-trial-detail__list.p-trial-detail__list--color + .p-trial-detail__list.p-trial-detail__list--color {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-trial-detail__list3 {
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 1em;
	text-indent: -1em;
}

.p-trial-detail__list4 {
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 1em;
	text-indent: -1em;
}

.p-trial-detail__list4::before {
	content: "・";
}

.p-trial-detail__annotation {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.p-trial-detail__text {
	color: #3c4242;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	text-indent: 0em;
}

.p-trial-detail__text:nth-child(1) {
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-trial-detail__text + .p-trial-detail__text {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-trial-detail__text2 {
	color: #3c4242;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	text-indent: 0em;
}

.p-trial-detail__answer {
	color: #3c4242;
	font-size: 16px;
	font-size: 1rem;
	white-space: pre-wrap;
}

.p-trial-detail__footer {
	margin-top: 39px;
	margin-top: 2.4375rem;
	white-space: pre-wrap;
}

.p-trial-detail__guidance {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-trial-detail__btn {
	margin-top: 63px;
	margin-top: 3.9375rem;
	text-align: center;
}

.p-trial-detail__btn.p-trial-detail__btn--contact {
	margin-top: 0px;
	margin-top: 0rem;
}

.p-trial-detail__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-trial-detail__items--facility .p-trial-detail__item--facility:not(:first-child) {
  margin-top: 2rem;
}

.p-trial-detail__dt {
	border-right: 1px solid rgb(152, 22, 99);
	border-right: 0.0625rem solid rgb(152, 22, 99);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	min-width: 116px;
	min-width: 7.25rem;
	padding: 0 5px 7px 5px;
	padding: 0 0.3125rem 0.4375rem 0.3125rem;
}

.p-trial-detail__item:not(:first-child) .p-trial-detail__dt {
	padding: 17px 5px 7px 5px;
	padding: 1.0625rem 0.3125rem 0.4375rem 0.3125rem;
}

.p-trial-detail__dt small {
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-trial-detail__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.5;
	white-space: pre-line;
}

.p-trial-detail__title,
.p-trial-detail__facility-name {
  padding: 0.35rem 0.41rem;
  font-size: 12px;
	font-size: 0.75rem;
}

.p-trial-detail__title {
  min-width: 4.58rem;
  background-color: #f8f8f8;
  font-weight: 700;
}

.p-trial-detail__facility-name {
  font-weight: 400;
}

.p-trial-detail__p {
	white-space: pre-wrap;
}

.p-trial-detail__item:first-child .p-trial-detail__dd {
	margin-top: -8px;
	margin-top: -0.5rem;
	padding: 0px 5px 2px 32px;
	padding: 0rem 0.3125rem 0.125rem 2rem;
}

.p-trial-detail__item:not(:first-child) .p-trial-detail__dd {
	padding: 9px 5px 2px 32px;
	padding: 0.5625rem 0.3125rem 0.125rem 2rem;
}

.p-trial-detail__dd li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-trial-detail__dd li::before {
	content: "・";
}

.p-trial-detail__summary {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-trial-detail__items {
	padding: 20px 0 20px;
	padding: 1.25rem 0 1.25rem;
}

.p-trial-detail__btn-wrapper {
	padding: 0 20px;
	padding: 0 1.25rem;
	text-align: center;
}

.p-trial-detail__contact-annotation {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-trial-detail__tel {
	margin: 20px 0 0;
	margin: 1.25rem 0 0;
	text-align: center;
}

.p-trial-detail__tel a {
	display: inline-block;
}

.p-trial-detail__service {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	text-align: center;
}

.p-trial-detail__application {
	bottom: 8px;
	left: 50%;
	position: fixed;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}

.p-trial-item {
	background-color: rgb(248, 248, 248);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
}

.p-trial-item__inner {
	padding: 15px;
	padding: 0.9375rem;
}

.p-trial-item__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-trial-item__name {
	color: #3d3d3d;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.p-trial-aside__term {
  flex-shrink: 0;
}

.p-trial-item__description {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #830051;
	display: -webkit-box;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 24px;
	margin-top: 1.5rem;
	overflow: hidden;
}

.p-trial-item__summary {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	gap: 0.75rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-trial-item__summary-heading {
	color: #4d4d4d;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-trial-item__summary-box {
	border-left: 1px solid rgb(152, 22, 99);
	border-left: 0.0625rem solid rgb(152, 22, 99);
	padding: 0 5px 0 12px;
	padding: 0 0.3125rem 0 0.75rem;
}

.p-trial-item__summary-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #3c4242;
	display: -webkit-box;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.4;
	overflow: hidden;
}

.p-trial {
	padding: 240px 0 140px;
	padding: 15rem 0 8.75rem;
	position: relative;
}

.p-trial::before {
	background: url(../images/trial/trial-mv2.png) no-repeat center/cover;
	content: "";
	height: 160px;
	height: 10rem;
	left: 0;
	position: absolute;
	top: 80px;
	top: 5rem;
	width: 100%;
}

.p-trial__inner {
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.p-trial__wrapper {
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-trial__result {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
}

.p-trial__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	gap: 1.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-trial-link {
	padding: 1.875rem;
	background-color: #f8f8f8;
	text-align: center;
	margin-top: 3.75rem;
}
.p-trial-link__text {
	font-size: 0.8rem;
}
.p-trial-link__text span {
	color: #830D51;
	font-weight: 700;
}

.p-trial-link__btn-wrapper {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.u-hidden {
	height: 100vh;
	overflow: hidden;
}

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

}

@media (hover: none) {

a:active {
	opacity: 0.7;
}

}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	scroll-padding-top: 6.25rem;
}

.l-inner {
	max-width: 1392px;
	max-width: 87rem;
	padding: 0 36px;
	padding: 0 2.25rem;
}

.c-application-btn {
	max-width: none;
	min-width: 260px;
	min-width: 16.25rem;
	padding: 50px 32px;
	padding: 3.125rem 2rem;
	width: auto;
}

.js-medium .c-application-btn {
	min-width: 150px;
	min-width: 9.375rem;
	padding: 40px 22px;
	padding: 2.5rem 1.375rem;
}

.js-large .c-application-btn {
	min-width: 150px;
	min-width: 9.375rem;
	padding: 36px 15px;
	padding: 2.25rem 0.9375rem;
}

.c-application-btn__box {
	gap: 4px;
	gap: 0.25rem;
}

.c-application-btn__heading {
	font-size: 24px;
	font-size: 1.5rem;
}

.c-application-btn__sub {
	font-size: 14px;
	font-size: 0.875rem;
}

.c-back-btn a {
	gap: 10px;
	gap: 0.625rem;
}

.c-btn {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	min-height: 80px;
	min-height: 5rem;
	padding: 10px 50px;
	padding: 0.625rem 3.125rem;
	pointer-events: all;
}

.js-medium .c-btn,
.js-large .c-btn {
	min-width: 0;
	padding: 10px 40px;
	padding: 0.625rem 2.5rem;
}

.c-btn span {
	right: 0;
}

.c-cancer-link button {
	font-size: 14px;
	font-size: 0.875rem;
}

.c-contact-btn input[type=submit] {
	min-width: 235px;
	min-width: 14.6875rem;
	padding: 16px 46px;
	padding: 1rem 2.875rem;
}

.c-contact-confirm-btn input[type=submit] {
	min-width: 235px;
	min-width: 14.6875rem;
	padding: 16px 46px;
	padding: 1rem 2.875rem;
}

.c-disease-btn {
	gap: 16px;
	gap: 1rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.c-disease-btn span:nth-child(3) {
	right: 11px;
	right: 0.6875rem;
}

.c-fix-btn {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px 40px;
	padding: 1rem 2.5rem;
}

.c-font-size-btn {
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.js-medium .c-font-size-btn {
	padding: 5px 8px;
	padding: 0.3125rem 0.5rem;
}

.js-large .c-font-size-btn {
	padding: 5px 7px;
	padding: 0.3125rem 0.4375rem;
}

.c-more-btn {
	font-size: 18px;
	font-size: 1.125rem;
	gap: 10px;
	gap: 0.625rem;
}

.c-more-btn--large {
	font-size: 20px;
	font-size: 1.25rem;
}

.c-next {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	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;
}

.c-next__text {
	color: rgb(131, 0, 81);
	font-family: "Hiragino Sans", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.4em;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.c-next img {
	-o-object-fit: contain;
	aspect-ratio: 9/50;
	height: auto;
	margin-right: 12px;
	margin-right: 0.75rem;
	max-height: 50px;
	max-height: 3.125rem;
	object-fit: contain;
	width: 9px;
	width: 0.5625rem;
}

.c-search-btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 70px;
	height: 4.375rem;
	width: 70px;
	width: 4.375rem;
}

.c-search-btn__text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
}

.c-search-btn img {
	width: 30px;
	width: 1.875rem;
}

.c-search-btn2 {
	min-width: 235px;
	min-width: 14.6875rem;
	padding: 16px 46px;
	padding: 1rem 2.875rem;
}

.c-section-title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
}

.c-service-btn {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 1000px;
	max-width: 62.5rem;
}

.c-service-btn img {
	aspect-ratio: 330/240;
	border-radius: 0.625rem 0 0 0.625rem;
	width: 230px;
	width: 14.375rem;
}

.js-medium .c-service-btn img {
	width: 200px;
	width: 12.5rem;
}

.js-large .c-service-btn img {
	width: 146px;
	width: 9.125rem;
}

.c-service-btn__box {
	border-radius: 0 0.625rem 0.625rem 0;
	padding: 28px 35px 28px 28px;
	padding: 1.75rem 2.1875rem 1.75rem 1.75rem;
}

.js-medium .c-service-btn__box {
	padding: 18px 32px 18px 18px;
	padding: 1.125rem 2rem 1.125rem 1.125rem;
}

.js-large .c-service-btn__box {
	padding: 13px 27px 13px 13px;
	padding: 0.8125rem 1.6875rem 0.8125rem 0.8125rem;
}

.c-service-btn__heading {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.3;
}

.c-service-btn__heading::after {
	height: 40px;
	margin-right: -26px;
	margin-right: -1.625rem;
	right: 0;
	width: 27px;
}

.js-medium .c-service-btn__heading::after {
	margin-right: -30px;
	margin-right: -1.875rem;
	right: 0;
}

.js-large .c-service-btn__heading::after {
	margin-right: -28px;
	margin-right: -1.75rem;
	right: 0;
}

.c-service-btn__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.c-sort-btn-sp {
	gap: 10px;
	gap: 0.625rem;
}

.c-tab {
	/* -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 8px 3px rgb(0, 36, 73) inset;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 8px 3px rgb(0, 36, 73) inset; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 12px;
	gap: 0.75rem;
	max-height: none;
	padding: 10px 14px;
	padding: 0.625rem 0.875rem;
	pointer-events: all;
}

.c-tab.is-active {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 8px 3px rgb(0, 36, 73) inset;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 8px 3px rgb(0, 36, 73) inset;
  top: auto;
  left: -10px;
  width: calc(100% + 10px);
  height: 100%;
  max-height: none;
  border-radius: 0.625rem 0 0 0.625rem !important;
}

.p-search__tab-search1 .c-tab {
	border-radius: 0.625rem 0 0 0;
}

.p-search__tab-search2 .c-tab {
	border-radius: 0 0 0 0.625rem;
}

.c-tel-btn {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	max-width: none;
	min-width: 550px;
	min-width: 34.375rem;
	padding: 10px 106px;
	padding: 0.625rem 6.625rem;
}

.c-tel-btn span:nth-child(2) {
	display: block;
}

.c-tel-btn span:last-child {
	right: 20px;
	right: 1.25rem;
}

.c-term {
	font-size: 18px;
	font-size: 1.125rem;
}

.c-term--small {
	font-size: 18px;
	font-size: 1.125rem;
	min-width: 180px;
	min-width: 11.25rem;
}

.c-text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.c-title {
	font-size: 36px;
	font-size: 2.25rem;
	padding: 71px 0 76px 0;
	padding: 4.4375rem 0 4.75rem 0;
}

.c-top-btn {
	padding: 16px 70px;
	padding: 1rem 4.375rem;
}

.c-top-section-title {
	font-size: 36px;
	font-size: 2.25rem;
}

.c-totop-btn {
	height: 70px;
	height: 4.375rem;
	width: 70px;
	width: 4.375rem;
}

.c-totop-btn img {
	width: 30px;
	width: 1.875rem;
}

.c-trial-btn a {
	letter-spacing: 0;
	padding: 16px 25px;
	padding: 1rem 1.5625rem;
}

.c-trial-btn.c-trial-btn--contact a {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px 46px;
	padding: 1rem 2.875rem;
}

.p-404 {
	padding: 300px 0;
	padding: 18.75rem 0;
}

.p-about-trial {
	padding-bottom: 284px;
	padding-bottom: 17.75rem;
}

.p-about-trial__inner {
	max-width: 950px;
	max-width: 59.375rem;
	padding: 0 60px;
	padding: 0 3.75rem;
	position: relative;
}

.js-medium .p-about-trial__inner {
	max-width: 950px;
	max-width: 59.375rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.js-large .p-about-trial__inner {
	padding: 0 100px;
	padding: 0 6.25rem;
}

.p-about-trial__inner .p-search-btn {
	left: calc(50% - min(47.9vw, 45rem));
}

.js-medium .p-about-trial__inner .p-search-btn {
	left: calc(50% - min(48.9vw, 45rem));
}

.p-about-trial__img {
	margin: 126px auto 0;
	margin: 7.875rem auto 0;
}

.p-about-trial__img img {
	aspect-ratio: 820/700;
}

.p-about-trial__section-title {
	margin: 0 auto;
	margin-top: 158px;
	margin-top: 9.875rem;
	max-width: 820px;
	max-width: 51.25rem;
}

.p-about-trial__section-title.bg-color {
  margin-top: 158px;
  margin-top: 9.875rem;
  padding: 5px 35px;
  padding: 0.3125rem 2.1875rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-about-trial__text-inner {
	display: block;
	margin: 0 auto;
	max-width: 760px;
	max-width: 47.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-about-trial__text {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 91px;
	margin-top: 5.6875rem;
}

.p-about-trial__text + .p-about-trial__text {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-about-trial__movie {
	/* margin-top: 230px;
	margin-top: 14.375rem; */
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-about-trial__quote {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-aside-web__lead {
	color: #830051;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 16px;
	padding-top: 1rem;
}

.p-aside {
	background: #fff;
	border-radius: 0.5rem;
	margin-top: -27px;
	margin-top: -1.6875rem;
	min-width: 300px;
	min-width: 18.75rem;
	padding: 37px 27px;
	padding: 2.3125rem 1.6875rem;
	position: sticky;
	top: 64px;
	top: 4rem;
}

.js-medium .p-aside {
	min-width: 260px;
	min-width: 16.25rem;
	padding: 30px 24px;
	padding: 1.875rem 1.5rem;
}

.js-large .p-aside {
	min-width: 240px;
	min-width: 15rem;
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
}

.p-aside__lists {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
	gap: 0.875rem;
}

.p-aside__list:nth-child(2),
.p-aside__list:nth-child(3),
.p-aside__list:nth-child(4),
.p-aside__list:nth-child(5) {
	width: 100%;
}

.p-aside__text {
	font-size: 16px;
	font-size: 1rem;
}

.p-btn {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-contact {
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.p-contact__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 60px;
	padding: 0 3.75rem;
}

.js-medium .p-contact__inner,
.js-large .p-contact__inner {
	max-width: 900px;
	max-width: 56.25rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.p-contact__inner .p-search-btn {
	left: calc(50% - min(47.9vw, 45rem));
}

.p-contact__section-title {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-contact__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0;
	margin-top: 53px;
	margin-top: 3.3125rem;
}

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

.p-contact__error-lists {
	font-size: 20px;
	font-size: 1.25rem;
	gap: 3px;
	gap: 0.1875rem;
	padding: 20px 0 16px;
	padding: 1.25rem 0 1rem;
}

.p-contact__content {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact__content + .p-contact__content {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-contact__content:nth-child(2) .p-contact__content {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-contact__head {
	font-size: 30px;
	font-size: 1.875rem;
}

.p-contact__content:nth-child(3) .p-contact__head {
	margin-top: -18px;
	margin-top: -1.125rem;
}

.p-contact__content:nth-child(4) .p-contact__head {
	margin-top: -11px;
	margin-top: -0.6875rem;
}

.p-contact__content:nth-child(5) .p-contact__head {
	letter-spacing: 0;
	margin-top: -16px;
	margin-top: -1rem;
}

.p-contact__content:nth-child(5) .p-contact__item {
	margin-top: -4px;
	margin-top: -0.25rem;
}

.p-contact__content:nth-child(5) .p-contact__item input {
	font-size: 16px;
	font-size: 1rem;
	padding: 13px 32px;
	padding: 0.8125rem 2rem;
	width: auto;
}

.p-contact__item textarea,
.p-contact__item input[type=tel],
.p-contact__item input[type=text],
.p-contact__item input[type=email] {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-contact__item-radio {
	margin-left: 25px;
	margin-left: 1.5625rem;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.p-contact__item-radio label {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0;
}

.p-contact__item-radio label + label {
	margin-top: 0;
}

.p-contact__item-radio label:not(:first-child) {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-contact__item-radio span {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 0;
}

.p-contact__item ::-moz-placeholder {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.p-contact__item ::-webkit-input-placeholder {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.p-contact__item :-ms-input-placeholder {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.p-contact__item ::-ms-input-placeholder {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.p-contact__item ::placeholder {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.p-contact__item input,
.p-contact__item textarea {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-contact__item input {
	padding: 5px 28px;
	padding: 0.3125rem 1.75rem;
}

.p-contact__item textarea {
	margin: 20px 27px 0;
	margin: 1.25rem 1.6875rem 0;
	max-width: 853px;
	max-width: 53.3125rem;
	padding: 8px 28px;
	padding: 0.5rem 1.75rem;
}

.p-contact__annotation {
	letter-spacing: 0.13em;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-contact__item input[type=tel] {
	font-size: 16px;
	font-size: 1rem;
	margin: 25px 31px 0;
	margin: 1.5625rem 1.9375rem 0;
	min-width: 415px;
	min-width: 25.9375rem;
	padding: 11px 28px;
	padding: 0.6875rem 1.75rem;
	width: auto;
}

.p-contact__item input[type=text] {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.03em;
	margin: 25px 31px 0;
	margin: 1.5625rem 1.9375rem 0;
	min-width: 416px;
	min-width: 26rem;
	padding: 15px 29px;
	padding: 0.9375rem 1.8125rem;
	width: auto;
}

.p-contact__item input[type=email] {
	margin: 25px 26px 0;
	margin: 1.5625rem 1.625rem 0;
	min-width: 420px;
	min-width: 26.25rem;
	padding: 9px 25px;
	padding: 0.5625rem 1.5625rem;
}

.p-contact__acceptance {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-contact__item-checkbox {
	margin-left: -11px;
	margin-left: -0.6875rem;
}

.p-contact__item-checkbox label {
	font-size: 16px;
	font-size: 1rem;
	gap: 6px;
	gap: 0.375rem;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding: 10px;
	padding: 0.625rem;
}

.p-contact__item-checkbox label input[type=checkbox] {
	border-radius: 0.125rem;
	height: 20px;
	height: 1.25rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding: 12px;
	padding: 0.75rem;
	width: 20px;
	width: 1.25rem;
}

.p-contact__item-checkbox label input[type=checkbox]:checked::after {
	border-width: 0 3px 3px 0;
	border-width: 0 0.1875rem 0.1875rem 0;
	left: 30px;
	left: 1.875rem;
}

.p-contact__item-checkbox label span {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0em;
}

.p-contact__policy {
	margin-top: auto;
}

.p-contact__policy-title {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0;
	margin: 7px 0 0 29px;
	margin: 0.4375rem 0 0 1.8125rem;
	padding: 5px 12px 5px 18px;
	padding: 0.3125rem 0.75rem 0.3125rem 1.125rem;
}

.p-contact__policy-title span {
	border: 3px solid rgb(131, 0, 81);
	border: 0.1875rem solid rgb(131, 0, 81);
	border-left: 0;
	border-top: 0;
	margin: -7px 0 0 18px;
	margin: -0.4375rem 0 0 1.125rem;
}

.p-contact__policy-title.is-open span {
	margin-top: 0px;
	margin-top: 0rem;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.p-contact__btn-wrap {
	gap: 24px;
	gap: 1.5rem;
	margin-top: 94px;
	margin-top: 5.875rem;
}

.p-contact__submit {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.p-contact__top {
	margin-top: 142px;
	margin-top: 8.875rem;
}

.wp-block-file a,
.p-content p,
.p-content li,
.p-content th,
.p-content td {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.8181818182;
}

.p-content h2 {
	font-size: 200%;
	letter-spacing: 0.1em;
}

.p-content h3 {
	font-size: 170%;
}

.p-content h4 {
	font-size: 150%;
}

.p-content h2:nth-of-type(1) {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.wp-block-file,
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul,
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-content p:nth-child(n+2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-content > ol > li {
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-content > ol > li:nth-child(n+10) {
	text-indent: -40px;
	text-indent: -2.5rem;
}

.p-content > ol > li > ol > li {
	padding-left: 24px;
	padding-left: 1.5rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
	text-indent: -16px;
	text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
	text-indent: -18px;
	text-indent: -1.125rem;
}

.p-content td {
	padding: 0 16px;
	padding: 0 1rem;
}

.p-content .wp-block-group {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 24px 30px;
	padding: 1.5rem 1.875rem;
}

.p-content .p-content__small {
	font-size: 16px;
	font-size: 1rem;
}

.p-content .p-content__contact:nth-of-type(n) {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 48px;
	margin-top: 3rem;
}

.wp-block-table.p-content__table2 th:nth-child(1) {
	min-width: auto;
	width: 20%;
}

.wp-block-table.p-content__table2 th:nth-child(2) {
	min-width: auto;
	width: 20%;
}

.wp-block-table.p-content__table2 th:nth-child(3) {
	min-width: auto;
	width: 20%;
}

.wp-block-table.p-content__table2 th:nth-child(4) {
	min-width: auto;
	width: 20%;
}

.wp-block-table.p-content__table2 th:nth-child(5) {
	min-width: auto;
	width: 20%;
}

.p-drawer {
	border-radius: 0.625rem;
	bottom: 15%;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	height: auto;
	margin: 0 auto;
	padding-bottom: 0;
	position: fixed;
	top: 10%;
	width: 616px;
	width: 38.5rem;
}

.p-drawer__inner {
	overflow: auto;
}

.p-drawer__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 80px;
	min-height: 5rem;
	width: auto;
}

.p-drawer__close {
	padding: 40px 40px;
	padding: 2.5rem 2.5rem;
}

.p-drawer__close span {
	width: 32px;
	width: 2rem;
}

.p-drawer__nav-items {
	width: auto;
}

.p-drawer__nav-item {
	width: auto;
}

.p-drawer__nav-item a,
.p-drawer__nav-item button {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 15px 0;
	padding: 0.9375rem 0;
}

.p-faq__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.p-faq__inner .p-search-btn {
	left: calc(50% - min(48.9vw, 45rem));
}

.p-faq__section-title {
	margin: 88px 80px 0;
	margin: 5.5rem 5rem 0;
}

.p-footer__totop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -35px;
	margin-top: -2.1875rem;
	position: static;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 20;
}

.p-footer__wrapper {
	margin: 0 auto;
	max-width: 980px;
	max-width: 61.25rem;
	padding: 2px 0 10px;
	padding: 0.125rem 0 0.625rem;
	text-align: left;
}

.p-footer__logo a {
	padding: 3px 0;
	padding: 0.1875rem 0;
}

.p-footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 500/48.5;
	height: auto;
	object-fit: cover;
	width: 500px;
	width: 31.25rem;
}

.p-footer__lists {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-footer__list a {
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
	position: relative;
}

.p-footer__lists li:not(:first-child) a::before {
	background-color: rgb(61, 61, 61);
	content: "";
	height: 17px;
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: 36%;
	width: 1px;
	width: 0.0625rem;
}

.p-footer__copyright {
	background-color: rgb(255, 255, 255);
	color: #666262;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	padding-top: 4px;
	padding-top: 0.25rem;
}

.js-medium .p-header__logo-link img {
	width: 220px;
	width: 13.75rem;
}

.js-large .p-header__logo-link img {
	width: 200px;
	width: 12.5rem;
}

.js-medium .p-header__pc-nav-item a,
.js-medium .p-header__pc-nav-item button {
	padding: 0 7px;
	padding: 0 0.41176470588235rem;
}

.js-large .p-header__pc-nav-item a,
.js-large .p-header__pc-nav-item button {
	padding: 0 8px;
	padding: 0 0.5rem;
}

.js-large .p-header__pc-size-text {
	padding: 0 4px;
	padding: 0 0.25rem;
}

.p-page {
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.p-page__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 60px;
	padding: 0 3.75rem;
}

.js-medium .p-page__inner,
.js-large .p-page__inner {
	padding: 0 80px;
	padding: 0 5rem;
}

.p-page__inner .p-search-btn {
	left: calc(50% - min(48.9vw, 45rem));
}

.p-page__content {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-policy-content {
	gap: 16px;
	gap: 1rem;
	padding: 9px 0 16px 28px;
	padding: 0.5625rem 0 1rem 1.75rem;
}

.p-policy-content > ol {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1.5em;
}

.p-policy-content > ol > li + li {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-policy-content > ol > li {
	padding-left: 1em;
	text-indent: -1.6em;
}

.p-policy-content > ol > li > ol {
	margin-top: 22px;
	margin-top: 1.375rem;
	text-indent: -1em;
}

.p-policy-content > ol > li > ol > li {
	text-indent: -1.8em;
}

.p-policy-content > ol > li .p-policy-content__text {
	padding-left: 0em;
	text-indent: 0em;
}

.p-policy-content__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-left: 10px;
}

.p-policy-content__text:not(first-child) {
	padding-left: 0;
}

.p-policy-content__title {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 0;
}

.p-result-form .p-contact__contents {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-result-form .p-contact__content + .p-contact__content {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-result-form .p-contact__head {
	font-size: 37px;
	font-size: 2.3125rem;
	letter-spacing: -0.05em;
}

.p-result-form .p-contact__item {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0;
	margin-top: 23px;
	margin-top: 1.4375rem;
	padding-left: 29px;
	padding-left: 1.8125rem;
}

.p-result-form .p-contact__content:nth-child(5) .p-contact__item {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-result-form .p-contact__btn-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-search-btn {
	bottom: 0;
	left: calc(50% - min(49.9vw, 45rem));
	top: 50%;
}

.p-search-btn__container {
	display: contents;
}

.p-search-btn__container .c-search-btn {
	bottom: auto;
}

.p-search {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background-color: transparent;
	border-radius: 0.625rem;
	bottom: 0;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	height: auto;
	margin: auto;
	max-height: 600px;
	max-height: 37.5rem;
	position: fixed;
	width: 616px;
	width: 38.5rem;
}

.p-search__box {
	display: block;
	height: 100vh;
	overflow: auto;
	position: fixed;
	width: 616px;
	width: 38.5rem;
}

.p-search__inner {
	-webkit-backdrop-filter: blur(4px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	backdrop-filter: blur(4px);
	background-color: rgba(250, 250, 250, 0.7);
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: none;
	min-height: auto;
	pointer-events: none;
	position: relative;
}

.p-search__inner.is-active {
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(250, 250, 250, 0.7);
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
	margin-top: 0;
}

.p-search__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 80px;
	min-height: 5rem;
	position: relative;
	width: 100%;
}

.p-search__back {
	font-size: 20px;
	font-size: 1.25rem;
	margin-left: 8px;
	margin-left: 0.5rem;
	margin-top: 7px;
	margin-top: 0.4375rem;
	pointer-events: all;
}

.p-search__close {
	height: 80px;
	height: 5rem;
	padding: 25px 10px;
	padding: 1.5625rem 0.625rem;
	pointer-events: all;
	position: absolute;
	right: 4px;
	right: 0.25rem;
	top: 9px;
	top: 0.5625rem;
	width: 80px;
	width: 5rem;
}

.p-search__close span {
	display: inline-block;
	width: 32px;
	width: 2rem;
}

.p-search__wrapper {
	height: auto;
	margin-top: -32px;
	margin-top: -2rem;
	min-height: 580px;
	min-height: 36.25rem;
}

.p-search__wrapper.is-active {
	background-color: transparent;
	border-radius: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 0 48px;
	padding: 0 3rem;
}

.p-search__heading {
	font-size: 30px;
	font-size: 1.875rem;
	margin-top: 62px;
	margin-top: 3.875rem;
	text-align: center;
}

.p-search__text {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-search__btn1 {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 436px;
	max-width: 27.25rem;
}

.p-search__btn2 {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	max-width: 436px;
	max-width: 27.25rem;
}

.p-search__container2-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-search__tab-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-search__tab-search1,
.p-search__tab-search2 {
	width: auto;
}

.p-search__tab-search1 img {
	width: 24px;
	width: 1.5rem;
}

.p-search__tab-search2 img {
  width: 24px;
	width: 1.5rem;
}

.p-search__content {
	background-color: #0b335e;
	border-radius: 0 0.625rem 0.625rem 0.625rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	max-width: none;
	padding: 39px 43px;
	padding: 2.4375rem 2.6875rem;
	pointer-events: all;
	width: 392px;
	width: 24.5rem;
}

.p-search__content-items {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-search__content-item:nth-child(2) {
	padding-top: 8px;
	padding-top: 0.5rem;
}

.p-search__content-item:not(:first-child) .p-search__content-body {
	height: auto;
}

.p-search__pc-btn {
	padding: 13px 22px;
	padding: 0.8125rem 1.375rem;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-search__pc-btn:hover {
	background-color: rgba(0, 43, 83, 0.5);
	color: #c5c9d2;
}

.p-search__pc-btn.is-active .p-search__pc-btn-icon::after {
	-webkit-transform: translateY(-50%) rotate(405deg);
	transform: translateY(-50%) rotate(405deg);
}

.p-search__pc-btn-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	max-height: 180px;
	max-height: 11.25rem;
	overflow: auto;
	position: absolute;
	top: 44px;
	top: 2.75rem;
	z-index: 1;
}

.p-search__pc-btn-list {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
	background: linear-gradient(#fff, #f9f9f9);
	min-width: 238px;
	min-width: 14.875rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.p-search__content2 {
	background-color: rgb(0, 43, 83);
	border-radius: 0 0.625rem 0.625rem 0.625rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	max-width: none;
	min-height: 484px;
	min-height: 30.25rem;
	padding: 39px 38px;
	padding: 2.4375rem 2.235rem;
	width: 392px;
	width: 24.5rem;
}

.p-search__content-btn-item {
	border-radius: 0.25rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.p-search__content2-wrapper {
	margin: 22px auto 0;
	margin: 1.375rem auto 0;
}

.p-search__content2-container img {
	width: 171px;
	width: 10.6875rem;
}

.p-search__choice {
	font-size: 12px;
	font-size: 0.75rem;
	left: 3px;
	left: 0.1875rem;
	top: -3px;
	top: -0.1875rem;
}

.p-search__content2-box {
	left: -3px;
	left: -0.1875rem;
	top: 65px;
	top: 4.0625rem;
}

.p-search__content2-box .p-search__content2-line {
	width: 100px;
	width: 6.25rem;
}

.p-search__content2-box2 {
	left: -3px;
	left: -0.1875rem;
	top: 138px;
	top: 8.625rem;
}

.p-search__content2-box3 {
	left: -3px;
	left: -0.1875rem;
	top: 166px;
	top: 10.375rem;
}

.p-search__content2-box3 .p-search__content2-line {
	width: 76px;
	width: 4.75rem;
}

.p-search__content2-box4 {
	left: -3px;
	left: -0.1875rem;
	top: 195px;
	top: 12.1875rem;
}

.p-search__content2-box4 .p-search__content2-line {
	width: 81px;
	width: 5.0625rem;
}

.p-search__content2-box5 {
	left: -3px;
	left: -0.1875rem;
	top: 255px;
	top: 15.9375rem;
}

.p-search__content2-box5 .p-search__content2-line {
	width: 97px;
	width: 6.0625rem;
}

.p-search__content2-box6 {
	left: -3px;
	left: -0.1875rem;
	top: 277px;
	top: 17.3125rem;
}

.p-search__content2-box6 .p-search__content2-line {
	width: 89px;
	width: 5.5625rem;
}

.p-search__content2-box7 {
	right: -4px;
	right: -0.25rem;
	top: 5px;
	top: 0.3125rem;
}

.p-search__content2-box8 {
	right: -4px;
	right: -0.25rem;
	top: 51px;
	top: 3.1875rem;
}

.p-search__content2-box8 .p-search__content2-line {
	width: 103px;
	width: 6.4375rem;
}

.p-search__content2-box9 {
	right: -4px;
	right: -0.25rem;
	top: 109px;
	top: 6.8125rem;
}

.p-search__content2-box9 .p-search__content2-line {
	width: 92px;
	width: 5.75rem;
}

.p-search__content2-box10 {
	right: -4px;
	right: -0.25rem;
	top: 158px;
	top: 9.875rem;
}

.p-search__content2-box10 .p-search__content2-line {
	width: 95px;
	width: 5.9375rem;
}

.p-search__content2-box11 {
	right: -4px;
	right: -0.25rem;
	top: 185px;
	top: 11.5625rem;
}

.p-search__content2-box11 .p-search__content2-line {
	width: 122px;
	width: 7.625rem;
}

.p-search__content2-box12 {
	right: -4px;
	right: -0.25rem;
	top: 212px;
	top: 13.25rem;
}

.p-search__content2-box13 {
	right: -4px;
	right: -0.25rem;
	top: 269px;
	top: 16.8125rem;
}

.p-search__content2-box13 .p-search__content2-line {
	width: 102px;
	width: 6.375rem;
}

.p-search__content2-box14 {
	right: -4px;
	right: -0.25rem;
	top: 317px;
	top: 19.8125rem;
}

.p-sort__list label {
	font-size: 16px;
	font-size: 1rem;
}

.p-sort__list button {
	padding: 10px 20px 10px 50px;
	padding: 0.625rem 1.25rem 0.625rem 3.125rem;
}

.p-term {
	background: #fff;
	border-radius: 0 0 0.75rem 0.5rem;
	margin-top: -23px;
	margin-top: -1.4375rem;
	min-width: 300px;
	min-width: 18.75rem;
	padding: 37px 36px;
	padding: 2.3125rem 2.25rem;
	top: 64px;
	top: 4rem;
}

.p-term__lists {
	-moz-column-gap: 0.875rem;
	-webkit-column-gap: 0.875rem;
	column-gap: 0.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 10px;
	row-gap: 0.625rem;
}

.p-term__lists .p-term__list:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.p-term__lists .p-term__list:not(:first-child) {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-term__text {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
}

.p-top-about {
	margin-top: 180px;
	margin-top: 11.25rem;
}

.p-top-about__inner {
	max-width: 1275px;
	max-width: 79.6875rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.js-medium .p-top-about__inner,
.js-large .p-top-about__inner {
	max-width: 1305px;
	max-width: 81.5625rem;
}

.p-top-about__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 10px;
	gap: 0.625rem;
}

.p-top-about__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
}

.p-top-about-sub__img {
	bottom: 0;
	left: -33px;
	left: -2.0625rem;
	top: 47px;
	top: 2.9375rem;
}

.js-large .p-top-about-sub__img {
	margin-left: 5px;
	margin-left: 0.3125rem;
}

.p-top-about-sub__img img {
	aspect-ratio: 319/320;
	width: 319px;
	width: 19.9375rem;
}

.js-large .p-top-about-sub__img img {
	width: 240px;
	width: 15rem;
}

.p-top-about-main__img {
	margin-top: 181px;
	margin-top: 11.3125rem;
}

.p-top-about-main__img img {
	aspect-ratio: 590/483;
	max-width: 430px;
	max-width: 26.875rem;
	width: 532px;
	width: 33.25rem;
}

.js-large .p-top-about-main__img img {
	width: 370px;
	width: 23.125rem;
}

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

.p-top-about__heading {
	margin-right: -90px;
	margin-right: -5.625rem;
}

.p-top-about__text {
	line-height: 2.1;
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.p-top-about__next {
	margin-right: 26px;
	margin-right: 1.625rem;
	margin-top: 76px;
	margin-top: 4.75rem;
	text-align: right;
}

.p-top-interview {
	padding: 100px 0 0;
	padding: 6.25rem 0 0;
}

.p-top-interview__inner {
	max-width: calc(1000px + (52px * 2));
	max-width: calc(67.5rem + (3.25rem * 2));
	padding: 0 52px;
	padding: 0 3.25rem;
}


.p-top-interview__heading {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.p-top-interview__col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-top-interview__col > *:first-child {
  width: calc(510 / 977 * 100%);
}

.p-top-interview__col > *:last-child {
  width: calc(397 / 977 * 100%);
}

.p-top-faq {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding: 50px 0 360px;
	padding: 3.125rem 0 22.5rem;
}

.p-top-faq__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 52px;
	padding: 0 3.25rem;
}

.js-medium .p-top-faq__inner,
.js-large .p-top-faq__inner {
	max-width: 860px;
	max-width: 53.75rem;
	padding: 0 80px;
	padding: 0 5rem;
}

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

.p-top-faq__heading {
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

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

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

.p-top-mv {
	padding-top: 0;
}

.p-top-mv img {
	-o-object-fit: cover;
	aspect-ratio: 1440/630;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-process {
	background-color: #fff;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 44px;
	padding-bottom: 2.75rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-top-process__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 36px;
	padding: 0 2.25rem;
}

.js-medium .p-top-process__inner,
.js-large .p-top-process__inner {
	max-width: 920px;
	max-width: 57.5rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.p-top-process__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 20px;
	gap: 1.25rem;
	margin-top: 106px;
	margin-top: 6.625rem;
}

.js-medium .p-top-process__container,
.js-large .p-top-process__container {
	padding: 42px 60px;
	padding: 2.625rem 3.75rem;
}

.p-top-process__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-top-process__img img {
	aspect-ratio: 825/716;
	width: 430px;
	width: 26.875rem;
}

.js-medium .p-top-process__img img {
	width: 400px;
	width: 25rem;
}

.js-large .p-top-process__img img {
	width: 380px;
	width: 23.75rem;
}

.p-top-process__heading {
	margin-top: 0;
	padding: 0 30px;
	padding: 0 1.875rem;
}

.p-top-process__box {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-top-process__text {
	letter-spacing: 0.02em;
	line-height: 2.1;
}

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

.p-top-trial {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-top-trial__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.js-medium .p-top-trial__inner {
	max-width: 870px;
	max-width: 54.375rem;
	padding: 0 46px;
	padding: 0 2.875rem;
}

.p-top-trial__inner .p-search-btn {
	bottom: 0;
	left: calc(50% - min(48.9vw, 45rem));
	top: 50%;
}

.p-top-info {
  padding: 40px;
  padding: 2.5rem;
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
}
.p-top-info a{
  color:#0000FF;
  text-decoration:underline;
}

.p-top-info__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-top-info__text {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-top-trial__lead {
	font-size: 36px;
	font-size: 2.25rem;
	letter-spacing: 0.005em;
	line-height: 1.5;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-top-trial__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-trial__img {
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 0 14px;
	padding: 0 0.875rem;
}

.p-top-trial__img img {
	aspect-ratio: 458/45;
	width: 458px;
	width: 28.625rem;
}

.p-top-trial__next {
	margin: -4px -28px 0 auto;
	margin: -0.25rem -1.75rem 0 auto;
}

.p-top-trial__guidance {
	margin-top: 126px;
	margin-top: 7.875rem;
}

.p-top-trial__heading {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-top-trial__text {
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-top-trial__btn-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.js-large .p-top-trial__btn-wrapper {
	gap: 18px;
	gap: 1.125rem;
}

.p-top-trial__btn1,
.p-top-trial__btn2 {
	max-width: 440px;
	max-width: 27.5rem;
	width: 50%;
}

.p-top-utilize {
	margin-top: 80px;
	margin-top: 5rem;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-top-utilize__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 50px;
	padding: 0 3.125rem;
}

.js-medium .p-top-utilize__inner,
.js-large .p-top-utilize__inner {
	padding: 0 80px;
	padding: 0 5rem;
}

.p-top-utilize__container {
	margin: 66px auto 0;
	margin: 4.125rem auto 0;
}

.p-top-utilize__img {
	margin: 0 auto;
	max-width: 850px;
	max-width: 53.125rem;
}

.p-top-utilize__prev::after,
.p-top-utilize__next::after {
	content: "";
	height: 55px;
	height: 3.4375rem;
	position: absolute;
	top: -13%;
	width: 57px;
	width: 3.5625rem;
}

.p-top-utilize__prev::after {
	background: url(../images/common/icon-arrow-left-pink.svg) center center/contain no-repeat;
	left: -36px;
	left: -2.25rem;
}

.p-top-utilize__next::after {
	background: url(../images/common/icon-arrow-right-pink.svg) center center/contain no-repeat;
	right: -36px;
	right: -2.25rem;
}

.p-top-utilize__prev.swiper-button-disabled,
.p-top-utilize__next.swiper-button-disabled {
	display: none;
}

.p-top-utilize__next-btn {
	margin-right: -52px;
	margin-right: -3.25rem;
	margin-top: 137px;
	margin-top: 8.5625rem;
	text-align: right;
}

.js-medium .p-top-utilize__next-btn,
.js-large .p-top-utilize__next-btn {
	margin-right: -42px;
	margin-right: -2.625rem;
}

.p-trial-aside {
	padding: 290px 0 160px;
	padding: 18.125rem 0 10rem;
}

.p-trial-aside::before {
	height: 290px;
	height: 18.125rem;
	top: 0;
}

.p-trial-aside__search .p-search-btn {
	left: calc(50% - min(49vw, 45rem));
}

.p-trial-aside__inner {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	gap: 2rem;
	margin-top: -20px;
	margin-top: -1.25rem;
	max-width: 960px;
	max-width: 60rem;
	padding: 0 36px;
	padding: 0 2.25rem;
	position: relative;
}

.js-medium .p-trial-aside__inner,
.js-large .p-trial-aside__inner {
	padding: 0 80px;
	padding: 0 5rem;
}

.p-trial-aside__inner::before {
	background: #fff;
	border-radius: 0.625rem 0.625rem 0 0;
	content: "";
	height: 30px;
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.p-trial-aside__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

.p-trial-aside__wrapper {
	/* max-width: 900px; */
	/* max-width: 56.25rem; */
	width: 100%;
}

.p-trial-aside__result {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 9px;
	padding-left: 0.5625rem;
}

.p-trial-aside__items {
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-trial-detail-aside {
	padding-top: 290px;
	padding-top: 18.125rem;
}

.p-trial-detail-aside::before {
	height: 290px;
	height: 18.125rem;
	top: 0;
}

.p-trial-detail-aside__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1180px;
	max-width: 73.75rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.js-medium .p-trial-detail-aside__inner {
	max-width: 980px;
	max-width: 61.25rem;
}

.p-trial-detail-aside__search .p-search-btn {
	left: calc(50% - min(48.9vw, 45rem));
}

.p-trial-detail {
	padding: 290px 0 160px;
	padding: 18.125rem 0 10rem;
}

.p-trial-detail::before {
	height: 290px;
	height: 18.125rem;
	top: 0;
}

.p-trial-detail__inner {
	max-width: 960px;
	max-width: 60rem;
	padding: 0 70px;
	padding: 0 4.375rem;
}

.js-medium .p-trial-detail__inner,
.js-large .p-trial-detail__inner {
	max-width: 900px;
	max-width: 56.25rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.p-trial-detail__inner .p-search-btn {
	left: calc(50% - min(47.9vw, 45rem));
}

.p-trial-detail__block1 {
	border-bottom: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 33px 0;
	padding: 2.0625rem 0;
}

.p-trial-detail__term {
	min-width: auto;
}

.p-trial-detail__block2 {
	gap: 32px;
	gap: 2rem;
	padding: 38px 17px 15px 45px;
	padding: 2.375rem 1.0625rem 0.9375rem 2.8125rem;
}

.p-trial-detail__name {
	font-size: 30px;
	font-size: 1.875rem;
}

.p-trial-detail__description {
	font-size: 16px;
	font-size: 1rem;
}

.p-trial-detail__block3 {
	border-top: none;
	padding: 0 9px 24px 45px;
	padding: 0 0.5625rem 1.5rem 2.8125rem;
}

.p-trial-detail__purpose {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 19px;
	gap: 1.1875rem;
	line-height: 1.5;
}

.p-trial-detail__purpose span:nth-child(1) {
	border-right: 1px solid rgb(152, 22, 99);
	border-right: 0.0625rem solid rgb(152, 22, 99);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.23em;
	padding: 8px 20px 8px 0;
	padding: 0.5rem 1.25rem 0.5rem 0;
}

.p-trial-detail__block4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-trial-detail__date {
	background: none;
	margin-bottom: 0;
	text-align: right;
}

.p-trial-detail__border {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-trial-detail__heading {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 70px auto 0;
	margin: 4.375rem auto 0;
	max-width: none;
	overflow: visible;
	padding: 5px 35px;
	padding: 0.3125rem 2.1875rem;
}

.p-trial-detail__content {
	padding: 45px 0;
	padding: 2.8125rem 0;
}

.p-trial-detail__content-inner {
	padding: 0 22px 0 40px;
	padding: 0 1.375rem 0 2.5rem;
}

.p-trial-detail__content-inner2 {
	padding: 0 22px 0 40px;
	padding: 0 1.375rem 0 2.5rem;
}

.p-trial-detail__lead {
	font-size: 16px;
	font-size: 1rem;
}

.p-trial-detail__question {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 18px 0;
	padding: 1.125rem 0;
}

.p-trial-detail__lists {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-trial-detail__list {
	font-size: 16px;
	font-size: 1rem;
}

.p-trial-detail__list2 {
	font-size: 16px;
	font-size: 1rem;
}

.p-trial-detail__list.p-trial-detail__list--color {
	line-height: 1.3;
}

.p-trial-detail__list3 {
	font-size: 16px;
	font-size: 1rem;
}

.p-trial-detail__list4 {
	font-size: 16px;
	font-size: 1rem;
}

.p-trial-detail__text {
	white-space: pre-line;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.p-trial-detail__text2 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.p-trial-detail__btn {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-trial-detail__btn.p-trial-detail__btn--contact {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-trial-detail__dt {
	font-size: 16px;
	font-size: 1rem;
	min-width: 166px;
	min-width: 10.375rem;
}

.p-trial-detail__items--facility .p-trial-detail__item--facility:not(:first-child) {
  margin-top: 1.41rem;
}

.p-trial-detail__item:not(:first-child) .p-trial-detail__dt {
	padding: 0 5px 7px 5px;
	padding: 0 0.3125rem 0.4375rem 0.3125rem;
}

.p-trial-detail__dd {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	white-space: pre-line;
}

.p-trial-detail__item:first-child .p-trial-detail__dd {
	margin-top: 0;
}

.p-trial-detail__item:not(:first-child) .p-trial-detail__dd {
	padding: 3px 5px 3px 32px;
	padding: 0.1875rem 0.3125rem 0.1875rem 2rem;
}

.p-trial-detail__title,
.p-trial-detail__facility-name {
  padding: 0.47rem 1.41rem;
  font-size: 16px;
	font-size: 1rem;
  line-height: 1.5;
}

.p-trial-detail__title {
  min-width: 11.17rem;
}

.p-trial-detail__items {
	padding: 25px 0 20px 68px;
	padding: 1.5625rem 0 1.25rem 4.25rem;
}

.p-trial-detail__contact-annotation {
	text-align: center;
}

.p-trial-detail__tel {
	margin: 38px 0 0;
	margin: 2.375rem 0 0;
}

.p-trial-detail__service {
	margin-top: 82px;
	margin-top: 5.125rem;
}

.p-trial-detail__application {
	position: static;
}

.p-trial-item {
	background-color: #fff;
	border-radius: 0.5rem;
}

.p-trial-item__lp .p-term__lists .p-term__list:first-child {
  flex: initial;
}

.p-trial-item__inner {
	padding: 0;
}

.p-trial-item__block1 {
	padding: 38px 40px;
	padding: 2.375rem 2.5rem;
}

.p-trial-item__name {
	font-size: 30px;
	font-size: 1.875rem;
}

.p-trial-item__description {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-trial-item__summary {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 29px;
	gap: 1.8125rem;
	line-height: 1.5;
}

.p-trial-item__summary-heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-size: 1.125rem;
}

.p-trial-item__summary-box {
	padding: 4px 16px;
	padding: 0.25rem 1rem;
}

.p-trial-item__summary-text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.p-trial {
	padding: 290px 0 160px;
	padding: 18.125rem 0 10rem;
}

.p-trial::before {
	height: 290px;
	height: 18.125rem;
	top: 0;
}

.p-trial__inner {
	background: #fff;
	margin-top: -20px;
	margin-top: -1.25rem;
	max-width: 920px;
	max-width: 57.5rem;
	padding: 0 36px;
	padding: 0 2.25rem;
	position: relative;
}

.js-medium .p-trial__inner,
.js-large .p-trial__inner {
	max-width: 900px;
	max-width: 56.25rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.p-trial__inner::before {
	background: #fff;
	border-radius: 0.625rem 0.625rem 0 0;
	content: "";
	height: 30px;
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.p-trial .p-search-btn {
	left: calc(50% - min(48.9vw, 45rem));
}

.p-trial__result {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 9px;
	padding-left: 0.5625rem;
}

.p-trial__items {
	margin-top: 57px;
	margin-top: 3.5625rem;
}
	
	.p-trial-link {
	padding: 2.5rem 3.75rem;
	background-color: #f8f8f8;
	text-align: center;
	margin-top: 5rem;
}
.p-trial-link__text {
	font-size: 1rem;
}
.p-trial-link__text span {
	color: #830D51;
	font-weight: 700;
}
.sp-only {
	display: none;
}
.p-trial-link__btn-wrapper {
	flex-direction: row;
	margin-top: 0;
	justify-content: center;
	gap: 1.875rem;
	align-items:flex-end;
}
.p-trial-link__btn-wrapper img {
	width: 100%;
	max-width: 20rem;
}

.u-fadeDown {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.u-fadeDown.animated {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-fadeLeft {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.u-fadeLeft.animated {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-fadeUp {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.u-fadeUp.animated {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

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

.p-top-process__container {
	background-color: rgb(248, 248, 248);
	gap: 0;
	margin-top: 65px;
	margin-top: 4.0625rem;
	padding: 42px 76px;
	padding: 2.625rem 4.75rem;
}

}

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

.l-under-page {
	margin-top: 88px;
	margin-top: 5.5rem;
}

.js-medium .c-application-btn {
	min-width: 260px;
	min-width: 16.25rem;
	padding: 50px 32px;
	padding: 3.125rem 2rem;
}

.js-large .c-application-btn {
	min-width: 260px;
	min-width: 16.25rem;
	padding: 50px 32px;
	padding: 3.125rem 2rem;
}

.c-service-btn__box {
	border-radius: 0 0.625rem 0.625rem 0;
	padding: 35px;
	padding: 2.1875rem;
}

.p-about-trial__img img {
	width: 820px;
	width: 51.25rem;
}

.p-contact__inner {
	max-width: 1080px;
	max-width: 67.5rem;
}

.p-faq {
	padding-bottom: 345px;
	padding-bottom: 21.5625rem;
}

.p-faq__inner {
	max-width: 1080px;
	max-width: 67.5rem;
}

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

.p-faq__list + .p-faq__list {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-faq__question {
	border-radius: 0.625rem;
	padding: 32px 80px;
	padding: 2rem 5rem;
}

.p-faq__question.is-open {
	border-radius: 0.625rem 0.625rem 0 0;
}

.p-faq__question::before {
	right: 80px;
	top: 50%;
	width: 17px;
}

.p-faq__question::after {
	height: 17px;
	right: 87px;
}

.p-faq__question-wrapper {
	gap: 30px;
	gap: 1.875rem;
}

.p-faq__question-text {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-faq__answer {
	border-radius: 0 0 0.625rem 0.625rem;
	padding: 32px 80px;
	padding: 2rem 5rem;
}

.p-faq__answer-text {
	font-size: 20px;
	font-size: 1.25rem;
	padding-left: 66px;
	padding-left: 4.125rem;
}

.p-header {
	background-color: rgba(255, 255, 255, 0.8);
	height: 88px;
	height: 5.5rem;
}

.p-header.is-scrolled {
	background-color: rgb(255, 255, 255);
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1600px;
	max-width: 100rem;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-header__logo-link {
	padding: 0 5px;
	padding: 0 0.3125rem;
}

.p-header__logo-link img {
	aspect-ratio: 255/34;
	width: 255px;
	width: 15.9375rem;
}

.js-medium .p-header__logo-link img {
	width: 240px;
	width: 15rem;
}

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

.p-header__pc-nav-items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* height: 100%; */
  flex-wrap: wrap;
}

.p-header__pc-nav-item {
	height: 100%;
}

.p-header__pc-nav-item a,
.p-header__pc-nav-item button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgb(60, 66, 66);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.88235294117647rem;
	font-weight: 700;
	height: 100%;
	padding: 0 14px;
	padding: 0 0.875rem;
}

.p-header__pc-size {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid rgb(131, 0, 81);
	border-left: 0.125rem solid rgb(131, 0, 81);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 45px;
	min-height: 2.8125rem;
  flex-shrink: 0;
}

.p-header__pc-size-text {
	color: rgb(60, 66, 66);
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0 9px;
	padding: 0 0.5625rem;
}

.p-header__pc-size-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-header__menu-button {
	display: none;
}

.p-page__inner {
	max-width: 1180px;
	max-width: 73.75rem;
}

.p-top-about__wrapper {
	gap: 50px;
	gap: 3.125rem;
}

.p-top-about-main__img img {
	aspect-ratio: 590/483;
	max-width: none;
	width: 532px;
	width: 33.25rem;
}

.js-large .p-top-about-main__img img {
	width: 480px;
	width: 30rem;
}

.p-top-faq__inner {
	max-width: 1080px;
	max-width: 67.5rem;
}

.js-medium .p-top-faq__inner,
.js-large .p-top-faq__inner {
	max-width: 1080px;
	max-width: 67.5rem;
}

.p-top-process__inner {
	max-width: 1490px;
	max-width: 93.125rem;
	padding: 0 80px;
	padding: 0 5rem;
}

.js-medium .p-top-process__inner,
.js-large .p-top-process__inner {
	max-width: 1490px;
	max-width: 93.125rem;
}

.p-top-process__img img {
	aspect-ratio: 825/716;
	width: 670px;
	width: 41.875rem;
}

.js-medium .p-top-process__img img {
	width: 620px;
	width: 38.75rem;
}

.js-large .p-top-process__img img {
	width: 570px;
	width: 35.625rem;
}

.p-top-process__heading {
	padding: 0 93px;
	padding: 0 5.8125rem;
}

.p-top-trial__inner {
	max-width: 1080px;
	max-width: 67.5rem;
}

.js-medium .p-top-trial__inner {
	max-width: 1080px;
	max-width: 67.5rem;
}

.p-top-utilize__inner {
	max-width: 1080px;
	max-width: 67.5rem;
}

.p-trial-aside__inner {
	max-width: 1224px;
	max-width: 76.5rem;
}

.p-trial-detail-aside__inner {
	max-width: 1224px;
	max-width: 76.5rem;
}

.js-medium .p-trial-detail-aside__inner {
	max-width: 1224px;
	max-width: 76.5rem;
}

.p-trial-detail__inner {
	max-width: 1196px;
	max-width: 74.75rem;
}

.js-medium .p-trial-detail__inner,
.js-large .p-trial-detail__inner {
	max-width: 1100px;
	max-width: 68.75rem;
}

.p-trial__inner {
	max-width: 1224px;
	max-width: 76.5rem;
}

.js-medium .p-trial__inner,
.js-large .p-trial__inner {
	max-width: 1100px;
	max-width: 68.75rem;
}

}

@media (min-width: 1312px) {

.js-large .p-header__pc-nav-item a,
.js-large .p-header__pc-nav-item button {
	padding: 0 11px;
	padding: 0 0.6875rem;
}

}

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

.js-large .p-header__logo-link img {
	width: 210px;
	width: 13.125rem;
}

.js-medium .p-header__pc-nav-item a,
.js-medium .p-header__pc-nav-item button {
	padding: 0 14px;
	padding: 0 0.875rem;
}

.js-large .p-header__pc-nav-item a,
.js-large .p-header__pc-nav-item button {
	padding: 0 22px;
	padding: 0 1.375rem;
}

}

@media (max-width: 580px) {

.p-top-about-sub__img img {
	width: 205px;
	width: 12.8125rem;
}

}

@media (max-width: 475px) {

.c-tel-btn span:nth-child(1) {
	display: block;
}

}

@media (max-width: 375px) {

html.js-small {
	font-size: 4.2666666667vw;
}

html.js-medium {
	font-size: 4.5333333333vw;
}

html.js-large {
	font-size: 4.8vw;
}

.c-service-btn__heading::after {
	margin-right: -6px;
	margin-right: -0.375rem;
	right: 0px;
}

}

@media (max-width: 374px) {

.p-contact__item input[type=text] {
	font-size: 10px;
	font-size: 0.625rem;
	min-height: 39px;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

}

.d-none {
	display: none;
}

/* 患者インタビュー*/
.p-interview__inner {
  max-width: calc(650px + (25px * 2));
  max-width: calc(40.625rem + (1.5625rem * 2));
  padding: 40px 25px 0;
  padding: 2.5rem 1.5625rem 0;
  margin-inline: auto;
  line-height: 2;
}

.p-interview__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px 80px;
  gap: 1.25rem 5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-interview__header h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: calc(55 / 36);
  color: #830051;
}

.p-interview__profile {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 15px;
  padding: 0.9375rem;
  background-color: #F8F8F8;
}

.p-interview__profile p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #830051;
}

.p-interview__profile ul {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-interview__profile ul li {
  position: relative;
  padding-left: 13px;
  padding-left: 0.8125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

.p-interview__profile ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  background-color: #830051;
  border-radius: 50%;
}

.p-interview__header figure,
.p-interview__header figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-interview__content h2 {
  margin: 40px 0 15px;
  margin: 2.5rem 0 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  color: #830051;
  background-color: #F8F8F8;
}

.p-interview__content p {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-interview__content .wp-block-columns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}

.p-interview__disclaimer {
  margin: 80px 0 40px;
  margin: 5rem 0 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-interview__disclaimer-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .p-interview__inner {
    max-width: calc(1130px + (80px * 2));
    max-width: calc(70.625rem + (5rem * 2));
    padding: 120px 80px 0;
    padding: 7.5rem 5rem 0;
  }

  .p-interview__header {
    display: grid;
    grid-template-columns: 1fr 510px;
    grid-template-columns: 1fr 31.875rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }

  .p-interview__header h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .p-interview__profile {
    padding: 30px;
    padding: 1.875rem;
  }
  
  .p-interview__profile p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  .p-interview__profile ul li {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-interview__content h2 {
    margin: 80px 0 30px;
    margin: 5rem 0 1.875rem;
    font-size: 26px;
    font-size: 1.625rem;
    padding: 6px 40px;
    padding: 0.375rem 2.5rem;
  }
  
  .p-interview__content p {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
  }
  
  .p-interview__content .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-columns: 1fr 18.75rem;
    gap: 40px;
    gap: 2.5rem;
  }

  .p-interview__disclaimer {
    margin: 160px 0 120px;
    margin: 10rem 0 7.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
  
  .p-interview__disclaimer-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .p-interview__header > div {
    order: 2;
  }

  .p-interview__content .wp-block-columns > *:first-child {
    order: 2;
  }
}

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