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 {
	bottom: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.banner__inner.inner {
	align-items: center;
	border: 4px solid #66CC00;
	border-radius: 5px;
	display: flex;
	height: 64px;
	height: 100%;
	justify-content: space-between;
	max-width: 880px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 1;
}

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

.banner__text {
	align-items: center;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: row;
	font-size: 0.625rem;
	font-weight: 500;
	height: 64px;
	justify-content: center;
	line-height: 1.2;
	padding: 0.5rem 0.5rem;
	position: relative;
	text-align: left;
	width: 48%;
}

.banner__text::after {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #FFFFFF;
	bottom: 0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	content: "";
	height: 64px;
	position: absolute;
	right: -1.49rem;
	top: 0;
	width: 24px;
	z-index: 1;
}

.banner__contact {
	align-items: center;
	background-color: #D5F04C;
	display: flex;
	flex-direction: row;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 64px;
	justify-content: center;
	line-height: 1.2;
	padding: 0.5rem 0.5rem 0.5rem 1.75rem;
	position: relative;
	position: relative;
	transition: background-color 0.3s ease;
	width: 52%;
}

.banner__contact:hover {
	background-color: #D1F06A;
}

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

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

.contact__text {
	background-color: #006633;
	color: #FFFFFF;
	display: flex;
	font-size: 0.59375rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.227;
	padding: 0.5rem 0;
}

.contact__info {
	align-items: center;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.25rem 0 2rem;
	position: relative;
}

.contact__info::after {
	background-color: #006633;
	bottom: 4.4rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: calc(50% - min(30vw, 8rem));
}

.contact__info-heading {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-right: 3rem;
	position: relative;
}

.contact__info-name {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.227;
	padding: 0.25rem 0.25rem;
	text-align: center;
}

.contact__info-time {
	display: flex;
	display: inline-block;
	font-size: 0.5625rem;
	font-weight: 400;
	justify-content: left;
	letter-spacing: 0.01em;
	line-height: 1.111;
	position: absolute;
	right: 6.7rem;
	text-align: center;
	top: 4.5rem;
}

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

.flow {
	position: relative;
}

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

.flow__heading {
	position: relative;
}

.flow__title {
	position: relative;
}

.flow__nav {
	margin-top: 1.75rem;
}

.flow__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.flow__nav-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: center;
	text-align: center;
	width: calc((100% - 16px) / 3);
}

.flow__nav-item:nth-child(4),
.flow__nav-item:nth-child(5) {
	width: calc((100% - 32px) / 2);
}

