@charset "utf-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html { /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent;
	line-height: 1.15; /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0;
	margin: 0;
	clear: both; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre { /* 1 */
	font-size: inherit;
	font-family: monospace, monospace; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp { /* 1 */
	font-size: inherit;
	font-family: monospace, monospace; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: inherit;
	text-transform: inherit;
	vertical-align: middle; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* Original CSS
------------------------------------------------*/

/* Base
------------------------------------------------*/

body {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
}

main {
	padding-top: 60px;
}

img {
	width: auto;
	height: auto;
	vertical-align: bottom;
}

a {
	color: inherit;
}

/* Utility
------------------------------------------------*/

.u-hidden--md {
	display: block;
}

.u-display--md {
	display: none;
}

.u-display--lg {
	display: none;
}

.u-pt--50 {
	padding-top: 50px;
}

.u-pt--110 {
	padding-top: 110px;
}

/* 「想い」
------------------------------------------------*/

.l-thought {
margin-top: 0px;
}

.p-thought {
	position: relative;
	letter-spacing: 0.1em;
}

.p-thought__inner {
	margin: 0 auto;
	text-align: center;
}

.p-thought__title {
	display: inline-block;
	font-size: 24px;
	line-height: 1.4;
}

.p-thought__items {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 23px;
	text-align: left;
}

.p-thought__item {
	border-radius: 20px;
	background-color: #fff;
}

.p-thought__item:first-child .p-thought__content {
	margin-left: auto;
}

.p-thought__item:last-child .p-thought__content {
	margin-right: auto;
}

.p-thought__item + .p-thought__item {
	margin-top: 40px;
}

.p-thought__content {
	position: relative;
	width: 91.3333333333%;
	margin-top: -170px;
	padding: 33.5px 18px 90px 18px;
	border-radius: 20px;
	background-color: #fff;
}

.p-thought__comment {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	text-align:left;
}

.comment_name{
    font-size: min(1.3vw,15px)!important;
    line-height: 1.5;
    white-space: nowrap;
    font-weight: 600;
}

.p-thought__affiliation {
	display: inline-block;
	margin-top: 23.5px;
}

.p-thought__affiliation img {
	height: 33.5px;
	vertical-align: bottom;
}

.p-thought__name {
	width: 106px;
	height: 23px;
	margin-top: 15.5px;
}

/* 「東京」
------------------------------------------------*/

.l-tokyo {
	margin-top: 77.5px;
	letter-spacing: 0.075em;
}

.p-tokyo__inner {
	width: calc(100% - 50px);
	margin: 0 auto;
}

.p-tokyo__title {
	margin: 0 calc(50% - 50vw);
	padding: 10px 0;
	background-color: #53bbd1;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.p-tokyo__body {
	margin-top: 48px;
}

.p-tokyo__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 40px 40px 10px 10px;
	box-shadow: 0px -1px 12px 2px #ddd;
}

.p-tokyo__item + .p-tokyo__item {
	margin-top: 36px;
}

.p-tokyo__img {
	position: relative;
}

.p-tokyo__img img {
	border-radius: 10px 10px 0 0;
}

.p-tokyo__number {
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	width: 20px;
	height: 20px;
}

.p-tokyo__new::before {
	z-index: 5; /* ラベルの色はここで変更 */
	position: absolute;
	top: 0;
	right: 0;
	border-right: 35px solid #ff9630;
	border-bottom: 35px solid transparent;
	border-radius: 0 10px 0 0;
	content: "";
}

.p-tokyo__new::after {
	display: block; /* 文字色はここで変更 */
	z-index: 6;
	position: absolute;
	top: 5px;
	right: -1px;
	transform: rotate(45deg);
	content: "New";
	color: #fff;
	font-size: 10px;
}

.p-tokyo__content {
	padding: 13.5px 12.5px 22px;
	text-align: center;
}

.p-tokyo__tags {
	display: flex;
	justify-content: center;
}

.p-tokyo__tag + .p-tokyo__tag,
.p-tokyo__tag--lg + .p-tokyo__tag,
.p-tokyo__tag + .p-tokyo__tag--lg,
.p-tokyo__tag--lg + .p-tokyo__tag--lg {
	margin-left: 8px;
}

.p-tokyo__tag img,
.p-tokyo__tag--lg img {
	width: 52.5px;
	height: 18px;
	vertical-align: top;
}

.p-tokyo__tag--lg img {
	width: 72px;
}

.p-tokyo__clinic {
	font-feature-settings: "palt";
	position: relative;
	margin-top: 5px;
	padding-bottom: 13px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.6071428571;
	letter-spacing: 0.075em;
}

.p-tokyo__clinic::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	content: "";
}

