body {
	color: #070C47;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.1em;
}

._pc {
	display: block !important;
}

._pc_flex {
	display: flex !important;
}

._pc_grid {
	display: grid !important;
}

._sp {
	display: none !important;
}

._sp_flex {
	display: none !important;
}

._sp_grid {
	display: none !important;
}

/* リキッドレイアウト対応 */

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,
th,
dl,
dd {
	font-weight: 400;
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	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;
	height: auto;
	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;
}

.about {
	padding-top: 5.3125rem;
}

.about__inner {
	padding-top: 0.4375rem;
}

.about__consult {
	margin-top: 2.1875rem;
}

.about__consult2 {
	margin-top: 0.625rem;
}

.aboutConsult {
	font-size: 1.5rem;
}

.aboutConsult__headline {
	color: #0094C6;
	text-align: center;
}

.aboutConsult__table {
	margin-top: 1.875rem;
}

.aboutConsult__map {
	margin-top: 1.25rem;
	overflow-x: auto;
}

.aboutConsult__map iframe {
	aspect-ratio: 1;
	height: auto;
	min-width: 37.5rem;
	width: 100%;
}

.aboutCOnsult__cautionPassage {
	font-size: 1rem;
	margin-left: 1.4em;
	text-indent: -1.4em;
}

.aboutCOnsult__cautionWord {
	margin-left: 0.3125rem;
}

.aboutCOnsult__caution {
	margin-top: 0.75rem;
}

.aboutConsultTable {
	overflow-x: auto;
	width: 100%;
}

.aboutConsultTable__table {
	border-collapse: collapse;
	width: 100%;
}

.aboutConsultTable__head {
	background-color: #070C47;
}

.aboutConsultTable__th {
	border: 1px solid #e5e5e5;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.9375rem 0.3125rem;
	white-space: nowrap;
	width: 12.5rem;
}

.aboutConsultTable__th:first-child {
	padding: 0.9375rem 0.3125rem 0.9375rem 1.25rem;
	text-align: left;
	width: 9.0625rem;
}

.aboutConsultTable__row {
	border-bottom: 1px solid #e5e5e5;
}

.aboutConsultTable__time {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.8125rem 0.3125rem 0.8125rem 1.25rem;
	white-space: nowrap;
}

.aboutConsultTable__cell {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.625rem 0.3125rem;
	text-align: center;
}

.aboutField {
	background-color: #fff;
	border-radius: 1.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 0.625rem;
}

.aboutField__map {
	background-color: #D0D0D0;
	border-radius: 0rem 1.125rem 1.25rem 0rem;
}

.aboutField__map iframe {
	border-radius: 0 1.25rem 1.25rem 0;
	height: 100%;
	width: 100%;
}

.aboutField__writing {
	letter-spacing: 0.05em;
	padding: 3.3125rem 3.8125rem;
}

.aboutField__writingList {
	display: flex;
	flex-direction: column;
}

.aboutField__writingItem {
	font-size: 1rem;
}

.aboutField__writingItem + .aboutField__writingItem {
	border-top: 1px solid #E6E6E6;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.aboutField__writingItemTel {
	display: block;
	letter-spacing: 0.1em;
	margin-top: 0.625rem;
}

.aboutField__writingItemHeadline {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5rem;
}

.aboutField__writingItemHeadline::before {
	aspect-ratio: 1;
	background: #0094C6;
	border-radius: 62.4375rem;
	content: "";
	display: block;
	width: 0.375rem;
}

.aboutField__writingItemWord {
	color: #0094C6;
}

.aboutField__writingItemAddress {
	font-style: normal;
	margin-top: 0.3125rem;
}

.aboutField__writingItemPassage {
	margin-top: 0.5rem;
}

.back {
	aspect-ratio: 1302/718;
	background: url("../images/hero.jpg") top left/contain no-repeat;
	margin-left: auto;
	margin-left: 1.875rem;
	margin-right: auto;
	margin-right: 1.875rem;
	position: relative;
}

.back0 {
	margin-left: auto;
	margin-right: auto;
	margin-top: -0.0625rem;
}

