body {
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
}

.pc {
	display: block;
}

.sp {
	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 */

/* Set core body defaults */

body {
	letter-spacing: 0.025em;
	line-height: normal;
	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;
}

a:hover,
button:hover {
	cursor: pointer;
	opacity: 0.7;
}

.consultation__fv-inner {
	background-color: #fff;
	background-image: url(../images/form/fv-main-bg.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.consultation__fv-intro {
	background: linear-gradient(0deg, rgba(169, 119, 40, 0.5) 0%, rgba(169, 119, 40, 0.5) 100%), linear-gradient(221deg, #A97728 9.16%, #E3C473 46.51%, #B18032 90.35%);
	background: var(--gold2, linear-gradient(0deg, rgba(169, 119, 40, 0.5) 0%, rgba(169, 119, 40, 0.5) 100%), linear-gradient(221deg, #A97728 9.16%, #E3C473 46.51%, #B18032 90.35%));
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.0675rem;
	margin-left: -15px;
	padding: 0.25rem 1rem;
}

.consultation__fv-title {
	margin-top: 0.75rem;
}

.consultation__fv-title-part {
	display: flex;
	flex-direction: column;
}

.consultation__fv-title-text {
	color: #2B2B2B;
	line-height: 1.2;
}

.consultation__fv-title-text--top {
	font-size: 1.9375rem;
}

.consultation__fv-title-text--top p:nth-of-type(2) span {
	letter-spacing: 0;
}

.consultation__fv-title-text--middle {
	font-size: 1.9375rem;
	letter-spacing: 0.06em;
}

.consultation__fv-title-text--middle span {
	font-size: 3rem;
}

.consultation__fv-title-text--bottom {
	font-size: 1.9375rem;
	letter-spacing: 0.04em;
}

.consultation__fv-title-text--bottom span {
	font-size: 3rem;
}

.consultation__fv-content {
	margin-top: 1.25rem;
}

.consultation__fv-video {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.consultation__fv-video iframe {
	display: block;
	width: 100%;
}

.consultation__fv-cta {
	margin-top: 0.6875rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.consultation__fv-cta-link {
	align-items: center;
	align-items: center;
	background: linear-gradient(89deg, #020165 0.46%, #0402CB 99.32%);
	background: var(--ctablue, linear-gradient(89deg, #020165 0.46%, #0402CB 99.32%));
	border-radius: 6.25rem;
	box-shadow: 0px 0.25rem 0.25rem 0px rgba(1, 0, 83, 0.2);
	display: flex;
	display: inline-flex;
	flex-direction: column;
	gap: 0.25rem;
	justify-content: center;
	justify-content: center;
	padding: 0.75rem 1.25rem 0.9375rem 1.25rem;
	width: 100%;
}

.consultation__fv-cta-link span:nth-of-type(1) {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.56px;
	line-height: 135%;
	position: relative;
}

.consultation__fv-cta-link span:nth-of-type(1)::before {
	background-color: #fff;
	content: "";
	height: 0.875rem;
	left: -1rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(-45deg);
	width: 0.125rem;
}

.consultation__fv-cta-link span:nth-of-type(1)::after {
	background-color: #fff;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: -1rem;
	top: 0.125rem;
	transform: rotate(45deg);
	width: 0.125rem;
}

.consultation__fv-cta-link span:nth-of-type(2) {
	color: #FFF;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
}

.consultation__comment-inner {
	background-color: #fff;
	padding-bottom: 3.5rem;
	padding-top: 2.5rem;
}

.consultation__comment-content {
	color: #2B2B2B;
	font-size: 1rem;
	margin-top: 2.5rem;
}

.consultation__comment-text + .consultation__comment-text {
	margin-top: 0.625rem;
}

.consultation__comment-text span {
	color: #A97728;
	font-weight: 700;
}

.consultation__comment-profile {
	background-color: #EEEEEE;
	border-radius: 0.625rem;
	color: #2B2B2B;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 1.25rem;
	padding: 0.625rem;
}

.consultation__overview-inner {
	background-color: #fff;
	background-image: url(../images/form/overview-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.5rem;
	padding-top: 2.5rem;
}

.consultation__overview-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.875rem;
}

.consultation__overview-item {
	background: #FFF;
	border-radius: 10px;
	padding: 1rem;
}

.consultation__overview-point {
	background: #A97728;
	background: var(--goldfont, #A97728);
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-family: Avenir;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.16px;
	line-height: 170%;
	padding: 0px 0.625rem;
}

.consultation__overview-text {
	color: #2B2B2B;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.72px;
	line-height: 150%;
	margin-top: 0.5rem;
}

.consultation__overview-text span {
	color: #A97728;
}

.consultation__overview-note {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.06rem;
	line-height: 190%;
	margin-top: 1.375rem;
}

.consultation__overview-note span {
	font-weight: 600;
}

.consultation__speaker-inner {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 3.5rem;
	padding-top: 2.5rem;
}

.consultation__speaker-image {
	margin-top: 2.8125rem;
}

.consultation__speaker-profile-title {
	border-bottom: 1px solid;
	color: #A97728;
	font-family: Avenir;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 170%;
	margin-top: 1.5rem;
	padding-bottom: 0.25rem;
}

.consultation__speaker-profile-text {
	color: #000;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.06rem;
	line-height: 170%;
	margin-top: 1rem;
}

#form {
	scroll-margin-top: 5rem; /* ヘッダーの高さに応じて調整 */
}

.consultation__form-head__inner {
	background-color: #2B2B2B;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.consultation__form-head__title.consultation-title {
	color: #fff;
}

.consultation__form-head__text {
	color: #FFF;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.06rem;
	line-height: 170%;
	margin-top: 2.875rem;
}

.consultation__form-inner {
	background-color: #fff;
	padding-bottom: 3.5rem;
	padding-top: 2.5rem;
}

.consultation-title {
	color: #2B2B2B;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	position: relative;
	text-align: center;
}

.consultation-title::after {
	background: linear-gradient(221deg, #A97728 9.16%, #E3C473 46.51%, #B18032 90.35%);
	background: var(--gold, linear-gradient(221deg, #A97728 9.16%, #E3C473 46.51%, #B18032 90.35%));
	bottom: -1rem;
	content: "";
	height: 0.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.625rem;
}

.consultation-title span {
	display: block;
	font-size: 1rem;
	line-height: 1.2;
}

.consultation__comment-title-name {
	font-weight: 500;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.form-header {
	background-color: #fff;
	box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.15);
	height: 5rem;
	left: 0;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.form-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.form-header__logo {
	max-width: 19.25rem;
	width: 100%;
}

.form-header__button {
	background: linear-gradient(89deg, #020165 0.46%, #0402CB 99.32%);
	background: var(--ctablue, linear-gradient(89deg, #020165 0.46%, #0402CB 99.32%));
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06rem;
	line-height: 170%;
	padding: 0.8125rem 2.6875rem;
}

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

.main {
	margin-top: 5rem;
	position: relative;
}

.main::after {
	background: url(../images/form/fv-pc-bg.webp) no-repeat center/cover;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.form-footer__inner {
	background: #2B2B2B;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.form-footer__logo {
	width: 15.8125rem;
}

.form-footer__policy {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.form-footer__policy a {
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 300;
	width: 9.6875rem;
}

.form-footer__copyright {
	margin-top: 1.5rem;
	padding-left: 1.25rem;
}

.form-footer__copyright small {
	color: #fff;
	font-family: Arial;
	font-size: 0.625rem;
	font-weight: 400;
}

@media screen and (max-width: 767px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

#form {
	scroll-margin-top: 3.5rem;
}

.form-header {
	height: 3.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.form-header__logo {
	max-width: 11.25rem;
}

.form-header__button {
	display: none;
}

.inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.main {
	margin-top: 3.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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