.p-tokyo__clinic span {
	font-size: 14px;
}

.p-tokyo__tel {
	margin-top: 14px;
	line-height: 1;
	letter-spacing: 0.075em;
}

.p-tokyo__tel-text {
	display: block;
	color: #5b5b5b;
	font-weight: 700;
	font-size: 11px;
}

.p-tokyo__tel-number {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding-left: 25px;
	font-size: 26px;
}

.p-tokyo__tel-number::before {
	position: absolute;
	top: 51%;
	left: 0;
	aspect-ratio: 3/4;
	width: 18px;
	transform: translateY(-50%);
	background: url(../img/img-icon-tel.svg) no-repeat center center/contain;
	content: "";
}

.p-tokyo__tel-time {
	font-feature-settings: "palt";
	display: block;
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.3846153846;
	text-align: center;
}

.p-tokyo__tel-time span {
	display: inline-block;
	text-align: center;
}

.p-tokyo__address {
	font-feature-settings: "palt";
	margin-top: 18px;
	font-size: 13px;
	line-height: 1.3846153846;
	text-align: center;
}

.p-tokyo__address span {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	text-align: left;
}

.p-tokyo__address span::before {
	position: absolute;
	top: 3px;
	left: 0;
	aspect-ratio: 6/7;
	width: 10.5px;
	background: url(../img/img-icon-spot.svg) no-repeat center center/contain;
	content: "";
}

