/* -----------------
override
-------------------*/
#wrap_top {
	background: transparent;
	overflow: clip;
}
.footer__navi {
	background: #fff;
}
@media only screen and (max-width: 1023px) {
.sp-on {
	display: block !important;
}
.pc-on {
	display: none !important;
}
.footer__business {
	padding-bottom: 100px;
}
}/* @media */
/* -----------------
questions
-------------------*/
.questions {
	display: flex;
}
.questions::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background: url(../../img/feature/10-questions/bg_body_pc.jpg) no-repeat 50% / cover;
}
@media only screen and (max-width: 1023px) {
.questions {
	display: block;
}
.questions::before {
	background-image: url(../../img/feature/10-questions/bg_body_sp.jpg);
}
}/* @media */
/* -----------------
side
-------------------*/
.side .inner {
	position: sticky;
	top: 90px;
	left: 0;
	bottom: 0;
	width: calc(120 / 1440 * 100vw);
	height: calc(100vh - 90px);
	border-right: 1px solid rgba(238,238,238,.2);
}
.side .breadcrumb {
	margin: 0;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.side .breadcrumb li,
.side .breadcrumb li a {
	color: #fff;
	line-height: 1;
}
.side .breadcrumb li::after {
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(197deg) brightness(101%) contrast(101%);
}
.side .scroll {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	margin-inline: auto;
	color: #fff;
}
.side .scroll span {
	display: block;
	padding-bottom: 48px;
	position: relative;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .06em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.side .scroll::before,
.side .scroll::after {
	content: "";
	position: absolute;
	bottom: 0;
}
.side .scroll::before {
	left: 50%;
	width: 1px;
	height: 28px;
	background: #fff;
}
.side .scroll::after {
	left: calc(50% - 4px);
	width: 9px;
	height: 9px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
/* -----------------
intro
-------------------*/
.intro {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: calc(100vh - 90px);
	padding-right: calc(40 / 1440 * 100vw);
}
.intro.animtrigger .voice__item,
.intro.animtrigger .msg {
	opacity: 0;
	transition-duration: .8s;
}
.intro.animtrigger .voice__item:nth-child(1) {
	transition-delay: .4s;
}
.intro.animtrigger .voice__item:nth-child(2) {
	transition-delay: .8s;
}
.intro.animtrigger .voice__item:nth-child(3) {
	transition-delay: 1.2s;
}
.intro.animtrigger.view .msg {
	transition-delay: 1.6s;
}
.intro.animtrigger.view .voice__item,
.intro.animtrigger.view .msg {
	opacity: 1;
}
.intro h1 img {
	display: block;
	width: min(203px, calc(203 / 1440 * 100vw));
	margin: 0 auto min(50px, calc(50 / 1440 * 100vw));
}
.intro h1 span {
	display: block;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .06em;
}
.intro .voice {
	position: relative;
	width: min(560px, calc(560 / 1440 * 100vw));
	height: min(550px, calc(550 / 1440 * 100vw));
	margin-inline: min(60px, calc(60 / 1440 * 100vw)) min(80px, calc(80 / 1440 * 100vw));
}
.voice__item {
	position: absolute;
}
.voice__item:nth-child(1) {
	top: 0;
	right: 0;
}
.voice__item:nth-child(2) {
	top: min(100px, calc(100 / 1440 * 100vw));
	left: 0;
}
.voice__item:nth-child(3) {
	bottom: 0;
	right: min(90px, calc(90 / 1440 * 100vw));
}
.voice__item img {
	object-fit: cover;
}
.voice__item:nth-child(1) img {
	width: min(426px, calc(426 / 1440 * 100vw));
	height: min(288px, calc(288 / 1440 * 100vw));
}
.voice__item:nth-child(2) img {
	width: min(239px, calc(239 / 1440 * 100vw));
	height: min(350px, calc(350 / 1440 * 100vw));
}
.voice__item:nth-child(3) img {
	width: min(285px, calc(285 / 1440 * 100vw));
	height: min(194px, calc(194 / 1440 * 100vw));
}
.voice__item .voice__text li {
	position: absolute;
	z-index: 1;
	padding: min(13px, calc(13 / 1440 * 100vw));
	background: rgba(255,255,255,.5);
	border-radius: 4px;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .06em;
	white-space: nowrap;
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity .8s;
}
.voice__item .voice__text li.is-active {
	opacity: 1;
}
.voice__item:nth-child(1) .voice__text li {
	right: 0;
	bottom: -15px;
}
.voice__item:nth-child(2) .voice__text li {
	top: -15px;
	left: 0;
}
.voice__item:nth-child(3) .voice__text li {
	right: 186px;
	bottom: 0;
}
.voice__item .voice__text li::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	background: rgba(255,255,255,.5);
	backdrop-filter: blur(10px);
}
.voice__item:nth-child(1) .voice__text li::before,
.voice__item:nth-child(3) .voice__text li::before {
	top: -8px;
	right: 20px;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.voice__item:nth-child(2) .voice__text li::before {
	bottom: -8px;
	left: 20px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.intro .msg p {
	margin-bottom: 2em;
	color: #fff;
	font-size: 14px;
	line-height: calc(32 / 14);
	letter-spacing: .05em;
}
@media only screen and (max-width: 1023px) {
.intro {
	flex-direction: column;
	min-height: 0;
	padding: 0;
}
.intro h1 {
	order: 2;
	margin-bottom: 50px;
}
.intro h1 img {
	width: 145px;
	margin: 0 auto 35px;
}
.intro .voice {
	order: 1;
	width: 345px;
	height: 278px;
	margin-left: 30px;
	margin-bottom: 50px;
}
.voice__item:nth-child(2) {
	top: 37px;
}
.voice__item:nth-child(3) {
	right: 76px;
}
.voice__item:nth-child(1) img {
	width: 243px;
	height: 144px;
}
.voice__item:nth-child(2) img {
	width: 136px;
	height: 199px;
}
.voice__item:nth-child(3) img {
	width: 163px;
	height: 110px;
}
.voice__item .voice__text li {
	padding: 8px;
	border-radius: 2px;
	font-size: 9px;
}
.voice__item:nth-child(1) .voice__text li {
	right: 10px;
	bottom: -10px;
}
.voice__item:nth-child(2) .voice__text li {
	top: -15px;
}
.voice__item:nth-child(3) .voice__text li {
	right: 106px;
}
.voice__item .voice__text li::before {
	width: 8px;
	height: 4px;
}
.voice__item:nth-child(1) .voice__text li::before,
.voice__item:nth-child(3) .voice__text li::before {
	top: -4px;
	right: 10px;
}
.voice__item:nth-child(2) .voice__text li::before {
	bottom: -4px;
	left: 10px;
}
.intro .msg {
	order: 3;
	margin-bottom: 25px;
}
.intro .msg p {
	font-size: 12px;
	line-height: calc(22 / 12);
	text-align: center;
}
}/* @media */
/* -----------------
contents
-------------------*/
.question_inner {
	display: flex;
	gap: 0 calc(40 / 1440 * 100vw);
	padding: 80px calc(40 / 1440 * 100vw) 140px;
}
.tab_list {
	order: 2;
	width: calc(360 / 1440 * 100vw);
}
.tab_cont {
	order: 1;
	flex: 1;
}
.question_inner.animtrigger {
	opacity: 0;
	transition: opacity .8s .8s;
}
.question_inner.animtrigger.view {
	opacity: 1;
}
@media only screen and (max-width: 1023px) {
.question_inner {
	display: block;
	padding: 0 20px 30px;
}
.tab_list {
	width: auto;
}
}/* @media */
/* -----------------
tab_list
-------------------*/
.tab_list ul {
	position: sticky;
	top: 130px;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
}
.tab_list li {
	margin-bottom: 5px;
}
.tab_list li a {
	display: block;
	position: relative;
	padding: 15px;
	color: #fff;
	background: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 5px;
}
.tab_list li.is-active a {
	background: rgba(255,255,255,.4);
}
.tab_list li a img {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 81px;
}
.tab_list li a::before,
.tab_list li a::after {
	content: "";
	position: absolute;
}
.tab_list li a::before {
	right: 15px;
	bottom: 19px;
	width: 28px;
	height: 1px;
	background: rgba(255,255,255,.8);
}
.tab_list li a::after {
	right: 15px;
	bottom: 15px;
	width: 9px;
	height: 9px;
	border-right: 1px solid rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(255,255,255,.8);
	transform: rotate(-45deg);
}
.tab_list .name {
	margin-bottom: 35px;
	font-size: 12px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
}
.tab_list .is-active .name {
	font-size: 14px;
}
.tab_list .name span {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	color: #fff;
	background: #71c9f3;
	border-radius: 50%;
	font-family: 'Libre Caslon Display', serif;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	letter-spacing: .08em;
}
.tab_list .title {
	margin-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
}
.tab_list .year {
	font-size: 10px;
}
.tab_list_btn {
	display: none;
}
.tab_list.fixed,
.tab_list.type02 {
	display: none;
}
@media only screen and (max-width: 1023px) {
.tab_list ul {
	position: static;
	max-height: none;
	margin-bottom: 30px;
}
.tab_list li {
	margin-bottom: 10px;
}
.tab_list li a {
	padding: 12px;
}
.tab_list li a img {
	top: 12px;
	right: 15px;
}
.tab_list li a::before {
	bottom: 18px;
	width: 20px;
}
.tab_list li a::after {
	right: 15px;
	bottom: 15px;
	width: 7px;
	height: 7px;
}
.tab_list li .name {
	margin-bottom: 10px;
}
.tab_list li.num01 .name {
	margin-bottom: 30px;
}
.tab_list .title {
	margin-bottom: 6px;
	font-size: 15px;
}
.tab_list_btn {
	display: flex;
	gap: 0 10px;
	align-items: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 50%;
	height: 50px;
	padding-inline: 10px 30px;
	color: #fff;
	background: rgba(23,53,67,.9);
	cursor: pointer;
}
.tab_list_btn img {
	width: 24px;
}
.tab_list_btn span {
	flex: 1;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 9px;
	line-height: calc(13 / 9);
	text-align: left;
}
.tab_list_btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
}
.tab_list_btn[aria-expanded="true"]::after {
	top: calc(50% - 2px);
	transform: rotate(-45deg);
}
.tab_list.fixed {
	display: block;
	top: 50px;
	bottom: 0;
	z-index: 4;
	width: 100%;
	background: rgba(33,45,50,.8);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease;
}
.tab_list.fixed.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.tab_list.fixed ul {
	position: static;
	max-height: calc(100svh - 120px);
	padding: 20px;
}
.tab_list.fixed li a {
	color: #1e272f;
	background: #fff;
}
.tab_list.fixed li a::before {
	background: #1e1e1e;
}
.tab_list.fixed li a::after {
	border-right-color: #1e1e1e;
	border-bottom-color: #1e1e1e;
}
.tab_list.fixed .year {
	color: #313131;
}
.tab_list.type02 {
	display: block;
}
}/* @media */
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
.tab_list li a img {
	width: calc(81 / 1280 * 100vw);
}
}/* @media */
/* -----------------
article
-------------------*/
.article {
	display: flex;
	gap: 0 calc(40 / 1440 * 100vw);
}
@media only screen and (max-width: 1023px) {
.article {
	display: block;
}
}/* @media */
/* -----------------
index
-------------------*/
.index {
	width: calc(238 / 1440 * 100vw);
}
.index ol {
	position: sticky;
	top: 120px;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
}
.index li {
	padding-block: 15px;
	border-bottom: 1px dashed rgba(255,255,255,.4);
}
.index li:first-child {
	padding-top: 0;
}
.index a {
	display: block;
	position: relative;
	padding-left: 16px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	font-weight: 500;
	line-height: calc(18 / 12);
	letter-spacing: .06em;
	opacity: .4;
	transition: opacity .3s;
}
.index a.is-active {
	opacity: 1;
}
.index a::before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.index_btn {
	display: none;
}
@media only screen and (max-width: 1023px) {
.index {
	position: fixed;
	top: 50px;
	left: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	background: rgba(33,45,50,.8);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease;
}
.index.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.index ol {
	position: static;
	max-height: calc(100svh - 150px);
	margin: 20px;
	padding: 5px 20px;
	color: #000;
	background: #fff;
	border-radius: 5px;
}
.index li {
	border-bottom: none;
}
.index li + li {
	border-top: 1px solid #dfdfdf;
}
.index li:first-child {
	padding-top: 15px;
}
.index a {
	padding-left: 0;
	color: #000;
	font-size: 11px;
	line-height: calc(14 / 11);
	opacity: 1;
}
.index a.is-active {
	color: #369dcf;
}
.index a span.sp-on {
	display: inline-block !important;
	margin-right: 1em;
}
.index a::before {
	display: none;
}
.index_btn {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 50%;
	height: 50px;
	padding-inline: 50px 35px;
	color: #fff;
	background: rgba(23,53,67,.9);
	border-left: 1px solid rgba(202,202,202,.2);
	font-size: 11px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}
.index_btn::before {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	left: 10px;
	width: 30px;
	height: 30px;
	background: url(../../img/feature/10-questions/icon_index_sp.png) no-repeat 50% / cover;
}
.index_btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(135deg);
}
.index_btn[aria-expanded="true"]::after {
	top: calc(50% - 2px);
	transform: rotate(-45deg);
}
}/* @media */
/* -----------------
interview
-------------------*/
.interview {
	width: calc(560 / 1440 * 100vw);
	background: #fff;
}
.interview .inner {
	margin: 15px;
	border: 1px solid #e5e5e4;
}
@media only screen and (max-width: 1023px) {
.interview {
	width: auto;
	margin-bottom: 30px;
	padding: 7px;
}
.interview .inner {
	margin: 0;
}
}/* @media */
/* -----------------
main
-------------------*/
.main.animtrigger {
	opacity: 0;
	transition: opacity .8s .4s;
}
.main.animtrigger.view {
	opacity: 1;
}
.main__head {
	display: flex;
	border-bottom: 1px solid #e5e5e4;
	font-family: 'Cormorant Garamond', serif;
	font-size: 13px;
	font-weight: 700;
}
.main__head p {
	padding: 7px 15px;
}
.main__head p:last-child {
	flex: 1;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #e5e5e4;
}
.main__head p:last-child span:last-child {
	font-family: 'Libre Caslon Display', serif;
	font-size: 14px;
	font-weight: 400;
}
.main__img {
	position: relative;
	max-width: 530px;
	margin: 0 auto -80px;
	padding: 50px 50px 120px;
}
.main__img h2 {
	position: absolute;
	top: 30px;
	right: 35px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.main__img h2 span {
	display: inline-block;
	margin: 0 3px;
	padding: 5px 0;
	color: #fff;
	background: #71c9f3;
	font-family: 'Noto Serif JP', serif;
	font-size: 37px;
	line-height: 1.4;
	white-space: nowrap;
}
.main__img h2 .quotation {
	display: inline-block;
	position: relative;
	margin: 0 0 -15px;
	padding: 0;
	background: transparent;
}
.main__img h2 .quotation.type01 {
	left: -10px;
}
.main__img h2 .quotation.type02 {
	right: -10px;
}
.main__profile {
	padding: 0 50px 60px;
}
.main__profile .name_en {
	margin-bottom: 5px;
	font-size: 14px;
}
.main__profile .name_jp {
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: .07em;
}
.main__profile .year {
	margin-bottom: 35px;
	font-size: 14px;
	letter-spacing: .1em;
}
.main__profile .text {
	font-size: 16px;
	letter-spacing: .05em;
}
@media only screen and (max-width: 1023px) {
.main__head {
	font-size: 9px;
}
.main__head p {
	padding: 3px 7px;
}
.main__head p:last-child span:last-child {
	font-size: 10px;
}
.main__img {
	padding: 40px 40px 110px;
}
.main__img h2 {
	top: 20px;
	right: 20px;
}
.main__img h2 span {
	margin: 0 3px;
	padding: 5px 0 0;
	font-size: 25px;
}
.main__profile {
	padding: 0 20px 40px;
}
.main__profile .name_en {
	font-size: 11px;
}
.main__profile .name_jp {
	font-size: 23px;
}
.main__profile .year {
	margin-bottom: 25px;
	font-size: 11px;
}
.main__profile .text {
	font-size: 12px;
}
}/* @media */
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
.main__img h2 span {
	font-size: calc(37 / 1440 * 100vw);
}
}/* @media */
/* -----------------
item
-------------------*/
.item {
	padding: 0 25px 50px;
}
.item.animtrigger {
	opacity: 0;
	transition: opacity .8s .4s;
}
.item.animtrigger.view {
	opacity: 1;
}
.item__num {
	display: flex;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 45px;
}
.item__num span:first-child {
	flex: 1;
	position: relative;
	font-size: 13px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
}
.item__num span:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 6em);
	height: 1px;
	background: #000;
}
.item__num span:first-child {
	font-size: 14px;
	font-family: 'Libre Caslon Display', serif;
	font-weight: 400;
	letter-spacing: .08em;
}
.item__img {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 0 40px;
	margin-bottom: 50px;
}
.item__img h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	font-style: italic;
	line-height: calc(36 / 28);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.item__title {
	margin-bottom: 30px;
}
.item__title span {
	display: inline-block;
	margin: 3px 0;
	padding: 0 0 3px 5px;
	color: #fff;
	background: #71c9f3;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	line-height: 1.1;
}
.item__text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
}
.item.type02 .item__img h3 {
	order: 2;
}
.item.type02 .item__img img {
	order: 1;
}
.item__img_l {
	margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
.item {
	padding: 0 20px 40px;
}
.item__num {
	gap: 0 10px;
	margin-bottom: 25px;
}
.item__num span:first-child {
	font-size: 11px;
}
.item__num span:first-child {
	font-size: 12px;
}
.item__img {
	gap: 0 25px;
	margin-bottom: 40px;
}
.item__img h3 {
	font-size: 21px;
}
.item__img img {
	width: 135px;
}
.item__title {
	margin-bottom: 20px;
}
.item__title span {
	font-size: 20px;
}
.item__text {
	font-size: 12px;
	line-height: calc(22 / 12);
}
.item__img_l {
	margin-bottom: 40px;
}
}/* @media */
/* -----------------
comment
-------------------*/
.comment {
	padding: 0 25px 70px;
}
.comment.animtrigger {
	opacity: 0;
	transition: opacity .8s .4s;
}
.comment.animtrigger.view {
	opacity: 1;
}
.comment h3 {
	margin-bottom: 50px;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	font-style: italic;
	text-align: center;
}
.comment h4 {
	margin-bottom: 30px;
	padding-block: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 18px;
	letter-spacing: .05em;
}
.comment h5 {
	display: flex;
	gap: 0 20px;
	margin-bottom: 20px;
}
.comment h5 span:first-child {
	display: block;
	width: 44px;
	height: 44px;
	margin-top: 10px;
	color: #fff;
	background: #71c9f3;
	border-radius: 50%;
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
}
.comment h5 span:last-child {
	flex: 1;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: .05em;
}
.comment p {
	display: flex;
	gap: 0 20px;
}
.comment p span:first-child {
	display: block;
	width: 44px;
	height: 44px;
	margin-top: 10px;
	color: #71c9f3;
	background: #ecf4f7;
	border-radius: 50%;
	font-size: 16px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
}
.comment p span:last-child {
	flex: 1;
	display: block;
	font-size: 16px;
	line-height: 2;
	letter-spacing: .05em;
}
@media only screen and (max-width: 1023px) {
.comment {
	padding: 0 15px 40px;
}
.comment h3 {
	margin-bottom: 25px;
	font-size: 18px;
}
.comment h4 {
	margin-bottom: 20px;
	padding-block: 5px;
	font-size: 13px;
}
.comment h5 {
	gap: 0 10px;
	margin-bottom: 20px;
}
.comment h5 span:first-child {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 30px;
}
.comment h5 span:last-child {
	font-size: 12px;
	line-height: calc(22 / 12);
}
.comment p {
	gap: 0 10px;
}
.comment p span:first-child {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 30px;
}
.comment p span:last-child {
	font-size: 12px;
	line-height: calc(22 / 12);
}
}/* @media */
