body {
	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 {
	background-image: url(../images/common/banner-man_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 132px;
	left: 12%;
	position: absolute;
	top: -15%;
	transform: translate(-50%, -50%);
	width: 103px;
	z-index: 1;
}

.banner__text {
	align-items: center;
	background-color: #FFF6DF;
	display: flex;
	font-size: 0.75rem;
	font-weight: 600;
	justify-content: center;
	left: 50%;
	line-height: 1.5;
	padding: 0.5rem 0;
	padding-left: 2rem;
	position: relative;
	text-align: left;
	transform: translateX(-50%);
	width: 100vw;
}

.banner__contact {
	align-items: center;
	background-color: #595E9C;
	color: #FFEDC0;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	left: 50%;
	line-height: 1.5;
	padding: 0.5rem 0;
	padding-left: 3rem;
	position: relative;
	transform: translateX(-50%);
	transition: opacity 0.3s ease-in-out;
	width: 100vw;
}

.banner__contact:hover {
	opacity: 0.8;
}

.banner__contact span {
	align-self: auto;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: normal;
	margin-left: 7rem;
}

.contact__inner.inner {
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
	position: relative;
}

.contact__text {
	color: #3E65A6;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	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;
	padding-left: 0;
}

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

.contact__info-contact {
	border: 1.5px solid #91C2E9;
	color: #717071;
	font-size: 0.625rem;
	font-weight: 600;
	padding: 2px 4px;
}

.contact__info-name {
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.227;
	padding: 0.25rem;
}

.contact__info-tel {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1.5;
	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: 60%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.contact__info-time {
	background-color: #C9DCF2;
	border-radius: 6px;
	bottom: -1.2rem;
	display: flex;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: left;
	letter-spacing: 0.01em;
	line-height: 1.111;
	min-width: 140px;
	padding: 0.25rem 0;
	position: absolute;
	right: 0rem;
	text-align: center;
}

.flow {
	position: relative;
}

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

.flow__title {
	background-image: url(../images/common/flow-title-bg_sp.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 1.5rem 2.5rem 1.5rem 2rem;
}

.flow__steps {
	counter-reset: step-counter;
	padding-left: 0rem;
}

.flow__step {
	align-items: center;
	display: flex;
	padding-bottom: 1.3125rem;
	padding-left: 1rem;
	padding-top: 1.5rem;
	position: relative;
}

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

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

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

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

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

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

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

.flow__step:nth-child(1)::after {
	background-image: url(../images/common/flow1-woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0%;
	content: "";
	height: 78px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
	z-index: 1;
}

.flow__step:nth-child(4)::after {
	background-image: url(../images/common/flow4-consultation.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0%;
	content: "";
	height: 126px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 234px;
	z-index: 1;
}

.flow__step:nth-child(1) .flow__step-desc {
	bottom: 6rem;
	left: 1.5rem;
	position: absolute;
}

.flow__step:nth-child(2) .flow__step-desc {
	bottom: 1rem;
	left: 1.5rem;
	padding-right: 3rem;
	position: absolute;
}

.flow__step:nth-child(3) .flow__step-desc {
	bottom: 1rem;
	left: 1.5rem;
	padding-right: 3rem;
	position: absolute;
}

.flow__step:nth-child(4) .flow__step-desc {
	bottom: 8rem;
	left: 1.5rem;
	padding-right: 3rem;
	position: absolute;
}

.flow__step:nth-child(5) .flow__step-desc {
	bottom: 1rem;
	left: 1.5rem;
	padding-right: 3rem;
	position: absolute;
}

.flow__step:nth-child(6) .flow__step-desc {
	bottom: 1rem;
	left: 1.5rem;
	padding-right: 3rem;
	position: absolute;
}

.flow__step:nth-child(7) .flow__step-desc {
	position: static;
}

.flow__step:nth-child(n+2) {
	position: relative;
}

.flow__step:nth-child(n+2)::before {
	background: linear-gradient(to right, #406ABC 50%, transparent 50%);
	background-size: 4px 1px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.flow__step-number {
	color: #ACAFCE;
	font-family: "DIN Condensed", "DINCondensed-Light", sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 34px;
	padding-top: 0.5rem;
	text-align: center;
}

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

.flow__step-title {
	color: #595E9C;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.333;
}

.flow__step-desc {
	bottom: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	left: 1.5rem;
	line-height: 1.5;
	position: absolute;
	width: 100%;
}

.flow__step-desc span {
	display: block;
}

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

.flow__note::before {
	content: "※";
	left: 6%;
	position: absolute;
	top: 9.8%;
	transform: translateY(-50%);
	vertical-align: middle;
}

.footer {
	position: relative;
}

.footer::after {
	background-image: url(../images/common/footer-bg_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -15rem;
	content: "";
	height: 65%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100vw;
	z-index: -1;
}

.footer__inner.inner {
	padding-bottom: 1.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5625rem;
}

.footer__privacy {
	font-size: 0.75rem;
	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: #005BAB;
	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: #005BAB;
	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-size: 3.5vw;
	line-height: 1.444;
	white-space: nowrap;
}

.footer__address {
	font-size: 3vw;
	line-height: 1.625;
	white-space: nowrap;
}

.header {
	overflow: hidden;
	position: relative;
}

.header::before {
	aspect-ratio: 772.5/582.5;
	background-image: url(../images/common/header-bg_sp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: -1rem;
	width: 100%;
	z-index: -2;
}

.header__note {
	background-color: #433F6E;
	color: #FFFFFF;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 1rem;
	text-align: center;
}

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

.header__inner {
	padding-bottom: 6.25rem;
	padding-top: 4rem;
	position: relative;
}

.header__inner::before {
	background-image: url(../images/common/header-ttl-woman.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 44px;
	left: calc(50% - min(45vw, 12rem));
	position: absolute;
	top: 22%;
	transform: translateY(-50%);
	width: 43px;
}

.header__inner::after {
	background-image: url(../images/common/header-ttl-man.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 46px;
	position: absolute;
	right: calc(50% - min(45vw, 11rem));
	top: 68%;
	transform: translateY(-50%);
	width: 43px;
}

.header__heading {
	position: relative;
}

.header__heading::before {
	background-image: url(../images/common/header-ttl-bg_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 145px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 285px;
	z-index: -1;
}

.header__line {
	align-items: baseline;
	color: #FFFCE4;
	display: flex;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
}

.header__line--first {
	font-size: 1.5rem;
}

.header__line--first .large {
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

.header__line--second {
	align-items: baseline;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}

.header__line--second .large {
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 3rem;
	font-weight: 700;
}

.header__line--second .middle {
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
}

.header__line--third {
	align-items: center;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
}

.header__line--third .large {
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}

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

.notice__content {
	align-items: start;
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.notice__heading {
	flex-shrink: 0;
	position: relative;
}

.notice__title {
	background-image: url(../images/common/notice-title-bg_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	margin-left: 10rem;
	padding: 1.125rem;
	position: relative;
	top: 1.7rem;
	z-index: 1;
}

.notice__title-bg {
	background-image: url(../images/common/notice-title-man.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 104px;
	left: 0;
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	width: 130px;
	z-index: -1;
}

.notice__text {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 2rem;
	padding-left: 1rem;
}

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

.section-title {
	background-color: #EC628A;
	color: #FFFFFF;
	display: inline-block;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 6px 10px;
}

.trial-info__inner {
	padding-top: 2.5rem;
}

.trial-info__heading {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	padding-top: 2.5rem;
	position: relative;
	text-align: center;
}

.trial-info__heading::before {
	background: linear-gradient(to right, #406ABC 50%, transparent 50%);
	background-size: 4px 1px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.trial-info__title {
	background-image: url(../images/common/trial-info__title-bg_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1rem 2rem;
}

.trial-info__title span {
	font-size: 0.75rem;
	font-weight: 700;
}

.trial-info__note {
	align-self: center;
	border-bottom: 1px solid #5A5E9B;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	width: -moz-fit-content;
	width: fit-content;
}

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

.trial-info__section {
	background-color: #EAF5FC;
	border-radius: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 27.5rem;
	padding: 1.5rem 2rem;
	position: relative;
}

.trial-info__number {
	align-items: center;
	background-color: #72BAE7;
	border-radius: 50%;
	color: #FFFFFF;
	content: "";
	display: flex;
	font-size: 1.5rem;
	height: 2.25rem;
	justify-content: center;
	left: 0;
	padding-bottom: 0.25rem;
	position: absolute;
	top: 0;
	width: 2.25rem;
}

.trial-info__subtitle {
	font-size: 1.125rem;
	font-weight: 700;
}

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

.trial-info__item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	padding-left: 1.75rem;
	position: relative;
}

.trial-info__item::before {
	border: 1px solid #231815;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.trial-info__memo {
	-webkit-text-decoration: underline;
	color: #406ABC;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.5rem;
	padding-left: 0.625rem;
	text-align: center;
	text-decoration: underline;
}

.trial-info__img {
	text-align: center;
}

.trial-info__img img {
	-o-object-fit: contain;
	aspect-ratio: 116.5/102.5;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 116.5px;
	object-fit: contain;
}

.trial-info__or {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.03125rem;
	font-weight: 400;
	margin-top: 1rem;
	text-align: center;
}

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

.trial-info__text {
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 1.25rem;
	padding-left: 1rem;
}

.trial-info__guidance {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
}

.trial-info__guidance::before {
	background: linear-gradient(to right, #406ABC 50%, transparent 50%);
	background-size: 4px 1px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
}

.trial-info__guidance-img {
	left: calc(40% - min(24vw, 5rem));
	position: absolute;
	top: 7%;
	z-index: -2;
}

.trial-info__guidance-img img {
	-o-object-fit: contain;
	aspect-ratio: 103/134;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 103px;
	object-fit: contain;
}

.trial-info__guidance-img--second {
	left: auto;
	position: absolute;
	right: calc(40% - min(24vw, 5rem));
	top: 7%;
}

.trial-info__guidance-img--second img {
	-o-object-fit: contain;
	aspect-ratio: 103/121;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 103px;
	object-fit: contain;
}

.trial-info__guidance-heading {
	margin-top: 6rem;
	padding: 1.5rem 0;
	position: relative;
	text-align: center;
}

.trial-info__guidance-heading::before {
	background-image: url(../images/common/trial-info__guidance-ttl-bg_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.trial-info__guidance-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.trial-info__guidance-memo {
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 0.2rem;
}

.trial-info__guidance-text {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.trial-info__supplement {
	margin-top: 2.5rem;
	padding: 1.5rem 0;
	position: relative;
}

.trial-info__supplement--second {
	margin-top: 0;
}

.trial-info__supplement::before,
.trial-info__supplement::after {
	background-color: #B4CCFF;
	content: "";
	height: 2px;
	left: -1.5rem;
	position: absolute;
	width: 100vw;
}

.trial-info__supplement::before {
	top: 0;
}

.trial-info__supplement::after {
	bottom: 0;
}

.trial-info__supplement.trial-info__supplement--second::before {
	content: none;
}

.trial-info__supplement-title {
	background-image: url(../images/common/trial-info__supple-ttl-bg_sp.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1rem 2rem;
}

.trial-info__supplement-list {
	margin-top: 1rem;
	padding-left: 1.2rem;
}

.trial-info__supplement-item {
	font-size: 1rem;
	font-weight: 300;
	padding-left: 1.2rem;
	position: relative;
}

.trial-info__supplement-item span {
	font-weight: 600;
}

.trial-info__supplement-item::before {
	background-color: #7C9FD3;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 12px;
}

.trial-info__supplement-text {
	font-size: 1rem;
	font-weight: 300;
	margin-top: 1rem;
	padding-left: 1.2rem;
}

.trial-info__supplement-text span {
	font-weight: 600;
}

.trial-info__supplement-memo {
	font-size: 0.875rem;
	margin-top: 1rem;
	padding-left: 1.2rem;
}

.trial-info__supplement-img {
	position: absolute;
	right: calc(40% - min(37vw, 12rem));
	text-align: center;
	top: 10%;
}

.trial-info__supplement-img img {
	-o-object-fit: contain;
	aspect-ratio: 133/126;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 133px;
	object-fit: contain;
}

.trial-info__supplement-img--second {
	margin-top: 1.5rem;
	position: static;
}

.trial-info__supplement-img--second img {
	-o-object-fit: contain;
	aspect-ratio: 119/126;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 119px;
	object-fit: contain;
}

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

.banner__inner::before {
	top: -12%;
}

.contact__text {
	font-size: 0.9375rem;
}

.contact__info-contact {
	font-size: 0.625rem;
}

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

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

.contact__info-time {
	font-size: 0.8125rem;
	min-width: 200px;
	right: 0rem;
}

.flow__title {
	font-size: 1rem;
}

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

.flow__step:nth-child(4)::after {
	height: 143px;
	width: 264px;
}

.flow__step-number {
	font-size: 26px;
}

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

.flow__note {
	font-size: 0.8125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.flow__note::before {
	left: 7.5%;
	top: 8.4%;
}

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

.header__inner::before {
	left: calc(50% - min(45vw, 10rem));
	top: 22%;
}

.header__inner::after {
	right: calc(50% - min(45vw, 10rem));
	top: 65%;
}

.header__heading::before {
	height: 162px;
	width: 330px;
}

.notice__title {
	font-size: 1.25rem;
	margin-left: 8.75rem;
}

.notice__title-bg {
	height: 104px;
	left: 0;
	top: 35%;
	width: 130px;
}

.section-title {
	font-size: 1rem;
	padding: 6px 16px;
}

.trial-info__title {
	font-size: 1.125rem;
	padding: 1.25rem 2rem;
}

.trial-info__title span {
	font-size: 1rem;
}

.trial-info__note {
	font-size: 1.375rem;
}

.trial-info__guidance-title {
	font-size: 1.3125rem;
}

.trial-info__guidance-text {
	font-size: 1.125rem;
}

.trial-info__supplement-title {
	font-size: 1.125rem;
}

}

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

.banner__inner::before {
	left: 16%;
}

.contact__text {
	font-size: 1rem;
}

.contact__info {
	padding-left: 1rem;
}

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

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

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

.contact__info-time {
	font-size: 0.875rem;
	min-width: 200px;
	right: 0;
}

.flow__title {
	font-size: 1.375rem;
}

.flow__step {
	padding-left: 1.625rem;
}

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

.flow__step-number {
	font-size: 28px;
}

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

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

.flow__note {
	font-size: 0.875rem;
	padding-left: 2.125rem;
	padding-right: 2.125rem;
}

.flow__note::before {
	left: 3.6%;
	top: 12%;
}

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

.header__inner::before {
	left: calc(50% - min(45vw, 12rem));
	top: 22%;
}

.header__inner::after {
	right: calc(50% - min(45vw, 12rem));
	top: 70%;
}

.header__heading::before {
	height: 212px;
	width: 472px;
}

.header__line--first {
	font-size: 1.75rem;
}

.header__line--first .large {
	font-size: 2.5rem;
}

.header__line--second {
	font-size: 3rem;
}

.header__line--second .large {
	font-size: 3.5rem;
}

.header__line--second .middle {
	font-size: 3rem;
}

.header__line--third {
	font-size: 1.25rem;
}

.header__line--third .large {
	font-size: 1.75rem;
}

.notice__title {
	font-size: 1.25rem;
	margin-left: 10rem;
}

.notice__title-bg {
	left: 1rem;
	top: 45%;
}

.trial-info__title {
	font-size: 1.5rem;
	padding: 1.5rem 2rem;
}

.trial-info__title span {
	font-size: 1.25rem;
}

.trial-info__note {
	font-size: 1.625rem;
}

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

.trial-info__memo {
	padding-left: 1rem;
}

.trial-info__guidance-title {
	font-size: 1.5rem;
}

.trial-info__guidance-memo {
	font-size: 1rem;
	margin-top: 0.3rem;
}

.trial-info__guidance-text {
	font-size: 1.25rem;
}

.trial-info__supplement-title {
	font-size: 1.25rem;
}

}

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

.banner__inner::before {
	height: 122px;
	left: 20%;
	top: 0%;
	width: 144px;
}

.banner__text {
	font-size: 0.875rem;
	padding-left: 0;
}

.banner__contact {
	font-size: 1.3125rem;
	padding-left: 1.5rem;
}

.banner__contact span {
	margin-left: 11rem;
}

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

.contact__text {
	font-size: 1.0625rem;
}

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

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

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

.flow__title {
	font-size: 1.5rem;
}

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

.flow__step-number {
	font-size: 42px;
}

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

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

.flow__note {
	font-size: 0.875rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.flow__note::before {
	left: 6.6%;
	top: 16%;
}

.footer::after {
	bottom: -15rem;
	height: 60%;
}

.footer__inner.inner {
	padding-bottom: 4.625rem;
	padding-left: 4.1875rem;
	padding-right: 4.1875rem;
	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::before {
	top: 0;
}

.header__heading::before {
	height: 212px;
	width: 472px;
}

.trial-info__title {
	font-size: 1.875rem;
	padding: 1.5rem 3rem;
}

.trial-info__title span {
	font-size: 1.625rem;
}

.trial-info__note {
	font-size: 2rem;
}

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

.trial-info__memo {
	padding-left: 1.0625rem;
}

.trial-info__guidance-heading {
	padding: 2.2rem 0;
}

.trial-info__guidance-title {
	font-size: 1.875rem;
}

.trial-info__guidance-text {
	font-size: 1.5rem;
}

.trial-info__supplement-title {
	font-size: 1.25rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6vw;
}

.banner__inner::before {
	background-image: url(../images/common/banner-man_pc.png);
	height: 136px;
	left: 15%;
	top: 35%;
	width: 146px;
}

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

.banner__text {
	font-size: 1.0625rem;
	left: 50%;
	padding-right: 4rem;
	transform: translateX(-50%);
	width: 100%;
}

.banner__contact {
	flex-direction: row;
	font-size: 1.9375rem;
	left: 50%;
	padding-left: 0;
	transform: translateX(-50%);
	width: 100%;
}

.banner__contact span {
	align-self: end;
	font-size: 0.8125rem;
	margin-bottom: 0.3rem;
	margin-left: 1rem;
}

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

.contact__text {
	font-size: 1.125rem;
	justify-content: left;
}

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

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

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

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

.contact__info-tel {
	font-size: 2.625rem;
	margin-left: 1.375rem;
	padding-left: 2.7375rem;
}

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

.contact__info-time {
	bottom: auto;
	min-width: 180px;
	right: -0.5rem;
	top: -1.5rem;
}

.flow__inner.inner {
	padding-bottom: 2.5rem;
	padding-left: 4.0625rem;
	padding-right: 4.0625rem;
	padding-top: 3.375rem;
}

.flow__title {
	background-image: url(../images/common/flow-title-bg_pc.png);
	font-size: 1.5rem;
	padding: 1.5rem 2.5rem 1.5rem 2rem;
}

.flow__steps {
	margin-top: 1.125rem;
	padding-left: 1rem;
}

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

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

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

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

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

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

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

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

.flow__step:nth-child(1)::after {
	bottom: 0%;
	height: 135px;
	left: 80%;
	width: 100px;
}

.flow__step:nth-child(4)::after {
	bottom: 0%;
	height: 143px;
	left: 80%;
	width: 264px;
}

.flow__step:nth-child(1) .flow__step-desc {
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 25%;
	transform: translate(-50%, -50%);
	width: -moz-max-content;
	width: max-content;
}

.flow__step:nth-child(2) .flow__step-desc {
	padding-right: 0;
	position: static;
}

.flow__step:nth-child(3) .flow__step-desc {
	padding-right: 0;
	position: static;
}

.flow__step:nth-child(4) .flow__step-desc {
	padding-right: 0;
	position: static;
}

.flow__step:nth-child(5) .flow__step-desc {
	padding-right: 0;
	position: static;
}

.flow__step:nth-child(6) .flow__step-desc {
	padding-right: 0;
	position: static;
}

.flow__step:nth-child(7) .flow__step-desc {
	position: static;
}

.flow__step:nth-child(n+2) {
	border-top: 1px dotted #406ABC;
	width: 100%;
}

.flow__step:nth-child(n+2)::before {
	content: none;
}

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

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

.flow__step-desc span {
	display: inline;
}

.flow__note {
	margin-top: 1.625rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	white-space: nowrap;
}

.flow__note::before {
	left: 3.8%;
	top: 28%;
}

.footer::after {
	background-image: url(../images/common/footer-bg_pc.png);
	bottom: -17rem;
	height: 100%;
}

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

.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::before {
	aspect-ratio: 1600/596.5;
	background-image: url(../images/common/header-bg_pc.png);
	top: -0.5rem;
}

.header__note {
	font-size: 1.75rem;
	padding: 3rem 0 1.5rem;
}

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

.header__inner {
	padding-bottom: 9.25rem;
	padding-top: 11.25rem;
}

.header__inner::before {
	height: 99px;
	left: calc(50% - min(45vw, 24rem));
	top: 30%;
	width: 97px;
}

.header__inner::after {
	height: 94px;
	right: calc(50% - min(45vw, 25rem));
	top: 76%;
	width: 96px;
}

.header__heading::before {
	background-image: url(../images/common/header-ttl-bg_pc.png);
	height: 360px;
	width: 735px;
}

.header__line {
	line-height: 1.5;
}

.header__line--first {
	font-size: 3rem;
}

.header__line--first .large {
	font-size: 4rem;
}

.header__line--second {
	font-size: 4rem;
}

.header__line--second .large {
	font-size: 6rem;
}

.header__line--second .middle {
	font-size: 5rem;
}

.header__line--third {
	font-size: 2.25rem;
}

.header__line--third .large {
	font-size: 3rem;
}

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

.notice__inner {
	padding-left: 4.0625rem;
	padding-right: 4.0625rem;
}

.notice__content {
	flex-direction: row;
}

.notice__title {
	background-image: url(../images/common/notice-title-bg_pc.png);
	font-size: 1.125rem;
	margin-left: 0;
	padding: 2rem 2.5rem 1rem;
	top: 3.5rem;
}

.notice__title-bg {
	height: 124px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
}

.notice__text {
	font-size: 1rem;
	padding-left: 2rem;
}

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

.section-title {
	font-size: 1.6875rem;
	letter-spacing: 0.05em;
	padding: 6px 32px;
}

.trial-info__inner {
	padding-left: 4.0625rem;
	padding-right: 4.0625rem;
	padding-top: 3.375rem;
}

.trial-info__heading {
	border-top: 1px dotted #406ABC;
	flex-direction: row;
	gap: 1.5rem;
	justify-content: center;
	padding-top: 3.25rem;
}

.trial-info__heading::before {
	content: none;
}

.trial-info__title {
	background-image: url(../images/common/trial-info__title-bg_pc.png);
	font-size: 1.3125rem;
	padding: 1rem 2rem;
}

.trial-info__title span {
	font-size: 1rem;
}

.trial-info__note {
	font-size: 1.375rem;
}

.trial-info__section {
	max-width: 36.25rem;
}

.trial-info__number {
	font-size: 1.625rem;
	height: 1.875rem;
	left: 1.3rem;
	top: 1.2rem;
	width: 1.875rem;
}

.trial-info__subtitle {
	font-size: 1.125rem;
	padding-left: 1.5rem;
}

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

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

.trial-info__memo {
	font-size: 1.0625rem;
	padding-left: 2rem;
	text-align: left;
}

.trial-info__img {
	position: absolute;
	right: 7%;
	top: 10%;
}

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

.trial-info__or {
	font-size: 1.03125rem;
}

.trial-info__text {
	font-size: 0.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 46.25rem;
	padding-left: 2rem;
}

.trial-info__guidance {
	border-top: 1px dotted #406ABC;
	margin-top: 3.25rem;
	padding-top: 3.25rem;
}

.trial-info__guidance::before {
	content: none;
}

.trial-info__guidance-img {
	left: calc(40% - min(32vw, 19rem));
	position: absolute;
	top: 7%;
}

.trial-info__guidance-img--second {
	left: auto;
	position: absolute;
	right: calc(40% - min(32vw, 19rem));
	top: 10%;
}

.trial-info__guidance-heading {
	margin-top: 0;
	padding: 1.5rem 0;
}

.trial-info__guidance-heading::before {
	background-image: url(../images/common/trial-info__guidance-ttl-bg_pc.png);
	background-size: contain;
}

.trial-info__guidance-title {
	font-size: 1.875rem;
}

.trial-info__guidance-memo {
	font-size: 0.875rem;
}

.trial-info__guidance-memo {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.trial-info__guidance-text {
	font-size: 1.25rem;
}

.trial-info__supplement::before,
.trial-info__supplement::after {
	content: none;
}

.trial-info__supplement {
	border: 2px solid #B4CCFF;
	margin-left: auto;
	margin-right: auto;
	max-width: 682px;
	padding: 1rem 2rem 1.5rem;
}

.trial-info__supplement-title {
	background-image: url(../images/common/trial-info__supple-ttl-bg_pc.png);
	font-size: 1.3125rem;
}

.trial-info__supplement-list {
	padding-left: 2.5rem;
}

.trial-info__supplement-item {
	font-size: 1.0625rem;
}

.trial-info__supplement-item::before {
	top: 6px;
}

.trial-info__supplement-item + .trial-info__supplement-item {
	margin-top: 1rem;
}

.trial-info__supplement-text {
	font-size: 1.0625rem;
	padding-left: 2.5rem;
}

.trial-info__supplement-memo {
	font-size: 1rem;
	padding-left: 2.5rem;
}

.trial-info__supplement-img {
	bottom: 10%;
	position: absolute;
	right: 4%;
	top: auto;
}

.trial-info__supplement-img--second {
	bottom: 10%;
	margin-top: 0;
	position: absolute;
	right: 4%;
	top: auto;
}

.trial-info__supplement + .trial-info__supplement {
	margin-top: 1rem;
}

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

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

.contact__info-time {
	min-width: 220px;
}

.flow__note::before {
	left: 3.5%;
}

.header::before {
	top: -0.5rem;
}

.header__inner::before {
	left: calc(50% - min(45vw, 22rem));
}

.header__inner::after {
	right: calc(50% - min(45vw, 23rem));
}

.header__heading::before {
	height: 402px;
	width: 870px;
}

}

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

.header::before {
	top: 0rem;
}

}

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

.header::before {
	top: 0rem;
}

}

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

.header::before {
	top: 0rem;
}

}

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

.footer::after {
	background-size: cover;
}

.header::before {
	top: 0rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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