body {
	font-family: "Noto Sans JP", serif;
	-webkit-font-smoothing: antialiased;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

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

/* 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;
	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=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;
}

.layout-partner {
	margin-top: 5.1875rem;
}

.layout-slider {
	margin-top: 1.5rem;
	overflow: hidden;
}

.layout-sliderContainer {
	margin-bottom: 0.9375rem;
	margin-top: 2.0625rem;
}

.cta-container__ornament {
	margin-left: auto;
	margin-right: auto;
	max-width: 30.75rem;
}

.cta-container__ornament img {
	-o-object-fit: contain;
	aspect-ratio: 492/155;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.cta-container__button {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.0625rem;
}

.cta-container__button a img {
	-o-object-fit: contain;
	aspect-ratio: 593/120;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.domain-item {
	background-color: #F1F8FC;
	padding-bottom: 1rem;
	padding-left: 1.8125rem;
	padding-right: 1.625rem;
	padding-top: 1.375rem;
}

.domain-item__title {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.domain-item__detail {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.625;
	margin-top: 0.5rem;
}

.domain-item__detail.domain-item__detail--small {
	font-size: 0.875rem;
	line-height: 1.8571428571;
}

.domain-item__detail.domain-item__detail--small2 {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.domain-item__detail.domain-item__detail--small3 {
	font-size: 0.8125rem;
	line-height: 1.9230769231;
}

.domain-item__detail.domain-item__detail--small3 span {
	font-size: 0.6875rem;
	line-height: 2.3636363636;
}

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

.mr-contact {
	background-color: #F1F8FC;
	overflow-x: clip;
	padding-bottom: 6.25rem;
	padding-top: 4.875rem;
	position: relative;
}

.mr-contact::before {
	aspect-ratio: 1760/329;
	background: url(../images/common/omakase.png) no-repeat center center/contain;
	bottom: -1.625rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 104%;
}

.mr-contact__inner {
	max-width: 65.625rem;
	position: relative;
}

.mr-contact__title {
	padding-left: 15rem;
}

.mr-contact__title .section-title__sub {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 0.6875rem;
}

.mr-contact__title .section-title__ja {
	margin-top: 0;
}

.mr-contact__form {
	background-color: #fff;
	margin-top: 3.25rem;
	padding-bottom: 4.3125rem;
	padding-left: 4.5625rem;
	padding-right: 5.3125rem;
	padding-top: 4.0625rem;
}

.mr-contact__row {
	grid-column-gap: 5rem;
	-moz-column-gap: 5rem;
	align-items: center;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: 14.4375rem 1fr;
	padding-bottom: 1.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.875rem;
	padding-top: 1.5rem;
}

.mr-contact__row.mr-contact__row--aifs {
	align-items: flex-start;
}

.mr-contact__row.mr-contact__row--aifs .mr-contact__head {
	padding-top: 0.1875rem;
}

.mr-contact__row + .mr-contact__row {
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.mr-contact__head {
	color: #272B30;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	position: relative;
}

.mr-contact__head span.--must {
	display: inline-block;
	position: relative;
}

.mr-contact__head span.--must::after {
	background: #CD0000;
	border-radius: 0.1875rem;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: 0.875rem;
	left: calc(100% + 0.5rem);
	line-height: normal;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	position: absolute;
	top: calc(50% + 0.0625rem);
	translate: 0 -50%;
	white-space: nowrap;
}

.mr-contact__head span.--must-column::after {
	left: 0;
	top: calc(100% + 1rem);
}

.mr-contact__head span.--must-column-sp::after {
	display: none;
}

.mr-contact__head span.--must-optional::after {
	background: #4669db;
	content: "任意";
}

.mr-contact__data input,
.mr-contact__data textarea {
	background-color: #f7f7f7;
	border: 0.0625rem solid #e1e1e1;
	border-radius: 0.25rem;
	padding: 0.875rem 1.3125rem;
	width: 100%;
}

.mr-contact__data input[type=checkbox] {
	border: none;
	height: 0;
	padding: 0;
	visibility: hidden;
	width: 0;
}

.mr-contact__data input::-moz-placeholder,
.mr-contact__data textarea::-moz-placeholder {
	color: #D9D9D9;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.mr-contact__data input::placeholder,
.mr-contact__data textarea::placeholder {
	color: #D9D9D9;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.mr-contact__data textarea {
	height: 9.25rem;
}

.mr-contact__data-checkbox {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.3125rem;
}

.mr-contact__data-checkbox input + span {
	color: #272B30;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	padding-left: 1.375rem;
	position: relative;
	translate: -0.625rem 0;
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.mr-contact__data-checkbox span {
	position: relative;
}

.mr-contact__data-checkbox span::before {
	border: 0.0625rem solid #7f7f7f;
	content: "";
	height: clamp(1rem, -0.202rem + 5.13vw, 1.125rem);
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: clamp(1rem, -0.202rem + 5.13vw, 1.125rem);
}

.mr-contact__data-checkbox span::after {
	border-bottom: 0.125rem solid #1C8ED2;
	border-right: 0.125rem solid #1C8ED2;
	content: "";
	height: 0.75rem;
	left: 0.375rem;
	opacity: 0;
	position: absolute;
	rotate: 45deg;
	top: 0.4375rem;
	width: 0.375rem;
}

.mr-contact__select-wrap select {
	background-image: url(../images/common/arrow_select.png);
	background-position: right 0.875rem top 1.4375rem;
	background-repeat: no-repeat;
	background-size: 0.8125rem 0.4375rem;
	border: 0.0625rem solid #e1e1e1;
	border-radius: 0.25rem;
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	padding: 0.75rem 1.3125rem;
	width: 100%;
}

.mr-contact__submit {
	margin-top: 2.125rem;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
.mr-contact__submit {
	margin-top: 0.325rem;
}
}


.mr-contact__submit-wrap {
	display: inline-block;
	position: relative;
}

.mr-contact__submit-wrap::before {
	aspect-ratio: 5/10;
	background: url(../images/common/arrow_button.png) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 1.375rem;
	top: 53%;
	transform: translateY(-50%);
	transition: 0.5s;
	width: 0.625rem;
	z-index: 1;
}

.mr-contact__submit input {
	background-color: #ec7174;
	border-radius: calc(infinity * 1px);
	box-shadow: 0 0.25rem 0 #c3686a;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	padding-bottom: 1.4375rem;
	padding-left: 6.875rem;
	padding-right: 6.875rem;
	padding-top: 1.6875rem;
	position: relative;
	text-align: center;
	transition: all 0.5s;
}

input::-webkit-contacts-auto-fill-button {
	height: 0;
	width: 0;
}

.error {
	color: #ff0000;
	font-family: "Zen Kaku Gothic New", serif;
}

.mr-contact__input-note {
	color: #272B30;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

.mr-enquete {
	overflow: clip;
	padding-top: 6rem;
	position: relative;
}

.mr-enquete::before {
	aspect-ratio: 1734/403;
	background: url(../images/common/dental.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -2.4375rem;
	transform: translateX(-50%);
	width: 103%;
}

.mr-enquete__inner.inner {
	max-width: 69.375rem;
	position: relative;
}

.mr-enquete__title {
	padding-left: 9.0625rem;
}

.mr-enquete__title .section-title__en {
	padding-left: 0;
}

.mr-enquete__title .section-title__sub {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 1rem;
}

.mr-enquete__title .section-title__ja {
	font-size: 4.8125rem;
	letter-spacing: 0.01em;
	margin-top: 0rem;
}

.mr-enquete__results {
	display: flex;
	gap: 2.4375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.1875rem;
	max-width: 62.9375rem;
}

.mr-enquete__result img {
	-o-object-fit: cover;
	aspect-ratio: 484/650;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mr-enquete__voice-title {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 2.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.mr-enquete__voice-title.mr-enquete__voice-title--skew {
	transform: skewX(-5deg);
}

.mr-enquete__voice-title span {
	background-color: #1C8ED2;
	border-radius: 0.21875rem;
	color: #fff;
	display: inline-block;
	margin-left: 1.0625rem;
	margin-right: 0.625rem;
	padding-bottom: 0.1875rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.1875rem;
	transform: skewX(5deg);
}

.mr-enquete__voice-title:first-of-type {
	margin-top: 5.75rem;
}

.mr-enquete__voice-title:last-of-type {
	margin-top: 1.125rem;
}

.mr-enquete__voice-list {
	grid-gap: 0.6875rem;
	display: grid;
	gap: 0.6875rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	margin-top: 2.75rem;
	position: relative;
}

.mr-enquete__voice-list::before {
	aspect-ratio: 336/145;
	background: url(../images/common/good_support.png) no-repeat center center/contain;
	content: "";
	left: -10.625rem;
	position: absolute;
	top: -6.3125rem;
	width: 21rem;
	z-index: 10;
}

.mr-enquete__voice-item {
	position: relative;
}

.mr-enquete__voice-item img {
	-o-object-fit: contain;
	aspect-ratio: 524/188;
	border: 0.0625rem solid #d5cfcf;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mr-enquete__button {
	background-color: #D9D9D9;
	border-radius: calc(infinity * 1px);
	bottom: 1.125rem;
	color: #000000;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 8.4375rem;
	padding-bottom: 0.75rem;
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
	padding-top: 0.625rem;
	position: absolute;
	right: 0.8125rem;
	text-align: left;
	width: 100%;
}

.mr-enquete__button::before {
	color: #000000;
	content: "＋";
	font-family: "Noto Sans JP", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	right: 0.625rem;
	top: calc(50% - 0.0625rem);
	transform: translateY(-50%);
}

button {
	background: none;
}

:where(dialog) {
	background-color: transparent;
	background-color: initial;
	border: medium none currentColor;
	border: initial;
	color: inherit;
	max-width: none;
	max-width: initial;
	overflow: visible;
	overflow: initial;
	padding: 0;
	padding: initial;
	width: auto;
	width: initial;
}

body:has(dialog[open]) {
	overflow: hidden;
}

dialog::backdrop {
	opacity: 0;
	transition: background 0.3s ease-in-out;
}

dialog.js-show.modal__content {
	opacity: 1;
}

dialog.js-show::backdrop {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px); /* 背景画像 */
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
}

