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

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

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

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

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

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
	overflow: auto;
}

body {
	color: #333;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 1.5625;
	overflow: hidden;
	position: relative;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

section {
	position: relative;
	width: 100%;
}

a,
button {
	color: inherit;
	text-decoration: none;
}

picture {
	display: block;
	line-height: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	border: none;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

[type=search] {
	border-offset: -2px;
	-webkit-appearance: none;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

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

/*underline*/

/*arrow-fade*/

/* fade */

.js-fade__view {
	display: block;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__view--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__view--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__view.js-fade__view {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.js-fade__down {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__down--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__down--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__down.js-fade__down {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

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

/* layout
-------------------------------------------------------*/

/**
 * input
 *
 */

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	border: none;
	border: none;
	border: none;
	border-radius: 5px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 17px 18px;
	position: relative;
	width: 100%;
}

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

/**
 * textarea
 *
 */

textarea {
	border: none;
	border: none;
	border-radius: 5px;
	height: 300px;
	letter-spacing: 0.1em;
	padding: 10px;
	position: relative;
	width: 100%;
}

input[type=text]:disabled {
	background: transparent;
	cursor: not-allowed;
}

input[type=text]:disabled::-moz-placeholder {
	color: #1F4980;
	opacity: 1;
}

input[type=text]:disabled::-webkit-input-placeholder {
	color: #1F4980;
	opacity: 1;
}

input[type=text]:disabled::-ms-input-placeholder {
	color: #1F4980;
	opacity: 1;
}

input[type=text]:disabled::placeholder {
	color: #1F4980;
	opacity: 1;
}

/**
 * radio
 *
 */

input[type=radio] {
	display: none;
	vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 10px 10px 10px 40px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
	border: 1px solid #7f7f7f;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 20px;
	z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
	background-color: #1F4980;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 12px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}

/**
 * checkbox
 *
 */

input[type=checkbox] {
	display: none;
	vertical-align: middle;
}

input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 35px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
}

input[type=checkbox] + label::before {
	background: #fff;
	border: 2px #818181 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	z-index: 2;
}

input[type=checkbox] + label::after {
	border-bottom: 3px solid #1F4980;
	border-left: 3px solid #1F4980;
	content: "";
	display: block;
	height: 5px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	width: 10px;
	z-index: 3;
}

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

/**
 * tel(column)
 *
 */

.mwform-tel-field {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mwform-tel-field > input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100% !important;
}

/**
 * select
 *
 */

.select-parts {
	border: 1px #1F4980 solid;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.select-parts::after {
	background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
	content: "";
	height: 10px;
	margin-top: 2px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	z-index: 5;
}

.select-parts select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbefe3;
	border: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7f7f7f;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	height: 45px;
	letter-spacing: 0.1em;
	padding: 0 20px 0 15px;
	position: relative;
	text-align: center;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width: 100%;
}

/**
 * file
 *
 */

input[type=file] + label {
	margin: 0 10px 0 0;
	padding: 15px 0;
	width: 160px;
}

input[type=file] + label:after {
	left: 170px;
}

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

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

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

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

.l-footer {
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-top: 4rem;
}

.l-footer.--bg-white {
	background-color: #fff;
	padding-top: 80px;
	padding-top: 8rem;
}

.l-footer__content {
	gap: 50px 40px;
	gap: 5rem 4rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__content + * {
	margin-top: 59px;
	margin-top: 5.9rem;
}

.l-footer__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 548px;
	max-width: 54.8rem;
}

.l-footer__logo {
	display: block;
	max-width: 384px;
	max-width: 38.4rem;
	mix-blend-mode: darken;
}

.l-footer__logo + * {
	margin-top: 13px;
	margin-top: 1.3rem;
}

.l-footer__address {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.l-footer__address + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.l-footer__tel {
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__tel::before {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_tel.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 67px;
	width: 6.7rem;
}

.l-footer__tel .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__tel .inner .text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.34em;
	line-height: 1.5;
}

.l-footer__tel .inner .num {
	color: #1F4980;
	font-family: "Poppins", sans-serif;
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1489361702;
}

.l-footer__tel + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.l-footer__medical-hours {
	border-bottom: 1px solid #1F4980;
	border-top: 1px solid #1F4980;
	color: #1F4980;
	width: 100%;
}

.l-footer__medical-hours thead th {
	padding-bottom: 17px;
	padding-bottom: 1.7rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.l-footer__medical-hours tbody tr + tr th,
.l-footer__medical-hours tbody tr + tr td {
	padding-top: 6px;
	padding-top: 0.6rem;
}

.l-footer__medical-hours tbody tr:last-child th,
.l-footer__medical-hours tbody tr:last-child td {
	padding-bottom: 27px;
	padding-bottom: 2.7rem;
}

.l-footer__medical-hours tbody th {
	text-align: right;
}

.l-footer__medical-hours th {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.45;
}

.l-footer__medical-hours th:nth-child(1) {
	width: 170px;
	width: 17rem;
}

.l-footer__medical-hours td {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.l-footer__news {
	max-width: 588px;
	max-width: 58.8rem;
	width: 46.6666666667%;
}

.l-footer__news-article {
	border-bottom: 1px solid #1F4980;
}

.l-footer__news-link {
	display: block;
	padding: 16px 20px 20px;
	padding: 1.6rem 2rem 2rem;
}

.l-footer__news-info {
	gap: 16px;
	gap: 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__news-info + * {
	margin-top: 2px;
	margin-top: 0.2rem;
}

.l-footer__news-date {
	color: #1F4980;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
}

.l-footer__news-category {
	background-color: #1F4980;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.9166666667;
	padding-left: 9px;
	padding-left: 0.9rem;
	padding-right: 9px;
	padding-right: 0.9rem;
}

.l-footer__news-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.l-footer__news-title + * {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.l-footer__news-text {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.6;
	overflow: hidden;
	padding-right: 34px;
	padding-right: 3.4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.l-footer__nav-list {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__nav-item:not(:first-child) .l-footer__nav-link::before {
	aspect-ratio: 15/16;
	background: url(../images/icon/icon_footer-nav-slash.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 15px;
	width: 1.5rem;
}

.l-footer__nav-link {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5625;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
	text-transform: uppercase;
}

.l-footer__map {
	aspect-ratio: 1440/360;
	margin-top: 40px;
	margin-top: 4rem;
	width: 100%;
}

.l-footer__map iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.l-footer__copy {
	background-color: #1F4980;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.0833333333;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
	text-align: center;
}

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

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

.l-grid {
	gap: 40px 60px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

.l-grid--col4 {
	grid-template-columns: repeat(4, 1fr);
}

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

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

body.is-open .l-header__logo-wrap {
	opacity: 0;
}

.l-header {
	height: 117px;
	height: 11.7rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-header__inner {
	left: 0;
	padding-bottom: 25px;
	padding-bottom: 2.5rem;
	padding-right: 90px;
	padding-right: 9rem;
	padding-top: 32px;
	padding-top: 3.2rem;
	position: fixed;
	top: 0;
	width: 100%;
}

.l-header__logo {
	display: block;
	width: 180px;
	width: 18rem;
}

.l-header__logo-wrap {
	left: 104px;
	left: 10.4rem;
	position: absolute;
	top: 12px;
	top: 1.2rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 5;
}

.l-header__content {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	width: 100%;
}

.l-header__tel {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header__tel::before {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_tel.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 44.42px;
	width: 4.442rem;
}

.l-header__tel .inner {
	font-weight: 700;
}

.l-header__tel .text {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.l-header__tel .num {
	color: #1F4980;
	font-family: "Poppins", sans-serif;
	font-size: 31px;
	font-size: 3.1rem;
	letter-spacing: 0;
	line-height: 1.1612903226;
}

.l-header__trigger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1F4980;
	border-radius: 0.3rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	height: 6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 60px;
	width: 6rem;
}

.l-header__trigger::before,
.l-header__trigger::after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-header__trigger::before {
	background: url(../images/common/menu-open.png) 50%/contain no-repeat;
}

.l-header__trigger::after {
	background: url(../images/common/menu-close.png) 50%/contain no-repeat;
	opacity: 0;
}

.l-header__trigger.is-active::before {
	opacity: 0;
}

.l-header__trigger.is-active::after {
	opacity: 1;
}

.l-header__trigger-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 30px;
	width: 3rem;
}

.l-header__trigger-wrap {
	display: inline-block;
	height: 25px;
	height: 2.5rem;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 30px;
	width: 3rem;
}

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

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

.l-info-list__list.l-grid {
	gap: 19px;
	gap: 1.9rem;
}

.l-info-list__link {
	background-color: #fff;
	border-radius: 0.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.l-info-list__image {
	aspect-ratio: 301/179;
	overflow: hidden;
}

.l-info-list__image.--noimage {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #EBEEF3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-info-list__image.--noimage img {
	-o-object-fit: contain;
	height: auto;
	mix-blend-mode: darken;
	object-fit: contain;
	width: 80%;
}

.l-info-list__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.l-info-list__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	padding: 2rem;
}

.l-info-list__info {
	gap: 1.6em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-info-list__info + * {
	margin-top: 2px;
	margin-top: 0.2rem;
}

.l-info-list__date {
	color: #1F4980;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4285714286;
}

.l-info-list__category {
	background-color: #1F4980;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.9166666667;
	padding-left: 9px;
	padding-left: 0.9rem;
	padding-right: 9px;
	padding-right: 0.9rem;
}

.l-info-list__title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.l-info-list__title + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.l-info-list__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.l-info-list__more {
	gap: 7px;
	gap: 0.7rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #1F4980;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.625;
	margin-left: auto;
	margin-top: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-info-list__more::before,
.l-info-list__more::after {
	content: "";
	display: block;
}

.l-info-list__more::before {
	background-color: #1F4980;
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.l-info-list__more::after {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_arrow.svg) 50%/contain no-repeat;
	width: 24px;
	width: 2.4rem;
}

.l-info-single__main {
	padding-top: 196px;
	padding-top: 19.6rem;
}

.l-info-single__info {
	gap: 16px;
	gap: 1.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-info-single__info + * {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.l-info-single__date {
	color: #1F4980;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
}

.l-info-single__category {
	background-color: #1F4980;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5833333333;
	padding: 2px 9px;
	padding: 0.2rem 0.9rem;
}

.l-info-single__category-wrap {
	gap: 10px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-info-single__title {
	border-bottom: 1px solid #C4C4C4;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.8;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	position: relative;
}

.l-info-single__title::after {
	background-color: #1F4980;
	bottom: -2px;
	content: "";
	display: block;
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 146px;
	width: 14.6rem;
}

.l-info-single__title + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.l-info-single__content {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 80px;
	padding-bottom: 8rem;
}

.l-info-single__content + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.l-info-single__content h2 {
	border-left: 6px solid #1F4980;
	border-left: 0.6rem solid #1F4980;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	padding-left: 16px;
	padding-left: 1.6rem;
	position: relative;
}

.l-info-single__content h3 {
	border-bottom: 2px solid #1F4980;
	border-top: 2px solid #1F4980;
	font-size: 19px;
	font-size: 1.9rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.l-info-single__content h4 {
	border-bottom: 1px solid #1F4980;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}

.l-info-single__content h5,
.l-info-single__content h6 {
	font-size: 17px;
	font-size: 1.7rem;
}

.l-info-single__content h5 {
	background-color: #F5F5F5;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.l-info-single__content h2,
.l-info-single__content h3,
.l-info-single__content h4,
.l-info-single__content h5,
.l-info-single__content h6 {
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.l-info-single__content h2 + *,
.l-info-single__content h3 + *,
.l-info-single__content h4 + *,
.l-info-single__content h5 + *,
.l-info-single__content h6 + * {
	margin-top: 30px;
	margin-top: 3rem;
}

.l-info-single__content .has-large-font-size {
	font-size: 2em !important;
}

.l-info-single__content .has-medium-font-size {
	font-size: 1em !important;
}

.l-info-single__content .has-small-font-size {
	font-size: 0.8em !important;
}

.l-info-single__content .has-x-large-font-size {
	font-size: 2.5em !important;
}

.l-info-single__content p,
.l-info-single__content details {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2;
}

.l-info-single__content p + *,
.l-info-single__content details + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.l-info-single__content p + p,
.l-info-single__content details + p {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.l-info-single__content ol li,
.l-info-single__content ul li {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 2;
}

.l-info-single__content ol li + li,
.l-info-single__content ul li + li {
	margin-top: 10px;
	margin-top: 1rem;
}

.l-info-single__content ol + *,
.l-info-single__content ul + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.l-info-single__content ol {
	list-style-position: inside;
	list-style-type: decimal !important;
}

.l-info-single__content ol li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.l-info-single__content ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.l-info-single__content ul li::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 4px;
	height: 0.4rem;
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	margin-left: 6px;
	margin-left: 0.6rem;
	margin-right: 10px;
	margin-right: 1rem;
	width: 4px;
	width: 0.4rem;
}

.l-info-single__content details {
	border: 1px solid #fff;
	padding: 20px 30px;
	padding: 2rem 3rem;
}

.l-info-single__content details summary {
	font-size: 17px;
	font-size: 1.7rem;
}

.l-info-single__content figure {
	margin-bottom: 0;
}

.l-info-single__content figure img {
	width: 100%;
}

.l-info-single__content figure.wp-block-table + * {
	margin-top: 50px;
	margin-top: 5rem;
}

.l-info-single__content figure + * {
	margin-top: 30px;
	margin-top: 3rem;
}

.l-info-single__content figure + h2 {
	margin-top: 100px;
	margin-top: 10rem;
}

.l-info-single__content figure + h3,
.l-info-single__content figure + h4,
.l-info-single__content figure + h5,
.l-info-single__content figure + h6 {
	margin-top: 80px;
	margin-top: 8rem;
}

.l-info-single__content .wp-block-media-text__content {
	margin-top: 0;
}

.l-info-single__content strong {
	font-weight: 700;
}

.l-info-single__content em {
	font-style: italic;
}

.l-info-single__content a {
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.l-info-single__content a:hover,
.l-info-single__content a:focus {
	color: #1F4980;
	opacity: 0.7;
}

.l-info-single__content .wp-block-buttons a {
	text-decoration: none;
}

.l-info-single__content p + .wp-block-table,
.l-info-single__content ul + .wp-block-table,
.l-info-single__content ol + .wp-block-table,
.l-info-single__content details + .wp-block-table,
.l-info-single__content .wp-block-media-text + .wp-block-table,
.l-info-single__content .wp-block-group + .wp-block-table,
.l-info-single__content wp-block-buttons + .wp-block-table,
.l-info-single__content .wp-block-table + .wp-block-table {
	margin-top: 50px;
	margin-top: 5rem;
}

.l-info-single__content p + figure,
.l-info-single__content ul + figure,
.l-info-single__content ol + figure,
.l-info-single__content details + figure,
.l-info-single__content .wp-block-media-text + figure,
.l-info-single__content .wp-block-group + figure,
.l-info-single__content wp-block-buttons + figure,
.l-info-single__content .wp-block-table + figure {
	margin-top: 30px;
	margin-top: 3rem;
}

.l-info-single__content p + h2,
.l-info-single__content p + h3,
.l-info-single__content p + h4,
.l-info-single__content p + h5,
.l-info-single__content p + h6,
.l-info-single__content ul + h2,
.l-info-single__content ul + h3,
.l-info-single__content ul + h4,
.l-info-single__content ul + h5,
.l-info-single__content ul + h6,
.l-info-single__content ol + h2,
.l-info-single__content ol + h3,
.l-info-single__content ol + h4,
.l-info-single__content ol + h5,
.l-info-single__content ol + h6,
.l-info-single__content details + h2,
.l-info-single__content details + h3,
.l-info-single__content details + h4,
.l-info-single__content details + h5,
.l-info-single__content details + h6,
.l-info-single__content .wp-block-media-text + h2,
.l-info-single__content .wp-block-media-text + h3,
.l-info-single__content .wp-block-media-text + h4,
.l-info-single__content .wp-block-media-text + h5,
.l-info-single__content .wp-block-media-text + h6,
.l-info-single__content .wp-block-group + h2,
.l-info-single__content .wp-block-group + h3,
.l-info-single__content .wp-block-group + h4,
.l-info-single__content .wp-block-group + h5,
.l-info-single__content .wp-block-group + h6,
.l-info-single__content wp-block-buttons + h2,
.l-info-single__content wp-block-buttons + h3,
.l-info-single__content wp-block-buttons + h4,
.l-info-single__content wp-block-buttons + h5,
.l-info-single__content wp-block-buttons + h6,
.l-info-single__content .wp-block-table + h2,
.l-info-single__content .wp-block-table + h3,
.l-info-single__content .wp-block-table + h4,
.l-info-single__content .wp-block-table + h5,
.l-info-single__content .wp-block-table + h6 {
	margin-top: 80px;
	margin-top: 8rem;
}

.l-info-single__content .wp-block-spacer {
	margin-top: 0;
}

.l-info-single__content .wp-block-table thead {
	background-color: #1F4980;
	border-bottom: none;
}

.l-info-single__content .wp-block-table thead th {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-bottom: 17px;
	padding-top: 17px;
	text-align: center;
}

.l-info-single__content .wp-block-table td {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 19px;
}

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

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

.l-main {
	padding-top: 117px;
	padding-top: 11.7rem;
	position: relative;
	width: 100%;
}

.l-main--under {
	padding-bottom: 80px;
	padding-bottom: 8rem;
}

.l-main__inner {
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-main--404 {
	padding-block: 240px 120px;
	padding-block: 24rem 12rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-main--404 .error-h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-main--404 .error-h1 .en {
	color: #1F4980;
	font-family: "Poppins", sans-serif;
	font-size: 86px;
	font-size: 8.6rem;
	font-weight: 700;
	line-height: 1.1981132075;
}

.l-main--404 .error-h1 .jp {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.5652173913;
	text-align: center;
}

.l-main--404 .error-h1 + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.l-main--404 .error-text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	text-align: center;
}

.l-main--404 .error-text + * {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.l-main--404 .error-link .c-btn {
	margin-inline: auto;
	max-width: 300px;
	max-width: 30rem;
}

.no-link {
	opacity: 0.4 !important;
	pointer-events: none !important;
}

.no-link--ba {
	pointer-events: none !important;
}

.no-link--ba::before,
.no-link--ba::after {
	opacity: 0.4 !important;
	pointer-events: none !important;
}

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

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

body.is-open .l-navi {
	opacity: 1;
	visibility: visible;
}

.l-navi {
	-ms-overflow-style: none;
	scrollbar-width: none;
	background-color: #fff;
	border-radius: 3rem 0 0 3rem;
	height: auto;
	max-height: calc(100vh - 11.7rem);
	opacity: 0;
	overflow: scroll;
	padding: 96px 77px 106px;
	padding: 9.6rem 7.7rem 10.6rem;
	position: fixed;
	right: 0;
	top: 117px;
	top: 11.7rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 680px;
	width: 68rem;
	z-index: 50;
}

.l-navi ::-webkit-scrollbar {
	display: none;
}

.l-navi__inner {
	max-width: 442px;
	max-width: 44.2rem;
}

.l-navi__menu-item + .l-navi__menu-item {
	margin-top: 12px;
	margin-top: 1.2rem;
}

.l-navi__menu-link {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}

.l-navi__menu-link:lang(en) {
	text-transform: uppercase;
}

.l-navi__menu-link::before,
.l-navi__menu-link::after {
	aspect-ratio: 1/1;
	content: "";
	display: block;
}

.l-navi__menu-link::before {
	background-color: #1F4980;
	border-radius: 50%;
	width: 7px;
	width: 0.7rem;
}

.l-navi__menu-link::after {
	background: url(../images/icon/icon_arrow-nav.svg) 50%/contain no-repeat;
	width: 25px;
	width: 2.5rem;
}

.l-navi__menu + * {
	margin-top: 60px;
	margin-top: 6rem;
}

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

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

.l-single__pager {
	gap: 32px;
	gap: 3.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-single__pager.--nonext.--noprev {
	display: none;
}

.l-single__pager.--noprev {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-single__pager a.l-single__pager-link {
	gap: 11px;
	gap: 1.1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-single__pager a.l-single__pager-link:hover,
.l-single__pager a.l-single__pager-link:focus-visible {
	color: #1F4980;
	opacity: 0.8;
}

.l-single__pager a.l-single__pager-link::before {
	aspect-ratio: 40/33;
	background: url(../images/icon/icon_pager.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 40px;
	width: 4rem;
}

.l-single__pager a.l-single__pager-link.next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-single__pager a.l-single__pager-link.next::before {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.l-single__pager a.l-single__pager-link .label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.8;
}

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

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

.l-undermv {
	padding-left: 40px;
	padding-left: 4rem;
	padding-right: 40px;
	padding-right: 4rem;
	position: relative;
}

.l-undermv__body {
	background: url(../images/common/undermv-bg.jpg) 50%/cover no-repeat;
	border-radius: 1.6rem;
	padding-bottom: 93px;
	padding-bottom: 9.3rem;
	padding-top: 93px;
	padding-top: 9.3rem;
	position: relative;
}

.l-undermv__body::before {
	aspect-ratio: 238/73;
	background: url(../images/top/shape-header.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 35px;
	left: 3.5rem;
	position: absolute;
	top: -1px;
	width: 238px;
	width: 23.8rem;
}

.l-undermv__title {
	color: #1F4980;
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4772727273;
	text-align: center;
}

.l-undermv__title .mn {
	font-size: 32px;
	font-size: 3.2rem;
}

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

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

.c-btn {
	background-color: #9D8959;
	border: 1px solid #9D8959;
	border-radius: 0.3rem;
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	padding-right: 27px;
	padding-right: 2.7rem;
	padding-top: 20px;
	padding-top: 2rem;
	position: relative;
	text-align: center;
}

.c-btn.--back {
	padding-left: 27px;
	padding-left: 2.7rem;
	padding-right: 0;
}

.c-btn.--back::after {
	left: 26px;
	left: 2.6rem;
	right: auto;
	-webkit-transform: scale(-1, 1) translateY(-50%);
	transform: scale(-1, 1) translateY(-50%);
}

.c-btn::after {
	aspect-ratio: 11/14;
	-webkit-mask: url(../images/icon/icon_arrow-btn.svg) 50%/contain no-repeat;
	background-color: #fff;
	content: "";
	display: block;
	mask: url(../images/icon/icon_arrow-btn.svg) 50%/contain no-repeat;
	position: absolute;
	right: 20px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 11px;
	width: 1.1rem;
}

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

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

.c-pagination + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.c-pagination .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.c-pagination .page-numbers li {
	border: 1px solid #C6C6C6;
}

.c-pagination .page-numbers li:first-child,
.c-pagination .page-numbers li:last-child {
	overflow: hidden;
}

.c-pagination .page-numbers li:first-child {
	border-radius: 0.4rem 0 0 0.4rem;
}

.c-pagination .page-numbers li:last-child {
	border-radius: 0 0.4rem 0.4rem 0;
}

.c-pagination .page-numbers li + li {
	border-left: none;
}

.c-pagination li a {
	display: block;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.c-pagination li a:hover,
.c-pagination li a:focus-visible {
	opacity: 0.7;
}

.c-pagination li .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #1F4980;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.625;
	padding: 10px 16px;
	padding: 1rem 1.6rem;
}

.c-pagination li .page-numbers.dots {
	background-color: transparent;
	border: none;
	padding-bottom: 4px;
	padding-bottom: 0.4rem;
	padding-top: 0;
}

.c-pagination li .current {
	background: #1F4980;
	color: #fff;
}

.c-pagination li .prev,
.c-pagination li .next {
	aspect-ratio: auto;
	border: none;
	display: block;
	margin: 0;
	overflow: hidden;
}

.c-pagination li .prev:hover,
.c-pagination li .prev:focus-visible,
.c-pagination li .next:hover,
.c-pagination li .next:focus-visible {
	opacity: 0.7;
}

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

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

.c-primary-title {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5882352941;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-primary-title::after {
	background-color: #1F4980;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-primary-title + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

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

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

.c-secondary-title {
	background-color: #1F4980;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 40px;
	padding: 1rem 4rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-secondary-title + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

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

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

.p-top-about {
	background-color: #EBEEF3;
	padding-bottom: 80px;
	padding-bottom: 8rem;
	padding-top: 80px;
	padding-top: 8rem;
}

.p-top-about .c-primary-title + * {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-top-about__body {
	background-color: #fff;
	padding: 62px 40px;
	padding: 6.2rem 4rem;
}

.p-top-about__dl {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	max-width: 72rem;
}

.p-top-about__dl .inner {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #1F4980;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
}

.p-top-about__dl .inner + .inner {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-top-about__dt,
.p-top-about__dd {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.9444444444;
}

.p-top-about__dt {
	width: 240px;
	width: 24rem;
}

.p-top-about__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

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

.p-top-concept {
	overflow: hidden;
	padding-bottom: 70px;
	padding-bottom: 7rem;
	padding-top: 33px;
	padding-top: 3.3rem;
	position: relative;
	z-index: 1;
}

.p-top-concept::after {
	background: url(../images/top/concept-bg.jpg) 50%/cover no-repeat;
	bottom: 0;
	content: "";
	display: block;
	height: 350px;
	height: 35rem;
	left: 50%;
	min-width: 1440px;
	min-width: 144rem;
	opacity: 0.5;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-top-concept__body {
	background-color: #fff;
	border: 5px solid #EBEEF3;
	border: 0.5rem solid #EBEEF3;
	border-radius: 1.6rem;
	padding: 13px 40px 56px;
	padding: 1.3rem 4rem 5.6rem;
	position: relative;
	z-index: 1;
}

.p-top-concept__body::before,
.p-top-concept__body::after {
	aspect-ratio: 1/1;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90px;
	width: 9rem;
}

.p-top-concept__body::before {
	background-color: #fff;
	top: 0;
	z-index: -1;
}

.p-top-concept__body:after {
	background-color: #fff;
	border: 5px solid #EBEEF3;
	border: 0.5rem solid #EBEEF3;
	border-radius: 50%;
	top: -33px;
	top: -3.3rem;
	z-index: -2;
}

.p-top-concept__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1F4980;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1666666667;
	text-align: center;
	text-transform: uppercase;
}

.p-top-concept__title::before {
	aspect-ratio: 1/1;
	background: url(../images/top/concept-title-icon.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	margin-top: -16px;
	margin-top: -1.6rem;
	width: 29px;
	width: 2.9rem;
}

.p-top-concept__title + * {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-top-concept__main {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-concept__main .text {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(31, 73, 128, .5);
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 2rem 0.8rem rgba(31, 73, 128, .5);
	box-shadow: 0px 0px 2rem 0.8rem rgba(31, 73, 128, .5);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	width: 186px;
	width: 18.6rem;
}

.p-top-concept__main .plus,
.p-top-concept__main .equal {
	color: #1F4980;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0;
}

.p-top-concept__main + * {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-top-concept__text {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
}

.p-top-concept__text .blue {
	color: #1F4980;
	font-size: 24px;
	font-size: 2.4rem;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

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

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

.p-top-denture {
	background-color: #EBEEF3;
	padding-bottom: 65px;
	padding-bottom: 6.5rem;
	padding-top: 65px;
	padding-top: 6.5rem;
}

.p-top-denture__title {
	gap: 24px;
	gap: 2.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-denture__title .title {
	background-color: #1F4980;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 10px 40px;
	padding: 1rem 4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-denture__title .text {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-denture__title .text .underline {
	position: relative;
}

.p-top-denture__title .text .underline::after {
	background-color: #1F4980;
	bottom: -3px;
	bottom: -0.3rem;
	content: "";
	display: block;
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-denture__title + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-denture__images {
	gap: 52px;
	gap: 5.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.p-top-denture__images::after {
	aspect-ratio: 21/32;
	background: url(../images/top/icon_arrow-denture.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 21px;
	width: 2.1rem;
}

.p-top-denture__images + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-denture__image {
	border-radius: 0.3rem;
	overflow: hidden;
	position: relative;
	width: calc(50% - 2.6rem);
}

.p-top-denture__image.--before::before,
.p-top-denture__image.--after::before {
	background-color: #1F4980;
	border-radius: 0.3rem;
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 7.5px 24px;
	padding: 0.75rem 2.4rem;
	position: absolute;
	text-transform: capitalize;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-denture__image.--before::before {
	content: "before";
}

.p-top-denture__image.--after::before {
	content: "after";
}

.p-top-denture__idea {
	gap: 95px;
	gap: 9.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 47px 61px 43px;
	padding: 4.7rem 6.1rem 4.3rem;
	position: relative;
}

.p-top-denture__idea::after {
	aspect-ratio: 235/52;
	background-color: #fff;
	bottom: 10px;
	bottom: 1rem;
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 235px;
	width: 23.5rem;
}

.p-top-denture__idea-box {
	width: 50%;
}

.p-top-denture__idea-h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	position: relative;
}

.p-top-denture__idea-h3::after,
.p-top-denture__idea-h3 span::after {
	background-color: #1F4980;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-denture__idea-h3 span {
	position: relative;
}

.p-top-denture__idea-h3 span::after {
	display: none;
}

.p-top-denture__idea-h3 + * {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.p-top-denture__idea-item {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-denture__idea-item::before {
	aspect-ratio: 1/1;
	background: url(../images/top/icon_check-denture.png) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 24px;
	width: 2.4rem;
}

.p-top-denture__idea-item span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-denture__idea-item + .p-top-denture__idea-item {
	margin-top: 10px;
	margin-top: 1rem;
}

.p-top-denture__idea-image {
	width: 32.7628361858%;
}

.p-top-denture__idea-image img {
	width: 100%;
}

.p-top-denture__idea + * {
	margin-top: 82px;
	margin-top: 8.2rem;
}

.p-top-denture__lead {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.6;
	text-align: center;
}

.p-top-denture__lead .underline {
	position: relative;
	z-index: 1;
}

.p-top-denture__lead .underline::after {
	background-color: #1F4980;
	bottom: 3px;
	bottom: 0.3rem;
	content: "";
	display: block;
	height: 6px;
	height: 0.6rem;
	left: 0;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-top-denture__lead .mn {
	font-size: 20px;
	font-size: 2rem;
}

.p-top-denture__lead + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-top-denture__text {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-denture__text .bold {
	color: #1F4980;
	font-size: 20px;
	font-size: 2rem;
}

.p-top-denture__text + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-top-denture__btn .c-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 417px;
	max-width: 41.7rem;
}

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

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

.p-top-feature {
	padding-bottom: 100px;
	padding-bottom: 10rem;
	padding-top: 80px;
	padding-top: 8rem;
}

.p-top-feature__body {
	gap: 0 48px;
	gap: 0 4.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-top-feature__box {
	padding-left: 20px;
	padding-left: 2rem;
	width: 50%;
}

.p-top-feature__title {
	gap: 24px;
	gap: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-feature__title .title {
	background-color: #1F4980;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 10px 40px;
	padding: 1rem 4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-feature__title .text {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-feature__title .text span:nth-child(2) {
	padding-left: 20px;
	padding-left: 2rem;
}

.p-top-feature__title .text .underline {
	position: relative;
}

.p-top-feature__title .text .underline::after {
	background-color: #1F4980;
	bottom: -3px;
	bottom: -0.3rem;
	content: "";
	display: block;
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-feature__title + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-feature__lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-feature__lead.--02 {
	gap: 6px;
	gap: 0.6rem;
}

.p-top-feature__lead .blue {
	color: #1F4980;
}

.p-top-feature__lead .num {
	font-size: 32px;
	font-size: 3.2rem;
}

.p-top-feature__lead .lg {
	font-size: 24px;
	font-size: 2.4rem;
}

.p-top-feature__lead .text03,
.p-top-feature__lead .text04 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.06em;
}

.p-top-feature__lead .text03 .underline,
.p-top-feature__lead .text04 .underline {
	position: relative;
	z-index: 1;
}

.p-top-feature__lead .text03 .underline::after,
.p-top-feature__lead .text04 .underline::after {
	background-color: #1F4980;
	bottom: 3px;
	bottom: 0.3rem;
	content: "";
	display: block;
	height: 5px;
	height: 0.5rem;
	left: 0;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-top-feature__lead .text04 {
	margin-left: 14.262295082%;
}

.p-top-feature__lead + * {
	margin-top: 30px;
	margin-top: 3rem;
}

.p-top-feature__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-feature__text + * {
	margin-top: 47px;
	margin-top: 4.7rem;
}

.p-top-feature__text + *.p-top-feature__text {
	margin-top: 26px;
	margin-top: 2.6rem;
}

.p-top-feature__btn .c-btn {
	max-width: 417px;
	max-width: 41.7rem;
}

.p-top-feature__images {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1;
}

.p-top-feature__images::before,
.p-top-feature__images:after {
	aspect-ratio: 386/345;
	background: url(../images/top/feature-bg.png) 50%/contain no-repeat;
	content: "";
	display: block;
	opacity: 0.1;
	position: absolute;
	width: 368px;
	width: 36.8rem;
	z-index: -1;
}

.p-top-feature__images::before {
	right: -46px;
	right: -4.6rem;
	top: -40px;
	top: -4rem;
}

.p-top-feature__images:after {
	bottom: -42px;
	bottom: -4.2rem;
	left: 0;
}

.p-top-feature__image {
	-webkit-box-shadow: 0px 4px 14px rgba(31, 73, 128, .2);
	box-shadow: 0px 4px 14px rgba(31, 73, 128, .2);
}

.p-top-feature__image.--01 {
	width: 62.0274914089%;
}

.p-top-feature__image.--02 {
	margin-left: auto;
	margin-top: -31.4432989691%;
	position: relative;
	width: 53.264604811%;
	z-index: 1;
}

.p-top-feature__image img {
	width: 100%;
}

.p-top-feature__youtube {
	aspect-ratio: 280/162;
	width: calc(50% - 0.75rem);
}

.p-top-feature__youtube iframe {
	display: block;
	height: 100%;
	width: 100%;
}

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

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

.p-top-info__important-body {
	border: 2px solid #FFB4B0;
	border-radius: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.p-top-info__important-body p.p-top-info__important-link {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

.p-top-info__important-body + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-top-info__important-title {
	gap: 6px 17px;
	gap: 0.6rem 1.7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFB4B0;
	color: #DA1111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	width: 258px;
	width: 25.8rem;
}

.p-top-info__important-title::before {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_important.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 24px;
	width: 2.4rem;
}

.p-top-info__important-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-info__important-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0;
	line-height: 1.6666666667;
	padding: 36px 58px;
	padding: 3.6rem 5.8rem;
}

.p-top-info {
	padding-bottom: 80px;
	padding-bottom: 8rem;
	padding-top: 80px;
	padding-top: 8rem;
}

.p-top-info__body {
	background-color: #ECECEC;
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 50px;
	padding-top: 5rem;
}

.p-top-info__sp + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-top-info .l-info-list__list {
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
	max-width: 94rem;
}

.p-top-info__btn .c-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 223px;
	max-width: 22.3rem;
}

.p-top-info__btn .c-btn::after {
	right: 25px;
	right: 2.5rem;
}

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

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

.p-top-items {
	background: url(../images/top/items-bg.jpg) 50%/cover no-repeat;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.p-top-items__body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-items__box {
	padding-right: 32px;
	padding-right: 3.2rem;
	width: 51.1904761905%;
}

.p-top-items__title {
	background-color: #1F4980;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 10px 40px;
	padding: 1rem 4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-items__title + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-top-items__lead {
	gap: 8px;
	gap: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-items__lead .text01,
.p-top-items__lead .text02 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-items__lead .text02 {
	position: relative;
}

.p-top-items__lead .text02::after {
	background-color: #1F4980;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-items__lead + * {
	margin-top: 90px;
	margin-top: 9rem;
}

.p-top-items__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	max-width: 579px;
	max-width: 57.9rem;
}

.p-top-items__text .blue {
	color: #18AFB5;
}

.p-top-items__text + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-items__text + *.p-top-items__text {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-top-items__point {
	background-color: #EBEEF3;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	max-width: 579px;
	max-width: 57.9rem;
	padding: 41.5px 20px;
	padding: 4.15rem 2rem;
	text-align: center;
}

.p-top-items__point + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-items__btn .c-btn {
	max-width: 417px;
	max-width: 41.7rem;
}

.p-top-items__images {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 40px;
	padding-top: 4rem;
}

.p-top-items__image {
	-webkit-box-shadow: 0px 4px 14px rgba(31, 73, 128, .2);
	box-shadow: 0px 4px 14px rgba(31, 73, 128, .2);
}

.p-top-items__image:nth-child(1) {
	margin-left: 12.0325203252%;
	width: 66.1788617886%;
}

.p-top-items__image:nth-child(2) {
	margin-left: auto;
	margin-top: 9.2682926829%;
	width: 63.4146341463%;
}

.p-top-items__image:nth-child(3) {
	margin-top: 8.6178861789%;
	width: 61.1382113821%;
}

.p-top-items__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-items + * {
	margin-top: 80px;
	margin-top: 8rem;
}

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

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

.p-top-message {
	padding-bottom: 80px;
	padding-bottom: 8rem;
	padding-top: 109px;
	padding-top: 10.9rem;
}

.p-top-message .c-primary-title + * {
	margin-top: 11px;
	margin-top: 1.1rem;
}

.p-top-message__body {
	gap: 0 113px;
	gap: 0 11.3rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-top-message__box {
	padding-top: 24px;
	padding-top: 2.4rem;
	width: 50%;
}

.p-top-message__lead {
	color: #1F4980;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-message__lead + * {
	margin-top: 18px;
	margin-top: 1.8rem;
}

.p-top-message__text {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2;
}

.p-top-message__text + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-top-message__career {
	background-color: #ECECEC;
	border-radius: 0.3rem;
	overflow: hidden;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.p-top-message__career-title {
	background-color: #1F4980;
	border-radius: 0.3rem 0 0.3rem 0;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4285714286;
	padding: 6px 24px;
	padding: 0.6rem 2.4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-message__career-title + * {
	margin-top: 18px;
	margin-top: 1.8rem;
}

.p-top-message__career-list {
	padding-left: 34px;
	padding-left: 3.4rem;
	padding-right: 34px;
	padding-right: 3.4rem;
}

.p-top-message__career-list li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-message__career-list li::before {
	aspect-ratio: 1/1;
	background-color: #333;
	border-radius: 50%;
	content: "";
	display: block;
	margin-left: 10px;
	margin-left: 1rem;
	margin-right: 10px;
	margin-right: 1rem;
	margin-top: 13px;
	margin-top: 1.3rem;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	width: 4px;
}

.p-top-message__career-list li span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-message__career-list li + li {
	margin-top: 1px;
}

.p-top-message__career + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-message__career + *.p-top-message__career {
	margin-top: 0;
}

.p-top-message__btn .c-btn {
	max-width: 417px;
	max-width: 41.7rem;
}

.p-top-message__image {
	margin-left: auto;
	position: relative;
	width: 386px;
	width: 38.6rem;
	z-index: 1;
}

.p-top-message__image::before {
	aspect-ratio: 368/345;
	background: url(../images/top/message-bg.png) 50%/contain no-repeat;
	content: "";
	display: block;
	left: -130px;
	left: -13rem;
	opacity: 0.1;
	position: absolute;
	top: -94px;
	top: -9.4rem;
	width: 368px;
	width: 36.8rem;
	z-index: -1;
}

.p-top-message__image-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-message__name {
	gap: 0 12px;
	gap: 0 1.2rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	margin-left: auto;
	max-width: 208px;
	max-width: 20.8rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-message__name .text01 {
	font-size: 14px;
	font-size: 1.4rem;
}

.p-top-message__name .text02 {
	font-size: 24px;
	font-size: 2.4rem;
}

.p-top-message__name .text03 {
	color: #1F4980;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}

.p-top-message__name + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

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

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

.p-top-mv {
	height: calc(100vh - 11.7rem);
	padding-bottom: 42px;
	padding-bottom: 4.2rem;
	padding-left: 40px;
	padding-left: 4rem;
	padding-right: 40px;
	padding-right: 4rem;
}

.p-top-mv__body {
	height: 100%;
	position: relative;
}

.p-top-mv__body::before {
	aspect-ratio: 238/73;
	background: url(../images/top/shape-header.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	left: 35px;
	left: 3.5rem;
	position: absolute;
	top: -1px;
	width: 238px;
	width: 23.8rem;
}

.p-top-mv .u-con--md {
	height: 100%;
	left: 50%;
	max-width: 98.5294117647%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-top-mv__text {
	bottom: min(7.01vw, 101px);
	bottom: min(7.01vw, 10.1rem);
	left: min(2.78vw, 40px);
	left: min(2.78vw, 4rem);
	position: absolute;
}

.p-top-mv__copy {
	color: #1F4980;
	font-weight: 700;
}

.p-top-mv__copy.--col {
	gap: min(0.63vw, 9px);
	gap: min(0.63vw, 0.9rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-mv__copy .text01,
.p-top-mv__copy .text02 {
	background-color: #fff;
	font-size: min(3.06vw, 44px);
	font-size: min(3.06vw, 4.4rem);
	letter-spacing: 0.1em;
	line-height: 1.4772727273;
	padding: min(0.69vw, 10px) min(0.9vw, 13px);
	padding: min(0.69vw, 1rem) min(0.9vw, 1.3rem);
	width: 100%;
}

.p-top-mv__copy .text01 .mn,
.p-top-mv__copy .text02 .mn {
	font-size: min(2.64vw, 38px);
	font-size: min(2.64vw, 3.8rem);
}

.p-top-mv__copy-sub {
	background-color: #fff;
	font-size: min(1.67vw, 24px);
	font-size: min(1.67vw, 2.4rem);
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: min(1.39vw, 20px);
	margin-top: min(1.39vw, 2rem);
	padding: min(0.69vw, 10px);
	padding: min(0.69vw, 1rem);
}

.p-top-mv__news {
	gap: min(1.18vw, 17px);
	gap: min(1.18vw, 1.7rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .4);
	border-radius: 0.3rem;
	bottom: min(2.08vw, 30px);
	bottom: min(2.08vw, 3rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: min(1.39vw, 20px);
	padding: min(1.39vw, 2rem);
	position: absolute;
	right: min(2.78vw, 40px);
	right: min(2.78vw, 4rem);
	width: min(25.49vw, 367px);
	width: min(25.49vw, 36.7rem);
}

.p-top-mv__news-title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: min(0.97vw, 14px);
	font-size: min(0.97vw, 1.4rem);
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.p-top-mv__news-link {
	color: #fff;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: min(1.18vw, 17px);
	padding-left: min(1.18vw, 1.7rem);
	position: relative;
}

.p-top-mv__news-link::before,
.p-top-mv__news-link::after {
	content: "";
	display: block;
}

.p-top-mv__news-link::before {
	background-color: #fff;
	height: calc(100% - 1.1rem);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

.p-top-mv__news-link-inner {
	gap: min(0.21vw, 3px);
	gap: min(0.21vw, 0.3rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-mv__news-link-date {
	font-size: min(0.83vw, 12px);
	font-size: min(0.83vw, 1.2rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-top-mv__news-link-title {
	font-size: min(0.97vw, 14px);
	font-size: min(0.97vw, 1.4rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-top-mv__denture {
	aspect-ratio: 100/332;
	background: url(../images/top/shape-denture.svg) 50%/contain no-repeat;
	padding-bottom: min(1.11vw, 16px);
	padding-bottom: min(1.11vw, 1.6rem);
	padding-top: min(1.11vw, 16px);
	padding-top: min(1.11vw, 1.6rem);
	position: absolute;
	right: -1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.p-top-mv__denture-link {
	gap: min(0.69vw, 10px);
	gap: min(0.69vw, 1rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 min(2.08vw, 30px);
	padding: 0 min(2.08vw, 3rem);
}

.p-top-mv__denture-link::before,
.p-top-mv__denture-link::after {
	aspect-ratio: 1/1;
	content: "";
	display: block;
}

.p-top-mv__denture-link::before {
	background: url(../images/icon/icon_teeth.svg) 50%/contain no-repeat;
	width: min(1.53vw, 20px);
	width: min(1.53vw, 2rem);
}

.p-top-mv__denture-link::after {
	background: url(../images/top/mv-arrow-denture.svg) 50%/contain no-repeat;
	width: min(2.43vw, 35px);
	width: min(2.43vw, 3.5rem);
}

.p-top-mv__denture .text {
	gap: min(0.56vw, 8px);
	gap: min(0.56vw, 0.8rem);
	color: #1F4980;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: min(1.11vw, 16px);
	font-size: min(1.11vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-top-mv__scroll {
	aspect-ratio: 130/47;
	background: url(../images/top/shape-scroll.svg) 50%/contain no-repeat;
	bottom: -1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 130px;
	width: 13rem;
}

.p-top-mv__scroll-inner {
	aspect-ratio: 52/35;
	gap: 6px;
	gap: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 50%;
	position: absolute;
	top: 22px;
	top: 2.2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 52px;
	width: 5.2rem;
}

.p-top-mv__scroll-inner::after {
	aspect-ratio: 15/14;
	background: url(../images/top/mv-arrow-scroll.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	width: 15px;
	width: 1.5rem;
}

.p-top-mv__scroll-inner .text {
	color: #1F4980;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1428571429;
	text-transform: uppercase;
}

.p-top-mv__bg {
	border-radius: min(1.11vw, 1.6rem);
	height: 100%;
	overflow: hidden;
}

.p-top-mv__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

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

.p-top-oral {
	background: url(../images/top/oral-bg.jpg) 50%/cover no-repeat;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.p-top-oral__body {
	gap: 0 53px;
	gap: 0 5.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-oral__box {
	width: 50%;
}

.p-top-oral__title {
	gap: 24px;
	gap: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-oral__title .title {
	background-color: #1F4980;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 10px 40px;
	padding: 1rem 4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-oral__title .text {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-oral__title .text .underline {
	position: relative;
}

.p-top-oral__title .text .underline::after {
	background-color: #1F4980;
	bottom: -3px;
	bottom: -0.3rem;
	content: "";
	display: block;
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-oral__title + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-oral__lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-oral__lead .text02 .blue {
	font-size: 30px;
	font-size: 3rem;
}

.p-top-oral__lead .blue {
	color: #1F4980;
}

.p-top-oral__lead .num {
	font-size: 32px;
	font-size: 3.2rem;
}

.p-top-oral__lead + * {
	margin-top: 47px;
	margin-top: 4.7rem;
}

.p-top-oral__h3 {
	background-color: #1F4980;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 6px 20px;
	padding: 0.6rem 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-oral__h3 + * {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-top-oral__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-top-oral__text + * {
	margin-top: 47px;
	margin-top: 4.7rem;
}

.p-top-oral__text + *.p-top-oral__text {
	margin-top: 26px;
	margin-top: 2.6rem;
}

.p-top-oral__btn .c-btn {
	max-width: 417px;
	max-width: 41.7rem;
}

.p-top-oral__images {
	gap: 50px 15px;
	gap: 5rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-oral__image {
	-webkit-box-shadow: 0px 4px 14px rgba(31, 73, 128, .2);
	box-shadow: 0px 4px 14px rgba(31, 73, 128, .2);
	width: 93.0675909879%;
}

.p-top-oral__image img {
	width: 100%;
}

.p-top-oral__youtube {
	aspect-ratio: 280/162;
	width: calc(50% - 0.75rem);
}

.p-top-oral__youtube video,
.p-top-oral__youtube iframe {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

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

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

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

.p-message-about {
	background: url(../images/message/about-bg.jpg) 50%/cover no-repeat;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.p-message-about__body {
	gap: 24px 50px;
	gap: 2.4rem 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-message-about__box {
	width: 61.7021276596%;
}

.p-message-about__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.p-message-about__text + * {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-message-about__image {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(31,73,128,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	-webkit-filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-message-about__image img {
	width: 100%;
}

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

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

.p-message-important {
	padding-block: 50px;
	padding-block: 5rem;
}

.p-message-important + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-message-important__body {
	gap: 24px 35px;
	gap: 2.4rem 3.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-message-important__box {
	width: 53.7234042553%;
}

.p-message-important__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.p-message-important__image {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(31,73,128,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	-webkit-filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-message-important__image img {
	width: 100%;
}

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

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

.p-message-main {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 78px;
	padding-top: 7.8rem;
}

.p-message-main .p-top-message__body {
	gap: 63px;
	gap: 6.3rem;
}

.p-message-main .p-top-message__body + * {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-message-main .p-top-message__box {
	width: 55.8510638298%;
}

.p-message-main .p-top-message__box .c-primary-title {
	margin-left: 0;
}

.p-message-main .p-top-message__lead {
	color: #333;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2;
}

.p-message-main .p-top-message__image {
	width: 100%;
}

.p-message-main .p-top-message__image::before {
	width: 368px;
	width: 36.8rem;
}

.p-message-main .p-top-message__name {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	max-width: 260px;
	max-width: 26rem;
}

.p-message-main .p-top-message__career {
	padding-left: 26px;
	padding-left: 2.6rem;
	padding-right: 26px;
	padding-right: 2.6rem;
	padding-top: 50px;
	padding-top: 5rem;
	position: relative;
}

.p-message-main .p-top-message__career.l-grid {
	gap: 0 80px;
	gap: 0 8rem;
}

.p-message-main .p-top-message__career-title {
	left: 0;
	position: absolute;
	top: 0;
}

.p-message-main .p-top-message__career .p-top-message__career-list {
	margin-top: 0;
	padding: 0;
}

.p-message-main__sec {
	padding-block: 50px;
	padding-block: 5rem;
}

.p-message-main__sec + .p-message-main__sec {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-message-main__body {
	gap: 20px 35px;
	gap: 2rem 3.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-message-main__body.--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-message-main__body-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-message-main__body-image {
	width: 310px;
	width: 31rem;
}

.p-message-main__body + * {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-message-main__body + *.p-top-message__text {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-message-main + .p-message-important {
	margin-top: 80px;
	margin-top: 8rem;
}

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

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

.p-message-sub {
	padding-block: 60px;
	padding-block: 6rem;
	background: url(../images/message/sub-bg.jpg) 50%/cover no-repeat;
}

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

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

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

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

.p-feature__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.p-feature__text.--center {
	text-align: center;
}

.p-feature__text + .p-feature__text {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-feature-sec01 {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 78px;
	padding-top: 7.8rem;
}

.p-feature-sec01 + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-feature-sec01__body {
	gap: 24px 50px;
	gap: 2.4rem 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-feature-sec01__box {
	width: 63.2978723404%;
}

.p-feature-sec01__image {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(31,73,128,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	-webkit-filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-feature-sec01__image img {
	width: 100%;
}

.p-feature-sec02 {
	background: url(../images/message/about-bg.jpg) 50%/cover no-repeat;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.p-feature-sec02 .p-feature__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	max-width: 70rem;
}

.p-feature-sec02 + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-feature-sec03 {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 50px;
	padding-top: 5rem;
}

.p-feature-sec03 .p-feature__text + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-feature-sec03__dl {
	margin-left: auto;
	margin-right: auto;
	max-width: 748px;
	max-width: 74.8rem;
}

.p-feature-sec03__dl .inner {
	gap: 0 28px;
	gap: 0 2.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-feature-sec03__dl .inner::after {
	aspect-ratio: 125/2;
	background: url(../images/feature/dl-line.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	margin-top: 22px;
	margin-top: 2.2rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 125px;
	width: 12.5rem;
}

.p-feature-sec03__dl .inner + .inner {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-feature-sec03__dt,
.p-feature-sec03__dd {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	letter-spacing: 2;
}

.p-feature-sec03__dt {
	background-color: #BAE7E9;
	border-radius: 0.3rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	text-align: center;
	width: 276px;
	width: 27.6rem;
}

.p-feature-sec03__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 9px;
	margin-top: 0.9rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

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

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

.p-denture-feature {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 50px;
	padding-top: 5rem;
}

.p-denture-feature + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-denture-feature__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 542px;
	max-width: 54.2rem;
}

.p-denture-feature__list-item {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	counter-increment: feature;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}

.p-denture-feature__list-item::before {
	background-color: #1F4980;
	border-radius: 3.2rem;
	color: #fff;
	content: counter(feature);
	display: block;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	margin-top: 3px;
	margin-top: 0.3rem;
	text-align: center;
	width: 32px;
	width: 3.2rem;
}

.p-denture-feature__list-item span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-denture-feature__list-item + .p-denture-feature__list-item {
	margin-top: 10px;
	margin-top: 1rem;
}

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

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

.p-denture-flow {
	background: url(../images/denture/flow-bg.jpg) 50%/cover no-repeat;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.p-denture-flow + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-denture-flow__body {
	background-color: #fff;
	padding: 30px 20px;
	padding: 3rem 2rem;
}

.p-denture-flow__list {
	padding-bottom: 30px;
	padding-bottom: 3rem;
	padding-top: 30px;
	padding-top: 3rem;
}

.p-denture-flow__list.l-grid {
	gap: 65px 35px;
	gap: 6.5rem 3.5rem;
}

.p-denture-flow__list-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	counter-increment: flow;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-denture-flow__list-item::before {
	aspect-ratio: 66/63;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../images/denture/flow-num-bg.png) 50%/contain no-repeat;
	color: #1F4980;
	content: counter(flow, decimal-leading-zero);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	width: 66px;
	width: 6.6rem;
}

.p-denture-flow__list-item:nth-child(odd),
.p-denture-flow__list-item:not(.p-denture-flow__list-item:nth-child(3n)),
.p-denture-flow__list-item:not(:last-child) {
	position: relative;
}

.p-denture-flow__list-item:nth-child(odd)::after,
.p-denture-flow__list-item:not(.p-denture-flow__list-item:nth-child(3n))::after,
.p-denture-flow__list-item:not(:last-child)::after {
	aspect-ratio: 21/25;
	background: url(../images/denture/flow-arrow.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	position: absolute;
	right: -7px;
	right: -0.7rem;
	top: 22px;
	top: 2.2rem;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 21px;
	width: 2.1rem;
}

.p-denture-flow__list-item:nth-child(odd)::after {
	display: none;
}

.p-denture-flow__list-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.p-denture-flow__list-title + * {
	margin-top: 20px;
	margin-top: 2rem;
}

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

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

.p-denture-maintenance {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 50px;
	padding-top: 5rem;
}

.p-denture-maintenance__body {
	background-color: #EBEEF3;
	padding: 40px;
	padding: 4rem;
}

.p-denture-maintenance__flex {
	gap: 24px 35px;
	gap: 2.4rem 3.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
	max-width: 94rem;
}

.p-denture-maintenance__box {
	width: 63.2978723404%;
}

.p-denture-maintenance__image {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(31,73,128,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	-webkit-filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-denture-maintenance__image img {
	width: 100%;
}

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

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

.p-denture-trouble {
	background: url(../images/denture/trouble-bg.jpg) 50%/cover no-repeat;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.p-denture-trouble + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-denture-trouble__body {
	gap: 24px 50px;
	gap: 2.4rem 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-denture-trouble__body + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-denture-trouble__box {
	width: 59.1489361702%;
}

.p-denture-trouble__box .p-denture__list {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.p-denture-trouble__image {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(31,73,128,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	-webkit-filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-denture-trouble__videos {
	margin-left: auto;
	margin-right: auto;
	max-width: 705px;
	max-width: 70.5rem;
}

.p-denture-trouble__videos.l-grid {
	gap: 24px 85px;
	gap: 2.4rem 8.5rem;
}

.p-denture-trouble__videos .c-secondary-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 20px;
	padding: 0.6rem 2rem;
}

.p-denture-trouble__videos video,
.p-denture-trouble__videos iframe {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-denture-trouble__videos + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-denture-trouble__video {
	aspect-ratio: 310/225;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(31,73,128,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 4px 14px rgba(31, 73, 128, .2));
	-webkit-filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
	filter: drop-shadow(0px 0.4rem 1.4rem rgba(31, 73, 128, .2));
}

.p-denture-trouble__video figure img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

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

.p-denture__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.p-denture__text.--center {
	text-align: center;
}

.p-denture__text em {
	font-weight: 700;
}

.p-denture__text + .p-feature__text {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-denture__text + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-denture__list-item {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
}

.p-denture__list-item::before {
	aspect-ratio: 1/1;
	background: url(../images/denture/denture-check.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	margin-top: 4px;
	margin-top: 0.4rem;
	width: 24px;
	width: 2.4rem;
}

.p-denture__list-item + .p-denture-sec01__list-item {
	margin-top: 10px;
	margin-top: 1rem;
}

.p-denture-sec01 {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 78px;
	padding-top: 7.8rem;
}

.p-denture-sec01 + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-denture-sec01__body {
	gap: 32px 95px;
	gap: 3.2rem 9.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 0;
	padding-bottom: 92px;
	padding-bottom: 9.2rem;
	padding-top: 47px;
	padding-top: 4.7rem;
}

.p-denture-sec01__box {
	width: 50%;
}

.p-denture-sec01__box .c-secondary-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 0;
	padding: 6px 20px;
	padding: 0.6rem 2rem;
}

.p-denture-sec01__box .c-secondary-title + * {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-denture-sec01__image-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-denture-sec01__image {
	margin-left: auto;
	width: 268px;
	width: 26.8rem;
}

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

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

.p-items-everyday {
	background: url(../images/items/everyday-bg.jpg) 50%/cover no-repeat;
	padding-bottom: 60px;
	padding-bottom: 6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.p-items-everyday + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-items-everyday__body {
	gap: 50px;
	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-items-everyday__box {
	width: 61.7021276596%;
}

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

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

.p-items-feature {
	padding-bottom: 50px;
	padding-bottom: 5rem;
	padding-top: 50px;
	padding-top: 5rem;
}

.p-items-feature .p-items__text,
.p-items-feature .p-items-feature__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	max-width: 70rem;
}

.p-items-feature .p-items__text + * {
	margin-top: 18px;
	margin-top: 1.8rem;
}

.p-items-feature__body {
	gap: 50px;
	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-items-feature__body .p-items__text + *,
.p-items-feature__body .p-items__list + * {
	margin-top: 10px;
	margin-top: 1rem;
}

.p-items-feature__body + * {
	margin-top: 18px;
	margin-top: 1.8rem;
}

.p-items-feature__box {
	width: 48.5714285714%;
}

.p-items-feature__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

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

.p-items-selfcare {
	padding-bottom: 100px;
	padding-bottom: 10rem;
	padding-top: 128px;
	padding-top: 12.8rem;
}

.p-items-selfcare + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-items-selfcare .p-items__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	max-width: 70rem;
}

.p-items-selfcare__video {
	aspect-ratio: 940/544;
}

.p-items-selfcare__video video,
.p-items-selfcare__video iframe {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

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

.p-items__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

.p-items__text.--center {
	text-align: center;
}

.p-items__text em {
	font-weight: 700;
}

.p-items__text + .p-feature__text {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-items__text + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-items__list-item {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
}

.p-items__list-item::before {
	aspect-ratio: 1/1;
	background: url(../images/denture/denture-check.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	margin-top: 4px;
	margin-top: 0.4rem;
	width: 24px;
	width: 2.4rem;
}

.p-items__list-item + .p-denture-sec01__list-item {
	margin-top: 10px;
	margin-top: 1rem;
}

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

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

.p-news-list__main {
	padding-inline: 40px;
	padding-inline: 4rem;
	margin-top: 28px;
	margin-top: 2.8rem;
}

.p-news-list__inner {
	gap: 58px;
	gap: 5.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #ECECEC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1360px;
	max-width: 136rem;
	padding: 96px 50px;
	padding: 9.6rem 5rem;
}

.p-news-list__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-news-list__side {
	width: 261px;
	width: 26.1rem;
}

.p-news-list__side-title {
	background-color: #1F4980;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 11px 10px;
	padding: 1.1rem 1rem;
}

.p-news-list__side-title + * {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-news-list__side-nav + .p-news-list__side-title {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-news-list__side-item + .p-news-list__side-item {
	margin-top: 10px;
	margin-top: 1rem;
}

.p-news-list__side-item a {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-news-list .l-info-list__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
	max-width: 94rem;
}

.p-news-list .l-info-list__list + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-news-list__btn .c-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 207px;
	max-width: 20.7rem;
}

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

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

.u-db {
	display: block;
}

.u-dn {
	display: none;
}

.u-mask--c-black {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.u-mask--c-white {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.u-con--sm {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	max-width: 102rem;
	padding-left: 40px;
	padding-left: 4rem;
	padding-right: 40px;
	padding-right: 4rem;
}

.u-con--md {
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
	max-width: 134rem;
	padding-left: 40px;
	padding-left: 4rem;
	padding-right: 40px;
	padding-right: 4rem;
}

.u-con--lg {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	max-width: 144rem;
	padding-left: 40px;
	padding-left: 4rem;
	padding-right: 40px;
	padding-right: 4rem;
}

.u-c-white {
	color: #fff;
}

.u-c--b-white {
	color: #fff;
}

.u-z-1 {
	z-index: -1;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z10 {
	z-index: 10;
}

.u-z50 {
	z-index: 50;
}

.u-z100 {
	z-index: 100;
}

.u-z999 {
	z-index: 999;
}

@media (hover: hover) and (pointer: fine) {

.l-footer__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__logo:hover {
	opacity: 0.7;
}

.l-footer__nav-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-footer__nav-link:hover {
	color: #1F4980;
}

.l-header__logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-header__logo:hover {
	opacity: 0.7;
}

.l-info-list__link .l-info-list__image img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-info-list__link:hover .l-info-list__image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.l-navi__menu-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-navi__menu-link:hover {
	color: #1F4980;
}

.c-btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.c-btn::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.c-btn:hover {
	background-color: #fff;
	color: #9D8959;
}

.c-btn:hover::after {
	background-color: #9D8959;
}

.p-top-info__important-body p.p-top-info__important-link:hover {
	color: #333;
}

.p-top-info__important-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-top-info__important-link:hover {
	color: #FFB4B0;
}

.p-top-mv__news-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-mv__news-link:hover {
	opacity: 0.7;
}

.p-top-mv__denture-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-mv__denture-link:hover {
	opacity: 0.7;
}

}

@media all and (-ms-high-contrast: none) {

html,
body {
	display: none;
}

}

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

.p-top-mv__news-link::before {
	height: calc(100% - 0.76vw);
}

}

@media not all and (max-width: 1380px) {

html {
	font-size: 62.5%;
}

}

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

html {
	font-size: 54.5%;
}

}

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

:root {
	--content_width: 680px;
	--content-both_space: 15px;
	--header_height: 65px;
	--waves_height: 20px;
}

html {
	font-size: 62.5%;
}

body {
	min-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding: 10px;
}

textarea {
	height: 170px;
}

input[type=radio] + .mwform-radio-field-text {
	margin: 0;
	padding: 10px 5px 12px 23px;
}

input[type=radio] + .mwform-radio-field-text::before {
	height: 15px;
	width: 15px;
}

input[type=radio] + .mwform-radio-field-text::after {
	content: "";
	height: 9px;
	left: 3px;
	width: 9px;
}

input[type=checkbox] + label {
	padding-left: 30px;
}

.l-footer__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__info {
	max-width: none;
	width: 100%;
}

.l-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 35.5rem;
}

.l-footer__address {
	text-align: center;
}

.l-footer__news {
	max-width: none;
	width: 100%;
}

.l-footer__nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__nav-item:not(:first-child) .l-footer__nav-link::before {
	display: none;
}

.l-header__inner {
	padding-right: 2rem;
}

.l-header__logo {
	width: 14.7rem;
}

.l-header__logo-wrap {
	left: 3.2rem;
	top: 0.8rem;
}

.l-main {
	padding-top: 10rem;
}

.l-main--404 {
	padding-block: 24rem 16rem;
}

.l-navi {
	top: 10rem;
	width: 55rem;
}

.l-undermv {
	padding-left: 2rem;
	padding-right: 2rem;
}

.l-undermv__body {
	padding-bottom: 6.4rem;
	padding-top: 6.4rem;
}

.l-undermv__body::before {
	aspect-ratio: 110/40;
	background-image: url(../images/top/shape-header_sp.svg);
	left: -1px;
	width: 18.8rem;
}

.l-undermv__title {
	font-size: 3.2rem;
}

.l-undermv__title .mn {
	font-size: 2.4rem;
}

.c-secondary-title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-denture__title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-denture__title .title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-denture__idea {
	gap: 0 3.2rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.p-top-denture__idea-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: auto;
}

.p-top-denture__idea-h3 {
	font-size: 2.2rem;
}

.p-top-feature__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-feature__box {
	display: contents;
}

.p-top-feature__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-feature__title .title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-feature__title .text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top-feature__title .text span:nth-child(2) {
	padding-left: 0;
}

.p-top-feature__lead {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top-feature__lead.--01 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-top-feature__lead.--02 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.p-top-feature__lead.--02 + .p-top-feature__text {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.p-top-feature__lead .text04 {
	margin-left: 0;
}

.p-top-feature__text {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	text-align: center;
}

.p-top-feature__btn {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	width: 100%;
}

.p-top-feature__btn .c-btn {
	margin-left: auto;
	margin-right: auto;
}

.p-top-feature__images {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 58rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-feature__images::before,
.p-top-feature__images:after {
	width: 26rem;
}

.p-top-feature__image.--01 {
	width: 79.1549295775%;
}

.p-top-feature__image.--02 {
	margin-top: -12.1126760563%;
	width: 60.8450704225%;
}

.p-top-items__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-items__box {
	display: contents;
}

.p-top-items__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-items__lead {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-items__lead + * {
	margin-top: 3rem;
}

.p-top-items__text {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-top-items__point {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.p-top-items__btn {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	width: 100%;
}

.p-top-items__btn .c-btn {
	margin-left: auto;
	margin-right: auto;
}

.p-top-items__images {
	gap: 2rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-top: 0;
}

.p-top-items__image:nth-child(1) {
	margin-left: 0;
	width: 100%;
}

.p-top-items__image:nth-child(2) {
	margin-left: 0;
	margin-top: 0;
	width: calc(50% - 0.75rem);
}

.p-top-items__image:nth-child(3) {
	margin-top: 0;
	width: calc(50% - 0.75rem);
}

.p-top-message .c-primary-title + * {
	margin-top: 5.6rem;
}

.p-top-message__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-message__box {
	display: contents;
	width: 100%;
}

.p-top-message__lead {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: center;
}

.p-top-message__text {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-top-message__career {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.p-top-message__btn {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	width: 100%;
}

.p-top-message__btn .c-btn {
	margin-left: auto;
	margin-right: auto;
}

.p-top-message__image {
	margin-right: auto;
}

.p-top-message__image-box {
	margin-top: 3.2rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.p-top-message__name {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-top-mv {
	height: calc(100vh - 10rem);
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-top-mv__body::before {
	aspect-ratio: 110/40;
	background-image: url(../images/top/shape-header_sp.svg);
	left: -1px;
	width: 18.8rem;
}

.p-top-mv .u-con--md {
	max-width: 100%;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

.p-top-mv__text {
	left: 1.6rem;
}

.p-top-mv__news {
	right: 1.6rem;
	width: 27rem;
}

.p-top-mv__news-title {
	font-size: 1.2rem;
}

.p-top-mv__news-link-date {
	font-size: 1rem;
}

.p-top-mv__news-link-title {
	font-size: 1.2rem;
}

.p-top-mv__denture-link {
	gap: 0.8rem;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}

.p-top-mv__denture-link::before {
	width: 1.8rem;
}

.p-top-mv__denture-link::after {
	width: 2.6rem;
}

.p-top-mv__denture .text {
	font-size: 1.2rem;
}

.p-top-mv__scroll-inner {
	top: 1.8rem;
}

.p-top-mv__scroll-inner::after {
	width: 1.3rem;
}

.p-top-mv__scroll-inner .text {
	font-size: 1.2rem;
	line-height: 1.1666666667;
}

.p-top-mv__bg {
	border-radius: 1.4rem;
}

.p-top-oral__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-oral__box {
	display: contents;
}

.p-top-oral__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-oral__title .title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-oral__lead {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-oral__lead + * {
	margin-top: 3rem;
}

.p-top-oral__h3 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-top-oral__text {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-top-oral__btn {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	width: 100%;
}

.p-top-oral__btn .c-btn {
	margin-left: auto;
	margin-right: auto;
}

.p-top-oral__images {
	margin-top: 3.2rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-message-about__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-message-about__box {
	width: 100%;
}

.p-message-important__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-message-important__box {
	width: 100%;
}

.p-message-main .p-top-message__body {
	gap: 0;
}

.p-message-main .p-top-message__image {
	width: 38.6rem;
}

.p-message-main .p-top-message__name {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-right: 0;
}

.p-message-main .p-top-message__career.l-grid {
	grid-template-columns: repeat(1, 1fr);
}

.p-feature-sec01__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-feature-sec01__box {
	width: 100%;
}

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

.p-denture-flow__list-item:nth-child(odd)::after {
	display: block !important;
}

.p-denture-flow__list-item:not(.p-denture-flow__list-item:nth-child(3n))::after {
	display: none;
}

.p-denture-maintenance__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-denture-maintenance__box {
	width: 100%;
}

.p-denture-trouble__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-denture-trouble__box {
	width: 100%;
}

.p-denture-trouble__videos {
	width: 90%;
}

.p-denture-trouble__videos.l-grid {
	-moz-column-gap: 4rem;
	-webkit-column-gap: 4rem;
	column-gap: 4rem;
}

.p-denture-sec01__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-bottom: 4rem;
}

.p-denture-sec01__box .c-secondary-title {
	margin-left: auto;
}

.p-denture-sec01 .p-denture__list {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-items-everyday__body {
	gap: 2.4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-items-everyday__box {
	width: 100%;
}

.p-items-feature__body {
	gap: 3.2rem;
}

.p-items-feature__box {
	width: 34rem;
}

.p-news-list__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-news-list__content {
	width: 100%;
}

.p-news-list .l-info-list__list {
	grid-template-columns: repeat(2, 1fr);
}

.u-pc {
	display: none !important;
}

}

@media not all and (max-width: 1023px) {

.u-st {
	display: none !important;
}

}

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

:root {
	--content_width: 420px;
}

.l-footer__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
}

.l-footer__content + * {
	margin-top: 3rem;
}

.l-footer__address {
	font-size: 1.4rem;
}

.l-footer__address + * {
	margin-top: 3rem;
}

.l-footer__tel::before {
	width: 6.3rem;
}

.l-footer__tel .inner .text {
	font-size: 1.7rem;
	line-height: 1.4705882353;
}

.l-footer__tel .inner .num {
	font-size: 4rem;
	line-height: 1.275;
}

.l-footer__tel + * {
	margin-top: 3rem;
}

.l-footer__medical-hours thead th {
	padding-bottom: 1.1rem;
	padding-top: 1.5rem;
}

.l-footer__medical-hours tbody tr + tr th,
.l-footer__medical-hours tbody tr + tr td {
	padding-top: 0.4rem;
}

.l-footer__medical-hours tbody tr:last-child th,
.l-footer__medical-hours tbody tr:last-child td {
	padding-bottom: 1.8rem;
}

.l-footer__medical-hours th {
	font-size: 1.3rem;
	line-height: 1.4615384615;
}

.l-footer__medical-hours th:nth-child(1) {
	width: 11rem;
}

.l-footer__medical-hours td {
	font-size: 1.1rem;
}

.l-footer__news-link {
	padding-bottom: 1rem;
}

.l-footer__news-title {
	font-size: 1.8rem;
}

.l-footer__news-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	padding-right: 2.4rem;
	white-space: normal;
	white-space: initial;
}

.l-footer__nav-list {
	gap: 0.6rem;
}

.l-footer__nav-item {
	width: 100%;
}

.l-footer__nav-link {
	font-size: 1.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.7857142857;
	padding: 0;
	text-align: center;
}

.l-footer__map {
	aspect-ratio: 375/200;
	margin-top: 5rem;
}

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

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

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

.l-header__inner {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.l-header__logo {
	width: 9.6rem;
}

.l-header__logo-wrap {
	left: 1rem;
	top: 1rem;
}

.l-header__content {
	gap: 0.7rem;
}

.l-header__tel {
	aspect-ratio: 1/1;
	background-color: #1F4980;
	border-radius: 0.3rem;
	position: relative;
	width: 6rem;
}

.l-header__tel::before {
	background-image: url(../images/common/menu-tel.png);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.l-header__trigger-inner {
	width: 2rem;
}

.l-header__trigger-wrap {
	height: 1.6rem;
	width: 2rem;
}

.l-info-single__main {
	padding-top: 6rem;
}

.l-info-single__info + * {
	margin-top: 0.8rem;
}

.l-info-single__title {
	padding-bottom: 1.2rem;
}

.l-info-single__title::after {
	width: 8rem;
}

.l-info-single__title + * {
	margin-top: 6rem;
}

.l-info-single__content {
	padding-bottom: 4rem;
}

.l-info-single__content + * {
	margin-top: 6rem;
}

.l-info-single__content h2 {
	font-size: 2rem;
}

.l-info-single__content h3 {
	font-size: 1.6rem;
}

.l-info-single__content h4 {
	font-size: 1.6rem;
}

.l-info-single__content h5,
.l-info-single__content h6 {
	font-size: 1.5rem;
}

.l-info-single__content h2 + *,
.l-info-single__content h3 + *,
.l-info-single__content h4 + *,
.l-info-single__content h5 + *,
.l-info-single__content h6 + * {
	margin-top: 1.6rem;
}

.l-info-single__content p,
.l-info-single__content details {
	font-size: 1.4rem;
}

.l-info-single__content p + *,
.l-info-single__content details + * {
	margin-top: 2rem;
}

.l-info-single__content ol li,
.l-info-single__content ul li {
	font-size: 1.4rem;
}

.l-info-single__content ol + *,
.l-info-single__content ul + * {
	margin-top: 2rem;
}

.l-info-single__content ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.l-info-single__content details {
	padding: 1.5rem 2rem;
}

.l-info-single__content details summary {
	font-size: 1.6rem;
}

.l-info-single__content figure + h2 {
	margin-top: 6rem;
}

.l-info-single__content figure + h3,
.l-info-single__content figure + h4,
.l-info-single__content figure + h5,
.l-info-single__content figure + h6 {
	margin-top: 6rem;
}

.l-info-single__content .wp-block-media-text__content {
	padding-inline: 4%;
	margin-top: 1.6rem;
}

.l-info-single__content p + .wp-block-table,
.l-info-single__content ul + .wp-block-table,
.l-info-single__content ol + .wp-block-table,
.l-info-single__content details + .wp-block-table,
.l-info-single__content .wp-block-media-text + .wp-block-table,
.l-info-single__content .wp-block-group + .wp-block-table,
.l-info-single__content wp-block-buttons + .wp-block-table,
.l-info-single__content .wp-block-table + .wp-block-table {
	margin-top: 2.4rem;
}

.l-info-single__content p + figure,
.l-info-single__content ul + figure,
.l-info-single__content ol + figure,
.l-info-single__content details + figure,
.l-info-single__content .wp-block-media-text + figure,
.l-info-single__content .wp-block-group + figure,
.l-info-single__content wp-block-buttons + figure,
.l-info-single__content .wp-block-table + figure {
	margin-top: 2.4rem;
}

.l-info-single__content p + h2,
.l-info-single__content p + h3,
.l-info-single__content p + h4,
.l-info-single__content p + h5,
.l-info-single__content p + h6,
.l-info-single__content ul + h2,
.l-info-single__content ul + h3,
.l-info-single__content ul + h4,
.l-info-single__content ul + h5,
.l-info-single__content ul + h6,
.l-info-single__content ol + h2,
.l-info-single__content ol + h3,
.l-info-single__content ol + h4,
.l-info-single__content ol + h5,
.l-info-single__content ol + h6,
.l-info-single__content details + h2,
.l-info-single__content details + h3,
.l-info-single__content details + h4,
.l-info-single__content details + h5,
.l-info-single__content details + h6,
.l-info-single__content .wp-block-media-text + h2,
.l-info-single__content .wp-block-media-text + h3,
.l-info-single__content .wp-block-media-text + h4,
.l-info-single__content .wp-block-media-text + h5,
.l-info-single__content .wp-block-media-text + h6,
.l-info-single__content .wp-block-group + h2,
.l-info-single__content .wp-block-group + h3,
.l-info-single__content .wp-block-group + h4,
.l-info-single__content .wp-block-group + h5,
.l-info-single__content .wp-block-group + h6,
.l-info-single__content wp-block-buttons + h2,
.l-info-single__content wp-block-buttons + h3,
.l-info-single__content wp-block-buttons + h4,
.l-info-single__content wp-block-buttons + h5,
.l-info-single__content wp-block-buttons + h6,
.l-info-single__content .wp-block-table + h2,
.l-info-single__content .wp-block-table + h3,
.l-info-single__content .wp-block-table + h4,
.l-info-single__content .wp-block-table + h5,
.l-info-single__content .wp-block-table + h6 {
	margin-top: 6rem;
}

.l-main {
	padding-top: 8rem;
}

.l-main--under {
	padding-bottom: 4rem;
}

.l-main--404 {
	padding-block: 16rem 8rem;
}

.l-main--404 .error-h1 .en {
	font-size: 4.5rem;
	line-height: 1.4;
}

.l-main--404 .error-h1 .jp {
	font-size: 1.6rem;
	line-height: 1.3793103448;
}

.l-main--404 .error-h1 + * {
	margin-top: 2.1rem;
}

.l-main--404 .error-text {
	font-size: 1.4rem;
	line-height: 1.7142857143;
}

.l-navi {
	border-radius: 0;
	max-height: 100svh;
	padding: 1.1rem 1rem 4.6rem;
	top: 0;
	width: 100%;
}

.l-navi__logo {
	display: block;
}

.l-navi__logo + * {
	margin-top: 6.3rem;
}

.l-navi__menu {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.8rem;
}

.l-navi__menu-item + .l-navi__menu-item {
	margin-top: 0.4rem;
}

.l-navi__menu-link {
	font-size: 1.8rem;
}

.l-navi__menu-link::after {
	margin-left: auto;
}

.l-navi__menu + * {
	margin-top: 3.9rem;
}

.l-undermv {
	padding-left: 1rem;
	padding-right: 1rem;
}

.l-undermv__body {
	border-radius: 1rem;
	padding-bottom: 5.6rem;
}

.l-undermv__body::before {
	width: 11rem;
}

.l-undermv__title {
	font-size: 2.4rem;
}

.l-undermv__title .mn {
	font-size: 1.8rem;
}

.c-primary-title {
	font-size: 2rem;
	line-height: 1.6;
}

.c-primary-title::after {
	height: 0.2rem;
}

.c-primary-title + * {
	margin-top: 3rem;
}

.c-secondary-title {
	border-radius: 0.2rem;
	font-size: 1.6rem;
	line-height: 1.4375;
	padding: 0.8rem 1rem;
}

.c-secondary-title + * {
	margin-top: 2.4rem;
}

.p-top-about {
	padding-bottom: 6rem;
	padding-top: 6rem;
}

.p-top-about .c-primary-title + * {
	margin-top: 3rem;
}

.p-top-about__body {
	padding: 3rem 5rem;
}

.p-top-about__dt,
.p-top-about__dd {
	font-size: 1.6rem;
	line-height: 1.625;
}

.p-top-about__dt {
	width: 9rem;
}

.p-top-concept {
	padding-bottom: 8.4rem;
	padding-top: 2.7rem;
}

.p-top-concept::after {
	background-image: url(../images/top/concept-bg_sp.jpg);
	height: 25.3rem;
	min-width: 63.5rem;
}

.p-top-concept__body {
	padding: 2.4rem 1rem 2.7rem;
}

.p-top-concept__body::before,
.p-top-concept__body::after {
	width: 7.4rem;
}

.p-top-concept__body:after {
	top: -2.7rem;
}

.p-top-concept__title::before {
	margin-top: -2.7rem;
}

.p-top-concept__title + * {
	margin-top: 2.4rem;
}

.p-top-concept__main {
	gap: 0.5rem;
}

.p-top-concept__main .text {
	-webkit-box-shadow: 0px 0px 1rem 0.4rem rgba(31, 73, 128, .5);
	box-shadow: 0px 0px 1rem 0.4rem rgba(31, 73, 128, .5);
	font-size: 1.5rem;
	width: 9.4rem;
}

.p-top-concept__main .plus,
.p-top-concept__main .equal {
	font-size: 1.4rem;
}

.p-top-concept__main + * {
	margin-top: 2rem;
}

.p-top-concept__text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-top-concept__text .blue {
	font-size: 2rem;
}

.p-top-denture {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-top-denture__title {
	gap: 1rem;
}

.p-top-denture__title .title {
	border-radius: 0.2rem;
	font-size: 1.6rem;
	line-height: 1.4375;
	padding: 0.8rem 1rem;
}

.p-top-denture__title .text {
	font-size: 2rem;
}

.p-top-denture__title + * {
	margin-top: 3rem;
}

.p-top-denture__images {
	gap: 4.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-denture__images::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	width: 2rem;
}

.p-top-denture__images + * {
	margin-top: 3rem;
}

.p-top-denture__image {
	width: 100%;
}

.p-top-denture__idea {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.5rem 2.5rem 4rem;
}

.p-top-denture__idea::after {
	bottom: 1.6rem;
}

.p-top-denture__idea-box {
	display: contents;
}

.p-top-denture__idea-h3 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 2rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-denture__idea-h3::after {
	display: none;
}

.p-top-denture__idea-h3 span {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-denture__idea-h3 span::after {
	display: block;
}

.p-top-denture__idea-list {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-denture__idea-image {
	margin-top: 2rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 16.1rem;
}

.p-top-denture__idea + * {
	margin-top: 6.4rem;
}

.p-top-denture__lead {
	font-size: 2rem;
}

.p-top-denture__lead .mn {
	font-size: 1.6rem;
}

.p-top-denture__lead + * {
	margin-top: 2rem;
}

.p-top-denture__text {
	gap: 0;
}

.p-top-denture__text + * {
	margin-top: 3rem;
}

.p-top-denture__btn .c-btn {
	max-width: 31.2rem;
}

.p-top-feature {
	padding-bottom: 5rem;
	padding-top: 3rem;
}

.p-top-feature__title {
	gap: 1rem;
}

.p-top-feature__title .title {
	border-radius: 0.2rem;
	font-size: 1.6rem;
	line-height: 1.4375;
	padding: 0.8rem 1rem;
}

.p-top-feature__title .text {
	font-size: 2rem;
}

.p-top-feature__title + * {
	margin-top: 3rem;
}

.p-top-feature__lead {
	font-size: 2rem;
}

.p-top-feature__lead.--02 {
	gap: 0.3rem;
}

.p-top-feature__lead .num {
	font-size: 2.8rem;
}

.p-top-feature__lead .lg {
	font-size: 2rem;
}

.p-top-feature__lead .text03,
.p-top-feature__lead .text04 {
	font-size: 1.5rem;
	text-align: center;
}

.p-top-feature__text {
	font-size: 1.5rem;
}

.p-top-feature__text + * {
	margin-top: 3rem;
}

.p-top-feature__text + *.p-top-feature__text {
	margin-top: 2.4rem;
}

.p-top-feature__btn .c-btn {
	max-width: 31.2rem;
}

.p-top-feature__images {
	gap: 2.4rem 0.7rem;
	max-width: 35.5rem;
}

.p-top-feature__images::before,
.p-top-feature__images:after {
	width: 16.9rem;
}

.p-top-feature__images::before {
	right: -1rem;
	top: -3rem;
}

.p-top-feature__images:after {
	bottom: -3.6rem;
	left: -1rem;
}

.p-top-feature__image {
	width: 100%;
}

.p-top-info__important-body {
	border-width: 1px;
}

.p-top-info__important-body p.p-top-info__important-link {
	font-size: 1.6rem;
	line-height: 1.6;
}

.p-top-info__important-title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.6rem;
	line-height: 1.4375;
	padding-bottom: 2rem;
	padding-top: 2rem;
	width: 14.3rem;
}

.p-top-info__important-link {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 2rem 1.7rem;
}

.p-top-info {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-top-info__sp {
	overflow-x: scroll;
	padding: 1.2rem 0;
}

.p-top-info__sp + * {
	margin-top: 1.8rem;
}

.p-top-info .l-info-list__list {
	min-width: 98.8rem;
	padding-left: 2.7rem;
	padding-right: 2.7rem;
}

.p-top-items__title {
	border-radius: 0.2rem;
	font-size: 2rem;
	line-height: 1.45;
	padding: 0.8rem 1rem;
}

.p-top-items__title + * {
	margin-top: 1rem;
}

.p-top-items__lead {
	gap: 0;
}

.p-top-items__lead .text01,
.p-top-items__lead .text02 {
	font-size: 2rem;
}

.p-top-items__lead .text02::after {
	height: 0.2rem;
}

.p-top-items__text {
	font-size: 1.5rem;
}

.p-top-items__text + * {
	margin-top: 3rem;
}

.p-top-items__text + *.p-top-items__text {
	margin-top: 3rem;
}

.p-top-items__point {
	font-size: 1.5rem;
	padding: 1.5rem 1.7rem;
}

.p-top-items__point + * {
	margin-top: 3rem;
}

.p-top-items__btn .c-btn {
	max-width: 31.2rem;
}

.p-top-items + * {
	margin-top: 5rem;
}

.p-top-message {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-top-message .c-primary-title + * {
	margin-top: 3rem;
}

.p-top-message__lead {
	font-size: 2rem;
}

.p-top-message__text {
	font-size: 1.5rem;
}

.p-top-message__text + * {
	margin-top: 1.8rem;
}

.p-top-message__career-list {
	padding-left: 2.6rem;
	padding-right: 2.6rem;
}

.p-top-message__career-list li {
	font-size: 1.4rem;
}

.p-top-message__btn .c-btn {
	max-width: 31.2rem;
}

.p-top-message__image {
	width: 24.2rem;
}

.p-top-message__image::before {
	left: -5.8rem;
	top: 0;
	width: 13.2rem;
}

.p-top-message__image-box {
	margin-top: 1.8rem;
}

.p-top-message__name {
	gap: 0 1rem;
	max-width: 17.9rem;
}

.p-top-message__name .text02 {
	font-size: 1.8rem;
	margin-top: -1rem;
}

.p-top-message__name .text03 {
	font-size: 1.4rem;
	padding-bottom: 0;
}

.p-top-mv {
	height: calc(100vh - 8rem);
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-top-mv__body::before {
	width: 11rem;
}

.p-top-mv__text {
	bottom: 11.9rem;
	left: -1px;
}

.p-top-mv__copy.--col {
	gap: 0.4rem;
}

.p-top-mv__copy .text01,
.p-top-mv__copy .text02 {
	font-size: 2.1rem;
	line-height: 1.4285714286;
	padding: 0.4rem 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-mv__copy .text01 .mn,
.p-top-mv__copy .text02 .mn {
	font-size: 1.6rem;
}

.p-top-mv__copy-sub {
	font-size: 1.3rem;
	line-height: 1.3571428571;
	margin-top: 1.4rem;
	padding: 0.7rem;
}

.p-top-mv__news {
	bottom: 4.1rem;
	left: 0.9rem;
	padding: 0;
	right: auto;
	width: 33.6rem;
}

.p-top-mv__news-title {
	display: none;
}

.p-top-mv__news-link {
	padding: 1rem 2rem;
}

.p-top-mv__news-link::before {
	display: none;
}

.p-top-mv__news-link-inner {
	gap: 0.3rem;
}

.p-top-mv__news-link-date {
	font-size: 1.2rem;
}

.p-top-mv__news-link-title {
	font-size: 1.4rem;
}

.p-top-mv__denture {
	aspect-ratio: 50/258;
	background-image: url(../images/top/shape-denture_sp.svg);
	top: 3.9rem;
	-webkit-transform: none;
	transform: none;
}

.p-top-mv__denture-link {
	gap: 1rem;
	padding-left: 1.2rem;
	padding-right: 0.4rem;
}

.p-top-mv__denture-link::before {
	width: 2rem;
}

.p-top-mv__denture-link::after {
	width: 2.4rem;
}

.p-top-mv__denture .text {
	gap: 0.6rem;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

.p-top-mv__scroll {
	aspect-ratio: 85/27;
	background-image: url(../images/top/shape-scroll_sp.svg);
	width: 8.5rem;
}

.p-top-mv__scroll-inner {
	gap: 0.5rem;
	top: 1.6rem;
}

.p-top-mv__scroll-inner::after {
	width: 1.5rem;
}

.p-top-mv__bg {
	border-radius: 1rem;
}

.p-top-oral__title {
	gap: 1rem;
}

.p-top-oral__title .title {
	border-radius: 0.2rem;
	font-size: 2rem;
	line-height: 1.45;
	padding: 0.8rem 1rem;
}

.p-top-oral__title .text {
	font-size: 2rem;
}

.p-top-oral__title + * {
	margin-top: 0;
}

.p-top-oral__lead {
	font-size: 2rem;
}

.p-top-oral__lead .text02 .blue {
	font-size: 2.4rem;
}

.p-top-oral__lead .num {
	font-size: 2.8rem;
}

.p-top-oral__h3 {
	border-radius: 0.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.8rem 1rem;
}

.p-top-oral__h3 + * {
	margin-top: 1rem;
}

.p-top-oral__text {
	font-size: 1.5rem;
}

.p-top-oral__text + * {
	margin-top: 3rem;
}

.p-top-oral__text + *.p-top-oral__text {
	margin-top: 2.4rem;
}

.p-top-oral__btn .c-btn {
	max-width: 31.2rem;
}

.p-top-oral__images {
	gap: 2.4rem 0.7rem;
}

.p-top-oral__image {
	width: 100%;
}

.p-message-about__text {
	font-size: 1.5rem;
}

.p-message-important {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-message-important + * {
	margin-top: 4rem;
}

.p-message-important__text {
	font-size: 1.5rem;
}

.p-message-main {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-message-main .p-top-message__body + * {
	margin-top: 4rem;
}

.p-message-main .p-top-message__box .c-primary-title {
	margin-left: auto;
}

.p-message-main .p-top-message__image {
	width: 24.2rem;
}

.p-message-main .p-top-message__image::before {
	width: 13.2rem;
}

.p-message-main .p-top-message__name {
	max-width: 18rem;
}

.p-message-main .p-top-message__career {
	padding-top: 3.2rem;
}

.p-message-main__sec {
	padding-block: 3rem;
}

.p-message-main__sec + .p-message-main__sec {
	margin-top: 3rem;
}

.p-message-main__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-message-main__body.--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-message-main__body + * {
	margin-top: 4rem;
}

.p-message-main__body + *.p-top-message__text {
	margin-top: 2rem;
}

.p-message-main + .p-message-important {
	margin-top: 3rem;
}

.p-feature__text {
	font-size: 1.5rem;
}

.p-feature__text + .p-feature__text {
	margin-top: 1.6rem;
}

.p-feature-sec01 {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-feature-sec01 + * {
	margin-top: 4rem;
}

.p-feature-sec02 {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-feature-sec02 + * {
	margin-top: 4rem;
}

.p-feature-sec03 {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-feature-sec03 .p-feature__text + * {
	margin-top: 3.2rem;
}

.p-feature-sec03__dl .inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-feature-sec03__dl .inner::after {
	display: none;
}

.p-feature-sec03__dt,
.p-feature-sec03__dd {
	font-size: 1.5rem;
	text-align: center;
}

.p-feature-sec03__dt {
	width: 100%;
}

.p-feature-sec03__dd {
	width: 100%;
}

.p-denture-feature {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-denture-feature + * {
	margin-top: 2rem;
}

.p-denture-feature__list-item {
	font-size: 1.6rem;
}

.p-denture-feature__list-item::before {
	line-height: 1.4375;
	width: 2.8rem;
}

.p-denture-flow {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-denture-flow + * {
	margin-top: 2rem;
}

.p-denture-flow__list {
	grid-template-columns: repeat(1, 1fr);
}

.p-denture-flow__list-item:not(:last-child)::after {
	display: block !important;
}

.p-denture-flow__list-title {
	font-size: 1.8rem;
}

.p-denture-maintenance {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-denture-maintenance__body {
	padding: 2.4rem;
}

.p-denture-trouble {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-denture-trouble + * {
	margin-top: 2rem;
}

.p-denture__text {
	font-size: 1.5rem;
}

.p-denture__text.--center {
	text-align: left;
}

.p-denture__text + .p-feature__text {
	margin-top: 1.6rem;
}

.p-denture__list-item {
	font-size: 1.5rem;
}

.p-denture__list-item + .p-denture-sec01__list-item {
	margin-top: 0.5rem;
}

.p-denture-sec01 + * {
	margin-top: 2rem;
}

.p-denture-sec01__body {
	padding-bottom: 3.2rem;
	padding-top: 3.2rem;
}

.p-denture-sec01__box {
	width: 100%;
}

.p-denture-sec01__image {
	width: 14rem;
}

.p-items-everyday {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-items-feature {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-items-feature__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-items-feature__box {
	width: 100%;
}

.p-items-selfcare {
	padding-bottom: 4rem;
	padding-top: 5rem;
}

.p-items__text {
	font-size: 1.5rem;
}

.p-items__text + .p-feature__text {
	margin-top: 1.6rem;
}

.p-items__list-item {
	font-size: 1.5rem;
}

.p-items__list-item + .p-denture-sec01__list-item {
	margin-top: 0.5rem;
}

.p-news-list__main {
	padding-inline: 1rem;
}

.p-news-list__inner {
	padding: 4rem 1.6rem;
}

.p-news-list__side-title {
	font-size: 1.8rem;
}

.p-news-list__side-title + * {
	margin-top: 1.4rem;
}

.p-news-list .l-info-list__list {
	grid-template-columns: repeat(1, 1fr);
}

.u-sp {
	display: none !important;
}

.u-con--sm {
	max-width: 64rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.u-con--md {
	max-width: 64rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.u-con--lg {
	max-width: 64rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

}

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

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

.u-pt {
	display: none !important;
}

}

@-webkit-keyframes arrow-fade {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}

@keyframes arrow-fade {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}


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