.back1 {
	background-color: #017DAD;
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	padding-bottom: 1.875rem;
}

.back2 {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 1.875rem 3.75rem 3.125rem;
}

.back3 {
	overflow-x: clip;
}

.doctor {
	letter-spacing: 0.1em;
	margin-top: 2.5rem;
	padding-top: 5.3125rem;
}

.doctor__charge {
	margin-top: 0.625rem;
}

.doctor__notice {
	margin-top: 0.625rem;
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.doctor__consult1 {
	margin-top: 2.1875rem;
	padding-bottom: 2.5rem;
}

.doctor__consult2 {
	margin-top: 0.625rem;
}

.doctorCharge {
	overflow: scroll;
}

.doctorCharge:nth-child(2) {
	margin-top: 1.875rem;
}

.doctorCharge + .doctorCharge {
	margin-top: 2.125rem;
}

.doctorCharge__heading {
	align-items: center;
	display: flex;
	margin-bottom: 0.375rem;
}

.doctorCharge__icon {
	display: inline-block;
	font-size: 1.125rem;
	margin-right: 0.3125rem;
}

.doctorCharge__label {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5rem;
	line-height: 1.8;
}

.doctorCharge__label::before {
	aspect-ratio: 1;
	background: #0094C6;
	border-radius: 62.4375rem;
	content: "";
	display: block;
	width: 0.375rem;
}

.doctorCharge__table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.doctorCharge__th {
	background-color: #FAF8F4;
	border: 1px solid #E6E6E6;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.3125rem 0.625rem;
}

.doctorCharge__blank {
	background-color: #FAF8F4;
	border: 1px solid #E5E5E5;
}

.doctorCharge__time {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.3125rem 1.25rem;
	text-align: left;
	white-space: nowrap;
}

.doctorCharge__cell {
	border-bottom: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0rem 0.625rem;
	width: 9.375rem;
}

.doctorCharge__cell--alt {
	background-color: #F3FAFC;
}

.doctorCharge__blank,
.doctorCharge__time {
	width: 8.125rem;
}

.doctorNotice {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
}

.doctorNotice__content {
	flex: 1;
	line-height: 1.5;
	max-width: 42.5rem;
}

.doctorNotice__title {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 1rem;
}

.doctorNotice__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.53;
}

.doctorNotice__graphic {
	flex-shrink: 0;
	max-width: 25rem;
	width: 100%;
}

.doctorNotice__graphic img {
	-o-object-fit: cover;
	aspect-ratio: 380/172;
	border-radius: 0.5rem;
	object-fit: cover;
}

.doctorProfile__message {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.doctorProfile__section {
	margin-top: 2.3125rem;
}

.doctorProfile__section2 {
	margin-top: 2rem;
}

.doctorProfile__icon {
	display: inline-block;
	font-size: 1.125rem;
	margin-right: 0.3125rem;
}

.doctorProfile__label {
	align-items: center;
	display: inline-block;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5rem;
	line-height: 1.8;
}

.doctorProfile__label::before {
	aspect-ratio: 1;
	background: #0094C6;
	border-radius: 62.4375rem;
	content: "";
	display: block;
	width: 0.375rem;
}

.doctorProfile__text {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.4375rem;
}

.doctorProfile__career {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.4375rem;
}

.doctorProfile__career-col {
	flex: 1;
	min-width: 17.5rem;
}

.doctorProfile__career-col:last-child {
	border-left: 1px solid #E6E6E6;
	margin-left: 2.5rem;
	padding-left: 2.5rem;
}

.doctorProfile__career-item {
	align-items: flex-start;
	display: flex;
	margin-bottom: 0.5625rem;
}

.doctorProfile__year {
	font-size: 1rem;
	line-height: 1.5;
	white-space: nowrap;
}

.doctorProfile__desc {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 1.25rem;
}

.drawer {
	-webkit-overflow-scrolling: touch;
	background: white;
	background-color: #FAF8F4;
	color: #070C47;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: absolute;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
	z-index: 10;
}

.drawer.js-open {
	transform: translateX(0%);
}

.drawer__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	width: -moz-max-content;
	width: max-content;
}

