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

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

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

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

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

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

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

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

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;
}

html.font-l {
	font-size: 72.5%;
}

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

html.wf-loaded body {
	font-family: "FP-ヒラギノUD丸ゴ StdN W6", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/**
 * 白黒対応
 *
 */

.bg-dark body {
	background-color: #000;
	color: #fff;
}

.bg-dark body p {
	color: #fff;
}

[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 {
	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;
}

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

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

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

::-moz-placeholder {
	color: #919191;
}

::-webkit-input-placeholder {
	color: #919191;
}

::-ms-input-placeholder {
	color: #919191;
}

::placeholder {
	color: #919191;
}

/**
 * input
 *
 */

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding-block: 7px;
	padding-block: 0.7rem;
	padding-inline: 10px;
	padding-inline: 1rem;
	background-color: #FAFAFA;
	border: 1px solid #344969;
	border-radius: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	width: 100%;
}

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

/**
  * textarea
  *
  */

textarea {
	padding-block: 7px;
	padding-block: 0.7rem;
	padding-inline: 10px;
	padding-inline: 1rem;
	background-color: #FAFAFA;
	border: 1px solid #344969;
	border-radius: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	height: 160px;
	height: 16rem;
	line-height: 1.2;
	position: relative;
	width: 100%;
}

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

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

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

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

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

/**
  * radio
  *
*/

.wpcf7-radio {
	gap: 20px 44px;
	gap: 2rem 4.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
	display: block;
}

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

input[type=radio] + .wpcf7-list-item-label {
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4117647059;
	padding-left: 29px;
	padding-left: 2.9rem;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

input[type=radio] + .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 1px solid #25292F;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 2px;
	top: 0.2rem;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 20px;
	width: 2rem;
	z-index: 2;
}

input[type=radio] + .wpcf7-list-item-label::after {
	background-color: #25292F;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 14px;
	height: 1.4rem;
	left: 3px;
	left: 0.3rem;
	opacity: 0;
	position: absolute;
	top: 5px;
	top: 0.5rem;
	width: 14px;
	width: 1.4rem;
	z-index: 5;
}

input[type=radio]:checked + .wpcf7-list-item-label::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-left: 29px;
	padding-left: 2.9rem;
	position: relative;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-transition-property: color;
	transition-property: color;
}

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

input[type=checkbox] + label::after {
	border-bottom: 2px solid #3987E5;
	border-left: 2px solid #3987E5;
	content: "";
	display: block;
	height: 8px;
	height: 0.8rem;
	left: 5px;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 9px;
	top: 0.9rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	width: 13px;
	width: 1.3rem;
	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 #25292F 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;
}

/**
 * 白黒対応
 *
 */

.bg-dark input[type=checkbox] + label::before {
	border-color: #344969;
}

.bg-dark input[type=checkbox] + label::after {
	border-color: #000;
}

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

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

.l-accordion__title {
	gap: 5px 40px;
	padding-block: 23px;
	padding-inline: 37px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 3px solid #3987E5;
	border-radius: 36px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 88px;
}

.l-accordion__title-main {
	color: #3987E5;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

.l-accordion__title-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
}

.l-accordion__title-icon {
	margin-left: auto;
	position: relative;
	width: 24px;
}

