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 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
}

.banner__inner::before {
	aspect-ratio: 90/87;
	background-image: url(../images/common/banner__woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 75%;
	position: absolute;
	top: -3.5rem;
	transform: translateX(-50%);
	width: 90px;
	z-index: 0;
}

.banner__text {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 500;
	left: 42%;
	line-height: 1.5;
	padding: 0.5rem 0;
	position: relative;
	text-align: left;
	transform: translateX(-50%);
}

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

.banner__contact:hover {
	opacity: 0.8;
}

.contact__inner.inner {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

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

.contact__info {
	align-items: center;
	background-color: #f0f1a7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.contact__info-name {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.227;
	margin-right: 2.875rem;
	padding: 0.3rem 0;
	position: relative;
	text-align: center;
	top: 0.125rem;
}

.contact__info-tel {
	position: relative;
}

.contact__info-link {
	font-family: "Arial", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.contact__info-link::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;
	font-size: 0.75rem;
	font-weight: 400;
	justify-content: left;
	letter-spacing: 0.01em;
	line-height: 1.111;
	padding: 0.3rem 0;
	position: relative;
	text-align: center;
	top: -0.125rem;
}

.flow {
	position: relative;
}

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

.flow__heading {
	position: relative;
}

.flow__title {
	position: relative;
}

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

.flow__step {
	align-items: flex-start;
	border-bottom: 1px solid #66cc00;
	display: flex;
	padding-bottom: 1.3125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	position: relative;
}

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

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

.flow__step:nth-child(1)::after {
	background-image: url(../images/flow/flow__woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -12%;
	content: "";
	height: 105px;
	left: 90%;
	position: absolute;
	transform: translateX(-50%);
	width: 56px;
	z-index: 1;
}

.flow__step:nth-child(4)::after {
	background-image: url(../images/flow/flow__signature.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0%;
	content: "";
	height: 73px;
	left: 58%;
	margin-bottom: 1rem;
	position: absolute;
	transform: translateX(-50%);
	width: 136px;
	z-index: 1;
}

.flow__step-number {
	align-items: flex-start;
	background-color: #FFFFFF;
	border-radius: 50%;
	color: #95c51b;
	display: flex;
	flex-shrink: 0;
	font-family: "Arial", sans-serif;
	font-size: 1.5rem;
	height: 32px;
	justify-content: center;
	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 {
	background-color: #d5f04c;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.header__inner {
	padding-bottom: 1.5rem;
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
	padding-top: 2.5rem;
}

.header__title {
	color: #007b41;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.header__title span {
	font-size: 2.75rem;
	position: relative;
	z-index: 1;
}

.header__title span::before {
	background-image: url(../images/fv/header__title-underline.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.25rem;
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.header__message {
	margin-top: 1.25rem;
	position: relative;
}

.header__message img {
	aspect-ratio: 562.5/72.5;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
}

.header__doctor {
	position: relative;
}

.header__doctor img {
	aspect-ratio: 1/1;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 108px;
}

.header__note {
	color: #000000;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

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

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

.notice {
	margin-top: 3rem;
}

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

.notice__title {
	color: #007b41;
	display: inline-block;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	position: relative;
}

.notice__title::before {
	aspect-ratio: 117/134;
	background-image: url(../images/notice/notice__woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 8rem;
	position: absolute;
	top: -50%;
	transform: translateY(-50%);
	width: 77px;
}

.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: #407e23;
	display: inline-block;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 8px 4px 8px 4px;
	position: relative;
}

.section-title::before {
	background-color: #95c51b;
	bottom: 0;
	content: "";
	height: 3.6px;
	left: calc(50% - 50vw);
	position: absolute;
	width: 100vw;
	z-index: 1;
}

.section-title--requirement {
	position: relative;
}

.section-title--requirement::before {
	width: 68vw;
}

.section-title--drug {
	position: relative;
}

.section-title--drug::before {
	width: 75vw;
}

.section-title--drug::after {
	background-image: url(../images/trial-info/trial-info__img2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	position: absolute;
	right: -8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 96px;
	z-index: 2;
}

.section-title--cost {
	position: relative;
}

.section-title--cost::before {
	width: 68vw;
}

.section-title--cost::after {
	background-image: url(../images/trial-info/trial-info__img3.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 55px;
	position: absolute;
	right: -6rem;
	top: 50%;
	transform: translateY(-50%);
	width: 62px;
	z-index: 2;
}

.section-title--flow {
	position: relative;
}

.section-title--flow::before {
	width: 90vw;
}

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

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

.trial-info__heading {
	position: relative;
}

.trial-info__title {
	display: inline-block;
	position: relative;
}

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

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

.trial-info__requirement .trial-info__list {
	margin-top: 0.625rem;
}

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

.trial-info__item::before {
	background-color: #95c51b;
	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: 242/130;
	margin-top: 1.25rem;
	max-width: 222px;
}

.trial-info__img--drug {
	display: none;
	margin-top: 0rem;
	position: relative;
}

.trial-info__img--drug img {
	display: none;
}

.trial-info__img--cost {
	display: none;
	position: relative;
}

.trial-info__img--cost img {
	display: none;
}

.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__inner::before {
	top: -2.5rem;
}

.banner__contact {
	font-size: 1.125rem;
}

.contact__text {
	font-size: 0.75rem;
}

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

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

.contact__info-time {
	font-size: 0.8125rem;
}

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

.flow__step:nth-child(4) {
	padding-bottom: 7.5rem;
}

.flow__step:nth-child(1)::after {
	bottom: -4%;
	height: 115px;
	left: 90%;
	width: 66px;
}

.flow__step:nth-child(4)::after {
	height: 83px;
	left: 52%;
	width: 146px;
}

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

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

.section-title--drug::before {
	width: 75vw;
}

}

@media (min-width: 380px) {

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

}

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

.banner__inner::before {
	top: -2.2rem;
}

.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-link {
	font-size: 2.25rem;
}

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

.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: -1%;
	height: 125px;
	left: 90%;
	width: 76px;
}

.flow__step:nth-child(4)::after {
	height: 93px;
	left: 52%;
	width: 156px;
}

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

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

.section-title--requirement::before {
	width: 65vw;
}

.section-title--drug::before {
	width: 72vw;
}

.section-title--cost::before {
	width: 65vw;
}

.section-title--flow::before {
	width: 87vw;
}

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

}

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

.banner__inner::before {
	top: -1.8rem;
}

.banner__text {
	font-size: 0.875rem;
}

.banner__contact {
	font-size: 1.5rem;
}

.contact__text {
	font-size: 1.0625rem;
}

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

.contact__info-link {
	font-size: 2.8125rem;
}

.contact__info-time {
	font-size: 1.0625rem;
}

.flow__step:nth-child(4) {
	padding-bottom: 7.5rem;
}

.flow__step:nth-child(1)::after {
	bottom: 0%;
	height: 155px;
	width: 106px;
}

.flow__step:nth-child(4)::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__inner {
	padding-bottom: 2.25rem;
	padding-top: 3.75rem;
}

.header__title {
	font-size: 1.5rem;
}

.header__title span {
	font-size: 4.125rem;
}

.header__message img {
	max-width: 400px;
}

.header__note {
	font-size: 1.25rem;
}

.header__note span {
	font-size: 1.5rem;
}

.notice__title::before {
	top: -40%;
	width: 97px;
}

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

.section-title--requirement::before {
	width: 64vw;
}

.section-title--drug::before {
	width: 71vw;
}

.section-title--drug::after {
	height: 70px;
	width: 116px;
}

.section-title--cost::before {
	width: 64vw;
}

.section-title--cost::after {
	height: 75px;
	width: 82px;
}

.section-title--flow::before {
	width: 85vw;
}

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

.trial-info__img--requirement img {
	max-width: 242px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6842105263vw;
}

.banner__inner::before {
	aspect-ratio: 110/107;
	left: calc(50% - min(-13vw, -18rem));
	top: -4.6rem;
	width: 110px;
	z-index: 1;
}

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

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

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

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

.contact__text {
	font-size: 1.125rem;
}

.contact__info-name {
	font-size: 1.125rem;
	margin-right: 0;
	top: 0.5rem;
}

.contact__info-link {
	font-size: 3.4375rem;
	line-height: 1.5;
	margin-top: 0;
	padding-left: 2.7375rem;
}

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

.contact__info-time {
	top: -0.5rem;
}

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

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

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

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

.flow__step:nth-child(1)::after {
	bottom: 0%;
	height: 155px;
	left: 90%;
	width: 106px;
}

.flow__step:nth-child(4)::after {
	bottom: 0%;
	height: 103px;
	left: calc(50% - min(-12vw, -18rem));
	margin-bottom: 0;
	width: 166px;
}

.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: 3.75rem;
}

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

.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-bottom: 3rem;
	padding-top: 5rem;
}

.header__title {
	font-size: 1.875rem;
}

.header__title span {
	font-size: 5.5rem;
	margin-right: 1.25rem;
}

.header__title span::before {
	bottom: -0.625rem;
}

.header__message {
	margin-top: 2.5rem;
}

.header__message img {
	max-width: 562px;
}

.header__doctor img {
	max-width: 158px;
}

.header__note {
	font-size: 1.3125rem;
}

.header__note span {
	font-size: 1.625rem;
}

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

.notice {
	margin-left: 1.5625rem;
	margin-right: 1.5625rem;
	margin-top: 3.75rem;
}

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

.notice__inner::after {
	aspect-ratio: 117/134;
	background-image: url(../images/notice/notice__woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 5rem;
	width: 117px;
}

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

.notice__title::before {
	display: none;
}

.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 24px 8px 30px;
}

.section-title::before {
	left: 0;
	width: 100%;
}

.section-title--requirement::before {
	left: 0;
	width: 100%;
}

.section-title--drug::before {
	left: 0;
	width: 100%;
}

.section-title--drug::after {
	display: none;
}

.section-title--cost::before {
	left: 0;
	width: 100%;
}

.section-title--cost::after {
	display: none;
}

.section-title--flow::before {
	left: 0;
	width: 100%;
}

.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: 272/160;
	margin-top: 2.5rem;
	max-width: 272px;
}

.trial-info__img--drug {
	display: block;
	margin-top: 3rem;
	padding-left: 2rem;
}

.trial-info__img--drug img {
	aspect-ratio: 116/70;
	display: block;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 116px;
	min-width: 96px;
	position: static;
	top: auto;
}

.trial-info__img--cost {
	display: block;
	margin-top: 1.5rem;
	padding-left: 2rem;
}

.trial-info__img--cost img {
	aspect-ratio: 82/75;
	display: block;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 82px;
	min-width: 82px;
	position: static;
	top: auto;
}

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

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

}

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

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

}

@media (min-width: 820px) {

.banner__inner::before {
	top: -3.9rem;
}

}

@media (min-width: 920px) {

.banner__inner::before {
	top: -3.7rem;
}

}

@media (min-width: 950px) {

html {
	font-size: 16px;
}

}

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

.banner__inner::before {
	top: -3.6rem;
}

.footer__inner.inner {
	padding-left: 5rem;
	padding-right: 5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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