.u-desktop:not(:root) {
	display: none;
}

html {
	font-size: 16px;
}

body {
	background-color: #f8f9fd;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	line-height: 2.1333333333;
}

*,
*::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 {
	overflow-x: hidden;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

table {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

table thead,
table tbody,
table tfoot,
table tr {
	display: contents;
}

table th,
table td {
	display: block;
	width: 100%;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* リンク　リンクホバー */

a {
	color: inherit;
	display: block;
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	cursor: pointer;
	opacity: 0.9;
}

/* 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 {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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;
}

.drawer {
	background-color: rgba(176, 203, 91, 0.97);
	display: none;
	height: calc(100dvh - 60px);
	left: 0;
	margin-top: 60px;
	overflow-y: auto;
	padding-bottom: 2rem;
	padding-top: 2rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}

.drawer__inner {
	text-align: center;
}

.drawer__item {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
}

.drawer__item + .drawer__item {
	margin-top: 2em;
}

.footer {
	background-color: #fff;
	padding-top: 2.1875rem;
}

.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
}

.footer__logo-link01 {
	aspect-ratio: 154/48;
}

.footer__logo-link01 img {
	aspect-ratio: inherit;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.footer__logo-link02 {
	aspect-ratio: 104/48;
	border-left: 0.0625rem solid #000;
}

.footer__logo-link02 img {
	aspect-ratio: inherit;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.footer__nav {
	margin-top: 1.6875rem;
}

.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	gap: 0.8125rem 1rem;
	line-height: 1.3571428571;
}

.footer__under {
	background-color: #3f54a7;
	margin-top: 2.0625rem;
	padding: 1.25rem 1.4375rem;
}

.footer__cation {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.6666666667;
}

.footer__copy {
	color: #fff;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 0.8125rem;
}

.fv {
	height: calc(100dvh - 60px);
	margin-top: 60px;
	max-height: 31.25rem;
}

.fv__inner {
	height: inherit;
	max-height: inherit;
}

.fv__image,
.fv__image picture,
.fv__image img {
	display: block;
	height: inherit;
	max-height: inherit;
}

.fv__image picture,
.fv__image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.header {
	background-color: #fff;
	height: 60px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3000;
}

.header__inner {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding-left: 0.9375rem;
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.25rem;
}

.header__logo-link01 {
	aspect-ratio: 115/36;
}

.header__logo-link01 img {
	aspect-ratio: inherit;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.header__logo-link02 {
	aspect-ratio: 88/36;
	border-left: 0.0625rem solid #000;
}

.header__logo-link02 img {
	aspect-ratio: inherit;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.header__contact {
	align-items: center;
	background-color: #367d19;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	margin-left: auto;
	padding: 0rem 1.125rem;
	text-align: center;
}

.sub-arrhythmia {
	padding-bottom: 3.75rem;
	padding-top: 10rem;
	position: relative;
}

.sub-arrhythmia__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-arrhythmia__content1,
.sub-arrhythmia__content2,
.sub-arrhythmia__content3 {
	margin-top: 2rem;
}

.sub-arrhythmia__sub-title2,
.sub-arrhythmia__sub-title3 {
	margin-top: 2.3125rem;
}

.sub-brockenbrough {
	padding-bottom: 3.75rem;
	padding-top: 10rem;
	position: relative;
}

.sub-brockenbrough__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-brockenbrough__content {
	margin-top: 1.875rem;
}

.sub-brockenbrough__text {
	font-size: 0.9375rem;
}

.sub-brockenbrough__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 15.625rem;
	width: 100%;
}

.sub-brockenbrough__text:not(:first-child) {
	margin-top: 2em;
}

.sub-catheter-ablation {
	padding-bottom: 3.75rem;
	padding-top: 10rem;
	position: relative;
}

.sub-catheter-ablation__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-catheter-ablation__grid {
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-gap: 0.9375rem;
	gap: 0.9375rem;
	margin-top: 2.25rem;
}

.sub-catheter-ablation__number {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #e3e3e3;
	border-radius: 100%;
	color: #b0cb5b;
	display: grid;
	font-size: 2.0625rem;
	height: 3.375rem;
	justify-items: center;
	line-height: 1;
	place-items: center;
	width: 3.375rem;
}

.sub-catheter-ablation__text {
	font-size: 0.9375rem;
	margin-top: 1.0625rem;
	-moz-text-align-last: left;
	text-align-last: left;
}

.sub-catheter-ablation__button {
	margin-top: 1rem;
	text-align: center;
}

.sub-check {
	padding-bottom: 3.75rem;
	padding-top: 10rem;
	position: relative;
}

.sub-check__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-check__content1,
.sub-check__content2,
.sub-check__content3,
.sub-check__content4,
.sub-check__content5 {
	margin-top: 2rem;
}

.sub-check__content4__inner {
	width: 100%;
}

.sub-check__table {
	background-color: #707070;
	border: 0.0625rem solid #707070;
	gap: 0.0625rem;
	grid-template-columns: 1fr 3fr 3fr;
}

.sub-check__table thead th {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.sub-check__table th,
.sub-check__table td {
	align-items: center;
	background-color: #f8f9fd;
	display: grid;
	font-size: 0.75rem;
	font-weight: 400;
	justify-items: center;
	line-height: 1.3333333333;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	place-items: center;
}

.sub-check__table tbody tr td:nth-child(4) {
	justify-items: start;
}

.sub-check__table tbody tr:not(:first-child) th {
	grid-row: span 2;
}

.sub-check__table tbody tr:not(:first-child) td:nth-child(4) {
	grid-column: span 2;
	grid-template-columns: 1fr 1fr;
}

.sub-check__table tbody tr:not(:first-child) td:nth-child(4) span {
	justify-self: center;
}

.sub-check__sub-title2,
.sub-check__sub-title3,
.sub-check__sub-title4,
.sub-check__sub-title5 {
	margin-top: 3rem;
}

.sub-check-confirm__item:last-of-type span {
	margin-left: 2em;
}

.sub-classification {
	padding-bottom: 3.75rem;
	padding-top: 10rem;
	position: relative;
}

.sub-classification__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-classification__subsub-title {
	font-size: 0.8125rem;
	line-height: 2.4615384615;
	text-align: center;
}

.sub-classification__content1,
.sub-classification__content2,
.sub-classification__content3,
.sub-classification__content4,
.sub-classification__content5 {
	margin-top: 2rem;
}

.sub-classification__content4__inner {
	width: 100%;
}

.sub-classification__table {
	background-color: #707070;
	border: 0.0625rem solid #707070;
	gap: 0.0625rem;
	grid-template-columns: 3fr 3fr 3fr;
}

.sub-classification__table thead th {
	align-items: center;
	justify-items: center;
	padding-bottom: 1rem;
	padding-top: 1rem;
	place-items: center;
}

.sub-classification__table th,
.sub-classification__table td {
	align-items: start;
	background-color: #f8f9fd;
	display: grid;
	font-size: 0.75rem;
	font-weight: 400;
	justify-items: start;
	line-height: 1.3333333333;
	padding-bottom: 1rem;
	padding-left: 0.75rem;
	padding-top: 1rem;
	place-items: start;
	text-align: left;
}

.sub-classification__table tbody tr:nth-child(2) td {
	grid-column: span 2;
}

.sub-classification__sub-title2,
.sub-classification__sub-title3,
.sub-classification__sub-title4,
.sub-classification__sub-title5 {
	margin-top: 3rem;
}

.sub-confirm {
	background-image: url(../images/img_arrhythmia02-sp.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.sub-confirm__box {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2.5rem 1.25rem 2.5rem;
}

.sub-confirm__list {
	margin-top: 1.5rem;
}

.sub-confirm__item:last-of-type span {
	margin-left: 2em;
}

.sub-confirm__button {
	margin-top: 2.25rem;
	text-align: center;
}

.sub-flow {
	background-image: url("../images/img_doctor01-sp.jpg"), url("../images/img_doctor02-sp.jpg"), url("../images/img_doctor03-sp.jpg");
	background-position: 100% 40%, 0 15%, 0 82%;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 3.75rem;
	padding-top: 10rem;
	position: relative;
}

.sub-flow__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-flow__content {
	margin-top: 1.6875rem;
}

.sub-flow__content + .sub-flow__content {
	margin-top: 12.5rem;
}

.sub-flow__text {
	font-size: 0.9375rem;
}

.sub-flow__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 15.625rem;
	width: 100%;
}

.sub-flow__text:not(:first-child) {
	margin-top: 2em;
}

.sub-heart {
	padding-bottom: 9.0625rem;
	padding-top: 10rem;
	position: relative;
}

.sub-heart__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-heart__content {
	margin-top: 1.875rem;
}

.sub-heart__image01 {
	margin-top: 2.5rem;
}

.sub-heart__sub-title2,
.sub-heart__sub-title3 {
	margin-top: 2.3125rem;
}

.sub-heart__image02 {
	background-color: #fff;
	border: 0.0625rem solid #707070;
	border-radius: 0.3125rem;
	margin-top: 1.25rem;
}

.sub-heart__list-flow {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
	margin-top: 1.875rem;
	text-align: center;
}

.sub-heart__item-flow + .sub-heart__item-flow {
	margin-top: 1rem;
	position: relative;
}

.sub-heart__item-flow + .sub-heart__item-flow::before {
	background-color: #000;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	display: block;
	height: 0.53125rem;
	left: 50%;
	position: absolute;
	top: -0.875rem;
	transform: translateX(-50%);
	width: 0.625rem;
}

.sub-heart__text {
	font-size: 0.9375rem;
	margin-top: 2.5rem;
}

.sub-treatment {
	padding-bottom: 3.75rem;
	padding-top: 10rem;
	position: relative;
}

.sub-treatment__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.sub-treatment__content {
	margin-top: 1.875rem;
}

.sub-treatment__text {
	font-size: 0.9375rem;
}

.sub-treatment__text + .sub-treatment__text {
	margin-top: 2em;
}

.top-arrhythmia {
	background-image: url(../images/img_arrhythmia01-sp.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.top-arrhythmia__box {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2.125rem 1.25rem 2.5rem;
}

.top-arrhythmia__text {
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

.top-arrhythmia__content {
	background-color: #fff;
	background-image: url(../images/img_arrhythmia02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 75%;
	border: 0.0625rem solid #707070;
	border-radius: 0.3125rem;
	margin-top: 4rem;
	padding: 1.875rem 1.25rem;
}

.top-arrhythmia__list {
	margin-top: 1.25rem;
}

.top-arrhythmia__item:last-of-type span {
	margin-left: 2em;
}

.top-arrhythmia__button {
	margin-top: 1.5rem;
	text-align: center;
}

.top-catheter {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 84, 167, 0.9))), url(../images/img_catheter-ablation-bg-sp.jpg);
	background-image: linear-gradient(rgba(63, 84, 167, 0.9)), url(../images/img_catheter-ablation-bg-sp.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.5rem;
	padding-top: 3.4375rem;
}

.top-catheter__image {
	flex-shrink: 0;
	width: 44.4444%;
}

.top-catheter__heading {
	color: #fff;
}

.top-catheter__text {
	color: #fff;
	font-size: 0.9375rem;
	margin-top: 2rem;
}

.top-catheter__list {
	color: #fff;
	list-style-position: inside;
	list-style-type: "・";
	margin-top: 2.5rem;
}

.top-catheter__button {
	margin-top: 1.875rem;
	text-align: center;
}

.top-heart {
	padding-top: 10rem;
	position: relative;
}

.top-heart__inner.inner {
	max-width: calc(40rem + 50px);
	position: relative;
	z-index: 1000;
}

.top-heart__text {
	font-size: 0.9375rem;
	margin-top: 1.75rem;
}

.top-heart__button {
	margin-top: 4.25rem;
	text-align: center;
}

.button-more {
	background-color: #fff;
	border: 0.0625rem solid #707070;
	border-radius: 0.3125rem;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: inline-block;
	font-weight: 400;
	line-height: 1.3125;
	min-width: 9.375rem;
	padding: 0.375rem 0.9375rem 0.6875rem;
	text-align: center;
	transition: transform 0.2s;
}

.button-more:hover {
	transform: translate(0.0625rem, 0.0625rem);
}

.card-sub-content {
	background-color: #fff;
	border: 0.0625rem solid #707070;
	border-radius: 0.3125rem;
	font-size: 0.9375rem;
	padding: 1.875rem 1.25rem 3.875rem;
}

.card-sub-content.card-sub-content--center {
	padding: 1.875rem 1.25rem;
}

.card-sub-content.card-sub-content--center-wide {
	padding: 1.875rem 1.25rem;
}

.card-sub-content__list1 {
	list-style-position: inside;
	list-style-type: "・";
}

.card-sub-content__list2 {
	list-style-position: inside;
	list-style-type: "◍";
}

.card-sub-content__list3 {
	list-style-position: inside;
	list-style-type: "・";
}

.card-sub-content__list4 {
	margin-left: 3em;
}

.card-sub-content__item4 {
	position: relative;
}

.card-sub-content__item4::before {
	border: 0.1875rem solid;
	content: "";
	height: 0.9em;
	left: -2em;
	position: absolute;
	top: 0.6em;
	width: 1.3em;
}

.card-sub-content__item4:first-of-type::before {
	border-color: red;
}

.card-sub-content__item4:last-of-type::before {
	border-color: blue;
}

.card-sub-content__list5 {
	list-style-type: "・";
	margin-left: 1em;
	margin-top: 1.5rem;
}

.card-sub-content__item5 + .card-sub-content__item5 {
	margin-top: 1.5em;
}

.card-sub-content__text1:not(:first-child),
.card-sub-content__text2:not(:first-child) {
	margin-top: 1.5em;
}

.card-sub-content__text2 {
	text-align: center;
}

.card-sub-content__table1 {
	align-items: center;
	background-color: #707070;
	border: 0.0625rem solid #707070;
	gap: 0.0625rem;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.3125rem;
	place-items: center;
}

.card-sub-content__table1 th,
.card-sub-content__table1 td {
	align-items: center;
	background-color: #fff;
	display: grid;
	font-weight: 400;
	justify-items: center;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	place-items: center;
}

.card-sub-content__image1 {
	margin-top: 3rem;
}

.card-sub-content__image2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 9.625rem;
	position: relative;
}

.card-sub-content__image2::before,
.card-sub-content__image2::after {
	border: 0.1875rem solid;
	content: "";
	height: 40%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 130%;
}

.card-sub-content__image2::before {
	border-color: red;
	top: 5%;
}

.card-sub-content__image2::after {
	border-color: blue;
	bottom: 5%;
}

.card-sub-content__grid1 {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1.25rem 10%;
	gap: 1.25rem 10%;
}

.card-sub-content__grid2 {
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0.875rem 1.5625rem;
	gap: 0.875rem 1.5625rem;
	margin-top: 1.25rem;
}

.card-sub-content__grid2-item:nth-child(3) {
	grid-column: span 2;
}

.hamburger {
	align-items: center;
	background-color: #b0cb5b;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 60px;
	justify-content: center;
	width: 60px;
}

.hamburger__border {
	background-color: #fff;
	display: inline-block;
	height: 0.0625rem;
	transform-origin: center;
	transition: transform 0.3s, opacity 0.1s, width 0.3s, height 0.3s;
	width: 25%;
}

.hamburger__border:nth-child(1) {
	transform: translateY(-0.1875rem);
}

.hamburger__border:nth-child(3) {
	transform: translateY(0.1875rem);
}

.hamburger.is-active .hamburger__border:nth-child(1) {
	transform: scaleX(1.414) rotate(55deg) translateX(0.0625rem);
}

.hamburger.is-active .hamburger__border:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active .hamburger__border:nth-child(3) {
	transform: scaleX(1.414) rotate(-55deg) translateX(0.0625rem);
}

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

.section-title {
	text-align: center;
}

.section-title__jp {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.35;
}

.section-title__en {
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 0.125rem;
}

.section-treatment {
	font-size: 3.4375rem;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 0.8363636364;
	position: absolute;
	top: 1em;
	transform: translateX(-50%);
	transform-origin: top;
	width: 98vw;
}

.section-treatment__text {
	color: #fff;
	display: inline-block;
}

.section-treatment__image {
	aspect-ratio: 1/1;
	left: 50%;
	position: absolute;
	top: -1rem;
	transform: translate(-50%, -50%);
	width: 9.375rem;
}

.section-treatment__small-text {
	color: #9a9a9a;
	display: inline-block;
	font-size: 0.625rem;
	left: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	position: absolute;
	text-wrap: nowrap;
	top: 3rem;
	transform: rotate(-90deg);
	transform-origin: left;
}

.section-treatment__small-text::after {
	background-color: #e3e3e3;
	content: "";
	display: block;
	height: 0.0625rem;
	position: absolute;
	right: -0.5rem;
	top: 50%;
	transform: translateX(100%);
	transform-origin: left;
	width: 6.25rem;
}

.sub-fv {
	height: calc(100dvh - 60px);
	margin-top: 60px;
	max-height: 18.75rem;
}

.sub-fv__inner {
	height: inherit;
	max-height: inherit;
}

.sub-fv__image,
.sub-fv__image picture,
.sub-fv__image img {
	display: block;
	height: inherit;
	max-height: inherit;
}

.sub-fv__image picture,
.sub-fv__image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.sub-main-title {
	text-align: center;
	text-wrap: nowrap;
}

.sub-main-title__jp {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.35;
}

.sub-main-title__en {
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.sub-section-title {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.2941176471;
	text-decoration: underline;
	-webkit-text-decoration: underline #707070;
	text-align: center;
	text-decoration: underline #707070;
}

.sub-section-title.sub-section-title--left {
	text-align: left;
}

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

.u-desktop:not(:root) {
	display: block;
}

.u-mobile:not(:root) {
	display: none;
}

html {
	font-size: 1.6326530612vw;
}

body {
	line-height: 2;
}

a[href^="tel:"] {
	pointer-events: none;
}

.drawer {
	height: calc(100dvh - 80px);
	margin-top: 80px;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.drawer__item {
	font-size: 1rem;
}

.footer {
	padding-top: 2.9375rem;
	text-align: center;
}

.footer__logo {
	height: 3.125rem;
	justify-content: center;
}

.footer__logo-link01 {
	aspect-ratio: 159/50;
}

.footer__logo-link02 {
	aspect-ratio: 154/50;
}

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

.footer__item {
	position: relative;
}

.footer__item + .footer__item::before {
	content: "|";
	left: -0.625rem;
	position: absolute;
}

.footer__under {
	padding: 1.25rem 1.4375rem 2.25rem;
}

.fv {
	height: calc(100dvh - 80px);
	margin-top: 80px;
	max-height: 37.5rem;
}

.header {
	height: 80px;
}

.header__inner {
	padding-left: calc(50vw - 490px);
}

.header__logo {
	height: 3.125rem;
}

.header__logo-link01 {
	aspect-ratio: 159/50;
}

.header__logo-link02 {
	aspect-ratio: 154/50;
}

.header__contact {
	padding: 0rem 1.5rem;
}

.header__contact-en {
	margin-top: -1rem;
}

.sub-arrhythmia {
	padding-bottom: 6.0625rem;
	padding-top: 10.625rem;
}

.sub-arrhythmia__sub-title2,
.sub-arrhythmia__sub-title3 {
	margin-top: 3.0625rem;
}

.sub-brockenbrough {
	padding-bottom: 6.0625rem;
	padding-top: 10.625rem;
}

.sub-brockenbrough__text {
	font-size: 1rem;
}

.sub-brockenbrough__img {
	max-width: 20.625rem;
}

.sub-catheter-ablation {
	padding-bottom: 6.0625rem;
	padding-top: 10.625rem;
}

.sub-catheter-ablation__grid {
	gap: 2.625rem;
	margin-top: 3.75rem;
}

.sub-catheter-ablation__number {
	font-size: 3.75rem;
	height: 6.25rem;
	width: 6.25rem;
}

.sub-catheter-ablation__text {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.sub-catheter-ablation__button {
	margin-top: 1.875rem;
}

.sub-check {
	padding-bottom: 6.0625rem;
	padding-top: 10.625rem;
}

.sub-check__content4 {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.sub-check__content4__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1030px;
	padding-left: 25px;
	padding-right: 25px;
}

.sub-check__table {
	grid-template-columns: 1fr 3fr 3fr 2fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.sub-check__table th,
.sub-check__table td {
	font-size: 1.125rem;
}

.sub-check__table tbody tr td:nth-child(4) ul {
	margin-left: 16%;
}

.sub-check__table tbody tr:not(:first-child) th {
	grid-row: auto;
}

.sub-check__table tbody tr:not(:first-child) td:nth-child(4) {
	grid-column: auto;
	grid-template-columns: auto;
	justify-items: start;
}

.sub-check__sub-title2,
.sub-check__sub-title3,
.sub-check__sub-title4,
.sub-check__sub-title5 {
	margin-top: 4rem;
}

.sub-classification {
	padding-bottom: 6.0625rem;
	padding-top: 10.625rem;
}

.sub-classification__subsub-title {
	font-size: 1rem;
	line-height: 2;
}

.sub-classification__content4 {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.sub-classification__content4__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	padding-left: 25px;
	padding-right: 25px;
}

.sub-classification__table {
	grid-template-columns: 7fr 6fr 6fr;
}

.sub-classification__table th,
.sub-classification__table td {
	font-size: 1rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.sub-classification__sub-title2,
.sub-classification__sub-title3,
.sub-classification__sub-title4,
.sub-classification__sub-title5 {
	margin-top: 4rem;
}

.sub-confirm {
	background-image: url(../images/img_arrhythmia02-pc.jpg);
	padding-bottom: 8.125rem;
	padding-top: 9.5rem;
}

.sub-confirm__box {
	padding: 0.75rem 17.3469% 4.625rem;
}

.sub-confirm__list {
	margin-top: 1.875rem;
}

.sub-confirm__button {
	margin-top: 3.5rem;
}

.sub-flow {
	background-image: url("../images/img_doctor01-pc.jpg"), url("../images/img_doctor02-pc.jpg"), url("../images/img_doctor03-pc.jpg");
	background-position: 100% 50%, 0 20%, 0 100%;
	background-size: 40%;
	padding-bottom: 6.0625rem;
	padding-top: 10.625rem;
}

.sub-flow__content + .sub-flow__content {
	margin-top: 1.25rem;
}

.sub-flow__text {
	font-size: 1rem;
}

.sub-flow__img {
	max-width: 20.625rem;
}

.sub-heart {
	padding-bottom: 14.1875rem;
	padding-top: 10.625rem;
}

.sub-heart__sub-title2,
.sub-heart__sub-title3 {
	margin-top: 3.0625rem;
}

.sub-heart__image02 {
	margin-top: 2.125rem;
}

.sub-heart__item-flow + .sub-heart__item-flow {
	margin-top: 2.125rem;
}

.sub-heart__text {
	font-size: 1rem;
	margin-top: 2.125rem;
}

.sub-treatment {
	padding-bottom: 6.0625rem;
	padding-top: 10.625rem;
}

.sub-treatment__text {
	font-size: 1rem;
}

.sub-treatment__text + .sub-treatment__text {
	margin-top: 1.5em;
}

.top-arrhythmia {
	background-image: url(../images/img_arrhythmia01-pc.jpg);
	padding-top: 9.5rem;
}

.top-arrhythmia__box {
	padding: 2.875rem 17.3469% 4.625rem;
}

.top-arrhythmia__text {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.top-arrhythmia__content {
	margin-top: 6.25rem;
	padding: 2.625rem 21.875% 3.25rem;
}

.top-catheter {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 84, 167, 0.9))), url(../images/img_catheter-ablation-bg-pc.jpg);
	background-image: linear-gradient(rgba(63, 84, 167, 0.9)), url(../images/img_catheter-ablation-bg-pc.jpg);
	padding-bottom: 3.625rem;
}

.top-catheter__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.7222%;
	margin-left: calc(50% - 50vw);
}

.top-catheter__text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.top-catheter__list {
	margin-top: 3.5rem;
}

.top-heart {
	padding-top: 11.25rem;
}

.top-heart__text {
	font-size: 1rem;
	margin-top: 2rem;
}

.top-heart__button {
	margin-top: 1.875rem;
}

.button-more {
	font-size: 1rem;
	line-height: 1.3125;
	min-width: 12.5rem;
	padding: 1.125rem 1.1875rem 1.25rem;
}

.card-sub-content {
	font-size: 1rem;
	padding: 1.875rem 1.25rem 2.625rem;
}

.card-sub-content.card-sub-content--center {
	padding: 2.625rem 21.875% 3.25rem;
}

.card-sub-content.card-sub-content--center-wide {
	padding: 2.625rem 17.5% 3.25rem;
}

.card-sub-content__list1 {
	margin-left: 2em;
}

.card-sub-content__table1 {
	margin-top: 2.25rem;
	width: 25rem;
}

.card-sub-content__image1 {
	margin-top: 4.5rem;
}

.card-sub-content__grid1 {
	grid-template-columns: repeat(2, 1fr);
}

.card-sub-content__grid2 {
	gap: 2.375rem;
	grid-template-columns: repeat(3, 1fr);
}

.card-sub-content__grid2-item:nth-child(3) {
	grid-column: auto;
}

.hamburger {
	height: 80px;
	width: 80px;
}

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

.section-title__jp {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.section-title.section-title--left {
	text-align: left;
}

.section-treatment {
	font-size: 7.4375rem;
	line-height: 1.3277310924;
	top: 0.2em;
}

.section-treatment__image {
	top: 1.875rem;
	width: 12.5rem;
}

.section-treatment__small-text {
	left: 2.5rem;
	top: 5.5rem;
}

.sub-fv {
	height: calc(100dvh - 80px);
	margin-top: 80px;
}

.sub-main-title__jp {
	font-size: 2.25rem;
	line-height: 1.3333333333;
}

.sub-section-title {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

}

@media (min-width: 980px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes flowing {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}


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