@charset "UTF-8";

/*--------------------------------------------------------------
# CSSリセット
--------------------------------------------------------------*/

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dl,
dt,
dd {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt,
dd {
	font-weight: normal;
}

button {
	display: block;
	width: 100%;
	padding: 0;
	color: inherit;
	font: inherit;
	text-align: inherit;
	background: none;
	border: none;
	cursor: pointer;
	appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
}

/*--------------------------------------------------------------
# ベーススタイル
--------------------------------------------------------------*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	color: #222;
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.384;
	word-break: break-word;
	overflow-wrap: break-word;
	background: #ddd;
}

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

a {
	color: inherit;
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	vertical-align: middle;
}

.wrap {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

.inner {
	padding: 0 30px;
	position: relative;
}

.font-serif {
	font-family: "Noto Serif JP", serif;
}

/*--------------------------------------------------------------
# 共通クラス
--------------------------------------------------------------*/

.cv-area {
	padding: 60px 30px;
}

.cv-btn {
	border: 3px solid #fff;
	background: url(../img/cv_btn_icon.png) no-repeat left 38px center #00b900;
	box-shadow: 0 5px 2px 0 rgba(0, 185, 0, 0.25);
	border-radius: 100px;
	height: 150px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	font-weight: bold;
	font-size: 30px;
	padding-left: 60px;
	text-align: center;
	color: #fff;
}


.cv-btn span:first-child {
	color: #fff100;
}

.cv-btn span:last-child em {
	font-size: 35px;
}

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

.header {
	height: 120px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/

.footer {
	margin-bottom: 80px;
}

.footer__img {
	width: 100%;
	margin-bottom: -190px;
}

.footer__info {
	padding: 90px 60px 80px;
}

.footer__info-logo {
	margin: 0 auto;
}

.footer__info-ttl {
	font-size: 80px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.footer__info-list {
	font-size: 30px;
	margin-bottom: 30px;
}

.footer__info-list dt {
	background-color: #2a5d9f;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	padding: 11px 0;
	margin-bottom: 20px;
}

.footer__info-list dd {
	text-align: center;
	line-height: 1.79;
}

.footer__info-list dd:not(:last-of-type) {
	margin-bottom: 27px;
}

.footer__info iframe {
	width: 100%;
	display: block;
	height: 300px;
}

.footer__cv {
	text-align: center;
	padding: 65px 0 80px;
	color: #fff;
	background-image: linear-gradient(-45deg, #2694dd 0%, #1673b1 100%);
	margin-bottom: 80px;
}

.footer__cv-ttl {
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 7px;
}

.footer__cv-txt {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 35px;
}

.footer__logo {
	margin: 0 auto 30px;
}

.footer__copy {
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# コンテンツ
--------------------------------------------------------------*/

.mv {
	background: #f2f2f2;
	position: relative;
}

.mv__cv {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 50px;
	padding: 0 30px;
}

.worry {
	background: url(../img/worry_bg_01.png) no-repeat top / 100% 100%;
	padding: 60px 0 112px;
}

.worry__ttl {
	margin-left: 30px;
	margin-bottom: 40px;
}

.worry__item {
	font-size: 30px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}

.worry__item:nth-child(odd) {
	width: 520px;
	height: 171px;
	background: url(../img/worry_bg_02.png) no-repeat top / 100% 100%;
}

.worry__item:nth-child(even) {
	width: 548px;
	height: 196px;
	background: url(../img/worry_bg_03.png) no-repeat top / 100% 100%;
	margin-left: auto;
}

.worry__item:not(:last-child) {
	margin-top: -5px;
}

.worry__item > span > span {
	font-size: 40px;
	font-weight: bold;
	display: block;
	color: #314d6f;
}

.whitening {
	padding-top: 60px;
	background: url(../img/whitening_bg_01.jpg) no-repeat top 220px center / 100% auto;
}

.whitening__ttl {
	text-align: center;
	margin-bottom: 38px;
}

.whitening__ttl span:first-child {
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 18px;
}

.whitening__ttl span:last-child {
	background: linear-gradient(180deg, #c0aa66 0%, #8e770b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
}

.whitening__box-txt {
	text-align: center;
	position: relative;
	margin-bottom: -28px;
	padding-top: 25px;
}

.whitening__box-txt::before {
	position: absolute;
	border-radius: 50%;
	content: "";
	width: 180px;
	height: 180px;
	background: #747d80;
	margin-left: -90px;
	top: 0;
}

.whitening__box-txt span:first-child {
	color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	font-size: 38px;
	margin-bottom: 15px;
}

.whitening__box-txt span:last-child {
	background: #314d6f;
	color: #fff;
	font-size: 40px;
	padding: 10px 30px;
	position: relative;
	z-index: 1;
}

.whitening__box-list {
	position: relative;
	padding: 75px 30px 40px;
	border: 4px solid #314d6f;
	background-color: #fff;
	font-size: 30px;
	font-weight: 500;
}

.whitening__box-item {
	position: relative;
	padding-left: 90px;
}

.whitening__box-item::before {
	content: "";
	position: absolute;
	width: 42px;
	height: 42px;
	border: 3px solid #c9caca;
	left: 23px;
	top: 0;
}

.whitening__box-item::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 32px;
	border-right: 5px solid #314d6f;
	border-bottom: 5px solid #314d6f;
	transform: rotate(45deg);
	left: 39px;
	top: -2px;
}

.whitening__box-item:not(:last-child) {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dotted #a0a0a0;
}

.whitening__box-item em {
	color: #415a79;
	font-weight: bold;
}

.whitening__bg {
	margin-top: -190px;
	margin-bottom: -233px;
}

.whitening__txt {
	background: #314d6f;
	box-shadow: 0 0 20px 0 rgba(49, 77, 111, 0.004);
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	padding: 43px 0;
	text-align: center;
	position: relative;
}

.whitening__txt::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 3px;
	height: 140px;
	bottom: -115px;
	background: linear-gradient(0deg, #8e770b 0%, #c0aa66 100%);
	margin-left: -1.5px;
}

.whitening__txt span {
	color: #feed8f;
}

.whitening__txt em {
	display: block;
	font-size: 57px;
}

.truth {
	background: #e9ebf0;
	padding: 60px 0 75px;
}

.truth__ttl {
	position: relative;
	text-align: center;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 40px;
	padding-top: 95px;
}

.truth__ttl img {
	position: absolute;
	left: 38px;
	top: 0;
}

.truth__ttl em {
	font-size: 70px;
	display: block;
	color: #314d6f;
}

.whitening__bottom-list {
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-weight: 500;
	font-size: 45px;
	color: #314d6f;
	margin-bottom: 45px;
}

.whitening__bottom-item img {
	margin-bottom: 10px;
}

.truth__txt-first {
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 40px;
}

.truth__txt-first span:nth-child(1) {
	background: #314d6f;
	border-radius: 50px;
	color: #fff;
	font-size: 48px;
	padding: 7px 40px;
	margin-bottom: 35px;
}

.truth__txt-first span:nth-child(2) {
	font-weight: 600;
	border-bottom: 2px dotted #314d6f;
	font-size: 45px;
}

.truth__txt-first span:nth-child(2) em {
	font-size: 65px;
}

.truth__txt-first span:nth-child(3) {
	font-weight: 600;
	border-bottom: 2px dotted #314d6f;
	font-size: 110px;
	color: #314d6f;
}

.truth__txt-second {
	text-align: center;
	font-size: 40px;
}

.laminate {
	margin-bottom: -855px;
	position: relative;
	z-index: 1;
}

.point {
	padding-top: 120px;
	background: #85bada;
}

.point__logo {
	margin: 0 auto 40px;
}

.point__bg-top {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
}

.point__ttl {
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	font-size: 60px;
	color: #fff;
}

.point__ttl span {
	font-size: 86px;
}

.point__list {
	margin-bottom: 35px;
}

.point__item {
	padding-left: 30px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.23);
	height: 220px;
	display: flex;
	align-items: center;
	gap: 40px;
	font-size: 48px;
	font-weight: 600;
}

.point__item + .point__item {
	margin-top: 30px;
}

.point__item img {
	width: 160px;
}

.point__item span {
	flex: 1;
}

.point__item em {
	color: #2a5d9f;
}

.point__txt {
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 75px;
}

.point__bg-bottom {
	width: 100%;
}

.beforeafter {
	padding: 55px 0 50px;
}

.beforeafter__ttl {
	text-align: center;
	margin-bottom: 30px;
}

.beforeafter__ttl span:first-child {
	font-size: 75px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	color: #2a5d9f;
}

.beforeafter__ttl span:last-child {
	background: linear-gradient(180deg, #c0aa66 0%, #8e770b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
}

.beforeafter__item {
	position: relative;
}

.beforeafter__item + .beforeafter__item {
	margin-top: 25px;
}

.beforeafter__item::before,
.beforeafter__item::after {
	position: absolute;
	color: #fff;
	width: 120px;
	font-size: 22px;
	text-align: center;
	padding: 3px 0;
	z-index: 1;
	top: 0;
}

.beforeafter__item::before {
	content: "BEFORE";
	left: 0;
	border-radius: 10px 0 10px 0;
	background: #aaa;
}

.beforeafter__item::after {
	content: "AFTER";
	right: 0;
	border-radius: 0 10px 0 10px;
	background: linear-gradient(135deg, #2694dd 0%, #1673b1 100%);
}

.beforeafter__item-img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}

.beforeafter__item-img::before {
	content: "";
	position: absolute;
	width: 26px;
	height: 54px;
	background: #c0a965;
	left: 50%;
	top: 50%;
	margin-top: -27px;
	margin-left: -13px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.beforeafter__item-img-before,
.beforeafter__item-img-after {
	width: 320px;
	aspect-ratio: 320/210;
	border-radius: 10px;
	overflow: hidden;
}

.beforeafter__item-txt {
	text-align: center;
}

.influencer {
	padding-bottom: 60px;
}

.influencer__ttl {
	margin-bottom: -40px;
}

.influencer__ttl img {
	margin: 0 auto;
}

.influencer__inner {
	border-radius: 20px;
	padding: 80px 0 60px;
	background-color: #f2e7ec;
	margin-bottom: 60px;
}

.influencer__inner::before,
.influencer__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	background: url(../img/influencer_bg_01.png) no-repeat center / contain;
	height: 102px;
	width: 682px;
	margin-top: -23px;
}

.influencer__inner::before {
	transform: rotate(-90deg);
	left: -230px;
}

.influencer__inner::after {
	transform: rotate(90deg);
	right: -230px;
}

.influencer__mobile-frame {
	width: 400px;
	height: 759px;
	position: relative;
	margin: 0 auto;
	border-radius: 55px;
	overflow: hidden;
}

.influencer__mobile-frame::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/influencer_bg_02.png) no-repeat top center / 100% auto;
}

.menu {
	background: url(../img/menu_bg.jpg) no-repeat top 300px center / 100% auto #e7ebee;
	padding-bottom: 80px;
}

.menu__ttl {
	height: 300px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(135deg, rgb(38, 148, 221) 0%, rgb(22, 115, 177) 100%);
	box-shadow: 0 1px 10px 0 rgba(29, 129, 196, 0.34);
	color: #fff;
	font-size: 80px;
	margin-bottom: 60px;
	font-weight: 600;
}

.menu__ttl img {
	width: 355px;
	margin-bottom: 10px;
}

.menu__item {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	padding: 40px 30px 60px;
	position: relative;
	overflow: hidden;
}

.menu__item:has(.menu__item-recommend)::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	padding: 3px;
	background: linear-gradient(45deg, #dbce9b, #c7b774);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
}

.menu__item + .menu__item {
	margin-top: 30px;
}

.menu__item-recommend {
	background-image: linear-gradient(0deg, #c7b774 0%, #dbce9b 100%);
	position: absolute;
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	transform: rotate(-45deg);
	height: 150px;
	width: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	left: -105px;
	top: -30px;
	padding-bottom: 20px;
}

.menu__item-ttl {
	text-align: center;
	margin-bottom: 30px;
}

.menu__item-ttl span:first-child {
	font-size: 60px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.menu__item-ttl span:last-child {
	background: linear-gradient(180deg, #c0aa66 0%, #8e770b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
}

.menu__item-img {
	border-radius: 20px;
	margin-bottom: 60px;
	width: 100%;
}

.menu__item-info dt {
	float: left;
	width: 250px;
	border-radius: 5px;
	background: #ebe5d1;
	padding: 10px 0;
	text-align: center;
	color: #927b11;
	font-size: 35px;
	font-weight: 500;
}

.menu__item-info dd {
	margin-left: 275px;
	font-size: 40px;
	font-weight: 500;
	padding: 7px 0;
}

.menu__item-info dd:not(:last-of-type) {
	margin-bottom: 22px;
}

.menu__item-info + .menu__item-txt {
	margin-top: 30px;
}

.testimonials {
	padding: 80px 0 90px;
	background-image: url(../img/testimonials_bg_02.png), url(../img/testimonials_bg_01.jpg);
	background-size: auto, cover;
	background-position: bottom 15px center, center;
	background-repeat: no-repeat, no-repeat;
}

.testimonials__ttl {
	font-size: 75px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.testimonials__ttl img {
	margin: 0 auto 15px;
}

.testimonials .splide__track {
	padding: 10px 0;
}

.testimonials .splide__arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	background-image: linear-gradient(-45deg, #2694dd 0%, #1673b1 100%);
	box-shadow: 0 1px 10px 0 #1d81c457;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials .splide__arrow--prev {
	left: 15px;
	transform: rotate(180deg);
}

.testimonials .splide__arrow--next {
	right: 15px;
}

.testimonials .splide__arrow svg {
	fill: #fff;
	width: 30px;
}

.testimonials__item {
	padding: 50px 55px 40px;
	border-radius: 20px;
	background: url(../img/testimonials_icon.png) no-repeat right 30px bottom 50px/ auto #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.23);
}

.testimonials__item-img {
	margin: 0 auto 20px;
}

.testimonials__item-name {
	color: #2a5d9f;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}

.testimonials__item-txt {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.71;
}

.doctor {
	background: #d5d1ce;
	position: relative;
}

.doctor__img {
	margin-bottom: -120px;
}

.doctor__ttl {
	color: #fff;
	writing-mode: vertical-rl;
	background: linear-gradient(135deg, #2694dd 0%, #1673b1 100%);
	box-shadow: 0 1px 10px 0 rgba(29, 129, 196, 0.34);
	font-size: 50px;
	font-weight: 500;
	padding: 45px 2px;
	position: absolute;
	right: 68px;
	top: 176px;
	z-index: 2;
}

.doctor__ttl span {
	font-size: 75px;
	margin-top: 30px;
}

.doctor__ttl-txt {
	color: #fff;
	position: absolute;
	background: linear-gradient(135deg, #2694dd 0%, #1673b1 100%);
	box-shadow: 0 1px 10px 0 rgba(29, 129, 196, 0.34);
	writing-mode: vertical-rl;
	top: 490px;
	left: 60px;
	font-size: 50px;
	padding: 35px 15px;
	z-index: 2;
}

.doctor__message {
	background: #fff;
	padding: 60px 30px 45px;
	position: relative;
	z-index: 1;
}

.doctor__message-ttl {
	text-align: center;
	font-size: 60px;
	margin-bottom: 25px;
	background: linear-gradient(180deg, #c0aa66 0%, #8e770b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.doctor__message-txt {
	font-size: 26px;
	line-height: 1.71;
}

.doctor__message-txt + .doctor__message-txt {
	margin-top: 1.5em;
}

.doctor__career {
	position: relative;
	padding: 140px 0 100px;
	color: #fff;
	background: #887c72;
	margin-top: -100px;
}

.doctor__career::before {
	content: "";
	background: #887c72;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 210px;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.doctor__career-ttl {
	text-align: center;
	font-size: 70px;
	margin-bottom: 20px;
}

.doctor__career-list {
	list-style: disc;
	padding-left: 1.5em;
}

.doctor__cv {
	padding: 60px 30px;
	background: #fff;
}

.flow {
	padding-bottom: 90px;
}

.flow__bg {
	margin-bottom: 60px;
	width: 100%;
}

.flow__ttl {
	text-align: center;
	margin-bottom: 45px;
}

.flow__ttl span:first-child {
	color: #2a5d9f;
	font-weight: 600;
	display: block;
	font-size: 75px;
}

.flow__ttl span:last-child {
	color: #dac685;
	font-size: 40px;
}

.flow__step-item {
	position: relative;
	margin-left: 220px;
}

.flow__step-item:not(:last-child) {
	padding-bottom: 35px;
	border-bottom: 2px dotted #c9c9c9;
}

.flow__step-item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: -130px;
	top: 0;
	width: 3px;
	background: #2a5d9f;
	bottom: -30px;
}


.flow__step-item:not(:first-child) {
	margin-top: 35px;
}

.flow__step-item-img {
	position: absolute;
	left: -220px;
	top: -10px;
	width: 180px;
	height: 180px;
	border: 3px solid #2a5d9f;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow__step-item-num {
	display: inline-block;
	background-image: linear-gradient(-45deg, #2694dd 0%, #1673b1 100%);
	width: 200px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 20px;
	vertical-align: top;
	font-size: 30px;
}

.flow__step-item-ttl {
	font-size: 38px;
	color: #2a5d9f;
	font-weight: 600;
	text-align: left;
	margin-bottom: 5px;
}

.flow__step-item-txt {
	font-size: 24px;
}

.faq {
	background: url(../img/faq_bg.jpg) no-repeat top / 100% auto #d7e5f0;
	padding: 80px 0 80px;
}

.faq__ttl {
	text-align: center;
	margin-bottom: 45px;
}

.faq__ttl span:first-child {
	color: #2a5d9f;
	font-weight: 600;
	display: block;
	font-size: 75px;
}

.faq__ttl span:last-child {
	color: #dac685;
	font-size: 40px;
}

.faq__item {
	background: #fff;
	position: relative;
}

.faq__item + .faq__item {
	margin-top: 20px;
}

.faq__item-ttl {
	font-size: 30px;
	font-weight: 500;
	list-style: none;
	padding: 24px 90px;
	position: relative;
	min-height: 120px;
	display: flex;
	align-items: center;
}

.faq__item-ttl::before {
	content: "";
	width: 40px;
	height: 40px;
	background: #5b81ae;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	--stroke: 1.5px;
	clip-path: polygon(calc(50% - var(--stroke)) 0, calc(50% + var(--stroke)) 0, calc(50% + var(--stroke)) calc(50% - var(--stroke)), 100% calc(50% - var(--stroke)), 100% calc(50% + var(--stroke)), calc(50% + var(--stroke)) calc(50% + var(--stroke)), calc(50% + var(--stroke)) 100%, calc(50% - var(--stroke)) 100%, calc(50% - var(--stroke)) calc(50% + var(--stroke)), 0 calc(50% + var(--stroke)), 0 calc(50% - var(--stroke)), calc(50% - var(--stroke)) calc(50% - var(--stroke)));
}

.faq__item[open] .faq__item-ttl::before {
	clip-path: polygon(0 calc(50% - var(--stroke)), 100% calc(50% - var(--stroke)), 100% calc(50% + var(--stroke)), 0 calc(50% + var(--stroke)));
}

.faq__item-ttl span {
	position: relative;
}

.faq__item-ttl span::before {
	content: "Q.";
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: #2a5d9f;
	font-size: 40px;
	position: absolute;
	left: -62px;
	top: -8px;
}

.faq__item-txt {
	padding: 25px 0 37px 58px;
	position: relative;
	border-top: 2px solid #dcdcdc;
	margin: 0 30px;
}

.faq__item-txt::before {
	content: "A.";
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: #7691b1;
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 15px;
}
