body {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.banner {
	background-color: rgb(255, 255, 255);
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.banner__inner {
	position: relative;
}

.banner__inner::before {
	aspect-ratio: 96/115;
	background-image: url(../images/common/banner-woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -6.4rem;
	transform: translateX(-50%);
	width: 96px;
	z-index: 0;
}

.banner__text {
	background-color: #B8D7FF;
	border-radius: 20px;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 500;
	left: 50%;
	line-height: 1.5;
	padding: 0.5rem 1rem;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
}

.banner__contact {
	align-items: baseline;
	background-color: #E2696C;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	left: 50%;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding: 0.5rem 0;
	position: relative;
	position: relative;
	transform: translateX(-50%);
	transition: opacity 0.3s ease-in-out;
	width: 100vw;
}

.banner__contact:hover {
	opacity: 0.8;
}

.contact {
	padding-left: 2rem;
	padding-right: 2rem;
}

.contact__inner.inner {
	border-bottom: 3px solid #E2696C;
	border-top: 3px solid #E2696C;
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
	position: relative;
}

.contact__text {
	color: #000000;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.227;
}

.contact__info {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.25rem;
}

.contact__info-heading {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.contact__info-name {
	background-color: #D2E5FF;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.227;
	margin-right: 2.875rem;
	padding: 0.25rem 1rem;
	text-align: center;
}

.contact__info-tel {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.contact__info-tel::before {
	background-image: url(../images/common/contact-tel-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.21875rem;
	left: 0;
	position: absolute;
	top: 68%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.contact__info-time {
	display: flex;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	justify-content: left;
	letter-spacing: 0.01em;
	line-height: 1.111;
	padding: 0.3rem 0.8rem;
	position: absolute;
	right: calc(50% - min(43vw, 7.8rem));
	text-align: center;
	top: 2.2rem;
}

.flow {
	position: relative;
}

.flow__inner.inner {
	margin-top: 3.75rem;
	padding-bottom: 2.5rem;
}

.flow__heading {
	position: relative;
}

.flow__title {
	position: relative;
}

.flow__steps {
	margin-top: 1.25rem;
	padding-left: 0rem;
}

.flow__step {
	align-items: flex-start;
	background-color: #EAF3FF;
	border-radius: 10px;
	display: flex;
	padding-bottom: 1.3125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	position: relative;
}

.flow__step:not(:last-child)::before {
	background-image: url(../images/flow/flow-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.25rem;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2rem;
	z-index: 1;
}

.flow__step + .flow__step {
	margin-top: 1.25rem;
}

.flow__step:nth-child(1) {
	padding-bottom: 8.5rem;
	position: relative;
}

.flow__step:nth-child(3) {
	padding-bottom: 8.5rem;
	position: relative;
}

.flow__step:nth-child(1)::after {
	background-image: url(../images/flow/flow1-man.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 3%;
	content: "";
	height: 94px;
	left: 53%;
	position: absolute;
	transform: translateX(-50%);
	width: 178px;
	z-index: 1;
}

.flow__step:nth-child(3)::after {
	background-image: url(../images/flow/flow3-interview.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0%;
	content: "";
	height: 104px;
	left: 58%;
	position: absolute;
	transform: translateX(-50%);
	width: 186px;
	z-index: 1;
}

.flow__step-number {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	color: #E2696C;
	display: flex;
	flex-shrink: 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 1.5rem;
	height: 32px;
	justify-content: center;
	margin-top: 1rem;
	width: 32px;
}

.flow__step-content {
	margin-left: 1rem;
}

.flow__step-title {
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.333;
}

.flow__step-desc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.flow__note {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.25rem;
}

.footer {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
	position: relative;
}

.footer__inner.inner {
	padding-bottom: 6.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
}

.footer__privacy {
	font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.625;
	max-width: 47.5625rem;
	position: relative;
}

.footer__privacy::after {
	background-image: url(../images/common/footer-privacy.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.1875rem;
	position: absolute;
	right: calc(50% - min(48vw, 19rem));
	top: -15px;
	width: 5.0625rem;
	z-index: -1;
}

.footer__text {
	padding-left: 1.3125rem;
	position: relative;
	width: 80%;
}

.footer__text::before {
	background-color: #2B599E;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 4px;
	transform: rotate(45deg);
	width: 0.625rem;
}

.footer__list {
	padding-left: 1.3125rem;
}

.footer__item {
	padding-left: 1.3125rem;
	position: relative;
}

.footer__item::before {
	background-color: #2B599E;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 4px;
	width: 0.625rem;
}

.footer__company {
	display: flex;
	flex-direction: column;
	padding-top: 2.375rem;
	position: relative;
	text-align: center;
}

.footer__company-name {
	font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 3.5vw;
	font-weight: 500;
	line-height: 1.444;
	white-space: nowrap;
}

.footer__address {
	font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 3vw;
	font-weight: 500;
	line-height: 1.625;
	white-space: nowrap;
}

.header {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.header__inner {
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
	padding-top: 1.0625rem;
}

.header__tag {
	background-image: url(../images/fv/header-tag-bg_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFFFFF;
	display: inline-block;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 1rem 1.75rem 1.5rem 2.125rem;
}

.header__visual {
	aspect-ratio: 700/450;
	background-image: url(../images/fv/header-bg_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1rem;
}

.header__title img {
	aspect-ratio: 640/160;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
}

.header__characters {
	position: relative;
}

.header__characters img {
	aspect-ratio: 280/160;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 140px;
}

.header__characters .header__cooperate {
	color: #2B599E;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	left: calc(50% - min(48vw, 10rem));
	position: absolute;
	top: 2rem;
}

.header__characters .header__cooperate::before {
	background-color: #2B599E;
	border-radius: 5px;
	content: "";
	height: 2px;
	position: absolute;
	right: -3px;
	top: -6px;
	transform: rotate(30deg);
	width: 14px;
}

.header__characters .header__cooperate::after {
	background-color: #2B599E;
	border-radius: 5px;
	bottom: -6px;
	content: "";
	height: 2px;
	position: absolute;
	right: -3px;
	transform: rotate(-30deg);
	width: 14px;
}

.header__note {
	background-color: #E2696C;
	border-radius: 60px;
	color: #FFFFFF;
	display: inline-block;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.notice {
	margin-top: 2.5rem;
}

.notice__inner {
	background-color: #FFF5DA;
	padding-bottom: 1.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
}

.notice__title {
	color: #B73333;
	font-size: 1.4375rem;
	font-weight: 700;
	position: relative;
}

.notice__title::after {
	background-color: #EAF3FF;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.notice__text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1rem;
}

.notice__text span {
	font-size: 1.25rem;
	font-weight: 700;
}

.notice__list {
	margin-top: 0.5rem;
}

.notice__item {
	font-size: 1rem;
	font-weight: 500;
	padding-left: 1.75rem;
	position: relative;
}

.notice__item::before {
	background-image: url(../images/notice/notice-check.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15px;
	left: 8px;
	position: absolute;
	top: 6px;
	width: 13px;
}

.notice__item + .notice__item {
	margin-top: 0.25rem;
}

.section-title {
	color: #B73333;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 8px 8px 8px 24px;
	position: relative;
	width: 100%;
}

.section-title::before {
	background-color: #E88A8C;
	border-radius: 10px;
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	width: 13px;
}

.trial-info {
	margin-top: 2.5rem;
}

.trial-info__block + .trial-info__block {
	margin-top: 2.5rem;
}

.trial-info__heading {
	position: relative;
}

.trial-info__title {
	position: relative;
}

.trial-info__section {
	margin-top: 1rem;
	position: relative;
}

.trial-info__list {
	padding-left: 0.625rem;
}

.trial-info__item {
	font-size: 1rem;
	font-weight: 400;
	padding-left: 1.75rem;
	position: relative;
}

.trial-info__item::before {
	background-color: #E2696C;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 6px;
	width: 1rem;
}

.trial-info__item--objective {
	align-items: flex-start;
	display: flex;
}

.trial-info__item--objective .label {
	font-weight: 400;
	min-width: 2em;
}

.trial-info__item--objective .description {
	flex: 1;
	padding-left: 0.5em;
}

.trial-info__item + .trial-info__item {
	margin-top: 0.5rem;
}

.trial-info__img {
	margin-top: 2.5rem;
	text-align: center;
}

.trial-info__img img {
	-o-object-fit: contain;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

.trial-info__img--requirement {
	margin-top: 0;
}

.trial-info__img--requirement img {
	aspect-ratio: 127/208;
	max-width: 127px;
}

.trial-info__img--drug img {
	aspect-ratio: 108/87;
	max-width: 108px;
}

.trial-info__img--cost img {
	aspect-ratio: 164/186;
	max-width: 164px;
}

.trial-info__memo {
	font-size: 0.9375rem;
	font-weight: 400;
	margin-top: 1rem;
	padding-left: 1rem;
}

.trial-info__text {
	font-size: 1rem;
	font-weight: 400;
	padding-left: 1rem;
}

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

.banner__contact {
	font-size: 1.125rem;
}

.contact__text {
	font-size: 0.75rem;
}

.contact__info-name {
	font-size: 0.75rem;
}

.contact__info-tel {
	font-size: 2rem;
}

.contact__info-time {
	font-size: 0.8125rem;
	right: calc(50% - min(43vw, 7.8rem));
}

.flow__step:nth-child(1) {
	padding-bottom: 8.5rem;
}

.flow__step:nth-child(3) {
	padding-bottom: 8.5rem;
}

.flow__step:nth-child(1)::after {
	bottom: 3%;
	height: 114px;
	left: 51%;
	width: 198px;
}

.flow__step:nth-child(3)::after {
	height: 124px;
	left: 52%;
	width: 206px;
}

.flow__step-number {
	height: 32px;
	width: 32px;
}

.flow__step-content {
	margin-left: 1.25rem;
}

.flow__step-title {
	font-size: 1.0625rem;
}

.footer__privacy::after {
	height: 5.8125rem;
	width: 5.6875rem;
}

.header__visual {
	padding-top: 1rem;
}

.header__characters img {
	max-width: 200px;
}

.header__note {
	font-size: 0.875rem;
}

.section-title {
	font-size: 1.1875rem;
	padding: 8px 8px 8px 24px;
}

}

@media (min-width: 380px) {

.section-title {
	font-size: 1.375rem;
}

}

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

.banner__text {
	font-size: 0.75rem;
}

.banner__contact {
	font-size: 1.375rem;
}

.contact__text {
	font-size: 1rem;
}

.contact__info-name {
	font-size: 0.875rem;
}

.contact__info-tel {
	font-size: 2.25rem;
}

.contact__info-time {
	font-size: 0.875rem;
	right: calc(50% - min(37vw, 8.6rem));
}

.flow__step {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.flow__step:nth-child(1) {
	padding-bottom: 1.3125rem;
}

.flow__step:nth-child(1)::after {
	bottom: -12%;
	height: 114px;
	left: 80%;
	width: 198px;
}

.flow__step:nth-child(3)::after {
	height: 154px;
	left: 52%;
	width: 236px;
}

.flow__step-content {
	margin-left: 1.5rem;
}

.flow__step-title {
	font-size: 1.1875rem;
}

.flow__step-desc {
	font-size: 0.9375rem;
}

.flow__note {
	font-size: 0.9375rem;
}

.footer__privacy {
	font-size: 0.875rem;
}

.footer__privacy::after {
	height: 6.4375rem;
	width: 6.3125rem;
}

.footer__text::before {
	height: 0.8125rem;
	width: 0.8125rem;
}

.footer__item::before {
	height: 0.71875rem;
	width: 0.71875rem;
}

.header__tag {
	font-size: 2.25rem;
	padding: 1rem 2.25rem 2rem 2.625rem;
}

.header__visual {
	padding-top: 2rem;
}

.header__title img {
	max-width: 480px;
}

.header__characters .header__cooperate {
	font-size: 0.875rem;
	left: calc(50% - min(38vw, 12rem));
}

.header__note {
	font-size: 1.125rem;
	padding: 0.625rem 1.5rem;
}

.section-title {
	font-size: 1.5rem;
	padding: 8px 8px 8px 24px;
	width: 85%;
}

.trial-info__list {
	padding-left: 1.25rem;
}

}

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

.banner__text {
	font-size: 0.875rem;
}

.banner__contact {
	font-size: 1.5rem;
}

.contact__inner.inner {
	padding-left: 4.1875rem;
	padding-right: 4.1875rem;
}

.contact__text {
	font-size: 1.0625rem;
}

.contact__info-name {
	font-size: 1rem;
}

.contact__info-tel {
	font-size: 2.5rem;
}

.contact__info-time {
	font-size: 0.8875rem;
	right: calc(50% - min(32vw, 9.5rem));
	top: 2.5rem;
}

.flow__step:nth-child(3) {
	padding-bottom: 10rem;
}

.flow__step:nth-child(1)::after {
	height: 134px;
	width: 218px;
}

.flow__step:nth-child(3)::after {
	left: 50%;
}

.flow__step-title {
	font-size: 1.3125rem;
}

.flow__step-desc {
	font-size: 1rem;
}

.flow__note {
	font-size: 1rem;
}

.footer__inner.inner {
	padding-bottom: 7.125rem;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 3.25rem;
}

.footer__privacy {
	font-size: 1rem;
}

.footer__privacy::after {
	height: 8.3125rem;
	top: -30px;
	width: 8.0625rem;
}

.footer__text {
	width: 80%;
}

.footer__text::before {
	height: 0.9375rem;
	top: 6px;
	width: 0.9375rem;
}

.footer__item::before {
	height: 0.8125rem;
	top: 6px;
	width: 0.8125rem;
}

.footer__company-name {
	font-size: 1.125rem;
}

.footer__address {
	font-size: 1rem;
}

.header__visual {
	padding-top: 3rem;
}

.header__title img {
	max-width: 640px;
}

.header__characters .header__cooperate {
	font-size: 1rem;
	left: calc(50% - min(33vw, 13rem));
}

.section-title {
	font-size: 1.75rem;
	padding: 8px 8px 8px 24px;
}

.trial-info__list {
	padding-left: 1.5rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.7777777778vw;
}

.banner__inner::before {
	aspect-ratio: 111/168;
	left: 85%;
	top: -2.5rem;
	width: 111px;
	z-index: 1;
}

.banner__inner.inner {
	padding-left: 4.0625rem;
	padding-right: 4.0625rem;
}

.banner__text {
	font-size: 1.3125rem;
	left: 42%;
	padding: 0.5rem 1.5rem;
}

.banner__text::after {
	border-bottom: 0.375rem solid transparent;
	border-left: 1rem solid #B8D7FF;
	border-top: 0.1875rem solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.banner__contact {
	flex-direction: row;
	font-size: 2.25rem;
	padding-right: 9.4rem;
}

.contact__inner.inner {
	padding-bottom: 2.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 2rem;
}

.contact__text {
	font-size: 1.125rem;
	padding-right: 7rem;
}

.contact__info {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 0;
	padding-left: 0;
}

.contact__info-heading {
	margin-top: 0.5rem;
}

.contact__info-name {
	font-size: 1rem;
	margin-right: 0;
}

.contact__info-tel {
	font-size: 2.8125rem;
	line-height: 1.5;
	margin-left: 1.375rem;
	margin-top: 0;
	padding-left: 2.7375rem;
}

.contact__info-tel::before {
	height: 1.21875rem;
	left: 0;
	top: 55%;
	width: 2.125rem;
}

.contact__info-time {
	bottom: auto;
	right: 5.3rem;
	top: 3.8rem;
}

.flow__inner.inner {
	margin-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 4.0625rem;
	padding-right: 4.0625rem;
}

.flow__steps {
	padding-left: 1rem;
}

.flow__step {
	align-items: center;
	padding-left: 2.25rem;
	padding-right: 2rem;
}

.flow__step:nth-child(3) {
	padding-bottom: 1.3125rem;
}

.flow__step:nth-child(1)::after {
	bottom: -14%;
	height: 134px;
	left: 80%;
	width: 218px;
}

.flow__step:nth-child(3)::after {
	bottom: 0%;
	height: 124px;
	left: calc(50% - min(-29vw, -18rem));
	width: 206px;
}

.flow__step-number {
	font-size: 1.6875rem;
	height: 44px;
	margin-top: 0;
	width: 44px;
}

.flow__step-content {
	margin-left: 2rem;
}

.flow__step-desc {
	margin-top: 0.625rem;
}

.flow__note {
	padding-left: 1.5rem;
	padding-right: 0.625rem;
}

.footer {
	padding-bottom: 12rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 5rem;
}

.footer__inner.inner {
	max-width: 1000px;
	padding-bottom: 4.625rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.footer__privacy::after {
	right: calc(50% - min(48vw, 32rem));
	top: 0;
}

.footer__text {
	max-width: 47.5625rem;
	width: 100%;
}

.footer__company {
	flex-direction: row;
}

.footer__company-name {
	font-size: 1.0625rem;
	line-height: 1.529;
}

.footer__address {
	font-size: 0.9375rem;
	line-height: 1.733;
	margin-left: 1rem;
}

.header__inner {
	padding-top: 2.5rem;
}

.header__tag {
	background-image: url(../images/fv/header-tag-bg_pc.png);
	font-size: 3.25rem;
	padding: 1.5rem 3rem 2.5rem 3.25rem;
}

.header__visual {
	aspect-ratio: 1040/675;
	background-image: url(../images/fv/header-bg_pc.png);
	max-width: 1040px;
	padding-top: 4rem;
}

.header__title img {
	aspect-ratio: 920/240;
	max-width: 920px;
}

.header__characters img {
	max-width: 280px;
}

.header__characters .header__cooperate {
	font-size: 1.25rem;
	left: calc(50% - min(32vw, 18rem));
	top: 3rem;
}

.header__characters .header__cooperate::before {
	right: -6px;
	width: 28px;
}

.header__characters .header__cooperate::after {
	right: -6px;
	width: 28px;
}

.header__note {
	font-size: 1.75rem;
	padding: 1rem 2.5rem;
}

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

.notice {
	margin-top: 3.75rem;
}

.notice__inner {
	border-radius: 10px;
	max-width: 900px;
	padding-bottom: 2rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 2rem;
}

.notice__title {
	font-size: 1.4375rem;
	width: 76.5%;
}

.notice__text {
	font-size: 1.125rem;
}

.notice__text span {
	font-size: 1.25rem;
}

.notice__item {
	font-size: 1.125rem;
	padding-left: 2rem;
}

.notice__item::before {
	left: 12px;
}

.section-title {
	font-size: 2.1875rem;
	letter-spacing: 0.05em;
	padding: 8px 8px 8px 24px;
	width: 85%;
}

.trial-info {
	margin-top: 3.75rem;
}

.trial-info__block + .trial-info__block {
	margin-top: 3.75rem;
}

.trial-info__section {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.trial-info__list {
	padding-left: 2rem;
}

.trial-info__item {
	font-size: 1.1875rem;
}

.trial-info__img {
	margin-top: -2rem;
}

.trial-info__img--requirement {
	padding-right: 2rem;
}

.trial-info__img--requirement img {
	aspect-ratio: 146/238;
	max-width: 146px;
}

.trial-info__img--drug {
	margin-left: 1rem;
	margin-top: 0rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.trial-info__img--drug img {
	aspect-ratio: 108/87;
	max-width: 108px;
	min-width: 108px;
}

.trial-info__img--cost {
	padding-left: 2rem;
}

.trial-info__img--cost img {
	aspect-ratio: 173/197;
	max-width: 173px;
	min-width: 173px;
}

.trial-info__memo {
	font-size: 0.9375rem;
	padding-left: 2rem;
}

.trial-info__text {
	font-size: 1.1875rem;
	padding-left: 2rem;
}

}

@media (min-width: 900px) {

html {
	font-size: 16px;
}

}

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

.flow__step:nth-child(3)::after {
	bottom: 0%;
	height: 154px;
	left: 84%;
	width: 236px;
}

}

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

.flow__step:nth-child(3)::after {
	height: 154px;
	width: 236px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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