.modal__content {
	background: #fff;
	max-height: 80vh;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.3s ease-in-out; /* モーダル枠組みのスタイル */
	width: -moz-fit-content;
	width: fit-content;
}

.modal__inner {
	-ms-overflow-style: none;
	height: inherit;
	max-height: inherit;
	overflow-y: scroll;
	position: relative;
	scrollbar-width: none;
}

.modal__inner::-webkit-scrollbar {
	display: none;
}

.modal__body {
	height: -moz-fit-content;
	height: fit-content;
	padding: 1.25rem;
}

.modal__img {
	width: 62.5rem;
}

.modal__img img {
	-o-object-fit: contain;
	aspect-ratio: 524/188;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.modal__close-btn {
	font-size: 1.875rem;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	z-index: 2;
}

.mr-faq {
	overflow-x: clip;
	padding-bottom: 5.4375rem;
	padding-top: 4.6875rem;
	position: relative;
}

.mr-faq::before {
	aspect-ratio: 1734/403;
	background: url(../images/common/dental.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -6.25rem;
	transform: translateX(-50%);
	width: 103%;
}

.mr-faq__inner.inner {
	max-width: 54.0625rem;
	position: relative;
}

.mr-faq__title .section-title__en {
	margin-left: 0.6rem;
}

.mr-faq__title .section-title__sub {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 0.75rem;
	margin-left: 0.6rem;
	margin-bottom: 0.2rem;
}

.mr-faq__title .section-title__ja {
	margin-top: 0rem;
	/* margin-left: -0.6rem; */
}

.mr-faq__items {
	margin-top: 2rem;
}

.mr-faq__item {
	border-bottom: 0.0625rem solid #e0e0e0;
}

.mr-faq__summary {
	display: block;
}

.mr-faq__summary::-webkit-details-marker {
	display: none;
}

.mr-faq__question {
	padding-bottom: 1.625rem;
	padding-left: 1.125rem;
	padding-right: 3.75rem;
	padding-top: 1.625rem;
	position: relative;
}

.mr-faq__question::before,
.mr-faq__question::after {
	background-color: #272B30;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.mr-faq__question::before {
	height: 0.1875rem;
	right: 1.9375rem;
	width: 1.5rem;
}

.mr-faq__question::after {
	height: 1.5rem;
	right: 2.59375rem;
	transition: rotate 0.3s;
	width: 0.1875rem;
}

details[open] .mr-faq__question::after {
	rotate: 90deg;
}

.mr-faq__question-text {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mr-faq__answer {
	padding-bottom: 2.5rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.mr-faq__answer-text {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.mr-faq__answer-item + .mr-faq__answer-item {
	margin-top: 1.875rem;
}

.mr-faq__answer-item-title,
.mr-faq__answer-item-text {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	letter-spacing: 0.08em;
	line-height: 1.6666666667;
}

.mr-faq__answer-item-title {
	font-weight: 700;
}

.mr-faq__answer-item-text {
	font-weight: 400;
}

.mr-flow {
	background: linear-gradient(90deg, #23AEED 0%, #0099DE 100%);
	overflow-x: clip;
	padding-bottom: 3.9375rem;
	padding-top: 5.0625rem;
	position: relative;
}

.mr-flow::before {
	aspect-ratio: 1730/332;
	background: url(../images/common/jimucho.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -1.75rem;
	transform: translateX(-50%);
	width: 102%;
}

.mr-flow__inner.inner {
	max-width: 54.375rem;
	position: relative;
}

.mr-flow__title .section-title__sub {
	color: #fff;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 0.75rem;
}

.mr-flow__title .section-title__ja.section-title__ja--white {
	margin-top: 0rem;
}

.mr-flow__items {
	margin-top: 3.25rem;
}

.mr-flow__item {
	border-left: 0.1875rem solid #fff;
	display: flex;
	justify-content: space-between;
}

.mr-flow__item + .mr-flow__item {
	margin-top: 1.875rem;
}

.mr-flow__item-body {
	padding-left: 2.8125rem;
	padding-top: 0.625rem;
	width: 70.1219512195%;
}

.mr-flow__step {
	color: #F8D078;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.mr-flow__item-title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0.4375rem;
}

.mr-flow__text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 0.875rem;
}

.mr-flow__item-img {
	width: 21.5853658537%;
}

.mr-flow__item-img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.mr-flow__button-container {
	margin-top: 2.8125rem;
}

.mr-footer {
	background-color: #fff;
	padding-bottom: 5.25rem;
	padding-top: 1.75rem;
}

.mr-footer.mr-footer--thanks {
	padding-bottom: 2.3125rem;
	position: relative;
}

.mr-footer.mr-footer--thanks::before {
	aspect-ratio: 1734/403;
	background: url(../images/common/dental.png) no-repeat center center/contain;
	bottom: -2.5rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 103.2142857143%;
}

.mr-footer__copyright {
	color: #474747;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

.mr-fv-slider__slick {
	pointer-events: none;
}

.mr-fv-slider__slick + .mr-fv-slider__slick {
	margin-top: -0.25rem;
}

.mr-fv-slider-slick__img {
	margin-bottom: 0.9375rem;
	margin-top: 0.9375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.mr-fv-slider-slick__img img {
	-o-object-fit: contain;
	aspect-ratio: 340/152;
	border-radius: 0.625rem;
	box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mr-fv__img {
	position: relative;
}

.mr-fv__img img {
	-o-object-fit: contain;
	-o-object-position: top;
	height: auto;
	object-fit: contain;
	object-position: top;
	width: 100%;
}

.mr-fv__cta {
	aspect-ratio: 473/96;
	bottom: 6.3157894737%;
	left: 13.6904761905%;
	position: absolute;
	width: 28.1547619048%;
}

.fixed-footer-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1C8ED2;
    color: white;
    text-align: center;
    padding: 18px 0;
	font-family: "Noto Sans JP", serif;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .fixed-footer-button {
        display: none;
    }
}


.mr-header {
	background-color: transparent;
	height: 4rem;
	position: relative;
	z-index: 10;
}

.mr-header::before {
	aspect-ratio: 234/349;
	background: url(../images/common/mv_ornament_pc.png) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: -0.125rem;
	width: 13.92vw;
}

.mr-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
}

.mr-header__logo {
	margin-left: 14.1666666667%;
	max-width: 10.125rem;
}

.mr-header__logo img {
	height: 100%;
	width: 100%;
}

.mr-jimucho {
	overflow-x: clip;
	padding-bottom: 4.5rem;
	padding-top: 5.375rem;
	position: relative;
}

.mr-jimucho::before {
	aspect-ratio: 1734/403;
	background: url(../images/common/dental.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -1.875rem;
	transform: translateX(-50%);
	width: 103%;
	z-index: -1;
}

.mr-jimucho__title .section-title__sub {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 0.75rem;
}

.mr-jimucho__title .section-title__ja {
	line-height: 1.3;
	margin-top: -0.625rem;
}

.mr-jimucho__text {
	color: #1C8ED2;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.9;
	margin-top: 0.3125rem;
	margin-left: 4rem;
}

.mr-jimucho__inner.inner {
	max-width: 74.6875rem;
}

.mr-jimucho__cards {
	grid-column-gap: 4.0625rem;
	-moz-column-gap: 4.0625rem;
	grid-row-gap: 5rem;
	column-gap: 4.0625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.625rem;
	row-gap: 5rem;
}

.mr-jimucho__cards::-webkit-scrollbar {
	display: none;
}

.mr-jimucho__card:nth-child(2),
.mr-jimucho__card:nth-child(5) {
	margin-top: -3.125rem;
}

.mr-jimucho__card:nth-child(3),
.mr-jimucho__card:nth-child(6) {
	margin-top: -6.25rem;
}

.mr-jimucho__card-img {
	position: relative;
}

.mr-jimucho__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 338/284;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mr-jimucho__name-container {
	background-color: #272B30;
	bottom: 0;
	padding-bottom: 0.4375rem;
	padding-left: 0.875rem;
	padding-right: 1rem;
	padding-top: 0.4375rem;
	position: absolute;
	right: 0;
}

.mr-jimucho__name {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.mr-jimucho__name-en {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin-right: 0.5rem;
}

.mr-jimucho__title {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 1rem;
}
.mr-jimucho__title.section-title {
	margin-left: 4rem;
}
@media screen and (max-width: 767.98px) {
.mr-jimucho__title.section-title {
	margin-left: 0rem;
}
}


.mr-jimucho__card-text {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: 0.6875rem;
}

.mr-logo-sliderContainer {
	overflow-x: clip;
}

.mr-logo-container__slider .slick-track {
	align-items: center;
	display: flex;
}

.mr-logo-container__slider-items {
	align-items: center;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.mr-logo-container__slider-item {
	width: 12.5rem;
}

.mr-partner {
	overflow-x: clip;
	padding-bottom: 4.9375rem;
	position: relative;
}

.mr-partner::before {
	aspect-ratio: 1734/403;
	background: url(../images/common/dental.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -16.875rem;
	transform: translateX(-50%);
	width: 103%;
	z-index: -1;
}

.mr-partner__container {
	padding-bottom: 8.4375rem;
	padding-left: 4.75rem;
	position: relative;
}

.mr-partner__title.section-title {
	margin-top: 0.375rem;
}

.mr-partner__title.section-title .section-title__en {
	padding-left: 0.4375rem;
}

.mr-partner__text {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.9;
	margin-top: 0.8125rem;
	transform: skewX(-3deg);
}

.mr-partner__price {
	border-bottom: 0.25rem solid #1C8ED2;
	color: #1C8ED2;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 2.1875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0.275rem;
}

.mr-partner__price {
	position:relative;
}

.mr-partner__price:after {
	content:'';
	display:block;
	width:100px;
	height:100px;
	background-image:url(../images/common/syokihiyouhuyou.png);
	background-size:100% 100%;
	position:absolute;
	right:0;
	top:50%;
	transform: translate(100%, -50%);
}

@media screen and (max-width: 960px) {
	.mr-partner__price:after {
		content:'';
		display:block;
		width:60px;
		height:60px;
		background-image:url(../images/common/syokihiyouhuyou.png);
		background-size:100% 100%;
		position:absolute;
		right:0;
		top:50%;
		transform: translate(100%, -50%);
	}

}



.mr-partner__price span {
	display: inline-block;
	font-size: 3.25rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	transform: translateY(0.1875rem);
}

.mr-partner__img {
	bottom: 0;
	position: absolute;
	right: -3.75rem;
	width: 40.8125rem;
}

.mr-partner__img img {
	-o-object-fit: contain;
	aspect-ratio: 653/423;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mr-partner__content {
	background-color: #F1F8FC;
	border-radius: 1.875rem;
	margin-top: 1.25rem;
	padding-bottom: 3.3125rem;
	padding-left: 6.0625rem;
	padding-right: 6.0625rem;
	padding-top: 2.9375rem;
	position: relative;
}

.mr-partner__content::before {
	aspect-ratio: 336/145;
	background: url(../images/common/good_support.png) no-repeat center center/contain;
	content: "";
	left: -3rem;
	position: absolute;
	top: -3.5rem;
	width: 21rem;
}

.mr-partner__content-heading {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 2.3125rem;
	font-weight: 900;
	text-align: center;
	transform: skewX(-5deg);
}

.mr-partner__content-heading span {
	background-color: #1C8ED2;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-right: 0.375rem;
	padding-left: 0.625rem;
	padding-right: 0.6875rem;
	transform: skewX(5deg);
}

.mr-partner__content-heading + .mr-partner__content-heading {
	margin-top: 1.1875rem;
}

.mr-partner__content-img {
	margin-top: 1.625rem;
}

.mr-partner__content-img img {
	-o-object-fit: contain;
	aspect-ratio: 1004/399;
	border-radius: 1.25rem;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mr-partner__content-text {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.9;
	margin-top: 2.5rem;
	text-align: center;
}

.mr-partner__content-text span {
	-webkit-box-decoration-break: clone;
	background: linear-gradient(180deg, transparent 0%, transparent 55%, #FFD600 55%, #FFD600 90%, transparent 90%, transparent 100%);
	box-decoration-break: clone;
	display: inline-block;
}

.mr-partner__result {
	border: 0.125rem solid #1C8ED2;
	display: flex;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 50.3125rem;
	padding-bottom: 2.125rem;
	padding-left: 3.25rem;
	padding-right: 4.4375rem;
	padding-top: 2rem;
}

.mr-partner__result-heading {
	align-items: center;
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.mr-partner__result-heading-text {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

.mr-partner__result-items {
	width: -moz-fit-content;
	width: fit-content;
}

.mr-partner__result-item {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.9;
	padding-left: 2.4375rem;
	position: relative;
}

.mr-partner__result-item::before {
	aspect-ratio: 1;
	background: url(../images/common/check.png) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.mr-partner__result-item + .mr-partner__result-item {
	margin-top: 0.5625rem;
}

.mr-plan {
	overflow-x: clip;
	padding-bottom: 6.875rem;
	padding-top: 5.3125rem;
	position: relative;
}

.mr-plan::before {
	aspect-ratio: 1734/403;
	background: url(../images/common/dental.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -3.5rem;
	transform: translateX(-50%);
	width: 102%;
}

.mr-plan__inner.inner {
	max-width: 74.5625rem;
}

.mr-plan__title {
	padding-left: 6.25rem;
}

.mr-plan__title .section-title__sub {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 0.75rem;
}

.mr-plan__title .section-title__ja {
	margin-top: -1.625rem;
}

.mr-plan__title .section-title__ja .section-title__large-number {
	display: inline-block;
	transform: translateY(0.25rem);
}

.mr-plan__items {
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	grid-row-gap: 0.875rem;
	column-gap: 1.3125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.375rem;
	max-width: 65.875rem;
	row-gap: 0.875rem;
}

.mr-plan__item {
	border: 0.15rem solid #0199DE;
	border-radius: 0.375rem;
	color: #0199DE;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 1.25rem;
	padding-left: 1.3125rem;
	padding-top: 1.1875rem;
	position: relative;
}

.mr-plan__item.mr-plan__item--no1::before {
	aspect-ratio: 1;
	background: url(../images/common/no-1.png) no-repeat center center/contain;
	content: "";
	left: -2.5rem;
	position: absolute;
	top: -2.5rem;
	width: 4.5625rem;
}

.mr-plan__item.mr-plan__item--no2::before {
	aspect-ratio: 1;
	background: url(../images/common/no-2.png) no-repeat center center/contain;
	content: "";
	left: -2rem;
	position: absolute;
	top: -1.875rem;
	width: 3.9375rem;
}

.mr-plan__item.mr-plan__item--no3::before {
	aspect-ratio: 1;
	background: url(../images/common/no-3.png) no-repeat center center/contain;
	content: "";
	left: -2.25rem;
	position: absolute;
	top: -1.875rem;
	width: 3.9375rem;
}

.mr-plan__domains-container {
	margin-top: 4.8125rem;
}

.mr-plan__domains-title {
	border-bottom: 0.1875rem solid #1C8ED2;
	color: #1C8ED2;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 2.0625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-left: 6.5625rem;
}

.mr-plan__domains-text {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.9;
	margin-left: 6.5625rem;
	margin-top: 1.5rem;
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	 /* 38.475px */
	letter-spacing: 3.037px;
}

.mr-plan__domains {
	grid-column-gap: 1.625rem;
	-moz-column-gap: 1.625rem;
	grid-row-gap: 1.5625rem;
	column-gap: 1.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.4375rem;
	row-gap: 1.5625rem;
}

.mr-plan__button-wrapper {
	margin-top: 2.125rem;
	text-align: center;
}

.mr-plan__button {
	border: 0.09375rem solid #1C8ED2;
	border-radius: calc(infinity * 1px);
	color: #1C8ED2;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.9;
	padding-bottom: 0.5625rem;
	padding-left: 1.75rem;
	padding-right: 2.75rem;
	padding-top: 0.5rem;
	position: relative;
}

.mr-plan__button::before {
	background-color: #1C8ED2;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.mr-plan__button::after {
	background-color: #1C8ED2;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: 1.78125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.125rem;
}

.modal__domains {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.4375rem;
	max-width: 75rem;
}

.mr-problem {
	background: linear-gradient(90deg, #23AEED 0%, #0099DE 100%);
	background-color: #23AEED;
	overflow-x: clip;
	padding-top: 5rem;
	position: relative;
}

.mr-problem::before {
	aspect-ratio: 1730/332;
	background: url(../images/common/jimucho.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -3.25rem;
	transform: translateX(-50%);
	width: 103%;
}

.mr-problem__inner.inner {
	max-width: 61.875rem;
	padding-bottom: 7.3125rem;
	position: relative;
}

.mr-problem__inner.inner::before {
	aspect-ratio: 194/255;
	background: url(../images/common/problem_img.png) no-repeat center center/contain;
	bottom: -1.25rem;
	content: "";
	position: absolute;
	right: -8.25rem;
	width: 12.125rem;
}

.mr-problem__title .section-title__sub {
	background-color: #fff;
	color: #0199DE;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-left: 0.625rem;
	margin-top: 0.9375rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.625rem;
	padding-right: 0.6875rem;
	padding-top: 0.25rem;
}

.mr-problem__title .section-title__en {
	padding-left: 0.625rem;
}

.mr-problem__items {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 3.4375rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.75rem;
	max-width: 52.625rem;
	row-gap: 3.4375rem;
}

.mr-problem__item {
	border-bottom: 0.125rem solid #fff;
	padding-bottom: 0.875rem;
}

.mr-problem__item img {
	margin-left: auto;
	margin-right: auto;
	max-width: 4.75rem;
}

.mr-problem__img img {
	-o-object-fit: contain;
	aspect-ratio: 76/55;
	height: auto;
	max-width: 4.75rem;
	object-fit: contain;
	width: 100%;
}

.mr-problem__sub-text {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	margin-top: 0.6875rem;
	text-align: center;
}

.mr-problem__main-text {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-align: center;
}

.mr-problem__main-text.mr-problem__main-text--small {
	font-size: 1.3125rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.mr-strength {
	background: linear-gradient(90deg, #23AEED 0%, #0099DE 100%);
	overflow-x: clip;
	padding-bottom: 7.0625rem;
	padding-top: 5.25rem;
	position: relative;
}

.mr-strength::before {
	aspect-ratio: 1730/332;
	background: url(../images/common/jimucho.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -2.625rem;
	transform: translateX(-50%);
	width: 102%;
}

.mr-strength__inner.inner {
	max-width: 67.625rem;
}

.mr-strength__title .section-title__ja:last-child {
	margin-top: -1.35rem;
}

.mr-strength__items {
	margin-top: 6.625rem;
}

.mr-strength__item {
	display: flex;
	gap: 4.8125rem;
}

.mr-strength__item + .mr-strength__item {
	margin-top: 7rem;
}

.mr-strength__problem-container {
	width: 31.3953488372%;
}

.mr-strength__problem {
	background-color: #fff;
	border-radius: 1.25rem;
	padding-bottom: 2rem;
	padding-left: 2.3125rem;
	padding-top: 2rem;
	position: relative;
}

.mr-strength__problem::before {
	aspect-ratio: 27/42;
	background: url(../images/common/problem_ornament.png) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 1.6875rem;
	top: -0.5rem;
	width: 1.6875rem;
}

.mr-strength__problem-subText {
	color: #272B30;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.375rem;
	font-weight: 700;
	left: 0.875rem;
	letter-spacing: 0.08em;
	position: absolute;
	top: -2.9375rem;
}

.mr-strength__problem-text {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.4375rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.mr-strength__problem-text span {
	color: #272B30;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding-bottom: 0.3125rem;
}

.mr-strength__body {
	position: relative;
	width: 60.7558139535%;
}

.mr-strength__body::before {
	aspect-ratio: 260/498;
	content: "";
	position: absolute;
	right: -6rem;
	top: -1.675rem;
	width: 16.25rem;
}

.mr-strength__item:first-child .mr-strength__body::before {
	background: url(../images/common/strength01.png) no-repeat center center/contain;
}

.mr-strength__item:nth-child(2) .mr-strength__body::before {
	background: url(../images/common/strength02.png) no-repeat center center/contain;
}

.mr-strength__item:last-child .mr-strength__body::before {
	background: url(../images/common/strength03.png) no-repeat center center/contain;
}

.mr-strength__phrase {
	background-color: #272B30;
	color: #EEB740;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 3.8125rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	padding-left: 0.75rem;
}

.mr-strength__item:last-child .mr-strength__phrase {
	font-size: 2.6875rem;
	padding-bottom: 1.0625rem;
	padding-right: 1.25rem;
	padding-top: 0.5625rem;
}

.mr-strength__item-title {
	border-bottom: 0.25rem solid #272B30;
	color: #272B30;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 2.75rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-top: 2rem;
	padding-bottom: 1.25rem;
}

.mr-strength__item:nth-child(2) .mr-strength__item-title {
	font-size: 2.625rem;
}

.mr-strength__item:last-child .mr-strength__item-title {
	font-size: 2.5rem;
}

.mr-strength__item-title span {
	color: #272B30;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.6875rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.mr-strength__text {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.1875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.7;
	margin-top: 2.0625rem;
}

.mr-strength__item:first-child .mr-strength__text,
.mr-strength__item:nth-child(2) .mr-strength__text {
	max-width: 29.0625rem;
}

.mr-strength__item:last-child .mr-strength__text {
	max-width: 31.1875rem;
}

.mr-strength__note {
	background-color: #fff;
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 2.0625rem;
	max-width: 36.25rem;
	padding-bottom: 1.75rem;
	padding-left: 4.5rem;
	padding-right: 3.125rem;
	padding-top: 1.625rem;
	position: relative;
}

.mr-strength__note::before {
	aspect-ratio: 32/34;
	background: url(../images/common/exclamation.png) no-repeat center center/contain;
	content: "";
	left: 1.5rem;
	position: absolute;
	top: calc(50% - 0.125rem);
	transform: translateY(-50%);
	width: 2rem;
}

.mr-strength__item:last-child .mr-strength__note {
	margin-top: 3.5625rem;
}

.mr-support {
	overflow: hidden;
	padding-bottom: 0.9375rem;
	padding-top: 4.625rem;
	position: relative;
}

.mr-support::before {
	aspect-ratio: 1734/403;
	background: url(../images/common/dental.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -3.125rem;
	transform: translateX(-50%);
	width: 102%;
}

.mr-support__inner.inner {
	max-width: 67.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.mr-support__title .section-title__large {
	color: #1C8ED2;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 6.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	transform: skewX(-5deg);
}

.mr-support__items {
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 62.5rem;
}

.mr-support__item {
	background-color: #F1F8FC;
	border-radius: 1.875rem;
	padding-bottom: 3.5rem;
	padding-left: 5.125rem;
	padding-right: 5.0625rem;
	padding-top: 3.625rem;
	position: relative;
}

.mr-support__item::before {
	aspect-ratio: 303/195;
	content: "";
	position: absolute;
}

.mr-support__item:first-child::before {
	background: url(../images/common/support_illust01.png) no-repeat center center/contain;
	right: 2.1875rem;
	top: 3.6875rem;
	width: 18.9375rem;
}

.mr-support__item:nth-child(2)::before {
	background: url(../images/common/support_illust02.png) no-repeat center center/contain;
	right: 2.1875rem;
	top: 1.375rem;
	width: 21.875rem;
}

.mr-support__item:nth-child(3)::before {
	background: url(../images/common/support_illust03.png) no-repeat center center/contain;
	right: 2.5rem;
	top: 1.5625rem;
	width: 20.625rem;
}

.mr-support__item + .mr-support__item {
	margin-top: 3rem;
}

.mr-support__number {
	border-bottom: 0.125rem solid #1C8ED2;
	color: #1C8ED2;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-left: 1.0625rem;
	padding-bottom: 0.25rem;
}

.mr-support__number span {
	display: inline-block;
	font-size: 1.75rem;
	margin-left: 0.3125rem;
}

.mr-support__item-title {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 2.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-left: 1.0625rem;
	margin-top: 0.3125rem;
}

.mr-support__item-title.mr-support__item-title--second {
	font-size: 2.25rem;
	margin-top: 1.125rem;
}

.mr-support__item-title.mr-support__item-title--third {
	font-size: 2rem;
	margin-top: 0.9375rem;
}

.mr-support__content {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 1.5rem;
	padding-bottom: 2.3125rem;
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
	padding-top: 1.9375rem;
}

.mr-support__label {
	background-color: #1C8ED2;
	border-radius: 0.3125rem;
	color: #fff;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-bottom: 0.9375rem;
	padding-top: 0.625rem;
	text-align: center;
}

.mr-support__label span {
	font-size: 1.4375rem;
	letter-spacing: 0.03em;
}

.mr-support__item-container {
	display: flex;
	gap: 3.0625rem;
	justify-content: center;
	margin-top: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 0.875rem;
}

.mr-support__body {
	width: 44.1176470588%;
}

.mr-support__detail-img {
	width: 49.0196078431%;
}

.mr-support__detail-img img {
	-o-object-fit: contain;
	aspect-ratio: 350/402;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mr-support__headline {
	color: #282925;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.mr-support__headline.mr-support__headline--adjust {
	letter-spacing: 0.05em;
}

.mr-support__text {
	color: #282925;
	font-family: "Noto Sans JP", serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.mr-support__text.mr-support__text--bottom {
	padding-bottom: 1.0625rem;
	padding-left: 0.95rem;
	padding-right: 0.875rem;
	margin-top: 0.95rem;
}

.mr-support__img {
	margin-top: 1.375rem;
}

.mr-support__img.mr-support__img--second {
	margin-top: 1.0625rem;
}

.mr-support__img img {
	-o-object-fit: cover;
	aspect-ratio: 315/191;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mr-support__detail {
	background-color: #F1F8FC;
	border-radius: 0.625rem;
	padding-bottom: 1.875rem;
	padding-left: 1.6875rem;
	padding-right: 1.875rem;
	padding-top: 1.375rem;
	width: 49.0196078431%;
}

.mr-support__detail-title {
	border-bottom: 0.0625rem solid #282925;
	color: #282925;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0.6875rem;
	padding-left: 0.8125rem;
	padding-right: 0.75rem;
	text-align: center;
}

.mr-support__detail-subTitle {
	color: #282925;
	font-family: "Noto Sans JP", serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 0.5625rem;
	text-align: center;
}

.mr-support__detail-items {
	margin-top: 0.8125rem;
}

.mr-support__detail-item {
	display: flex;
	gap: 0.6875rem;
}

.mr-support__detail-item + .mr-support__detail-item,
.mr-support__detail-item2 + .mr-support__detail-item2 {
	margin-top: 0.75rem;
}

.mr-support__step {
	align-items: center;
	background-color: #282925;
	border-radius: 0.125rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.08;
	padding-bottom: 1.25rem;
	padding-left: 0.375rem;
	padding-right: 0.4375rem;
	padding-top: 1rem;
	text-orientation: upright;
	width: 8.8737201365%;
	writing-mode: vertical-lr;
}

.mr-support__detail-body {
	padding-top: 0.3125rem;
}

.mr-support__detail-heading {
	color: #282925;
	font-family: "Noto Sans JP", serif;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.mr-support__detail-text {
	color: #282925;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.125rem;
}

.mr-support__bottom-text {
	color: #282925;
	font-family: "Noto Sans JP", serif;
	font-size: 1.3125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 2.25rem;
	padding-left: 0.95rem;
	padding-right: 0.975rem;
}

.mr-support__button-container {
	margin-top: 1.3rem;
}

.mr-thanks {
	padding-bottom: 19.5rem;
	padding-top: 14.0625rem;
}

.mr-thanks__inner {
	text-align: center;
}

.mr-thanks__title {
	color: #606060;
	font-family: "Noto Sans JP", serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mr-thanks__text {
	color: #606060;
	font-family: "Noto Sans JP", serif;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 2.25rem;
}

.mr-thanks__text + .mr-thanks__text {
	margin-top: 1.75rem;
}

.mr-voice {
	background-color: #F1F8FC;
	overflow-x: clip;
	padding-bottom: 8.125rem;
	padding-top: 3.9375rem;
	position: relative;
}

.mr-voice::before {
	aspect-ratio: 1741/404;
	background: url(../images/common/dental_white.png) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: 11.5625rem;
	transform: translateX(-50%);
	width: 103%;
}

.mr-voice__title.section-title {
	margin-left: 28.5714285714%;
	position: relative;
}

.mr-voice__title.section-title .section-title__en {
	padding-left: 0;
}

.mr-voice__title.section-title .section-title__sub {
	color: #1C8ED2;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 1rem;
}

.mr-voice__title.section-title .section-title__ja {
	font-size: 4.8125rem;
	margin-top: 0.3125rem;
}

.mr-voice__slider {
	margin-top: 2.75rem;
}

.mr-voice__slider .swiper-slide {
	width: 69.5625rem;
}

.mr-voice__card {
	background-color: #fff;
	border: 0.125rem solid #272B30;
	border-radius: 1.25rem;
	padding-bottom: 4rem;
	padding-left: 6.125rem;
	padding-right: 5.625rem;
	padding-top: 3.625rem;
}

.mr-voice__card-top {
	display: flex;
	gap: 2.5625rem;
	justify-content: center;
}

.mr-voice__card-img {
	width: 41.9459459459%;
}

.mr-voice__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 388/257;
	border-radius: 0.375rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mr-voice__card-content {
	padding-right: 1.4375rem;
	width: 53.6216216216%;
}

.mr-voice__plan {
	border-bottom: 0.1875rem solid #272B30;
	color: #272B30;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.4375rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding-bottom: 0.5625rem;
}

.mr-voice__clinic {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 1.0625rem;
}

.mr-voice__dentist-name {
	color: #272B30;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mr-voice__before-title {
	background-color: #272B30;
	border-radius: 0.1rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0.8125rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5625rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
}

.mr-voice__before {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.mr-voice__point-items {
	margin-top: 1.9375rem;
}

.mr-voice__point-item {
	background-color: #f0f7fb;
	border-radius: 0.4375rem;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	padding-bottom: 1.5625rem;
	padding-left: 1.8125rem;
	padding-right: 3.3125rem;
	padding-top: 1.5625rem;
}

.mr-voice__point-item + .mr-voice__point-item {
	margin-top: 0.6875rem;
}

.mr-voice__point-img {
	width: 12.0996441281%;
}

.mr-voice__point-img img {
	-o-object-fit: contain;
	aspect-ratio: 102/102;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mr-voice__point-content {
	width: 83.8671411625%;
}

.mr-voice__point-title {
	color: #272B30;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.3125rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	position: relative;
}

.mr-voice__point-title span {
	-webkit-box-decoration-break: clone;
	background: linear-gradient(180deg, transparent 0%, transparent 60%, #FFD600 60%, #FFD600 100%);
	box-decoration-break: clone;
}

.mr-voice__point-text {
	color: #272B30;
	font-family: "Noto Sans JP", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.mr-voice .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 4.375rem;
}

.mr {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.mr--thanks {
	overflow: hidden;
}

.mr main {
	flex: 1;
}

.section-title__en {
	color: #EEB740;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.section-title__ja {
	color: #1C8ED2;
	display: block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 3.8125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 1.1875rem;
	line-height: 1.3;
}
.mr-naname {
	transform: skewX(-3deg);
	display: inline-block;
}

.section-title__ja span {
}
.section-title__ja-naname {
	transform: skewX(-3deg);
	display: inline-block;
}
.section-title__ja-naname span {}

.section-title__ja.section-title__ja--white {
	color: #fff;
}

.section-title__sub {
	display: inline-block;
}

.section-title__large-number {
	font-size: 6.375rem;
	margin-right: 0.5rem;
}

@media (any-hover: hover) {

.cta-container__button a:hover {
	opacity: 0.7;
}

.mr-contact__submit-wrap:hover::before {
	right: 1.0625rem;
	top: calc(53% + 0.25rem);
}

.mr-contact__submit input:hover {
	box-shadow: none;
	translate: 0 0.25rem;
}

.mr-faq__question:hover {
	cursor: pointer;
}

.mr-fv__cta a:hover {
	opacity: 0.7;
}

}

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

.mr-logo-container__slider-item {
	width: 9.765625vw;
}

}

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

.mr-enquete__voice-list::before {
	left: -6.25rem;
	top: -5rem;
	width: 17.5rem;
}

}

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

.mr-partner__img {
	right: 0;
}

}

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

.mr-partner__content::before {
	left: -1.5625rem;
}

.mr-problem__inner.inner::before {
	right: -6.25rem;
}

}

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

.mr-enquete__voice-list::before {
	left: -4.375rem;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.mr-partner__img {
	width: 37.5rem;
}

}

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

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.layout-main {
	margin-top: -1.625rem;
}

.layout-partner {
	margin-top: 2.75rem;
}

.layout-slider {
	margin-top: 0.6875rem;
}

.layout-sliderContainer {
	margin-bottom: 0.625rem;
	margin-top: 1.25rem;
}

.cta-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.cta-container__ornament {
	width: 80%;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.mr-contact::before {
	bottom: -0.625rem;
}

.mr-contact__title {
	padding-left: 0.6875rem;
}

.mr-contact__title .section-title__sub {
	font-size: 1rem;
	margin-top: 0.4375rem;
}

.mr-contact__title .section-title__ja {
	font-size: 2.4375rem;
}

.mr-contact__form {
	margin-top: 1.9375rem;
	padding-bottom: 2rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.5625rem;
}

.mr-contact__row {
	gap: 0.625rem;
	grid-template-columns: 1fr;
	padding-bottom: 1.8125rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.4375rem;
}

.mr-contact__row:first-child .mr-contact__head {
	padding-right: 3.125rem;
}

.mr-contact__head {
	font-weight: 500;
}

.mr-contact__head span.--must::after {
	top: 50%;
}

.mr-contact__head span.--must-column::after {
	content: none;
}

.mr-contact__head span.--must-column-sp::after {
	display: inline-block;
	left: 100%;
}

.mr-contact__data input,
.mr-contact__data textarea {
	padding-bottom: 0.625rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.625rem;
}

.mr-contact__data input[type=checkbox] {
	display: flex;
}

.mr-contact__data-checkbox {
	flex-direction: column;
}

.mr-contact__data-checkbox input + span {
	display: block;
	font-size: clamp(0.875rem, -0.327rem + 5.13vw, 1rem);
	font-weight: 400;
	translate: 0 0;
}

.mr-contact__select-wrap select {
	font-weight: 400;
	padding: 0.625rem 0.75rem;
}

.mr-contact__submit-wrap::before {
	top: 51%;
}

.mr-contact__submit input {
	font-size: 1.25rem;
	padding-bottom: 1rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 1rem;
}

.mr-contact__input-note {
	font-size: 0.8125rem;
}

.mr-enquete::before {
	top: -1.0625rem;
	width: 109%;
}

.mr-enquete__title {
	padding-left: 0;
}

.mr-enquete__title .section-title__sub {
	font-size: 1.3125rem;
	margin-top: 0.3125rem;
}

.mr-enquete__title .section-title__ja {
	font-size: 2.9375rem;
}

.mr-enquete__results {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.mr-enquete__voice-title {
	font-size: clamp(1.125rem, -0.077rem + 5.13vw, 1.25rem);
}

.mr-enquete__voice-title span {
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.mr-enquete__voice-title:first-of-type {
	margin-top: 2.5rem;
}

.mr-enquete__voice-title:last-of-type {
	margin-top: 0;
}

.mr-enquete__voice-list {
	grid-template-columns: 1fr;
}

.mr-enquete__voice-list::before {
	left: -0.625rem;
	top: -2.5rem;
	width: 9.5rem;
}

.modal__content {
	max-width: 96%;
}

.modal__img {
	width: 100%;
}

.modal__close-btn {
	right: 0;
	top: 0;
}

.mr-faq__title .section-title__sub {
	font-size: 1.3125rem;
	margin-top: 0.3125rem;
}

.mr-faq__title .section-title__ja {
	font-size: 2.9375rem;
}

.mr-faq__items {
	margin-top: 1rem;
}

.mr-faq__question {
	padding-bottom: 1.125rem;
	padding-left: 0.75rem;
	padding-right: 3.125rem;
	padding-top: 1.125rem;
}

.mr-faq__question::before {
	height: 0.125rem;
	right: 1.3125rem;
	width: 1.25rem;
}

.mr-faq__question::after {
	height: 1.25rem;
	right: 1.875rem;
	width: 0.125rem;
}

.mr-faq__question-text {
	font-size: 1.125rem;
}

.mr-faq__answer-text {
	font-size: 1rem;
}

.mr-flow::before {
	aspect-ratio: 125/649;
	background: url(../images/common/jimucho_sp.png) no-repeat center center/contain;
	left: auto;
	left: initial;
	max-width: 9.375rem;
	right: -0.5rem;
	top: -0.75rem;
	transform: none;
	transform: initial;
	width: 30.19%;
}

.mr-flow__inner.inner {
	padding-right: 0.625rem;
}

.mr-flow__title .section-title__sub {
	font-size: 1.3125rem;
	margin-top: 0.3125rem;
}

.mr-flow__title .section-title__ja.section-title__ja--white {
	font-size: 3rem;
}

.mr-flow__items {
	margin-top: 1.875rem;
}

.mr-flow__item-body {
	padding-left: 0.625rem;
	padding-top: 0;
	width: 66.1375661376%;
}

.mr-flow__step {
	font-size: 1.0625rem;
	letter-spacing: 0.1em;
}

.mr-flow__item-title {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	margin-top: 0;
}

.mr-flow__text {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
}

.mr-flow__item-img {
	width: 33.8164251208vw;
}

.mr-flow__button-container {
	padding-right: 0.625rem;
}

.mr-footer {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.mr-footer.mr-footer--thanks::before {
	bottom: -0.875rem;
}

.mr-fv__cta {
	aspect-ratio: 377/89;
	bottom: 3.4759358289%;
	left: 50%;
	transform: translateX(-50%);
	width: 91.0628019324%;
}

.mr-header {
	height: 3.4375rem;
}

.mr-header::before {
	aspect-ratio: 101/161;
	background: url(../images/common/mv_ornament_sp.png) no-repeat center center/contain;
	width: 6.3125rem;
}

.mr-header__inner {
	justify-content: center;
}

.mr-header__logo {
	margin-left: 0;
	margin-left: initial;
	max-width: 9.25rem;
}

.mr-jimucho::before {
	top: -1.0625rem;
	width: 109%;
}

.mr-jimucho__title {
	padding-right: 1.25rem;
}

.mr-jimucho__title .section-title__sub {
	font-size: 1.3125rem;
	margin-top: 0.3125rem;
}

.mr-jimucho__title .section-title__ja {
	font-size: clamp(2.25rem, 0.447rem + 7.69vw, 2.438rem);
	margin-top: -0.3125rem;
}

.mr-jimucho__text {
	font-size: 0.875rem;
	margin-top: 1.125rem;
}
@media screen and (max-width: 767.98px) {
.mr-jimucho__text {
	margin-left: 0;
}

}


.mr-jimucho__inner.inner {
	padding-right: 0rem;
}

.mr-jimucho__cards {
	-ms-overflow-style: none;
	gap: 0.3rem;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 1.9375rem;
	overflow-x: scroll;
	padding-right: 1.25rem;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	width: 100vw;
	padding-right: 0;
	margin-left: -20px;
}

.mr-jimucho__card {
	width: 81.6425120773vw;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	padding-left: 20px;
}

.mr-jimucho__card:nth-child(2),
.mr-jimucho__card:nth-child(5) {
	margin-top: 0;
}

.mr-jimucho__card:nth-child(3),
.mr-jimucho__card:nth-child(6) {
	margin-top: 0;
	margin-right: 20px;
}

.mr-jimucho__title {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}

.mr-partner {
	padding-bottom: 3.125rem;
}

.mr-partner::before {
	top: -4.375rem;
	width: 109%;
}

.mr-partner__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-left: 0.25rem;
	padding-right: 0.8125rem;
}

.mr-partner__container {
	padding-bottom: 0;
	padding-left: 0;
}

.mr-partner__title.section-title {
	padding-left: 1.1875rem;
}

.mr-partner__title.section-title .section-title__ja {
	font-size: clamp(2.5rem, 0.096rem + 10.26vw, 2.75rem);
	margin-top: 0.25rem;
}

.mr-partner__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-top: 0.5625rem;
	padding-left: 1.125rem;
}

.mr-partner__price {
	border-bottom: 0.1875rem solid #1C8ED2;
	font-size: 1.5625rem;
	font-weight: 500;
	margin-left: 1.3125rem;
	margin-top: 0;
}

.mr-partner__price span {
	font-size: 2.375rem;
	font-weight: 700;
}

.mr-partner__img {
	margin-top: 1.25rem;
	position: static;
	width: 100%;
}

.mr-partner__content {
	margin-left: 0.5625rem;
	margin-top: 0.875rem;
	padding-bottom: 4.75rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 1.8125rem;
}

.mr-partner__content::before {
	left: -0.5625rem;
	top: -0.875rem;
	width: 9.5rem;
}

.mr-partner__content-heading {
	font-size: 1.5625rem;
	font-weight: 700;
	transform: none;
	transform: initial;
}

.mr-partner__content-heading span {
	font-size: 1.625rem;
	margin-right: 0.25rem;
	padding-bottom: 0.1875rem;
	padding-left: 0.4375rem;
	padding-right: 0.5rem;
	padding-top: 0.0625rem;
	transform: none;
	transform: initial;
}

.mr-partner__content-heading + .mr-partner__content-heading {
	margin-top: 0.375rem;
}

.mr-partner__content-img img {
	aspect-ratio: 385/657;
}

.mr-partner__content-text {
	font-size: 1.3125rem;
	/* font-weight: 500; */
	line-height: 1.8;
	margin-top: 1.6875rem;
}

.mr-partner__result {
	flex-direction: column;
	gap: 0.5625rem;
	margin-left: 1.375rem;
	margin-right: 1.375rem;
	margin-top: 1.5625rem;
	padding-bottom: 2rem;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	padding-top: 1.625rem;
}

.mr-partner__result-heading {
	justify-content: center;
	width: 100%;
}

.mr-partner__result-heading-text {
	font-size: clamp(0.938rem, -0.264rem + 5.13vw, 1.063rem);
	font-weight: 500;
}

.mr-partner__result-items {
	width: 100%;
}

.mr-partner__result-item {
	font-size: clamp(0.75rem, -1.053rem + 7.69vw, 0.938rem);
	/* font-weight: 500; */
	padding-left: 1.875rem;
}

.mr-partner__result-item::before {
	width: 1.375rem;
}

.mr-plan {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.mr-plan::before {
	top: -1.0625rem;
	width: 109%;
}

.mr-plan__inner.inner {
	max-width: 31.25rem;
}

.mr-plan__title {
	padding-left: 0;
}

.mr-plan__title .section-title__sub {
	font-size: 1.5rem;
	margin-top: 0.625rem;
}

.mr-plan__title .section-title__ja {
	font-size: 3rem;
	line-height: 1.4;
	margin-top: -1.125rem;
}

.mr-plan__title .section-title__ja .section-title__large-number {
	font-size: 5rem;
}

.mr-plan__items {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.3125rem;
	row-gap: 0.75rem;
}

.mr-plan__item {
	align-items: center;
	display: flex;
	font-size: clamp(0.875rem, -0.928rem + 7.69vw, 1.063rem);
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.mr-plan__item.mr-plan__item--no1 {
	padding-left: 4.125rem;
}

.mr-plan__item.mr-plan__item--no2 {
	padding-left: 3.4375rem;
}

.mr-plan__item.mr-plan__item--no3 {
	padding-left: 3.75rem;
}

.mr-plan__item.mr-plan__item--regular {
	justify-content: center;
	justify-content: flex-start;
	padding-left: 0.5875rem;
	padding-right: 0.1875rem;
}

.mr-plan__item:nth-child(1) {
	order: 1;
}

.mr-plan__item:nth-child(2) {
	order: 2;
}

.mr-plan__item:nth-child(3) {
	order: 4;
}

.mr-plan__item:nth-child(4) {
	order: 3;
}

.mr-plan__item:nth-child(5) {
	order: 5;
}

.mr-plan__item:nth-child(6) {
	order: 6;
}

.mr-plan__item:nth-child(7) {
	order: 7;
}

.mr-plan__item:nth-child(8) {
	order: 8;
}

.mr-plan__item:nth-child(9) {
	order: 9;
}

.mr-plan__item:nth-child(10) {
	order: 10;
}

.mr-plan__item:nth-child(11) {
	order: 11;
}

.mr-plan__item:nth-child(12) {
	order: 12;
}

.mr-plan__item.mr-plan__item--no1::before {
	left: -1.125rem;
	top: -0.875rem;
	width: 5rem;
}

.mr-plan__item.mr-plan__item--no2::before {
	left: -1.25rem;
	top: -0.4375rem;
	width: 4.5rem;
}

.mr-plan__item.mr-plan__item--no3::before {
	left: -1.125rem;
	top: -0.375rem;
	width: 4.25rem;
}

.mr-plan__domains-title {
	font-size: 1.625rem;
	margin-left: 0;
	padding-bottom: 0.5rem;
}

.mr-plan__domains-text {
	font-size: 1.0625rem;
	letter-spacing: 0.15em;
	margin-left: 0;
	margin-top: 0.625rem;
}

.mr-plan__domains {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 2.625rem;
}

.mr-plan__button-wrapper {
	margin-top: 1.25rem;
}

.modal__domains {
	grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
	margin-top: 1.25rem;
}

.mr-problem {
	padding-top: 1.75rem;
}

.mr-problem::before {
	aspect-ratio: 125/649;
	background: url(../images/common/jimucho_sp.png) no-repeat center center/contain;
	left: auto;
	left: initial;
	max-width: 9.375rem;
	right: -0.5rem;
	top: -0.75rem;
	transform: none;
	transform: initial;
	width: 30.19%;
}

.mr-problem__inner.inner {
	padding-bottom: 11.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.mr-problem__inner.inner::before {
	bottom: -0.75rem;
	left: 50%;
	right: auto;
	right: initial;
	transform: translateX(-50%);
	width: 7.25rem;
}

.mr-problem__title .section-title__sub {
	margin-left: 1.0625rem;
	margin-top: 0.6875rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.4375rem;
	padding-top: 0.1875rem;
}

.mr-problem__title .section-title__en {
	padding-left: 1.0625rem;
}

.mr-problem__title .section-title__ja {
	font-size: clamp(2.313rem, -0.692rem + 12.82vw, 2.625rem);
	margin-top: 0.5625rem;
	padding-left: 0.3125rem;
}

.mr-problem__items {
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	row-gap: 2.5rem;
}

.mr-problem__item {
	padding-bottom: 0.75rem;
}

.mr-problem__img img {
	aspect-ratio: 52/38;
	max-width: 3.25rem;
}

.mr-problem__sub-text {
	font-size: 0.6875rem;
	margin-top: 0.75rem;
}

.mr-problem__main-text {
	font-size: 1.3125rem;
	margin-top: 0.25rem;
}

.mr-problem__main-text.mr-problem__main-text--small {
	font-size: clamp(1.063rem, 0.462rem + 2.56vw, 1.125rem);
	line-height: 1.7;
}

/* .mr-slider__swiper .swiper-slide {
	width: 67.8743961353%;
} */

.mr-strength {
	padding-bottom: 3.75rem;
	padding-top: 1.8125rem;
}

.mr-strength::before {
	aspect-ratio: 125/649;
	background: url(../images/common/jimucho_sp.png) no-repeat center center/contain;
	left: auto;
	left: initial;
	max-width: 9.375rem;
	right: -0.5rem;
	top: -0.75rem;
	transform: none;
	transform: initial;
	width: 30.19%;
}

.mr-strength__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.mr-strength__title .section-title__ja.section-title__ja--white {
	font-size: 2.6875rem;
}

.mr-strength__title .section-title__ja:nth-child(2) {
	margin-top: 0.125rem;
}

.mr-strength__title .section-title__ja:last-child {
	margin-top: -1.625rem;
}

.mr-strength__items {
	margin-top: 3.8125rem;
}

.mr-strength__item {
	flex-direction: column;
	gap: 1.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.mr-strength__problem-container {
	width: 100%;
}

.mr-strength__problem::before {
	right: 1.3125rem;
	top: -0.625rem;
	width: 1.375rem;
}

.mr-strength__problem {
	border-radius: 0.9375rem;
	max-width: 15.875rem;
	padding-bottom: 1.5rem;
	padding-left: 2.0625rem;
	padding-top: 1.375rem;
}

.mr-strength__problem-subText {
	font-size: 1.0625rem;
	top: -2.3125rem;
}

.mr-strength__problem-text {
	font-size: 1.125rem;
}

.mr-strength__problem-text span {
	font-size: 0.875rem;
}

.mr-strength__body {
	width: 100%;
}

.mr-strength__body::before {
	right: -0.5rem;
	top: 5.5rem;
	width: 35.2941176471%;
}

.mr-strength__item:last-child .mr-strength__body::before {
	top: 9.375rem;
}

.mr-strength__phrase {
	font-size: clamp(2.688rem, -0.317rem + 12.82vw, 3rem);
	padding-left: 0.5625rem;
}

.mr-strength__item:last-child .mr-strength__phrase {
	font-size: clamp(2.563rem, 1.361rem + 5.13vw, 2.688rem);
	line-height: 1.2;
}

.mr-strength__item-title {
	border-bottom: 0.125rem solid #272B30;
	font-size: clamp(1.375rem, -1.029rem + 10.26vw, 1.625rem);
	margin-top: 1.4375rem;
	padding-bottom: 0.6875rem;
	width: 65.2406417112%;
}

.mr-strength__item:nth-child(2) .mr-strength__item-title {
	font-size: 1.4375rem;
	font-size: clamp(1.25rem, -0.553rem + 7.69vw, 1.438rem);
}

.mr-strength__item:last-child .mr-strength__item-title {
	font-size: 1.3125rem;
	font-size: clamp(1.188rem, -0.014rem + 5.13vw, 1.313rem);
}

.mr-strength__item-title span {
	font-size: 0.9375rem;
}

.mr-strength__text {
	font-size: 0.9375rem;
	margin-top: 1.375rem;
	text-align: justify;
	width: 64.4385026738%;
}

.mr-strength__note {
	font-size: clamp(1.188rem, -0.014rem + 5.13vw, 1.313rem);
	margin-top: 0.7875rem;
	max-width: 22.8125rem;
	padding-bottom: 1rem;
	padding-left: 5.125rem;
	padding-right: 0.9375rem;
	padding-top: 0.8125rem;
}

.mr-strength__note::before {
	left: 1.125rem;
	width: 2.375rem;
}

.mr-strength__item:last-child .mr-strength__note {
	margin-top: 1.6875rem;
}

.mr-support::before {
	top: -1.0625rem;
	width: 109%;
}

.mr-support__inner.inner {
	max-width: 31.25rem;
}

.mr-support__title .section-title__ja {
	font-size: clamp(1.875rem, 0.673rem + 5.13vw, 2rem);
	margin-top: 0.625rem;
}

.mr-support__title .section-title__large {
	font-size: 3.3125rem;
	margin-top: -0.1875rem;
}

.mr-support__item {
	padding-bottom: 1.25rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 1.8125rem;
}

.mr-support__item:first-child::before {
	right: -0.1875rem;
	top: -0.6875rem;
	width: 6.9375rem;
}

.mr-support__item:nth-child(2)::before {
	right: -0.1875rem;
	top: -0.6875rem;
	width: 6.9375rem;
}

.mr-support__item:nth-child(3)::before {
	right: -0.1875rem;
	top: -0.6875rem;
	width: 6.9375rem;
}

.mr-support__number {
	font-size: 0.9375rem;
	margin-left: 0.4375rem;
}

.mr-support__number span {
	font-size: 1rem;
	margin-left: 0.125rem;
}

.mr-support__item-title {
	font-size: 1.4625rem;
	/* font-weight: 500; */
	margin-left: 0.4375rem;
	margin-top: 0.1875rem;
}

.mr-support__item-title.mr-support__item-title--second {
	font-size: 1.5625rem;
	margin-top: 0.125rem;
}

.mr-support__item-title.mr-support__item-title--third {
	font-size: clamp(1.469rem, 0.567rem + 3.85vw, 1.563rem);
	margin-top: 0.125rem;
}

.mr-support__content {
	margin-top: 0.8125rem;
	padding-bottom: 1.3125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.3125rem;
}

.mr-support__label {
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.375rem;
	padding-top: 0.25rem;
}

.mr-support__label span {
	font-size: 0.625rem;
}

.mr-support__item-container {
	flex-direction: column;
	gap: 1.6875rem;
	margin-top: 1.3125rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.mr-support__body {
	width: 100%;
}

.mr-support__detail-img {
	width: 100%;
}

.mr-support__detail-img img {
	aspect-ratio: 320/453;
}

.mr-support__headline {
}

.mr-support__text {
}

.mr-support__detail {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

.mr-support__detail-title {
	font-size: clamp(0.938rem, -0.264rem + 5.13vw, 1.063rem);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.mr-support__bottom-text {
	font-weight: 500;
}

.mr-thanks {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.mr-thanks__title {
	font-size: clamp(1.438rem, -0.365rem + 7.69vw, 1.625rem);
}

.mr-thanks__text {
	font-size: clamp(0.813rem, -0.389rem + 5.13vw, 0.938rem);
}

.mr-voice::before {
	aspect-ratio: 129/556;
	background: url(../images/common/dental_vertical.png) no-repeat center center/contain;
	left: auto;
	left: initial;
	max-width: 9.375rem;
	right: -0.5rem;
	top: -0.75rem;
	transform: none;
	transform: initial;
	width: 30.19%;
}

.mr-voice__title {
	position: relative;
}

.mr-voice__title.section-title {
	margin-left: 7.2463768116%;
}

.mr-voice__title.section-title .section-title__sub {
	font-size: 1.5rem;
	margin-top: 0.625rem;
}

.mr-voice__title.section-title .section-title__ja {
	font-size: clamp(3rem, 1.798rem + 5.13vw, 3.125rem);
	margin-top: 0.125rem;
}

.mr-voice__slider {
	margin-top: 1.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.mr-voice__slider .swiper-wrapper {
	flex-direction: column;
	gap: 1.875rem;
}

.mr-voice__slider .swiper-slide {
	width: 100%;
}

.mr-voice__card {
	padding-bottom: 2.625rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-top: 0.9375rem;
}

.mr-voice__card-top {
	flex-direction: column;
	gap: 1.375rem;
}

.mr-voice__card-img {
	width: 100%;
}

.mr-voice__card-content {
	padding-right: 0;
	width: 100%;
}

.mr-voice__plan {
	font-size: clamp(1rem, -0.202rem + 5.13vw, 1.125rem);
}

.mr-voice__clinic {
	margin-top: 1.25rem;
}

.mr-voice__dentist-name {
	font-size: 1.5rem;
}

.mr-voice__before-title {
	margin-top: 1.25rem;
}

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

.mr-voice__point-items {
	margin-top: 1.875rem;
}

.mr-voice__point-item {
	padding-bottom: 1.375rem;
	padding-left: 0.5rem;
	padding-right: 0rem;
	padding-top: 1rem;
}

.mr-voice__point-item + .mr-voice__point-item {
	margin-top: 0.8125rem;
}

.mr-voice__point-img {
	display: none;
}

.mr-voice__point-content {
	width: 100%;
}

.mr-voice__point-title {
	min-height: 3em;
	padding-left: 6.1875rem;
	padding-top: 0.6875rem;
}

.mr-voice__point-title::before {
	aspect-ratio: 87/87;
	background: url(../images/common/good_point.png) no-repeat center center/contain;
	content: "";
	left: 0rem;
	position: absolute;
	top: 0rem;
	width: 5.4375rem;
}

.mr-voice__point-text {
	margin-top: 1.6875rem;
	padding-left: 0.5rem;
	padding-right: 1rem;
}

.mr-voice .swiper-pagination {
	display: none;
}

.section-title__en {
	font-size: 1.125rem;
}

.section-title__large-number {
	font-size: 4.5rem;
}

}

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

.mr-contact__submit-wrap:hover::before {
	top: calc(51% + 0.25rem);
}

}

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

.mr-contact__row:first-child .mr-contact__head {
	padding-right: 0;
}

}

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

.mr-contact__data-checkbox span::before {
	top: 0.3125rem;
}

.mr-contact__data-checkbox span::after {
	left: 0.3125rem;
	top: 0.3125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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