.drawer__link {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
}

.drawer__link::after {
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.drawer__link span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.drawer__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.drawer__cross {
	display: none;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.drawer__cross:before,
.drawer__cross:after {
	background-color: #333;
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.drawer__cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.drawer__cross.is-active::after {
	opacity: 0;
}

.drawer__cross.is-active::before {
	transform: rotate(0);
}

.drawer__accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.drawer__accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.drawer__accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

footer {
	background-color: #017DAD;
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	padding-bottom: 2.5rem;
	padding-top: 11.25rem;
}

.footer__bg {
	padding: 5rem 0;
}

.footer__inner {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 70rem;
}

.footer__area {
	justify-content: space-between;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
}

.footer__right {
	width: 40.625%;
}

.footer__logo {
	max-width: 9.375rem;
}

.footer__logo a {
	display: block;
}

.footer__sns {
	width: 1.5rem;
}

.footer__nav {
	display: flex;
	gap: 1.25rem;
}

.footer__list {
	flex: 1;
}

.footer__item {
	display: block;
	position: relative;
}

.footer__item::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: -1.375rem;
	position: absolute;
	top: 0.7em;
	width: 0.625rem;
}

.footer__item + .footer__item {
	margin-top: 1.25rem;
}

.footer__copyright {
	align-content: center;
	color: #fff;
	display: block;
	display: grid;
	font-size: 0.875rem;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1;
	padding-right: 25px;
	place-content: center;
	text-transform: uppercase;
}

.guide {
	margin-top: 2.1875rem;
	padding-top: 5.3125rem;
}

.guide__sick {
	margin-top: 1.875rem;
}

.guide__area {
	margin-top: 0.625rem;
}

.guide__treat {
	margin-top: 2.1875rem;
}

.guide__matter {
	margin-top: 0.625rem;
	padding-top: 2.8125rem;
}

.guideMatter__passage {
	font-size: 1.375rem;
	font-weight: 500;
	text-align: center;
}

.guideMatter__press {
	align-items: center;
	aspect-ratio: 248/50;
	background-color: #0094C6;
	border-radius: 62.4375rem;
	color: #fff;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	transition: 0.5s;
	width: 15.5rem;
}

.guideMatter__press:hover {
	background-color: #070C47;
	transition: 0.5s;
}

.guideMatter__press:hover .guideMatter__pressBox {
	color: #070C47;
}

.guideMatter__press img {
	aspect-ratio: 5/10;
	margin-left: 1.25rem;
	width: 0.4375rem;
}

.guideMatter__pressPassage {
	font-size: 1.125rem;
	font-weight: 500;
	margin-left: 1.25rem;
}

.guideMatter__pressBox {
	background-color: #fff;
	color: #0094C6;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.0625em;
	line-height: 1;
	margin-left: 0.625rem;
	padding: 0.0625rem 0.1875rem;
	text-transform: uppercase;
	transition: 0.5s;
}

.guideSick {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
}

.guideSick__content {
	flex: 1;
	max-width: 42.5rem;
}

.guideSick__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.53;
}

.guideSick__graphic {
	flex-shrink: 0;
	max-width: 25rem;
	width: 43%;
}

.guideSick__graphic img {
	-o-object-fit: cover;
	-o-object-position: left;
	aspect-ratio: 380/144;
	border-radius: 0.5rem;
	object-fit: cover;
	object-position: left;
}

.guideTreat__features {
	display: flex;
	gap: 4.375rem;
	margin-bottom: 1.25rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
	padding-top: 1.875rem;
}

.guideTreat__feature {
	flex: 1;
}

.guideTreat__graphic {
	align-items: center;
	aspect-ratio: 1;
	background-color: #FAF8F4;
	border-radius: 6249.9375rem;
	display: grid;
	justify-items: center;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 10.3125rem;
}

.guideTreat__graphic img {
	display: inline-block;
	height: auto;
	width: 5.8125rem;
}

.guideTreat__title {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 0.5rem;
	text-align: center;
}

.guideTreat__text {
	line-height: 1.5;
	margin-top: 1.25rem;
}

.guideTreat__notices {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
}

.guideTreat__notice {
	border-top: 1px solid #ccc;
	padding-top: 0.9375rem;
}

.guideTreat__icon {
	display: inline-block;
	font-size: 0.875rem;
	margin-right: 0.375rem;
}

.guideTreat__heading {
	align-items: center;
	display: inline-block;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5rem;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

.guideTreat__heading::before {
	aspect-ratio: 1;
	background: #0094C6;
	border-radius: 62.4375rem;
	content: "";
	display: block;
	width: 0.375rem;
}

.guideTreat__desc {
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
}

body.noscroll {
	overflow: hidden;
}

.header {
	background-color: #fff;
	max-height: 100%;
	padding: 1.25rem 0.625rem;
	position: fixed;
	top: 0;
	transition: 0.5s all;
	width: 100%;
	z-index: 11;
}

.header.js-up {
	animation: UpAnime 0.5s forwards;
}

.header.js-down {
	animation: DownAnime 0.5s forwards;
	background-color: #fff;
	top: 0px;
}

.header__inner {
	align-items: center;
	background-color: transparent;
	display: flex;
	flex-direction: row;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-right: 3.5rem;
	position: relative;
	width: 100%;
	z-index: 12;
}

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

.header__nav {
	height: inherit;
}

.header__list {
	align-items: center;
	display: flex;
	gap: 3.625rem;
	height: inherit;
}

.header__item {
	height: inherit;
	position: relative;
}

.header__item1 .header__link span:after {
	display: none;
}

.header__link {
	align-items: center;
	display: block;
	display: flex;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.1em;
	position: relative;
}

.header__link span {
	display: block;
	position: relative;
}

.header__link span::after {
	background-color: #070C47;
	content: "";
	height: 110%;
	left: -1.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header__hamburger {
	display: none;
}

.hamburger {
	cursor: pointer;
	display: block;
	height: 1.125rem;
	position: relative;
	transition: 0.3s all;
	width: 1.5rem;
	z-index: 3;
}

.hamburger span {
	background-color: #070C47;
	display: inline-block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: calc((100% - 2px) / 2);
	transition: ease 0.5s all;
	width: 100%;
}

.hamburger span:nth-child(1) {
	transform: translateY(-6px);
}

.hamburger span:nth-child(3) {
	transform: translateY(6px);
}

/*OPEN時の動き*/

.js-open.header__hamburger {
	margin-left: auto;
}

.js-open .hamburger span {
	transition: ease 0.5s;
}

.js-open .hamburger span:nth-child(1) {
	transform: rotate(30deg);
}

.js-open .hamburger span:nth-child(2) {
	opacity: 0;
}

.js-open .hamburger span:nth-child(3) {
	left: 0;
	right: 0;
	transform: rotate(-30deg);
	width: 100%;
}

.spNav {
	display: none;
}

.spNav.js-open {
	transform: translateX(0%);
}

.spNav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.625rem;
	width: 100%;
}

.spNav__link {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
}

.spNav__link::after {
	background-color: text;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s all;
	width: 100%;
}

.spNav__link span {
	display: block;
	font-family: second-font-family;
	font-size: 0.875rem;
	font-weight: 400;
}

.spNav__logo {
	margin: 5.125rem auto 0;
	width: 20.6875rem;
}

.cross {
	display: block;
	height: 1.25rem;
	position: absolute;
	right: 0.9375rem;
	top: 2.1875rem;
	width: 1.25rem;
}

.cross:before,
.cross:after {
	content: "";
	display: block;
	height: 0.125rem;
	position: absolute;
	right: 0.27rem;
	top: 46%;
	width: 0.9375rem;
}

.cross:before {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}

.is-drawerAccordion .cross::after {
	opacity: 0;
}

.is-drawerAccordion .cross::before {
	transform: rotate(0);
}

.accordion {
	display: none;
	margin-bottom: 1.25rem;
	margin-top: -1.25rem;
	padding: 0;
	position: relative;
	width: 100%;
}

.accordion li {
	margin-left: 0.625rem;
	width: 100%;
}

.accordion li a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 0rem 0.3125rem 0.75rem;
	padding-left: 0.75rem;
}

.headline {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.headline2 {
	border-bottom: 1px solid #E6E6E6;
	color: #0094C6;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-bottom: 1.75rem;
	text-align: center;
}

.hero {
	margin-top: 5.625rem;
	padding-top: 8vw;
	width: 100%;
}

.hero__graphic {
	margin-left: auto;
	margin-right: auto;
	width: 18.75rem;
}

.hero__copy {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16vw;
	text-align: center;
}

.hero__left {
	aspect-ratio: 470/767;
	left: -11.5625rem;
	position: absolute;
	top: 0.9375rem;
	width: 29.375rem;
}

.hero__right {
	aspect-ratio: 400/813;
	position: absolute;
	right: -3.75rem;
	top: 0.625rem;
	width: 25.5rem;
}

.quiz {
	margin-top: 2.1875rem;
	padding-top: 5.3125rem;
}

.quiz__list {
	margin-top: 2.1875rem;
}

.quiz__item:first-child {
	margin-top: 1.6875rem;
}

.quiz__item + .quiz__item {
	margin-top: 2.4375rem;
}

.quiz__area {
	margin-top: 2rem;
}

.quizItem {
	border-top: 1px solid #eee;
	padding-top: 1.25rem;
}

.quizItem__question {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
}

.quizItem__icon {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 500;
	justify-content: center;
	width: 2.25rem;
}

.quizItem__icon--q {
	background-color: #0094C6;
}

.quizItem__icon--a {
	background-color: #070C47;
}

.quizItem__text {
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 500;
	padding: 0rem 1.25rem 0.375rem 0rem;
}

.quizItem__answer {
	align-items: flex-start;
	border-top: solid 1px #E6E6E6;
	display: flex;
	gap: 1.25rem;
	margin-top: 0.4375rem;
	padding-top: 0.625rem;
}

.quizItem__body {
	flex: 1;
}

.quizItem__lead {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.range {
	margin-left: auto;
	margin-right: auto;
	max-width: 1070px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.range2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

._flex {
	display: flex;
}

._columns1_1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns1_2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

._columns2_1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

._columns2_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

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

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

._flex {
	display: flex;
}

._flex_1 {
	display: flex;
}

._flex_remain {
	flex: 1;
}

.nowrap {
	display: inline-block;
	white-space: nowrap;
}

@media (any-hover: hover) {

.header__link:hover span:after {
	opacity: 1;
	transition: 0.3s all;
}

.header__link:hover {
	opacity: 0.7;
	transition: 0.3s;
}

}

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

.drawer__link:hover:after {
	opacity: 1;
	transition: 0.3s all;
}

.spNav__link:hover:after {
	opacity: 1;
	transition: 0.3s all;
}

}

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

.hero__copy {
	margin-top: 13vw;
}

}

@media (max-width: 1020px) {

html {
	font-size: 1.568627451vw;
}

}

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

body {
	letter-spacing: 0.05em;
}

._pc {
	display: none !important;
}

._pc_flex {
	display: none !important;
}

._pc_grid {
	display: none !important;
}

._sp {
	display: block !important;
}

._sp_flex {
	display: flex !important;
}

._sp_grid {
	display: grid !important;
}

html {
	font-size: 4.1025641026vw;
}

.about {
	padding-top: 0rem;
}

.about__consult {
	margin-top: 0.9375rem;
}

.aboutConsult__table {
	margin-top: 1.125rem;
}

.aboutConsult__map {
	margin-top: 0.625rem;
}

.aboutCOnsult__cautionPassage {
	font-size: 0.9375rem;
}

.aboutCOnsult__caution {
	margin-top: 1rem;
}

.aboutConsultTable__th:first-child {
	padding: 0.5rem 0.3125rem 0.5rem 0.9375rem;
}

.aboutConsultTable__th {
	font-size: 0.8125rem;
	padding: 0.75rem 0.3125rem;
}

.aboutConsultTable__th:first-child {
	width: 3.5rem;
}

.aboutConsultTable__time,
.aboutConsultTable__cell {
	font-size: 0.875rem;
	padding: 0.5rem 0.25rem;
}

.aboutConsultTable .aboutConsultTable__time {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	width: 3.125rem;
}

.aboutField {
	display: block;
}

.aboutField__map {
	border-radius: 0rem 0 0.625rem 0.625rem;
	height: 25rem;
}

.aboutField__map iframe {
	border-radius: 0 0 0.625rem 0.625rem;
}

.aboutField__writing {
	padding: 2rem 1.875rem;
}

.aboutField__writingItem + .aboutField__writingItem {
	margin-top: 0.9375rem;
	padding-top: 0.9375rem;
}

.aboutField__writingItemTel {
	margin-top: 0.1875rem;
}

.aboutField__writingItemTime {
	font-size: 0.9375rem;
}

.aboutField__writingItemAddress {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.aboutField__writingItemPassage {
	font-size: 0.9375rem;
}

.back {
	aspect-ratio: 377/632;
	background: url("../images/hero-sp.jpg") top center/contain no-repeat;
	margin-left: 0;
	margin-right: 0;
}

.back1 {
	margin-left: 0;
	margin-right: 0;
}

.back2 {
	border-radius: 0.625rem;
	padding: 1.0625rem 1.875rem 1.875rem;
}

.doctor {
	letter-spacing: 0.05em;
	margin-top: 0rem;
}

.doctor__notice {
	padding-top: 1.5625rem;
}

.doctor__consult1 {
	margin-top: 0.9375rem;
	padding-bottom: 1.25rem;
}

.doctorCharge:nth-child(2) {
	margin-top: 1rem;
}

.doctorCharge + .doctorCharge {
	margin-top: 1.75rem;
}

.doctorCharge__th,
.doctorCharge__time,
.doctorCharge__cell {
	font-size: 0.875rem;
	padding: 0.4375rem 0.3125rem;
}

.doctorCharge__blank,
.doctorCharge__time {
	width: -moz-max-content;
	width: max-content;
}

.doctorNotice {
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	justify-content: space-between;
}

.doctorNotice__content {
	text-align: center;
}

.doctorNotice__title {
	font-size: 1.25rem;
}

.doctorNotice__text {
	font-size: 0.9375rem;
}

.doctorNotice__graphic {
	max-width: 30rem;
}

.doctorNotice__graphic img {
	aspect-ratio: 295/172;
}

.doctorProfile__section {
	margin-top: 1.6875rem;
}

.doctorProfile__text {
	margin-top: 0.375rem;
}

.doctorProfile__career-col:last-child {
	border-left: none;
	margin-left: 0rem;
	padding-left: 0rem;
}

.doctorProfile__message {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
}

.doctorProfile__label {
	font-size: 1.125rem;
}

.doctorProfile__text,
.doctorProfile__year,
.doctorProfile__desc {
	font-size: 0.9375rem;
}

.drawer__item {
	position: relative;
	width: 100%;
}

.drawer__link {
	margin-top: 1.25rem;
}

.drawer__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

footer {
	margin-left: auto;
	margin-left: 0;
	margin-right: auto;
	margin-right: 0;
	max-width: 39.375rem;
	padding-top: 3.75rem;
}

.footer__inner {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.footer__graphic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 16.5625rem;
}

.footer__wrap {
	flex-direction: column;
}

.footer__right {
	margin-top: 2.5rem;
	width: 100%;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
}

.footer__sns {
	margin-left: auto;
	margin-right: auto;
}

.footer__tel {
	font-size: 1.625rem;
	line-height: 1;
}

.footer__nav {
	gap: 0;
}

.footer__list {
	padding-left: 1.375rem;
}

.footer__copyright {
	margin-top: 3rem;
}

.guide {
	margin-top: 0rem;
}

.guide__sick {
	margin-top: 1.5625rem;
}

.guide__area {
	padding-top: 0.75rem;
}

.guide__treat {
	margin-top: 0.9375rem;
}

.guide__matter {
	padding-top: 1.875rem;
}

.guideMatter__passage {
	font-size: 1.25rem;
}

.guideMatter__press {
	margin-top: 1rem;
}

.guideMatter__pressBox {
	margin-left: 1.0625rem;
}

.guideSick {
	align-items: center;
	flex-direction: column;
	gap: 1.6875rem;
	justify-content: space-between;
}

.guideSick__text {
	font-size: 0.9375rem;
}

.guideSick__graphic {
	max-width: 30rem;
	width: 100%;
}

.guideSick__graphic img {
	aspect-ratio: 295/144;
}

.guideTreat__features {
	flex-direction: column;
	gap: 1.6875rem;
	justify-content: space-between;
	margin-bottom: 1.75rem;
	padding-bottom: 0rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 0.75rem;
}

.guideTreat__graphic {
	margin-bottom: 0.625rem;
}

.guideTreat__title {
	font-size: 1.25rem;
}

.guideTreat__text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
	text-align: center;
}

.guideTreat__notices {
	gap: 0.875rem;
}

.guideTreat__heading {
	font-size: 1.125rem;
}

.guideTreat__desc {
	font-size: 0.9375rem;
}

.header {
	padding: 0.625rem;
}

.header__inner {
	padding-left: 0.625rem;
	padding-right: 0;
}

.header__logo {
	max-width: 11.875rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	align-items: center;
	display: block;
	display: flex;
	height: 2.8125rem;
	justify-content: center;
	margin-left: auto;
	position: relative;
	width: 2.8125rem;
	z-index: 2;
}

.spNav {
	-webkit-overflow-scrolling: touch;
	background: white;
	background-color: #070C47;
	display: block;
	height: 101vh;
	left: 0;
	overflow-y: scroll;
	padding: 1.25rem 1.25rem 6.875rem;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: ease 0.5s;
	transition: transform 0.3s ease-out;
	width: 100%;
	z-index: 5;
}

.spNav__item {
	border-bottom: 1px solid #000;
	position: relative;
	width: 100%;
}

.spNav__link {
	padding: 1.875rem 0;
	text-align: left;
}

.spNav__logo {
	margin: 2.5rem auto 0;
	width: 210px;
}

.headline {
	font-size: 1.625rem;
}

.headline2 {
	padding-bottom: 0.4375rem;
}

.hero {
	padding-top: 5rem;
}

.hero__graphic {
	width: 11.75rem;
}

.hero__copy {
	font-size: 1.125rem;
	margin-top: 6.875rem;
}

.hero__left {
	left: -9.375rem;
	top: 7.5rem;
	width: 14.75rem;
}

.hero__right {
	right: -7.5rem;
	top: 6.25rem;
	width: 12.8125rem;
}

.quiz {
	margin-top: 0rem;
}

.quiz__list {
	margin-top: 0.9375rem;
	padding-top: 1.8125rem;
}

.quiz__item:first-child {
	margin-top: 0rem;
}

.quiz__item + .quiz__item {
	margin-top: 1.5rem;
}

.quizItem__question {
	gap: 0.625rem;
}

.quizItem__icon {
	font-size: 0.9375rem;
	width: 1.875rem;
}

.quizItem__text {
	font-size: 1.25rem;
	padding: 0rem 0.75rem 0.375rem 0rem;
}

.quizItem__answer {
	gap: 0.625rem;
}

.quizItem__lead {
	font-size: 0.9375rem;
}

.range {
	padding-left: 10px;
	padding-right: 10px;
}

.range2 {
	padding-left: 10px;
	padding-right: 10px;
}

._columns1_1 {
	grid-template-columns: repeat(1, 1fr);
}

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

._columns2_1 {
	grid-template-columns: repeat(1, 1fr);
}

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

._columns3_1 {
	grid-template-columns: repeat(1, 1fr);
}

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

._flex_1 {
	flex-direction: column;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes UpAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

from {
	opacity: 0;
	transform: translateY(-100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


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