@charset "utf-8";

.PageHeader {
	background-image: url(../img/medical-checkup/kv.webp);
	height: 100px;
	align-items: flex-start;
	nargin-block-end: clamp(40px, 5vw, 60px);
}

.PageHeader__badge {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	margin-inline: auto;
	margin-bottom: clamp(20px, 3vw, 40px);
	text-align: center;

	& .badge__icon {
		background-color: var(--color-accent);
		color: var(--color-bg);
		padding-inline: 10px;
		border-radius: 5px;
		font-weight: 600;
		box-sizing: border-box;
	}

	& .badge__txt {
		color: var(--color-accent);
		position: relative;
		padding-inline: 2em;

		 &:before,
		 &:after {
			content: "";
			font-weight: 600;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			width: 25px;
			height: 1px;
			background-color: var(--color-accent);
		 }

		 &:before {
			left: 0;
			transform: rotate(45deg);
			margin-right: 10px;
		 }

		 &:after {
			right: 0;
			transform: rotate(-45deg);
			margin-left: 10px;
		 }
	}

	& .badge__icon,
	& .badge__txt {
		font-weight: 600;
		font-size: clamp(1.3rem, 2vw, 1.5rem);
		margin: 0;
	}
}

.PageHeader__ttl-outer {
	padding: 0;
	margin-inline: auto;
	position: relative;
	border-radius: 0;
	top: 100%;
	left: 0;
	right: 0;
	bottom: auto;
	display: flex;
	flex-direction: column;
	background-color: transparent;
}

.PageHeader__ttl-outer::before,
.PageHeader__ttl-outer::after {
	content: none;
}