.flow__nav-item:not(:last-child)::after {
	background-image: url(../images/flow/flow-icon-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	position: absolute;
	right: -10px;
	top: 73%;
	transform: translateY(-50%);
	width: 1rem;
}

.flow__nav-item:nth-child(3)::after {
	display: none;
}

.flow__nav-item:nth-child(4)::before {
	background-image: url(../images/flow/flow-icon-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1rem;
	left: -10px;
	position: absolute;
	top: 73%;
	transform: translateY(-50%);
	width: 1rem;
}

.flow__nav-number {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #66CC00;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	position: relative;
	top: 4px;
	width: 23px;
}

.flow__nav-icon img {
	-o-object-fit: contain;
	aspect-ratio: 125/118;
	height: auto;
	max-width: 125px;
	object-fit: contain;
}

.flow__nav-text {
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	min-height: 4.0625rem;
}

.flow__steps {
	background-color: #FFFFFF;
	border: 4px solid #D1F06A;
	margin-top: 1.25rem;
	padding: 1rem 0 2.5rem;
}

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

.flow__step-number {
	align-items: center;
	background-color: #66CC00;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	flex-shrink: 0;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1rem;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.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;
	padding-bottom: 1.3125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

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

.footer__inner.inner {
	background-color: #FFFFFF;
	padding-bottom: 2rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2rem;
}

.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(45vw, 21rem));
	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 {
	aspect-ratio: 750/575;
	background-image: url(../images/fv/header-bg_sp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	max-height: 548px;
	position: relative;
	text-align: center;
	width: 100%;
}

.header__inner {
	padding-bottom: 2rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 3.875rem;
	position: relative;
}

.header__inner::before {
	aspect-ratio: 175/180;
	background-image: url(../images/fv/header-left-woman_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.125rem;
	content: "";
	height: 90px;
	left: calc(50% - min(52vw, 24rem));
	position: absolute;
	width: 85px;
}

.header__inner::after {
	aspect-ratio: 142/215;
	background-image: url(../images/fv/header-right-woman_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4rem;
	content: "";
	height: 145px;
	position: absolute;
	right: calc(50% - min(48vw, 13rem));
	width: 72px;
}

.header__tag {
	align-items: center;
	background-color: #FFE100;
	border-radius: 50%;
	color: #006633;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-family: "DNP秀英丸ゴシック", dnp-shuei-mgothic-std, "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1rem 0.5rem;
	position: absolute;
	right: calc(50% - min(46vw, 12rem));
	top: 2rem;
}

.header__tag span {
	font-size: 1.125rem;
	line-height: 1;
}

.header__title img {
	aspect-ratio: 665/452;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 665px;
}

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

main {
	aspect-ratio: 750/4650;
	background-image: url(../images/common/main-bg_sp.png);
	background-repeat: repeat;
	background-size: contain;
}

.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: #006633;
	display: 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 16px 0;
	position: relative;
	width: 100%;
}

.section-title::after {
	background-color: #66CC00;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.trial-info {
	padding-top: 60px;
}

.trial-info__block {
	background-color: #FFFFFF;
	border-radius: 20px;
}

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

.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;
	padding-right: 0.625rem;
}

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

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

.trial-info__item .trial-info__subtext {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	left: -2rem;
	position: relative;
	width: 110%;
}

.trial-info__item .trial-info__subtext-memo {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	left: -2rem;
	position: relative;
	width: 110%;
}

.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__block:nth-of-type(1) {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 250px;
	overflow: visible;
}

.trial-info__block:nth-of-type(1) .trial-info__title {
	position: relative;
	top: -3rem;
}

.trial-info__block:nth-of-type(1) .trial-info__section {
	position: relative;
	top: -4rem;
}

.trial-info__block:nth-of-type(2) {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.trial-info__block:nth-of-type(2) .trial-info__title {
	align-items: start;
	display: flex;
	flex-wrap: nowrap;
}

.trial-info__block:nth-of-type(3) {
	padding-bottom: 1.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1.25rem;
}

.trial-info__block:nth-of-type(3) .trial-info__list {
	padding-top: 1rem;
}

.trial-info__block:nth-of-type(4) {
	padding-bottom: 1.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1.25rem;
}

.trial-info__block:nth-of-type(4) .trial-info__list {
	padding-top: 1rem;
}

.trial-info__block:nth-of-type(1) .trial-info__title img {
	aspect-ratio: 337/242;
	max-width: 157px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	aspect-ratio: 205/72;
	max-width: 85px;
	position: relative;
	top: -1.25rem;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:last-of-type {
	aspect-ratio: 225/153;
	max-width: 130px;
}

.trial-info__block:nth-of-type(3) .trial-info__title img {
	aspect-ratio: 370/67;
	margin-left: auto;
	margin-right: auto;
	max-width: 190px;
}

.trial-info__block:nth-of-type(4) .trial-info__title img {
	aspect-ratio: 318/85;
	margin-left: auto;
	margin-right: auto;
	max-width: 168px;
}

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

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

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

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

.banner__inner.inner::before {
	top: -4rem;
	width: 71px;
}

.banner__contact {
	font-size: 1rem;
}

.contact__text {
	font-size: 0.59375rem;
}

.contact__info::after {
	bottom: 4.4rem;
	right: calc(50% - min(30vw, 7.3rem));
}

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

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

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

.flow__nav-item {
	width: calc((100% - 16px) / 3);
}

.flow__nav-item:nth-child(4),
.flow__nav-item:nth-child(5) {
	width: calc((100% - 64px) / 2);
}

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

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

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

.footer__privacy::after {
	height: 5.1875rem;
	right: calc(50% - min(45vw, 21rem));
	width: 5.0625rem;
}

.header__inner::before {
	bottom: -0.125rem;
	height: 100px;
	left: calc(50% - min(52vw, 24rem));
	width: 95px;
}

.header__inner::after {
	bottom: -3.25rem;
	height: 155px;
	right: calc(50% - min(48vw, 13rem));
	width: 82px;
}

.header__tag {
	font-size: 2.25rem;
	right: calc(50% - min(46vw, 13rem));
}

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

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

.trial-info__block:nth-of-type(1) {
	height: 280px;
}

.trial-info__block:nth-of-type(1) .trial-info__title img {
	max-width: 187px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	max-width: 115px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:last-of-type {
	max-width: 160px;
}

.trial-info__block:nth-of-type(3) .trial-info__title img {
	max-width: 220px;
}

.trial-info__block:nth-of-type(4) .trial-info__title img {
	max-width: 198px;
}

}

@media (min-width: 380px) {

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

}

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

.banner__inner.inner::before {
	top: -4rem;
	width: 81px;
}

.banner__text {
	font-size: 0.875rem;
}

.banner__contact {
	font-size: 1.375rem;
}

.contact__text {
	font-size: 0.8125rem;
}

.contact__info::after {
	bottom: 4.6rem;
	right: calc(50% - min(27vw, 8rem));
}

.contact__info-heading {
	padding-right: 3rem;
}

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

.contact__info-time {
	font-size: 0.625rem;
	top: 4.8rem;
}

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

.flow__nav-item {
	width: calc((100% - 16px) / 3);
}

.flow__nav-item:nth-child(4),
.flow__nav-item:nth-child(5) {
	width: calc((100% - 158px) / 2);
}

.flow__nav-item:not(:last-child)::after {
	right: -16px;
}

.flow__nav-item:nth-child(4)::before {
	right: -16px;
}

.flow__nav-text {
	font-size: 0.6875rem;
}

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

.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;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.footer__privacy {
	font-size: 0.875rem;
}

.footer__privacy::after {
	height: 6.4375rem;
	right: calc(50% - min(45vw, 21rem));
	width: 6.3125rem;
}

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

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

.header__inner::before {
	bottom: -0.125rem;
	height: 140px;
	left: calc(50% - min(52vw, 24rem));
	width: 135px;
}

.header__inner::after {
	bottom: -3rem;
	height: 195px;
	right: calc(50% - min(48vw, 21rem));
	width: 122px;
}

.header__tag {
	font-size: 3rem;
	padding: 1.5rem 1rem;
	right: calc(50% - min(48vw, 16rem));
}

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

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

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

.trial-info__block:nth-of-type(1) {
	height: 265px;
}

.trial-info__block:nth-of-type(1) .trial-info__title img {
	max-width: 217px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	max-width: 145px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:last-of-type {
	max-width: 190px;
}

.trial-info__block:nth-of-type(3) .trial-info__title img {
	max-width: 250px;
}

.trial-info__block:nth-of-type(4) .trial-info__title img {
	max-width: 228px;
}

.trial-info__memo {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.trial-info__text {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

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

.banner__inner.inner::before {
	top: -4rem;
	width: 91px;
}

.banner__text {
	font-size: 1rem;
	padding: 0.5rem 1rem;
}

.banner__contact {
	font-size: 1.5rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
}

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

.contact__text {
	font-size: 1.0625rem;
}

.contact__info::after {
	bottom: 5rem;
	right: calc(50% - min(22vw, 9rem));
}

.contact__info-heading {
	padding-right: 6.75rem;
}

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

.contact__info-time {
	font-size: 0.8125rem;
	right: 8.2rem;
	top: 5.2rem;
}

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

.flow__nav-item {
	width: calc((100% - 32px) / 3);
}

.flow__nav-item:nth-child(4),
.flow__nav-item:nth-child(5) {
	width: calc((100% - 208px) / 2);
}

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

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

.flow__note {
	font-size: 1rem;
}

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

.footer__privacy {
	font-size: 1rem;
}

.footer__privacy::after {
	height: 7.0625rem;
	right: calc(50% - min(45vw, 21rem));
	top: -10px;
	width: 6.8125rem;
}

.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::before {
	bottom: 0;
	height: 180px;
	left: calc(50% - min(52vw, 24rem));
	width: 175px;
}

.header__inner::after {
	bottom: -3rem;
	height: 215px;
	right: calc(50% - min(48vw, 21rem));
	width: 142px;
}

.header__tag {
	font-size: 4.125rem;
	right: calc(50% - min(48vw, 21rem));
}

.header__tag span {
	font-size: 2rem;
}

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

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

.trial-info__item .trial-info__subtext {
	width: 106%;
}

.trial-info__item .trial-info__subtext-memo {
	width: 106%;
}

.trial-info__block:nth-of-type(1) {
	height: 280px;
}

.trial-info__block:nth-of-type(1) .trial-info__title img {
	max-width: 277px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	max-width: 175px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:last-of-type {
	max-width: 225px;
}

.trial-info__block:nth-of-type(3) .trial-info__title img {
	max-width: 340px;
}

.trial-info__block:nth-of-type(4) .trial-info__title img {
	max-width: 288px;
}

.trial-info__memo {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.trial-info__text {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6666666667vw;
}

.banner {
	padding-left: 4rem;
	padding-right: 4rem;
	width: 100%;
}

.banner__inner.inner {
	height: 104px;
	height: 100%;
	max-width: 880px;
}

.banner__inner.inner::before {
	aspect-ratio: 111/168;
	background-image: url(../images/common/banner-woman_pc.png);
	left: 90%;
	top: -1rem;
	width: 111px;
	z-index: 2;
}

.banner__text {
	font-size: 1.0625rem;
	height: 104px;
	padding: 0.5rem 1.5rem;
	width: 45%;
}

.banner__text::after {
	height: 104px;
	right: -1.99rem;
	width: 32px;
}

.banner__contact {
	font-size: 1.9375rem;
	height: 104px;
	justify-content: start;
	padding-left: 3.75rem;
	width: 55%;
}

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

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

.contact__text {
	font-size: 1.125rem;
	padding: 0.5rem 0;
}

.contact__info {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 1.25rem 0 2rem;
}

.contact__info::after {
	bottom: 2.7rem;
	left: 0;
	right: calc(50% - min(-1vw, -1rem));
}

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

.contact__info-name {
	font-size: 1.5rem;
	margin-top: 0rem;
	padding: 1rem 1rem;
}

.contact__info-time {
	font-size: 0.8875rem;
	position: absolute;
	right: -17rem;
	top: 3.4rem;
}

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

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

.flow__nav {
	margin-top: 2.5rem;
}

.flow__nav-list {
	gap: 1rem;
	justify-content: space-between;
}

.flow__nav-item {
	width: calc((100% - 32px) / 3);
}

.flow__nav-item:nth-child(4),
.flow__nav-item:nth-child(5) {
	width: calc((100% - 64px) / 5);
}

.flow__nav-item:not(:last-child)::after {
	height: 1.5rem;
	right: -20px;
	top: 70%;
	width: 1.5rem;
}

.flow__nav-item:nth-child(4)::before {
	display: none;
}

.flow__nav-item {
	margin-top: 0;
	width: calc((100% - 64px) / 5);
}

.flow__nav-item:nth-child(3)::after {
	display: block;
}

.flow__nav-icon img {
	max-width: 125px;
}

.flow__nav-text {
	font-size: 0.9375rem;
	min-height: 5.75rem;
}

.flow__steps {
	margin-top: 2.5rem;
	padding: 1rem 0 2.5rem;
}

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

.flow__step-number {
	font-size: 1.25rem;
	height: 30px;
	width: 30px;
}

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

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

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

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

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

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

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

.footer__company {
	flex-direction: row;
	justify-content: center;
}

.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 {
	aspect-ratio: 1635/725;
	background-image: url(../images/fv/header-bg_pc.png);
	background-repeat: repeat;
	max-height: 743px;
	width: 100%;
}

.header__inner {
	padding-bottom: 2.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 7.375rem;
}

.header__inner::before {
	aspect-ratio: 282/290;
	background-image: url(../images/fv/header-left-woman_pc.png);
	bottom: 0;
	height: 220px;
	left: calc(50% - min(51vw, 37rem));
	width: 212px;
}

.header__inner::after {
	aspect-ratio: 232/350;
	background-image: url(../images/fv/header-right-woman_pc.png);
	bottom: -5rem;
	height: 280px;
	right: calc(50% - min(41vw, 30rem));
	width: 162px;
}

.header__tag {
	font-size: 5.4375rem;
	padding: 2rem 1.5rem;
	right: calc(50% - min(38vw, 25rem));
	top: 6rem;
}

.header__tag span {
	font-size: 3.125rem;
}

.header__title img {
	aspect-ratio: 945/585;
	max-width: 945px;
}

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

main {
	aspect-ratio: 1640/3765;
	background-image: url(../images/common/main-bg_pc.png);
	background-repeat: repeat;
	max-height: 3900px;
	width: 100%;
}

.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 16px 0;
}

.trial-info {
	padding-top: 80px;
}

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

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

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

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

.trial-info__item .trial-info__subtext {
	font-size: 1.125rem;
	width: 104%;
}

.trial-info__item .trial-info__subtext-memo {
	font-size: 0.875rem;
	width: 104%;
}

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

.trial-info__block:nth-of-type(1) {
	display: flex;
	flex-direction: row;
	height: 200px;
}

.trial-info__block:nth-of-type(1) .trial-info__title {
	top: -2rem;
}

.trial-info__block:nth-of-type(1) .trial-info__section {
	top: 0;
}

.trial-info__block:nth-of-type(2) {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 2.5rem;
}

.trial-info__block:nth-of-type(2) .trial-info__title {
	display: block;
	padding-left: 2.5625rem;
	padding-right: 2.5625rem;
}

.trial-info__block:nth-of-type(3) {
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.trial-info__block:nth-of-type(4) {
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.trial-info__block:nth-of-type(1) .trial-info__title img {
	max-width: 337px;
	min-width: 337px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	margin-left: auto;
	margin-right: auto;
	max-width: 205px;
	min-width: 205px;
	top: -1.375rem;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:last-of-type {
	max-width: 255px;
	min-width: 255px;
}

.trial-info__block:nth-of-type(3) .trial-info__title img {
	margin-left: 0;
	margin-right: 0;
	max-width: 370px;
	min-width: 370px;
	padding-left: 2rem;
}

.trial-info__block:nth-of-type(4) .trial-info__title img {
	margin-left: 0;
	margin-right: 0;
	max-width: 318px;
	min-width: 318px;
	padding-left: 2rem;
}

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

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

.trial-info__text span {
	font-size: 1.5625rem;
}

}

@media (min-width: 850px) {

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	top: -1.625rem;
}

}

@media (min-width: 900px) {

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	top: -1.875rem;
}

}

@media (min-width: 960px) {

html {
	font-size: 16px;
}

}

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

.banner__text {
	font-size: 1.1875rem;
}

.flow__nav-item:not(:last-child)::after {
	top: 66%;
}

.footer__inner.inner {
	max-width: 1000px;
	padding-bottom: 1.5rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 1.5rem;
}

.footer__privacy::after {
	height: 8.3125rem;
	right: calc(50% - min(49vw, 32rem));
	top: 0;
	width: 8.0625rem;
}

.header__inner::before {
	bottom: 0;
	height: 290px;
	left: calc(50% - min(51vw, 37rem));
	width: 282px;
}

.header__inner::after {
	bottom: -3rem;
	height: 350px;
	right: calc(50% - min(41vw, 30rem));
	width: 232px;
}

.trial-info__block:nth-of-type(2) .trial-info__title img:first-of-type {
	top: -1.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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