.p-tokyo__footer {
	border-radius: 0 0 10px 10px;
	background: linear-gradient(to right, #4AB427, rgb(153, 220, 89));
	text-align: center;
}

.p-tokyo__link {
	display: block;
	padding: 9.5px 0;
	color: #fff;
	font-size: 12px;
	transition: opacity 0.3s ease 0s;
}

.p-tokyo__link span {
	display: inline-block;
	position: relative;
	padding-right: 17px;
}

.p-tokyo__link span::after {
	position: absolute;
	top: 50%;
	right: 0;
	aspect-ratio: 2/3;
	width: 7px;
	transform: translateY(-50%);
	background: url(../img/img-icon-arrow.svg) no-repeat center center/contain;
	content: "";
}

/* Way (Mission・Vision・Value)
------------------------------------------------*/

.l-way {
	margin-top: 147.5px;
	padding-bottom: 80px;
}

.p-way {
	letter-spacing: 0.075em;
}

.p-way__inner {
	width: calc(100% - 50px);
	margin: 0 auto;
}

.p-way__title {
	margin: 0 calc(50% - 50vw);
	padding: 24px 0;
	background-color: #17b15b;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
}

.p-way__lead {
	font-feature-settings: "palt";
	margin-top: 28px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
}

.p-way__lead span {
	color: #ff8019;
}

.p-way__description {
	margin-top: 52px;
	text-align: center;
}

.p-way__description-item + .p-way__description-item,
.p-way__description-item--green + .p-way__description-item,
.p-way__description-item + .p-way__description-item--green,
.p-way__description-item--green + .p-way__description-item--green,
.p-way__description-item--lightGreen + .p-way__description-item,
.p-way__description-item--lightGreen + .p-way__description-item--green,
.p-way__description-item + .p-way__description-item--lightGreen,
.p-way__description-item--green + .p-way__description-item--lightGreen,
.p-way__description-item--lightGreen + .p-way__description-item--lightGreen {
	margin-top: 22px;
}

.p-way__description-item--lightGreen .p-way__description-item-content {
	background-color: #e8f9e5;
}

.p-way__description-item--green .p-way__description-item-content {
	background-color: #e5f9e9;
}

.p-way__description-item-label {
	display: inline-block;
}

.p-way__description-item-content {
	margin-top: -50px;
	padding: 66px 23px 22px 23px;
	background-color: #f2f2f2;
	text-align: center;
}

.p-way__description-item-lead {
	display: inline-block;
	color: #0da651;
	font-weight: 700;
	font-size: 20px;
}

.p-way__description-item-text {
	font-feature-settings: "palt";
	display: inline-block;
	margin-top: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: left;
}

.p-label-way,
.p-label-way--green,
.p-label-way--lightGreen {
	aspect-ratio: 1/1;
	width: 100px;
	border: 2px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
}

.p-label-way--lightGreen {
	border-color: #c6eac0;
}

.p-label-way--green {
	border-color: #bfe5c7;
}

.p-label-way__inner {
	width: 100%;
	height: 100%;
	padding: 16px 0;
	text-align: center;
}

.p-label-way__title {
	color: #0da651;
	font-weight: 700;
	line-height: 1;
}

.p-label-way__title-en {
	display: block;
	font-size: 9px;
}

.p-label-way__title-ja {
	display: block;
	margin-top: 2px;
	font-size: 12px;
}

.p-label-way__icon {
	display: inline-block;
	width: 36px;
	margin-top: 8px;
}

.p-way__body {
	margin-top: 36px;
}

.p-way__block--second {
	margin-top: 36px;
}

.p-way__block--second .p-way__block-group--second .p-way__block-group-description br {
	display: block;
}

.p-way__block-title,
.p-way__block-title--second,
.p-way__block-title--tooth,
.p-way__block-title--injection {
	margin: 0 calc(50% - 50vw);
	padding: 14px 0;
	background-color: #17b15b;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.p-way__block-title--injection .p-way__block-title-inner::before {
	background: url(../img/img-icon-injection.svg) no-repeat center center/contain;
}

.p-way__block-title--tooth .p-way__block-title-inner::before {
	background: url(../img/img-icon-tooth.svg) no-repeat center center/contain;
}

.p-way__block-title--second {
	display: block;
	margin-top: 36px;
}

.p-way__block-title-inner {
	display: inline-block;
	position: relative;
	padding-left: 39px;
}

.p-way__block-title-inner::before {
	position: absolute;
	top: 60%;
	left: 0;
	aspect-ratio: 1/1;
	width: 25px;
	transform: translateY(-50%);
	content: "";
}

.p-way__block-title-inner span {
	display: inline;
}

.p-way__block-group,
.p-way__block-group--second {
	margin-top: 46px;
}

.p-way__block-group-description {
	font-feature-settings: "palt";
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
}

.p-way__block-group-description span {
	color: #ff8019;
}

.p-way__block-group-inner {
	margin-top: 30px;
	text-align: center;
}

.p-way__block-group-heading {
	display: none;
}

.p-way__block-group-item + .p-way__block-group-item,
.p-way__block-group-item--green + .p-way__block-group-item,
.p-way__block-group-item + .p-way__block-group-item--green,
.p-way__block-group-item--green + .p-way__block-group-item--green,
.p-way__block-group-item--lightGreen + .p-way__block-group-item,
.p-way__block-group-item--lightGreen + .p-way__block-group-item--green,
.p-way__block-group-item + .p-way__block-group-item--lightGreen,
.p-way__block-group-item--green + .p-way__block-group-item--lightGreen,
.p-way__block-group-item--lightGreen + .p-way__block-group-item--lightGreen {
	margin-top: 22px;
}

.p-way__block-group-item--lightGreen .p-way__block-group-content-inner {
	background-color: #e8f9e5;
}

.p-way__block-group-item--lightGreen .p-way__block-group-content {
	background-color: #e8f9e5;
}

.p-way__block-group-item--green .p-way__block-group-content-inner {
	background-color: #e5f9e9;
}

.p-way__block-group-item--green .p-way__block-group-content {
	background-color: #e5f9e9;
}

.p-way__block-group-label {
	display: inline-block;
}

.p-way__block-group-content {
	display: contents;
}

.p-way__block-group-content-inner {
	font-feature-settings: "palt";
	margin-top: -50px;
	padding: 66px 24px 22px;
	background-color: #f2f2f2;
	text-align: center;
}

.p-way__block-group-content-inner + .p-way__block-group-content-inner {
	margin-top: -74px;
}

.p-way__block-group-lead {
	display: block;
	color: #0da651;
	font-weight: 700;
	font-size: 20px;
}

.p-way__block-group-text {
	display: inline-block;
	margin-top: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: left;
}

.p-way__rep {
	margin-top: 150px;
	letter-spacing: 0.1em;
}

.p-way__rep-inner {
	margin: 0 auto;
}

.p-way__rep-title {
	margin: 0 calc(50% - 50vw);
	padding: 13.5px 0;
	background-color: #84c857;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

.p-way__rep-body {
	margin-top: 9.6vw;
}

.p-way__rep-lead {
	width: 64.8vw;
}

.p-way__rep-intro {
	display: block;
	aspect-ratio: 375/264;
	margin: -30px calc(50% - 50vw) 0;
	padding: 30.6666666667vw calc(50vw - 50%) 0;
	background: url(../img/img-way-representative-sp.jpg) no-repeat center center/cover;
}

.p-way__rep-affiliation {
	width: 46.9333333333vw;
}

.p-way__rep-affiliation img {
	vertical-align: bottom;
}

.p-way__rep-name {
	width: 24.2666666667vw;
	margin-top: 1.6vw;
}

.p-way__rep-name img {
	vertical-align: bottom;
}

.p-way__rep-content {
	display: block;
	margin-top: 32px;
}

.p-way__rep-heading {
	font-feature-settings: "palt";
	color: #86c22a;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}

.p-way__rep-text {
	margin-top: 32px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media (any-hover: hover) {

.p-tokyo__link:hover {
	opacity: 0.7;
}

}

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

.p-tokyo__inner {
	width: calc(100% - 60px);
}

.p-tokyo__number {
	top: 10px;
	left: 10px;
	width: 26px;
	height: 26px;
}

.p-tokyo__new::before {
	border-right: 50px solid #ff9630;
	border-bottom: 50px solid transparent;
}

.p-tokyo__new::after {
	top: 8px;
	right: 2px;
	font-size: 12px;
}

.p-tokyo__tag img,
.p-tokyo__tag--lg img {
	width: 62px;
	height: 21.25px;
}

.p-tokyo__tag--lg img {
	width: 81.5px;
}

.p-way__inner {
	width: calc(100% - 60px);
}

.p-way__rep-lead {
	width: 48.6111111111vw;
}

}


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

.p-thought {
    position: relative;
    letter-spacing: 0.1em;
    top: 90px;
}

.l-thought_clinic{
    margin-top: -310px!important;
}
.p-thought__comment {
    width: 386px;
}

.commentname_block{
margin: 11px 0 0 0;
}

}


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

main {
	padding-top: 104px;
}

.u-hidden--md {
	display: none;
}

.u-display--md {
	display: block;
}


.l-thought {
	aspect-ratio: 1920/600;
	margin-top: 7.1vw;
	padding-top: 7.4479166667vw;
	background: url(../img/img-thought.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 768px)
.l-thought {
    transform: scale(0.9);
}


.l-thought_home_visit {
	aspect-ratio: 1920/600;
	margin-top: 4.1666666667vw;
	padding-top: 7.4479166667vw;
	background: url(../img/img-thought_home_visit.jpg) no-repeat center center/cover;
}

.l-thought_health_checkup {
	aspect-ratio: 1920/600;
	padding-top: 7.4479166667vw;
	background: url(../img/img-name-health_checkup_01.jpg) no-repeat center center/cover;
}





.p-thought__title {
	font-size: 1.6666666667vw;
	line-height: 1.625;
}

.p-thought__items {
	position: absolute;
	top: 12.291667vw;
	left: 50%;
	flex-direction: row;
	justify-content: center;
	margin-top: 0;
	transform: translate(-50%, 0%);
}

.p-thought__items_health_checkup {
	position: absolute;
	top: 7.2916666667vw;
	left: 78%;
	flex-direction: row;
	justify-content: center;
	margin-top: 0;
	transform: translate(-50%, 0%);
	border-radius: 20px;
	background-color: #fff;
}


.p-thought__item {
	flex: 0 1 25vw;
	padding: 1.5625vw 1.5625vw 3vw 2.03125vw;
}
.p-thought__item_health_checkup {
	flex: 0 1 25vw;
	padding:2.5vw 41vw 8vw 4vw;
	text-align:left;
}



.p-thought__item + .p-thought__item {
	margin-top: 0;
	margin-left: 2.0833333333vw;
}

.p-thought__img {
	display: none;
}

.p-thought__content {
	position: static;
	width: 100%;
	margin-top: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}

.p-thought__comment {
    font-size: min(1.4vw,15px);
    line-height: 1.5;
    white-space: nowrap;
}


.p-thought__affiliation {
	margin-top: 1.3020833333vw;
	white-space: nowrap;
}

.p-thought__affiliation img {
	height: 40px;
}

.p-thought__name {
    width: 9vw;
    min-width: 60px;
    height: 1.3vw;
    margin-top: 1.4vw;
    font-weight: 400;
}

.l-tokyo {
	margin-top: 108px;
	letter-spacing: 0.1em;
}

.p-tokyo__inner {
	width: calc(100% - 72px);
}

.p-tokyo__title {
	margin: 0 auto;
	padding: 0;
	font-size: 24px;
	line-height: 2;
}

.p-tokyo__items {
	-moz-column-gap: 1.0416666667vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.0416666667vw;
	row-gap: 48px;
}

.p-tokyo__item + .p-tokyo__item {
	margin-top: 0;
}

.p-tokyo__content {
	padding: 18px;
}

.p-tokyo__tag img,
.p-tokyo__tag--lg img {
	width: 70px;
	height: 24px;
}

.p-tokyo__tag--lg img {
	width: 96px;
}

.p-tokyo__clinic {
	font-size: 18px;
	line-height: 1.3333333333;
}

.p-tokyo__clinic span {
	font-size: 16px;
}

.p-tokyo__tel-text {
	font-size: 12px;
}

.p-tokyo__tel-number {
	margin-top: 7px;
	font-size: 30px;
}

.p-tokyo__tel-time {
	margin-top: 8px;
	font-size: 14px;
}

.p-tokyo__tel-time span {
	text-align: left;
}

.p-tokyo__address {
	margin-top: 10px;
	font-size: 14px;
}

.p-tokyo__address span {
	padding-left: 16px;
}

.p-tokyo__address span::before {
	width: 12px;
}

.p-tokyo__link {
	padding: 12px 0;
}

.p-tokyo__link span {
	padding-right: 20px;
}

.p-tokyo__link span::after {
	width: 8px;
}

.l-way {
	margin-top: 236px;
	padding-bottom: 101px;
}

.p-way__inner {
	width: calc(100% - 72px);
}

.p-way__title {
	margin: 0 auto;
	padding: 33px 0;
	font-size: 34px;
}

.p-way__lead {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.6666666667;
	text-align: center;
}

.p-way__description {
	display: flex;
	width: calc(100% - 76px);
	max-width: 1020px;
	margin-left: 76px;
}

.p-way__description-item,
.p-way__description-item--green,
.p-way__description-item--lightGreen {
	flex: 1 1 328px;
}

.p-way__description-item + .p-way__description-item,
.p-way__description-item--lightGreen + .p-way__description-item,
.p-way__description-item--green + .p-way__description-item,
.p-way__description-item + .p-way__description-item--lightGreen,
.p-way__description-item--lightGreen + .p-way__description-item--lightGreen,
.p-way__description-item--green + .p-way__description-item--lightGreen,
.p-way__description-item + .p-way__description-item--green,
.p-way__description-item--lightGreen + .p-way__description-item--green,
.p-way__description-item--green + .p-way__description-item--green {
	margin-top: 0;
	margin-left: 0.9375vw;
}

.p-way__description-item-content {
	min-height: 80%;
	margin-top: -75px;
	padding: 98px 39px 24px 34px;
}

.p-way__description-item-text {
	margin-top: 18px;
	font-size: 16px;
}

.p-label-way,
.p-label-way--green,
.p-label-way--lightGreen {
	width: 168px;
	border-width: 4px;
}

.p-label-way__inner {
	padding: 28px 0;
}

.p-label-way__title-en {
	font-size: 14px;
}

.p-label-way__title-ja {
	margin-top: 8px;
	font-size: 18px;
}

.p-label-way__icon {
	width: 60px;
	margin-top: 16px;
}

.p-way__body {
	margin-top: 30px;
}

.p-way__block--second {
	margin-top: 26px;
}

.p-way__block--second .p-way__block-group--second .p-way__block-group-description br {
	display: none;
}

.p-way__block-title,
.p-way__block-title--second,
.p-way__block-title--tooth,
.p-way__block-title--injection {
	margin: 0 auto;
	padding: 8px 0;
	font-size: 30px;
}

.p-way__block-title--second {
	display: none;
}

.p-way__block-title-inner {
	padding-left: 44px;
}

.p-way__block-title-inner::before {
	top: 52%;
	width: 28px;
}

.p-way__block-title-inner span {
	display: none;
}

.p-way__block-group,
.p-way__block-group--second {
	position: relative;
	margin-top: 0;
}

.p-way__block-group--second::before {
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	width: 93%;
	height: 1px;
	background: url(../img/img-dashed-line.png) no-repeat center center/cover;
	content: "";
}

.p-way__block-group-description {
	z-index: 5;
	position: absolute;
	right: 2.6041666667vw;
	bottom: 0.9375vw;
	width: min(85%, 920px);
	max-width: 920px;
	padding: 1.25vw 4.4270833333vw 1.3541666667vw;
	border: 2px solid #cecece;
	background-color: #fff;
	font-size: 18px;
	line-height: 1.6666666667;
}

.p-way__block-group-inner {
	-moz-column-gap: 18px;
	display: grid;
	grid-template-columns: 60px repeat(3, 1fr);
	column-gap: 18px;
	margin-top: 0;
}

.p-way__block-group-heading {
	display: block;
	z-index: 6;
	position: relative;
	width: 100%;
	border-top: 2px solid #fff;
	background-color: #76d39f;
	color: #fff;
	font-size: 26px;
	line-height: 60px;
	text-align: center;
	writing-mode: vertical-rl;
}

.p-way__block-group-item,
.p-way__block-group-item--green,
.p-way__block-group-item--lightGreen {
	height: 100%;
}

.p-way__block-group-item + .p-way__block-group-item,
.p-way__block-group-item--green + .p-way__block-group-item,
.p-way__block-group-item + .p-way__block-group-item--green,
.p-way__block-group-item--green + .p-way__block-group-item--green,
.p-way__block-group-item--lightGreen + .p-way__block-group-item,
.p-way__block-group-item--lightGreen + .p-way__block-group-item--green,
.p-way__block-group-item + .p-way__block-group-item--lightGreen,
.p-way__block-group-item--green + .p-way__block-group-item--lightGreen,
.p-way__block-group-item--lightGreen + .p-way__block-group-item--lightGreen {
	margin-top: 0;
}

.p-way__block-group-label {
	display: none;
}

.p-way__block-group-content {
	display: block;
	height: 100%;
	padding-bottom: 160px;
	background-color: #f2f2f2;
}

.p-way__block-group-content-inner + .p-way__block-group-content-inner {
	margin-top: 0;
}

.p-way__block-group-content-inner {
	margin-top: 0;
	padding-top: 22px;
	padding-right: 31px;
	padding-bottom: 8px;
	padding-left: 31px;
}

.p-way__block-group-text {
	font-size: 16px;
}

.p-way__rep-title {
	margin: 0 auto;
	padding: 14px;
	border-radius: 5px;
	font-size: 34px;
}

.p-way__rep-body {
	margin-top: 34px;
}

.p-way__rep-lead {
	width: 400px;
	margin-top: 125px;
	margin-left: 30px;
}

.p-way__rep-intro {
	aspect-ratio: 1000/340;
	margin: -120px auto 0;
	padding: 180px 0 0;
	background: url(../img/img-way-representative.jpg) no-repeat center center/cover;
}

.p-way__rep-affiliation {
	display: inline-block;
	width: 235px;
	margin-left: 40px;
}

.p-way__rep-name {
	display: inline-block;
	width: 110px;
	margin-top: 0;
	margin-left: 10px;
}

.p-way__rep-content {
	margin-top: 48px;
}

.p-way__rep-heading {
	font-feature-settings: normal;
	font-size: 24px;
}

.p-way__rep-text {
	font-feature-settings: "palt";
	margin-top: 24px;
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.1em;
}

}

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

.u-display--lg {
	display: block;
}

.p-tokyo__inner {
	width: calc(100% - 80px);
	max-width: 900px;
}

.p-tokyo__items {
	-moz-column-gap: 2.0833333333vw;
	column-gap: 2.0833333333vw;
}

.p-way__inner {
	width: calc(100% - 80px);
	max-width: 1100px;
}

.p-way__block--second .p-way__block-group--second .p-way__block-group-description br {
	display: block;
}

.p-way__rep-inner {
	max-width: 1000px;
}

.p-way__rep-lead {
	width: 500px;
}

.p-way__rep-intro {
	margin: -170px auto 0;
	padding: 246px 0 0;
}

.p-way__rep-affiliation {
	margin-left: 11.5625vw;
}

.p-way__rep-heading {
	font-size: 32px;
}

}

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

.p-way__description-item-content {
	min-height: auto;
}

.p-way__rep-lead {
	width: 607px;
}

}

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

.p-tokyo__items {
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.p-way__description-item + .p-way__description-item,
.p-way__description-item--lightGreen + .p-way__description-item,
.p-way__description-item--green + .p-way__description-item,
.p-way__description-item + .p-way__description-item--lightGreen,
.p-way__description-item--lightGreen + .p-way__description-item--lightGreen,
.p-way__description-item--green + .p-way__description-item--lightGreen,
.p-way__description-item + .p-way__description-item--green,
.p-way__description-item--lightGreen + .p-way__description-item--green,
.p-way__description-item--green + .p-way__description-item--green {
	margin-left: 18px;
}

.p-way__block-group-description {
	right: 50px;
	bottom: 18px;
	padding: 24px 85px 26px;
}

.p-way__rep-affiliation {
	margin-left: 222px;
}

}