.PageHeader__ttl {
	text-align: center;
	align-items: center;
	padding-bottom: clamp(20px, 3vw, 40px);
	position: relative;

	& .sub {
		font-size: clamp(1.3rem, 3vw, 4rem) !important;
		transform-origin: center;
	}

	& .ja {
		font-size: clamp(3rem, 6vw, 8rem) !important;
		transform-origin: center;
		line-height: 1.2;
	}

	&:after {
		content: "";
		width: 100px;
		height: 1px;
		background-color: var(--color-txt);
		opacity: .5;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.no-webp .PageHeader {
	background-image: url(../img/medical-checkup/kv.webp);
}

@media all and (min-width: 1280px) {

	.PageHeader__ttl .sub {
		transform-origin: center;
		font-size: 2rem;
	}
}

/* ---------------------------------------------------------------------------------------------  */

.w-state{
	max-width: 900px;
	margin-inline: auto;
}

/* ---------------------------------------------------------------------------------------------  */

.intro {

	& .section-header__catch {
		font-family: var(--sansserif);
		font-size: clamp(1.5rem, 2vw, 2rem);
		text-align: center;
	}

	& .section-header__read {
		max-width: none;
		width: 100%;
	}

	.intro__price.-default {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		margin-block: 30px;

		& .intro__price-item {
			display: flex;
			flex-direction: column;
			text-align: center;
			letter-spacing: -.08rem;

			& > * {
				margin: 0;
			}
		}

		& .intro__price-ttl {
			font-weight: 600;
			font-size: 1.5rem;
		}

		& .intro__price-lbl {
			font-weight: 600;
			font-size: 1.2rem;
			line-height: 1.4;

			& small {
				font-size: 1.1rem;
			}
		}

		& .intro__price-default {
			font-weight: 500;
			font-size: 3rem;
		}
	}
}

/* --------------------------------------------------------------------------------------------------
 * 
 * Subsection
 *
 * -------------------------------------------------------------------------------------------------- */

.subsection-header__ttl {
	font-size: 2.0rem;
}

@media all and (min-width: 1280px) {
	.subsection-header__ttl {
		font-size: 2.5rem;
	}
}

:where(.main-contents) h1,
:where(.main-contents) h2,
:where(.main-contents) h3,
:where(.main-contents) h4,
:where(.main-contents) h5,
:where(.main-contents) h6 {
	font-weight: 600;
	font-family: var(--serif);
}

:where(.main-contents) ul {
	padding-left: 1.5em;
}

:where(.main-contents) figure {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

:where(.main-contents) figure > * {
	margin-top: 10px;
}

:where(.main-contents) figure > *:first-child {
	margin-top: 0;
}

:where(.main-contents) img {
	display: block;
	width: 100%;
}

.subsection-sub {

	& .subsection-sub-header__ttl {
		font-family: var(--sansserif);
	}
}

/* ---------------------------------------------------------------------------------------------  */

.section__ttl {
	margin-top: 0;
	font-weight: bold;
	font-size: 120%;
	background-color: var(--color-txt);
	color: #fff;
	padding: 10px 10px;
	border-radius: 3px;
}

.section__ttl.h-dot {
	padding-left: 25px;
}

.section__ttl.h-dot:inspection {
	left: 10px;
	width: 0.25em;
	height: 1.5em;
	border-radius: 2px;
}

.subsection > *:first-child {
	margin-top: 0;
}

.subsection__ttl {
	font-size: 110%;
}

/* ---------- */

.subsection-header__ttl {
	font-size: 2.2rem;
}

@media all and (min-width: 768px) {
	.subsection-header__ttl {
		font-size: 2.8rem;
	}
}

@media all and (min-width: 1280px) {
	.subsection-header__ttl {
		font-size: 3.6rem;
	}
}

/* ---------- */

.subsection-header__ttl-inner {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.subsection-header__ttl-inner small {
	font-size: 1.2rem;
	text-align: center;
	opacity: 0.8;
}

/* ---------- */

.subsection-inner__item {

	& .subsection-inner__ttl {
		font-size: clamp(1.8rem, 4vw, 2.4rem);
	}
}

/* ---------- */

@media all and (min-width: 1280px) {

	.SectionIndexSection__list li {
		margin: 0 15px;
	}
}

/* ---------- */

@media (min-width: 1280px) {
	.subsection-body {
		margin-top: 80px;
	}
}

/* ---------- */

.subsection-sub {

	.subsection-sub__body {
		margin-top: 20px;
	}
}

/* ---------------------------------------------------------------------------------------------  */

.listblocks {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.listblocks__item {
	width: 100%;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	font-weight: 600;
	margin: 0;

	& dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	& dd {
		margin: 0;
	}
}

@media (min-width: 1280px) {

	.listblocks {
		flex-direction: row;
		gap: 20px;
	}

	.listblocks__item {
		font-size: 90%;
		padding-top: 20px;
		padding-right: 0;
		padding-left: 25px;
		padding-bottom: 10px;
	}
}

/* ---------------------------------------------------------------------------------------------  */

.dog {
	& .subsection-inner {
		padding-bottom: 2em;
		border-bottom: 1px solid rgba(0,0,0,.1);

		&:last-child {
			border-bottom: none;
			padding-bottom: 0;
		}
	}
}

@media (min-width: 1280px) {

	.dog {
		& .subsection-inner {
			padding-bottom: 3em;
		}
	}
}

/* ---------------------------------------------------------------------------------------------  */

.std-table__item {
	border-top: 1px dashed rgba(0,0,0,.3);
	padding: 10px 0;
}

.std-table__item + .std-table__item {
	margin-top: 0;
}

/* .std-table__item:last-child {
	border-bottom: 1px dashed rgba(0,0,0,.3);
} */

.std-table__lbl {
	font-weight: bolder;
}

.des-table__des {
	margin: 0;
}


@media all and (min-width: 768px) {
	.std-table__item {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
	}

	.std-table__lbl {
		width: var(--wcalc5-1);
	}

	.std-table__des {
		width: var(--wcalc5-4);
	}
}

/* ---------------------------------------------------------------------------------------------  */

.sbs-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sbs-content__img {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sbs-content__body {
	margin: 0;

	& ul {
		margin: 0;
	}
}

@media all and (min-width: 768px) {
	.sbs-content {
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 40px;
	}

	.sbs-content__img {
		width: var(--wcalc5-1);
	}

	.sbs-content__body {
		width: var(--wcalc5-4);
	}
}

/* ---------------------------------------------------------------------------------------------  */

.voice {

	& .voice__list {
		display: flex;
		flex-direction: column;
		gap: 20px;
		position: relative;
	}

	& .voice__icon {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		aspect-ratio: 1 / 1;
		width: 32px;
		height: 32px;
		overflow: hidden;
		box-sizing: border-box;
		margin-inline: auto;
		z-index: 1;
		position: absolute;
		border-radius: 50%;

		& svg {
			width: 100%;
			height: 100%;
		}
	}

	& .voice__txtWrap {
		display: flex;
	}

	& .voice__txtInner {
		position: relative;
		box-sizing: border-box;
		padding: 10px 15px;
		width: auto;
		display: inline-block;
	}

	& .voice__txt {
		margin: 0;
		width: auto;
		display: inline-block;
	}

	& .voice__patient-wrap {
		display: flex;
		flex-direction: column;
	}

	& .voice__patient {
		display: flex;
		align-items: flex-start;
		gap: 1em;
		position: relative;

		& .voice__icon {
			/* background-color: rgba(100,91,91,.4); */
			/* background-color: #c0bab9; */
			background-color: #ceb4b4;
			color: var(--color-bg);
			padding: 5px;
			margin-inline: -1.5em auto;
			top: 0;
			left: 0;
			box-sizing: border-box;
		}

		& .voice__txtWrap {
			justify-content: flex-start;
			align-items: flex-start;
			flex-direction: column-reverse;
			margin-top: 1em;
		}

		& .voice__txtInner {
			/* background-color: #eae4e4; */
			background-color: #eee1e1;
			border-radius: 0 20px 20px 20px;
		}

		& .voice__meta {
			opacity: .6;
			font-size: .85em;
			margin-bottom: .3em;
			text-align: right;
		}
	}
}

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

	.voice {

		& .voice__list {
			gap: 30px;
		}

		& .voice__item {
			gap: 1lh;
		}

		& .voice__patient-wrap {
			gap: .5lh;
		}

		& .voice__patient {

			& .voice__txtWrap {
				flex-direction: column;
				width: calc(100% - 60px);
				margin: 0 !important;
			}

			& .voice__txtInner {
				border-radius: 0 30px 30px 30px;
			}

			& .voice__icon {
				padding: 8px;
				margin-inline: 0 !important;
				position: relative;
				width: 48px;
				height: 48px;
			}
		}
	}
}

@media all and (min-width: 1280px) {

	.voice {

		& .voice__patient,
		& .voice__owner {
			gap: .75em;
		}

		& .voice__patient {

			& .voice__meta {
				text-align: left;
			}

			& .voice__txtInner {
				padding: 20px 30px;
			}
		}
	}
}



/* ---------------------------------------------------------------------------------------------  */



.inspection-table {
	line-height: 1.8;
	font-feature-settings: "palt";
}

.inspection-table__item {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-sizing: border-box;
	display: flex;

	& .table-head {
		font-weight: 600;
		width: 10em;
	}

	& .table-data {
		margin-top: 0;
		margin-left: 0;
		width: calc(100% - 10em);
	}

	& .table-head,
	& .table-data {
		line-height: 1.5;
	}

	& .inspection-table__lbl,
	& .inspection-table__des {
		line-height: 1.5;
	}

	.inspection-table__lbl {
		font-weight: bold;
		width: 8em;
	}

	.inspection-table__des {
		margin-top: 0;
		margin-left: 0;
		width: calc(100% - 8em);
	}

	.inspection-table__des > * {
		margin-top: 1.5em;
	}

	.inspection-table__des > *:first-child {
		margin-top: 0;
	}

	.inspection-table__des ul {
		margin-top: 1em;
	}

	.inspection-table__des hr {
		margin: 2em 0;
	}
}

.inspection-table__item:first-child {
	border-top: none;
}

@media all and (min-width: 1280px) {

	.inspection-table__item {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 15px 0;

		.inspection-table__item {

			& .table-head {
				width: var(--wcalc8-2);
			}
		}

		.inspection-table__lbl {
			position: -webkit-sticky;
			position: sticky;
			top: 40px;
			width: var(--wcalc8-2);
			font-size: 95%;
		}

		.inspection-table__des {
			width: var(--wcalc8-6);
		}
	}

	.compare__table {

		& .inspection-table__item {
			padding: 15px 0;
		}
	}
}

/* ---------------------------------------------------------------------------------------------  */

.relation {
	max-width: 1060px;

	& .relation__list {
		border-top: 1px solid rgba(0,0,0,0.2);
		list-style: none;
		padding: 0;
	}

	& .relation__anchor {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-block: clamp(20px, 4vw, 35px);
		border-bottom: 1px solid rgba(0,0,0,0.2);
		box-sizing: border-box;
	}

	& .relation__txtWrap {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	& .relation__item-header {
		display: flex;
		gap: 10px;
		align-items: center;

		& > * {
			margin: 0;
		}
	}

	& .badge__new {
		background-color: var(--color-accent);
		color: var(--color-bg);
		padding-inline: 10px;
		border-radius: 5px;
		font-weight: 600;
		font-size: 1rem;
		box-sizing: border-box;
	}

	& .relation__intro {
		font-size: clamp(1.1rem, 2vw, 1.4rem);
		font-weight: 600;
	}

	& .relation__ttl {
		font-size: 2.4rem;
		font-weight: 600;
		margin-top: 0;
		line-height: 1.4;
	}

	& .icon {
		transition: 0.2s ease;
		opacity: .7;

		& svg {
			width: 32px;
			height: 32px;
		}
	}

	& .relation__anchor:hover {

		& .icon {
			transform: translateX(5px);
			opacity: 1;
		}
	}
}

@media all and (min-width: 1280px) {

	.relation {

		& .relation__txtWrap {
			flex-direction: row;
			align-items: center;
		}

		& .relation__item-header {
			gap: 20px;
		}

		& .relation__intro {
			width: 18em;
		}

		& .relation__ttl {
			margin-left: 15px;
		}

		& .icon {

			& svg {
				width: 40px;
				height: 40px;
			}
		}
	}
}

/* --------------------------------------------------------------------------------------------- */

.ConversionPhone {
	margin-top: 30px;

	&.c-section {
		margin-top: 60px;
	}


	.ConversionPhone__read {
		display: flex;
		flex-direction: column;
		gap: 5px;
		text-align: center;
		align-items: center;
		margin-bottom: 5px;
		font-size: 1.3rem;

		& .accent {
			display: inline-block;
			background-color: var(--color-accent);
			color: var(--color-bg);
			text-align: center;
			padding: 5px 10px;
			border-radius: 30px;
			line-height: 1;
			font-size: 1.3rem;
		}
	}

	.ConversionPhone__num {
		margin-block: 5px;
		font-size: clamp(3.2rem, 4vw, 3.6rem);
	}

	.ConversionPhone__time {
		font-weight: 600;
	}
}

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

	.ConversionPhone {

		&.c-section {
			margin-top: 80px;
		}
	}
}

@media all and (min-width: 1280px) {

	.ConversionPhone {

		&.c-section {
			margin-top: 100px;
		}

		.ConversionPhone__read {
			gap: 10px;
			flex-direction: row;
			margin-bottom: 10px;
		}
	}
}


/* ---------------------------------------------------------------------------------------------  */

.subsection-attention {
	background-color: rgb(255, 255, 255);
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-block-start: 30px;

	.attention-inner__ttl {
		font-weight: 600;
		font-family: var(--sansserif);
		text-align: center;
		margin: 0;

		& .icon {
			margin-inline-end: 10px;

			& svg {
				stroke-width: 2;
			}
		}
	}
}

.attention__list {
}

.attention__item {
	padding-left: .25em;
	position: relative;
	box-sizing: border-box;

	&:before {
		content: "";
		width: 1px;
		height: 100%;
		background-color: var(--color-txt);
		opacity: .3;
	}
}

@media all and (min-width: 1280px) {

	.subsection-attention {
		padding: 30px;

		.attention-inner__ttl {
			text-align: left;
		}
	}

	.attention__list {
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
	}

	.attention__item {
		width: calc(50% - 10px);
	}
}