.l-accordion__title-icon .plus,
.l-accordion__title-icon .minus {
	aspect-ratio: 1/1;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #3987E5;
	display: block;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.l-accordion__title-icon .plus {
	-webkit-mask-image: url(../images/icon/icon_plus.svg);
	mask-image: url(../images/icon/icon_plus.svg);
}

.l-accordion__title-icon .minus {
	-webkit-mask-image: url(../images/icon/icon_minus.svg);
	left: 0;
	mask-image: url(../images/icon/icon_minus.svg);
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.l-accordion__item.is-open .l-accordion__title-icon .plus {
	opacity: 0;
	visibility: hidden;
}

.l-accordion__item.is-open .l-accordion__title-icon .minus {
	opacity: 1;
	visibility: visible;
}

.l-accordion__item-inner.l-grid {
	gap: 30px 20px;
	padding-top: 30px;
}

.l-accordion__item + .l-accordion__item {
	margin-top: 40px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-accordion__title {
	background-color: #606060;
	border-color: #606060;
}

.bg-dark .l-accordion__title-main {
	color: #fff;
}

.bg-dark .l-accordion__title-icon .plus,
.bg-dark .l-accordion__title-icon .minus {
	background-color: #fff;
}

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

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

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

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

.l-footer {
	padding-block: 54px 36px;
	background-color: #3987E5;
	color: #fff;
}

.l-footer__inner {
	margin-inline: auto;
	padding-inline: 50px;
	max-width: 1440px;
	max-width: 144rem;
}

.l-footer__body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
}

.l-footer__body + * {
	margin-top: 30px;
}

.l-footer__info-link {
	gap: 30px 28px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__address-name {
	font-size: 32px;
	font-size: 3.2rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__address-name + * {
	margin-top: 20px;
}

.l-footer__address-content {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
}

.l-footer__address + * {
	margin-top: 24px;
}

.l-footer__contact {
	padding-block: 5px;
	padding-inline: 19px;
	padding-inline: 1.9rem;
	background-color: #3987E5;
	border: 1px solid #fff;
	border-radius: 10rem;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	min-width: 170px;
	min-width: 17rem;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__contact:focus {
	background-color: #fff;
	color: #3987E5;
	outline: 2px solid #3987E5;
	outline-offset: 3px;
}

.l-footer__privacy {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	width: 150px;
	width: 15rem;
}

.l-footer__privacy::after {
	background-color: #fff;
	border-radius: 10px;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.l-footer__privacy:focus {
	opacity: 0.7;
}

.l-footer__privacy a {
	display: block;
	padding-bottom: 6px;
	text-align: center;
	width: 100%;
}

.l-footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 518px;
}

.l-footer__nav-list {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__nav-item + .l-footer__nav-item {
	margin-top: 18px;
}

.l-footer__nav-link {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__copy {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.1875;
	padding-left: 20px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-footer {
	background-color: #6E6E6E;
}

.bg-dark .l-footer__contact {
	background-color: #6E6E6E;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.bg-dark .l-footer__contact:focus {
	background-color: #fff;
	color: #3987E5;
	outline: 2px solid #3987E5;
	outline-offset: 3px;
}

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

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

.l-form__body {
	margin-inline: auto;
	max-width: 1025px;
}

.l-form__body form {
	margin-inline: auto;
	max-width: 920px;
}

.l-form__box {
	gap: 10px 50px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #DDDDDD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
}

.l-form__box.--name .l-form__dd input {
	max-width: 220px;
	max-width: 22rem;
}

.l-form__box.--tel .l-form__dd input {
	max-width: 220px;
	max-width: 22rem;
}

.l-form__box + .l-form__box {
	padding-top: 30px;
}

.l-form__box .required {
	padding-inline: 9px;
	background-color: #3987E5;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5625;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-form__dt {
	white-space: nowrap;
	width: 270px;
	width: 27rem;
}

.l-form__label {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	padding-top: 5px;
}

.l-form__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.l-form__dd .inner {
	position: relative;
}

.l-form__dd .inner + .inner {
	margin-top: 6px;
}

.l-form__dd .inner .wpcf7-form-control-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.l-form__privacy {
	padding-block: 30px 23px;
	border-bottom: 1px solid #DDDDDD;
}

.l-form__privacy + * {
	margin-top: 60px;
}

.l-form__privacy + .l-form__privacy-text {
	margin-top: 26px;
}

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

.l-form__privacy-check {
	gap: 8px;
	gap: 0.8rem;
	-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;
	text-align: center;
}

.l-form__privacy-check .confirm {
	color: #3987E5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6875;
	vertical-align: middle;
}

.l-form__privacy-check .confirm a {
	text-decoration: underline;
}

.l-form__privacy-check + * {
	margin-top: 16px;
}

.l-form__privacy-text {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6875;
	position: relative;
	text-align: center;
}

.l-form__privacy-text a {
	text-decoration: underline;
}

.l-form__privacy-text + * {
	margin-top: 45px;
}

.l-form__submit {
	margin-inline: auto;
	display: block;
	position: relative;
	width: 215px;
	width: 21.5rem;
	z-index: 1;
}

.l-form__submit input {
	padding-block: 12px;
	background-color: #FFA700;
	border: 2px solid #FFA700;
	border-radius: 10rem;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.3333333333;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-form__submit.disabled {
	pointer-events: none;
}

.l-form__submit.disabled input {
	cursor: not-allowed;
	opacity: 0.7;
}

.l-form__submit .wpcf7-spinner {
	display: none;
}

/**
 * エラーチェック
 *
 */

.wpcf7-form-control-wrap {
	position: static;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}

.formError {
	color: #dc3232;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 0 !important;
	position: static !important;
	width: 100%;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-form__box .required {
	background-color: #6E6E6E;
}

.bg-dark .l-form__label {
	color: #fff;
}

.bg-dark .l-form__privacy-check .confirm {
	color: #fff;
}

.bg-dark .l-form__submit input {
	background-color: #7C7C7C;
	border-color: #7C7C7C;
}

.bg-dark .formError {
	color: #fff;
}

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

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

.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.scrolled .l-header--top .l-header__container {
	-webkit-transform: translateY(calc(-100% - 60px));
	transform: translateY(calc(-100% - 60px));
}

body.scrolled .l-header__container {
	-webkit-transform: translateY(calc(-100% - 60px));
	transform: translateY(calc(-100% - 60px));
}

.l-header {
	padding-block: 100px 59px;
	background-color: #fff;
	position: relative;
}

.l-header--top {
	height: calc(100vh + 59px);
}

.l-header--top.top-header .l-header__container .l-header__container-nav {
	opacity: 1;
}

.l-header--top .l-header__container .l-header__container-nav {
	opacity: 0;
}

.l-header__container {
	padding-block: 20px;
	padding-inline: 70px 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.l-header__container .l-header__container-nav {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.l-header__container-nav {
	background-color: #3987E5;
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: 5;
}

.l-header__container-nav.is-fixed {
	bottom: auto;
	position: fixed;
	top: 115px;
}

.l-header__btn-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__logo {
	gap: 5px;
	color: #0D2157;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1;
	width: 279px;
}

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

.l-header__mv {
	height: 100%;
	position: relative;
}

.l-header__mv-item {
	display: none;
	height: 100%;
}

.l-header__mv-item img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

.l-header__mv-item.--active {
	display: block;
	opacity: 1;
}

.l-header__mv-scroll {
	-webkit-animation: scroll-fadeout 2.8s forwards;
	animation: scroll-fadeout 2.8s forwards;
	bottom: 13px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 1s;
	transition: all 1s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content; /* マウス */ /* マウスホイール */
}

.l-header__mv-scroll.is-done::after {
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.l-header__mv-scroll::before {
	margin-inline: auto;
	background-color: rgba(254, 255, 255, .5);
	border: 5px solid #fff;
	border-radius: 100px;
	content: "";
	display: block;
	height: 80px;
	margin-bottom: 11px;
	width: 50px;
}

.l-header__mv-scroll::after {
	-webkit-animation: scroll 1s ease 2;
	animation: scroll 1s ease 2;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 30px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 42px;
	width: 30px;
}

.l-header__trigger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 78px;
	height: 7.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 78px;
	width: 7.8rem;
}

.l-header__trigger-inner {
	gap: 5px;
	-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;
	position: relative;
	width: 42px;
	width: 4.2rem;
}

.l-header__trigger-wrap {
	display: inline-block;
	height: 24px;
	height: 2.4rem;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 36px;
	width: 3.6rem;
}

.l-header__trigger-line {
	background-color: #3987E5;
	border-radius: 10px;
	display: inline-block;
	height: 4px;
	height: 0.4rem;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	width: 100%;
}

.l-header__trigger-line:nth-of-type(1) {
	top: 0;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(1.1rem) rotate(35deg);
	transform: translateY(1.1rem) rotate(35deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 10px;
	top: 1rem;
}

.l-header__trigger-line:nth-of-type(2).is-active {
	-webkit-transform: translateY(0.1rem) rotate(-35deg);
	transform: translateY(0.1rem) rotate(-35deg);
}

.l-header__trigger-line:nth-of-type(3) {
	bottom: 0;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	opacity: 0;
}

.l-header__trigger-comm {
	color: #3987E5;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-header__container-nav {
	background-color: #000;
}

.bg-dark .l-header__logo {
	color: #000;
}

.bg-dark .l-header__trigger-line {
	background-color: #000;
}

.bg-dark .l-header__trigger-comm {
	color: #000;
}

/**
 * 文字大対応
 *
 */

.font-l body.scrolled .l-header--top .l-header__container {
	-webkit-transform: translateY(calc(-100% - 62px));
	transform: translateY(calc(-100% - 62px));
}

.font-l body.scrolled .l-header__container {
	-webkit-transform: translateY(calc(-100% - 62px));
	transform: translateY(calc(-100% - 62px));
}

.font-l .l-header {
	padding-top: 109px;
}

.font-l .l-header__container {
	padding-inline: 1.756954612% 1.1713030747%;
}

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

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

.l-main {
	position: relative;
	width: 100%;
}

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

.l-main--404,
.l-main--error {
	padding-block: 120px 160px;
	-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,
.l-main--error .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,
.l-main--error .error-h1 .en {
	color: #3987E5;
	font-size: 106px;
	font-size: 10.6rem;
	font-weight: 900;
	line-height: 1.1981132075;
}

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

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

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

.l-main--404 .error-text + *,
.l-main--error .error-text + * {
	margin-top: 50px;
}

.l-main--404 .error-link .c-btn,
.l-main--error .error-link .c-btn {
	margin-inline: auto;
	width: 320px;
	width: 32rem;
}

.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;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-main--404 .error-h1 .en,
.bg-dark .l-main--404 .error-h1 .jp,
.bg-dark .l-main--error .error-h1 .en,
.bg-dark .l-main--error .error-h1 .jp {
	color: #fff;
}

.bg-dark .l-main--404 .error-text,
.bg-dark .l-main--error .error-text {
	color: #fff;
}

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

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

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

.l-navi.--logged .l-navi__menu {
	gap: 32px;
}

.l-navi.--logged .l-navi__menu-item.--member {
	padding-left: 32px;
	position: relative;
}

.l-navi.--logged .l-navi__menu-item.--member::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 25px;
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

.l-navi.--logged .l-navi__menu-link {
	font-size: 19px;
	font-size: 1.9rem;
}

.l-navi__inner {
	padding-inline: 40px;
	padding-inline: 4rem;
	width: 100%;
}

.l-navi__menu {
	gap: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-navi__menu-item {
	position: relative;
}

.l-navi__menu-item--toggle:hover .l-navi__menu-link {
	opacity: 1;
}

.l-navi__menu-item--toggle:hover .l-navi__menu-sub {
	opacity: 1;
	pointer-events: auto;
}

.l-navi__menu-item.--member .l-navi__menu-sub {
	left: 0;
}

.l-navi__menu-item.--sub .l-navi__menu-link::before {
	background-color: #fff;
	border-radius: 10px;
	content: "";
	display: block;
	height: 3px;
	margin-left: 9px;
	margin-right: 18px;
	width: 13px;
}

.l-navi__menu-link {
	padding-block: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	min-height: 60px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__menu-sub {
	background-color: #fff;
	border-radius: 3rem;
	-webkit-box-shadow: 0 0 10px rgba(88, 96, 19, .3);
	box-shadow: 0 0 10px rgba(88, 96, 19, .3);
	left: -30px;
	left: -3rem;
	opacity: 0;
	padding: 20px 30px;
	padding: 2rem 3rem;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 0.8rem);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.l-navi__menu-sub::before {
	content: "";
	display: block;
	height: 10px;
	height: 1rem;
	left: 0;
	position: absolute;
	top: -10px;
	top: -1rem;
	width: 100%;
}

.l-navi__menu-sub-link {
	color: #3987E5;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	min-width: 200px;
	min-width: 20rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
}

.l-navi__menu-sub-link:not(:first-child) {
	border-top: 1px solid #3987E5;
	margin-top: 15px;
	margin-top: 1.5rem;
	padding-top: 15px;
	padding-top: 1.5rem;
}

.l-navi__btn {
	padding-block: 10px;
}

.l-navi__btn + .l-navi__btn {
	border-left: 1px solid #DDDDDD;
	margin-left: 20px;
	padding-left: 20px;
}

.l-navi__login-btn {
	margin-left: 50px;
}

.l-navi__login-link {
	padding-block: 12px;
	padding-inline: 54px;
	background-color: #FFA700;
	border: 3px solid #FFA700;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	min-width: 215px;
	text-align: center;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-navi__login-link.--logout {
	background-color: #fff;
	color: #FFA700;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-navi {
	background-color: #000;
}

.bg-dark .l-navi__login-link {
	background-color: #606060;
	border-color: #606060;
}

.bg-dark .l-navi__login-link.--logout {
	background-color: #fff;
	color: #606060;
}

.bg-dark .l-navi__menu-sub {
	background-color: #606060;
}

.bg-dark .l-navi__menu-sub-link {
	color: #fff;
}

.bg-dark .l-navi__menu-sub-link:not(:first-child) {
	border-top-color: #fff;
}

/**
 * 文字大対応
 *
 */

.font-l .l-navi__inner {
	padding-inline: 20px;
}

.font-l .l-navi__menu.--logged {
	gap: 2.7216174184%;
}

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

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

.l-news-list__category-title {
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
}

.l-news-list__category-title::before {
	background-color: #FFA700;
	content: "";
	display: block;
	height: 2px;
	height: 0.2rem;
	width: 10px;
	width: 1rem;
}

.l-news-list__category-title + * {
	margin-top: 16px;
}

.l-news-list__category-select {
	background-color: #fff;
	border: 2px solid #3987E5;
	border-radius: 50px;
	max-width: 2410px;
	max-width: 241rem;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-news-list__category-select.is-open {
	border-radius: 20px;
}

.l-news-list__category-select.is-open .l-news-list__category-list {
	opacity: 1;
}

.l-news-list__category-button {
	gap: 12px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 2;
	padding: 8px 22px;
	width: 100%;
}

.l-news-list__category-button.--survey::before {
	background-color: #BD81D8;
	border-color: #BD81D8;
}

.l-news-list__category-button.--lecture::before {
	background-color: #66C156;
	border-color: #66C156;
}

.l-news-list__category-button.--notice::before {
	background-color: #F886A9;
	border-color: #F886A9;
}

.l-news-list__category-button.--nichigan::before {
	background-color: #3987E5;
	border-color: #3987E5;
}

.l-news-list__category-button.--ibagan::before {
	background-color: #FFA700;
	border-color: #FFA700;
}

.l-news-list__category-button::before {
	aspect-ratio: 1/1;
	background-color: #fff;
	border: 1px solid #3987E5;
	border-radius: 50%;
	content: "";
	display: block;
	width: 18px;
}

.l-news-list__category-button .text {
	font-weight: 600;
}

.l-news-list__category-button .l-accordion__title-icon {
	margin-left: auto;
	width: 16px;
}

.l-news-list__category-list {
	opacity: 0;
	padding-bottom: 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-news-list__category-item + .l-news-list__category-item {
	margin-top: 8px;
	margin-top: 0.8rem;
}

.l-news-list__category-link {
	gap: 12px;
	gap: 1.2rem;
	padding-inline: 22px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 2;
}

.l-news-list__category-link::before {
	aspect-ratio: 1/1;
	background-color: #fff;
	border: 1px solid #3987E5;
	border-radius: 50%;
	content: "";
	display: block;
	width: 18px;
}

.l-news-list__category-link.--survey::before {
	background-color: #BD81D8;
	border-color: #BD81D8;
}

.l-news-list__category-link.--lecture::before {
	background-color: #66C156;
	border-color: #66C156;
}

.l-news-list__category-link.--notice::before {
	background-color: #F886A9;
	border-color: #F886A9;
}

.l-news-list__category-link.--nichigan::before {
	background-color: #3987E5;
	border-color: #3987E5;
}

.l-news-list__category-link.--ibagan::before {
	background-color: #FFA700;
	border-color: #FFA700;
}

.l-news-list__category-link span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.l-news-list__article {
	border-top: 1px solid #DDDDDD;
}

.l-news-list__article:last-child {
	border-bottom: 1px solid #DDDDDD;
}

.l-news-list__link {
	gap: 20px;
	padding-block: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-news-list__link-date time {
	color: #344969;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.l-news-list__link-category {
	padding-inline: 20px;
	background-color: #606060;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.1428571429;
}

.l-news-list__link-category.survey {
	background-color: #BD81D8;
}

.l-news-list__link-category.lecture {
	background-color: #66C156;
}

.l-news-list__link-category.notice {
	background-color: #F886A9;
}

.l-news-list__link-category.nichigan {
	background-color: #3987E5;
}

.l-news-list__link-category.ibagan {
	background-color: #FFA700;
}

.l-news-list__link-inner {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.l-news-list__link-important {
	padding-block: 5px;
	padding-inline: 18px;
	background-color: #fff;
	border: 2px solid #E63535;
	border-radius: 100px;
	color: #E63535;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1428571429;
}

.l-news-list__link-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #033491;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.875;
	overflow: hidden;
}

.l-news-list__nopost {
	font-size: 18px;
	font-size: 1.8rem;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-news-list__category-title::before {
	background-color: #606060;
}

.bg-dark .l-news-list__category-select {
	background-color: #606060;
	border-color: #606060;
}

.bg-dark .l-news-list__category-button.--survey::before,
.bg-dark .l-news-list__category-button.--lecture::before,
.bg-dark .l-news-list__category-button.--notice::before,
.bg-dark .l-news-list__category-button.--nichigan::before,
.bg-dark .l-news-list__category-button.--ibagan::before {
	background-color: #fff;
	border-color: #fff;
}

.bg-dark .l-news-list__category-button::before {
	background-color: #fff;
	border-color: #DDDDDD;
}

.bg-dark .l-news-list__category-link.--survey::before,
.bg-dark .l-news-list__category-link.--lecture::before,
.bg-dark .l-news-list__category-link.--notice::before,
.bg-dark .l-news-list__category-link.--nichigan::before,
.bg-dark .l-news-list__category-link.--ibagan::before {
	background-color: #fff;
	border-color: #fff;
}

.bg-dark .l-news-list__category-link::before {
	background-color: #fff;
	border-color: #DDDDDD;
}

.bg-dark .l-news-list__link-date time {
	color: #fff;
}

.bg-dark .l-news-list__link-category.survey,
.bg-dark .l-news-list__link-category.lecture,
.bg-dark .l-news-list__link-category.notice,
.bg-dark .l-news-list__link-category.ibagan,
.bg-dark .l-news-list__link-category.nichigan {
	background-color: #606060;
}

.bg-dark .l-news-list__link-important {
	border-color: #606060;
	color: #606060;
}

.bg-dark .l-news-list__link-title {
	color: #fff;
}

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

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

.l-single:last-child {
	padding-bottom: 100px;
}

.l-single p {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.6875;
}

.l-single strong {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
}

.l-single em {
	font-style: italic;
}

.l-single a {
	color: #3987E5;
	text-decoration: underline;
}

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

.l-single ol li,
.l-single ul li {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6875;
}

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

.l-single ol li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}

.l-single ul li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.l-single ul li::before {
	background-color: #3887e5;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 4px;
	margin-bottom: 3px;
	margin-left: 6px;
	margin-right: 10px;
	width: 4px;
}

.l-single figure {
	margin-block: auto;
}

.l-single h2 {
	font-size: 20px;
	font-size: 2rem;
}

.l-single h3,
.l-single h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.l-single h2,
.l-single h3,
.l-single h4,
.l-single h5,
.l-single h6 {
	font-weight: 500;
	letter-spacing: 0.025em;
}

.l-single h2 + *,
.l-single h3 + *,
.l-single h4 + *,
.l-single h5 + *,
.l-single h6 + * {
	margin-top: 14px;
}

.l-single p + p,
.l-single p + ul,
.l-single p + ol,
.l-single p + figure,
.l-single p + .wp-block-buttons,
.l-single ul + p,
.l-single ul + ul,
.l-single ul + ol,
.l-single ul + figure,
.l-single ul + .wp-block-buttons,
.l-single ol + p,
.l-single ol + ul,
.l-single ol + ol,
.l-single ol + figure,
.l-single ol + .wp-block-buttons,
.l-single figure + p,
.l-single figure + ul,
.l-single figure + ol,
.l-single figure + figure,
.l-single figure + .wp-block-buttons,
.l-single .wp-block-buttons + p,
.l-single .wp-block-buttons + ul,
.l-single .wp-block-buttons + ol,
.l-single .wp-block-buttons + figure,
.l-single .wp-block-buttons + .wp-block-buttons {
	margin-top: 19px;
}

.l-single p + h2,
.l-single p + h3,
.l-single p + h4,
.l-single p + h5,
.l-single p + h6,
.l-single ul + h2,
.l-single ul + h3,
.l-single ul + h4,
.l-single ul + h5,
.l-single ul + h6,
.l-single ol + h2,
.l-single ol + h3,
.l-single ol + h4,
.l-single ol + h5,
.l-single ol + h6,
.l-single figure + h2,
.l-single figure + h3,
.l-single figure + h4,
.l-single figure + h5,
.l-single figure + h6,
.l-single .wp-block-buttons + h2,
.l-single .wp-block-buttons + h3,
.l-single .wp-block-buttons + h4,
.l-single .wp-block-buttons + h5,
.l-single .wp-block-buttons + h6 {
	margin-top: 49px;
}

.l-single__body {
	margin-inline: auto;
	max-width: 800px;
}

.l-single__h1.c-secondary-title + * {
	margin-top: 32px;
}

.l-single__info {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-single__info + * {
	margin-top: 65px;
}

.l-single__category {
	padding-inline: 20px;
	background-color: #606060;
	border-radius: 50px;
	color: #fff;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	line-height: 2.1428571429 !important;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	min-width: -moz-fit-content;
	min-width: -webkit-fit-content;
	min-width: fit-content;
	width: 100%;
}

.l-single__category.survey {
	background-color: #BD81D8;
}

.l-single__category.lecture {
	background-color: #66C156;
}

.l-single__category.notice {
	background-color: #F886A9;
}

.l-single__category.nichigan {
	background-color: #3987E5;
}

.l-single__category.ibagan {
	background-color: #FFA700;
}

.l-single__date time {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
}

.l-single__pager {
	gap: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 67px;
}

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

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

.l-single__pager-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 300px;
}

.l-single__pager a.l-single__pager-link {
	gap: 20px;
	padding-block: 9px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 3px solid #FFA700;
	border-radius: 100px;
	color: #FFA700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	width: 25%;
}

.l-single__pager a.l-single__pager-link.c-btn--orange {
	padding-block: 9px;
	background-color: #FFA700;
	color: #fff;
	width: 100%;
}

.l-single__pager a.l-single__pager-link.c-btn--orange::after {
	display: none;
}

.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::after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.l-single__pager a.l-single__pager-link::after {
	aspect-ratio: 15/21;
	-webkit-mask-image: url(../images/icon/icon_chevron-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #FFA700;
	content: "";
	display: block;
	mask-image: url(../images/icon/icon_chevron-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 15px;
}

.l-single-member .l-single__h1.c-secondary-title + * {
	margin-top: 32px;
}

/* ベース：疑似要素でアイコンを表示 */

.wp-block-button__link::before {
	aspect-ratio: 1/1;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	content: "";
	display: inline-block;
	left: -35px;
	left: -3.5rem;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 58%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	vertical-align: middle;
	width: 28px;
	width: 2.8rem;
}

/* PDFアイコン */

.wp-block-button__link.is-pdf::before {
	-webkit-mask-image: url("../images/icon/icon_btn_pdf.svg");
	background-color: #d51d1e;
	mask-image: url("../images/icon/icon_btn_pdf.svg");
}

/* その他ドキュメントアイコン */

.wp-block-button__link.is-doc::before {
	-webkit-mask-image: url("../images/icon/icon_btn_document.svg");
	background-color: #3987e5;
	mask-image: url("../images/icon/icon_btn_document.svg");
}

.wp-block-button {
	padding-left: 35px;
	padding-left: 3.5rem;
}

.wp-block-button .wp-block-button__link {
	background-color: transparent !important;
	border: none;
	color: #3987E5 !important;
	padding: 0.1em 0.5em 0.1em 0;
	position: relative;
}

.wp-block-button .wp-block-button__link::after {
	background-color: #3987E5;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-single ul li::before {
	background-color: #fff;
}

.bg-dark .l-single__category.survey,
.bg-dark .l-single__category.lecture,
.bg-dark .l-single__category.notice,
.bg-dark .l-single__category.ibagan,
.bg-dark .l-single__category.nichigan {
	background-color: #606060;
}

.bg-dark .l-single__date time {
	color: #fff;
}

.bg-dark .l-single__pager a.l-single__pager-link {
	border-color: #7C7C7C;
	color: #606060;
}

.bg-dark .l-single__pager a.l-single__pager-link.c-btn--orange {
	background-color: #606060;
	border-color: #606060;
	color: #fff;
}

.bg-dark .l-single__pager a.l-single__pager-link::after {
	background-color: #606060;
}

.bg-dark .wp-block-button__link::before {
	background-color: #fff;
}

.bg-dark .wp-block-button .wp-block-button__link {
	color: #fff !important;
}

.bg-dark .wp-block-button .wp-block-button__link::after {
	background-color: #fff;
}

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

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

.l-undermv {
	padding-block: 53px;
	background-color: #F4F9FF;
}

.l-undermv__title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.3888888889;
}

.l-undermv__title + * {
	margin-top: 55px;
}

.l-undermv__member {
	gap: 40px;
}

.l-undermv__member-link {
	padding-block: 42px;
	padding-inline: 14.7058823529%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(77, 113, 211, .3);
	box-shadow: 0px 0px 10px 0px rgba(77, 113, 211, .3);
	color: #1C1C1D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-undermv__member-link::after {
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #3987E5;
	content: "";
	display: block;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.l-undermv__member-link.--box::after {
	-webkit-mask-image: url(../images/icon/icon_document.svg);
	aspect-ratio: 28/22;
	mask-image: url(../images/icon/icon_document.svg);
	width: 28px;
}

.l-undermv__member-link.--list::after {
	-webkit-mask-image: url(../images/icon/icon_list.svg);
	aspect-ratio: 27/33;
	mask-image: url(../images/icon/icon_list.svg);
	width: 27px;
}

.l-undermv + .l-single {
	padding-top: 75px;
}

.l-undermv + .l-single__content {
	padding-top: 92px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .l-undermv {
	background-color: #7C7C7C;
	color: #fff;
}

.bg-dark .l-undermv__member-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg-dark .l-undermv__member-link::after {
	background-color: #000;
}

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

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

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3987E5;
	border: 2px solid #3987E5;
	border-radius: 100px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	min-width: 240px;
	min-width: 24rem;
	padding: 10px 9px;
	padding: 1rem 0.9rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-btn span:not(.c-chevron) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-btn .c-chevron {
	width: 36px;
	width: 3.6rem;
}

.c-btn .c-chevron::after {
	width: 19px;
}

.c-btn.--back {
	background-color: #FFA700;
	border-color: #FFA700;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-btn.--back .c-chevron::after {
	left: 47%;
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.c-btn--orange {
	padding-block: 12px;
	padding-inline: 54px;
	background-color: #FFA700;
	border: 3px solid #FFA700;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	min-width: 215px;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/**
 * 白黒対応
 *
 */

.bg-dark .c-btn {
	background-color: #7C7C7C;
	border-color: #7C7C7C;
}

.bg-dark .c-btn.--back,
.bg-dark .c-btn--orange {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

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

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

.c-chevron {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: transform, background-color;
	transition-property: transform, background-color, -webkit-transform;
	width: 50px;
}

.c-chevron::after {
	aspect-ratio: 1/1;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	background-color: #3987E5;
	content: "";
	display: block;
	left: 44%;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	width: 23px;
}

.c-chevron-right::after {
	-webkit-mask-image: url(../images/icon/icon_chevron-right.svg);
	mask-image: url(../images/icon/icon_chevron-right.svg);
}

.c-chevron-blue {
	background-color: #3987E5;
}

.c-chevron-blue::after {
	background-color: #fff;
}

/**
 * 白黒対応
 *
 */

.bg-dark .c-chevron::after {
	background-color: #7C7C7C;
}

.bg-dark .c-chevron-blue {
	background-color: #fff;
}

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

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

.c-confirm {
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
}

.c-confirm.is-active {
	opacity: 1;
	visibility: visible;
}

.c-confirm.is-none {
	opacity: 0;
	visibility: hidden;
}

.c-confirm__overlay {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}

.c-confirm__modal {
	bottom: 0;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: 0 auto auto;
	position: fixed;
	right: 0;
	text-align: center;
	top: 20%;
	z-index: 9999;
}

.c-confirm__modal-inner {
	margin-inline: auto;
	padding-block: 40px;
	background: #fff;
	border-radius: 22px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
	max-width: 540px;
	position: relative;
}

.c-confirm__text {
	color: #000 !important;
	font-size: 20px;
	font-size: 2rem;
}

.c-confirm__btn {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.c-confirm__btn-wrap {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-confirm__btn-link {
	padding-block: 9px;
	background-color: #000;
	border: 3px solid #000;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	width: 100%;
}

.c-confirm__btn-link.--off {
	background-color: #fff;
	color: #000;
}

.c-confirm__close-button {
	cursor: pointer;
	display: block;
	height: 26px;
	position: absolute;
	right: 27px;
	top: 27px;
	width: 26px;
}

.c-confirm__close-button span {
	background-color: #25292F;
	border-radius: 20px;
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 30px;
}

.c-confirm__close-button span:nth-child(1) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-confirm__close-button span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

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

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

.c-floating-banner {
	bottom: 50px;
	left: 50px;
	position: fixed;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-floating-banner.is-close {
	opacity: 0;
	visibility: hidden;
}

.c-floating-banner__button {
	padding-block: 11px 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #D51D1E;
	border: 5px solid #D51D1E;
	border-radius: 22px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(49, 40, 40, .3);
	box-shadow: 0px 0px 10px 0px rgba(49, 40, 40, .3);
	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;
	min-width: 330px;
	min-width: 33rem;
}

.c-floating-banner__button .text01 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.4333333333;
}

.c-floating-banner__button .text02 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.375;
}

.c-floating-banner__close-button {
	background: url(../images/icon/icon_close.png) 50%/contain no-repeat;
	background-color: #DDDDDD;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(49, 40, 40, .3);
	box-shadow: 0px 0px 10px 0px rgba(49, 40, 40, .3);
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -11px;
	width: 36px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .c-floating-banner__button {
	background-color: #606060;
	border-color: #606060;
	color: #fff;
}

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

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

.c-hospital-card {
	background: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 1rem rgba(77, 113, 211, .2);
	box-shadow: 0px 0px 1rem rgba(77, 113, 211, .2);
	padding: 31px 35px 35px;
}

.c-hospital-card__name {
	border-bottom: 1px solid #DDDDDD;
	color: #173A98;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 8px;
}

.c-hospital-card__name + * {
	margin-top: 20px;
}

.c-hospital-card__name + .c-hospital-card__tags {
	margin-top: 15px;
}

.c-hospital-card__dl {
	padding-inline: 4px;
}

.c-hospital-card__dl-inner {
	gap: 10px;
	-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;
}

.c-hospital-card__dl-inner + .c-hospital-card__dl-inner {
	margin-top: 7px;
}

.c-hospital-card__dl + * {
	margin-top: 20px;
}

.c-hospital-card__dt {
	padding-top: 2px;
}

.c-hospital-card__dt .icon img {
	display: block;
}

.c-hospital-card__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-hospital-card__dd a {
	color: #3987E5;
	text-decoration: underline;
}

.c-hospital-card__features .c-hospital-card__tags + * {
	margin-top: 16px;
}

.c-hospital-card__features .c-hospital-card__tag {
	background-color: #fff;
	color: #3987E5;
}

.c-hospital-card__tags {
	gap: 8px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-hospital-card__tags + * {
	margin-top: 9px;
}

.c-hospital-card__tags + .c-hospital-card__dl {
	margin-top: 12px;
}

.c-hospital-card__tag {
	padding-inline: 15px;
	background-color: #3987E5;
	border: 1px solid #3987E5;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
}

.c-hospital-card__support-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.c-hospital-card__info-inner {
	gap: 5px 15px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-hospital-card__info-inner + .c-hospital-card__info-inner {
	margin-top: 23px;
}

.c-hospital-card__info-dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	min-width: 90px;
}

.c-hospital-card__info-dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}

.c-hospital-card__devices-title {
	min-width: 105px;
	padding-top: 8px;
}

.c-hospital-card__devices-table {
	border-top: 1px solid #DDDDDD;
	width: 100%;
}

.c-hospital-card__devices-table th,
.c-hospital-card__devices-table td {
	padding-block: 7px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.c-hospital-card__devices-table th {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	padding-left: 15px;
	text-align: left;
	width: 61.2903225806%;
}

.c-hospital-card__devices-table td {
	padding-inline: 22px 20px;
	vertical-align: middle;
}

.c-hospital-card__devices-table td img {
	display: block;
}

.c-hospital-card__devices + * {
	margin-top: 26px;
}

.c-hospital-card__box {
	background-color: #F4F9FF;
	border-radius: 6px;
	padding: 16px 20px 10px;
}

.c-hospital-card__box-title {
	color: #173A98;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.c-hospital-card__box-title + * {
	margin-top: 12px;
}

.c-hospital-card__box .p-lowvision__text {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}

/**
 * 白黒対応
 *
 */

.bg-dark .c-hospital-card {
	background-color: #000;
	border: 3px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg-dark .c-hospital-card__name {
	border-color: #fff;
	color: #fff;
}

.bg-dark .c-hospital-card__dt.--tel .icon {
	-webkit-mask-image: url(../images/list/icon_phone.svg);
	mask-image: url(../images/list/icon_phone.svg);
}

.bg-dark .c-hospital-card__dt.--mail .icon {
	-webkit-mask-image: url(../images/list/icon_mail.svg);
	mask-image: url(../images/list/icon_mail.svg);
}

.bg-dark .c-hospital-card__dt.--address .icon {
	-webkit-mask-image: url(../images/list/icon_map.svg);
	mask-image: url(../images/list/icon_map.svg);
}

.bg-dark .c-hospital-card__dt.--hp .icon {
	-webkit-mask-image: url(../images/list/icon_hp.svg);
	mask-image: url(../images/list/icon_hp.svg);
}

.bg-dark .c-hospital-card__dt .icon {
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.bg-dark .c-hospital-card__dt .icon img {
	opacity: 0;
}

.bg-dark .c-hospital-card__dd a {
	color: #fff;
}

.bg-dark .c-hospital-card__features .c-hospital-card__tag {
	background-color: #000;
	border-color: #fff;
	color: #fff;
}

.bg-dark .c-hospital-card__tag {
	background-color: #606060;
	border-color: #606060;
	color: #fff;
}

.bg-dark .c-hospital-card__devices-table th {
	vertical-align: middle;
}

.bg-dark .c-hospital-card__devices-table td.--ok .icon {
	-webkit-mask-image: url(../images/list/table-circle.svg);
	mask-image: url(../images/list/table-circle.svg);
}

.bg-dark .c-hospital-card__devices-table td.--ng .icon {
	-webkit-mask-image: url(../images/list/table-close.svg);
	mask-image: url(../images/list/table-close.svg);
}

.bg-dark .c-hospital-card__devices-table td.--maybe .icon {
	-webkit-mask-image: url(../images/list/table-triangle.svg);
	mask-image: url(../images/list/table-triangle.svg);
}

.bg-dark .c-hospital-card__devices-table td .icon {
	-webkit-mask-position: 0% 0%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #fff;
	display: block;
	mask-position: 0% 0%;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.bg-dark .c-hospital-card__devices-table td .icon img {
	opacity: 0;
}

.bg-dark .c-hospital-card__box {
	background-color: #606060;
}

.bg-dark .c-hospital-card__box-title {
	color: #fff;
}

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

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

.c-pager .page-numbers {
	margin-inline: auto;
	gap: 20px;
	-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;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-pager a.page-numbers,
.c-pager span.page-numbers {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	color: #344969;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	width: 50px;
	width: 5rem;
}

.c-pager span.current {
	background-color: #3987E5;
	border-color: #3987E5;
	color: #fff;
}

.c-pager .page-numbers.prev,
.c-pager .page-numbers.next {
	display: none;
}

.c-pager li:has(.page-numbers.prev),
.c-pager li:has(.page-numbers.next) {
	display: none;
}

.c-pager .wp-pagenavi {
	margin-inline: auto;
	gap: 20px;
	-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;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-pager a.page,
.c-pager span {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	color: #344969;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	width: 50px;
	width: 5rem;
}

.c-pager span.current {
	background-color: #3987E5;
	border-color: #3987E5;
	color: #fff;
}

.c-pager a.previouspostslink,
.c-pager a.nextpostslink {
	gap: 12px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13.71px;
	font-size: 1.371rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 76px;
	width: 7.6rem;
}

/**
 * 白黒対応
 *
 */

.bg-dark .c-pager a.page-numbers,
.bg-dark .c-pager span.page-numbers {
	border-color: #fff;
	color: #fff;
}

.bg-dark .c-pager span.current {
	background-color: #606060;
	border-color: #606060;
}

.bg-dark .c-pager .wp-pagenavi a.page,
.bg-dark .c-pager .wp-pagenavi span {
	border-color: #fff;
	color: #fff;
}

.bg-dark .c-pager .wp-pagenavi span.current {
	background-color: #606060;
	border-color: #606060;
}

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

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

.c-primary-title {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #1C1C1D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.c-primary-title__jp {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.c-primary-title__en {
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.c-primary-title__en::before {
	background-color: #FFA700;
	content: "";
	display: block;
	height: 2px;
	height: 0.2rem;
	width: 10px;
	width: 1rem;
}

.c-primary-title + * {
	margin-top: 42px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .c-primary-title {
	color: #fff;
}

.bg-dark .c-primary-title__en::before {
	background-color: #606060;
}

.bg-dark .c-primary-title__jp {
	color: #fff;
}

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

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

.c-secondary-title {
	color: #3987E5;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.c-secondary-title__center {
	text-align: center;
}

.c-secondary-title + * {
	margin-top: 42px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .c-secondary-title {
	color: #fff;
}

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

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

.toggle-button-1 {
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.toggle-button-1 .toggle-label-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	color: #1C1C1D;
	font-size: 20px;
	font-size: 2rem;
	-ms-user-select: none;
	user-select: none;
}

.toggle-button-1 input {
	cursor: pointer;
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.toggle-button-1 .toggle-switch {
	background-color: #DDDDDD;
	border-radius: 50px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .16);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .16);
	height: 40px;
	position: relative;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
	width: 80px;
}

.toggle-button-1 .toggle-switch::after {
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .16);
	box-shadow: 0 0 3px rgba(0, 0, 0, .16);
	content: "";
	height: 34px;
	left: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	width: 34px;
}

.toggle-button-1 input:checked + .toggle-switch {
	background-color: #3987E5;
}

.toggle-button-1 input:checked + .toggle-switch::after {
	left: 43px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .toggle-button-1 .toggle-switch::after {
	background-color: #606060;
}

.bg-dark .toggle-button-1 input:checked + .toggle-switch {
	background-color: #000;
}

.bg-dark .toggle-button-1 input:checked + .toggle-switch::after {
	background-color: #fff;
}

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

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

.p-top-about {
	padding-block: 113px 45px;
	background-color: #F4F9FF;
}

.p-top-about__body {
	gap: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-template-columns: 1fr 50%;
}

.p-top-about .c-primary-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-about .c-primary-title + * {
	margin-top: 0;
}

.p-top-about__content .p-top__text + * {
	margin-top: 40px;
}

.p-top-about__lead {
	color: #3987E5;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
}

.p-top-about__lead + * {
	margin-top: 23px;
	margin-top: 2.3rem;
}

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

/**
 * 白黒対応
 *
 */

.bg-dark .p-top-about {
	background-color: #000;
}

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

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

.p-top-list {
	padding-top: 100px;
}

.p-top-list__link {
	border-radius: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.p-top-list__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.p-top-list__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}

.p-top-list__content {
	background-color: #3987E5;
	border: 2px solid #3987E5;
	border-radius: 0 36px 36px 0;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 340px;
	min-height: 34rem;
	padding-left: 7.2727272727%;
	position: relative;
	width: 420px;
	width: 42rem;
}

.p-top-list__h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

.p-top-list__h2 + * {
	margin-top: 14px;
}

.p-top-list .p-top__text {
	line-height: 2.25;
}

.p-top-list .c-chevron {
	bottom: 30px;
	position: absolute;
	right: 30px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-top-list__content {
	background-color: #7C7C7C;
	border-color: #7C7C7C;
}

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

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

.p-top-news {
	padding-block: 45px 100px;
	padding-inline: 40px;
	background-color: #F4F9FF;
}

.p-top-news__body {
	margin-inline: auto;
	padding-block: 80px 70px;
	background-color: #fff;
	border-radius: 36px;
	max-width: 1200px;
}

.p-top-news__body-inner.l-grid.u-con--md {
	gap: 20px 48px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-template-columns: 1fr 70.9090909091%;
}

.p-top-news .c-primary-title + * {
	margin-top: 0;
}

.p-top-news__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 780px;
}

.p-top-news__list .l-news-list__link {
	padding-block: 23px;
	gap: 46px;
}

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

.p-top-news__btn .c-btn {
	font-size: 22px;
	font-size: 2.2rem;
	margin-left: auto;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-top-news {
	background-color: #000;
}

.bg-dark .p-top-news__body {
	background-color: #000;
}

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

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

.p-top-service {
	padding-block: 70px 80px;
	padding-inline: 40px;
}

.p-top-service__body {
	margin-inline: auto;
	padding-block: 50px;
	background-color: #F4F9FF;
	border-radius: 36px;
	max-width: 840px;
}

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

.p-top-service__link {
	padding-block: 36px 30px;
	padding-inline: 55px 80px;
	background-color: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 10px rgba(77, 113, 211, .3);
	box-shadow: 0px 0px 10px rgba(77, 113, 211, .3);
	display: block;
}

.p-top-service .c-secondary-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.p-top-service .c-secondary-title + * {
	margin-top: 2px;
}

.p-top-service .c-chevron {
	bottom: 30px;
	position: absolute;
	right: 30px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-top-service__body {
	background-color: #000;
}

.bg-dark .p-top-service__link {
	background-color: #7C7C7C;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

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

.p-top-sources {
	padding-block: 80px 100px;
	background-color: #F4F9FF;
}

.p-top-sources__inner {
	position: relative;
}

.p-top-sources__list {
	gap: 50px 47px;
}

.p-top-sources__list-item {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-sources__list-item img {
	height: auto;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-top-sources {
	background-color: #000;
}

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

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

.p-top__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.25;
}

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

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

.p-greeting-about {
	padding-block: 80px;
}

.p-greeting-about__body {
	padding-block: 39px 36px;
	padding-inline: 32px;
	border: 3px solid #3987E5;
	border-radius: 36px;
}

.p-greeting-about__body .c-secondary-title + * {
	margin-top: 23px;
}

.p-greeting-about__body .p-greeting__text span {
	display: inline-block;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-greeting-about__body {
	border-color: #fff;
}

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

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

.p-greeting-member {
	padding-block: 92px 100px;
	background-color: #F4F9FF;
}

.p-greeting-member .c-primary-title + * {
	margin-top: 32px;
}

.p-greeting-member__body {
	padding-block: 34px;
	padding-inline: 58px;
	background-color: #fff;
	border-radius: 36px;
}

.p-greeting-member__body-medium {
	margin-inline: auto;
	padding-block: 36px 32px;
	padding-inline: 50px;
	max-width: 860px;
}

.p-greeting-member__body + .p-greeting-member__body {
	margin-top: 50px;
}

.p-greeting-member__title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}

.p-greeting-member__title span {
	display: inline-block;
}

.p-greeting-member__title + .p-greeting__text {
	margin-top: 9px;
}

.p-greeting-member .p-greeting__text {
	line-height: 1.5;
}

.p-greeting-member__table {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 11px;
}

.p-greeting-member__table-inner {
	gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-greeting-member__table-inner:last-child .p-greeting-member__table-dt,
.p-greeting-member__table-inner:last-child .p-greeting-member__table-dd {
	padding-bottom: 0;
}

.p-greeting-member__table-inner + .p-greeting-member__table-inner {
	border-top: 1px solid #DDDDDD;
	padding-top: 13px;
}

.p-greeting-member__table-dt,
.p-greeting-member__table-dd {
	padding-bottom: 11px;
}

.p-greeting-member__table-dt {
	min-width: 107px;
	min-width: 10.7rem;
}

.p-greeting-member__table-dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}

.p-greeting-member__role {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 6px;
}

.p-greeting-member__role-item {
	padding-block: 25px 18px;
	border-bottom: 1px solid #DDDDDD;
	min-width: 34.5528455285%;
	width: 33.3333333333%;
}

.p-greeting-member__role-item:nth-child(3n) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: auto;
	width: auto;
}

.p-greeting-member__role-item:nth-last-child(-n+3) {
	border-bottom: none;
	padding-bottom: 0;
}

.p-greeting-member__role-title {
	padding-inline: 8px;
	background-color: #fff;
	border: 2px solid #3987E5;
	border-radius: 4px;
	color: #3987E5;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-greeting-member__role-title + * {
	margin-top: 9px;
}

.p-greeting-member__role-table {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
}

.p-greeting-member__role-table-inner {
	gap: 17px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-greeting-member__role-table-inner + .p-greeting-member__role-table-inner {
	margin-top: 9px;
}

.p-greeting-member__role-table-dt {
	min-width: 100px;
	min-width: 10rem;
}

.p-greeting-member__role-table-dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}

.p-greeting-member__role-table-dd span {
	display: inline-block;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-greeting-member {
	background-color: #000;
}

.bg-dark .p-greeting-member__body {
	background-color: #606060;
}

.bg-dark .p-greeting-member__role-title {
	border-color: #000;
	color: #000;
}

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

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

.p-greeting-message {
	padding-block: 50px 176px;
}

.p-greeting-message__body {
	gap: 40px;
	grid-template-columns: 63.6363636364% 1fr;
}

.p-greeting-message__info {
	width: 100%;
}

.p-greeting-message__image {
	border-radius: 36px;
	overflow: hidden;
}

.p-greeting-message__image img {
	height: auto;
	width: 100%;
}

.p-greeting-message__image + * {
	margin-top: 16px;
}

.p-greeting-message__position,
.p-greeting-message__name {
	text-align: right;
}

.p-greeting-message__position {
	font-size: 16px;
	font-size: 1.6rem;
}

.p-greeting-message__name {
	gap: 15px;
	-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;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-greeting-message__name .mn {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
}

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

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

.p-greeting-plan {
	padding-block: 92px 100px;
}

.p-greeting-plan .c-primary-title + * {
	margin-top: 28px;
}

.p-greeting-plan__h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
}

.p-greeting-plan__h3 + * {
	margin-top: 12px;
}

.p-greeting-plan__table-inner {
	padding-block: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #DDDDDD;
	border-radius: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-greeting-plan__table-inner + .p-greeting-plan__table-inner {
	margin-top: 20px;
}

.p-greeting-plan__table-dt,
.p-greeting-plan__table-dd {
	padding-block: 4px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
}

.p-greeting-plan__table-dt {
	min-width: 175px;
	padding-left: 39px;
}

.p-greeting-plan__table-dd {
	border-left: 1px solid #DDDDDD;
	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;
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 50px;
	padding-left: 60px;
}

.p-greeting-plan__table + * {
	margin-top: 36px;
}

.p-greeting-plan__table + *.p-greeting-plan__others {
	margin-top: 30px;
}

.p-greeting-plan__others {
	padding-block: 43px 44px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F4F9FF;
	border-radius: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-greeting-plan__others .p-greeting-plan__h3 {
	min-width: 175px;
	padding-left: 40px;
}

.p-greeting-plan__others-contents {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 0;
	padding-left: 60px;
}

.p-greeting-plan__others-contents .p-greeting__text {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.6875;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-greeting-plan {
	color: #fff;
}

.bg-dark .p-greeting-plan__others {
	background-color: #606060;
}

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

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

.p-greeting__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.25;
}

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

.p-greeting__text-right {
	text-align: right;
}

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

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

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

.p-login__form {
	padding-block: 105px 150px;
}

.p-login__form form {
	margin-inline: auto;
	max-width: 320px;
}

.p-login__form-label label {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
}

.p-login__form-label + * {
	margin-top: 5px;
}

.p-login__form-btn {
	margin-top: 50px;
}

.p-login__form-btn .c-btn--orange {
	margin-inline: auto;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-login__form-label label {
	color: #fff;
}

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

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

.p-member-contact {
	padding-top: 100px;
}

.p-member-contact__body {
	padding-block: 25px 28px;
	padding-inline: 43px;
	border: 3px solid #3987E5;
	border-radius: 36px;
}

.p-member-contact__flex {
	gap: 16px 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-member-contact__title {
	color: #3987E5;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
}

.p-member-contact__title + * {
	margin-top: 7px;
}

.p-member-contact__tel-link {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #25292F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
}

.p-member-contact__tel-link::before {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_tel.svg) 50%/contain no-repeat;
	background-color: #6E6E6E;
	content: "";
	display: block;
	mask: url(../images/icon/icon_tel.svg) 50%/contain no-repeat;
	width: 18px;
}

.p-member-contact__time {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6875;
}

.p-member-contact__about {
	padding-block: 70px;
	background-color: #F4F9FF;
	margin-top: 80px;
}

.p-member-contact__about-body {
	margin-inline: auto;
	gap: 12px 25px;
	gap: 1.2rem 2.5rem;
	-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;
	max-width: 785px;
}

.p-member-contact__about-icon {
	width: 72px;
	width: 7.2rem;
}

.p-member-contact__about-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-member-contact__about-title {
	border-bottom: 1px solid #3887e5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	padding-bottom: 3px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-member-contact__about-title + * {
	margin-top: 12px;
}

.p-member-contact__about-list li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5384615385;
}

.p-member-contact__about-list li + li {
	margin-top: 3px;
}

.p-member-contact__about-list + * {
	margin-top: 24px;
}

.l-single-member .p-member-contact__title {
	color: #3987E5;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
}

.l-single-member .p-member-contact__title + * {
	margin-top: 7px;
}

.l-single-member .p-member-contact__tel-link {
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #25292F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}

.l-single-member .p-member-contact__tel-link::before {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_tel.svg) 50%/contain no-repeat;
	background-color: #6E6E6E;
	content: "";
	display: block;
	mask: url(../images/icon/icon_tel.svg) 50%/contain no-repeat;
	width: 18px;
}

.l-single-member .p-member-contact__time {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6875;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-member-contact__body {
	border-color: #fff;
}

.bg-dark .p-member-contact__title {
	color: #fff;
}

.bg-dark .p-member-contact__tel-link {
	color: #fff;
}

.bg-dark .p-member-contact__tel-link::before {
	background-color: #fff;
}

.bg-dark .p-member-contact__about {
	background-color: #000;
}

.bg-dark .p-member-contact__about-title {
	border-bottom-color: #fff;
}

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

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

.p-member-news {
	padding-top: 80px;
}

.p-member-news__body {
	gap: 30px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-member-news .c-primary-title__jp + * {
	margin-top: 26px;
}

.p-member-news__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 780px;
}

.p-member-news__list + * {
	margin-top: 50px;
}

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

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

.p-member .l-undermv {
	padding-bottom: 80px;
}

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

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

.p-news-list__body {
	padding-block: 80px 100px;
}

.p-news-list__list {
	margin-inline: auto;
	max-width: 782px;
}

.p-news-list__list .l-news-list__link {
	padding-block: 29px;
}

.p-news-list__list .l-news-list__link-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6666666667;
}

.p-news-list__list + * {
	margin-top: 60px;
}

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

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

.p-document {
	padding-bottom: 100px;
}

.p-document__body {
	padding-top: 45px;
}

.p-document__body-inner {
	margin-inline: auto;
	max-width: 1020px;
}

.p-document__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
}

.p-document__text.--nodocs {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-document__text + * {
	margin-top: 44px;
}

.p-document__list {
	margin-top: 44px;
}

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

.p-document__list-link {
	background-color: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 8px rgba(77, 113, 211, .5);
	box-shadow: 0px 0px 8px rgba(77, 113, 211, .5);
	color: #3987E5;
	display: block;
	overflow: hidden;
}

.p-document__list-head {
	gap: 12px 20px;
	padding-block: 25px;
	padding-inline: 55px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-document__list-head .c-chevron {
	margin-left: auto;
}

.p-document__list-head .c-chevron:not(.--link):not(.--pdf)::after {
	aspect-ratio: 24/27;
	-webkit-mask-image: url(../images/icon/icon_download.svg);
	left: 50%;
	mask-image: url(../images/icon/icon_download.svg);
	width: 24px;
}

.p-document__list-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

.p-document__list-tag {
	padding-inline: 19px;
	background-color: #fff;
	border: 1px solid #344969;
	border-radius: 50px;
	color: #344969;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
}

.p-document__list-tag.--pdf {
	border-color: #FF4E4F;
	color: #FF4E4F;
}

.p-document__list-tag.--xlsx {
	border-color: #66C156;
	color: #66C156;
}

.p-document__list-tag.--docx {
	border-color: #3987E5;
	color: #3987E5;
}

.p-document__list-tag.--pptx {
	border-color: #F886A9;
	color: #F886A9;
}

.p-document__list-desc {
	padding-block: 33px 32px;
	padding-inline: 55px;
	background-color: #F4F9FF;
	color: #25292F;
	width: 100%;
}

.p-document .l-single__pager-btn {
	margin: 80px auto 0;
	max-width: -moz-max-content;
	max-width: -webkit-max-content;
	max-width: max-content;
}

.p-document .l-single__pager-btn .c-btn {
	margin-inline: auto;
	padding-block: 9px;
	padding-inline: 46px;
	min-width: 300px;
	width: 100%;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-document__list-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg-dark .p-document__list-title {
	color: #000;
}

.bg-dark .p-document__list-tag {
	border-color: #606060;
	color: #606060;
}

.bg-dark .p-document__list .c-chevron-blue {
	background-color: #606060;
}

.bg-dark .p-document__list .c-chevron-blue::after {
	background-color: #fff;
}

.bg-dark .p-document__list-desc {
	background-color: #606060;
}

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

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

.p-list-area {
	padding-block: 54px 77px;
}

.p-list-area__body {
	margin-inline: auto;
	max-width: 804px;
	padding-right: 10px;
	padding-right: 1rem;
	position: relative;
}

.p-list-area__map {
	margin-inline: auto;
	max-width: 576px;
	width: 100%;
}

.p-list-area__map img[usemap] {
	display: block;
	height: auto;
	width: 100%;
}

.p-list-area__link {
	padding-block: 7px;
	padding-inline: 12px;
	background-color: #fff;
	border: 2px solid #66C156;
	border-radius: 100px;
	color: #66C156;
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
}

.p-list-area__link.--north {
	border-color: #66C156;
	color: #66C156;
	right: 35px;
	top: 125px;
}

.p-list-area__link.--north.is-hover {
	background-color: #66C156;
	color: #fff;
}

.p-list-area__link.--central {
	border-color: #F886A9;
	color: #F886A9;
	left: 221px;
	top: 198px;
}

.p-list-area__link.--central.is-hover {
	background-color: #F886A9;
	color: #fff;
}

.p-list-area__link.--east {
	border-color: #3987E5;
	bottom: 190px;
	color: #3987E5;
	right: 76px;
}

.p-list-area__link.--east.is-hover {
	background-color: #3987E5;
	color: #fff;
}

.p-list-area__link.--south {
	border-color: #BD81D8;
	bottom: 52px;
	color: #BD81D8;
	left: 86px;
}

.p-list-area__link.--south.is-hover {
	background-color: #BD81D8;
	color: #fff;
}

.p-list-area__link.--west {
	border-color: #FFA700;
	color: #FFA700;
	left: 24px;
	top: 305px;
}

.p-list-area__link.--west.is-hover {
	background-color: #FFA700;
	color: #fff;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-list-area__link.--north,
.bg-dark .p-list-area__link.--central,
.bg-dark .p-list-area__link.--east,
.bg-dark .p-list-area__link.--south,
.bg-dark .p-list-area__link.--west {
	border-color: #606060;
	color: #606060;
}

.bg-dark .p-list-area__link.--north.is-hover,
.bg-dark .p-list-area__link.--central.is-hover,
.bg-dark .p-list-area__link.--east.is-hover,
.bg-dark .p-list-area__link.--south.is-hover,
.bg-dark .p-list-area__link.--west.is-hover {
	background-color: #606060;
	color: #fff;
}

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

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

.p-list-list {
	padding-block: 46px 100px;
	background-color: #F4F9FF;
}

.p-list-list__wrap {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 44px;
}

.p-list-list__wrap + * {
	margin-top: 50px;
}

.p-list-list__body {
	gap: 25px;
}

.p-list-list__body + * {
	margin-top: 35px;
}

.p-list-list__item.is-current .p-list-list__link {
	border: 2px solid #3987E5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.p-list-list__link {
	padding-block: 24px 26px;
	padding-inline: 10%;
	background-color: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(77, 113, 211, .3);
	box-shadow: 0px 0px 10px 0px rgba(77, 113, 211, .3);
	display: block;
	height: 100%;
	min-height: 204px;
	min-height: 20.4rem;
}

.p-list-list__link.--south {
	padding-inline: 7.7142857143%;
}

.p-list-list__link-title {
	margin-inline: auto;
	border-bottom: 1px solid #DDDDDD;
	color: #3987E5;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	max-width: 280px;
	padding-bottom: 3px;
	text-align: center;
}

.p-list-list__link-title + * {
	margin-top: 6px;
}

.p-list-list__link-city {
	gap: 4px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.tax-area .p-list-list {
	padding-block: 90px 94px;
	margin-top: 100px;
}

body.tax-area .p-list-list__wrap {
	border: none;
	padding-bottom: 0;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-list-list {
	background-color: #000;
}

.bg-dark .p-list-list__wrap {
	border-bottom: #fff;
}

.bg-dark .p-list-list__item.is-current .p-list-list__link {
	border-color: #fff;
}

.bg-dark .p-list-list__link {
	background-color: #606060;
}

.bg-dark .p-list-list__link-title {
	color: #fff;
}

.bg-dark .p-list-list__link-city {
	border-color: #fff;
}

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

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

.p-list__main {
	padding-top: 72px;
}

.p-list__main .c-secondary-title + * {
	margin-top: 8px;
}

.p-list__main .c-secondary-title + .l-accordion__body {
	margin-top: 32px;
}

.p-list__main .l-accordion__body {
	background-color: #F4F9FF;
	border-radius: 36px;
	padding: 40px;
}

.p-list__title {
	gap: 5px;
	-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;
}

.p-list__title::before {
	background-color: #FFA700;
	content: "";
	display: block;
	height: 2px;
	height: 0.2rem;
	width: 10px;
	width: 1rem;
}

.p-list__title + * {
	margin-top: 20px;
}

.p-list__text {
	font-size: 16px;
	font-size: 1.6rem;
}

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

.p-list__note {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7857142857;
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-list__pediatric {
	margin-inline: auto;
	max-width: 740px;
}

.p-list__pediatric-link {
	padding-block: 36px 38px;
	padding-inline: 55px 110px;
	background-color: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(77, 113, 211, .3);
	box-shadow: 0px 0px 10px 0px rgba(77, 113, 211, .3);
	display: block;
	position: relative;
}

.p-list__pediatric-link-title {
	color: #3987E5;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

.p-list__pediatric-link-title + * {
	margin-top: 10px;
}

.p-list__pediatric-link .c-chevron {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-list__main .l-accordion__body {
	background-color: #000;
}

.bg-dark .p-list__title::before {
	background-color: #606060;
}

.bg-dark .p-list__pediatric-link {
	background-color: #606060;
}

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

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

.p-pediatric {
	padding-bottom: 94px;
}

.p-pediatric .p-list__text + * {
	margin-top: 52px;
}

.p-pediatric__text-box {
	margin-inline: auto;
	line-height: 1.6875;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
}

.p-pediatric .l-accordion__body {
	margin-top: 32px;
}

.p-pediatric .l-accordion__body + * {
	margin-top: 35px;
}

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

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

.p-lowvision-about {
	padding-block: 80px 100px;
}

.p-lowvision-about__body {
	padding-block: 39px 37px;
	padding-inline: 32px;
	border: 3px solid #3987E5;
	border-radius: 36px;
}

.p-lowvision-about__body .c-secondary-title + * {
	margin-top: 23px;
}

.p-lowvision-about__body .p-lowvision__text span {
	display: inline-block;
}

.p-lowvision-about__body .p-lowvision__text + * {
	margin-top: 25px;
}

.p-lowvision-about__h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.p-lowvision-about__h3 + .p-lowvision__text {
	margin-top: 5px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-lowvision-about__body {
	border-color: #fff;
}

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

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

.p-lowvision-clinic {
	padding-bottom: 100px;
}

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

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

.p-lowvision-facility {
	padding-top: 150px;
}

.p-lowvision-facility .l-accordion__item {
	margin-inline: auto;
	max-width: 1020px;
}

.p-lowvision-facility .l-accordion__item-inner {
	padding-top: 40px;
}

.p-lowvision-facility .l-accordion__item .l-accordion__item-inner {
	padding-bottom: 40px;
}

.p-lowvision-facility .l-accordion__item .p-lowvision__text + .p-lowvision-facility__btn {
	margin-top: 30px;
}

.p-lowvision-facility__btn .c-btn {
	margin-inline: auto;
	padding-block: 9px;
	max-width: 516px;
	width: 100%;
}

.p-lowvision-facility__btn .c-btn span {
	display: inline-block;
}

.p-lowvision-facility__card-list {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.25;
	list-style-position: inside;
	list-style-type: decimal !important;
}

.p-lowvision-facility__card-list li {
	padding-left: 1.1em;
	text-indent: -1.1em;
}

.p-lowvision-facility .c-hospital-card {
	padding-block: 30px 35px;
}

.p-lowvision-facility .c-hospital-card__name {
	padding-bottom: 12px;
}

.p-lowvision-facility .c-hospital-card__dl {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 13px;
}

.p-lowvision-facility .c-hospital-card__dl-inner + .c-hospital-card__dl-inner {
	margin-top: 13px;
}

.p-lowvision-facility .c-hospital-card__dl + .p-lowvision__text {
	margin-top: 5px;
}

.p-lowvision-facility .c-hospital-card .p-lowvision__text + .p-lowvision__text {
	margin-top: 35px;
}

.p-lowvision-facility .c-hospital-card__box {
	margin-top: 10px;
}

.p-lowvision-facility .c-hospital-card__box-title + * {
	margin-top: 6px;
}

.p-lowvision-facility .c-hospital-card + .c-hospital-card {
	margin-top: 40px;
}

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

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

.p-lowvision-network {
	padding-top: 60px;
}

.p-lowvision-network__body {
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-areas: "image content";
	grid-template-columns: 1fr 480px;
}

.p-lowvision-network__content {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: content;
}

.p-lowvision-network .c-secondary-title {
	letter-spacing: 0;
}

.p-lowvision-network .c-secondary-title + * {
	margin-top: 22px;
}

.p-lowvision-network__image img {
	height: auto;
	width: 100%;
}

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

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

.p-lowvision-ophthalmologist {
	padding-block: 92px 80px;
	background-color: #F4F9FF;
}

.p-lowvision-ophthalmologist .c-secondary-title + * {
	margin-top: 22px;
}

.p-lowvision-ophthalmologist__list {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.25;
}

.p-lowvision-ophthalmologist__list + * {
	margin-top: 35px;
}

.p-lowvision-ophthalmologist .p-lowvision__text + .--annotation {
	margin-top: 10px;
}

.p-lowvision-ophthalmologist__btn {
	margin-top: 50px;
}

.p-lowvision-ophthalmologist__btn .c-btn {
	margin-inline: auto;
	padding-block: 9px;
	max-width: 678px;
	width: 100%;
}

.p-lowvision-ophthalmologist__btn .c-btn span {
	display: inline-block;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-lowvision-ophthalmologist {
	background-color: #000;
}

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

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

.p-lowvision-relation {
	padding-block: 92px 150px;
}

.p-lowvision-relation .c-secondary-title + * {
	margin-top: 32px;
}

.p-lowvision-relation__body {
	background: #F4F9FF;
	border-radius: 36px;
	padding: 50px;
}

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

.p-lowvision-relation__link {
	padding-block: 34px 30px;
	padding-inline: 55px 100px;
	background-color: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 10px rgba(77, 113, 211, .3);
	box-shadow: 0px 0px 10px rgba(77, 113, 211, .3);
	display: block;
	position: relative;
}

.p-lowvision-relation__link::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_blank.svg) 50%/contain no-repeat;
	background-color: #3987E5;
	bottom: 30px;
	content: "";
	display: block;
	mask: url(../images/icon/icon_blank.svg) 50%/contain no-repeat;
	position: absolute;
	right: 30px;
	width: 30px;
}

.p-lowvision-relation__link-title {
	color: #3987E5;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
}

.p-lowvision-relation__link-title + * {
	margin-top: 4px;
}

.p-lowvision-relation__link .p-lowvision__text {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-lowvision-relation__body {
	background-color: #000;
}

.bg-dark .p-lowvision-relation__link {
	background-color: #7C7C7C;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bg-dark .p-lowvision-relation__link::after {
	background-color: #fff;
}

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

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

.p-lowvision__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.25;
}

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

.p-lowvision__text-right {
	text-align: right;
}

.p-lowvision__text a {
	text-decoration: underline;
}

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

/**
 * 白黒対応
 *
 */

.bg-dark .p-lowvision__text a {
	text-decoration: underline;
}

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

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

.p-eyehealth-main {
	padding-block: 45px 150px;
}

.p-eyehealth-main__body {
	margin-inline: auto;
	max-width: 1020px;
}

.p-eyehealth__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6875;
}

.p-eyehealth__text + .p-eyehealth__h2 {
	margin-top: 65px;
}

.p-eyehealth__h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

.p-eyehealth__h2 + * {
	margin-top: 32px;
}

.p-eyehealth__list {
	gap: 30px;
}

.p-eyehealth__list-link {
	gap: 30px;
	gap: 3rem;
	padding-inline: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 36px;
	-webkit-box-shadow: 0px 0px 8px rgba(77, 113, 211, .5);
	box-shadow: 0px 0px 8px rgba(77, 113, 211, .5);
	color: #3987E5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	font-size: 2.2rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.5454545455;
	min-height: 100px;
}

.p-eyehealth__list-link::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_blank2.svg) 50%/contain no-repeat;
	background-color: #3987E5;
	content: "";
	display: block;
	mask: url(../images/icon/icon_blank2.svg) 50%/contain no-repeat;
	width: 22.2px;
	width: 2.22rem;
}

.p-eyehealth__list-link span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-eyehealth__list + .p-eyehealth__h2 {
	margin-top: 80px;
}

/**
 * 白黒対応
 *
 */

.bg-dark .p-eyehealth__list-link {
	background-color: #606060;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.bg-dark .p-eyehealth__list-link::after {
	background-color: #fff;
}

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

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

.p-contact-thanks__body {
	padding-block: 93px 100px;
}

.p-contact-thanks__lead {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-thanks__lead + * {
	margin-top: 23px;
}

.p-contact-thanks__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.25;
	text-align: center;
}

.p-contact-thanks__text-blue {
	color: #3987E5;
}

.p-contact-thanks__text + .p-contact-thanks__text {
	margin-top: 20px;
}

.p-contact-thanks__text + * {
	margin-top: 70px;
}

.p-contact-thanks__btn .c-btn {
	margin-inline: auto;
	width: 300px;
	width: 30rem;
}

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

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

.p-contact__main {
	padding-block: 45px 100px;
}

.p-contact__text {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.6875;
}

.p-contact__text + * {
	margin-top: 44px;
}

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

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

.p-privacy .l-single h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

.p-privacy .l-single h2 + *,
.p-privacy .l-single h3 + *,
.p-privacy .l-single h4 + *,
.p-privacy .l-single h5 + *,
.p-privacy .l-single h6 + * {
	margin-top: 9px;
}

.p-privacy .l-single p:last-child {
	margin-top: 49px;
}

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

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

.sr-only {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.u-regular {
	font-family: "FP-ヒラギノUD丸ゴ StdN W4", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}

.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-inline: auto;
	padding-inline: 40px;
	max-width: 820px;
	width: 100%;
}

.u-con--md {
	margin-inline: auto;
	padding-inline: 40px;
	max-width: 1180px;
	width: 100%;
}

.u-con--lg {
	margin: 0 auto;
	max-width: 90%;
}

.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__address-name:hover {
	opacity: 0.7;
}

.l-footer__contact:hover {
	background-color: #fff;
	color: #3987E5;
}

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

.l-footer__nav-link:hover {
	opacity: 0.7;
}

.bg-dark .l-footer__contact:hover {
	background-color: #fff;
	color: #6E6E6E;
}

.l-form__privacy-text a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-form__privacy-text a:hover {
	opacity: 0.7;
}

.l-form__submit input {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-form__submit input:hover {
	background-color: #fff;
	color: #FFA700;
}

.bg-dark .l-form__submit input:hover {
	color: #344969;
}

.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-navi__menu-link:hover {
	opacity: 0.7;
}

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

.l-navi__menu-sub-link:hover {
	opacity: 0.7;
}

.l-navi__login-link.--logout:hover {
	background-color: #FFA700;
	color: #fff;
}

.l-navi__login-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.l-navi__login-link:hover {
	background-color: #fff;
	color: #FFA700;
}

.bg-dark .l-navi__login-link:hover {
	color: #606060;
}

.bg-dark .l-navi__login-link.--logout:hover {
	background-color: #606060;
	color: #fff;
}

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

.l-news-list__link:hover {
	opacity: 0.7;
}

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

.l-single a:hover {
	opacity: 0.7;
}

.l-single__pager a.l-single__pager-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-single__pager a.l-single__pager-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-single__pager a.l-single__pager-link:hover {
	background-color: #FFA700;
	color: #fff;
	opacity: 1;
}

.l-single__pager a.l-single__pager-link:hover.c-btn--orange {
	background-color: #fff;
	color: #FFA700;
}

.l-single__pager a.l-single__pager-link:hover::after {
	background-color: #fff;
}

.bg-dark .l-single__pager a.l-single__pager-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.bg-dark .l-single__pager a.l-single__pager-link:hover {
	background-color: #606060;
	color: #fff;
}

.bg-dark .l-single__pager a.l-single__pager-link.c-btn--orange:hover {
	background-color: #fff;
	color: #606060;
}

.l-undermv__member-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.l-undermv__member-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.l-undermv__member-link:hover {
	background-color: #3987E5;
	color: #fff;
}

.l-undermv__member-link:hover::after {
	background-color: #fff;
}

.bg-dark .l-undermv__member-link:hover {
	background-color: #000;
	color: #fff;
}

.bg-dark .l-undermv__member-link:hover::after {
	background-color: #fff;
}

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

.c-btn:hover {
	background-color: #fff;
	color: #3987E5;
}

.c-btn:hover .c-chevron {
	background-color: #3987E5;
}

.c-btn:hover .c-chevron::after {
	background-color: #fff;
}

.c-btn.--back:hover {
	background-color: #fff;
	color: #FFA700;
}

.c-btn--orange:hover {
	background-color: #fff;
	color: #FFA700;
}

.c-btn--orange:hover .c-chevron {
	background-color: #FFA700;
}

.c-btn--orange:hover .c-chevron::after {
	background-color: #fff;
}

.bg-dark .c-btn .c-chevron {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.bg-dark .c-btn:hover {
	color: #7C7C7C;
}

.bg-dark .c-btn:hover .c-chevron {
	background-color: #7C7C7C;
}

.bg-dark .c-btn.--back:hover,
.bg-dark .c-btn--orange:hover {
	background-color: #000;
	color: #fff;
}

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

.c-confirm__btn-link:hover {
	background-color: #fff;
	color: #000;
}

.c-confirm__btn-link.--off:hover {
	background-color: #000;
	color: #fff;
}

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

.c-floating-banner__button:hover {
	background-color: #fff;
	color: #D51D1E;
}

.bg-dark .c-floating-banner__button:hover {
	background-color: #fff;
	color: #606060;
}

.c-hospital-card__dd a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-hospital-card__dd a:hover {
	opacity: 0.7;
}

.c-pager a.page-numbers,
.c-pager span.page-numbers {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
}

.c-pager a.page-numbers:hover,
.c-pager span.page-numbers:hover {
	background-color: #3987E5;
	border-color: #3987E5;
	color: #fff;
}

.c-pager a.page,
.c-pager span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
}

.c-pager a.page:hover,
.c-pager span:hover {
	background-color: #3987E5;
	border-color: #3987E5;
	color: #fff;
}

.c-pager a.previouspostslink,
.c-pager a.nextpostslink {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-pager a.previouspostslink:hover,
.c-pager a.nextpostslink:hover {
	opacity: 0.7;
}

.bg-dark .c-pager a.page-numbers:hover,
.bg-dark .c-pager span.page-numbers:hover {
	background-color: #606060;
	border-color: #606060;
}

.bg-dark .c-pager .wp-pagenavi a.page:hover,
.bg-dark .c-pager .wp-pagenavi span:hover {
	background-color: #606060;
	border-color: #606060;
}

.p-top-list__link .p-top-list__content,
.p-top-list__link .p-top__text {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.p-top-list__link:hover .p-top-list__image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-top-list__link:hover .p-top-list__content {
	background-color: #fff;
	color: #3987E5;
}

.p-top-list__link:hover .c-chevron {
	background-color: #3987E5;
}

.p-top-list__link:hover .c-chevron::after {
	background-color: #fff;
}

.bg-dark .p-top-list__link:hover .p-top-list__content {
	background-color: #fff;
	color: #606060;
}

.bg-dark .p-top-list__link:hover .p-top__text {
	color: #606060;
}

.bg-dark .p-top-list__link:hover .c-chevron {
	background-color: #606060;
}

.bg-dark .p-top-list__link:hover .c-chevron::after {
	background-color: #fff;
}

.p-top-service__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.p-top-service__link .c-secondary-title,
.p-top-service__link .p-top__text {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-top-service__link:hover {
	background-color: #3987E5;
	color: #fff;
}

.p-top-service__link:hover .c-secondary-title {
	color: #fff;
}

.p-top-service__link:hover .c-chevron {
	background-color: #fff;
}

.p-top-service__link:hover .c-chevron::after {
	background-color: #3987E5;
}

.bg-dark .p-top-service__link:hover {
	background-color: #fff;
	color: #606060;
}

.bg-dark .p-top-service__link:hover .c-secondary-title,
.bg-dark .p-top-service__link:hover .p-top__text {
	color: #606060;
}

.bg-dark .p-top-service__link:hover .c-chevron {
	background-color: #606060;
}

.bg-dark .p-top-service__link:hover .c-chevron::after {
	background-color: #fff;
}

.p-top-sources__list-item a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.p-top-sources__list-item a:hover {
	opacity: 0.7;
}

.p-document__list-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.p-document__list-link .p-document__list-desc {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-document__list-link:hover {
	background-color: #3987E5;
	color: #fff;
}

.p-document__list-link:hover .p-document__list-desc {
	background-color: #CDE1F8;
}

.p-document__list-link:hover .c-chevron {
	background-color: #fff;
}

.p-document__list-link:hover .c-chevron::after {
	background-color: #3987E5;
}

.bg-dark .p-document__list-link .p-document__list-title {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.bg-dark .p-document__list-link:hover {
	background-color: #606060;
}

.bg-dark .p-document__list-link:hover .p-document__list-title {
	color: #fff;
}

.bg-dark .p-document__list-link:hover .p-document__list-desc {
	background-color: #7C7C7C;
}

.bg-dark .p-document__list-link:hover .c-chevron {
	background-color: #fff;
}

.bg-dark .p-document__list-link:hover .c-chevron::after {
	background-color: #606060;
}

.p-list-area__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.p-list-area__link:hover {
	color: #fff;
}

.p-list-area__link.--north:hover {
	background-color: #66C156;
}

.p-list-area__link.--central:hover {
	background-color: #F886A9;
}

.p-list-area__link.--east:hover {
	background-color: #3987E5;
}

.p-list-area__link.--south:hover {
	background-color: #BD81D8;
}

.p-list-area__link.--west:hover {
	background-color: #FFA700;
}

.bg-dark .p-list-area__link.--north:hover,
.bg-dark .p-list-area__link.--central:hover,
.bg-dark .p-list-area__link.--east:hover,
.bg-dark .p-list-area__link.--south:hover,
.bg-dark .p-list-area__link.--west:hover {
	background-color: #606060;
	color: #fff;
}

.p-list-list__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.p-list-list__link .p-list-list__link-title {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-list-list__link:hover {
	background-color: #3987E5;
	color: #fff;
}

.p-list-list__link:hover .p-list-list__link-title {
	color: #fff;
}

.bg-dark .p-list-list__link:hover {
	background-color: #fff;
	color: #606060;
}

.bg-dark .p-list-list__link:hover .p-list-list__link-title {
	color: #606060;
}

.p-list__pediatric-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.p-list__pediatric-link .p-list__text,
.p-list__pediatric-link .p-list__pediatric-link-title {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-list__pediatric-link:hover {
	background-color: #3987E5;
	color: #fff;
}

.p-list__pediatric-link:hover .p-list__pediatric-link-title {
	color: #fff;
}

.p-list__pediatric-link:hover .c-chevron {
	background-color: #fff;
}

.p-list__pediatric-link:hover .c-chevron::after {
	background-color: #3987E5;
}

.bg-dark .p-list__pediatric-link:hover {
	background-color: #fff;
	color: #606060;
}

.bg-dark .p-list__pediatric-link:hover .p-list__pediatric-link-title {
	color: #606060;
}

.bg-dark .p-list__pediatric-link:hover .p-list__text {
	color: #606060;
}

.bg-dark .p-list__pediatric-link:hover .c-chevron {
	background-color: #606060;
}

.bg-dark .p-list__pediatric-link:hover .c-chevron::after {
	background-color: #fff;
}

.p-lowvision-relation__link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.p-lowvision-relation__link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-lowvision-relation__link .p-lowvision__text,
.p-lowvision-relation__link .p-lowvision-relation__link-title {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-lowvision-relation__link:hover {
	background-color: #3987E5;
	color: #fff;
}

.p-lowvision-relation__link:hover::after {
	background-color: #fff;
}

.p-lowvision-relation__link:hover .p-lowvision__text,
.p-lowvision-relation__link:hover .p-lowvision-relation__link-title {
	color: #fff;
}

.bg-dark .p-lowvision-relation__link:hover {
	background-color: #fff;
	color: #7C7C7C;
}

.bg-dark .p-lowvision-relation__link:hover::after {
	background-color: #7C7C7C;
}

.bg-dark .p-lowvision-relation__link:hover .p-lowvision-relation__link-title {
	color: #7C7C7C;
}

.bg-dark .p-lowvision-relation__link:hover .p-lowvision__text {
	color: #7C7C7C;
}

.p-lowvision__text a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-lowvision__text a:hover {
	color: #3987E5;
}

.bg-dark .p-lowvision__text a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: color, opacity;
	transition-property: color, opacity;
}

.bg-dark .p-lowvision__text a:hover {
	color: #fff;
	opacity: 0.7;
}

.p-eyehealth__list-link {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.p-eyehealth__list-link::after {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.p-eyehealth__list-link:hover {
	background-color: #3987E5;
	color: #fff;
}

.p-eyehealth__list-link:hover::after {
	background-color: #fff;
}

.bg-dark .p-eyehealth__list-link:hover {
	background-color: #fff;
	color: #606060;
}

.bg-dark .p-eyehealth__list-link:hover::after {
	background-color: #606060;
}

}

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

html,
body {
	display: none;
}

}

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

.l-header__container {
	padding-inline: 6.5153733529% 3.6603221083%;
}

.l-navi.--logged .l-navi__inner {
	padding-inline: 2.9282576867%;
}

.l-navi.--logged .l-navi__menu {
	gap: 2.4883359253%;
}

.l-navi.--logged .l-navi__menu-item.--member {
	padding-left: 2.4883359253%;
}

.l-navi__menu {
	gap: 4.66562986%;
}

}

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

.l-navi.--logged .l-navi__inner {
	padding-inline: 1.8301610542%;
}

}

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

.l-navi.--logged .l-navi__menu-link {
	font-size: 1.6rem;
}

.l-navi__menu-link {
	font-size: 1.7rem;
}

.font-l .l-navi__menu.--logged {
	gap: 2.33281493%;
}

}

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

: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%;
}

.l-accordion__title {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: none;
}

.l-accordion__title-main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.l-accordion__title-list {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

.l-accordion__title-icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

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

.l-footer__body {
	gap: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
}

.l-footer__info {
	text-align: center;
	width: 100%;
}

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

.l-footer__contact {
	margin-inline: auto;
}

.l-footer__privacy {
	font-size: 1.6rem;
	width: 13.5rem;
}

.l-footer__nav {
	gap: 30px;
	margin-inline: auto;
}

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

.l-form__dd {
	width: 100%;
}

.l-header {
	padding-bottom: 0;
}

.l-header--top {
	height: auto;
}

.l-header__container {
	padding-block: 12px;
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.l-header__container-nav {
	display: contents;
}

.l-header__right {
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__mv {
	aspect-ratio: 390/270;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 8.6rem;
}

.l-navi {
	background-color: #3987E5;
	height: calc(100vh - 102px);
	left: 0;
	opacity: 0;
	overflow: scroll;
	position: fixed;
	top: 102px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-navi.--logged .l-navi__inner {
	padding-inline: 40px;
}

.l-navi.--logged .l-navi__menu-item.--member {
	border-top: 1px solid #fff;
	margin-top: 32px;
	padding-left: 0;
	padding-top: 32px;
}

.l-navi.--logged .l-navi__menu-item.--member::before {
	display: none;
}

.l-navi.--logged .l-navi__menu-link {
	font-size: 2.2rem;
}

.l-navi__inner {
	padding-block: 30px 60px;
}

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

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

.l-navi__menu-item.--blank .l-navi__menu-link::after {
	-webkit-mask-image: url(../images/icon/icon_blank2.svg);
	mask-image: url(../images/icon/icon_blank2.svg);
	width: 18.5px;
}

.l-navi__menu-link {
	padding-block: 8px;
	padding-inline: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.2rem;
	min-height: auto;
}

.l-navi__menu-link::after {
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	background-color: #fff;
	content: "";
	display: block;
	margin-left: auto;
	mask: url(../images/icon/icon_chevron-right.svg) 50%/contain no-repeat;
	width: 15px;
}

.l-navi__menu + * {
	border-top: 1px solid #fff;
	margin-top: 60px;
	padding-top: 60px;
}

.l-navi__btn-wrap {
	gap: 30px 20px;
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-navi__btn {
	padding-block: 0;
}

.l-navi__btn + .l-navi__btn {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.l-navi__btn .toggle-button-1 .toggle-label-text {
	color: #fff;
}

.l-navi__btn .toggle-button-1 input:checked + .toggle-switch {
	background-color: #FFA700;
}

.l-navi__login-btn {
	margin-left: 0;
	width: 100%;
}

.l-navi__login-link {
	margin-inline: auto;
}

.bg-dark .l-navi__btn .toggle-button-1 input:checked + .toggle-switch {
	background-color: #606060;
}

.l-single__pager {
	gap: 40px 30px;
}

.l-undermv__member {
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

.p-top-about__body {
	gap: 24px;
	grid-template-columns: repeat(1, 1fr);
}

.p-top-list__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-list__image {
	height: 340px;
	width: 100%;
}

.p-top-list__content {
	padding-block: 21px 86px;
	border-radius: 0 0 36px 36px;
	min-height: auto;
	width: 100%;
}

.p-top-news__body-inner.l-grid.u-con--md {
	grid-template-columns: repeat(1, 1fr);
}

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

.p-top-service__link {
	padding-left: 30px;
}

.p-top-service .c-chevron {
	right: 30px;
}

.p-top-sources__list {
	gap: 30px;
}

.p-greeting-member__role-item {
	padding-right: 24px;
	width: 50%;
}

.p-greeting-member__role-item:nth-last-child(-n+3) {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 18px;
}

.p-greeting-member__role-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.p-greeting-member__role-table-dt {
	min-width: 8rem;
}

.p-greeting-message__body {
	grid-template-columns: repeat(1, 1fr);
}

.p-greeting-message__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-greeting-message__info {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-greeting-message__image {
	margin-inline: auto;
	width: 70%;
}

.p-greeting-message__position,
.p-greeting-message__name {
	text-align: center;
}

.p-greeting-message__name {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-greeting-plan__table-dt {
	min-width: 145px;
	padding-left: 29px;
}

.p-greeting-plan__table-dd {
	padding-left: 40px;
}

.p-greeting-plan__others .p-greeting-plan__h3 {
	min-width: 145px;
	padding-left: 30px;
}

.p-greeting-plan__others-contents {
	padding-left: 40px;
}

.p-member-news__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-member-news__content {
	width: 100%;
}

.p-document__list-head {
	padding-inline: 30px 110px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.p-document__list-head .c-chevron {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-document__list-title {
	font-size: 2rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-document__list-tag {
	font-size: 1.8rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-document__list-desc {
	padding-inline: 30px;
}

.p-list-area__body {
	max-width: 675px;
	padding-right: 8px;
}

.p-list-area__map {
	max-width: 484px;
}

.p-list-area__link {
	font-size: 2rem;
}

.p-list-area__link.--north {
	top: 105px;
}

.p-list-area__link.--central {
	left: 165px;
	top: 166px;
}

.p-list-area__link.--east {
	bottom: 16px;
	right: 14px;
}

.p-list-area__link.--south {
	bottom: 44px;
	left: 52px;
}

.p-list-area__link.--west {
	top: 256px;
}

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

.p-lowvision-network__body {
	gap: 0;
	grid-template-areas: "title" "image" "text";
	grid-template-columns: 1fr;
}

.p-lowvision-network__content {
	display: contents;
}

.p-lowvision-network .c-secondary-title {
	grid-area: title;
	text-align: center;
}

.p-lowvision-network .c-secondary-title + * {
	margin-top: 34px;
}

.p-lowvision-network .p-lowvision__text {
	grid-area: text;
}

.p-lowvision-network__image {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: image;
	margin-top: 26px;
	width: 100%;
}

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

.u-pc {
	display: none;
}

}

@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {

.l-navi__menu-link::after {
	-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-navi__menu-link:hover::after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

}

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

.u-st {
	display: none !important;
}

}

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

:root {
	--content_width: 420px;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	font-size: 1.6rem;
	line-height: 1.5;
}

textarea {
	font-size: 1.6rem;
	line-height: 1.5;
}

.wpcf7-radio {
	row-gap: 0.9rem;
}

.wpcf7-radio .wpcf7-list-item {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.7037037037;
	width: 100%;
}

input[type=radio] + .wpcf7-list-item-label {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.7037037037;
	padding-left: 1.6rem;
}

input[type=radio] + .wpcf7-list-item-label::before {
	height: 1.2rem;
	top: 0.5rem;
	width: 1.2rem;
}

input[type=radio] + .wpcf7-list-item-label::after {
	height: 0.6rem;
	top: 0.8rem;
	width: 0.6rem;
}

input[type=checkbox] + label {
	padding-left: 2.3rem;
}

.l-accordion__title {
	padding-block: 12px 11px;
	padding-inline: 20px;
	border-radius: 20px;
}

.l-accordion__title-main {
	font-size: 2rem;
}

.l-accordion__item-inner.l-grid {
	gap: 25px;
	padding-top: 25px;
}

.l-accordion__item + .l-accordion__item {
	margin-top: 25px;
}

.l-footer {
	padding-block: 46px 30px;
}

.l-footer__inner {
	padding-inline: 20px;
}

.l-footer__body {
	gap: 32px;
}

.l-footer__body + * {
	margin-top: 33px;
}

.l-footer__nav {
	padding-inline: 20px;
	width: 100%;
}

.l-footer__nav-item + .l-footer__nav-item {
	margin-top: 14px;
}

.l-footer__nav-link {
	font-size: 1.7rem;
	line-height: 2;
}

.l-footer__copy {
	display: inline-block;
	font-size: 1.4rem;
}

.l-form__box {
	padding-bottom: 20px;
}

.l-form__box + .l-form__box {
	padding-top: 20px;
}

.l-form__label {
	font-size: 1.6rem;
}

.l-form__dd .inner + .inner {
	margin-top: 3px;
}

.l-form__privacy {
	padding-top: 20px;
}

.l-form__privacy + * {
	margin-top: 40px;
}

.l-form__privacy + .l-form__privacy-text {
	margin-top: 24px;
}

.l-form__privacy .l-form__privacy-text {
	letter-spacing: 0;
}

.l-form__privacy-check {
	gap: 0.7rem;
}

.l-form__privacy-text {
	text-align: left;
}

.l-form__privacy-text + * {
	margin-top: 54px;
}

.formError {
	font-size: 1.2rem;
}

.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);
}

body.scrolled .l-header--top .l-header__container {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

body.scrolled .l-header__container {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-header__container {
	padding-block: 10px;
	padding-inline: 20px;
}

.l-header__logo {
	margin-top: 3px;
	width: 196px;
}

.l-header__trigger {
	height: 60px;
	width: 42px;
}

.font-l body.scrolled .l-header--top .l-header__container {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.font-l body.scrolled .l-header__container {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.font-l .l-header {
	padding-top: 70px;
}

.font-l .l-header__container {
	padding-inline: 10px;
}

.font-l .l-header__right {
	gap: 5px;
}

.font-l .l-header__btn-wrap {
	white-space: nowrap;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 4.2rem;
	line-height: 1.4;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: 1.8rem;
	line-height: 1.3793103448;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.l-navi {
	height: calc(100vh - 80px);
	top: 80px;
}

.l-navi.--logged .l-navi__inner {
	padding-inline: 20px;
}

.l-navi.--logged .l-navi__menu-item.--member {
	margin-top: 26px;
	padding-top: 26px;
}

.l-navi__inner {
	padding-inline: 2rem;
}

.l-navi__menu + * {
	margin-top: 30px;
	padding-top: 30px;
}

.l-navi__login-link {
	padding-block: 9px;
	padding-inline: 9px;
	border-width: 2px;
	font-size: 1.2rem;
	min-width: 70px;
}

.l-news-list__category-title + * {
	margin-top: 20px;
}

.l-news-list__category-select {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.l-news-list__link {
	gap: 12px 10px;
	padding-block: 20px 16px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-news-list__link-inner {
	display: contents;
}

.l-news-list__link-important {
	padding-block: 2px;
}

.l-news-list__link-title {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	font-size: 1.8rem;
	line-height: 1.3333333333;
	width: 100%;
}

.l-single:last-child {
	padding-bottom: 80px;
}

.l-single h2 {
	font-size: 1.6rem;
	line-height: 1.6875;
}

.l-single h3,
.l-single h4 {
	font-size: 1.5rem;
}

.l-single h5,
.l-single h6 {
	font-size: 1.5rem;
}

.l-single h2 + *,
.l-single h3 + *,
.l-single h4 + *,
.l-single h5 + *,
.l-single h6 + * {
	margin-top: 13px;
}

.l-single__h1.c-secondary-title + * {
	margin-top: 10px;
}

.l-single__info + * {
	margin-top: 55px;
}

.l-single__pager {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 55px;
}

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

.l-single__pager-btn {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	max-width: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.l-single__pager a.l-single__pager-link {
	gap: 16px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: calc(50% - 15px);
}

.l-single__pager a.l-single__pager-link.c-btn--orange {
	margin-inline: auto;
	padding-inline: 10px;
	max-width: 215px;
}

.l-single__pager a.l-single__pager-link::after {
	width: 10px;
}

.l-single-member .l-single__h1.c-secondary-title + * {
	margin-top: 10px;
}

.l-undermv {
	padding-block: 44px;
}

.l-undermv__title {
	font-size: 2.4rem;
	line-height: 1.5;
}

.l-undermv__title + * {
	margin-top: 34px;
}

.l-undermv__member-link {
	padding-block: 24px;
	padding-inline: 20px;
	border-radius: 20px;
	font-size: 2rem;
	line-height: 1.6;
}

.l-undermv__member-link.--list::after {
	width: 26px;
}

.l-undermv + .l-single {
	padding-top: 60px;
}

.l-undermv + .l-single__content {
	padding-top: 75px;
}

.c-confirm__modal {
	top: 5%;
}

.c-confirm__btn {
	gap: 10px;
	-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;
	margin-top: 30px;
}

.c-confirm__btn-link {
	font-size: 14px;
}

.c-confirm__close-button {
	right: 16px;
	top: 16px;
}

.c-floating-banner {
	bottom: 20px;
	left: 20px;
}

.c-floating-banner__button {
	gap: 3px;
	padding-block: 9px 4px;
	min-width: 27.6rem;
}

.c-floating-banner__button .text01 {
	font-size: 2.5rem;
	line-height: 1.2;
}

.c-floating-banner__button .text02 {
	font-size: 1.5rem;
	line-height: 1.4666666667;
}

.c-floating-banner__close-button {
	height: 32px;
	right: -11px;
	top: -9px;
	width: 32px;
}

.c-hospital-card {
	border-radius: 20px;
	padding: 15px 20px 20px;
}

.c-hospital-card__dl {
	padding-inline: 0;
}

.c-hospital-card__dl-inner {
	gap: 5px;
}

.c-hospital-card__dl-inner + .c-hospital-card__dl-inner {
	margin-top: 13px;
}

.c-hospital-card__dl + * {
	margin-top: 13px;
}

.c-hospital-card__info-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-hospital-card__info-inner + .c-hospital-card__info-inner {
	margin-top: 16px;
}

.c-hospital-card__info-dd {
	width: 100%;
}

.c-hospital-card__devices-title {
	padding-top: 0;
}

.c-hospital-card__devices-table th {
	width: 70%;
}

.c-hospital-card__devices + * {
	margin-top: 13px;
}

.c-pager .page-numbers {
	gap: 1.1rem;
	left: 50%;
	margin: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-pager a.page-numbers,
.c-pager span.page-numbers {
	font-size: 1.7rem;
	padding-bottom: 0;
}

.c-pager .wp-pagenavi {
	gap: 1.1rem;
	left: 50%;
	margin: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-pager a.page,
.c-pager span {
	font-size: 1.7rem;
	padding-bottom: 0;
}

.c-pager a.previouspostslink,
.c-pager a.nextpostslink {
	font-size: 1.4rem;
	width: 7.4rem;
}

.c-primary-title {
	gap: 0;
}

.c-primary-title__jp {
	font-size: 2.4rem;
}

.c-primary-title + * {
	margin-top: 24px;
}

.c-secondary-title {
	font-size: 2.2rem;
}

.c-secondary-title + * {
	margin-top: 24px;
}

.p-top-about {
	padding-block: 38px 40px;
}

.p-top-about__body {
	gap: 19px;
}

.p-top-about__content .p-top__text + * {
	margin-top: 33px;
}

.p-top-about__lead {
	font-size: 2rem;
}

.p-top-about__lead + * {
	margin-top: 8px;
}

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

.p-top-list {
	padding-top: 60px;
}

.p-top-list__link {
	border-radius: 20px;
}

.p-top-list__image {
	height: auto;
}

.p-top-list__image img {
	height: auto;
}

.p-top-list__content {
	padding-block: 19px 50px;
	padding-inline: 25px 60px;
	border-radius: 0 0 20px 20px;
}

.p-top-list__h2 + * {
	margin-top: 6px;
}

.p-top-list .p-top__text {
	line-height: 2;
}

.p-top-list .c-chevron {
	bottom: 20px;
	right: 20px;
}

.p-top-news {
	padding-block: 40px 60px;
	padding-inline: 20px;
}

.p-top-news__body {
	padding-block: 38px 40px;
	border-radius: 20px;
}

.p-top-news__content {
	width: 100%;
}

.p-top-news__list .l-news-list__link {
	padding-block: 15px;
	gap: 12px 26px;
}

.p-top-news__list .l-news-list__link-title {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-top-service {
	padding-block: 80px;
	padding-inline: 20px;
}

.p-top-service__body {
	padding-block: 40px;
	border-radius: 0;
}

.p-top-service__item + .p-top-service__item {
	margin-top: 30px;
}

.p-top-service__link {
	padding-block: 25px 83px;
	padding-inline: 25px;
	border-radius: 20px;
}

.p-top-service .c-secondary-title {
	font-size: 2.2rem;
}

.p-top-service .c-secondary-title + * {
	margin-top: 6px;
}

.p-top-service .c-chevron {
	bottom: 20px;
	right: 20px;
}

.p-top-sources {
	padding-top: 60px;
}

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

.p-top__text {
	line-height: 1.875;
}

.p-greeting-about {
	padding-block: 60px 40px;
}

.p-greeting-about__body {
	padding-block: 21px 31px;
	padding-inline: 27px;
	border-radius: 20px;
}

.p-greeting-about__body .c-secondary-title + * {
	margin-top: 14px;
}

.p-greeting-about__body .p-greeting__text {
	line-height: 1.6875;
	text-align: left;
}

.p-greeting-about__body .p-greeting__text span {
	display: inline;
}

.p-greeting-member {
	padding-block: 55px 60px;
}

.p-greeting-member .c-primary-title + * {
	margin-top: 25px;
}

.p-greeting-member__body {
	padding-block: 18px 20px;
	padding-inline: 20px;
	border-radius: 20px;
}

.p-greeting-member__body-medium {
	padding-block: 24px 30px;
	padding-inline: 20px;
}

.p-greeting-member__body + .p-greeting-member__body {
	margin-top: 20px;
}

.p-greeting-member__title {
	font-size: 2.2rem;
	line-height: 1.4545454545;
}

.p-greeting-member__title + .p-greeting__text {
	margin-top: 10px;
}

.p-greeting-member__table {
	line-height: 1.5;
	margin-top: 21px;
}

.p-greeting-member__table-inner {
	gap: 2px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 16px;
}

.p-greeting-member__table-inner:last-child {
	padding-bottom: 0;
}

.p-greeting-member__table-inner + .p-greeting-member__table-inner {
	padding-top: 16px;
}

.p-greeting-member__table-dt,
.p-greeting-member__table-dd {
	padding-bottom: 0;
}

.p-greeting-member__role {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3px;
}

.p-greeting-member__role-item {
	padding-block: 20px 14px;
	width: 100%;
}

.p-greeting-member__role-item:nth-child(3n) {
	width: 100%;
}

.p-greeting-member__role-item:nth-last-child(-n+3) {
	padding-bottom: 14px;
}

.p-greeting-member__role-table-inner + .p-greeting-member__role-table-inner {
	margin-top: 5px;
}

.p-greeting-member__role-table-dt {
	min-width: 10rem;
}

.p-greeting-message {
	padding-block: 35px 90px;
}

.p-greeting-message__body {
	gap: 35px;
}

.p-greeting-message__image {
	border-radius: 20px;
	width: 100%;
}

.p-greeting-plan {
	padding-block: 55px 60px;
}

.p-greeting-plan__h3 {
	font-size: 2rem;
}

.p-greeting-plan__table-inner {
	padding-block: 14px 12px;
	padding-inline: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-greeting-plan__table-inner + .p-greeting-plan__table-inner {
	margin-top: 10px;
}

.p-greeting-plan__table-dt,
.p-greeting-plan__table-dd {
	padding-block: 0;
}

.p-greeting-plan__table-dt {
	padding-left: 0;
}

.p-greeting-plan__table-dd {
	border: none;
	min-height: auto;
	padding-left: 0;
}

.p-greeting-plan__table + *.p-greeting-plan__others {
	margin-top: 20px;
}

.p-greeting-plan__others {
	padding-block: 15px 14px;
	padding-inline: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-greeting-plan__others .p-greeting-plan__h3 {
	padding-left: 0;
}

.p-greeting-plan__others .p-greeting-plan__h3 + * {
	margin-top: 5px;
}

.p-greeting-plan__others-contents {
	padding-left: 0;
	width: 100%;
}

.p-login__form {
	padding-block: 75px 80px;
}

.p-login__form-btn {
	margin-top: 40px;
}

.p-member-contact {
	padding-top: 60px;
}

.p-member-contact__body {
	padding-block: 17px 15px;
	padding-inline: 23px;
	border-radius: 20px;
}

.p-member-contact__flex {
	gap: 6px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-member-contact__about {
	padding-block: 40px;
	margin-top: 60px;
}

.p-member-contact__about-body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-single-member .p-member-contact .u-con--sm {
	padding-inline: 0;
}

.p-member-news {
	padding-top: 74px;
}

.p-member-news .c-primary-title__jp + * {
	margin-top: 24px;
}

.p-member-news__list + * {
	margin-top: 40px;
}

.p-member .l-undermv {
	padding-bottom: 50px;
}

.p-news-list__body {
	padding-block: 60px 80px;
}

.p-news-list__list .l-news-list__link {
	padding-block: 20px 16px;
}

.p-news-list__list .l-news-list__link-title {
	line-height: 1.3333333333;
}

.p-news-list__list + * {
	margin-top: 40px;
}

.p-document {
	padding-bottom: 80px;
}

.p-document__body {
	padding-top: 55px;
}

.p-document__text + * {
	margin-top: 35px;
}

.p-document__list {
	margin-top: 34px;
}

.p-document__list-item + .p-document__list-item {
	margin-top: 20px;
}

.p-document__list-link {
	border-radius: 20px;
}

.p-document__list-head {
	gap: 6px;
	padding-block: 20px 16px;
	padding-inline: 20px 80px;
}

.p-document__list-head .c-chevron {
	right: 20px;
	width: 40px;
}

.p-document__list-head .c-chevron:not(.--link):not(.--pdf)::after {
	width: 20px;
}

.p-document__list-title {
	font-size: 1.6rem;
}

.p-document__list-tag {
	padding-inline: 11px;
	font-size: 1.6rem;
	line-height: 1.125;
}

.p-document__list-desc {
	padding-block: 15px 14px;
	padding-inline: 20px;
}

.p-list-area {
	padding-block: 42px 50px;
}

.p-list-area .p-list__title + * {
	margin-top: 0;
}

.p-list-area__body {
	padding-block: 50px 42px;
	max-width: 336px;
	padding-right: 0;
}

.p-list-area__map {
	max-width: 297px;
}

.p-list-area__link {
	padding-block: 1px;
	padding-inline: 10px;
	font-size: 1.6rem;
}

.p-list-area__link.--north {
	right: 0;
	top: 11px;
}

.p-list-area__link.--central {
	left: 41px;
	top: 107px;
}

.p-list-area__link.--east {
	bottom: 0;
	right: 0;
}

.p-list-area__link.--south {
	bottom: 48px;
	left: 0;
}

.p-list-area__link.--west {
	left: 0;
	top: 173px;
}

.p-list-list {
	padding-block: 36px 80px;
}

.p-list-list__wrap + * {
	margin-top: 40px;
}

.p-list-list__body {
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

.p-list-list__link {
	padding-block: 20px 21px;
	border-radius: 20px;
	min-height: auto;
}

.p-list-list__link-title {
	font-size: 2rem;
	padding-bottom: 5px;
}

body.tax-area .p-list-list {
	padding-block: 60px 80px;
	margin-top: 60px;
}

.p-list__main {
	padding-top: 53px;
}

.p-list__main .c-secondary-title {
	line-height: 1.7;
}

.p-list__main .c-secondary-title + .l-accordion__body {
	margin-top: 20px;
}

.p-list__main .l-accordion__body {
	padding-inline: 20px;
	border-radius: 20px;
}

.p-list__title + * {
	margin-top: 23px;
}

.p-list__pediatric-link {
	padding-block: 20px 16px;
	padding-inline: 20px 80px;
	border-radius: 20px;
}

.p-list__pediatric-link-title {
	font-size: 1.6rem;
}

.p-list__pediatric-link .c-chevron {
	right: 20px;
}

.p-pediatric {
	padding-bottom: 80px;
}

.p-pediatric .p-list__text-center {
	text-align: left;
}

.p-pediatric .p-list__text + * {
	margin-top: 39px;
}

.p-pediatric .l-accordion__body {
	margin-top: 54px;
}

.p-lowvision-about {
	padding-block: 60px;
}

.p-lowvision-about__body {
	padding-block: 21px 31px;
	padding-inline: 27px;
	border-radius: 20px;
}

.p-lowvision-about__body .c-secondary-title + * {
	margin-top: 14px;
}

.p-lowvision-about__body .p-lowvision__text {
	line-height: 1.6875;
	text-align: left;
}

.p-lowvision-about__body .p-lowvision__text span {
	display: inline;
}

.p-lowvision-about__h3 {
	font-size: 1.8rem;
}

.p-lowvision-clinic {
	padding-bottom: 80px;
}

.p-lowvision-facility {
	padding-top: 50px;
}

.p-lowvision-facility .l-accordion__item-inner {
	padding-top: 30px;
}

.p-lowvision-facility .l-accordion__item .l-accordion__title {
	min-height: 80px;
}

.p-lowvision-facility .l-accordion__item .l-accordion__item-inner {
	padding-bottom: 25px;
}

.p-lowvision-facility .l-accordion__item .p-lowvision__text + .p-lowvision-facility__btn {
	margin-top: 35px;
}

.p-lowvision-facility__btn .c-btn {
	padding-block: 6px;
}

.p-lowvision-facility .c-hospital-card {
	padding-block: 14px 20px;
	padding-inline: 20px;
}

.p-lowvision-facility .c-hospital-card__name {
	line-height: 1.7;
	padding-bottom: 8px;
}

.p-lowvision-facility .c-hospital-card + .c-hospital-card {
	margin-top: 25px;
}

.p-lowvision-network {
	padding-top: 60px;
}

.p-lowvision-ophthalmologist {
	padding-block: 60px;
}

.p-lowvision-ophthalmologist__btn .c-btn {
	padding-block: 6px;
	padding-inline: 20px;
}

.p-lowvision-relation {
	padding-block: 80px;
}

.p-lowvision-relation__body {
	border-radius: 20px;
	padding: 40px 20px;
}

.p-lowvision-relation__link {
	padding-block: 20px 16px;
	padding-inline: 20px;
	border-radius: 20px;
}

.p-lowvision-relation__link::after {
	bottom: 20px;
	right: 20px;
	width: 20px;
}

.p-lowvision-relation__link-title {
	font-size: 1.6rem;
}

.p-lowvision-relation__link .p-lowvision__text {
	line-height: 1.5;
	padding-right: 40px;
}

.p-lowvision__text {
	line-height: 1.6875;
}

.p-eyehealth-main {
	padding-block: 42px 80px;
}

.p-eyehealth__h2 {
	font-size: 2.4rem;
}

.p-eyehealth__h2 + * {
	margin-top: 24px;
}

.p-eyehealth__list {
	gap: 25px;
	grid-template-columns: repeat(1, 1fr);
}

.p-eyehealth__list-link {
	padding-inline: 20px;
	border-radius: 20px;
	font-size: 2rem;
	line-height: 1.5;
	min-height: 90px;
}

.p-eyehealth__list + .p-eyehealth__h2 {
	margin-top: 54px;
}

.p-contact-thanks__body {
	padding-block: 60px 80px;
}

.p-contact-thanks__lead {
	font-size: 2.4rem;
}

.p-contact-thanks__text {
	line-height: 1.6875;
	text-align: left;
}

.p-contact-thanks__text + * {
	margin-top: 40px;
}

.p-contact__main {
	padding-block: 55px 80px;
}

.p-contact__text + * {
	margin-top: 35px;
}

.p-privacy .l-single h2 {
	font-size: 2rem;
	line-height: 1.5;
}

.u-sp {
	display: none !important;
}

.u-con--sm {
	padding-inline: 20px;
	max-width: 600px;
}

.u-con--md {
	padding-inline: 20px;
	max-width: 600px;
}

}

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

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

.u-pt {
	display: none !important;
}

}

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

.font-l .l-header {
	padding-top: 70px !important;
}

.l-navi {
	top: 80px;
}

}

@-webkit-keyframes scroll {

0% {
	top: 42px;
}

100% {
	top: 8px;
}

}

@keyframes scroll {

0% {
	top: 42px;
}

100% {
	top: 8px;
}

}

@-webkit-keyframes scroll-fadeout {

0% {
	opacity: 1;
}

78% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes scroll-fadeout {

0% {
	opacity: 1;
}

78% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}


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